Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 11, 2024
1 parent 2b83f3a commit a09b907
Show file tree
Hide file tree
Showing 23 changed files with 1,794 additions and 623 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-artifact-68323.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``artifact``",
"description": "Add support for listing active customer agreements for the calling AWS Account."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cloudtrail-39887.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cloudtrail``",
"description": "Doc-only updates for CloudTrail."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cognitoidp-8257.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cognito-idp``",
"description": "Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-controlcatalog-50136.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``controlcatalog``",
"description": "Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-emrserverless-60875.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``emr-serverless``",
"description": "This release adds support for accessing system profile logs in Lake Formation-enabled jobs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mgh-14397.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sesv2-43901.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sesv2``",
"description": "Introduces support for multi-region endpoint."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-timestreaminfluxdb-1068.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``timestream-influxdb``",
"description": "Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint"
}
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
4 changes: 2 additions & 2 deletions botocore/data/cloudtrail/2013-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@
"documentation":"<p>Contains all selector statements in an advanced event selector.</p>"
}
},
"documentation":"<p>Advanced event selectors let you create fine-grained selectors for CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html\">Logging data events</a>, <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html\">Logging network activity events</a>, and <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html\">Logging management events</a> topics in the <i>CloudTrail User Guide</i>.</p> <p>You cannot apply both event selectors and advanced event selectors to a trail.</p> <p> <b>Supported CloudTrail event record fields for management events</b> </p> <ul> <li> <p> <code>eventCategory</code> (required)</p> </li> <li> <p> <code>eventSource</code> </p> </li> <li> <p> <code>readOnly</code> </p> </li> </ul> <p>The following additional fields are available for event data stores:</p> <ul> <li> <p> <code>eventName</code> </p> </li> <li> <p> <code>eventType</code> </p> </li> <li> <p> <code>sessionCredentialFromConsole</code> </p> </li> <li> <p> <code>userIdentity.arn</code> </p> </li> </ul> <p> <b>Supported CloudTrail event record fields for data events</b> </p> <ul> <li> <p> <code>eventCategory</code> (required)</p> </li> <li> <p> <code>resources.type</code> (required)</p> </li> <li> <p> <code>readOnly</code> </p> </li> <li> <p> <code>eventName</code> </p> </li> <li> <p> <code>resources.ARN</code> </p> </li> </ul> <p>The following additional fields are available for event data stores:</p> <ul> <li> <p> <code>eventSource</code> </p> </li> <li> <p> <code>eventType</code> </p> </li> <li> <p> <code>sessionCredentialFromConsole</code> </p> </li> <li> <p> <code>userIdentity.arn</code> </p> </li> </ul> <p> <b>Supported CloudTrail event record fields for network activity events</b> </p> <note> <p>Network activity events is in preview release for CloudTrail and is subject to change.</p> </note> <ul> <li> <p> <code>eventCategory</code> (required)</p> </li> <li> <p> <code>eventSource</code> (required)</p> </li> <li> <p> <code>eventName</code> </p> </li> <li> <p> <code>errorCode</code> - The only valid value for <code>errorCode</code> is <code>VpceAccessDenied</code>.</p> </li> <li> <p> <code>vpcEndpointId</code> </p> </li> </ul> <note> <p>For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is <code>eventCategory</code>. </p> </note>"
"documentation":"<p>Advanced event selectors let you create fine-grained selectors for CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html\">Logging data events</a>, <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html\">Logging network activity events</a>, and <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html\">Logging management events</a> topics in the <i>CloudTrail User Guide</i>.</p> <p>You cannot apply both event selectors and advanced event selectors to a trail.</p> <p>For information about configurable advanced event selector fields, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedEventSelector.html\">AdvancedEventSelector</a> in the <i>CloudTrailUser Guide</i>.</p>"
},
"AdvancedEventSelectors":{
"type":"list",
Expand All @@ -1361,7 +1361,7 @@
"members":{
"Field":{
"shape":"SelectorField",
"documentation":"<p> A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the field is used only for selecting events as filtering is not supported.</p> <p>For CloudTrail management events, supported fields include <code>eventCategory</code> (required), <code>eventSource</code>, and <code>readOnly</code>. The following additional fields are available for event data stores: <code>eventName</code>, <code>eventType</code>, <code>sessionCredentialFromConsole</code>, and <code>userIdentity.arn</code>.</p> <p>For CloudTrail data events, supported fields include <code>eventCategory</code> (required), <code>resources.type</code> (required), <code>eventName</code>, <code>readOnly</code>, and <code>resources.ARN</code>. The following additional fields are available for event data stores: <code>eventSource</code>, <code>eventType</code>, <code>sessionCredentialFromConsole</code>, and <code>userIdentity.arn</code>.</p> <p>For CloudTrail network activity events, supported fields include <code>eventCategory</code> (required), <code>eventSource</code> (required), <code>eventName</code>, <code>errorCode</code>, and <code>vpcEndpointId</code>.</p> <p> For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is <code>eventCategory</code>. </p> <ul> <li> <p> <b> <code>readOnly</code> </b> - This is an optional field that is only used for management events and data events. This field can be set to <code>Equals</code> with a value of <code>true</code> or <code>false</code>. If you do not add this field, CloudTrail logs both <code>read</code> and <code>write</code> events. A value of <code>true</code> logs only <code>read</code> events. A value of <code>false</code> logs only <code>write</code> events.</p> </li> <li> <p> <b> <code>eventSource</code> </b> - This field is only used for management events, data events (for event data stores only), and network activity events.</p> <p>For management events for trails, this is an optional field that can be set to <code>NotEquals</code> <code>kms.amazonaws.com</code> to exclude KMS management events, or <code>NotEquals</code> <code>rdsdata.amazonaws.com</code> to exclude RDS management events.</p> <p>For management and data events for event data stores, you can use it to include or exclude any event source and can use any operator.</p> <p>For network activity events, this is a required field that only uses the <code>Equals</code> operator. Set this field to the event source for which you want to log network activity events. If you want to log network activity events for multiple event sources, you must create a separate field selector for each event source.</p> <p>The following are valid values for network activity events:</p> <ul> <li> <p> <code>cloudtrail.amazonaws.com</code> </p> </li> <li> <p> <code>ec2.amazonaws.com</code> </p> </li> <li> <p> <code>kms.amazonaws.com</code> </p> </li> <li> <p> <code>secretsmanager.amazonaws.com</code> </p> </li> </ul> </li> <li> <p> <b> <code>eventName</code> </b> - This is an optional field that is only used for data events, management events (for event data stores only), and network activity events. You can use any operator with <code>eventName</code>. You can use it to filter in or filter out specific events. You can have multiple values for this field, separated by commas.</p> </li> <li> <p> <b> <code>eventCategory</code> </b> - This field is required and must be set to <code>Equals</code>. </p> <ul> <li> <p> For CloudTrail management events, the value must be <code>Management</code>. </p> </li> <li> <p> For CloudTrail data events, the value must be <code>Data</code>. </p> </li> <li> <p> For CloudTrail network activity events, the value must be <code>NetworkActivity</code>. </p> </li> </ul> <p>The following are used only for event data stores:</p> <ul> <li> <p> For CloudTrail Insights events, the value must be <code>Insight</code>. </p> </li> <li> <p> For Config configuration items, the value must be <code>ConfigurationItem</code>. </p> </li> <li> <p> For Audit Manager evidence, the value must be <code>Evidence</code>. </p> </li> <li> <p> For events outside of Amazon Web Services, the value must be <code>ActivityAuditLog</code>. </p> </li> </ul> </li> <li> <p> <b> <code>eventType</code> </b> - This is an optional field available only for event data stores, which is used to filter management and data events on the event type. For information about available event types, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.html#ct-event-type\">CloudTrail record contents</a> in the <i>CloudTrail user guide</i>.</p> </li> <li> <p> <b> <code>errorCode</code> </b> - This field is only used to filter CloudTrail network activity events and is optional. This is the error code to filter on. Currently, the only valid <code>errorCode</code> is <code>VpceAccessDenied</code>. <code>errorCode</code> can only use the <code>Equals</code> operator.</p> </li> <li> <p> <b> <code>sessionCredentialFromConsole</code> </b> - This is an optional field available only for event data stores, which is used to filter management and data events based on whether the events originated from an Amazon Web Services Management Console session. <code>sessionCredentialFromConsole</code> can only use the <code>Equals</code> and <code>NotEquals</code> operators.</p> </li> <li> <p> <b> <code>resources.type</code> </b> - This field is required for CloudTrail data events. <code>resources.type</code> can only use the <code>Equals</code> operator.</p> <p>For a list of available resource types for data events, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#logging-data-events\">Data events</a> in the <i>CloudTrail User Guide</i>.</p> <p> You can have only one <code>resources.type</code> field per selector. To log events on more than one resource type, add another selector.</p> </li> <li> <p> <b> <code>resources.ARN</code> </b> - The <code>resources.ARN</code> is an optional field for data events. You can use any operator with <code>resources.ARN</code>, but if you use <code>Equals</code> or <code>NotEquals</code>, the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. To log all data events for all objects in a specific S3 bucket, use the <code>StartsWith</code> operator, and include only the bucket ARN as the matching value.</p> <p>For information about filtering data events on the <code>resources.ARN</code> field, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/filtering-data-events.html#filtering-data-events-resourcearn\">Filtering data events by resources.ARN</a> in the <i>CloudTrail User Guide</i>.</p> <note> <p>You can't use the <code>resources.ARN</code> field to filter resource types that do not have ARNs.</p> </note> </li> <li> <p> <b> <code>userIdentity.arn</code> </b> - This is an optional field available only for event data stores, which is used to filter management and data events on the userIdentity ARN. You can use any operator with <code>userIdentity.arn</code>. For more information on the userIdentity element, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html\">CloudTrail userIdentity element</a> in the <i>CloudTrail User Guide</i>.</p> </li> <li> <p> <b> <code>vpcEndpointId</code> </b> - This field is only used to filter CloudTrail network activity events and is optional. This field identifies the VPC endpoint that the request passed through. You can use any operator with <code>vpcEndpointId</code>.</p> </li> </ul>"
"documentation":"<p> A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the field is used only for selecting events as filtering is not supported.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedFieldSelector.html\">AdvancedFieldSelector</a> in the <i>CloudTrailUser Guide</i>.</p>"
},
"Equals":{
"shape":"Operator",
Expand Down
Loading

0 comments on commit a09b907

Please sign in to comment.