aws-sdk-appconfigdata 1.30.0 → 1.31.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: 28e1f048633b91d1045250b94dfe6f6edc08bacf2315203475e8080ef2b819ad
4
- data.tar.gz: ef97d1e47001c644ee620d06172a9d6ac2e87bd49a18516b055e3e1da5d61757
3
+ metadata.gz: 51410820185d65ac2f2f6b9702ac2a7c0977082b9744a49cdfd3543261fdd2b5
4
+ data.tar.gz: a45c414fe8d9be498dcb42001a01d5533f033708dad50ae793d0780f7a6e4123
5
5
  SHA512:
6
- metadata.gz: 2a0a59f43113a9e670a1231766b276651a423e583c4e7fee9d698fefbcf9c94458c8cc827da8a900ae2799c48a396a6514dff5d387a4623a215f1771562e3837
7
- data.tar.gz: a20b858caea6ccb52d7237879d0a128c4e65dbf75f0d367a3a046f49aa87c73a70e2f104e3744191359cf3dde3723a13c668049172939477987424846de8d313
6
+ metadata.gz: 260c40d77eaa74b204604d09b129b3e69b37b580442b32f3316f8ec89eaf6e3a9b5e1d0259b695d6ff4a5afbf6a3e077069d9d9e36421ae74dc2342611673206
7
+ data.tar.gz: a607734df768a6f7f3165bdd5dd72166ae1df3ff03dd56120cafb7a18ca2f7f2b4bc767ff6d461530f7c2ffac9fceae9482856dc44ecb8be941db6924642dd8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.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(:appconfigdata)
40
-
41
39
  module Aws::AppConfigData
42
40
  # An API client for AppConfigData. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -584,7 +582,7 @@ module Aws::AppConfigData
584
582
  tracer: tracer
585
583
  )
586
584
  context[:gem_name] = 'aws-sdk-appconfigdata'
587
- context[:gem_version] = '1.30.0'
585
+ context[:gem_version] = '1.31.0'
588
586
  Seahorse::Client::Request.new(handlers, context)
589
587
  end
590
588
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:appconfigdata)
15
+
14
16
  # This module provides support for AWS AppConfig Data. This module is available in the
15
17
  # `aws-sdk-appconfigdata` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::AppConfigData
52
54
  autoload :EndpointProvider, 'aws-sdk-appconfigdata/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-appconfigdata/endpoints'
54
56
 
55
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.31.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-appconfigdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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