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 Jul 18, 2024
1 parent 413f140 commit 6338ae1
Show file tree
Hide file tree
Showing 28 changed files with 1,741 additions and 450 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-acmpca-8983.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``acm-pca``",
"description": "Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-24816.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-38874.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-firehose-44210.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``firehose``",
"description": "This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ivschat-68235.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ivschat``",
"description": "Documentation update for IVS Chat API Reference."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-medialive-2443.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``medialive``",
"description": "AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-60841.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-39890.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-secretsmanager-33190.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``secretsmanager``",
"description": "Doc only update for Secrets Manager"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-taxsettings-33097.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``taxsettings``",
"description": "Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-timestreamquery-6736.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``timestream-query``",
"description": "Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``workspaces-thin-client``",
"description": "Documentation update for WorkSpaces Thin Client."
}
136 changes: 74 additions & 62 deletions botocore/data/acm-pca/2017-08-22/waiters-2.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,76 @@
{
"version" : 2,
"waiters" : {
"AuditReportCreated" : {
"description" : "Wait until a Audit Report is created",
"delay" : 3,
"maxAttempts" : 40,
"operation" : "DescribeCertificateAuthorityAuditReport",
"acceptors" : [ {
"matcher" : "path",
"argument" : "AuditReportStatus",
"state" : "success",
"expected" : "SUCCESS"
}, {
"matcher" : "path",
"argument" : "AuditReportStatus",
"state" : "failure",
"expected" : "FAILED"
}, {
"matcher" : "error",
"state" : "failure",
"expected" : "AccessDeniedException"
} ]
},
"CertificateAuthorityCSRCreated" : {
"description" : "Wait until a Certificate Authority CSR is created",
"delay" : 3,
"maxAttempts" : 40,
"operation" : "GetCertificateAuthorityCsr",
"acceptors" : [ {
"matcher" : "error",
"state" : "success",
"expected" : false
}, {
"matcher" : "error",
"state" : "retry",
"expected" : "RequestInProgressException"
}, {
"matcher" : "error",
"state" : "failure",
"expected" : "AccessDeniedException"
} ]
},
"CertificateIssued" : {
"description" : "Wait until a certificate is issued",
"delay" : 1,
"maxAttempts" : 120,
"operation" : "GetCertificate",
"acceptors" : [ {
"matcher" : "error",
"state" : "success",
"expected" : false
}, {
"matcher" : "error",
"state" : "retry",
"expected" : "RequestInProgressException"
}, {
"matcher" : "error",
"state" : "failure",
"expected" : "AccessDeniedException"
} ]
"version": 2,
"waiters": {
"CertificateAuthorityCSRCreated": {
"description": "Wait until a Certificate Authority CSR is created",
"operation": "GetCertificateAuthorityCsr",
"delay": 3,
"maxAttempts": 60,
"acceptors": [
{
"state": "success",
"matcher": "status",
"expected": 200
},
{
"state": "retry",
"matcher": "error",
"expected": "RequestInProgressException"
},
{
"state": "failure",
"matcher": "error",
"expected": "AccessDeniedException"
}
]
},
"CertificateIssued": {
"description": "Wait until a certificate is issued",
"operation": "GetCertificate",
"delay": 1,
"maxAttempts": 60,
"acceptors": [
{
"state": "success",
"matcher": "status",
"expected": 200
},
{
"state": "retry",
"matcher": "error",
"expected": "RequestInProgressException"
},
{
"state": "failure",
"matcher": "error",
"expected": "AccessDeniedException"
}
]
},
"AuditReportCreated": {
"description": "Wait until a Audit Report is created",
"operation": "DescribeCertificateAuthorityAuditReport",
"delay": 3,
"maxAttempts": 60,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "AuditReportStatus",
"expected": "SUCCESS"
},
{
"state": "failure",
"matcher": "path",
"argument": "AuditReportStatus",
"expected": "FAILED"
},
{
"state": "failure",
"matcher": "error",
"expected": "AccessDeniedException"
}
]
}
}
}
}
}
18 changes: 18 additions & 0 deletions botocore/data/connect/2017-08-08/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,24 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "AuthenticationProfileSummaryList"
},
"SearchAgentStatuses": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": [
"ApproximateTotalCount"
],
"output_token": "NextToken",
"result_key": "AgentStatuses"
},
"SearchUserHierarchyGroups": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": [
"ApproximateTotalCount"
],
"output_token": "NextToken",
"result_key": "UserHierarchyGroups"
}
}
}
Loading

0 comments on commit 6338ae1

Please sign in to comment.