Skip to content

Commit

Permalink
Update CS dependencies (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Mar 19, 2024
1 parent 1ddef4d commit 8803bb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been
* created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a
* *label* attached to it, Parameter Store won't delete the version and instead presents this error message:.
* *label* attached to it, Parameter Store won't delete the version and instead presents this error message:
*
* `An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to
* create a new version of *parameter-name* by calling the PutParameter API with the overwrite flag. Version
Expand Down
4 changes: 2 additions & 2 deletions src/Input/PutParameterRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ final class PutParameterRequest extends Input
* Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as
* by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the
* type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.
* In this case, you could specify the following key-value pairs:.
* In this case, you could specify the following key-value pairs:
*
* - `Key=Resource,Value=S3bucket`
* - `Key=OS,Value=Windows`
Expand Down Expand Up @@ -188,7 +188,7 @@ final class PutParameterRequest extends Input

/**
* One or more policies to apply to a parameter. This operation takes a JSON array. Parameter Store, a capability of
* Amazon Web Services Systems Manager supports the following policy types:.
* Amazon Web Services Systems Manager supports the following policy types:
*
* Expiration: This policy deletes the parameter after it expires. When you create the policy, you specify the
* expiration date. You can update the expiration date and time by updating the policy. Updating the *parameter* doesn't
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/Parameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class Parameter

/**
* Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the
* following formats:.
* following formats:
*
* parameter_name:version
*
Expand Down

0 comments on commit 8803bb8

Please sign in to comment.