aws-sdk-iotdeviceadvisor 1.40.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/client.rb +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/client_api.rb +1 -0
- data/lib/aws-sdk-iotdeviceadvisor/types.rb +1 -0
- data/lib/aws-sdk-iotdeviceadvisor.rb +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 638ca4061a3239a0fedb9c7f6678205eeca63c478995b6913ea019d97ee7ca7f
|
4
|
+
data.tar.gz: 50d5de333b774bc6cf14c5933b7e32ddd536c397109efc67ef7174c23a8e3fe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9027f51207935c620dc7cfefa2630b427d51f3ba207480ec3355d6848add8f88bd5b00323df8c4f79a8abd636ddabf588959c6de842637c2fcf5992f97f37a04
|
7
|
+
data.tar.gz: 56b99eae0bd62378716ec787282ee803b4d39a7722f1e1bcb58dd10c25fb8104050973a418a3d897b3fd1e0b75484b3cb618a82d6f7af003f5b61518391be8c5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|
@@ -1128,7 +1128,7 @@ module Aws::IoTDeviceAdvisor
|
|
1128
1128
|
tracer: tracer
|
1129
1129
|
)
|
1130
1130
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
1131
|
-
context[:gem_version] = '1.
|
1131
|
+
context[:gem_version] = '1.41.0'
|
1132
1132
|
Seahorse::Client::Request.new(handlers, context)
|
1133
1133
|
end
|
1134
1134
|
|
@@ -11,17 +11,6 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
-
require_relative 'aws-sdk-iotdeviceadvisor/types'
|
15
|
-
require_relative 'aws-sdk-iotdeviceadvisor/client_api'
|
16
|
-
require_relative 'aws-sdk-iotdeviceadvisor/plugins/endpoints.rb'
|
17
|
-
require_relative 'aws-sdk-iotdeviceadvisor/client'
|
18
|
-
require_relative 'aws-sdk-iotdeviceadvisor/errors'
|
19
|
-
require_relative 'aws-sdk-iotdeviceadvisor/resource'
|
20
|
-
require_relative 'aws-sdk-iotdeviceadvisor/endpoint_parameters'
|
21
|
-
require_relative 'aws-sdk-iotdeviceadvisor/endpoint_provider'
|
22
|
-
require_relative 'aws-sdk-iotdeviceadvisor/endpoints'
|
23
|
-
require_relative 'aws-sdk-iotdeviceadvisor/customizations'
|
24
|
-
|
25
14
|
# This module provides support for AWS IoT Core Device Advisor. This module is available in the
|
26
15
|
# `aws-sdk-iotdeviceadvisor` gem.
|
27
16
|
#
|
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-iotdeviceadvisor/customizations'
|
|
51
40
|
#
|
52
41
|
# @!group service
|
53
42
|
module Aws::IoTDeviceAdvisor
|
43
|
+
autoload :Types, 'aws-sdk-iotdeviceadvisor/types'
|
44
|
+
autoload :ClientApi, 'aws-sdk-iotdeviceadvisor/client_api'
|
45
|
+
module Plugins
|
46
|
+
autoload :Endpoints, 'aws-sdk-iotdeviceadvisor/plugins/endpoints.rb'
|
47
|
+
end
|
48
|
+
autoload :Client, 'aws-sdk-iotdeviceadvisor/client'
|
49
|
+
autoload :Errors, 'aws-sdk-iotdeviceadvisor/errors'
|
50
|
+
autoload :Resource, 'aws-sdk-iotdeviceadvisor/resource'
|
51
|
+
autoload :EndpointParameters, 'aws-sdk-iotdeviceadvisor/endpoint_parameters'
|
52
|
+
autoload :EndpointProvider, 'aws-sdk-iotdeviceadvisor/endpoint_provider'
|
53
|
+
autoload :Endpoints, 'aws-sdk-iotdeviceadvisor/endpoints'
|
54
54
|
|
55
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.41.0'
|
56
56
|
|
57
57
|
end
|
58
|
+
|
59
|
+
require_relative 'aws-sdk-iotdeviceadvisor/customizations'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotdeviceadvisor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.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-
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|