aws-sdk-storagegateway 1.96.0 → 1.98.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: 62c2a048983a081467cb3dc09524dc8906b83a627dd3ee1c13e003b2903ee129
4
+ data.tar.gz: 49428e5c7a9b5b2529c966bd2450503744eed8609a9e27933fb172baf9b14e90
5
5
  SHA512:
6
- metadata.gz: 63492e432efe471ea262cd6929ea0b500b7e954fe860d528c3c2d1e61833d3e0b18c3adecc69c2fb97551485319420df092e6b1bd49f0e5366a5a8dfc894ced6
7
- data.tar.gz: 1b8076c8206e5bed92df8660bc9e86f47c9553783a36788cbd0b0fe8bf0d28fa492838480fbbc49e12f93a67af026e0c364f9edd3c95fbe53b714993e6340852
6
+ metadata.gz: 025b23b13e0cd7351b68144e4c73fdedaa0b3b72ced4cf7031fdbb4456bb8c34318fd5e88205edaddba110b34e555f34925d9f0d8b80ec2697fb498da2a3bb22
7
+ data.tar.gz: 649ea1e7c55b8299ed35371513b716fa61da06766f9f70783c2649e6b3a319a108c77e0302ea1a8893900c59b60d35d5edc804658871055415aa361957bfed99
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.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.97.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.96.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.98.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:storagegateway)
40
-
41
39
  module Aws::StorageGateway
42
40
  # An API client for StorageGateway. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -7559,7 +7557,7 @@ module Aws::StorageGateway
7559
7557
  tracer: tracer
7560
7558
  )
7561
7559
  context[:gem_name] = 'aws-sdk-storagegateway'
7562
- context[:gem_version] = '1.96.0'
7560
+ context[:gem_version] = '1.98.0'
7563
7561
  Seahorse::Client::Request.new(handlers, context)
7564
7562
  end
7565
7563
 
@@ -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,16 +11,7 @@
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'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:storagegateway)
24
15
 
25
16
  # This module provides support for AWS Storage Gateway. This module is available in the
26
17
  # `aws-sdk-storagegateway` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-storagegateway/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::StorageGateway
45
+ autoload :Types, 'aws-sdk-storagegateway/types'
46
+ autoload :ClientApi, 'aws-sdk-storagegateway/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-storagegateway/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-storagegateway/client'
51
+ autoload :Errors, 'aws-sdk-storagegateway/errors'
52
+ autoload :Resource, 'aws-sdk-storagegateway/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-storagegateway/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-storagegateway/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-storagegateway/endpoints'
54
56
 
55
- GEM_VERSION = '1.96.0'
57
+ GEM_VERSION = '1.98.0'
56
58
 
57
59
  end
60
+
61
+ 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.98.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