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 Nov 15, 2024
1 parent afffccf commit b74378d
Show file tree
Hide file tree
Showing 21 changed files with 3,982 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cloudwatch-20215.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cloudwatch``",
"description": "Adds support for adding related Entity information to metrics ingested through PutMetricData."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connectcampaignsv2``",
"description": "Added Amazon Connect Outbound Campaigns V2 SDK."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-datasync-41907.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``datasync``",
"description": "Doc-only updates and enhancements related to creating DataSync tasks and describing task executions."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-44748.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Remove non-functional enum variants for FleetCapacityReservationUsageStrategy"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iot-70914.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``iot``",
"description": "This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-outposts-92612.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``outposts``",
"description": "You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``pinpoint-sms-voice-v2``",
"description": "Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-route53resolver-82568.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``route53resolver``",
"description": "Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs)."
}
91 changes: 82 additions & 9 deletions botocore/data/cloudwatch/2010-08-01/service-2.json

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions botocore/data/connectcampaignsv2/2024-04-23/endpoint-rule-set-1.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions botocore/data/connectcampaignsv2/2024-04-23/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"pagination": {
"ListCampaigns": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "campaignSummaryList"
},
"ListConnectInstanceIntegrations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "integrationSummaryList"
}
}
}
Loading

0 comments on commit b74378d

Please sign in to comment.