Skip to content

Commit 6717c1d

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent 824e8df commit 6717c1d

File tree

153 files changed

+31455
-4019
lines changed

Some content is hidden

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

153 files changed

+31455
-4019
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "0af4a14c-deec-4a36-bbe9-0f4cc7e8fd59",
3+
"type": "feature",
4+
"description": "Added fields to track cumulative task retry attempts for steps and jobs",
5+
"modules": [
6+
"service/deadline"
7+
]
8+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"internal/protocoltest/jsonrpc10querycompatible",
7+
"internal/protocoltest/smithyrpcv2cborquerycompatible",
8+
"service/keyspacesstreams"
9+
]
10+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "57ade972-f0c1-4778-97bd-ca81c004a597",
3+
"type": "feature",
4+
"description": "Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer",
5+
"modules": [
6+
"service/qbusiness"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "67da187b-595f-447d-af90-dcdf70ce0254",
3+
"type": "feature",
4+
"description": "This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.",
5+
"modules": [
6+
"service/keyspacesstreams"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "8fae5796-b864-407b-b544-76afec56353b",
3+
"type": "feature",
4+
"description": "Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories",
5+
"modules": [
6+
"service/workspaces"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "9af5b0f2-367e-4c2d-8bb9-0d2070e7670a",
3+
"type": "feature",
4+
"description": "Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.",
5+
"modules": [
6+
"service/iotmanagedintegrations"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "bc735a69-7f3e-4faf-b504-80a0c6527908",
3+
"type": "documentation",
4+
"description": "This release updates AWS CLI examples for KMS APIs.",
5+
"modules": [
6+
"service/kms"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "c98ab31a-2228-43c1-80ac-5e1d121054fa",
3+
"type": "feature",
4+
"description": "This release adds support for OdbNetworkArn as a target in VPC Route Tables",
5+
"modules": [
6+
"service/ec2"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e8ede10d-4d29-489c-a163-a1232d1f8efe",
3+
"type": "feature",
4+
"description": "This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.",
5+
"modules": [
6+
"service/keyspaces"
7+
]
8+
}

service/deadline/api_op_GetFleet.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/deadline/api_op_GetJob.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/deadline/api_op_GetStep.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/deadline/deserializers.go

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/deadline/types/types.go

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/api_op_CreateRoute.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/api_op_DeprovisionPublicIpv4PoolCidr.go

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/api_op_ReplaceRoute.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/deserializers.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/serializers.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/types/types.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)