Skip to content

Commit 8803bb8

Browse files
authored
Update CS dependencies (#1688)
1 parent 1ddef4d commit 8803bb8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Exception/ParameterMaxVersionLimitExceededException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been
99
* created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a
10-
* *label* attached to it, Parameter Store won't delete the version and instead presents this error message:.
10+
* *label* attached to it, Parameter Store won't delete the version and instead presents this error message:
1111
*
1212
* `An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to
1313
* create a new version of *parameter-name* by calling the PutParameter API with the overwrite flag. Version

src/Input/PutParameterRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ final class PutParameterRequest extends Input
117117
* Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as
118118
* by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the
119119
* type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.
120-
* In this case, you could specify the following key-value pairs:.
120+
* In this case, you could specify the following key-value pairs:
121121
*
122122
* - `Key=Resource,Value=S3bucket`
123123
* - `Key=OS,Value=Windows`
@@ -188,7 +188,7 @@ final class PutParameterRequest extends Input
188188

189189
/**
190190
* One or more policies to apply to a parameter. This operation takes a JSON array. Parameter Store, a capability of
191-
* Amazon Web Services Systems Manager supports the following policy types:.
191+
* Amazon Web Services Systems Manager supports the following policy types:
192192
*
193193
* Expiration: This policy deletes the parameter after it expires. When you create the policy, you specify the
194194
* expiration date. You can update the expiration date and time by updating the policy. Updating the *parameter* doesn't

src/ValueObject/Parameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final class Parameter
4545

4646
/**
4747
* Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the
48-
* following formats:.
48+
* following formats:
4949
*
5050
* parameter_name:version
5151
*

0 commit comments

Comments
 (0)