aws-sdk-cloudwatchrum 1.13.0 → 1.14.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: e8846847604d2a998812310e39b0f20d4fa2d5e494afa94893f12959f42fc287
4
- data.tar.gz: 53f33aee65eafb29bb7f26146b35398322257e9af9af5925afb697df4ec261d5
3
+ metadata.gz: 10cef866d1eae582db35b37c6107d06b4426a3fb2aa49753ff6d4cd591c8c4b3
4
+ data.tar.gz: 39a07becb865966b1240bd3e75d873b5bc6db49baaaa904f1f126923bb76aea1
5
5
  SHA512:
6
- metadata.gz: e620823b3554ffe1d2b6a50906582696d9dc7231b7f3e6b3ea7f22e8b24a0799035fff9f60bb5416f739df6c2b9a87776208a9ef5f3405aa6fe65d39dba3499e
7
- data.tar.gz: ad99b8af66df0b5cea74a30bbe3368853e97c954a889fc1634472992e746162e50951fc8b59c61d8e54c9a8278e0e9c8cf03b0e98a9784807106f0a8ae552b36
6
+ metadata.gz: 86f0bfcbbb7bb11fbd2ea1ea21f1a652e5b97a3e5833af1e4125ce6ec948736052a2a60164cf506fc1fc3409c2e55979fc9cda8970c754f9225a346975e441e8
7
+ data.tar.gz: 79ae29a0b899ec8cb12ccf2adaef15614b12319cd83b6eca6ffdbcfb07c8bac711e8c8b5238b2f5fa43126c9016ee5b0234a6c8d2fbdd23ae3dcc537825b5fc3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -216,6 +216,10 @@ module Aws::CloudWatchRUM
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
  #
@@ -1450,7 +1454,7 @@ module Aws::CloudWatchRUM
1450
1454
  params: params,
1451
1455
  config: config)
1452
1456
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1453
- context[:gem_version] = '1.13.0'
1457
+ context[:gem_version] = '1.14.0'
1454
1458
  Seahorse::Client::Request.new(handlers, context)
1455
1459
  end
1456
1460
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchrum/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchRUM
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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