lib/aws-sdk-codecommit/client.rb in aws-sdk-codecommit-1.53.0 vs lib/aws-sdk-codecommit/client.rb in aws-sdk-codecommit-1.54.0

- old
+ new

@@ -273,10 +273,15 @@ # functionality of `standard` mode along with automatic client side # throttling. This is a provisional mode that may change behavior # in the future. # # + # @option options [String] :sdk_ua_app_id + # A unique and opaque application ID that is appended to the + # User-Agent header as app/<sdk_ua_app_id>. It should have a + # maximum length of 50. + # # @option options [String] :secret_access_key # # @option options [String] :session_token # # @option options [Boolean] :simple_json (false) @@ -754,32 +759,32 @@ # specified in the template. # # <note markdown="1"> When you create the content of the approval rule template, you can # specify approvers in an approval pool in one of two ways: # - # * **CodeCommitApprovers**\: This option only requires an AWS account + # * **CodeCommitApprovers**: This option only requires an AWS account # and a resource. It can be used for both IAM users and federated # access users whose name matches the provided resource name. This is # a very powerful option that offers a great deal of flexibility. For # example, if you specify the AWS account *123456789012* and # *Mary\_Major*, all of the following are counted as approvals coming # from that user: # # * An IAM user in the account - # (arn:aws:iam::*123456789012*\:user/*Mary\_Major*) + # (arn:aws:iam::*123456789012*:user/*Mary\_Major*) # # * A federated user identified in IAM as Mary\_Major - # (arn:aws:sts::*123456789012*\:federated-user/*Mary\_Major*) + # (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*) # # This option does not recognize an active session of someone assuming # the role of CodeCommitReview with a role session name of # *Mary\_Major* - # (arn:aws:sts::*123456789012*\:assumed-role/CodeCommitReview/*Mary\_Major*) + # (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*) # unless you include a wildcard (*Mary\_Major). # - # * **Fully qualified ARN**\: This option allows you to specify the - # fully qualified Amazon Resource Name (ARN) of the IAM user or role. + # * **Fully qualified ARN**: This option allows you to specify the fully + # qualified Amazon Resource Name (ARN) of the IAM user or role. # # For more information about IAM ARNs, wildcards, and formats, see [IAM # Identifiers][1] in the *IAM User Guide*. # # </note> @@ -1074,32 +1079,32 @@ # User Guide. # # <note markdown="1"> When you create the content of the approval rule, you can specify # approvers in an approval pool in one of two ways: # - # * **CodeCommitApprovers**\: This option only requires an AWS account + # * **CodeCommitApprovers**: This option only requires an AWS account # and a resource. It can be used for both IAM users and federated # access users whose name matches the provided resource name. This is # a very powerful option that offers a great deal of flexibility. For # example, if you specify the AWS account *123456789012* and # *Mary\_Major*, all of the following would be counted as approvals # coming from that user: # # * An IAM user in the account - # (arn:aws:iam::*123456789012*\:user/*Mary\_Major*) + # (arn:aws:iam::*123456789012*:user/*Mary\_Major*) # # * A federated user identified in IAM as Mary\_Major - # (arn:aws:sts::*123456789012*\:federated-user/*Mary\_Major*) + # (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*) # # This option does not recognize an active session of someone assuming # the role of CodeCommitReview with a role session name of # *Mary\_Major* - # (arn:aws:sts::*123456789012*\:assumed-role/CodeCommitReview/*Mary\_Major*) + # (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*) # unless you include a wildcard (*Mary\_Major). # - # * **Fully qualified ARN**\: This option allows you to specify the - # fully qualified Amazon Resource Name (ARN) of the IAM user or role. + # * **Fully qualified ARN**: This option allows you to specify the fully + # qualified Amazon Resource Name (ARN) of the IAM user or role. # # For more information about IAM ARNs, wildcards, and formats, see [IAM # Identifiers][1] in the *IAM User Guide*. # # </note> @@ -4579,32 +4584,32 @@ # The updated content for the approval rule. # # <note markdown="1"> When you update the content of the approval rule, you can specify # approvers in an approval pool in one of two ways: # - # * **CodeCommitApprovers**\: This option only requires an AWS account + # * **CodeCommitApprovers**: This option only requires an AWS account # and a resource. It can be used for both IAM users and federated # access users whose name matches the provided resource name. This is # a very powerful option that offers a great deal of flexibility. For # example, if you specify the AWS account *123456789012* and # *Mary\_Major*, all of the following are counted as approvals coming # from that user: # # * An IAM user in the account - # (arn:aws:iam::*123456789012*\:user/*Mary\_Major*) + # (arn:aws:iam::*123456789012*:user/*Mary\_Major*) # # * A federated user identified in IAM as Mary\_Major - # (arn:aws:sts::*123456789012*\:federated-user/*Mary\_Major*) + # (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*) # # This option does not recognize an active session of someone assuming # the role of CodeCommitReview with a role session name of # *Mary\_Major* - # (arn:aws:sts::*123456789012*\:assumed-role/CodeCommitReview/*Mary\_Major*) + # (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*) # unless you include a wildcard (*Mary\_Major). # - # * **Fully qualified ARN**\: This option allows you to specify the - # fully qualified Amazon Resource Name (ARN) of the IAM user or role. + # * **Fully qualified ARN**: This option allows you to specify the fully + # qualified Amazon Resource Name (ARN) of the IAM user or role. # # For more information about IAM ARNs, wildcards, and formats, see [IAM # Identifiers][1] in the *IAM User Guide*. # # </note> @@ -4951,10 +4956,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-codecommit' - context[:gem_version] = '1.53.0' + context[:gem_version] = '1.54.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated