Skip to content

Commit a1b9517

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent 160f7ff commit a1b9517

19 files changed

+172
-78
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "2de0789d-44ba-43cc-9c2c-0623b87de623",
3+
"type": "feature",
4+
"description": "Added the lastUserId parameter to the ListDevices and GetDevice API.",
5+
"modules": [
6+
"service/workspacesthinclient"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "3cd9621b-40cd-4b63-b33d-0342b6542cb6",
3+
"type": "feature",
4+
"description": "Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.",
5+
"modules": [
6+
"service/ec2"
7+
]
8+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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/nonquerycompatiblerpcv2protocol",
8+
"internal/protocoltest/querycompatiblejsonrpc10",
9+
"internal/protocoltest/querycompatiblerpcv2protocol",
10+
"internal/protocoltest/smithyrpcv2cborquerycompatible"
11+
]
12+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "91beebb3-ea6b-460f-bdb4-c11015dc3ee0",
3+
"type": "feature",
4+
"description": "AWS Glue now supports dynamic session policies for job executions. This feature allows you to specify custom, fine-grained permissions for each job run without creating multiple IAM roles.",
5+
"modules": [
6+
"service/glue"
7+
]
8+
}

service/ec2/api_op_CreateCapacityReservation.go

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

service/ec2/api_op_DescribeInstanceTypes.go

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

service/ec2/api_op_RunInstances.go

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

service/ec2/api_op_StartDeclarativePoliciesReport.go

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

service/ec2/api_op_StopInstances.go

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

service/ec2/api_op_TerminateInstances.go

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

0 commit comments

Comments
 (0)