aws-sdk-s3control 1.80.0 → 1.82.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: 5717d4fc777001fd7c4c949b44ed18ac6560dff92df1b15dabad720dd764c40a
4
- data.tar.gz: 4604be9dbf1e08212023a59fe3db8afc4b08daaa11c6c3ad068ec5ff37513ae8
3
+ metadata.gz: 3d8419cd8e2a0ff4ee69b8ecd2330011181bc85d53c365eff4db553a7c675995
4
+ data.tar.gz: 316e8612c2415972f99198f02f57196eb79c435b4fb948eff24454678cd1a7a0
5
5
  SHA512:
6
- metadata.gz: b92f6fbf0bdba5d2913ae3f9a84c17ce260657aeeedc0d29ef08ff86c4da984f0beda83db1b9ea4629ae7bb6b44dc6083bee3073cd6be01c856ac54d41fa9b63
7
- data.tar.gz: 50099d64b7f477e90389b87ac8ad3cfa5ea8336686efb3258fb69d61a45173a305c9c1d76b212b627dc4276694b2aeff9eec870cecee356524d30ca60b3a5427
6
+ metadata.gz: b9f1f6750cbcd1c61e0fb05933b092a91b53e2a6c355d5c8458e96b6915eef22dc0ed0be82eeab450d64f6b1f079a8c3f0f9d5e2b7c98758c50b269ad365259b
7
+ data.tar.gz: 284cb71d3aaf347d92e70d0c72d32a7582da3daaf4be06562abf94c0b6e30e6317862c80fbf625d5b6fcea99679f0332ddfe7db4b508a323878f4213bc713b22
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.81.0 (2024-04-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.80.0 (2024-04-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.82.0
@@ -22,6 +22,7 @@ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
22
  require 'aws-sdk-core/plugins/response_paging.rb'
23
23
  require 'aws-sdk-core/plugins/stub_responses.rb'
24
24
  require 'aws-sdk-core/plugins/idempotency_token.rb'
25
+ require 'aws-sdk-core/plugins/invocation_id.rb'
25
26
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
26
27
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
28
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
@@ -75,6 +76,7 @@ module Aws::S3Control
75
76
  add_plugin(Aws::Plugins::ResponsePaging)
76
77
  add_plugin(Aws::Plugins::StubResponses)
77
78
  add_plugin(Aws::Plugins::IdempotencyToken)
79
+ add_plugin(Aws::Plugins::InvocationId)
78
80
  add_plugin(Aws::Plugins::JsonvalueConverter)
79
81
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
80
82
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
@@ -202,10 +204,17 @@ module Aws::S3Control
202
204
  # When set to 'true' the request body will not be compressed
203
205
  # for supported operations.
204
206
  #
205
- # @option options [String] :endpoint
206
- # The client endpoint is normally constructed from the `:region`
207
- # option. You should only configure an `:endpoint` when connecting
208
- # to test or custom endpoints. This should be a valid HTTP(S) URI.
207
+ # @option options [String, URI::HTTPS, URI::HTTP] :endpoint
208
+ # Normally you should not configure the `:endpoint` option
209
+ # directly. This is normally constructed from the `:region`
210
+ # option. Configuring `:endpoint` is normally reserved for
211
+ # connecting to test or custom endpoints. The endpoint should
212
+ # be a URI formatted like:
213
+ #
214
+ # 'http://example.com'
215
+ # 'https://example.com'
216
+ # 'http://example.com:123'
217
+ #
209
218
  #
210
219
  # @option options [Integer] :endpoint_cache_max_entries (1000)
211
220
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -304,8 +313,9 @@ module Aws::S3Control
304
313
  #
305
314
  # @option options [String] :sdk_ua_app_id
306
315
  # A unique and opaque application ID that is appended to the
307
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
308
- # maximum length of 50.
316
+ # User-Agent header as app/sdk_ua_app_id. It should have a
317
+ # maximum length of 50. This variable is sourced from environment
318
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
309
319
  #
310
320
  # @option options [String] :secret_access_key
311
321
  #
@@ -349,50 +359,65 @@ module Aws::S3Control
349
359
  # @option options [Aws::S3Control::EndpointProvider] :endpoint_provider
350
360
  # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::S3Control::EndpointParameters`
351
361
  #
352
- # @option options [URI::HTTP,String] :http_proxy A proxy to send
353
- # requests through. Formatted like 'http://proxy.com:123'.
354
- #
355
- # @option options [Float] :http_open_timeout (15) The number of
356
- # seconds to wait when opening a HTTP session before raising a
357
- # `Timeout::Error`.
358
- #
359
- # @option options [Float] :http_read_timeout (60) The default
360
- # number of seconds to wait for response data. This value can
361
- # safely be set per-request on the session.
362
- #
363
- # @option options [Float] :http_idle_timeout (5) The number of
364
- # seconds a connection is allowed to sit idle before it is
365
- # considered stale. Stale connections are closed and removed
366
- # from the pool before making a request.
367
- #
368
- # @option options [Float] :http_continue_timeout (1) The number of
369
- # seconds to wait for a 100-continue response before sending the
370
- # request body. This option has no effect unless the request has
371
- # "Expect" header set to "100-continue". Defaults to `nil` which
372
- # disables this behaviour. This value can safely be set per
373
- # request on the session.
374
- #
375
- # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
376
- # in seconds.
362
+ # @option options [Float] :http_continue_timeout (1)
363
+ # The number of seconds to wait for a 100-continue response before sending the
364
+ # request body. This option has no effect unless the request has "Expect"
365
+ # header set to "100-continue". Defaults to `nil` which disables this
366
+ # behaviour. This value can safely be set per request on the session.
367
+ #
368
+ # @option options [Float] :http_idle_timeout (5)
369
+ # The number of seconds a connection is allowed to sit idle before it
370
+ # is considered stale. Stale connections are closed and removed from the
371
+ # pool before making a request.
372
+ #
373
+ # @option options [Float] :http_open_timeout (15)
374
+ # The default number of seconds to wait for response data.
375
+ # This value can safely be set per-request on the session.
376
+ #
377
+ # @option options [URI::HTTP,String] :http_proxy
378
+ # A proxy to send requests through. Formatted like 'http://proxy.com:123'.
379
+ #
380
+ # @option options [Float] :http_read_timeout (60)
381
+ # The default number of seconds to wait for response data.
382
+ # This value can safely be set per-request on the session.
383
+ #
384
+ # @option options [Boolean] :http_wire_trace (false)
385
+ # When `true`, HTTP debug output will be sent to the `:logger`.
386
+ #
387
+ # @option options [Proc] :on_chunk_received
388
+ # When a Proc object is provided, it will be used as callback when each chunk
389
+ # of the response body is received. It provides three arguments: the chunk,
390
+ # the number of bytes received, and the total number of
391
+ # bytes in the response (or nil if the server did not send a `content-length`).
392
+ #
393
+ # @option options [Proc] :on_chunk_sent
394
+ # When a Proc object is provided, it will be used as callback when each chunk
395
+ # of the request body is sent. It provides three arguments: the chunk,
396
+ # the number of bytes read from the body, and the total number of
397
+ # bytes in the body.
398
+ #
399
+ # @option options [Boolean] :raise_response_errors (true)
400
+ # When `true`, response errors are raised.
401
+ #
402
+ # @option options [String] :ssl_ca_bundle
403
+ # Full path to the SSL certificate authority bundle file that should be used when
404
+ # verifying peer certificates. If you do not pass `:ssl_ca_bundle` or
405
+ # `:ssl_ca_directory` the the system default will be used if available.
406
+ #
407
+ # @option options [String] :ssl_ca_directory
408
+ # Full path of the directory that contains the unbundled SSL certificate
409
+ # authority files for verifying peer certificates. If you do
410
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the system
411
+ # default will be used if available.
377
412
  #
378
- # @option options [Boolean] :http_wire_trace (false) When `true`,
379
- # HTTP debug output will be sent to the `:logger`.
413
+ # @option options [String] :ssl_ca_store
414
+ # Sets the X509::Store to verify peer certificate.
380
415
  #
381
- # @option options [Boolean] :ssl_verify_peer (true) When `true`,
382
- # SSL peer certificates are verified when establishing a
383
- # connection.
416
+ # @option options [Float] :ssl_timeout
417
+ # Sets the SSL timeout in seconds
384
418
  #
385
- # @option options [String] :ssl_ca_bundle Full path to the SSL
386
- # certificate authority bundle file that should be used when
387
- # verifying peer certificates. If you do not pass
388
- # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
389
- # will be used if available.
390
- #
391
- # @option options [String] :ssl_ca_directory Full path of the
392
- # directory that contains the unbundled SSL certificate
393
- # authority files for verifying peer certificates. If you do
394
- # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
395
- # system default will be used if available.
419
+ # @option options [Boolean] :ssl_verify_peer (true)
420
+ # When `true`, SSL peer certificates are verified when establishing a connection.
396
421
  #
397
422
  def initialize(*args)
398
423
  super
@@ -7574,7 +7599,7 @@ module Aws::S3Control
7574
7599
  params: params,
7575
7600
  config: config)
7576
7601
  context[:gem_name] = 'aws-sdk-s3control'
7577
- context[:gem_version] = '1.80.0'
7602
+ context[:gem_version] = '1.82.0'
7578
7603
  Seahorse::Client::Request.new(handlers, context)
7579
7604
  end
7580
7605
 
@@ -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.80.0'
54
+ GEM_VERSION = '1.82.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.80.0
4
+ version: 1.82.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-16 00:00:00.000000000 Z
11
+ date: 2024-05-13 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.191.0
22
+ version: 3.193.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.191.0
32
+ version: 3.193.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: