-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AWS SDK for Go v2 automation user
committed
Jan 31, 2024
1 parent
06d01ac
commit 6e854ee
Showing
38 changed files
with
13,272 additions
and
5,147 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,8 @@ | ||
{ | ||
"id": "16e257a9-8395-425a-b43f-6a265dcbd707", | ||
"type": "feature", | ||
"description": "This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.", | ||
"modules": [ | ||
"service/ssm" | ||
] | ||
} |
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,8 @@ | ||
{ | ||
"id": "295e8118-a1ba-41d8-aed4-a437d37af31f", | ||
"type": "feature", | ||
"description": "Update page size limits for GetJobRuns and GetTriggers APIs.", | ||
"modules": [ | ||
"service/glue" | ||
] | ||
} |
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,8 @@ | ||
{ | ||
"id": "a3b8422a-befb-4969-b86e-41d916cf6414", | ||
"type": "feature", | ||
"description": "This release enables unhealthy target draining intervals for Network Load Balancers.", | ||
"modules": [ | ||
"service/elasticloadbalancingv2" | ||
] | ||
} |
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,8 @@ | ||
{ | ||
"id": "d7271774-b442-45a6-911b-29ad76f34e35", | ||
"type": "feature", | ||
"description": "CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.", | ||
"modules": [ | ||
"service/cloudformation" | ||
] | ||
} |
153 changes: 153 additions & 0 deletions
153
service/cloudformation/api_op_CreateGeneratedTemplate.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
132 changes: 132 additions & 0 deletions
132
service/cloudformation/api_op_DeleteGeneratedTemplate.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.