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 17, 2024
1 parent 374440d commit e7057a6
Show file tree
Hide file tree
Showing 11 changed files with 717 additions and 20 deletions.
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/acm-pca.json

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/batch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,20 @@
"outputToken": "nextToken",
"items": "computeEnvironments",
"pageSize": "maxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeComputeEnvironmentsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.batch#DescribeComputeEnvironmentsRequest": {
Expand Down
59 changes: 58 additions & 1 deletion codegen/sdk-codegen/aws-models/codebuild.json

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion codegen/sdk-codegen/aws-models/cognito-identity-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -10636,7 +10636,22 @@
"outputToken": "NextToken",
"items": "UserPools",
"pageSize": "MaxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListUserPoolsSuccess",
"params": {
"MaxResults": 10
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cognitoidentityprovider#ListUserPoolsRequest": {
Expand Down
17 changes: 15 additions & 2 deletions codegen/sdk-codegen/aws-models/directory-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,20 @@
"outputToken": "NextToken",
"items": "DirectoryDescriptions",
"pageSize": "Limit"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeDirectoriesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.directoryservice#DescribeDirectoriesRequest": {
Expand Down Expand Up @@ -3965,7 +3978,7 @@
"sdkId": "Directory Service",
"arnNamespace": "ds",
"cloudFormationName": "DirectoryService",
"cloudTrailEventSource": "directoryservice.amazonaws.com",
"cloudTrailEventSource": "ds.amazonaws.com",
"docId": "ds-2015-04-16",
"endpointPrefix": "ds"
},
Expand Down
17 changes: 15 additions & 2 deletions codegen/sdk-codegen/aws-models/efs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,20 @@
"outputToken": "NextMarker",
"items": "FileSystems",
"pageSize": "MaxItems"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeFileSystemsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.efs#DescribeFileSystemsRequest": {
Expand Down Expand Up @@ -2776,7 +2789,7 @@
"sdkId": "EFS",
"arnNamespace": "elasticfilesystem",
"cloudFormationName": "EFS",
"cloudTrailEventSource": "efs.amazonaws.com",
"cloudTrailEventSource": "elasticfilesystem.amazonaws.com",
"docId": "elasticfilesystem-2015-02-01",
"endpointPrefix": "elasticfilesystem"
},
Expand Down
Loading

0 comments on commit e7057a6

Please sign in to comment.