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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +1 -1
- data/lib/aws-sdk-storagegateway/client_api.rb +1 -0
- data/lib/aws-sdk-storagegateway/types.rb +1 -0
- data/lib/aws-sdk-storagegateway.rb +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18b22c6dafc4ebf4057887aee9bef19eae74d10f3070ec37244063b26c26ff61
|
4
|
+
data.tar.gz: afff97e691ceb904de21b7568c26037d08e305493f5f7d278b335b02d6322409
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce2dd40b5dd7dc2e7039b1559a8a9542df4a9eeb32911ea8387e958182338cd4ebc82c43050a70108f35dce21480d7c9e566ccefbaf9f9bd282ba204c81e34eb
|
7
|
+
data.tar.gz: '05823453b73abcf503cdcd63f6c8f6b653d305c022d49e1ffc314b0fc79ca91728477307ea94a77a8dee2a78253f4585c84f34f2b6f58032a33f5eb7b073ce20'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
7562
|
+
context[:gem_version] = '1.97.0'
|
7563
7563
|
Seahorse::Client::Request.new(handlers, context)
|
7564
7564
|
end
|
7565
7565
|
|
@@ -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.
|
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.
|
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-
|
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
|