aws-sdk-s3control 1.79.0 → 1.80.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: 8c0c4cd48f8a73e057561d38723beeb81e57b2b9c9954e1743f679b4da0e3de9
4
- data.tar.gz: 224636eb39a4a88f01f4f152706855ac240d9da73da226ab8026aa9b1d06e650
3
+ metadata.gz: 5717d4fc777001fd7c4c949b44ed18ac6560dff92df1b15dabad720dd764c40a
4
+ data.tar.gz: 4604be9dbf1e08212023a59fe3db8afc4b08daaa11c6c3ad068ec5ff37513ae8
5
5
  SHA512:
6
- metadata.gz: bedba3c492cf960213df0b698eedb3f15d102ba9232de89a8d54ec4657137c18890fbf6df29a3c063623a754e8a47f6f92ccb95b9bcf929e6420a34143b568c3
7
- data.tar.gz: 89077ea6e635d0bed4164785f7154731acb61eaa739727b7631ab83355ba937652f3ce4bb9ed183c604efea68241ab116593ffefc362143ac4b5a18d004662a2
6
+ metadata.gz: b92f6fbf0bdba5d2913ae3f9a84c17ce260657aeeedc0d29ef08ff86c4da984f0beda83db1b9ea4629ae7bb6b44dc6083bee3073cd6be01c856ac54d41fa9b63
7
+ data.tar.gz: 50099d64b7f477e90389b87ac8ad3cfa5ea8336686efb3258fb69d61a45173a305c9c1d76b212b627dc4276694b2aeff9eec870cecee356524d30ca60b3a5427
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2024-04-16)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.79.0 (2024-04-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -7574,7 +7574,7 @@ module Aws::S3Control
7574
7574
  params: params,
7575
7575
  config: config)
7576
7576
  context[:gem_name] = 'aws-sdk-s3control'
7577
- context[:gem_version] = '1.79.0'
7577
+ context[:gem_version] = '1.80.0'
7578
7578
  Seahorse::Client::Request.new(handlers, context)
7579
7579
  end
7580
7580
 
@@ -453,11 +453,11 @@ module Aws::S3Control
453
453
  S3Tag = Shapes::StructureShape.new(name: 'S3Tag')
454
454
  S3TagSet = Shapes::ListShape.new(name: 'S3TagSet')
455
455
  S3UserMetadata = Shapes::MapShape.new(name: 'S3UserMetadata')
456
- SSEKMS = Shapes::StructureShape.new(name: 'SSEKMS')
457
- SSEKMSEncryption = Shapes::StructureShape.new(name: 'SSEKMSEncryption')
456
+ SSEKMS = Shapes::StructureShape.new(name: 'SSEKMS', locationName: "SSE-KMS")
457
+ SSEKMSEncryption = Shapes::StructureShape.new(name: 'SSEKMSEncryption', locationName: "SSE-KMS")
458
458
  SSEKMSKeyId = Shapes::StringShape.new(name: 'SSEKMSKeyId')
459
- SSES3 = Shapes::StructureShape.new(name: 'SSES3')
460
- SSES3Encryption = Shapes::StructureShape.new(name: 'SSES3Encryption')
459
+ SSES3 = Shapes::StructureShape.new(name: 'SSES3', locationName: "SSE-S3")
460
+ SSES3Encryption = Shapes::StructureShape.new(name: 'SSES3Encryption', locationName: "SSE-S3")
461
461
  SecretAccessKey = Shapes::StringShape.new(name: 'SecretAccessKey')
462
462
  SelectionCriteria = Shapes::StructureShape.new(name: 'SelectionCriteria')
463
463
  SessionToken = Shapes::StringShape.new(name: 'SessionToken')
@@ -51,6 +51,6 @@ require_relative 'aws-sdk-s3control/customizations'
51
51
  # @!group service
52
52
  module Aws::S3Control
53
53
 
54
- GEM_VERSION = '1.79.0'
54
+ GEM_VERSION = '1.80.0'
55
55
 
56
56
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.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: 2024-04-11 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core