aws-sdk-ioteventsdata 1.51.0 → 1.52.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: 633703bcf85d3c9fce7fed9fe378d209bf47db683765042556cc9ddfa2698cc0
4
- data.tar.gz: 0e84d8b50a9e03c8d5ffeec1ff788c78e3248011eac921620403c6d90be4f3ef
3
+ metadata.gz: f5c703884e815a2c42ef855976ec1bd9b5a7ea313b744db0dd9ff4ee1c76ac56
4
+ data.tar.gz: 3737a9e7e7279edd17bf570a7592372e0f117373b7c247c9e567671f9f5f34eb
5
5
  SHA512:
6
- metadata.gz: ceb425060e911ee2420268b892352d9aac10026737d9d95b54b06a6a171a9ce92b39f86b8f23588e3c67d018eccd67e23ad1bd9b775a94ab1961d73d062876bf
7
- data.tar.gz: 5abe5c6ef3377b79ff1b98ee59de950a9e5453451b6a954e3d959637d8ce2cac6d8ba53894f5488644e49d7df4b447e29124f7917cd77ca253237d2188147d88
6
+ metadata.gz: 0540d3e342c81c1c288014f77c96c6df9681edfb977cd0c0097d54146e85f95cddb0ae18e6c6425ee6e46a420c2bd029b38135fc8095f6e3cc74b59caf884df4
7
+ data.tar.gz: e0133ad208357d1bb06ebd45d0f6163ae9d152d83a4cce3477f1fd30885569f72725327e1db1aa7bd0a9663642681d4f52dacc38afc3c121cbdfc20864836066
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.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(:ioteventsdata)
40
-
41
39
  module Aws::IoTEventsData
42
40
  # An API client for IoTEventsData. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -983,7 +981,7 @@ module Aws::IoTEventsData
983
981
  tracer: tracer
984
982
  )
985
983
  context[:gem_name] = 'aws-sdk-ioteventsdata'
986
- context[:gem_version] = '1.51.0'
984
+ context[:gem_version] = '1.52.0'
987
985
  Seahorse::Client::Request.new(handlers, context)
988
986
  end
989
987
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:ioteventsdata)
15
+
14
16
  # This module provides support for AWS IoT Events Data. This module is available in the
15
17
  # `aws-sdk-ioteventsdata` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::IoTEventsData
52
54
  autoload :EndpointProvider, 'aws-sdk-ioteventsdata/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-ioteventsdata/endpoints'
54
56
 
55
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.52.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-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.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