Skip to content

Commit

Permalink
Release v1.48.13 (2023-12-05) (#5097)
Browse files Browse the repository at this point in the history
Release v1.48.13 (2023-12-05)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
  * Adding IdentityCenter enabled request for interactive query
* `service/cleanroomsml`: Updates service API and documentation
* `service/cloudformation`: Updates service documentation
  * Documentation update, December 2023
* `service/ec2`: Updates service API and documentation
  * Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection
  • Loading branch information
aws-sdk-go-automation committed Dec 5, 2023
1 parent 012b94d commit f9c9a45
Show file tree
Hide file tree
Showing 16 changed files with 525 additions and 115 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.48.13 (2023-12-05)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* Adding IdentityCenter enabled request for interactive query
* `service/cleanroomsml`: Updates service API and documentation
* `service/cloudformation`: Updates service documentation
* Documentation update, December 2023
* `service/ec2`: Updates service API and documentation
* Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection

Release v1.48.12 (2023-12-04)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.48.12"
const SDKVersion = "1.48.13"
69 changes: 58 additions & 11 deletions models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,10 @@
"type":"string",
"max":2048
},
"AuthenticationType":{
"type":"string",
"enum":["DIRECTORY_IDENTITY"]
},
"AwsAccountId":{
"type":"string",
"max":12,
Expand Down Expand Up @@ -1779,7 +1783,8 @@
"type":"structure",
"required":["Name"],
"members":{
"Name":{"shape":"CatalogNameString"}
"Name":{"shape":"CatalogNameString"},
"WorkGroup":{"shape":"WorkGroupName"}
}
},
"GetDataCatalogOutput":{
Expand All @@ -1796,7 +1801,8 @@
],
"members":{
"CatalogName":{"shape":"CatalogNameString"},
"DatabaseName":{"shape":"NameString"}
"DatabaseName":{"shape":"NameString"},
"WorkGroup":{"shape":"WorkGroupName"}
}
},
"GetDatabaseOutput":{
Expand Down Expand Up @@ -1936,7 +1942,8 @@
"members":{
"CatalogName":{"shape":"CatalogNameString"},
"DatabaseName":{"shape":"NameString"},
"TableName":{"shape":"NameString"}
"TableName":{"shape":"NameString"},
"WorkGroup":{"shape":"WorkGroupName"}
}
},
"GetTableMetadataOutput":{
Expand All @@ -1963,6 +1970,25 @@
"max":128,
"min":32
},
"IdentityCenterApplicationArn":{
"type":"string",
"max":255,
"min":0,
"pattern":"^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::\\d{12}:application/(sso)?ins-[a-zA-Z0-9-.]{16}/apl-[a-zA-Z0-9]{16}$"
},
"IdentityCenterConfiguration":{
"type":"structure",
"members":{
"EnableIdentityCenter":{"shape":"BoxedBoolean"},
"IdentityCenterInstanceArn":{"shape":"IdentityCenterInstanceArn"}
}
},
"IdentityCenterInstanceArn":{
"type":"string",
"max":255,
"min":0,
"pattern":"^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$"
},
"ImportNotebookInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2064,7 +2090,8 @@
"type":"structure",
"members":{
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxDataCatalogsCount"}
"MaxResults":{"shape":"MaxDataCatalogsCount"},
"WorkGroup":{"shape":"WorkGroupName"}
}
},
"ListDataCatalogsOutput":{
Expand All @@ -2080,7 +2107,8 @@
"members":{
"CatalogName":{"shape":"CatalogNameString"},
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxDatabasesCount"}
"MaxResults":{"shape":"MaxDatabasesCount"},
"WorkGroup":{"shape":"WorkGroupName"}
}
},
"ListDatabasesOutput":{
Expand Down Expand Up @@ -2231,7 +2259,8 @@
"DatabaseName":{"shape":"NameString"},
"Expression":{"shape":"ExpressionString"},
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxTableMetadataCount"}
"MaxResults":{"shape":"MaxTableMetadataCount"},
"WorkGroup":{"shape":"WorkGroupName"}
}
},
"ListTableMetadataOutput":{
Expand Down Expand Up @@ -2539,7 +2568,8 @@
"WorkGroup":{"shape":"WorkGroupName"},
"EngineVersion":{"shape":"EngineVersion"},
"ExecutionParameters":{"shape":"ExecutionParameters"},
"SubstatementType":{"shape":"String"}
"SubstatementType":{"shape":"String"},
"QueryResultsS3AccessGrantsConfiguration":{"shape":"QueryResultsS3AccessGrantsConfiguration"}
}
},
"QueryExecutionContext":{
Expand Down Expand Up @@ -2599,6 +2629,18 @@
"AthenaError":{"shape":"AthenaError"}
}
},
"QueryResultsS3AccessGrantsConfiguration":{
"type":"structure",
"required":[
"EnableS3AccessGrants",
"AuthenticationType"
],
"members":{
"EnableS3AccessGrants":{"shape":"BoxedBoolean"},
"CreateUserLevelPrefix":{"shape":"BoxedBoolean"},
"AuthenticationType":{"shape":"AuthenticationType"}
}
},
"QueryRuntimeStatistics":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3235,7 +3277,8 @@
"State":{"shape":"WorkGroupState"},
"Configuration":{"shape":"WorkGroupConfiguration"},
"Description":{"shape":"WorkGroupDescriptionString"},
"CreationTime":{"shape":"Date"}
"CreationTime":{"shape":"Date"},
"IdentityCenterApplicationArn":{"shape":"IdentityCenterApplicationArn"}
}
},
"WorkGroupConfiguration":{
Expand All @@ -3250,7 +3293,9 @@
"AdditionalConfiguration":{"shape":"NameString"},
"ExecutionRole":{"shape":"RoleArn"},
"CustomerContentEncryptionConfiguration":{"shape":"CustomerContentEncryptionConfiguration"},
"EnableMinimumEncryptionConfiguration":{"shape":"BoxedBoolean"}
"EnableMinimumEncryptionConfiguration":{"shape":"BoxedBoolean"},
"IdentityCenterConfiguration":{"shape":"IdentityCenterConfiguration"},
"QueryResultsS3AccessGrantsConfiguration":{"shape":"QueryResultsS3AccessGrantsConfiguration"}
}
},
"WorkGroupConfigurationUpdates":{
Expand All @@ -3267,7 +3312,8 @@
"AdditionalConfiguration":{"shape":"NameString"},
"ExecutionRole":{"shape":"RoleArn"},
"CustomerContentEncryptionConfiguration":{"shape":"CustomerContentEncryptionConfiguration"},
"EnableMinimumEncryptionConfiguration":{"shape":"BoxedBoolean"}
"EnableMinimumEncryptionConfiguration":{"shape":"BoxedBoolean"},
"QueryResultsS3AccessGrantsConfiguration":{"shape":"QueryResultsS3AccessGrantsConfiguration"}
}
},
"WorkGroupDescriptionString":{
Expand Down Expand Up @@ -3297,7 +3343,8 @@
"State":{"shape":"WorkGroupState"},
"Description":{"shape":"WorkGroupDescriptionString"},
"CreationTime":{"shape":"Date"},
"EngineVersion":{"shape":"EngineVersion"}
"EngineVersion":{"shape":"EngineVersion"},
"IdentityCenterApplicationArn":{"shape":"IdentityCenterApplicationArn"}
}
},
"WorkGroupsList":{
Expand Down
Loading

0 comments on commit f9c9a45

Please sign in to comment.