Skip to content

Commit 1315201

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 8dddc9c commit 1315201

10 files changed

+2260
-216
lines changed

codegen/sdk-codegen/aws-models/bedrock-runtime.json

+1,076-173
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cloudtrail.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,20 @@
31333133
],
31343134
"traits": {
31353135
"smithy.api#documentation": "<p>Retrieves settings for one or more trails associated with the current Region for your\n account.</p>",
3136-
"smithy.api#idempotent": {}
3136+
"smithy.api#idempotent": {},
3137+
"smithy.test#smokeTests": [
3138+
{
3139+
"id": "DescribeTrailsSuccess",
3140+
"params": {},
3141+
"vendorParams": {
3142+
"region": "us-west-2"
3143+
},
3144+
"vendorParamsShape": "aws.test#AwsVendorParams",
3145+
"expect": {
3146+
"success": {}
3147+
}
3148+
}
3149+
]
31373150
}
31383151
},
31393152
"com.amazonaws.cloudtrail#DescribeTrailsRequest": {

codegen/sdk-codegen/aws-models/config-service.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -4135,7 +4135,20 @@
41354135
}
41364136
],
41374137
"traits": {
4138-
"smithy.api#documentation": "<p>Returns the details for the specified configuration recorders.\n\t\t\tIf the configuration recorder is not specified, this action returns\n\t\t\tthe details for all configuration recorders associated with the\n\t\t\taccount.</p>\n <note>\n <p>You can specify only one configuration recorder for each Amazon Web Services Region for each account.</p>\n </note>"
4138+
"smithy.api#documentation": "<p>Returns the details for the specified configuration recorders.\n\t\t\tIf the configuration recorder is not specified, this action returns\n\t\t\tthe details for all configuration recorders associated with the\n\t\t\taccount.</p>\n <note>\n <p>You can specify only one configuration recorder for each Amazon Web Services Region for each account.</p>\n </note>",
4139+
"smithy.test#smokeTests": [
4140+
{
4141+
"id": "DescribeConfigurationRecordersSuccess",
4142+
"params": {},
4143+
"vendorParams": {
4144+
"region": "us-west-2"
4145+
},
4146+
"vendorParamsShape": "aws.test#AwsVendorParams",
4147+
"expect": {
4148+
"success": {}
4149+
}
4150+
}
4151+
]
41394152
}
41404153
},
41414154
"com.amazonaws.configservice#DescribeConfigurationRecordersRequest": {

codegen/sdk-codegen/aws-models/eks.json

+81
Original file line numberDiff line numberDiff line change
@@ -6137,12 +6137,93 @@
61376137
"traits": {
61386138
"smithy.api#documentation": "<p>Metadata that assists with categorization and organization.\n Each tag consists of a key and an optional value. You define both. Tags don't\n propagate to any other cluster or Amazon Web Services resources.</p>"
61396139
}
6140+
},
6141+
"health": {
6142+
"target": "com.amazonaws.eks#FargateProfileHealth",
6143+
"traits": {
6144+
"smithy.api#documentation": "<p>The health status of the Fargate profile. If there are issues with\n your Fargate profile's health, they are listed here.</p>"
6145+
}
61406146
}
61416147
},
61426148
"traits": {
61436149
"smithy.api#documentation": "<p>An object representing an Fargate profile.</p>"
61446150
}
61456151
},
6152+
"com.amazonaws.eks#FargateProfileHealth": {
6153+
"type": "structure",
6154+
"members": {
6155+
"issues": {
6156+
"target": "com.amazonaws.eks#FargateProfileIssueList",
6157+
"traits": {
6158+
"smithy.api#documentation": "<p>Any issues that are associated with the Fargate profile.</p>"
6159+
}
6160+
}
6161+
},
6162+
"traits": {
6163+
"smithy.api#documentation": "<p>The health status of the Fargate profile. If there are issues with\n your Fargate profile's health, they are listed here.</p>"
6164+
}
6165+
},
6166+
"com.amazonaws.eks#FargateProfileIssue": {
6167+
"type": "structure",
6168+
"members": {
6169+
"code": {
6170+
"target": "com.amazonaws.eks#FargateProfileIssueCode",
6171+
"traits": {
6172+
"smithy.api#documentation": "<p>A brief description of the error.</p>"
6173+
}
6174+
},
6175+
"message": {
6176+
"target": "com.amazonaws.eks#String",
6177+
"traits": {
6178+
"smithy.api#documentation": "<p>The error message associated with the issue.</p>"
6179+
}
6180+
},
6181+
"resourceIds": {
6182+
"target": "com.amazonaws.eks#StringList",
6183+
"traits": {
6184+
"smithy.api#documentation": "<p>The Amazon Web Services resources that are affected by this issue.</p>"
6185+
}
6186+
}
6187+
},
6188+
"traits": {
6189+
"smithy.api#documentation": "<p>An issue that is associated with the Fargate profile.</p>"
6190+
}
6191+
},
6192+
"com.amazonaws.eks#FargateProfileIssueCode": {
6193+
"type": "enum",
6194+
"members": {
6195+
"POD_EXECUTION_ROLE_ALREADY_IN_USE": {
6196+
"target": "smithy.api#Unit",
6197+
"traits": {
6198+
"smithy.api#enumValue": "PodExecutionRoleAlreadyInUse"
6199+
}
6200+
},
6201+
"ACCESS_DENIED": {
6202+
"target": "smithy.api#Unit",
6203+
"traits": {
6204+
"smithy.api#enumValue": "AccessDenied"
6205+
}
6206+
},
6207+
"CLUSTER_UNREACHABLE": {
6208+
"target": "smithy.api#Unit",
6209+
"traits": {
6210+
"smithy.api#enumValue": "ClusterUnreachable"
6211+
}
6212+
},
6213+
"INTERNAL_FAILURE": {
6214+
"target": "smithy.api#Unit",
6215+
"traits": {
6216+
"smithy.api#enumValue": "InternalFailure"
6217+
}
6218+
}
6219+
}
6220+
},
6221+
"com.amazonaws.eks#FargateProfileIssueList": {
6222+
"type": "list",
6223+
"member": {
6224+
"target": "com.amazonaws.eks#FargateProfileIssue"
6225+
}
6226+
},
61466227
"com.amazonaws.eks#FargateProfileLabel": {
61476228
"type": "map",
61486229
"key": {

codegen/sdk-codegen/aws-models/lightsail.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -8637,7 +8637,20 @@
86378637
"method": "POST",
86388638
"uri": "/ls/api/2016-11-28/GetActiveNames",
86398639
"code": 200
8640-
}
8640+
},
8641+
"smithy.test#smokeTests": [
8642+
{
8643+
"id": "GetActiveNamesSuccess",
8644+
"params": {},
8645+
"vendorParams": {
8646+
"region": "us-west-2"
8647+
},
8648+
"vendorParamsShape": "aws.test#AwsVendorParams",
8649+
"expect": {
8650+
"success": {}
8651+
}
8652+
}
8653+
]
86418654
}
86428655
},
86438656
"com.amazonaws.lightsail#GetActiveNamesRequest": {

codegen/sdk-codegen/aws-models/polly.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,20 @@
158158
"method": "GET",
159159
"uri": "/v1/voices",
160160
"code": 200
161-
}
161+
},
162+
"smithy.test#smokeTests": [
163+
{
164+
"id": "DescribeVoicesSuccess",
165+
"params": {},
166+
"vendorParams": {
167+
"region": "us-west-2"
168+
},
169+
"vendorParamsShape": "aws.test#AwsVendorParams",
170+
"expect": {
171+
"success": {}
172+
}
173+
}
174+
]
162175
}
163176
},
164177
"com.amazonaws.polly#DescribeVoicesInput": {

codegen/sdk-codegen/aws-models/rekognition.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -8310,7 +8310,20 @@
83108310
"outputToken": "NextToken",
83118311
"items": "CollectionIds",
83128312
"pageSize": "MaxResults"
8313-
}
8313+
},
8314+
"smithy.test#smokeTests": [
8315+
{
8316+
"id": "ListCollectionsSuccess",
8317+
"params": {},
8318+
"vendorParams": {
8319+
"region": "us-west-2"
8320+
},
8321+
"vendorParamsShape": "aws.test#AwsVendorParams",
8322+
"expect": {
8323+
"success": {}
8324+
}
8325+
}
8326+
]
83148327
}
83158328
},
83168329
"com.amazonaws.rekognition#ListCollectionsRequest": {

0 commit comments

Comments
 (0)