-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.31.52' into develop
* release-1.31.52: Bumping version to 1.31.52 Update to latest partitions and endpoints Update to latest models
- Loading branch information
Showing
21 changed files
with
1,704 additions
and
2,123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"category": "``appconfig``", | ||
"description": "Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``apprunner``", | ||
"description": "This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``codeartifact``", | ||
"description": "Add support for the Swift package format.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``kinesisvideo``", | ||
"description": "Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``logs``", | ||
"description": "Add ClientToken to QueryDefinition CFN Handler in CWL", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``servicediscovery``", | ||
"description": "Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``sso-oidc``", | ||
"description": "Update FIPS endpoints in aws-us-gov.", | ||
"type": "api-change" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
392 changes: 178 additions & 214 deletions
392
botocore/data/appconfig/2019-10-09/endpoint-rule-set-1.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
{ | ||
"pagination": {} | ||
"pagination": { | ||
"ListApplications": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListConfigurationProfiles": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListDeploymentStrategies": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListDeployments": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListEnvironments": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListExtensionAssociations": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListExtensions": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
}, | ||
"ListHostedConfigurationVersions": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.