aws-sdk-appfabric 1.19.0 → 1.20.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: 21935aad325d4ce14204d2015407b76dcac7541049e1659eeedd81396abf1436
4
- data.tar.gz: b251aad86afe373a0929f3be62296f495b0a2734d85360636f836583260fdea5
3
+ metadata.gz: cf2975478e3d8bea85a35a9ed9c8d2aed51427dbc83cb184bce87a977a5b73bb
4
+ data.tar.gz: 88fe4f03255a8e7b827c5ba7c940ade342d0201c097494500181829c3506481e
5
5
  SHA512:
6
- metadata.gz: 313e2a07fc22495c5948417db8bd8806dfbdac7ee6e5323638ff44ec9810c1258e15b3957e92e16e7a32493cd0ef95addb63aaafb1a6ac78cb7f064f39e48206
7
- data.tar.gz: 61ab17357361cb8f4604592b40ea5428356086f5e4ab858b3ccf9b28bb716dc38ec41185e40dcdb554ddf28ae6dff57da2f98fedeafac808388834480d1241fb
6
+ metadata.gz: 3170e8b03012c22aa4391e4c9a15c62d2f450ae9fcc947dc5cd4ef3b8a3d9dd4539ee965bde4b1b77dc268ceafbe4a2467f9c30c9f023299ced9c83f7b39d26e
7
+ data.tar.gz: 0606b1388c984d07a6bc760ad3bd251a523ca023b06323eaa54a2fb3d2529534db0c18cc658c7d4ef11420f675d93bbea61464e28970efa613746844543e41ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.19.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
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.19.0'
1810
+ context[:gem_version] = '1.20.0'
1813
1811
  Seahorse::Client::Request.new(handlers, context)
1814
1812
  end
1815
1813
 
@@ -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.19.0'
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.19.0
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-23 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