Skip to content

Commit

Permalink
Merge branch 'release-1.21.52'
Browse files Browse the repository at this point in the history
* release-1.21.52:
  Bumping version to 1.21.52
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 30, 2021
2 parents 6a0ae04 + b378661 commit 0079dd9
Show file tree
Hide file tree
Showing 16 changed files with 2,327 additions and 84 deletions.
37 changes: 37 additions & 0 deletions .changes/1.21.52.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``network-firewall``",
"description": "This release adds support for strict ordering for stateful rule groups. Using strict ordering, stateful rules are evaluated in the exact order in which you provide them.",
"type": "api-change"
},
{
"category": "``dataexchange``",
"description": "This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "This release adds support for mobile device access overrides management in Amazon WorkMail.",
"type": "api-change"
},
{
"category": "``account``",
"description": "This release of the Account Management API enables customers to manage the alternate contacts for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Added CreateUpdatedWorkspaceImage API to update WorkSpace images with latest software and drivers. Updated DescribeWorkspaceImages API to display if there are updates available for WorkSpace images.",
"type": "api-change"
},
{
"category": "``cloudcontrol``",
"description": "Initial release of the SDK for AWS Cloud Control API",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "Amazon S3 bucket metadata now indicates whether an error or a bucket's permissions settings prevented Amazon Macie from retrieving data about the bucket or the bucket's objects.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.21.52
=======

* api-change:``network-firewall``: This release adds support for strict ordering for stateful rule groups. Using strict ordering, stateful rules are evaluated in the exact order in which you provide them.
* api-change:``dataexchange``: This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.
* api-change:``workmail``: This release adds support for mobile device access overrides management in Amazon WorkMail.
* api-change:``account``: This release of the Account Management API enables customers to manage the alternate contacts for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html
* api-change:``workspaces``: Added CreateUpdatedWorkspaceImage API to update WorkSpace images with latest software and drivers. Updated DescribeWorkspaceImages API to display if there are updates available for WorkSpace images.
* api-change:``cloudcontrol``: Initial release of the SDK for AWS Cloud Control API
* api-change:``macie2``: Amazon S3 bucket metadata now indicates whether an error or a bucket's permissions settings prevented Amazon Macie from retrieving data about the bucket or the bucket's objects.


1.21.51
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.51'
__version__ = '1.21.52'


class NullHandler(logging.Handler):
Expand Down
3 changes: 3 additions & 0 deletions botocore/data/account/2021-02-01/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pagination": {}
}
275 changes: 275 additions & 0 deletions botocore/data/account/2021-02-01/service-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,275 @@
{
"version":"2.0",
"metadata":{
"apiVersion":"2021-02-01",
"endpointPrefix":"account",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceFullName":"AWS Account",
"serviceId":"Account",
"signatureVersion":"v4",
"signingName":"account",
"uid":"account-2021-02-01"
},
"operations":{
"DeleteAlternateContact":{
"name":"DeleteAlternateContact",
"http":{
"method":"POST",
"requestUri":"/deleteAlternateContact",
"responseCode":200
},
"input":{"shape":"DeleteAlternateContactRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Deletes the specified alternate contact from an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Access or updating the alternate contacts</a>.</p>",
"idempotent":true
},
"GetAlternateContact":{
"name":"GetAlternateContact",
"http":{
"method":"POST",
"requestUri":"/getAlternateContact",
"responseCode":200
},
"input":{"shape":"GetAlternateContactRequest"},
"output":{"shape":"GetAlternateContactResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Retrieves the specified alternate contact attached to an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Access or updating the alternate contacts</a>.</p>"
},
"PutAlternateContact":{
"name":"PutAlternateContact",
"http":{
"method":"POST",
"requestUri":"/putAlternateContact",
"responseCode":200
},
"input":{"shape":"PutAlternateContactRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Modifies the specified alternate contact attached to an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Access or updating the alternate contacts</a>.</p>",
"idempotent":true
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The operation failed because the calling identity doesn't have the minimum required permissions.</p>",
"error":{
"httpStatusCode":403,
"senderFault":true
},
"exception":true
},
"AccountId":{
"type":"string",
"pattern":"^\\d{12}$"
},
"AlternateContact":{
"type":"structure",
"members":{
"AlternateContactType":{
"shape":"AlternateContactType",
"documentation":"<p>The type of alternate contact.</p>"
},
"EmailAddress":{
"shape":"EmailAddress",
"documentation":"<p>The email address associated with this alternate contact.</p>"
},
"Name":{
"shape":"Name",
"documentation":"<p>The name associated with this alternate contact.</p>"
},
"PhoneNumber":{
"shape":"PhoneNumber",
"documentation":"<p>The phone number associated with this alternate contact.</p>"
},
"Title":{
"shape":"Title",
"documentation":"<p>The title associated with this alternate contact.</p>"
}
},
"documentation":"<p>A structure that contains the details of an alternate contact associated with an Amazon Web Services account</p>"
},
"AlternateContactType":{
"type":"string",
"enum":[
"BILLING",
"OPERATIONS",
"SECURITY"
]
},
"DeleteAlternateContactRequest":{
"type":"structure",
"required":["AlternateContactType"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.</p> <p>If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.</p> <p>To use this parameter, the caller must be an identity in the <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account\">organization's management account</a> or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html\">all features enabled</a>, and the organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html\">trusted access</a> enabled for the Account Management service, and optionally a <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html\">delegated admin</a> account assigned.</p> <note> <p>The management account can't specify its own <code>AccountId</code>; it must call the operation in standalone context by not including the <code>AccountId</code> parameter.</p> </note> <p>To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>"
},
"AlternateContactType":{
"shape":"AlternateContactType",
"documentation":"<p>Specifies which of the alternate contacts to delete. </p>"
}
}
},
"EmailAddress":{
"type":"string",
"max":64,
"min":1,
"pattern":"[\\w+=,.-]+@[\\w.-]+\\.[\\w]+",
"sensitive":true
},
"GetAlternateContactRequest":{
"type":"structure",
"required":["AlternateContactType"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.</p> <p>If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.</p> <p>To use this parameter, the caller must be an identity in the <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account\">organization's management account</a> or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html\">all features enabled</a>, and the organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html\">trusted access</a> enabled for the Account Management service, and optionally a <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html\">delegated admin</a> account assigned.</p> <note> <p>The management account can't specify its own <code>AccountId</code>; it must call the operation in standalone context by not including the <code>AccountId</code> parameter.</p> </note> <p>To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>"
},
"AlternateContactType":{
"shape":"AlternateContactType",
"documentation":"<p>Specifies which alternate contact you want to retrieve.</p>"
}
}
},
"GetAlternateContactResponse":{
"type":"structure",
"members":{
"AlternateContact":{
"shape":"AlternateContact",
"documentation":"<p>A structure that contains the details for the specified alternate contact.</p>"
}
}
},
"InternalServerException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The operation failed because of an error internal to Amazon Web Services. Try your operation again later.</p>",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true,
"retryable":{"throttling":false}
},
"Name":{
"type":"string",
"max":64,
"min":1,
"sensitive":true
},
"PhoneNumber":{
"type":"string",
"max":25,
"min":1,
"pattern":"^[\\s0-9()+-]+$",
"sensitive":true
},
"PutAlternateContactRequest":{
"type":"structure",
"required":[
"AlternateContactType",
"EmailAddress",
"Name",
"PhoneNumber",
"Title"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.</p> <p>If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.</p> <p>To use this parameter, the caller must be an identity in the <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account\">organization's management account</a> or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html\">all features enabled</a>, and the organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html\">trusted access</a> enabled for the Account Management service, and optionally a <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html\">delegated admin</a> account assigned.</p> <note> <p>The management account can't specify its own <code>AccountId</code>; it must call the operation in standalone context by not including the <code>AccountId</code> parameter.</p> </note> <p>To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>"
},
"AlternateContactType":{
"shape":"AlternateContactType",
"documentation":"<p>Specifies which alternate contact you want to create or update.</p>"
},
"EmailAddress":{
"shape":"EmailAddress",
"documentation":"<p>Specifies an email address for the alternate contact. </p>"
},
"Name":{
"shape":"Name",
"documentation":"<p>Specifies a name for the alternate contact.</p>"
},
"PhoneNumber":{
"shape":"PhoneNumber",
"documentation":"<p>Specifies a phone number for the alternate contact.</p>"
},
"Title":{
"shape":"Title",
"documentation":"<p>Specifies a title for the alternate contact.</p>"
}
}
},
"ResourceNotFoundException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The operation failed because it specified a resource that can't be found.</p>",
"error":{
"httpStatusCode":404,
"senderFault":true
},
"exception":true
},
"String":{"type":"string"},
"Title":{
"type":"string",
"max":50,
"min":1,
"sensitive":true
},
"TooManyRequestsException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The operation failed because it was called too frequently and exceeded a throttle limit.</p>",
"error":{
"httpStatusCode":429,
"senderFault":true
},
"exception":true,
"retryable":{"throttling":true}
},
"ValidationException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The operation failed because one of the input parameters was invalid.</p>",
"error":{
"httpStatusCode":400,
"senderFault":true
},
"exception":true
}
},
"documentation":"<p>Operations for Amazon Web Services Account Management</p>"
}
3 changes: 3 additions & 0 deletions botocore/data/cloudcontrol/2021-09-30/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pagination": {}
}
Loading

0 comments on commit 0079dd9

Please sign in to comment.