aws-sdk-athena 1.54.0 → 1.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-athena/client.rb +7 -7
- data/lib/aws-sdk-athena/client_api.rb +6 -4
- data/lib/aws-sdk-athena/types.rb +18 -14
- data/lib/aws-sdk-athena.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d93a10bf117ae8c6ab4bb6e57c3fbe33d4b116abe69e9f38786486ebba621cfb
|
4
|
+
data.tar.gz: c08af9b491cbacbd85e97ed2a1e9b93fc56a716704e33ed780fe738d14da62d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88a9ab5998ed7f54646b12ca95e92ede86b620ef0cbd6686d081862cc145b0b906772de30601fb0e9701911919e3c67c5fe9f7e11dbb0bf487d503e05e1e9e04
|
7
|
+
data.tar.gz: e4113fed8f2052810d2db2883fed1715e46790e43595357b0c29cbfb71fe3a18a7ebb3a7313b63178bd067b84af0521281f7b2a901f94782aec384528b14d1e0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.55.0 (2022-07-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
|
8
|
+
|
4
9
|
1.54.0 (2022-06-30)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -754,12 +754,12 @@ module Aws::Athena
|
|
754
754
|
# name: "WorkGroupName", # required
|
755
755
|
# configuration: {
|
756
756
|
# result_configuration: {
|
757
|
-
# output_location: "
|
757
|
+
# output_location: "ResultOutputLocation",
|
758
758
|
# encryption_configuration: {
|
759
759
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
760
760
|
# kms_key: "String",
|
761
761
|
# },
|
762
|
-
# expected_bucket_owner: "
|
762
|
+
# expected_bucket_owner: "AwsAccountId",
|
763
763
|
# acl_configuration: {
|
764
764
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
765
765
|
# },
|
@@ -1775,12 +1775,12 @@ module Aws::Athena
|
|
1775
1775
|
# catalog: "CatalogNameString",
|
1776
1776
|
# },
|
1777
1777
|
# result_configuration: {
|
1778
|
-
# output_location: "
|
1778
|
+
# output_location: "ResultOutputLocation",
|
1779
1779
|
# encryption_configuration: {
|
1780
1780
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
1781
1781
|
# kms_key: "String",
|
1782
1782
|
# },
|
1783
|
-
# expected_bucket_owner: "
|
1783
|
+
# expected_bucket_owner: "AwsAccountId",
|
1784
1784
|
# acl_configuration: {
|
1785
1785
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
1786
1786
|
# },
|
@@ -2072,14 +2072,14 @@ module Aws::Athena
|
|
2072
2072
|
# configuration_updates: {
|
2073
2073
|
# enforce_work_group_configuration: false,
|
2074
2074
|
# result_configuration_updates: {
|
2075
|
-
# output_location: "
|
2075
|
+
# output_location: "ResultOutputLocation",
|
2076
2076
|
# remove_output_location: false,
|
2077
2077
|
# encryption_configuration: {
|
2078
2078
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
2079
2079
|
# kms_key: "String",
|
2080
2080
|
# },
|
2081
2081
|
# remove_encryption_configuration: false,
|
2082
|
-
# expected_bucket_owner: "
|
2082
|
+
# expected_bucket_owner: "AwsAccountId",
|
2083
2083
|
# remove_expected_bucket_owner: false,
|
2084
2084
|
# acl_configuration: {
|
2085
2085
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
@@ -2120,7 +2120,7 @@ module Aws::Athena
|
|
2120
2120
|
params: params,
|
2121
2121
|
config: config)
|
2122
2122
|
context[:gem_name] = 'aws-sdk-athena'
|
2123
|
-
context[:gem_version] = '1.
|
2123
|
+
context[:gem_version] = '1.55.0'
|
2124
2124
|
Seahorse::Client::Request.new(handlers, context)
|
2125
2125
|
end
|
2126
2126
|
|
@@ -16,6 +16,7 @@ module Aws::Athena
|
|
16
16
|
AclConfiguration = Shapes::StructureShape.new(name: 'AclConfiguration')
|
17
17
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
18
18
|
AthenaError = Shapes::StructureShape.new(name: 'AthenaError')
|
19
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
19
20
|
BatchGetNamedQueryInput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryInput')
|
20
21
|
BatchGetNamedQueryOutput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryOutput')
|
21
22
|
BatchGetPreparedStatementInput = Shapes::StructureShape.new(name: 'BatchGetPreparedStatementInput')
|
@@ -145,6 +146,7 @@ module Aws::Athena
|
|
145
146
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
146
147
|
ResultConfiguration = Shapes::StructureShape.new(name: 'ResultConfiguration')
|
147
148
|
ResultConfigurationUpdates = Shapes::StructureShape.new(name: 'ResultConfigurationUpdates')
|
149
|
+
ResultOutputLocation = Shapes::StringShape.new(name: 'ResultOutputLocation')
|
148
150
|
ResultSet = Shapes::StructureShape.new(name: 'ResultSet')
|
149
151
|
ResultSetMetadata = Shapes::StructureShape.new(name: 'ResultSetMetadata')
|
150
152
|
Row = Shapes::StructureShape.new(name: 'Row')
|
@@ -561,17 +563,17 @@ module Aws::Athena
|
|
561
563
|
ResourceNotFoundException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceName"))
|
562
564
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
563
565
|
|
564
|
-
ResultConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape:
|
566
|
+
ResultConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "OutputLocation"))
|
565
567
|
ResultConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
566
|
-
ResultConfiguration.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape:
|
568
|
+
ResultConfiguration.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "ExpectedBucketOwner"))
|
567
569
|
ResultConfiguration.add_member(:acl_configuration, Shapes::ShapeRef.new(shape: AclConfiguration, location_name: "AclConfiguration"))
|
568
570
|
ResultConfiguration.struct_class = Types::ResultConfiguration
|
569
571
|
|
570
|
-
ResultConfigurationUpdates.add_member(:output_location, Shapes::ShapeRef.new(shape:
|
572
|
+
ResultConfigurationUpdates.add_member(:output_location, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "OutputLocation"))
|
571
573
|
ResultConfigurationUpdates.add_member(:remove_output_location, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveOutputLocation"))
|
572
574
|
ResultConfigurationUpdates.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
573
575
|
ResultConfigurationUpdates.add_member(:remove_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveEncryptionConfiguration"))
|
574
|
-
ResultConfigurationUpdates.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape:
|
576
|
+
ResultConfigurationUpdates.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "ExpectedBucketOwner"))
|
575
577
|
ResultConfigurationUpdates.add_member(:remove_expected_bucket_owner, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveExpectedBucketOwner"))
|
576
578
|
ResultConfigurationUpdates.add_member(:acl_configuration, Shapes::ShapeRef.new(shape: AclConfiguration, location_name: "AclConfiguration"))
|
577
579
|
ResultConfigurationUpdates.add_member(:remove_acl_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveAclConfiguration"))
|
data/lib/aws-sdk-athena/types.rb
CHANGED
@@ -96,6 +96,8 @@ module Aws::Athena
|
|
96
96
|
include Aws::Structure
|
97
97
|
end
|
98
98
|
|
99
|
+
# Contains an array of named query IDs.
|
100
|
+
#
|
99
101
|
# @note When making an API call, you may pass BatchGetNamedQueryInput
|
100
102
|
# data as a hash:
|
101
103
|
#
|
@@ -175,6 +177,8 @@ module Aws::Athena
|
|
175
177
|
include Aws::Structure
|
176
178
|
end
|
177
179
|
|
180
|
+
# Contains an array of query execution IDs.
|
181
|
+
#
|
178
182
|
# @note When making an API call, you may pass BatchGetQueryExecutionInput
|
179
183
|
# data as a hash:
|
180
184
|
#
|
@@ -520,12 +524,12 @@ module Aws::Athena
|
|
520
524
|
# name: "WorkGroupName", # required
|
521
525
|
# configuration: {
|
522
526
|
# result_configuration: {
|
523
|
-
# output_location: "
|
527
|
+
# output_location: "ResultOutputLocation",
|
524
528
|
# encryption_configuration: {
|
525
529
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
526
530
|
# kms_key: "String",
|
527
531
|
# },
|
528
|
-
# expected_bucket_owner: "
|
532
|
+
# expected_bucket_owner: "AwsAccountId",
|
529
533
|
# acl_configuration: {
|
530
534
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
531
535
|
# },
|
@@ -2070,12 +2074,12 @@ module Aws::Athena
|
|
2070
2074
|
# data as a hash:
|
2071
2075
|
#
|
2072
2076
|
# {
|
2073
|
-
# output_location: "
|
2077
|
+
# output_location: "ResultOutputLocation",
|
2074
2078
|
# encryption_configuration: {
|
2075
2079
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
2076
2080
|
# kms_key: "String",
|
2077
2081
|
# },
|
2078
|
-
# expected_bucket_owner: "
|
2082
|
+
# expected_bucket_owner: "AwsAccountId",
|
2079
2083
|
# acl_configuration: {
|
2080
2084
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
2081
2085
|
# },
|
@@ -2168,14 +2172,14 @@ module Aws::Athena
|
|
2168
2172
|
# data as a hash:
|
2169
2173
|
#
|
2170
2174
|
# {
|
2171
|
-
# output_location: "
|
2175
|
+
# output_location: "ResultOutputLocation",
|
2172
2176
|
# remove_output_location: false,
|
2173
2177
|
# encryption_configuration: {
|
2174
2178
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
2175
2179
|
# kms_key: "String",
|
2176
2180
|
# },
|
2177
2181
|
# remove_encryption_configuration: false,
|
2178
|
-
# expected_bucket_owner: "
|
2182
|
+
# expected_bucket_owner: "AwsAccountId",
|
2179
2183
|
# remove_expected_bucket_owner: false,
|
2180
2184
|
# acl_configuration: {
|
2181
2185
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
@@ -2366,12 +2370,12 @@ module Aws::Athena
|
|
2366
2370
|
# catalog: "CatalogNameString",
|
2367
2371
|
# },
|
2368
2372
|
# result_configuration: {
|
2369
|
-
# output_location: "
|
2373
|
+
# output_location: "ResultOutputLocation",
|
2370
2374
|
# encryption_configuration: {
|
2371
2375
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
2372
2376
|
# kms_key: "String",
|
2373
2377
|
# },
|
2374
|
-
# expected_bucket_owner: "
|
2378
|
+
# expected_bucket_owner: "AwsAccountId",
|
2375
2379
|
# acl_configuration: {
|
2376
2380
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
2377
2381
|
# },
|
@@ -2905,14 +2909,14 @@ module Aws::Athena
|
|
2905
2909
|
# configuration_updates: {
|
2906
2910
|
# enforce_work_group_configuration: false,
|
2907
2911
|
# result_configuration_updates: {
|
2908
|
-
# output_location: "
|
2912
|
+
# output_location: "ResultOutputLocation",
|
2909
2913
|
# remove_output_location: false,
|
2910
2914
|
# encryption_configuration: {
|
2911
2915
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
2912
2916
|
# kms_key: "String",
|
2913
2917
|
# },
|
2914
2918
|
# remove_encryption_configuration: false,
|
2915
|
-
# expected_bucket_owner: "
|
2919
|
+
# expected_bucket_owner: "AwsAccountId",
|
2916
2920
|
# remove_expected_bucket_owner: false,
|
2917
2921
|
# acl_configuration: {
|
2918
2922
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
@@ -3031,12 +3035,12 @@ module Aws::Athena
|
|
3031
3035
|
#
|
3032
3036
|
# {
|
3033
3037
|
# result_configuration: {
|
3034
|
-
# output_location: "
|
3038
|
+
# output_location: "ResultOutputLocation",
|
3035
3039
|
# encryption_configuration: {
|
3036
3040
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
3037
3041
|
# kms_key: "String",
|
3038
3042
|
# },
|
3039
|
-
# expected_bucket_owner: "
|
3043
|
+
# expected_bucket_owner: "AwsAccountId",
|
3040
3044
|
# acl_configuration: {
|
3041
3045
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
3042
3046
|
# },
|
@@ -3134,14 +3138,14 @@ module Aws::Athena
|
|
3134
3138
|
# {
|
3135
3139
|
# enforce_work_group_configuration: false,
|
3136
3140
|
# result_configuration_updates: {
|
3137
|
-
# output_location: "
|
3141
|
+
# output_location: "ResultOutputLocation",
|
3138
3142
|
# remove_output_location: false,
|
3139
3143
|
# encryption_configuration: {
|
3140
3144
|
# encryption_option: "SSE_S3", # required, accepts SSE_S3, SSE_KMS, CSE_KMS
|
3141
3145
|
# kms_key: "String",
|
3142
3146
|
# },
|
3143
3147
|
# remove_encryption_configuration: false,
|
3144
|
-
# expected_bucket_owner: "
|
3148
|
+
# expected_bucket_owner: "AwsAccountId",
|
3145
3149
|
# remove_expected_bucket_owner: false,
|
3146
3150
|
# acl_configuration: {
|
3147
3151
|
# s3_acl_option: "BUCKET_OWNER_FULL_CONTROL", # required, accepts BUCKET_OWNER_FULL_CONTROL
|
data/lib/aws-sdk-athena.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-athena
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|