aws-sdk-s3control 1.83.0 → 1.84.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: f17aca543dd553ecb6f276bde80f18bd18e788dee2977cf97583d0a45f91a33e
4
- data.tar.gz: 559efad4926437f1539730e24851c5c659e1a665fd7f40c9dc452c6505481c09
3
+ metadata.gz: 4246f229c0afa86e4652fcb274adcee9a9f8beacce82df6e6c182137dc864ce2
4
+ data.tar.gz: fdcc01707e05b9c506641b3c923fd983511532aaf665d8d95304fecb8b19e51d
5
5
  SHA512:
6
- metadata.gz: 42f9bd22a945eee0c7a99ed2fd62d865841e21bc138fe8391ba1a8034b9d7f8d6e18861f98cf2de86eeab68c37f75609640eb2906c50db225ac768a8c9a50f38
7
- data.tar.gz: 1f4946b2bf27431c22081854a6b2fec5c6e61bbbe38f99ef8ff6087498b6a57adf7002e44bc923434dc894a28a6d315b387c90a8cb99a3cc84b95604f3171b77
6
+ metadata.gz: 60b52b4d531ad7a6590bcf70471328b44c038f103a7dc14664b44c0266e2769d32a8c92e0c51020cc76e889a0f54466122026582da79f504154d13164975ca23
7
+ data.tar.gz: 0cd67b2ce3ab6dd8522f16a450e67269e8c790f5a113b31977bf8fe3840158d0afa940e65c6c6c67230792846bc0e6b035b4ca504364e9d117c0da676678aa08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -95,6 +95,11 @@ module Aws::S3Control
95
95
 
96
96
  # @overload initialize(options)
97
97
  # @param [Hash] options
98
+ #
99
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
100
+ # A list of plugins to apply to the client. Each plugin is either a
101
+ # class name or an instance of a plugin class.
102
+ #
98
103
  # @option options [required, Aws::CredentialProvider] :credentials
99
104
  # Your AWS credentials. This can be an instance of any one of the
100
105
  # following classes:
@@ -215,7 +220,6 @@ module Aws::S3Control
215
220
  # 'https://example.com'
216
221
  # 'http://example.com:123'
217
222
  #
218
- #
219
223
  # @option options [Integer] :endpoint_cache_max_entries (1000)
220
224
  # Used for the maximum size limit of the LRU cache storing endpoints data
221
225
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -304,7 +308,6 @@ module Aws::S3Control
304
308
  # throttling. This is a provisional mode that may change behavior
305
309
  # in the future.
306
310
  #
307
- #
308
311
  # @option options [Boolean] :s3_use_arn_region (true)
309
312
  # For S3 and S3 Outposts ARNs passed into the `:bucket` or `:name`
310
313
  # parameter, this option will use the region in the ARN, allowing
@@ -7599,7 +7602,7 @@ module Aws::S3Control
7599
7602
  params: params,
7600
7603
  config: config)
7601
7604
  context[:gem_name] = 'aws-sdk-s3control'
7602
- context[:gem_version] = '1.83.0'
7605
+ context[:gem_version] = '1.84.0'
7603
7606
  Seahorse::Client::Request.new(handlers, context)
7604
7607
  end
7605
7608
 
@@ -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.83.0'
54
+ GEM_VERSION = '1.84.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.83.0
4
+ version: 1.84.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.198.0
33
33
  description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
34
34
  SDK for Ruby.
35
35
  email: