Skip to content

Commit 03e4f2d

Browse files
Updated API models and rebuilt service gems.
1 parent 950f237 commit 03e4f2d

File tree

90 files changed

+4347
-184
lines changed

Some content is hidden

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

90 files changed

+4347
-184
lines changed

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

Lines changed: 328 additions & 4 deletions
Large diffs are not rendered by default.

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

Lines changed: 278 additions & 18 deletions
Large diffs are not rendered by default.

apis/cloudtrail/2013-11-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serviceId":"CloudTrail",
1212
"signatureVersion":"v4",
1313
"targetPrefix":"com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
14-
"uid":"cloudtrail-2013-11-01"
14+
"uid":"cloudtrail-2013-11-01",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"AddTags":{
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "DescribeTrailsSuccess",
6+
"operationName": "DescribeTrails",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

apis/config/2014-11-12/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"config",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"Config Service",
910
"serviceFullName":"AWS Config",
1011
"serviceId":"Config Service",
1112
"signatureVersion":"v4",
1213
"targetPrefix":"StarlingDoveService",
13-
"uid":"config-2014-11-12"
14+
"uid":"config-2014-11-12",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"BatchGetAggregateResourceConfig":{

apis/config/2014-11-12/smoke-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "DescribeConfigurationRecordersSuccess",
6+
"operationName": "DescribeConfigurationRecorders",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

apis/eks/2017-11-01/api-2.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serviceId":"EKS",
1212
"signatureVersion":"v4",
1313
"signingName":"eks",
14-
"uid":"eks-2017-11-01"
14+
"uid":"eks-2017-11-01",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"AssociateAccessPolicy":{
@@ -2321,9 +2322,37 @@
23212322
"subnets":{"shape":"StringList"},
23222323
"selectors":{"shape":"FargateProfileSelectors"},
23232324
"status":{"shape":"FargateProfileStatus"},
2324-
"tags":{"shape":"TagMap"}
2325+
"tags":{"shape":"TagMap"},
2326+
"health":{"shape":"FargateProfileHealth"}
2327+
}
2328+
},
2329+
"FargateProfileHealth":{
2330+
"type":"structure",
2331+
"members":{
2332+
"issues":{"shape":"FargateProfileIssueList"}
2333+
}
2334+
},
2335+
"FargateProfileIssue":{
2336+
"type":"structure",
2337+
"members":{
2338+
"code":{"shape":"FargateProfileIssueCode"},
2339+
"message":{"shape":"String"},
2340+
"resourceIds":{"shape":"StringList"}
23252341
}
23262342
},
2343+
"FargateProfileIssueCode":{
2344+
"type":"string",
2345+
"enum":[
2346+
"PodExecutionRoleAlreadyInUse",
2347+
"AccessDenied",
2348+
"ClusterUnreachable",
2349+
"InternalFailure"
2350+
]
2351+
},
2352+
"FargateProfileIssueList":{
2353+
"type":"list",
2354+
"member":{"shape":"FargateProfileIssue"}
2355+
},
23272356
"FargateProfileLabel":{
23282357
"type":"map",
23292358
"key":{"shape":"String"},

apis/eks/2017-11-01/docs-2.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,30 @@
857857
"DescribeFargateProfileResponse$fargateProfile": "<p>The full description of your Fargate profile.</p>"
858858
}
859859
},
860+
"FargateProfileHealth": {
861+
"base": "<p>The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.</p>",
862+
"refs": {
863+
"FargateProfile$health": "<p>The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.</p>"
864+
}
865+
},
866+
"FargateProfileIssue": {
867+
"base": "<p>An issue that is associated with the Fargate profile.</p>",
868+
"refs": {
869+
"FargateProfileIssueList$member": null
870+
}
871+
},
872+
"FargateProfileIssueCode": {
873+
"base": null,
874+
"refs": {
875+
"FargateProfileIssue$code": "<p>A brief description of the error.</p>"
876+
}
877+
},
878+
"FargateProfileIssueList": {
879+
"base": null,
880+
"refs": {
881+
"FargateProfileHealth$issues": "<p>Any issues that are associated with the Fargate profile.</p>"
882+
}
883+
},
860884
"FargateProfileLabel": {
861885
"base": null,
862886
"refs": {
@@ -1608,6 +1632,7 @@
16081632
"FargateProfile$fargateProfileArn": "<p>The full Amazon Resource Name (ARN) of the Fargate profile.</p>",
16091633
"FargateProfile$clusterName": "<p>The name of your cluster.</p>",
16101634
"FargateProfile$podExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the <code>Pod</code> execution role to use for any <code>Pod</code> that matches the selectors in the Fargate profile. For more information, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html\"> <code>Pod</code> execution role</a> in the <i>Amazon EKS User Guide</i>.</p>",
1635+
"FargateProfileIssue$message": "<p>The error message associated with the issue.</p>",
16111636
"FargateProfileLabel$key": null,
16121637
"FargateProfileLabel$value": null,
16131638
"FargateProfileSelector$namespace": "<p>The Kubernetes <code>namespace</code> that the selector should match.</p>",
@@ -1813,6 +1838,7 @@
18131838
"EncryptionConfig$resources": "<p>Specifies the resources to be encrypted. The only supported value is <code>secrets</code>.</p>",
18141839
"ErrorDetail$resourceIds": "<p>An optional field that contains the resource IDs associated with the error.</p>",
18151840
"FargateProfile$subnets": "<p>The IDs of subnets to launch a <code>Pod</code> into.</p>",
1841+
"FargateProfileIssue$resourceIds": "<p>The Amazon Web Services resources that are affected by this issue.</p>",
18161842
"InsightsFilter$kubernetesVersions": "<p>The Kubernetes versions to use to filter the insights.</p>",
18171843
"Issue$resourceIds": "<p>The Amazon Web Services resources that are afflicted by this issue.</p>",
18181844
"ListAccessEntriesResponse$accessEntries": "<p>The list of access entries that exist for the cluster.</p>",

apis/lightsail/2016-11-28/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"serviceId":"Lightsail",
1111
"signatureVersion":"v4",
1212
"targetPrefix":"Lightsail_20161128",
13-
"uid":"lightsail-2016-11-28"
13+
"uid":"lightsail-2016-11-28",
14+
"auth":["aws.auth#sigv4"]
1415
},
1516
"operations":{
1617
"AllocateStaticIp":{
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "GetActiveNamesSuccess",
6+
"operationName": "GetActiveNames",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)