Skip to content

Commit 8d2cdc1

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent f36bbf9 commit 8d2cdc1

File tree

104 files changed

+16828
-1542
lines changed

Some content is hidden

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

104 files changed

+16828
-1542
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "28d752f3-c96c-45bb-96a2-f48a638e7f08",
3+
"type": "feature",
4+
"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.",
5+
"modules": [
6+
"service/cloudtrail"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "3bd14426-c89e-4cde-9438-bf9d7fb4a2ec",
3+
"type": "feature",
4+
"description": "Update to support new APIs for delivery of logs from AWS services.",
5+
"modules": [
6+
"service/cloudwatchlogs"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "57ef8b60-d92b-4014-be08-64604f9ffc43",
3+
"type": "feature",
4+
"description": "Support UBAM filetype for Omics Storage and make referenceArn optional",
5+
"modules": [
6+
"service/omics"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "77c5897a-4164-41a6-ab27-5bf871d24bf2",
3+
"type": "feature",
4+
"description": "Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.",
5+
"modules": [
6+
"service/lambda"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "7f9d30b3-477b-447b-8745-b49a62386092",
3+
"type": "feature",
4+
"description": "This release adds support for toxicity detection and prompt safety classification.",
5+
"modules": [
6+
"service/comprehend"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "94fae5f1-3005-4bf1-9cc4-64f2e54802e1",
3+
"type": "feature",
4+
"description": "Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.",
5+
"modules": [
6+
"service/cloudformation"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "bdbb8783-6fe9-4c4a-ae8e-742f06c7bbf5",
3+
"type": "feature",
4+
"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.",
5+
"modules": [
6+
"service/connect"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "c0248aec-7a72-4683-abbc-6f2d350a8ba5",
3+
"type": "feature",
4+
"description": "Adding EKS Anywhere subscription related operations.",
5+
"modules": [
6+
"service/eks"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "c91341a9-c5ae-4a16-b7d6-69bcd762ce72",
3+
"type": "feature",
4+
"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.",
5+
"modules": [
6+
"service/ec2"
7+
]
8+
}

config/shared_config_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
var _ regionProvider = (*SharedConfig)(nil)
2323

2424
var (
25-
testConfigFilename = filepath.Join("testdata", "shared_config")
26-
testConfigOtherFilename = filepath.Join("testdata", "shared_config_other")
27-
testCredentialsFilename = filepath.Join("testdata", "shared_credentials")
25+
testConfigFilename = filepath.Join("testdata", "shared_config")
26+
testConfigOtherFilename = filepath.Join("testdata", "shared_config_other")
27+
testCredentialsFilename = filepath.Join("testdata", "shared_credentials")
2828
testConfigLeadingWSFilename1 = filepath.Join("testdata", "leading_ws")
2929
testConfigLeadingWSFilename2 = filepath.Join("testdata", "leading_ws_trailing_nl")
3030
)

service/cloudformation/api_op_CreateChangeSet.go

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

service/cloudformation/api_op_CreateStack.go

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

service/cloudformation/api_op_DescribeStacks.go

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

service/cloudformation/api_op_RegisterType.go

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

service/cloudformation/api_op_UpdateStack.go

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

service/cloudformation/deserializers.go

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

service/cloudformation/endpoints_test.go

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

service/cloudformation/serializers.go

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

service/cloudformation/types/enums.go

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

service/cloudformation/types/types.go

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

service/cloudtrail/api_op_CreateTrail.go

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

service/cloudtrail/api_op_GetInsightSelectors.go

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

service/cloudtrail/api_op_LookupEvents.go

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

0 commit comments

Comments
 (0)