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 Apr 8, 2024
1 parent 1be45c5 commit 5e8659b
Show file tree
Hide file tree
Showing 9 changed files with 1,186 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-controlcatalog-67753.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``controlcatalog``",
"description": "This is the initial SDK release for AWS Control Catalog, a central catalog for AWS managed controls. This release includes 3 new APIs - ListDomains, ListObjectives, and ListCommonControls - that vend high-level data to categorize controls across the AWS platform."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mgn-97547.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mgn``",
"description": "Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-networkmonitor-72259.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``networkmonitor``",
"description": "Updated the allowed monitorName length for CloudWatch Network Monitor."
}
350 changes: 350 additions & 0 deletions botocore/data/controlcatalog/2018-05-10/endpoint-rule-set-1.json

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions botocore/data/controlcatalog/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"pagination": {
"ListCommonControls": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "CommonControls"
},
"ListDomains": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Domains"
},
"ListObjectives": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Objectives"
}
}
}
Loading

0 comments on commit 5e8659b

Please sign in to comment.