Skip to content

Commit

Permalink
Release v1.51.13 (2024-04-02) (#5216)
Browse files Browse the repository at this point in the history
Release v1.51.13 (2024-04-02)
===

### Service Client Updates
* `service/ecs`: Updates service documentation
  * Documentation only update for Amazon ECS.
* `service/glue`: Updates service API and documentation
  * Adding View related fields to responses of read-only Table APIs.
* `service/ivschat`: Updates service documentation
* `service/rolesanywhere`: Updates service API and documentation
* `service/securityhub`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Apr 2, 2024
1 parent 2d59fa0 commit dbff91a
Show file tree
Hide file tree
Showing 17 changed files with 1,911 additions and 539 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.51.13 (2024-04-02)
===

### Service Client Updates
* `service/ecs`: Updates service documentation
* Documentation only update for Amazon ECS.
* `service/glue`: Updates service API and documentation
* Adding View related fields to responses of read-only Table APIs.
* `service/ivschat`: Updates service documentation
* `service/rolesanywhere`: Updates service API and documentation
* `service/securityhub`: Updates service documentation

Release v1.51.12 (2024-04-01)
===

Expand Down
49 changes: 49 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.51.12"
const SDKVersion = "1.51.13"
4 changes: 2 additions & 2 deletions models/apis/ecs/2014-11-13/docs-2.json

Large diffs are not rendered by default.

37 changes: 36 additions & 1 deletion models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8442,7 +8442,9 @@
"IsRegisteredWithLakeFormation":{"shape":"Boolean"},
"CellFilters":{"shape":"ColumnRowFilterList"},
"QueryAuthorizationId":{"shape":"HashString"},
"IsMultiDialectView":{"shape":"Boolean"},
"ResourceArn":{"shape":"ArnString"},
"IsProtected":{"shape":"Boolean"},
"Permissions":{"shape":"PermissionList"}
}
},
Expand Down Expand Up @@ -12307,7 +12309,9 @@
"TargetTable":{"shape":"TableIdentifier"},
"CatalogId":{"shape":"CatalogIdString"},
"VersionId":{"shape":"VersionString"},
"FederatedTable":{"shape":"FederatedTable"}
"FederatedTable":{"shape":"FederatedTable"},
"ViewDefinition":{"shape":"ViewDefinition"},
"IsMultiDialectView":{"shape":"NullableBoolean"}
}
},
"TableError":{
Expand Down Expand Up @@ -13356,6 +13360,15 @@
"min":1,
"pattern":"[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*"
},
"ViewDefinition":{
"type":"structure",
"members":{
"IsProtected":{"shape":"NullableBoolean"},
"Definer":{"shape":"ArnString"},
"SubObjects":{"shape":"ViewSubObjectsList"},
"Representations":{"shape":"ViewRepresentationList"}
}
},
"ViewDialect":{
"type":"string",
"enum":[
Expand All @@ -13369,6 +13382,28 @@
"max":255,
"min":1
},
"ViewRepresentation":{
"type":"structure",
"members":{
"Dialect":{"shape":"ViewDialect"},
"DialectVersion":{"shape":"ViewDialectVersionString"},
"ViewOriginalText":{"shape":"ViewTextString"},
"ViewExpandedText":{"shape":"ViewTextString"},
"IsStale":{"shape":"NullableBoolean"}
}
},
"ViewRepresentationList":{
"type":"list",
"member":{"shape":"ViewRepresentation"},
"max":1000,
"min":1
},
"ViewSubObjectsList":{
"type":"list",
"member":{"shape":"ArnString"},
"max":10,
"min":0
},
"ViewTextString":{
"type":"string",
"max":409600
Expand Down
45 changes: 40 additions & 5 deletions models/apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@
"base": null,
"refs": {
"GetUnfilteredTableMetadataResponse$ResourceArn": "<p>The resource ARN of the parent resource extracted from the request.</p>",
"TableOptimizerConfiguration$roleArn": "<p>A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.</p>"
"TableOptimizerConfiguration$roleArn": "<p>A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.</p>",
"ViewDefinition$Definer": "<p>The definer of a view in SQL.</p>",
"ViewSubObjectsList$member": null
}
},
"AthenaConnectorSource": {
Expand Down Expand Up @@ -813,6 +815,8 @@
"GetConnectionsRequest$HidePassword": "<p>Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.</p>",
"GetUnfilteredPartitionMetadataResponse$IsRegisteredWithLakeFormation": "<p>A Boolean value that indicates whether the partition location is registered with Lake Formation.</p>",
"GetUnfilteredTableMetadataResponse$IsRegisteredWithLakeFormation": "<p>A Boolean value that indicates whether the partition location is registered with Lake Formation.</p>",
"GetUnfilteredTableMetadataResponse$IsMultiDialectView": "<p>Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.</p>",
"GetUnfilteredTableMetadataResponse$IsProtected": "<p>A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.</p>",
"StorageDescriptor$Compressed": "<p> <code>True</code> if the data in the table is compressed, or <code>False</code> if not.</p>",
"StorageDescriptor$StoredAsSubDirectories": "<p> <code>True</code> if the table data is stored in subdirectories, or <code>False</code> if not.</p>",
"Table$IsRegisteredWithLakeFormation": "<p>Indicates whether the table has been registered with Lake Formation.</p>",
Expand Down Expand Up @@ -6257,10 +6261,13 @@
"InvalidInputException$FromFederationSource": "<p>Indicates whether or not the exception relates to a federated source.</p>",
"LakeFormationConfiguration$UseLakeFormationCredentials": "<p>Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.</p>",
"MongoDBTarget$ScanAll": "<p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p> <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>",
"Table$IsMultiDialectView": "<p>Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.</p>",
"TableOptimizerConfiguration$enabled": "<p>Whether table optimization is enabled. </p>",
"UpdateCsvClassifierRequest$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>",
"UpdateCsvClassifierRequest$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>",
"UpdateCsvClassifierRequest$CustomDatatypeConfigured": "<p>Specifies the configuration of custom datatypes.</p>"
"UpdateCsvClassifierRequest$CustomDatatypeConfigured": "<p>Specifies the configuration of custom datatypes.</p>",
"ViewDefinition$IsProtected": "<p>You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.</p>",
"ViewRepresentation$IsStale": "<p>Dialects marked as stale are no longer valid and must be updated before they can be queried in their respective query engines.</p>"
}
},
"NullableDouble": {
Expand Down Expand Up @@ -9172,16 +9179,42 @@
"DeleteSchemaVersionsInput$Versions": "<p>A version range may be supplied which may be of the format:</p> <ul> <li> <p>a single version number, 5</p> </li> <li> <p>a range, 5-8 : deletes versions 5, 6, 7, 8</p> </li> </ul>"
}
},
"ViewDefinition": {
"base": "<p>A structure containing details for representations.</p>",
"refs": {
"Table$ViewDefinition": "<p>A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.</p>"
}
},
"ViewDialect": {
"base": null,
"refs": {
"SupportedDialect$Dialect": "<p>The dialect of the query engine.</p>"
"SupportedDialect$Dialect": "<p>The dialect of the query engine.</p>",
"ViewRepresentation$Dialect": "<p>The dialect of the query engine.</p>"
}
},
"ViewDialectVersionString": {
"base": null,
"refs": {
"SupportedDialect$DialectVersion": "<p>The version of the dialect of the query engine. For example, 3.0.0.</p>"
"SupportedDialect$DialectVersion": "<p>The version of the dialect of the query engine. For example, 3.0.0.</p>",
"ViewRepresentation$DialectVersion": "<p>The version of the dialect of the query engine. For example, 3.0.0.</p>"
}
},
"ViewRepresentation": {
"base": "<p>A structure that contains the dialect of the view, and the query that defines the view.</p>",
"refs": {
"ViewRepresentationList$member": null
}
},
"ViewRepresentationList": {
"base": null,
"refs": {
"ViewDefinition$Representations": "<p>A list of representations.</p>"
}
},
"ViewSubObjectsList": {
"base": null,
"refs": {
"ViewDefinition$SubObjects": "<p>A list of table Amazon Resource Names (ARNs).</p>"
}
},
"ViewTextString": {
Expand All @@ -9190,7 +9223,9 @@
"Table$ViewOriginalText": "<p>Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a <code>VIRTUAL_VIEW</code>, certain Athena configuration encoded in base64.</p>",
"Table$ViewExpandedText": "<p>Included for Apache Hive compatibility. Not used in the normal course of Glue operations.</p>",
"TableInput$ViewOriginalText": "<p>Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a <code>VIRTUAL_VIEW</code>, certain Athena configuration encoded in base64.</p>",
"TableInput$ViewExpandedText": "<p>Included for Apache Hive compatibility. Not used in the normal course of Glue operations.</p>"
"TableInput$ViewExpandedText": "<p>Included for Apache Hive compatibility. Not used in the normal course of Glue operations.</p>",
"ViewRepresentation$ViewOriginalText": "<p>The <code>SELECT</code> query provided by the customer during <code>CREATE VIEW DDL</code>. This SQL is not used during a query on a view (<code>ViewExpandedText</code> is used instead). <code>ViewOriginalText</code> is used for cases like <code>SHOW CREATE VIEW</code> where users want to see the original DDL command that created the view.</p>",
"ViewRepresentation$ViewExpandedText": "<p>The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform <code>ViewOriginalText</code> to <code>ViewExpandedText</code>. For example:</p> <ul> <li> <p>Fully qualify identifiers: <code>SELECT * from table1 → SELECT * from db1.table1</code> </p> </li> </ul>"
}
},
"WorkerType": {
Expand Down
Loading

0 comments on commit dbff91a

Please sign in to comment.