Skip to content

Commit

Permalink
Merge branch 'release-1.34.80' into develop
Browse files Browse the repository at this point in the history
* release-1.34.80:
  Bumping version to 1.34.80
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 8, 2024
2 parents 1be45c5 + 9edcc46 commit 75bcdd3
Show file tree
Hide file tree
Showing 11 changed files with 1,199 additions and 21 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.80.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"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.",
"type": "api-change"
},
{
"category": "``mgn``",
"description": "Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter.",
"type": "api-change"
},
{
"category": "``networkmonitor``",
"description": "Updated the allowed monitorName length for CloudWatch Network Monitor.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.80
=======

* api-change:``controlcatalog``: 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.
* api-change:``mgn``: Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter.
* api-change:``networkmonitor``: Updated the allowed monitorName length for CloudWatch Network Monitor.


1.34.79
=======

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.34.79'
__version__ = '1.34.80'


class NullHandler(logging.Handler):
Expand Down
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 75bcdd3

Please sign in to comment.