aws-sdk-iot 1.116.0 → 1.117.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-iot/client.rb +15 -3
- data/lib/aws-sdk-iot/client_api.rb +3 -0
- data/lib/aws-sdk-iot/types.rb +34 -4
- data/lib/aws-sdk-iot.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2cd37be0ae9011d593eb693f9882fa46965065c707e403a0a8a071d7688d05d
|
4
|
+
data.tar.gz: b135fa8d49efc4bfae71a2e244c5e39c84f813202348357e1eba20d1a657ce0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f1268ce8eb608a49a12d9b8ec67873da5d9be74293ae09954476c9cf08b51f399b28188de6f4d29821ec22f53354fd56687142829a4d49060a71fd41cdc5a5e
|
7
|
+
data.tar.gz: 4e1ba403a46f9da4dc3524d29dfc559a8e657a4ca07e876d624a07d88ede760defb5f681067b23c1c5e870ee8b8d2bce65cc9bbda1f4c1d123541f6f892488f8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -1902,11 +1902,17 @@ module Aws::IoT
|
|
1902
1902
|
#
|
1903
1903
|
# @option params [Array<String>] :destination_package_versions
|
1904
1904
|
# The package version Amazon Resource Names (ARNs) that are installed on
|
1905
|
-
# the device when the job successfully completes.
|
1905
|
+
# the device when the job successfully completes. The package version
|
1906
|
+
# must be in either the Published or Deprecated state when the job
|
1907
|
+
# deploys. For more information, see [Package version lifecycle][1].
|
1906
1908
|
#
|
1907
1909
|
# **Note:**The following Length Constraints relates to a single ARN. Up
|
1908
1910
|
# to 25 package version ARNs are allowed.
|
1909
1911
|
#
|
1912
|
+
#
|
1913
|
+
#
|
1914
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle
|
1915
|
+
#
|
1910
1916
|
# @return [Types::CreateJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1911
1917
|
#
|
1912
1918
|
# * {Types::CreateJobResponse#job_arn #job_arn} => String
|
@@ -2060,11 +2066,17 @@ module Aws::IoT
|
|
2060
2066
|
#
|
2061
2067
|
# @option params [Array<String>] :destination_package_versions
|
2062
2068
|
# The package version Amazon Resource Names (ARNs) that are installed on
|
2063
|
-
# the device when the job successfully completes.
|
2069
|
+
# the device when the job successfully completes. The package version
|
2070
|
+
# must be in either the Published or Deprecated state when the job
|
2071
|
+
# deploys. For more information, see [Package version lifecycle][1].
|
2064
2072
|
#
|
2065
2073
|
# **Note:**The following Length Constraints relates to a single ARN. Up
|
2066
2074
|
# to 25 package version ARNs are allowed.
|
2067
2075
|
#
|
2076
|
+
#
|
2077
|
+
#
|
2078
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle
|
2079
|
+
#
|
2068
2080
|
# @return [Types::CreateJobTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2069
2081
|
#
|
2070
2082
|
# * {Types::CreateJobTemplateResponse#job_template_arn #job_template_arn} => String
|
@@ -15063,7 +15075,7 @@ module Aws::IoT
|
|
15063
15075
|
params: params,
|
15064
15076
|
config: config)
|
15065
15077
|
context[:gem_name] = 'aws-sdk-iot'
|
15066
|
-
context[:gem_version] = '1.
|
15078
|
+
context[:gem_version] = '1.117.0'
|
15067
15079
|
Seahorse::Client::Request.new(handlers, context)
|
15068
15080
|
end
|
15069
15081
|
|
@@ -8816,6 +8816,7 @@ module Aws::IoT
|
|
8816
8816
|
o.input = Shapes::ShapeRef.new(shape: UpdatePackageRequest)
|
8817
8817
|
o.output = Shapes::ShapeRef.new(shape: UpdatePackageResponse)
|
8818
8818
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8819
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8819
8820
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8820
8821
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8821
8822
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -8828,6 +8829,7 @@ module Aws::IoT
|
|
8828
8829
|
o.input = Shapes::ShapeRef.new(shape: UpdatePackageConfigurationRequest)
|
8829
8830
|
o.output = Shapes::ShapeRef.new(shape: UpdatePackageConfigurationResponse)
|
8830
8831
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8832
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8831
8833
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8832
8834
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8833
8835
|
end)
|
@@ -8839,6 +8841,7 @@ module Aws::IoT
|
|
8839
8841
|
o.input = Shapes::ShapeRef.new(shape: UpdatePackageVersionRequest)
|
8840
8842
|
o.output = Shapes::ShapeRef.new(shape: UpdatePackageVersionResponse)
|
8841
8843
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8844
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8842
8845
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8843
8846
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8844
8847
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -2902,10 +2902,17 @@ module Aws::IoT
|
|
2902
2902
|
#
|
2903
2903
|
# @!attribute [rw] destination_package_versions
|
2904
2904
|
# The package version Amazon Resource Names (ARNs) that are installed
|
2905
|
-
# on the device when the job successfully completes.
|
2905
|
+
# on the device when the job successfully completes. The package
|
2906
|
+
# version must be in either the Published or Deprecated state when the
|
2907
|
+
# job deploys. For more information, see [Package version
|
2908
|
+
# lifecycle][1].
|
2906
2909
|
#
|
2907
2910
|
# **Note:**The following Length Constraints relates to a single ARN.
|
2908
2911
|
# Up to 25 package version ARNs are allowed.
|
2912
|
+
#
|
2913
|
+
#
|
2914
|
+
#
|
2915
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle
|
2909
2916
|
# @return [Array<String>]
|
2910
2917
|
#
|
2911
2918
|
class CreateJobRequest < Struct.new(
|
@@ -3019,10 +3026,17 @@ module Aws::IoT
|
|
3019
3026
|
#
|
3020
3027
|
# @!attribute [rw] destination_package_versions
|
3021
3028
|
# The package version Amazon Resource Names (ARNs) that are installed
|
3022
|
-
# on the device when the job successfully completes.
|
3029
|
+
# on the device when the job successfully completes. The package
|
3030
|
+
# version must be in either the Published or Deprecated state when the
|
3031
|
+
# job deploys. For more information, see [Package version
|
3032
|
+
# lifecycle][1].
|
3023
3033
|
#
|
3024
3034
|
# **Note:**The following Length Constraints relates to a single ARN.
|
3025
3035
|
# Up to 25 package version ARNs are allowed.
|
3036
|
+
#
|
3037
|
+
#
|
3038
|
+
#
|
3039
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle
|
3026
3040
|
# @return [Array<String>]
|
3027
3041
|
#
|
3028
3042
|
class CreateJobTemplateRequest < Struct.new(
|
@@ -5739,10 +5753,17 @@ module Aws::IoT
|
|
5739
5753
|
#
|
5740
5754
|
# @!attribute [rw] destination_package_versions
|
5741
5755
|
# The package version Amazon Resource Names (ARNs) that are installed
|
5742
|
-
# on the device when the job successfully completes.
|
5756
|
+
# on the device when the job successfully completes. The package
|
5757
|
+
# version must be in either the Published or Deprecated state when the
|
5758
|
+
# job deploys. For more information, see [Package version
|
5759
|
+
# lifecycle][1].
|
5743
5760
|
#
|
5744
5761
|
# **Note:**The following Length Constraints relates to a single ARN.
|
5745
5762
|
# Up to 25 package version ARNs are allowed.
|
5763
|
+
#
|
5764
|
+
#
|
5765
|
+
#
|
5766
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle
|
5746
5767
|
# @return [Array<String>]
|
5747
5768
|
#
|
5748
5769
|
class DescribeJobTemplateResponse < Struct.new(
|
@@ -8403,10 +8424,19 @@ module Aws::IoT
|
|
8403
8424
|
#
|
8404
8425
|
# @!attribute [rw] destination_package_versions
|
8405
8426
|
# The package version Amazon Resource Names (ARNs) that are installed
|
8406
|
-
# on the device when the job successfully completes.
|
8427
|
+
# on the device when the job successfully completes. The package
|
8428
|
+
# version must be in either the Published or Deprecated state when the
|
8429
|
+
# job deploys. For more information, see [Package version
|
8430
|
+
# lifecycle][1].The package version must be in either the Published or
|
8431
|
+
# Deprecated state when the job deploys. For more information, see
|
8432
|
+
# [Package version lifecycle][1].
|
8407
8433
|
#
|
8408
8434
|
# **Note:**The following Length Constraints relates to a single ARN.
|
8409
8435
|
# Up to 25 package version ARNs are allowed.
|
8436
|
+
#
|
8437
|
+
#
|
8438
|
+
#
|
8439
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle
|
8410
8440
|
# @return [Array<String>]
|
8411
8441
|
#
|
8412
8442
|
class Job < Struct.new(
|
data/lib/aws-sdk-iot.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.117.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -72,7 +72,7 @@ licenses:
|
|
72
72
|
metadata:
|
73
73
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot
|
74
74
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot/CHANGELOG.md
|
75
|
-
post_install_message:
|
75
|
+
post_install_message:
|
76
76
|
rdoc_options: []
|
77
77
|
require_paths:
|
78
78
|
- lib
|
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0'
|
89
89
|
requirements: []
|
90
|
-
rubygems_version: 3.
|
91
|
-
signing_key:
|
90
|
+
rubygems_version: 3.4.10
|
91
|
+
signing_key:
|
92
92
|
specification_version: 4
|
93
93
|
summary: AWS SDK for Ruby - AWS IoT
|
94
94
|
test_files: []
|