aws-sdk-iotjobsdataplane 1.39.0 → 1.40.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: 6b0d2db8def49ee3694cbbee2c47aa15759e58f70f00a3891a004a6c9bf82d80
4
- data.tar.gz: 1dcc8f9d6e15e9bbdc2e5b6a1a97dcf8fafe89a2c984015acc3351d15f5f96c0
3
+ metadata.gz: 2c6f7a6b518fd259b1cb4bf93518cfd7d6ec0390e5cad93642931d4b1755126a
4
+ data.tar.gz: 81ebdb1725236231d6f238d78d336b599cfdced6cc7462ae75ecb470c36dbf34
5
5
  SHA512:
6
- metadata.gz: c871ca299c8212cab9c5a353abedbb6d0b53e95610d6ef09bf98ab9969caec04d43fa41b8e1d18dc2f80e97bbdf706aef639bdfca6169079adc6e20a2158c2d2
7
- data.tar.gz: 53ba65be13347a5d671d625de5fe7de8e182f5c4aeffe257b00866d4fb3a862ed854ff2a1af4ed5a0057fd1e09872a2b976ea44f267867d06f6a6e7ddd416bde
6
+ metadata.gz: 473bcc20294ddb6eb385ae32c826586606bf2a50a65788d3c27ea4a0beb30245191524c35edfa96e4d8fb7bbaa20984159343d112ce73ec150af79107e744941
7
+ data.tar.gz: 7d2e0fe80c90f2d2d90ceb9731a6e70270a59a8d641e3c12440d6e9501f24475132c7c240c2b730517ddaf07974a36ce9f3e4eca6748c4bea5570ef30729a89a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.39.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -621,7 +621,7 @@ module Aws::IoTJobsDataPlane
621
621
  params: params,
622
622
  config: config)
623
623
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
624
- context[:gem_version] = '1.39.0'
624
+ context[:gem_version] = '1.40.0'
625
625
  Seahorse::Client::Request.new(handlers, context)
626
626
  end
627
627
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::IoTJobsDataPlane
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class DescribeJobExecution
@@ -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.39.0'
55
+ GEM_VERSION = '1.40.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.39.0
4
+ version: 1.40.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-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core