aws-sdk-iot 1.101.0 → 1.102.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +16 -21
- data/lib/aws-sdk-iot/types.rb +25 -25
- data/lib/aws-sdk-iot.rb +1 -1
- 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: d5d50a278b0ec97aad3b7e11e0d3f6ca6939172658872ed4e31f8fda2021b35c
|
|
4
|
+
data.tar.gz: 8122d5baee86061f26e427a9a26601eee87ee1935791c8e6c5d9c0c933b014a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9460aa002a1d9da33447807ab9ea4d4802150632b602422e9e20c66bc528fc7ff2d3b09381d459c874b1bed9eaffb014ba7509249df830962a2cee72149afbd3
|
|
7
|
+
data.tar.gz: b9b85144668e74a2211e8f2e77e1a28f87c495606e8f3d3209891af857724e7d1c647497262be4ebf54bd8222f377060616c15ec3de6ab0d19fa0f3d2243b1fc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.102.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
|
@@ -6476,10 +6476,9 @@ module Aws::IoT
|
|
|
6476
6476
|
# The principal.
|
|
6477
6477
|
#
|
|
6478
6478
|
# Valid principals are CertificateArn
|
|
6479
|
-
# (arn:aws:iot:*region
|
|
6480
|
-
#
|
|
6481
|
-
# (
|
|
6482
|
-
# CognitoId (*region*\:*id*).
|
|
6479
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*), thingGroupArn
|
|
6480
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
6481
|
+
# CognitoId (*region*:*id*).
|
|
6483
6482
|
#
|
|
6484
6483
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
6485
6484
|
#
|
|
@@ -6787,10 +6786,9 @@ module Aws::IoT
|
|
|
6787
6786
|
#
|
|
6788
6787
|
# @option params [String] :principal
|
|
6789
6788
|
# The principal. Valid principals are CertificateArn
|
|
6790
|
-
# (arn:aws:iot:*region
|
|
6791
|
-
#
|
|
6792
|
-
# (
|
|
6793
|
-
# CognitoId (*region*\:*id*).
|
|
6789
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*), thingGroupArn
|
|
6790
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
6791
|
+
# CognitoId (*region*:*id*).
|
|
6794
6792
|
#
|
|
6795
6793
|
# @option params [String] :cognito_identity_pool_id
|
|
6796
6794
|
# The Cognito identity pool ID.
|
|
@@ -7700,10 +7698,9 @@ module Aws::IoT
|
|
|
7700
7698
|
# @option params [required, String] :target
|
|
7701
7699
|
# The group or principal for which the policies will be listed. Valid
|
|
7702
7700
|
# principals are CertificateArn
|
|
7703
|
-
# (arn:aws:iot:*region
|
|
7704
|
-
#
|
|
7705
|
-
# (
|
|
7706
|
-
# CognitoId (*region*\:*id*).
|
|
7701
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*), thingGroupArn
|
|
7702
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
7703
|
+
# CognitoId (*region*:*id*).
|
|
7707
7704
|
#
|
|
7708
7705
|
# @option params [Boolean] :recursive
|
|
7709
7706
|
# When true, recursively list attached policies.
|
|
@@ -9499,10 +9496,9 @@ module Aws::IoT
|
|
|
9499
9496
|
#
|
|
9500
9497
|
# @option params [required, String] :principal
|
|
9501
9498
|
# The principal. Valid principals are CertificateArn
|
|
9502
|
-
# (arn:aws:iot:*region
|
|
9503
|
-
#
|
|
9504
|
-
# (
|
|
9505
|
-
# CognitoId (*region*\:*id*).
|
|
9499
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*), thingGroupArn
|
|
9500
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
9501
|
+
# CognitoId (*region*:*id*).
|
|
9506
9502
|
#
|
|
9507
9503
|
# @option params [String] :marker
|
|
9508
9504
|
# The marker for the next set of results.
|
|
@@ -12301,10 +12297,9 @@ module Aws::IoT
|
|
|
12301
12297
|
#
|
|
12302
12298
|
# @option params [String] :principal
|
|
12303
12299
|
# The principal. Valid principals are CertificateArn
|
|
12304
|
-
# (arn:aws:iot:*region
|
|
12305
|
-
#
|
|
12306
|
-
# (
|
|
12307
|
-
# CognitoId (*region*\:*id*).
|
|
12300
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*), thingGroupArn
|
|
12301
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
12302
|
+
# CognitoId (*region*:*id*).
|
|
12308
12303
|
#
|
|
12309
12304
|
# @option params [String] :cognito_identity_pool_id
|
|
12310
12305
|
# The Cognito identity pool ID.
|
|
@@ -14094,7 +14089,7 @@ module Aws::IoT
|
|
|
14094
14089
|
params: params,
|
|
14095
14090
|
config: config)
|
|
14096
14091
|
context[:gem_name] = 'aws-sdk-iot'
|
|
14097
|
-
context[:gem_version] = '1.
|
|
14092
|
+
context[:gem_version] = '1.102.0'
|
|
14098
14093
|
Seahorse::Client::Request.new(handlers, context)
|
|
14099
14094
|
end
|
|
14100
14095
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
|
@@ -1311,13 +1311,13 @@ module Aws::IoT
|
|
|
1311
1311
|
# criteria (containing a `value` or `statisticalThreshold`). Valid
|
|
1312
1312
|
# operators include:
|
|
1313
1313
|
#
|
|
1314
|
-
# * `string-list
|
|
1314
|
+
# * `string-list`: `in-set` and `not-in-set`
|
|
1315
1315
|
#
|
|
1316
|
-
# * `number-list
|
|
1316
|
+
# * `number-list`: `in-set` and `not-in-set`
|
|
1317
1317
|
#
|
|
1318
|
-
# * `ip-address-list
|
|
1318
|
+
# * `ip-address-list`: `in-cidr-set` and `not-in-cidr-set`
|
|
1319
1319
|
#
|
|
1320
|
-
# * `number
|
|
1320
|
+
# * `number`: `less-than`, `less-than-equals`, `greater-than`, and
|
|
1321
1321
|
# `greater-than-equals`
|
|
1322
1322
|
# @return [String]
|
|
1323
1323
|
#
|
|
@@ -1742,7 +1742,7 @@ module Aws::IoT
|
|
|
1742
1742
|
# @!attribute [rw] certificate_mode
|
|
1743
1743
|
# The mode of the certificate.
|
|
1744
1744
|
#
|
|
1745
|
-
# `DEFAULT
|
|
1745
|
+
# `DEFAULT`: A certificate in `DEFAULT` mode is either generated by
|
|
1746
1746
|
# Amazon Web Services IoT Core or registered with an issuer
|
|
1747
1747
|
# certificate authority (CA) in `DEFAULT` mode. Devices with
|
|
1748
1748
|
# certificates in `DEFAULT` mode aren't required to send the Server
|
|
@@ -1751,7 +1751,7 @@ module Aws::IoT
|
|
|
1751
1751
|
# and VPC endpoints, we recommend that you use the SNI extension when
|
|
1752
1752
|
# connecting to Amazon Web Services IoT Core.
|
|
1753
1753
|
#
|
|
1754
|
-
# `SNI_ONLY
|
|
1754
|
+
# `SNI_ONLY`: A certificate in `SNI_ONLY` mode is registered without
|
|
1755
1755
|
# an issuer CA. Devices with certificates in `SNI_ONLY` mode must send
|
|
1756
1756
|
# the SNI extension when connecting to Amazon Web Services IoT Core.
|
|
1757
1757
|
# @return [String]
|
|
@@ -1844,7 +1844,7 @@ module Aws::IoT
|
|
|
1844
1844
|
# @!attribute [rw] certificate_mode
|
|
1845
1845
|
# The mode of the certificate.
|
|
1846
1846
|
#
|
|
1847
|
-
# `DEFAULT
|
|
1847
|
+
# `DEFAULT`: A certificate in `DEFAULT` mode is either generated by
|
|
1848
1848
|
# Amazon Web Services IoT Core or registered with an issuer
|
|
1849
1849
|
# certificate authority (CA) in `DEFAULT` mode. Devices with
|
|
1850
1850
|
# certificates in `DEFAULT` mode aren't required to send the Server
|
|
@@ -1853,7 +1853,7 @@ module Aws::IoT
|
|
|
1853
1853
|
# and VPC endpoints, we recommend that you use the SNI extension when
|
|
1854
1854
|
# connecting to Amazon Web Services IoT Core.
|
|
1855
1855
|
#
|
|
1856
|
-
# `SNI_ONLY
|
|
1856
|
+
# `SNI_ONLY`: A certificate in `SNI_ONLY` mode is registered without
|
|
1857
1857
|
# an issuer CA. Devices with certificates in `SNI_ONLY` mode must send
|
|
1858
1858
|
# the SNI extension when connecting to Amazon Web Services IoT Core.
|
|
1859
1859
|
#
|
|
@@ -6096,10 +6096,10 @@ module Aws::IoT
|
|
|
6096
6096
|
# The principal.
|
|
6097
6097
|
#
|
|
6098
6098
|
# Valid principals are CertificateArn
|
|
6099
|
-
# (arn:aws:iot:*region
|
|
6099
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*),
|
|
6100
6100
|
# thingGroupArn
|
|
6101
|
-
# (arn:aws:iot:*region
|
|
6102
|
-
# CognitoId (*region
|
|
6101
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
6102
|
+
# CognitoId (*region*:*id*).
|
|
6103
6103
|
# @return [String]
|
|
6104
6104
|
#
|
|
6105
6105
|
class DetachPrincipalPolicyRequest < Struct.new(
|
|
@@ -6820,10 +6820,10 @@ module Aws::IoT
|
|
|
6820
6820
|
# The main part of the response with a list of buckets. Each bucket
|
|
6821
6821
|
# contains a `keyValue` and a `count`.
|
|
6822
6822
|
#
|
|
6823
|
-
# `keyValue
|
|
6823
|
+
# `keyValue`: The aggregation field value counted for the particular
|
|
6824
6824
|
# bucket.
|
|
6825
6825
|
#
|
|
6826
|
-
# `count
|
|
6826
|
+
# `count`: The number of documents that have that value.
|
|
6827
6827
|
# @return [Array<Types::Bucket>]
|
|
6828
6828
|
#
|
|
6829
6829
|
class GetBucketsAggregationResponse < Struct.new(
|
|
@@ -6870,10 +6870,10 @@ module Aws::IoT
|
|
|
6870
6870
|
|
|
6871
6871
|
# @!attribute [rw] principal
|
|
6872
6872
|
# The principal. Valid principals are CertificateArn
|
|
6873
|
-
# (arn:aws:iot:*region
|
|
6873
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*),
|
|
6874
6874
|
# thingGroupArn
|
|
6875
|
-
# (arn:aws:iot:*region
|
|
6876
|
-
# CognitoId (*region
|
|
6875
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
6876
|
+
# CognitoId (*region*:*id*).
|
|
6877
6877
|
# @return [String]
|
|
6878
6878
|
#
|
|
6879
6879
|
# @!attribute [rw] cognito_identity_pool_id
|
|
@@ -8373,10 +8373,10 @@ module Aws::IoT
|
|
|
8373
8373
|
# @!attribute [rw] target
|
|
8374
8374
|
# The group or principal for which the policies will be listed. Valid
|
|
8375
8375
|
# principals are CertificateArn
|
|
8376
|
-
# (arn:aws:iot:*region
|
|
8376
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*),
|
|
8377
8377
|
# thingGroupArn
|
|
8378
|
-
# (arn:aws:iot:*region
|
|
8379
|
-
# CognitoId (*region
|
|
8378
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
8379
|
+
# CognitoId (*region*:*id*).
|
|
8380
8380
|
# @return [String]
|
|
8381
8381
|
#
|
|
8382
8382
|
# @!attribute [rw] recursive
|
|
@@ -9737,10 +9737,10 @@ module Aws::IoT
|
|
|
9737
9737
|
#
|
|
9738
9738
|
# @!attribute [rw] principal
|
|
9739
9739
|
# The principal. Valid principals are CertificateArn
|
|
9740
|
-
# (arn:aws:iot:*region
|
|
9740
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*),
|
|
9741
9741
|
# thingGroupArn
|
|
9742
|
-
# (arn:aws:iot:*region
|
|
9743
|
-
# CognitoId (*region
|
|
9742
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
9743
|
+
# CognitoId (*region*:*id*).
|
|
9744
9744
|
# @return [String]
|
|
9745
9745
|
#
|
|
9746
9746
|
# @!attribute [rw] marker
|
|
@@ -13554,10 +13554,10 @@ module Aws::IoT
|
|
|
13554
13554
|
|
|
13555
13555
|
# @!attribute [rw] principal
|
|
13556
13556
|
# The principal. Valid principals are CertificateArn
|
|
13557
|
-
# (arn:aws:iot:*region
|
|
13557
|
+
# (arn:aws:iot:*region*:*accountId*:cert/*certificateId*),
|
|
13558
13558
|
# thingGroupArn
|
|
13559
|
-
# (arn:aws:iot:*region
|
|
13560
|
-
# CognitoId (*region
|
|
13559
|
+
# (arn:aws:iot:*region*:*accountId*:thinggroup/*groupName*) and
|
|
13560
|
+
# CognitoId (*region*:*id*).
|
|
13561
13561
|
# @return [String]
|
|
13562
13562
|
#
|
|
13563
13563
|
# @!attribute [rw] cognito_identity_pool_id
|
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.102.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: 2023-
|
|
11
|
+
date: 2023-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|