lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.78.0 vs lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.79.0

- old
+ new

@@ -904,16 +904,17 @@ req = build_request(:create_access_key, params) req.send_request(options) end # Creates an alias for your Amazon Web Services account. For information - # about using an Amazon Web Services account alias, see [Using an alias - # for your Amazon Web Services account ID][1] in the *IAM User Guide*. + # about using an Amazon Web Services account alias, see [Creating, + # deleting, and listing an Amazon Web Services account alias][1] in the + # *Amazon Web Services Sign-In User Guide*. # # # - # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html + # [1]: https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html # # @option params [required, String] :account_alias # The account alias to create. # # This parameter allows (through its [regex pattern][1]) a string of @@ -2539,16 +2540,16 @@ req.send_request(options) end # Deletes the specified Amazon Web Services account alias. For # information about using an Amazon Web Services account alias, see - # [Using an alias for your Amazon Web Services account ID][1] in the - # *IAM User Guide*. + # [Creating, deleting, and listing an Amazon Web Services account + # alias][1] in the *Amazon Web Services Sign-In User Guide*. # # # - # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html + # [1]: https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html # # @option params [required, String] :account_alias # The name of the account alias to delete. # # This parameter allows (through its [regex pattern][1]) a string of @@ -6357,16 +6358,17 @@ req.send_request(options) end # Lists the account alias associated with the Amazon Web Services # account (Note: you can have only one). For information about using an - # Amazon Web Services account alias, see [Using an alias for your Amazon - # Web Services account ID][1] in the *IAM User Guide*. + # Amazon Web Services account alias, see [Creating, deleting, and + # listing an Amazon Web Services account alias][1] in the *Amazon Web + # Services Sign-In User Guide*. # # # - # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html + # [1]: https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html # # @option params [String] :marker # Use this parameter only when paginating results and only after you # receive a response indicating that the results are truncated. Set it # to the value of the `Marker` element in the response that you received @@ -13351,10 +13353,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-iam' - context[:gem_version] = '1.78.0' + context[:gem_version] = '1.79.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #