Skip to content

Commit

Permalink
Merge branch 'release-1.27.36' into develop
Browse files Browse the repository at this point in the history
* release-1.27.36:
  Bumping version to 1.27.36
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 22, 2022
2 parents 67086c2 + d7955c8 commit b5dcf32
Show file tree
Hide file tree
Showing 11 changed files with 575 additions and 14 deletions.
32 changes: 32 additions & 0 deletions .changes/1.27.36.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``account``",
"description": "This release enables customers to manage the primary contact information for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/API_Operations.html",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.",
"type": "api-change"
},
{
"category": "``iotdeviceadvisor``",
"description": "Added new service feature (Early access only) - Long Duration Test, where customers can test the IoT device to observe how it behaves when the device is in operation for longer period.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds the \"ModifyActivityStream\" API with support for audit policy state locking and unlocking.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.27.36
=======

* api-change:``account``: This release enables customers to manage the primary contact information for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/API_Operations.html
* api-change:``ec2``: Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
* api-change:``iotdeviceadvisor``: Added new service feature (Early access only) - Long Duration Test, where customers can test the IoT device to observe how it behaves when the device is in operation for longer period.
* api-change:``medialive``: Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.
* api-change:``rds``: This release adds the "ModifyActivityStream" API with support for audit policy state locking and unlocking.
* api-change:``transcribe``: Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary


1.27.35
=======

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 os
import re

__version__ = '1.27.35'
__version__ = '1.27.36'


class NullHandler(logging.Handler):
Expand Down
198 changes: 194 additions & 4 deletions botocore/data/account/2021-02-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{"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>",
"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> <note> <p>Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html\">Enabling trusted access for Amazon Web Services Account Management</a>.</p> </note>",
"idempotent":true
},
"GetAlternateContact":{
Expand All @@ -46,7 +46,25 @@
{"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>"
"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> <note> <p>Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html\">Enabling trusted access for Amazon Web Services Account Management</a>.</p> </note>"
},
"GetContactInformation":{
"name":"GetContactInformation",
"http":{
"method":"POST",
"requestUri":"/getContactInformation",
"responseCode":200
},
"input":{"shape":"GetContactInformationRequest"},
"output":{"shape":"GetContactInformationResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Retrieves the primary contact information of an Amazon Web Services account.</p> <p>For complete details about how to use the primary contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Update the primary and alternate contact information</a>.</p>"
},
"PutAlternateContact":{
"name":"PutAlternateContact",
Expand All @@ -62,7 +80,24 @@
{"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>",
"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> <note> <p>Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html\">Enabling trusted access for Amazon Web Services Account Management</a>.</p> </note>",
"idempotent":true
},
"PutContactInformation":{
"name":"PutContactInformation",
"http":{
"method":"POST",
"requestUri":"/putContactInformation",
"responseCode":200
},
"input":{"shape":"PutContactInformationRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Updates the primary contact information of an Amazon Web Services account.</p> <p>For complete details about how to use the primary contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Update the primary and alternate contact information</a>.</p>",
"idempotent":true
}
},
Expand All @@ -84,6 +119,12 @@
"type":"string",
"pattern":"^\\d{12}$"
},
"AddressLine":{
"type":"string",
"max":60,
"min":1,
"sensitive":true
},
"AlternateContact":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -118,6 +159,93 @@
"SECURITY"
]
},
"City":{
"type":"string",
"max":50,
"min":1,
"sensitive":true
},
"CompanyName":{
"type":"string",
"max":50,
"min":1,
"sensitive":true
},
"ContactInformation":{
"type":"structure",
"required":[
"AddressLine1",
"City",
"CountryCode",
"FullName",
"PhoneNumber",
"PostalCode"
],
"members":{
"AddressLine1":{
"shape":"AddressLine",
"documentation":"<p>The first line of the primary contact address.</p>"
},
"AddressLine2":{
"shape":"AddressLine",
"documentation":"<p>The second line of the primary contact address, if any.</p>"
},
"AddressLine3":{
"shape":"AddressLine",
"documentation":"<p>The third line of the primary contact address, if any.</p>"
},
"City":{
"shape":"City",
"documentation":"<p>The city of the primary contact address.</p>"
},
"CompanyName":{
"shape":"CompanyName",
"documentation":"<p>The name of the company associated with the primary contact information, if any.</p>"
},
"CountryCode":{
"shape":"CountryCode",
"documentation":"<p>The ISO-3166 two-letter country code for the primary contact address.</p>"
},
"DistrictOrCounty":{
"shape":"DistrictOrCounty",
"documentation":"<p>The district or county of the primary contact address, if any.</p>"
},
"FullName":{
"shape":"FullName",
"documentation":"<p>The full name of the primary contact address.</p>"
},
"PhoneNumber":{
"shape":"ContactInformationPhoneNumber",
"documentation":"<p>The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.</p>"
},
"PostalCode":{
"shape":"PostalCode",
"documentation":"<p>The postal code of the primary contact address.</p>"
},
"StateOrRegion":{
"shape":"StateOrRegion",
"documentation":"<p>The state or region of the primary contact address. This field is required in selected countries.</p>"
},
"WebsiteUrl":{
"shape":"WebsiteUrl",
"documentation":"<p>The URL of the website associated with the primary contact information, if any.</p>"
}
},
"documentation":"<p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>"
},
"ContactInformationPhoneNumber":{
"type":"string",
"max":20,
"min":1,
"pattern":"^[+][\\s0-9()-]+$",
"sensitive":true
},
"CountryCode":{
"type":"string",
"max":2,
"min":2,
"sensitive":true
},
"DeleteAlternateContactRequest":{
"type":"structure",
"required":["AlternateContactType"],
Expand All @@ -132,11 +260,23 @@
}
}
},
"DistrictOrCounty":{
"type":"string",
"max":50,
"min":1,
"sensitive":true
},
"EmailAddress":{
"type":"string",
"max":64,
"min":1,
"pattern":"[\\w+=,.-]+@[\\w.-]+\\.[\\w]+",
"pattern":"^[\\s]*[\\w+=.#!&-]+@[\\w.-]+\\.[\\w]+[\\s]*$",
"sensitive":true
},
"FullName":{
"type":"string",
"max":50,
"min":1,
"sensitive":true
},
"GetAlternateContactRequest":{
Expand All @@ -162,6 +302,24 @@
}
}
},
"GetContactInformationRequest":{
"type":"structure",
"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. If you don't specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. 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. The specified account ID must also 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, don't specify this parameter. Instead, call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>"
}
}
},
"GetContactInformationResponse":{
"type":"structure",
"members":{
"ContactInformation":{
"shape":"ContactInformation",
"documentation":"<p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>"
}
}
},
"InternalServerException":{
"type":"structure",
"required":["message"],
Expand All @@ -187,6 +345,12 @@
"pattern":"^[\\s0-9()+-]+$",
"sensitive":true
},
"PostalCode":{
"type":"string",
"max":20,
"min":1,
"sensitive":true
},
"PutAlternateContactRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -223,6 +387,20 @@
}
}
},
"PutContactInformationRequest":{
"type":"structure",
"required":["ContactInformation"],
"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. If you don't specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. 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. The specified account ID must also 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, don't specify this parameter. Instead, call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>"
},
"ContactInformation":{
"shape":"ContactInformation",
"documentation":"<p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>"
}
}
},
"ResourceNotFoundException":{
"type":"structure",
"required":["message"],
Expand All @@ -236,6 +414,12 @@
},
"exception":true
},
"StateOrRegion":{
"type":"string",
"max":50,
"min":1,
"sensitive":true
},
"String":{"type":"string"},
"Title":{
"type":"string",
Expand Down Expand Up @@ -269,6 +453,12 @@
"senderFault":true
},
"exception":true
},
"WebsiteUrl":{
"type":"string",
"max":256,
"min":1,
"sensitive":true
}
},
"documentation":"<p>Operations for Amazon Web Services Account Management</p>"
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31662,7 +31662,8 @@
"c7g.4xlarge",
"c7g.8xlarge",
"c7g.12xlarge",
"c7g.16xlarge"
"c7g.16xlarge",
"mac2.metal"
]
},
"InstanceTypeHypervisor":{
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -9267,6 +9267,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -19490,7 +19491,8 @@
}
},
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"sts" : {
Expand Down
Loading

0 comments on commit b5dcf32

Please sign in to comment.