aws-sdk-opsworkscm 1.58.0 → 1.59.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: 27ff18e3378d1447e64b05c7dedabec71e1f32dafa9cd3ad6214782b2eaab536
4
- data.tar.gz: f601a881739799fd58ec115232b7c0ab4be81df1788b8f1924065e30bdd62535
3
+ metadata.gz: 8923786be5fa9d7007632d1319b8265cc045f4962ec22db72e538df64b6b770d
4
+ data.tar.gz: d39b5a34a710de96cf982cc5b9ec05c2bfb2ab57148e9f181474763172c2b391
5
5
  SHA512:
6
- metadata.gz: 9c36f279060f020b1d1c4e4305d6091f8c79337e515ce846622b859acc68c562f59dbb1aff12f213a19caede9613d5b283847c8871124ba3e40313b6edb2b50f
7
- data.tar.gz: 5aa919c229cede69bbba0f259635e3fa9cc70a7532b955422c37f77918454a20b32b780567ae743fac1637e998ed0fe88e02ad345aa05bc374abd0fba3631051
6
+ metadata.gz: '09aefb49c6fbedff37dbdb062e527905666afa61b4ce5abecc72bf2a9b026009a0ecfaedb5d4a82e658607a6c92050763791bd145ad14fe1f97e96b01485c09e'
7
+ data.tar.gz: 50ce692f85066ff71e53adf36dda8a2c1be99c3a0ac463b85227d513cdba3ce820622cd9d4193373e648e2078b25d9e2b87bdc9aba5849c04706e23afc26c8a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.58.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -216,6 +216,10 @@ module Aws::OpsWorksCM
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1874,7 +1878,7 @@ module Aws::OpsWorksCM
1874
1878
  params: params,
1875
1879
  config: config)
1876
1880
  context[:gem_name] = 'aws-sdk-opsworkscm'
1877
- context[:gem_version] = '1.58.0'
1881
+ context[:gem_version] = '1.59.0'
1878
1882
  Seahorse::Client::Request.new(handlers, context)
1879
1883
  end
1880
1884
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
53
53
  # @!group service
54
54
  module Aws::OpsWorksCM
55
55
 
56
- GEM_VERSION = '1.58.0'
56
+ GEM_VERSION = '1.59.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core