Skip to content

Commit 39b991d

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent b1d6daf commit 39b991d

File tree

83 files changed

+2483
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2483
-235
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "36bdf855-53f9-4045-b0db-fa76d01acacd",
3+
"type": "feature",
4+
"description": "Add ClientToken to QueryDefinition CFN Handler in CWL",
5+
"modules": [
6+
"service/cloudwatchlogs"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "974d4f6f-1beb-4704-a446-00db86266dca",
3+
"type": "feature",
4+
"description": "Add support for the Swift package format.",
5+
"modules": [
6+
"service/codeartifact"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "a0ce9789-8834-411e-80f8-920ec2b77dc6",
3+
"type": "feature",
4+
"description": "Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors",
5+
"modules": [
6+
"service/appconfig"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "af5c2dda-6cd8-4f02-9d87-fee521fc459b",
3+
"type": "feature",
4+
"description": "Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException",
5+
"modules": [
6+
"service/s3"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "c8ddd3eb-6256-4e5a-ac2e-da5b2452fc6c",
3+
"type": "documentation",
4+
"description": "Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.",
5+
"modules": [
6+
"service/kinesisvideo"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "cd25a3a4-c2c1-44ec-9ab5-38c514829d31",
3+
"type": "feature",
4+
"description": "Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response.",
5+
"modules": [
6+
"service/servicediscovery"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e57ecbbf-0040-4d0c-9861-27983520b310",
3+
"type": "feature",
4+
"description": "This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.",
5+
"modules": [
6+
"service/apprunner"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "ff82d83f-d074-4c45-8118-7a15371f8efa",
3+
"type": "feature",
4+
"description": "Update FIPS endpoints in aws-us-gov.",
5+
"modules": [
6+
"service/ssooidc"
7+
]
8+
}

service/appconfig/api_op_CreateConfigurationProfile.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/api_op_CreateExtension.go

+14-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/api_op_GetDeployment.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/api_op_StartDeployment.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/api_op_StopDeployment.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/deserializers.go

+48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/types/errors.go

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appconfig/types/types.go

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/apprunner/api_op_CreateAutoScalingConfiguration.go

+14-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/apprunner/api_op_DeleteAutoScalingConfiguration.go

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)