aws-sdk-iot1clickprojects 1.64.0 → 1.65.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-iot1clickprojects/client.rb +1 -1
- data/lib/aws-sdk-iot1clickprojects.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: 91be20a255c9900f69e13fc0f680c8e2f42f47d9e3761aa9234346e3f3206c3f
|
|
4
|
+
data.tar.gz: 0e8c822dd56b1968563552bbc0015dfc49e6e0006ed81a8ab9ef99f6a72f8632
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21001df8eab4509915ec0c314c7b6292af0d710e0163a70ee9bf93c8f2684422e3c95282071276212485bb6587c3e800c8df72392d906fab72224cd2979b3578
|
|
7
|
+
data.tar.gz: 35d2dec08df2fc94a57c3e80b77a037a5a2a31a9f49d6f102e6561120290cd4496716f6c00919a584a553df39ca0c0b44eb2cb6dd7fa9e1cf9cb4aa21859710d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.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 Projects has been removed from the SDK because it has been discontinued.
|
|
10
|
+
|
|
4
11
|
1.64.0 (2024-11-06)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -1030,7 +1030,7 @@ module Aws::IoT1ClickProjects
|
|
|
1030
1030
|
tracer: tracer
|
|
1031
1031
|
)
|
|
1032
1032
|
context[:gem_name] = 'aws-sdk-iot1clickprojects'
|
|
1033
|
-
context[:gem_version] = '1.
|
|
1033
|
+
context[:gem_version] = '1.65.0'
|
|
1034
1034
|
Seahorse::Client::Request.new(handlers, context)
|
|
1035
1035
|
end
|
|
1036
1036
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iot1clickprojects
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.65.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.5'
|
|
47
|
-
description: Official AWS Ruby gem for AWS IoT 1-Click Projects Service
|
|
48
|
-
Projects). This gem is part of the AWS SDK for Ruby.
|
|
47
|
+
description: "[DEPRECATED] Official AWS Ruby gem for AWS IoT 1-Click Projects Service
|
|
48
|
+
(AWS IoT 1-Click Projects). 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-iot1clickprojects
|
|
79
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot1clickprojects/CHANGELOG.md
|
|
80
|
-
post_install_message:
|
|
80
|
+
post_install_message: "*** aws-sdk-iot1clickprojects is deprecated ***"
|
|
81
81
|
rdoc_options: []
|
|
82
82
|
require_paths:
|
|
83
83
|
- lib
|