Skip to content

Commit cc29406

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent aa907c6 commit cc29406

File tree

199 files changed

+50985
-5061
lines changed

Some content is hidden

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

199 files changed

+50985
-5061
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "0b22af5c-b7f8-4f51-8b1f-805aff932653",
3+
"type": "feature",
4+
"description": "Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.",
5+
"modules": [
6+
"service/drs"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "16b4d26b-9382-4d1e-b81a-698bdbcdac3a",
3+
"type": "feature",
4+
"description": "GA release of Amazon Verified Permissions.",
5+
"modules": [
6+
"service/verifiedpermissions"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "3c2d573a-92fe-4f08-9e9b-7000e612669e",
3+
"type": "feature",
4+
"description": "Initial release of Amazon CodeGuru Security APIs",
5+
"modules": [
6+
"service/codegurusecurity"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/codegurusecurity",
7+
"service/verifiedpermissions"
8+
]
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "575617f6-223d-41ff-8b96-4d32d9350f19",
3+
"type": "feature",
4+
"description": "This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.",
5+
"modules": [
6+
"service/simspaceweaver"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "682a72f5-b93b-464c-8f91-b4bbba1cf8d1",
3+
"type": "feature",
4+
"description": "Integrate double encryption feature to SDKs.",
5+
"modules": [
6+
"service/s3"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "6e6b0c56-49e6-466b-8e36-13f90f6f42ca",
3+
"type": "feature",
4+
"description": "This release adds pagination for the Get Certificates API operation.",
5+
"modules": [
6+
"service/lightsail"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "7ab77d7a-c9b7-4dbb-8df1-b723b3c1a907",
3+
"type": "feature",
4+
"description": "This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.",
5+
"modules": [
6+
"service/ec2"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "8879011a-ea45-441f-93f0-bc69a9d134c4",
3+
"type": "feature",
4+
"description": "This feature allows users to view dashboards for CloudTrail Lake event data stores.",
5+
"modules": [
6+
"service/cloudtrail"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "93aeee36-27fc-447b-af68-885fedfced5d",
3+
"type": "feature",
4+
"description": "Add support for Security Hub Automation Rules",
5+
"modules": [
6+
"service/securityhub"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "d13529c5-58c2-47f9-8426-674a74205ef8",
3+
"type": "feature",
4+
"description": "You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.",
5+
"modules": [
6+
"service/wafv2"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "de77d9e9-e665-4209-9d0c-d0bb67320fbd",
3+
"type": "documentation",
4+
"description": "Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.",
5+
"modules": [
6+
"service/imagebuilder"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e1ffc743-fdcb-415c-b82a-2717d53a3415",
3+
"type": "feature",
4+
"description": "AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.",
5+
"modules": [
6+
"service/wellarchitected"
7+
]
8+
}

service/cloudtrail/api_op_CreateTrail.go

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

service/cloudtrail/api_op_DescribeQuery.go

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

service/cloudtrail/api_op_GetQueryResults.go

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

service/cloudtrail/api_op_StartQuery.go

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

service/cloudtrail/api_op_UpdateEventDataStore.go

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

service/cloudtrail/api_op_UpdateTrail.go

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

service/cloudtrail/deserializers.go

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

service/cloudtrail/doc.go

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

service/cloudtrail/serializers.go

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

0 commit comments

Comments
 (0)