Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Apr 15, 2022
1 parent 386f077 commit 20468f1
Show file tree
Hide file tree
Showing 28 changed files with 446 additions and 1,659 deletions.
4 changes: 3 additions & 1 deletion apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
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 apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
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 apis/lightsail/2016-11-28/api-2.json
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 20468f1

Please sign in to comment.