aws-sdk-amplify 1.72.0 → 1.73.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85afa34fc55245277ffcf294a407510a7d03601e98e1b9d02c4d3d7996a54021
4
- data.tar.gz: 5922dbc0fc647b8cb45b9f2617676c527ef2db9cbc7c29402abe53d6993aabfb
3
+ metadata.gz: 0f3c63fc9ce6f56cf29dc1871dd17f6e55f15bd7395f256b4d4fe66e52c7f2e0
4
+ data.tar.gz: 8941e96d5bfb768b22be6e74f37120b22601ff4de8c53ae0d2eb437c097ca558
5
5
  SHA512:
6
- metadata.gz: 2752ba79e9f6ebd3ef3e00399d8b3f5803e61469ff4f2058513d3781bf173d6b761f7b43a438e718ea0ef0b6a9e447b9ea77ad297cbff22f52e6a26328b512e4
7
- data.tar.gz: f8028da7ec8192253b0e7406cccf334672421e3ba0ad00acb0692cb1f1239a9facb3a64d385b7e82489b5c742e5a284f5648334e576febc78331a6b4607526f8
6
+ metadata.gz: 8ba5bd0c8a6a14ab9e3d3e3181b912fc446aaa8c35a6e2646196584e448e9cb1abf00be149c0b8575c7ad2038ee3896bc63ad199b97e3886a362a42510f4b3f5
7
+ data.tar.gz: 9adfa1e2e718d438d11e630f4923a6efcb595c57f50ee700de4c9eeb38f8e55bc02da579769299893dff20b80dbbe4d7564bc28eca9b40ec339b059e9b8b6d3a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.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.72.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.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(:amplify)
40
-
41
39
  module Aws::Amplify
42
40
  # An API client for Amplify. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2956,7 +2954,7 @@ module Aws::Amplify
2956
2954
  tracer: tracer
2957
2955
  )
2958
2956
  context[:gem_name] = 'aws-sdk-amplify'
2959
- context[:gem_version] = '1.72.0'
2957
+ context[:gem_version] = '1.73.0'
2960
2958
  Seahorse::Client::Request.new(handlers, context)
2961
2959
  end
2962
2960
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:amplify)
15
+
14
16
  # This module provides support for AWS Amplify. This module is available in the
15
17
  # `aws-sdk-amplify` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Amplify
52
54
  autoload :EndpointProvider, 'aws-sdk-amplify/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-amplify/endpoints'
54
56
 
55
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.73.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-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.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