Skip to content

Commit

Permalink
Release v1.43.41 (2022-04-15) (aws#4363)
Browse files Browse the repository at this point in the history
Release v1.43.41 (2022-04-15)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
  * This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
* `service/lightsail`: Updates service API and documentation
  * This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation
  • Loading branch information
aws-sdk-go-automation committed Apr 15, 2022
1 parent 1659bb2 commit b0f95ad
Show file tree
Hide file tree
Showing 14 changed files with 384 additions and 2,280 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.43.41 (2022-04-15)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
* `service/lightsail`: Updates service API and documentation
* This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation

Release v1.43.40 (2022-04-14)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.40"
const SDKVersion = "1.43.41"
4 changes: 3 additions & 1 deletion models/apis/athena/2017-05-18/api-2.json
Expand Up @@ -502,7 +502,9 @@
"type":"structure",
"members":{
"ErrorCategory":{"shape":"ErrorCategory"},
"ErrorType":{"shape":"ErrorType"}
"ErrorType":{"shape":"ErrorType"},
"Retryable":{"shape":"Boolean"},
"ErrorMessage":{"shape":"String"}
}
},
"BatchGetNamedQueryInput":{
Expand Down
10 changes: 6 additions & 4 deletions models/apis/athena/2017-05-18/docs-2.json
Expand Up @@ -84,6 +84,7 @@
"Boolean": {
"base": null,
"refs": {
"AthenaError$Retryable": "<p>True if the query might succeed if resubmitted.</p>",
"ColumnInfo$CaseSensitive": "<p>Indicates whether values in the column are case-sensitive.</p>"
}
},
Expand Down Expand Up @@ -324,16 +325,16 @@
}
},
"EncryptionConfiguration": {
"base": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information.</p>",
"base": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information.</p>",
"refs": {
"ResultConfiguration$EncryptionConfiguration": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfiguration$EncryptionConfiguration": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$EncryptionConfiguration": "<p>The encryption configuration for the query results.</p>"
}
},
"EncryptionOption": {
"base": null,
"refs": {
"EncryptionConfiguration$EncryptionOption": "<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE-S3</code>), server-side encryption with KMS-managed keys (<code>SSE-KMS</code>), or client-side encryption with KMS-managed keys (CSE-KMS) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>"
"EncryptionConfiguration$EncryptionOption": "<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE_S3</code>), server-side encryption with KMS-managed keys (<code>SSE_KMS</code>), or client-side encryption with KMS-managed keys (<code>CSE_KMS</code>) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>"
}
},
"EngineVersion": {
Expand Down Expand Up @@ -915,13 +916,14 @@
"String": {
"base": null,
"refs": {
"AthenaError$ErrorMessage": "<p>Contains a short description of the error that occurred.</p>",
"ColumnInfo$CatalogName": "<p>The catalog to which the query results belong.</p>",
"ColumnInfo$SchemaName": "<p>The schema name (database name) to which the query results belong.</p>",
"ColumnInfo$TableName": "<p>The table name for the query results.</p>",
"ColumnInfo$Name": "<p>The name of the column.</p>",
"ColumnInfo$Label": "<p>A column label.</p>",
"ColumnInfo$Type": "<p>The data type of the column.</p>",
"EncryptionConfiguration$KmsKey": "<p>For <code>SSE-KMS</code> and <code>CSE-KMS</code>, this is the KMS key ARN or ID.</p>",
"EncryptionConfiguration$KmsKey": "<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>",
"QueryExecutionStatistics$DataManifestLocation": "<p>The location and file name of a data manifest file. The manifest file is saved to the Athena query results location in Amazon S3. The manifest file tracks files that the query wrote to Amazon S3. If the query fails, the manifest file also tracks files that the query intended to write. The manifest is useful for identifying orphaned files resulting from a failed query. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with Query Results, Output Files, and Query History</a> in the <i>Amazon Athena User Guide</i>.</p>",
"QueryExecutionStatus$StateChangeReason": "<p>Further detail about the status of the query.</p>",
"ResultConfiguration$OutputLocation": "<p>The location in Amazon S3 where your query results are stored, such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena issues an error that no output location is provided. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Query Results</a>. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>",
Expand Down
30 changes: 29 additions & 1 deletion models/apis/lightsail/2016-11-28/api-2.json
Expand Up @@ -2742,6 +2742,24 @@
"private"
]
},
"AccountLevelBpaSync":{
"type":"structure",
"members":{
"status":{"shape":"AccountLevelBpaSyncStatus"},
"lastSyncedAt":{"shape":"IsoDate"},
"message":{"shape":"BPAStatusMessage"},
"bpaImpactsLightsail":{"shape":"boolean"}
}
},
"AccountLevelBpaSyncStatus":{
"type":"string",
"enum":[
"InSync",
"Failed",
"NeverSynced",
"Defaulted"
]
},
"AccountSetupInProgressException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2977,6 +2995,15 @@
"type":"list",
"member":{"shape":"AvailabilityZone"}
},
"BPAStatusMessage":{
"type":"string",
"enum":[
"DEFAULTED_FOR_SLR_MISSING",
"SYNC_ON_HOLD",
"DEFAULTED_FOR_SLR_MISSING_ON_HOLD",
"Unknown"
]
},
"Base64":{"type":"string"},
"BehaviorEnum":{
"type":"string",
Expand Down Expand Up @@ -4821,7 +4848,8 @@
"type":"structure",
"members":{
"buckets":{"shape":"BucketList"},
"nextPageToken":{"shape":"string"}
"nextPageToken":{"shape":"string"},
"accountLevelBpaSync":{"shape":"AccountLevelBpaSync"}
}
},
"GetBundlesRequest":{
Expand Down

0 comments on commit b0f95ad

Please sign in to comment.