lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.20.0 vs lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.21.0

- old
+ new

@@ -533,11 +533,11 @@ # parameter, you should use single quotes to avoid confusion with the # double quotes required in the JSON text. # # # - # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json + # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @option params [Array<Types::Tag>] :tags # (Optional) Specifies a list of user-defined tags that are attached to # the secret. Each tag is a "Key" and "Value" pair of strings. This # operation only appends tags to the existing list of tags. To remove @@ -584,11 +584,11 @@ # spaces, and numbers representable in UTF-8, plus the following # special characters: + - = . \_ : / @. # # # - # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json + # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @return [Types::CreateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateSecretResponse#arn #arn} => String # * {Types::CreateSecretResponse#name #name} => String @@ -1626,11 +1626,11 @@ # * To list all of the currently available secrets, use ListSecrets. # # # # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_resource-based-policies.html - # [2]: http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html + # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html # # @option params [required, String] :secret_id # Specifies the secret that you want to attach the resource-based policy # to. You can specify either the ARN or the friendly name of the secret. # @@ -1883,11 +1883,11 @@ # parameter, you should use single quotes to avoid confusion with the # double quotes required in the JSON text. # # # - # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json + # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @option params [Array<String>] :version_stages # (Optional) Specifies a list of staging labels that are attached to # this version of the secret. These staging labels are used to track the # versions through the rotation process by the Lambda rotation function. @@ -2097,11 +2097,11 @@ # * To attach staging labels to or remove staging labels from a version # of a secret, use UpdateSecretVersionStage. # # # - # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html + # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html # # @option params [required, String] :secret_id # Specifies the secret that you want to rotate. You can specify either # the Amazon Resource Name (ARN) or the friendly name of the secret. # @@ -2265,11 +2265,11 @@ # CLI User Guide*. For the AWS CLI, you can also use the syntax: `--Tags # Key="Key1",Value="Value1",Key="Key2",Value="Value2"[,…]` # # # - # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json + # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # # @example Example: To add tags to a secret @@ -2366,11 +2366,11 @@ # line tool environments, see [Using JSON for Parameters][1] in the *AWS # CLI User Guide*. # # # - # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json + # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # # @example Example: To remove tags from a secret @@ -2596,11 +2596,11 @@ # # `"[\{"username":"bob"\},\{"password":"abc123xyz456"\}]"` # # # - # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json + # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @return [Types::UpdateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateSecretResponse#arn #arn} => String # * {Types::UpdateSecretResponse#name #name} => String @@ -2724,11 +2724,11 @@ # # ^ # # # - # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/terms-concepts.html#term_staging-label + # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/terms-concepts.html#term_staging-label # # @option params [required, String] :secret_id # Specifies the secret with the version whose list of staging labels you # want to modify. You can specify either the Amazon Resource Name (ARN) # or the friendly name of the secret. @@ -2863,10 +2863,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-secretsmanager' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated