aws-sdk-iotjobsdataplane 1.42.0 → 1.43.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: a0e16b9305126eca70e8dd7f9069377cfc5a3f54296c9d3ef57fc45148142ec6
4
- data.tar.gz: 6e213c871afed4cecdced1d142f558e3cc6f07464f8c06a29c2cdb885c75d750
3
+ metadata.gz: af2f4280f89da9032615be700d45d4101de60e96434c305cc214cb4d37c95545
4
+ data.tar.gz: '08edecbabb89b8146110cbed5611aefad649b46140acddca6af664179e347b61'
5
5
  SHA512:
6
- metadata.gz: 4afb1c97cbeac0b3e569c20bef37421778a0f0519335fc19e716655fc6de8cb529dc37c317b08ccbc8ca3153e857030ca31e65ed1614b4d61d86772c1deb7fed
7
- data.tar.gz: a5cf16b4f31e296311716b26a6d7d9edc90c51d16bf48c7b70c2a8b6ba26ac8accbc79def5a61e3e31b811c79dbfee8486ff2c852bf130ad2dc06ffe45113e5e
6
+ metadata.gz: 2171d61dc06b27f89496f4dbc12254e45a780c56f6cf950133e2f6c8b222acaf16002a877652e5c8532f096b39c9362a75b660d1f66c915f585bd9f5cd8b0719
7
+ data.tar.gz: 8fe2a3bca9e656fd71b791b2e4737f5ed7998763f31352ae89795f45bcc05957952ecf605d15e4696f2d397727f1003610c528edf0eda272ce301fc60f0f4169
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -216,6 +216,10 @@ module Aws::IoTJobsDataPlane
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
  #
@@ -632,7 +636,7 @@ module Aws::IoTJobsDataPlane
632
636
  params: params,
633
637
  config: config)
634
638
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
635
- context[:gem_version] = '1.42.0'
639
+ context[:gem_version] = '1.43.0'
636
640
  Seahorse::Client::Request.new(handlers, context)
637
641
  end
638
642
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTJobsDataPlane
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.43.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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