aws-sdk-route53recoverycontrolconfig 1.25.0 → 1.26.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: 63f0ba20b05d8c688bf43665aeb44a487a7ec1dd4266aa037e13b35e12431397
4
- data.tar.gz: eec8fba2d344086ebdc72c2040ef8eea34c883d72c3ca0a1dffb287eae140306
3
+ metadata.gz: a0444d01c74d143412af952e23c1f965fc7f11544146e0d1a5b5564c3dff648d
4
+ data.tar.gz: 9d457d9c810a10a1efd8b3cee364051ed721fa5913dcff98857911cf81174454
5
5
  SHA512:
6
- metadata.gz: 2370757e6471d02b129ee3accb036f53ca25d20cbac5862d3a264ae245ea69f57bdc8acbf4a80c4f555778ecefa520e1246b294ea668c61451f563a0eeac35b8
7
- data.tar.gz: afe6b85ec298a85617e94ca83514cd66f04cd3473ab333f08f88b879294ccf38d1327d2def1e8c1ed756f2f62ae35c5edbaf0af89134e00bbd01db95f53d6df0
6
+ metadata.gz: 4eea072b110ab0a2e1808523beb54a535dae415138e80afd5ef703b230b0e6c123c2f1632800672952216f22cefffb2132a31e983ac091d4b76703cec1fa0ada
7
+ data.tar.gz: '018a1443677d7f704d61ab3190fd32803158a12d3d0a42fd6b669f48a607be12712129e3f3832f3ff0034285c0ae4081a15f7c226d8d7c60df2994f79d655abc'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.25.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -301,8 +301,9 @@ module Aws::Route53RecoveryControlConfig
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1453,7 +1454,7 @@ module Aws::Route53RecoveryControlConfig
1453
1454
  params: params,
1454
1455
  config: config)
1455
1456
  context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
1456
- context[:gem_version] = '1.25.0'
1457
+ context[:gem_version] = '1.26.0'
1457
1458
  Seahorse::Client::Request.new(handlers, context)
1458
1459
  end
1459
1460
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
53
53
  # @!group service
54
54
  module Aws::Route53RecoveryControlConfig
55
55
 
56
- GEM_VERSION = '1.25.0'
56
+ GEM_VERSION = '1.26.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoverycontrolconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core