aws-sdk-dataexchange 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b5798102b438202e63af39cc30cb9ad29330e8b3d356b244a4f077e416cf807
4
- data.tar.gz: e59cb83dd04103a222fffd24ee2ce84aa87450ef2f5e600a4811a779d0de2316
3
+ metadata.gz: 9cf906919ba3cb01b6a10409b6b8f88bda0627b24d4a34e86a008d6d046a063d
4
+ data.tar.gz: 63ae5c7cda238a8c34979c2aea4559e24792fc2b4e0b04bc11184d0df7659333
5
5
  SHA512:
6
- metadata.gz: 75b91708bc0cc06597236b3ab009287383488b25bb423f5021e14eb56eb06b8d019bf55051014cda70acd8bb8b26025669623b495ac889fdd8bc3b8178a15c8e
7
- data.tar.gz: 367bb0521c89d618f36f92f1bba35e24a925eebc47ee7466a5341817851586e2b52087f79ed9b8ac047cff42f10b8f7ca467bdbefb0adc8e1771679b3f0cff50
6
+ metadata.gz: aef69628516251ff7238efdd1dfb2bd166131fb0c35c06338eca8758b330d9c8e6a7beac79eeb9ec14659f2545e68a7a847b291873695183dcb0391fe70132a2
7
+ data.tar.gz: a9e35a75eeff92fb82ca3c5d70738c2c39fe8d58899a396711bc015184cae5586d759c47b25e10c2c7d10d89994dcd98eb566c7cb718ed8ad3a74fca913fb32b
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-dataexchange/customizations'
45
47
  # @service
46
48
  module Aws::DataExchange
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -439,7 +441,7 @@ module Aws::DataExchange
439
441
  # ],
440
442
  # data_set_id: "Id", # required
441
443
  # encryption: {
442
- # kms_key_arn: "__string", # required
444
+ # kms_key_arn: "__string",
443
445
  # type: "aws:kms", # required, accepts aws:kms, AES256
444
446
  # },
445
447
  # revision_id: "Id", # required
@@ -1372,7 +1374,7 @@ module Aws::DataExchange
1372
1374
  params: params,
1373
1375
  config: config)
1374
1376
  context[:gem_name] = 'aws-sdk-dataexchange'
1375
- context[:gem_version] = '1.5.1'
1377
+ context[:gem_version] = '1.6.0'
1376
1378
  Seahorse::Client::Request.new(handlers, context)
1377
1379
  end
1378
1380
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -249,7 +251,7 @@ module Aws::DataExchange
249
251
  ExportAssetsToS3ResponseDetails.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "RevisionId"))
250
252
  ExportAssetsToS3ResponseDetails.struct_class = Types::ExportAssetsToS3ResponseDetails
251
253
 
252
- ExportServerSideEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "KmsKeyArn"))
254
+ ExportServerSideEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: __string, location_name: "KmsKeyArn"))
253
255
  ExportServerSideEncryption.add_member(:type, Shapes::ShapeRef.new(shape: ServerSideEncryptionTypes, required: true, location_name: "Type"))
254
256
  ExportServerSideEncryption.struct_class = Types::ExportServerSideEncryption
255
257
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -339,7 +341,7 @@ module Aws::DataExchange
339
341
  # ],
340
342
  # data_set_id: "Id", # required
341
343
  # encryption: {
342
- # kms_key_arn: "__string", # required
344
+ # kms_key_arn: "__string",
343
345
  # type: "aws:kms", # required, accepts aws:kms, AES256
344
346
  # },
345
347
  # revision_id: "Id", # required
@@ -747,7 +749,7 @@ module Aws::DataExchange
747
749
  # ],
748
750
  # data_set_id: "Id", # required
749
751
  # encryption: {
750
- # kms_key_arn: "__string", # required
752
+ # kms_key_arn: "__string",
751
753
  # type: "aws:kms", # required, accepts aws:kms, AES256
752
754
  # },
753
755
  # revision_id: "Id", # required
@@ -819,7 +821,7 @@ module Aws::DataExchange
819
821
  # data as a hash:
820
822
  #
821
823
  # {
822
- # kms_key_arn: "__string", # required
824
+ # kms_key_arn: "__string",
823
825
  # type: "aws:kms", # required, accepts aws:kms, AES256
824
826
  # }
825
827
  #
@@ -1659,7 +1661,7 @@ module Aws::DataExchange
1659
1661
  # ],
1660
1662
  # data_set_id: "Id", # required
1661
1663
  # encryption: {
1662
- # kms_key_arn: "__string", # required
1664
+ # kms_key_arn: "__string",
1663
1665
  # type: "aws:kms", # required, accepts aws:kms, AES256
1664
1666
  # },
1665
1667
  # revision_id: "Id", # required
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core