aws-sdk-storagegateway 1.96.0 → 1.97.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: da05658c807c21a5338a03366e8373676572d564ebcffe79c699fb9a7209a832
4
- data.tar.gz: 656a653ab28903112ca35a4bd61a381724f31648e71adfb5816cdf2e0fb96ae5
3
+ metadata.gz: 18b22c6dafc4ebf4057887aee9bef19eae74d10f3070ec37244063b26c26ff61
4
+ data.tar.gz: afff97e691ceb904de21b7568c26037d08e305493f5f7d278b335b02d6322409
5
5
  SHA512:
6
- metadata.gz: 63492e432efe471ea262cd6929ea0b500b7e954fe860d528c3c2d1e61833d3e0b18c3adecc69c2fb97551485319420df092e6b1bd49f0e5366a5a8dfc894ced6
7
- data.tar.gz: 1b8076c8206e5bed92df8660bc9e86f47c9553783a36788cbd0b0fe8bf0d28fa492838480fbbc49e12f93a67af026e0c364f9edd3c95fbe53b714993e6340852
6
+ metadata.gz: ce2dd40b5dd7dc2e7039b1559a8a9542df4a9eeb32911ea8387e958182338cd4ebc82c43050a70108f35dce21480d7c9e566ccefbaf9f9bd282ba204c81e34eb
7
+ data.tar.gz: '05823453b73abcf503cdcd63f6c8f6b653d305c022d49e1ffc314b0fc79ca91728477307ea94a77a8dee2a78253f4585c84f34f2b6f58032a33f5eb7b073ce20'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.96.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -7559,7 +7559,7 @@ module Aws::StorageGateway
7559
7559
  tracer: tracer
7560
7560
  )
7561
7561
  context[:gem_name] = 'aws-sdk-storagegateway'
7562
- context[:gem_version] = '1.96.0'
7562
+ context[:gem_version] = '1.97.0'
7563
7563
  Seahorse::Client::Request.new(handlers, context)
7564
7564
  end
7565
7565
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::StorageGateway
11
12
  # @api private
12
13
  module ClientApi
@@ -7821,3 +7821,4 @@ module Aws::StorageGateway
7821
7821
 
7822
7822
  end
7823
7823
  end
7824
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-storagegateway/types'
15
- require_relative 'aws-sdk-storagegateway/client_api'
16
- require_relative 'aws-sdk-storagegateway/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-storagegateway/client'
18
- require_relative 'aws-sdk-storagegateway/errors'
19
- require_relative 'aws-sdk-storagegateway/resource'
20
- require_relative 'aws-sdk-storagegateway/endpoint_parameters'
21
- require_relative 'aws-sdk-storagegateway/endpoint_provider'
22
- require_relative 'aws-sdk-storagegateway/endpoints'
23
- require_relative 'aws-sdk-storagegateway/customizations'
24
-
25
14
  # This module provides support for AWS Storage Gateway. This module is available in the
26
15
  # `aws-sdk-storagegateway` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-storagegateway/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::StorageGateway
43
+ autoload :Types, 'aws-sdk-storagegateway/types'
44
+ autoload :ClientApi, 'aws-sdk-storagegateway/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-storagegateway/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-storagegateway/client'
49
+ autoload :Errors, 'aws-sdk-storagegateway/errors'
50
+ autoload :Resource, 'aws-sdk-storagegateway/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-storagegateway/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-storagegateway/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-storagegateway/endpoints'
54
54
 
55
- GEM_VERSION = '1.96.0'
55
+ GEM_VERSION = '1.97.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-storagegateway/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.97.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core