aws-sdk-opsworks 1.36.0 → 1.37.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: a3dcd3ff041856d6b55da61091cc71578ecf0454694528c1cb92567248dd1969
4
- data.tar.gz: 8714f7fb6695638ac59a63cb638833f5e84beb58b649d4c62a27b43795793da5
3
+ metadata.gz: fe18246e2c091095a23b27dadb64d95ed7a77a47203e605cac593cb5c2547912
4
+ data.tar.gz: 7668499d0ff519c611c915caafc766c33b2d4bd4bcec7db16e52b2a27ce76e29
5
5
  SHA512:
6
- metadata.gz: 567869e130785d82ee1642ee77463fcb593abbdd1b0cb12a2b6bc39ea186156ad5e7d68f9765bb3d51f4a147b4e55dc19be270b26d19bbc1703404de39f4227a
7
- data.tar.gz: f11802a6191a0be83f8ec742ed8f643b8bd9048e0ac7153fc3942b5ecf6064c58a5b860506187f4b1a26d803fedba8000595a93dd9dc7d8b11f3cc153ae3aa30
6
+ metadata.gz: 9991b5f2e482f63903fc8f75ca8803fb3c4d0422b59a11c4ff72d1b69ea51d18490e83c7111f08da8711d189d9c59e607df873bcf965d1e7fc31edf783059976
7
+ data.tar.gz: 84383c2f90287473bd31acb95409a79e45dc420cb24703d832be5c903ecdd417b15c2175a1fc5e7869c16d42907c79d4ce8bae9868891c5e390d465fc5319d32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -285,6 +285,15 @@ module Aws::OpsWorks
285
285
  # ** Please note ** When response stubbing is enabled, no HTTP
286
286
  # requests are made, and retries are disabled.
287
287
  #
288
+ # @option options [Boolean] :use_dualstack_endpoint
289
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
290
+ # will be used if available.
291
+ #
292
+ # @option options [Boolean] :use_fips_endpoint
293
+ # When set to `true`, fips compatible endpoints will be used if available.
294
+ # When a `fips` region is used, the region is normalized and this config
295
+ # is set to `true`.
296
+ #
288
297
  # @option options [Boolean] :validate_params (true)
289
298
  # When `true`, request parameters are validated before
290
299
  # sending the request.
@@ -5649,7 +5658,7 @@ module Aws::OpsWorks
5649
5658
  params: params,
5650
5659
  config: config)
5651
5660
  context[:gem_name] = 'aws-sdk-opsworks'
5652
- context[:gem_version] = '1.36.0'
5661
+ context[:gem_version] = '1.37.0'
5653
5662
  Seahorse::Client::Request.new(handlers, context)
5654
5663
  end
5655
5664
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opsworks/customizations'
52
52
  # @!group service
53
53
  module Aws::OpsWorks
54
54
 
55
- GEM_VERSION = '1.36.0'
55
+ GEM_VERSION = '1.37.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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