aws-sdk-s3control 1.92.0 → 1.94.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: 683124ecbe9eddabefe7fb8be2ed625fd45cfc794831660ca61b8f51b9f7fdb3
4
- data.tar.gz: 621e7d33640d2abe0fa0e5b0dbedd0566516efd54a17138158c927472bcbd008
3
+ metadata.gz: f6d0e6953c90d6d5c30604168a7b95849dc82c8c591be236d85e7d9eda7e58cf
4
+ data.tar.gz: '09170e8a5f448eae9281c68de2753991ddef0c92beea1f2c64d9c89a43ad30fb'
5
5
  SHA512:
6
- metadata.gz: 223745add546c73a8c5c72d26a005e3077d45b59e3b6603121923c36037f69dce3dc1291924b224923c4ef0c2cf97a631ae303352f730ebcb37fd5b41a67b13e
7
- data.tar.gz: 6679a1b0971583e3c60091870744bf3c0e12fe12362e85fa2c2a1906786615fc11415066103abed4396d59544352cba15e2546a9b937d023c437ec2460b62485
6
+ metadata.gz: 528c92b70a23b267d80018a2318068ec521b429f23d3ee6c65f00d7e0585b82d7cf3f072ace45772cf0c77454aaeee6390042f9fd7c8388d61210c1f3083a23e
7
+ data.tar.gz: 07a54c1490b4fd0b4ecdc31dcf6d114e7ae00048dfae1b5ecc5dad7d99e86e02c86e1d5d74b2c5175b179acc31703e6360b27a99382977881426d9dd1c6653e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.93.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.92.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.94.0
@@ -39,8 +39,6 @@ require 'aws-sdk-s3control/plugins/arn.rb'
39
39
  require 'aws-sdk-s3control/plugins/dualstack.rb'
40
40
  require 'aws-sdk-s3control/plugins/s3_host_id.rb'
41
41
 
42
- Aws::Plugins::GlobalConfiguration.add_identifier(:s3control)
43
-
44
42
  module Aws::S3Control
45
43
  # An API client for S3Control. To construct a client, you need to configure a `:region` and `:credentials`.
46
44
  #
@@ -7725,7 +7723,7 @@ module Aws::S3Control
7725
7723
  tracer: tracer
7726
7724
  )
7727
7725
  context[:gem_name] = 'aws-sdk-s3control'
7728
- context[:gem_version] = '1.92.0'
7726
+ context[:gem_version] = '1.94.0'
7729
7727
  Seahorse::Client::Request.new(handlers, context)
7730
7728
  end
7731
7729
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::S3Control
11
12
  # @api private
12
13
  module ClientApi
@@ -8483,3 +8483,4 @@ module Aws::S3Control
8483
8483
 
8484
8484
  end
8485
8485
  end
8486
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-s3control/types'
15
- require_relative 'aws-sdk-s3control/client_api'
16
- require_relative 'aws-sdk-s3control/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-s3control/client'
18
- require_relative 'aws-sdk-s3control/errors'
19
- require_relative 'aws-sdk-s3control/resource'
20
- require_relative 'aws-sdk-s3control/endpoint_parameters'
21
- require_relative 'aws-sdk-s3control/endpoint_provider'
22
- require_relative 'aws-sdk-s3control/endpoints'
23
- require_relative 'aws-sdk-s3control/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:s3control)
24
15
 
25
16
  # This module provides support for AWS S3 Control. This module is available in the
26
17
  # `aws-sdk-s3control` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-s3control/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::S3Control
45
+ autoload :Types, 'aws-sdk-s3control/types'
46
+ autoload :ClientApi, 'aws-sdk-s3control/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-s3control/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-s3control/client'
51
+ autoload :Errors, 'aws-sdk-s3control/errors'
52
+ autoload :Resource, 'aws-sdk-s3control/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-s3control/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-s3control/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-s3control/endpoints'
54
56
 
55
- GEM_VERSION = '1.92.0'
57
+ GEM_VERSION = '1.94.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-s3control/customizations'
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.92.0
4
+ version: 1.94.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-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core