Skip to content

Commit 6068d7b

Browse files
Updated API models and rebuilt service gems.
1 parent 35cb45d commit 6068d7b

File tree

125 files changed

+12298
-3941
lines changed

Some content is hidden

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

125 files changed

+12298
-3941
lines changed

apis/acm/2015-12-08/api-2.json

Lines changed: 82 additions & 69 deletions
Large diffs are not rendered by default.

apis/acm/2015-12-08/docs-2.json

Lines changed: 23 additions & 6 deletions
Large diffs are not rendered by default.

apis/acm/2015-12-08/paginators-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"pagination": {
33
"ListCertificates": {
44
"input_token": "NextToken",
5-
"limit_key": "MaxItems",
65
"output_token": "NextToken",
6+
"limit_key": "MaxItems",
77
"result_key": "CertificateSummaryList"
88
}
99
}
10-
}
10+
}

apis/acm/2015-12-08/smoke-2.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"version": 2,
3-
"testCases": [
4-
{
5-
"id": "ListCertificatesSuccess",
6-
"operationName": "ListCertificates",
7-
"input": {},
8-
"expectation": {
9-
"success": {}
10-
},
11-
"config": {
12-
"region": "us-west-2"
13-
}
14-
},
15-
{
16-
"id": "GetCertificateFailure",
17-
"operationName": "GetCertificate",
18-
"input": {
19-
"CertificateArn": "arn:aws:acm:region:123456789012:certificate\/12345678-1234-1234-1234-123456789012"
20-
},
21-
"expectation": {
22-
"failure": {}
23-
},
24-
"config": {
25-
"region": "us-west-2"
26-
}
27-
}
28-
]
29-
}
2+
"version" : 2,
3+
"testCases" : [ {
4+
"id" : "ListCertificatesSuccess",
5+
"operationName" : "ListCertificates",
6+
"input" : { },
7+
"expectation" : {
8+
"success" : { }
9+
},
10+
"config" : {
11+
"region" : "us-west-2",
12+
"useFips" : false,
13+
"useDualstack" : false,
14+
"useAccountIdRouting" : true
15+
}
16+
}, {
17+
"id" : "GetCertificateFailure",
18+
"operationName" : "GetCertificate",
19+
"input" : {
20+
"CertificateArn" : "arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012"
21+
},
22+
"expectation" : {
23+
"failure" : { }
24+
},
25+
"config" : {
26+
"region" : "us-west-2",
27+
"useFips" : false,
28+
"useDualstack" : false,
29+
"useAccountIdRouting" : true
30+
}
31+
} ]
32+
}

apis/acm/2015-12-08/waiters-2.json

Lines changed: 27 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,30 @@
11
{
2-
"version": 2,
3-
"waiters": {
4-
"CertificateValidated": {
5-
"delay": 60,
6-
"maxAttempts": 40,
7-
"operation": "DescribeCertificate",
8-
"acceptors": [
9-
{
10-
"matcher": "pathAll",
11-
"expected": "SUCCESS",
12-
"argument": "Certificate.DomainValidationOptions[].ValidationStatus",
13-
"state": "success"
14-
},
15-
{
16-
"matcher": "pathAny",
17-
"expected": "PENDING_VALIDATION",
18-
"argument": "Certificate.DomainValidationOptions[].ValidationStatus",
19-
"state": "retry"
20-
},
21-
{
22-
"matcher": "path",
23-
"expected": "FAILED",
24-
"argument": "Certificate.Status",
25-
"state": "failure"
26-
},
27-
{
28-
"matcher": "error",
29-
"expected": "ResourceNotFoundException",
30-
"state": "failure"
31-
}
32-
]
2+
"version" : 2,
3+
"waiters" : {
4+
"CertificateValidated" : {
5+
"delay" : 60,
6+
"maxAttempts" : 5,
7+
"operation" : "DescribeCertificate",
8+
"acceptors" : [ {
9+
"matcher" : "pathAll",
10+
"argument" : "Certificate.DomainValidationOptions[].ValidationStatus",
11+
"state" : "success",
12+
"expected" : "SUCCESS"
13+
}, {
14+
"matcher" : "pathAny",
15+
"argument" : "Certificate.DomainValidationOptions[].ValidationStatus",
16+
"state" : "retry",
17+
"expected" : "PENDING_VALIDATION"
18+
}, {
19+
"matcher" : "path",
20+
"argument" : "Certificate.Status",
21+
"state" : "failure",
22+
"expected" : "FAILED"
23+
}, {
24+
"matcher" : "error",
25+
"state" : "failure",
26+
"expected" : "ResourceNotFoundException"
27+
} ]
3328
}
3429
}
35-
}
30+
}

apis/bedrock-runtime/2023-09-30/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"auth":["aws.auth#sigv4"],
66
"endpointPrefix":"bedrock-runtime",
77
"protocol":"rest-json",
8+
"protocolSettings":{"h2":"optional"},
89
"protocols":["rest-json"],
910
"serviceFullName":"Amazon Bedrock Runtime",
1011
"serviceId":"Bedrock Runtime",

0 commit comments

Comments
 (0)