Skip to content

Commit f349b7e

Browse files
authored
Regnerate API clients to include WaitForOutput waiter method (#1485)
Updates the SDK's API clients to include the new WaitForOutput added in smithy-go aws/smithy-go#319 change.
1 parent 34341ea commit f349b7e

File tree

126 files changed

+3456
-1505
lines changed

Some content is hidden

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

126 files changed

+3456
-1505
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"id": "9a51012d-895e-4d99-86a4-294d67b469a1",
3+
"type": "feature",
4+
"description": "Add WaitForOutput waiter helper method to include output of API operation used to check resource state",
5+
"modules": [
6+
"service/acm",
7+
"service/acmpca",
8+
"service/amp",
9+
"service/appstream",
10+
"service/autoscaling",
11+
"service/cloudcontrol",
12+
"service/cloudformation",
13+
"service/cloudfront",
14+
"service/cloudwatch",
15+
"service/codedeploy",
16+
"service/codegurureviewer",
17+
"service/databasemigrationservice",
18+
"service/docdb",
19+
"service/dynamodb",
20+
"service/ec2",
21+
"service/ecr",
22+
"service/ecs",
23+
"service/eks",
24+
"service/elasticache",
25+
"service/elasticbeanstalk",
26+
"service/elasticloadbalancing",
27+
"service/elasticloadbalancingv2",
28+
"service/elastictranscoder",
29+
"service/emr",
30+
"service/glacier",
31+
"service/iam",
32+
"service/iotsitewise",
33+
"service/kinesis",
34+
"service/lambda",
35+
"service/lexmodelsv2",
36+
"service/machinelearning",
37+
"service/mediaconnect",
38+
"service/medialive",
39+
"service/neptune",
40+
"service/nimble",
41+
"service/opsworks",
42+
"service/opsworkscm",
43+
"service/proton",
44+
"service/rds",
45+
"service/redshift",
46+
"service/rekognition",
47+
"service/route53",
48+
"service/route53recoverycontrolconfig",
49+
"service/s3",
50+
"service/sagemaker",
51+
"service/schemas",
52+
"service/ses",
53+
"service/signer",
54+
"service/ssm",
55+
"service/ssmincidents"
56+
]
57+
}

service/acm/api_op_DescribeCertificate.go

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

service/acmpca/api_op_DescribeCertificateAuthorityAuditReport.go

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

service/acmpca/api_op_GetCertificate.go

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

service/acmpca/api_op_GetCertificateAuthorityCsr.go

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

0 commit comments

Comments
 (0)