aws-sdk-iotjobsdataplane 1.60.0 → 1.61.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: 797c5b44a254270f08c252e6dc6a611bd4c6ca694a40613e29920334aa5e6442
4
- data.tar.gz: e5364f41061b027a7d22031d7b44d638f3ac961c642126f9821e0b7e27a4ecfd
3
+ metadata.gz: 3dafed37b5af8771f5533754a74dd191a082e21a06b71b97142e02c1a763df5c
4
+ data.tar.gz: e2c5bbb0097c7083c14810fb11f9761979552202f77730dfe85731b68aeca050
5
5
  SHA512:
6
- metadata.gz: 9ba2cc2a0f855a1074a2e5bb6a5e1a3278676a0410b21b43e9378b000db0d752d99655a2391231d5e7384583a84dcd53ece0a349d4a6a3018f4cefc119a759fe
7
- data.tar.gz: 79663e56ade2c9c9db000d9f54e18a12d2198cfe2d6ecad5db43b9837551b6555440edd497cab5afe137a6c356f1421cbe8468c98708c520d9a0dc28cfdb991b
6
+ metadata.gz: aa8f018eb7fa7528a397893a4926e1ea0ebb5a162ed93a465580f3472d4b30c191748381e5f5091ae9f71c39714aae637298c548ae5048a930719d9b7ca2e9cf
7
+ data.tar.gz: e0c6aa453fe076a501c95cc11615142b4160567622938e5646edd8678bd147993ca6d39b64d030beb4294c5e353bb176c7612a9e3df1c9ae4d0ade5e22ce0436
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.60.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:iotjobsdataplane)
40
-
41
39
  module Aws::IoTJobsDataPlane
42
40
  # An API client for IoTJobsDataPlane. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -702,7 +700,7 @@ module Aws::IoTJobsDataPlane
702
700
  tracer: tracer
703
701
  )
704
702
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
705
- context[:gem_version] = '1.60.0'
703
+ context[:gem_version] = '1.61.0'
706
704
  Seahorse::Client::Request.new(handlers, context)
707
705
  end
708
706
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:iotjobsdataplane)
15
+
14
16
  # This module provides support for AWS IoT Jobs Data Plane. This module is available in the
15
17
  # `aws-sdk-iotjobsdataplane` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::IoTJobsDataPlane
52
54
  autoload :EndpointProvider, 'aws-sdk-iotjobsdataplane/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-iotjobsdataplane/endpoints'
54
56
 
55
- GEM_VERSION = '1.60.0'
57
+ GEM_VERSION = '1.61.0'
56
58
 
57
59
  end
58
60
 
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.60.0
4
+ version: 1.61.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core