aws-sdk-iot1clickdevicesservice 1.62.0 → 1.63.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot1clickdevicesservice/client.rb +1 -1
- data/lib/aws-sdk-iot1clickdevicesservice.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9151e215ea85ebffc63a596aa4a1a7ed9073017fe42581202b4d31abca14e8c
|
|
4
|
+
data.tar.gz: 5045a9b7fca97a065fe9e117ce98febb19d20420d702fdae4f0d1200ada7e5b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53a239e8e52c820dc2402aa1c23ebae8d1a0e94d0aaf9f6aef9e64a717c1610e692af95451460bf3d4a5fdd3f38ef43740c5854556a4e600d1cd544bb62a26f8
|
|
7
|
+
data.tar.gz: f45421b7acf65d9f9e3425825d1233cc29a01d935fdcc9d0b68cfcf9dab0d2212031d914d5d7f09d92056de616d90bd9b1dac668d208620e76abf1acf64b4fd9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2025-01-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
* Feature - IoT 1Click Devices Service has been removed from the SDK because it has been discontinued.
|
|
10
|
+
|
|
4
11
|
1.62.0 (2024-10-18)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -901,7 +901,7 @@ module Aws::IoT1ClickDevicesService
|
|
|
901
901
|
tracer: tracer
|
|
902
902
|
)
|
|
903
903
|
context[:gem_name] = 'aws-sdk-iot1clickdevicesservice'
|
|
904
|
-
context[:gem_version] = '1.
|
|
904
|
+
context[:gem_version] = '1.63.0'
|
|
905
905
|
Seahorse::Client::Request.new(handlers, context)
|
|
906
906
|
end
|
|
907
907
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iot1clickdevicesservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.63.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:
|
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -44,8 +44,8 @@ dependencies:
|
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '1.1'
|
|
47
|
-
description: Official AWS Ruby gem for AWS IoT 1-Click Devices Service.
|
|
48
|
-
part of the AWS SDK for Ruby.
|
|
47
|
+
description: "[DEPRECATED] Official AWS Ruby gem for AWS IoT 1-Click Devices Service.
|
|
48
|
+
This gem is part of the AWS SDK for Ruby."
|
|
49
49
|
email:
|
|
50
50
|
- aws-dr-rubygems@amazon.com
|
|
51
51
|
executables: []
|
|
@@ -77,7 +77,7 @@ licenses:
|
|
|
77
77
|
metadata:
|
|
78
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot1clickdevicesservice
|
|
79
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md
|
|
80
|
-
post_install_message:
|
|
80
|
+
post_install_message: "*** aws-sdk-iot1clickdevicesservice is deprecated ***"
|
|
81
81
|
rdoc_options: []
|
|
82
82
|
require_paths:
|
|
83
83
|
- lib
|