aws-sdk-appfabric 1.19.0 → 1.20.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appfabric/client.rb +1 -3
- data/lib/aws-sdk-appfabric.rb +3 -1
- 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: cf2975478e3d8bea85a35a9ed9c8d2aed51427dbc83cb184bce87a977a5b73bb
|
|
4
|
+
data.tar.gz: 88fe4f03255a8e7b827c5ba7c940ade342d0201c097494500181829c3506481e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3170e8b03012c22aa4391e4c9a15c62d2f450ae9fcc947dc5cd4ef3b8a3d9dd4539ee965bde4b1b77dc268ceafbe4a2467f9c30c9f023299ced9c83f7b39d26e
|
|
7
|
+
data.tar.gz: 0606b1388c984d07a6bc760ad3bd251a523ca023b06323eaa54a2fb3d2529534db0c18cc658c7d4ef11420f675d93bbea61464e28970efa613746844543e41ac
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.20.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/rest_json.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:appfabric)
|
|
40
|
-
|
|
41
39
|
module Aws::AppFabric
|
|
42
40
|
# An API client for AppFabric. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -1809,7 +1807,7 @@ module Aws::AppFabric
|
|
|
1809
1807
|
tracer: tracer
|
|
1810
1808
|
)
|
|
1811
1809
|
context[:gem_name] = 'aws-sdk-appfabric'
|
|
1812
|
-
context[:gem_version] = '1.
|
|
1810
|
+
context[:gem_version] = '1.20.0'
|
|
1813
1811
|
Seahorse::Client::Request.new(handlers, context)
|
|
1814
1812
|
end
|
|
1815
1813
|
|
data/lib/aws-sdk-appfabric.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:appfabric)
|
|
15
|
+
|
|
14
16
|
# This module provides support for AppFabric. This module is available in the
|
|
15
17
|
# `aws-sdk-appfabric` gem.
|
|
16
18
|
#
|
|
@@ -53,7 +55,7 @@ module Aws::AppFabric
|
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-appfabric/endpoint_provider'
|
|
54
56
|
autoload :Endpoints, 'aws-sdk-appfabric/endpoints'
|
|
55
57
|
|
|
56
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.20.0'
|
|
57
59
|
|
|
58
60
|
end
|
|
59
61
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appfabric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.20.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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|