aws-sdk-amplifybackend 1.41.0 → 1.42.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: 56890a7e9ab2f0b5ea35589b4df90970616f39dc5c320aaf335ff12b0c920373
4
- data.tar.gz: 92605723da35ba36aecbfd99a2b5fd765dd102afc6c2f4fdc7ec932ca2978fa4
3
+ metadata.gz: 3efe6d1add15d5ca89105d70be64b9868526b78a8cb9511ba310099545fff818
4
+ data.tar.gz: 061e6f16a138af3ed94ee22de7fa9257b7953829b4e79fe8bb06402aeb715bd3
5
5
  SHA512:
6
- metadata.gz: 0f29feb715f964d47bf0a8f7b18129964969699f2591e8ec41cf1444bb9bd79102c57fdc9d66eeb2e37778d553a6b08b3e5ff2c3e31ce86ef194a4d06162d3c8
7
- data.tar.gz: 94da69459f149656630d768fae1fac559549d4c055fbf9736dc11e663d9f56ef578e78a8b8284198187a05c9205f6dbc4e210cde8a51b51bbf17fab59c804661
6
+ metadata.gz: 7f75fc5a87238292469751482297db567657cdbbe1ddeabdd3f18dd3f55f14ce10f49c58e45a67248565f8c737c681b977dee995195db37297f422060da5f458
7
+ data.tar.gz: 6211a586f27a17d95ec263ea0ee10fc2582a8709fa457e792d7d4d12ff1feac5ac6cd2ffbf901489d1661d4ffb8b149782eb954bcf311d83690f837a4cc5e6e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.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(:amplifybackend)
40
-
41
39
  module Aws::AmplifyBackend
42
40
  # An API client for AmplifyBackend. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2147,7 +2145,7 @@ module Aws::AmplifyBackend
2147
2145
  tracer: tracer
2148
2146
  )
2149
2147
  context[:gem_name] = 'aws-sdk-amplifybackend'
2150
- context[:gem_version] = '1.41.0'
2148
+ context[:gem_version] = '1.42.0'
2151
2149
  Seahorse::Client::Request.new(handlers, context)
2152
2150
  end
2153
2151
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:amplifybackend)
15
+
14
16
  # This module provides support for AmplifyBackend. This module is available in the
15
17
  # `aws-sdk-amplifybackend` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::AmplifyBackend
52
54
  autoload :EndpointProvider, 'aws-sdk-amplifybackend/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-amplifybackend/endpoints'
54
56
 
55
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplifybackend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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