Skip to content

Commit 6f3c0dc

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent 80a776e commit 6f3c0dc

File tree

65 files changed

+3220
-1216
lines changed

Some content is hidden

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

65 files changed

+3220
-1216
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "0775ecf7-85e0-403b-b043-1ccd7b9731c1",
3+
"type": "feature",
4+
"description": "Add support for NetworkManager Dualstack endpoints.",
5+
"modules": [
6+
"service/networkmanager"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "200df528-5e65-4593-b009-428f01ba2f8c",
3+
"type": "documentation",
4+
"description": "This is an Amazon ECS documentation only release that addresses tickets.",
5+
"modules": [
6+
"service/ecs"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "935e3224-be35-48c5-9850-a8a53ea96cf7",
3+
"type": "feature",
4+
"description": "Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.",
5+
"modules": [
6+
"service/bedrockruntime"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "a043dc06-e9bb-49ba-89e0-5016adf5258d",
3+
"type": "feature",
4+
"description": "RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q\u0026A on dashboards, Oracle Service Name when creating data source.",
5+
"modules": [
6+
"service/quicksight"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "da514259-0324-4f39-830e-a8fa404670e9",
3+
"type": "feature",
4+
"description": "Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.",
5+
"modules": [
6+
"service/apigatewayv2"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e0d5dc27-e134-4871-9736-26fad7b0d7f6",
3+
"type": "feature",
4+
"description": "Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.",
5+
"modules": [
6+
"service/apigateway"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "ed7ea07a-10c0-4d0f-a9db-d92be48c216c",
3+
"type": "feature",
4+
"description": "The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.",
5+
"modules": [
6+
"service/paymentcryptography"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "ee324574-1a8b-4207-bf01-9b336c1fcfd5",
3+
"type": "feature",
4+
"description": "Add support for Marketplace Metering Service dual-stack endpoints.",
5+
"modules": [
6+
"service/marketplacemetering"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "f05bf6f8-a3fd-484d-8c17-badd1d041037",
3+
"type": "feature",
4+
"description": "TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension",
5+
"modules": [
6+
"service/sagemaker"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "fa3d1b62-e4f2-4c63-b7b0-974279ff385e",
3+
"type": "feature",
4+
"description": "This release adds support for cacheNamespace in ProjectCache",
5+
"modules": [
6+
"service/codebuild"
7+
]
8+
}

service/apigateway/api_op_CreateDomainName.go

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

service/apigateway/api_op_CreateRestApi.go

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

service/apigateway/api_op_GetDomainName.go

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

service/apigateway/api_op_GetRestApi.go

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

service/apigateway/api_op_ImportRestApi.go

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

service/apigateway/api_op_PutRestApi.go

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

service/apigateway/api_op_UpdateDomainName.go

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

service/apigateway/api_op_UpdateRestApi.go

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

service/apigateway/deserializers.go

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

service/apigateway/serializers.go

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

service/apigateway/types/enums.go

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

service/apigateway/types/types.go

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

service/apigatewayv2/api_op_CreateApi.go

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

service/apigatewayv2/api_op_GetApi.go

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

service/apigatewayv2/api_op_ImportApi.go

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

service/apigatewayv2/api_op_ReimportApi.go

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

service/apigatewayv2/api_op_UpdateApi.go

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

0 commit comments

Comments
 (0)