aws-sdk-route53recoverycontrolconfig 1.4.0 → 1.5.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: f893b06525348fbe0ea30b76dfd35edcdbff3cc4592e026c3c917295081743dd
4
- data.tar.gz: 266597e12830fad0e615c3bc350c56f02c581b3ca5826777ee00c20804d393bf
3
+ metadata.gz: 31ba4c344ff4dc326d8b1d8a1b53db40f9b06902c6e8e2544a5e10ae98d0879b
4
+ data.tar.gz: 169a740b71fcc38b08af6a94b9d97d83a8b920fdb2916395e18862f60473f32f
5
5
  SHA512:
6
- metadata.gz: 56e3b181f72add461d0c93113aa05e34457eaaba03d70898d6b36584366f54670b58b1d96f28eb95fa655567bc313acd44cfe9efa4951dacb93be4329ae5ce20
7
- data.tar.gz: f481bb8947046a74a06a52d6579d721e8d2aa9143b50c88fec0826a19163fb597d9752b1da802a4addc43913fbbb0fdaf5d9bc251303518d7bccda2f88836b77
6
+ metadata.gz: 4ff86afa6e8e90004f415c534a726b2b392c260ed7c41825c50bed36622d9cfd96683c8b1e5bef1b26fcab71aa1b7ee6416512696c9e844d9190f435676cbc18
7
+ data.tar.gz: 1c770bc4944b661e8930290eca1aef849d9dbd74e601b9f2ecf815f04d1ea3347398d2bfcef08652543c3f4fc4e9db06cd0413798965d384ee7355b9f6cfced1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.4.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -275,6 +275,15 @@ module Aws::Route53RecoveryControlConfig
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -1215,7 +1224,7 @@ module Aws::Route53RecoveryControlConfig
1215
1224
  params: params,
1216
1225
  config: config)
1217
1226
  context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
1218
- context[:gem_version] = '1.4.0'
1227
+ context[:gem_version] = '1.5.0'
1219
1228
  Seahorse::Client::Request.new(handlers, context)
1220
1229
  end
1221
1230
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
49
49
  # @!group service
50
50
  module Aws::Route53RecoveryControlConfig
51
51
 
52
- GEM_VERSION = '1.4.0'
52
+ GEM_VERSION = '1.5.0'
53
53
 
54
54
  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.4.0
4
+ version: 1.5.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.121.2
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.121.2
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement