aws-sdk-iot1clickprojects 1.43.0 → 1.44.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: 0763d264a949d64232870e517098fad386572c1f4202949e3085b16a8599d7cd
4
- data.tar.gz: ff77b59c660606a897d4f9e1994218a78d49d6d9dbfb5c991e99541827b3e87f
3
+ metadata.gz: 035ba602872e76ec7f86df2fa9f9558ec4347c078a7e2e446386b0a6f0bcd609
4
+ data.tar.gz: e263240925c638d3bf0380057ebfecd5d5095f7e5333982b7860c3e399883db8
5
5
  SHA512:
6
- metadata.gz: 0c0410014ed200cee8f5523b6a6b427634957a618e631d4c6d0eda4f8ba1fb17700d25f27ca15f67adb6775a41b17dd4b5a679bc5d9f54a304cde0ebfde6b10e
7
- data.tar.gz: f2cbb7268ca628cb431105437beb2a729e448ae4707e5a74fb3b864980a55b42e90dc96cf182e77407ec8505916ade222c93f8ad3e361b296b0520ab48c1010a
6
+ metadata.gz: fbe743cd3f7be7aec366295bb0d2f7ef423897532a9ba493deb313af89d3862b44978a344472c857eca23b6db97752417f898f2c70f791d77a897f8cae4c2228
7
+ data.tar.gz: 34db779ba0854ca4bb5b9881ed496a183f4f8554af04ec0916ee333344aa4f2ad365761ae356db6b97b023f511f7b50037f583e9e1d96fb9551e57c53350c67f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.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.43.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -216,6 +216,10 @@ module Aws::IoT1ClickProjects
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
  #
@@ -962,7 +966,7 @@ module Aws::IoT1ClickProjects
962
966
  params: params,
963
967
  config: config)
964
968
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
965
- context[:gem_version] = '1.43.0'
969
+ context[:gem_version] = '1.44.0'
966
970
  Seahorse::Client::Request.new(handlers, context)
967
971
  end
968
972
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iot1clickprojects/customizations'
52
52
  # @!group service
53
53
  module Aws::IoT1ClickProjects
54
54
 
55
- GEM_VERSION = '1.43.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot1clickprojects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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