Skip to content

Commit

Permalink
Merge branch 'release-1.35.79' into develop
Browse files Browse the repository at this point in the history
* release-1.35.79:
  Bumping version to 1.35.79
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 11, 2024
2 parents 2b83f3a + 2123adb commit 881ca84
Show file tree
Hide file tree
Showing 20 changed files with 1,865 additions and 782 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.79.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``artifact``",
"description": "Add support for listing active customer agreements for the calling AWS Account.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "Doc-only updates for CloudTrail.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools",
"type": "api-change"
},
{
"category": "``controlcatalog``",
"description": "Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "This release adds support for accessing system profile logs in Lake Formation-enabled jobs.",
"type": "api-change"
},
{
"category": "``mgh``",
"description": "API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "Introduces support for multi-region endpoint.",
"type": "api-change"
},
{
"category": "``timestream-influxdb``",
"description": "Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.35.79
=======

* api-change:``artifact``: Add support for listing active customer agreements for the calling AWS Account.
* api-change:``cloudtrail``: Doc-only updates for CloudTrail.
* api-change:``cognito-idp``: Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools
* api-change:``controlcatalog``: Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API
* api-change:``emr-serverless``: This release adds support for accessing system profile logs in Lake Formation-enabled jobs.
* api-change:``mgh``: API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources
* api-change:``sesv2``: Introduces support for multi-region endpoint.
* api-change:``timestream-influxdb``: Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint


1.35.78
=======

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.35.78'
__version__ = '1.35.79'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/artifact/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "reports"
},
"ListCustomerAgreements": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "customerAgreements"
}
}
}
136 changes: 136 additions & 0 deletions botocore/data/artifact/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,23 @@
],
"documentation":"<p>Get the Term content associated with a single report.</p>"
},
"ListCustomerAgreements":{
"name":"ListCustomerAgreements",
"http":{
"method":"GET",
"requestUri":"/v1/customer-agreement/list",
"responseCode":200
},
"input":{"shape":"ListCustomerAgreementsRequest"},
"output":{"shape":"ListCustomerAgreementsResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>List active customer-agreements applicable to calling identity.</p>"
},
"ListReports":{
"name":"ListReports",
"http":{
Expand Down Expand Up @@ -164,6 +181,20 @@
},
"documentation":"<p>Account settings for the customer.</p>"
},
"AgreementTerms":{
"type":"list",
"member":{"shape":"LongStringAttribute"},
"max":10,
"min":0
},
"AgreementType":{
"type":"string",
"enum":[
"CUSTOM",
"DEFAULT",
"MODIFIED"
]
},
"ConflictException":{
"type":"structure",
"required":[
Expand All @@ -189,6 +220,80 @@
},
"exception":true
},
"CustomerAgreementIdAttribute":{
"type":"string",
"pattern":"customer-agreement-[a-zA-Z0-9]{16}"
},
"CustomerAgreementList":{
"type":"list",
"member":{"shape":"CustomerAgreementSummary"}
},
"CustomerAgreementState":{
"type":"string",
"enum":[
"ACTIVE",
"CUSTOMER_TERMINATED",
"AWS_TERMINATED"
]
},
"CustomerAgreementSummary":{
"type":"structure",
"members":{
"name":{
"shape":"LongStringAttribute",
"documentation":"<p>Name of the customer-agreement resource.</p>"
},
"arn":{
"shape":"LongStringAttribute",
"documentation":"<p>ARN of the customer-agreement resource.</p>"
},
"id":{
"shape":"CustomerAgreementIdAttribute",
"documentation":"<p>Identifier of the customer-agreement resource.</p>"
},
"agreementArn":{
"shape":"LongStringAttribute",
"documentation":"<p>ARN of the agreement resource the customer-agreement resource represents.</p>"
},
"awsAccountId":{
"shape":"ShortStringAttribute",
"documentation":"<p>AWS account Id that owns the resource.</p>"
},
"organizationArn":{
"shape":"LongStringAttribute",
"documentation":"<p>ARN of the organization that owns the resource.</p>"
},
"effectiveStart":{
"shape":"TimestampAttribute",
"documentation":"<p>Timestamp indicating when the agreement became effective.</p>"
},
"effectiveEnd":{
"shape":"TimestampAttribute",
"documentation":"<p>Timestamp indicating when the agreement was terminated.</p>"
},
"state":{
"shape":"CustomerAgreementState",
"documentation":"<p>State of the resource.</p>"
},
"description":{
"shape":"LongStringAttribute",
"documentation":"<p>Description of the resource.</p>"
},
"acceptanceTerms":{
"shape":"AgreementTerms",
"documentation":"<p>Terms required to accept the agreement resource.</p>"
},
"terminateTerms":{
"shape":"AgreementTerms",
"documentation":"<p>Terms required to terminate the customer-agreement resource.</p>"
},
"type":{
"shape":"AgreementType",
"documentation":"<p>Type of the customer-agreement resource.</p>"
}
},
"documentation":"<p>Summary for customer-agreement resource.</p>"
},
"GetAccountSettingsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -326,6 +431,37 @@
"fault":true,
"retryable":{"throttling":false}
},
"ListCustomerAgreementsRequest":{
"type":"structure",
"members":{
"maxResults":{
"shape":"MaxResultsAttribute",
"documentation":"<p>Maximum number of resources to return in the paginated response.</p>",
"location":"querystring",
"locationName":"maxResults"
},
"nextToken":{
"shape":"NextTokenAttribute",
"documentation":"<p>Pagination token to request the next page of resources.</p>",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"ListCustomerAgreementsResponse":{
"type":"structure",
"required":["customerAgreements"],
"members":{
"customerAgreements":{
"shape":"CustomerAgreementList",
"documentation":"<p>List of customer-agreement resources.</p>"
},
"nextToken":{
"shape":"NextTokenAttribute",
"documentation":"<p>Pagination token to request the next page of resources.</p>"
}
}
},
"ListReportsRequest":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 881ca84

Please sign in to comment.