Skip to content

Commit

Permalink
Regenerated Clients
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 9, 2023
1 parent f36bbf9 commit 8d2cdc1
Show file tree
Hide file tree
Showing 104 changed files with 16,828 additions and 1,542 deletions.
8 changes: 8 additions & 0 deletions .changelog/28d752f3c96c45bb96a2f48a638e7f08.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "28d752f3-c96c-45bb-96a2-f48a638e7f08",
"type": "feature",
"description": "The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.",
"modules": [
"service/cloudtrail"
]
}
8 changes: 8 additions & 0 deletions .changelog/3bd14426c89e4cde9438bf9d7fb4a2ec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "3bd14426-c89e-4cde-9438-bf9d7fb4a2ec",
"type": "feature",
"description": "Update to support new APIs for delivery of logs from AWS services.",
"modules": [
"service/cloudwatchlogs"
]
}
8 changes: 8 additions & 0 deletions .changelog/57ef8b60d92b4014be0864604f9ffc43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "57ef8b60-d92b-4014-be08-64604f9ffc43",
"type": "feature",
"description": "Support UBAM filetype for Omics Storage and make referenceArn optional",
"modules": [
"service/omics"
]
}
8 changes: 8 additions & 0 deletions .changelog/77c5897a416441a6ab275bf871d24bf2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "77c5897a-4164-41a6-ab27-5bf871d24bf2",
"type": "feature",
"description": "Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.",
"modules": [
"service/lambda"
]
}
8 changes: 8 additions & 0 deletions .changelog/7f9d30b3477b447b8745b49a62386092.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "7f9d30b3-477b-447b-8745-b49a62386092",
"type": "feature",
"description": "This release adds support for toxicity detection and prompt safety classification.",
"modules": [
"service/comprehend"
]
}
8 changes: 8 additions & 0 deletions .changelog/94fae5f130054bf19cc464f2e54802e1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "94fae5f1-3005-4bf1-9cc4-64f2e54802e1",
"type": "feature",
"description": "Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.",
"modules": [
"service/cloudformation"
]
}
8 changes: 8 additions & 0 deletions .changelog/bdbb87836fe94c4aae8e742f06c7bbf5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "bdbb8783-6fe9-4c4a-ae8e-742f06c7bbf5",
"type": "feature",
"description": "This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn.",
"modules": [
"service/connect"
]
}
8 changes: 8 additions & 0 deletions .changelog/c0248aec7a724683abbc6f2d350a8ba5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "c0248aec-7a72-4683-abbc-6f2d350a8ba5",
"type": "feature",
"description": "Adding EKS Anywhere subscription related operations.",
"modules": [
"service/eks"
]
}
8 changes: 8 additions & 0 deletions .changelog/c91341a9c5ae4a16b7d669bcd762ce72.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "c91341a9-c5ae-4a16-b7d6-69bcd762ce72",
"type": "feature",
"description": "AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.",
"modules": [
"service/ec2"
]
}
6 changes: 3 additions & 3 deletions config/shared_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
var _ regionProvider = (*SharedConfig)(nil)

var (
testConfigFilename = filepath.Join("testdata", "shared_config")
testConfigOtherFilename = filepath.Join("testdata", "shared_config_other")
testCredentialsFilename = filepath.Join("testdata", "shared_credentials")
testConfigFilename = filepath.Join("testdata", "shared_config")
testConfigOtherFilename = filepath.Join("testdata", "shared_config_other")
testCredentialsFilename = filepath.Join("testdata", "shared_credentials")
testConfigLeadingWSFilename1 = filepath.Join("testdata", "leading_ws")
testConfigLeadingWSFilename2 = filepath.Join("testdata", "leading_ws_trailing_nl")
)
Expand Down
4 changes: 3 additions & 1 deletion service/cloudformation/api_op_CreateChangeSet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion service/cloudformation/api_op_CreateStack.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/cloudformation/api_op_DescribeStacks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/cloudformation/api_op_RegisterType.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion service/cloudformation/api_op_UpdateStack.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions service/cloudformation/deserializers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions service/cloudformation/endpoints_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/cloudformation/serializers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions service/cloudformation/types/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 20 additions & 7 deletions service/cloudformation/types/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion service/cloudtrail/api_op_CreateTrail.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 25 additions & 14 deletions service/cloudtrail/api_op_GetInsightSelectors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion service/cloudtrail/api_op_LookupEvents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d2cdc1

Please sign in to comment.