aws-sdk-iottwinmaker 1.15.0 → 1.16.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: 02ee1d7a1b19653566a44a84ddd00120be3f524be746b9b7f0aeedfea9ed95a9
4
- data.tar.gz: 9788e4068a285e5628cef866409a03005695d14745e808499a75959f53b972a9
3
+ metadata.gz: 86412d8ba2e8e1c18f16ff2a3cb16dcba27e2b80c7cdabdd0d3294f0f50553bf
4
+ data.tar.gz: 1b8f7130023ec5e4995a60c853d2a389d9dc64b7c999254d1e2e00e36eac9f3c
5
5
  SHA512:
6
- metadata.gz: f031ab6fd4b7acd270a7dd2a5ad1112201740b34b3819f6d31bd365f4f4cc4e91f60f869ba31f5848392aaf2da09300537f3b71b64de8ee2cb76c2817075472f
7
- data.tar.gz: f3477f31a987c155cbcc13a038472520f2522addfe2fdaf564a3c5725c05e3fc22810847ea43c87d7e141ae4eb30255a623e44ff0db38c6b2fbe428d70f653b2
6
+ metadata.gz: f0095410bf73b26d0816d232ffc4b0908b3241923ca26f8e600a38a0d43dd092449ed463bf975f9919687fbe746671fdfa95140cba886113434a7c2c562b5271
7
+ data.tar.gz: 8dd11b94748f8b3cdacf27ee9b54f98f785f195b48d6cb9517165a32d124a00b869882457d5d547d6575cdd20af329e89ba68a30a22fe3a97f84ade4c2caca01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -216,6 +216,10 @@ module Aws::IoTTwinMaker
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
  #
@@ -2718,7 +2722,7 @@ module Aws::IoTTwinMaker
2718
2722
  params: params,
2719
2723
  config: config)
2720
2724
  context[:gem_name] = 'aws-sdk-iottwinmaker'
2721
- context[:gem_version] = '1.15.0'
2725
+ context[:gem_version] = '1.16.0'
2722
2726
  Seahorse::Client::Request.new(handlers, context)
2723
2727
  end
2724
2728
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iottwinmaker/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTTwinMaker
55
55
 
56
- GEM_VERSION = '1.15.0'
56
+ GEM_VERSION = '1.16.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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