aws-sdk-route53recoverycontrolconfig 1.1.0 → 1.5.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: 1d2d1255d7aac7baa203922d09e29637268e2ff148d9e787f1c0daf698aa121e
4
- data.tar.gz: 4a558dccd237a56e9154fc8e25b69325c0d0bccebba8e39ac77ace267c7a0f2f
3
+ metadata.gz: 31ba4c344ff4dc326d8b1d8a1b53db40f9b06902c6e8e2544a5e10ae98d0879b
4
+ data.tar.gz: 169a740b71fcc38b08af6a94b9d97d83a8b920fdb2916395e18862f60473f32f
5
5
  SHA512:
6
- metadata.gz: e95123d1dd75869faa66bbc01a2ac9b020f8e42067528993af12893bcf34f48b10bfa6d4926acba50ffac6f632dfe9984f1c543cb2ee1e5c9e3c6627ba271e42
7
- data.tar.gz: 209ebfffeb064c4a14b5d9ab633d88985d96dd3319e4f046b950b39f1beb1376bacfe475d022d17b343008b2f5254ddf710b631f7480070a726435be8553027c
6
+ metadata.gz: 4ff86afa6e8e90004f415c534a726b2b392c260ed7c41825c50bed36622d9cfd96683c8b1e5bef1b26fcab71aa1b7ee6416512696c9e844d9190f435676cbc18
7
+ data.tar.gz: 1c770bc4944b661e8930290eca1aef849d9dbd74e601b9f2ecf815f04d1ea3347398d2bfcef08652543c3f4fc4e9db06cd0413798965d384ee7355b9f6cfced1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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
+
9
+ 1.4.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.3.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.2.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.1.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.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.1.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.1.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.1.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-07-28 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.118.0
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.118.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="