Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 18, 2024
1 parent 8dddc9c commit 1315201
Show file tree
Hide file tree
Showing 10 changed files with 2,260 additions and 216 deletions.
1,249 changes: 1,076 additions & 173 deletions codegen/sdk-codegen/aws-models/bedrock-runtime.json

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/cloudtrail.json
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,20 @@
],
"traits": {
"smithy.api#documentation": "<p>Retrieves settings for one or more trails associated with the current Region for your\n account.</p>",
"smithy.api#idempotent": {}
"smithy.api#idempotent": {},
"smithy.test#smokeTests": [
{
"id": "DescribeTrailsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cloudtrail#DescribeTrailsRequest": {
Expand Down
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/config-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,20 @@
}
],
"traits": {
"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>"
"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>",
"smithy.test#smokeTests": [
{
"id": "DescribeConfigurationRecordersSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.configservice#DescribeConfigurationRecordersRequest": {
Expand Down
81 changes: 81 additions & 0 deletions codegen/sdk-codegen/aws-models/eks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6137,12 +6137,93 @@
"traits": {
"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>"
}
},
"health": {
"target": "com.amazonaws.eks#FargateProfileHealth",
"traits": {
"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>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object representing an Fargate profile.</p>"
}
},
"com.amazonaws.eks#FargateProfileHealth": {
"type": "structure",
"members": {
"issues": {
"target": "com.amazonaws.eks#FargateProfileIssueList",
"traits": {
"smithy.api#documentation": "<p>Any issues that are associated with the Fargate profile.</p>"
}
}
},
"traits": {
"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>"
}
},
"com.amazonaws.eks#FargateProfileIssue": {
"type": "structure",
"members": {
"code": {
"target": "com.amazonaws.eks#FargateProfileIssueCode",
"traits": {
"smithy.api#documentation": "<p>A brief description of the error.</p>"
}
},
"message": {
"target": "com.amazonaws.eks#String",
"traits": {
"smithy.api#documentation": "<p>The error message associated with the issue.</p>"
}
},
"resourceIds": {
"target": "com.amazonaws.eks#StringList",
"traits": {
"smithy.api#documentation": "<p>The Amazon Web Services resources that are affected by this issue.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An issue that is associated with the Fargate profile.</p>"
}
},
"com.amazonaws.eks#FargateProfileIssueCode": {
"type": "enum",
"members": {
"POD_EXECUTION_ROLE_ALREADY_IN_USE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "PodExecutionRoleAlreadyInUse"
}
},
"ACCESS_DENIED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AccessDenied"
}
},
"CLUSTER_UNREACHABLE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ClusterUnreachable"
}
},
"INTERNAL_FAILURE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "InternalFailure"
}
}
}
},
"com.amazonaws.eks#FargateProfileIssueList": {
"type": "list",
"member": {
"target": "com.amazonaws.eks#FargateProfileIssue"
}
},
"com.amazonaws.eks#FargateProfileLabel": {
"type": "map",
"key": {
Expand Down
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/lightsail.json
Original file line number Diff line number Diff line change
Expand Up @@ -8637,7 +8637,20 @@
"method": "POST",
"uri": "/ls/api/2016-11-28/GetActiveNames",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "GetActiveNamesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.lightsail#GetActiveNamesRequest": {
Expand Down
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/polly.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,20 @@
"method": "GET",
"uri": "/v1/voices",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeVoicesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.polly#DescribeVoicesInput": {
Expand Down
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/rekognition.json
Original file line number Diff line number Diff line change
Expand Up @@ -8310,7 +8310,20 @@
"outputToken": "NextToken",
"items": "CollectionIds",
"pageSize": "MaxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListCollectionsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.rekognition#ListCollectionsRequest": {
Expand Down
Loading

0 comments on commit 1315201

Please sign in to comment.