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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cee70bdcc6ab700eeb11158edbc2bb745af148eea586294ba4142df7bb47204d
4
- data.tar.gz: 280a727beec9639123a521f021f374b7ad6ab410ab3a6fefd70d3596a66dcf61
3
+ metadata.gz: d93a10bf117ae8c6ab4bb6e57c3fbe33d4b116abe69e9f38786486ebba621cfb
4
+ data.tar.gz: c08af9b491cbacbd85e97ed2a1e9b93fc56a716704e33ed780fe738d14da62d3
5
5
  SHA512:
6
- metadata.gz: db41ec6386f593a687cca832efbf2e66ecf9bd5a0f159a8dc5e516a4d6162d6094b1036afefd3b6ff4956ee9e45d25667ed22f21427bf0863c9290f86a550ff6
7
- data.tar.gz: 28bcdfbc159efb09fbbe90559d887295e490d869775c259f9e1d4537f61454f23708a94274fb107876644e1c3cee417f7a31309b569d48ab13cfd2adba65f617
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.54.0
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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.54.0'
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: String, location_name: "OutputLocation"))
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: String, location_name: "ExpectedBucketOwner"))
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: String, location_name: "OutputLocation"))
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: String, location_name: "ExpectedBucketOwner"))
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"))
@@ -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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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: "String",
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-athena/customizations'
48
48
  # @!group service
49
49
  module Aws::Athena
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.55.0'
52
52
 
53
53
  end
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.54.0
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-06-30 00:00:00.000000000 Z
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