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 Mar 2, 2022
1 parent 025cb82 commit 1efdc0b
Show file tree
Hide file tree
Showing 61 changed files with 5,666 additions and 75 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ RubyGems.org page under "LINKS" section.
| Amazon Import/Export Snowball | Aws::Snowball | aws-sdk-snowball | 2016-06-30 |
| Amazon Inspector | Aws::Inspector | aws-sdk-inspector | 2016-02-16 |
| Amazon Interactive Video Service | Aws::IVS | aws-sdk-ivs | 2020-07-14 |
| Amazon Keyspaces | Aws::Keyspaces | aws-sdk-keyspaces | 2022-02-10 |
| Amazon Kinesis | Aws::Kinesis | aws-sdk-kinesis | 2013-12-02 |
| Amazon Kinesis Analytics | Aws::KinesisAnalytics | aws-sdk-kinesisanalytics | 2015-08-14 |
| Amazon Kinesis Analytics | Aws::KinesisAnalyticsV2 | aws-sdk-kinesisanalyticsv2 | 2018-05-23 |
Expand Down
18 changes: 16 additions & 2 deletions apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,13 @@
}
},
"shapes":{
"AclConfiguration":{
"type":"structure",
"required":["S3AclOption"],
"members":{
"S3AclOption":{"shape":"S3AclOption"}
}
},
"AmazonResourceName":{
"type":"string",
"max":1011,
Expand Down Expand Up @@ -1345,7 +1352,8 @@
"members":{
"OutputLocation":{"shape":"String"},
"EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
"ExpectedBucketOwner":{"shape":"String"}
"ExpectedBucketOwner":{"shape":"String"},
"AclConfiguration":{"shape":"AclConfiguration"}
}
},
"ResultConfigurationUpdates":{
Expand All @@ -1356,7 +1364,9 @@
"EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
"RemoveEncryptionConfiguration":{"shape":"BoxedBoolean"},
"ExpectedBucketOwner":{"shape":"String"},
"RemoveExpectedBucketOwner":{"shape":"BoxedBoolean"}
"RemoveExpectedBucketOwner":{"shape":"BoxedBoolean"},
"AclConfiguration":{"shape":"AclConfiguration"},
"RemoveAclConfiguration":{"shape":"BoxedBoolean"}
}
},
"ResultSet":{
Expand All @@ -1382,6 +1392,10 @@
"type":"list",
"member":{"shape":"Row"}
},
"S3AclOption":{
"type":"string",
"enum":["BUCKET_OWNER_FULL_CONTROL"]
},
"StartQueryExecutionInput":{
"type":"structure",
"required":["QueryString"],
Expand Down
14 changes: 14 additions & 0 deletions apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
"UpdateWorkGroup": "<p>Updates the workgroup with the specified name. The workgroup's name cannot be changed.</p>"
},
"shapes": {
"AclConfiguration": {
"base": "<p>Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. When Athena stores query results in Amazon S3, the canned ACL is set with the <code>x-amz-acl</code> request header. For more information about S3 Object Ownership, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html#object-ownership-overview\">Object Ownership settings</a> in the <i>Amazon S3 User Guide</i>.</p>",
"refs": {
"ResultConfiguration$AclConfiguration": "<p>Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. Currently the only supported canned ACL is <code>BUCKET_OWNER_FULL_CONTROL</code>. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ACL configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. For more information, 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$AclConfiguration": "<p>The ACL configuration for the query results.</p>"
}
},
"AmazonResourceName": {
"base": null,
"refs": {
Expand Down Expand Up @@ -87,6 +94,7 @@
"ResultConfigurationUpdates$RemoveOutputLocation": "<p>If set to \"true\", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to \"false\" or not set, and a value is present in the <code>OutputLocation</code> in <code>ResultConfigurationUpdates</code> (the client-side setting), the <code>OutputLocation</code> in the workgroup's <code>ResultConfiguration</code> will be updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$RemoveEncryptionConfiguration": "<p>If set to \"true\", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to \"false\" or not set, and a value is present in the <code>EncryptionConfiguration</code> in <code>ResultConfigurationUpdates</code> (the client-side setting), the <code>EncryptionConfiguration</code> in the workgroup's <code>ResultConfiguration</code> will be updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$RemoveExpectedBucketOwner": "<p>If set to \"true\", removes the Amazon Web Services account ID previously specified for <a>ResultConfiguration$ExpectedBucketOwner</a>. If set to \"false\" or not set, and a value is present in the <code>ExpectedBucketOwner</code> in <code>ResultConfigurationUpdates</code> (the client-side setting), the <code>ExpectedBucketOwner</code> in the workgroup's <code>ResultConfiguration</code> is updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$RemoveAclConfiguration": "<p>If set to <code>true</code>, indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null. If set to <code>false</code> or not set, and a value is present in the <code>AclConfiguration</code> of <code>ResultConfigurationUpdates</code>, the <code>AclConfiguration</code> in the workgroup's <code>ResultConfiguration</code> is updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"WorkGroupConfiguration$EnforceWorkGroupConfiguration": "<p>If set to \"true\", the settings for the workgroup override client-side settings. If set to \"false\", client-side settings are used. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"WorkGroupConfiguration$PublishCloudWatchMetricsEnabled": "<p>Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.</p>",
"WorkGroupConfiguration$RequesterPaysEnabled": "<p>If set to <code>true</code>, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries. If set to <code>false</code>, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is <code>false</code>. For more information about Requester Pays buckets, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html\">Requester Pays Buckets</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
Expand Down Expand Up @@ -861,6 +869,12 @@
"ResultSet$Rows": "<p>The rows in the table.</p>"
}
},
"S3AclOption": {
"base": null,
"refs": {
"AclConfiguration$S3AclOption": "<p>The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported canned ACL is <code>BUCKET_OWNER_FULL_CONTROL</code>. If a query runs in a workgroup and the workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned ACLs, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl\">Canned ACL</a> in the <i>Amazon S3 User Guide</i>.</p>"
}
},
"StartQueryExecutionInput": {
"base": null,
"refs": {
Expand Down
7 changes: 5 additions & 2 deletions apis/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1596,14 +1596,16 @@
"type":"structure",
"members":{
"ResultsCount":{"shape":"Integer"},
"TotalResultsCount":{"shape":"Integer"}
"TotalResultsCount":{"shape":"Integer"},
"BytesScanned":{"shape":"Long"}
}
},
"QueryStatisticsForDescribeQuery":{
"type":"structure",
"members":{
"EventsMatched":{"shape":"Long"},
"EventsScanned":{"shape":"Long"},
"BytesScanned":{"shape":"Long"},
"ExecutionTimeInMillis":{"shape":"Integer"},
"CreationTime":{"shape":"Date"}
}
Expand All @@ -1615,7 +1617,8 @@
"RUNNING",
"FINISHED",
"FAILED",
"CANCELLED"
"CANCELLED",
"TIMED_OUT"
]
},
"ReadWriteType":{
Expand Down
Loading

0 comments on commit 1efdc0b

Please sign in to comment.