aws-sdk-iot 1.22.0 → 1.23.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/lib/aws-sdk-iot.rb +1 -1
- data/lib/aws-sdk-iot/client.rb +16 -7
- data/lib/aws-sdk-iot/client_api.rb +1 -0
- data/lib/aws-sdk-iot/types.rb +39 -31
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6542ac8b137ad55ee5a705df3ac051fc73a4308
|
4
|
+
data.tar.gz: 28a06caf66530fc217fac6d4605e931840829874
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18f98d0df7b1bd2fae4b04a923d42348613b2268fdff96411e9079150336299b7571854eb7bc73b437f23eebb8ade76e642507dee26cddaa49b68ad0c470439d
|
7
|
+
data.tar.gz: c24f3ed75edff2cc859a44b39292f6263d4a9b47cb9d30d23fe6263911d0f4ee9d3314d316951a4417a7af29a857ceb2a8bc08954667634814d9f4379e9af99d
|
data/lib/aws-sdk-iot.rb
CHANGED
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -825,7 +825,7 @@ module Aws::IoT
|
|
825
825
|
#
|
826
826
|
#
|
827
827
|
#
|
828
|
-
# [1]:
|
828
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/query-syntax.html
|
829
829
|
#
|
830
830
|
# @option params [String] :query_version
|
831
831
|
# The dynamic thing group query version.
|
@@ -1326,6 +1326,9 @@ module Aws::IoT
|
|
1326
1326
|
# @option params [required, String] :scheduled_audit_name
|
1327
1327
|
# The name you want to give to the scheduled audit. (Max. 128 chars)
|
1328
1328
|
#
|
1329
|
+
# @option params [Array<Types::Tag>] :tags
|
1330
|
+
# Metadata which can be used to manage the scheduled audit.
|
1331
|
+
#
|
1329
1332
|
# @return [Types::CreateScheduledAuditResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1330
1333
|
#
|
1331
1334
|
# * {Types::CreateScheduledAuditResponse#scheduled_audit_arn #scheduled_audit_arn} => String
|
@@ -1338,6 +1341,12 @@ module Aws::IoT
|
|
1338
1341
|
# day_of_week: "SUN", # accepts SUN, MON, TUE, WED, THU, FRI, SAT
|
1339
1342
|
# target_check_names: ["AuditCheckName"], # required
|
1340
1343
|
# scheduled_audit_name: "ScheduledAuditName", # required
|
1344
|
+
# tags: [
|
1345
|
+
# {
|
1346
|
+
# key: "TagKey",
|
1347
|
+
# value: "TagValue",
|
1348
|
+
# },
|
1349
|
+
# ],
|
1341
1350
|
# })
|
1342
1351
|
#
|
1343
1352
|
# @example Response structure
|
@@ -1492,7 +1501,7 @@ module Aws::IoT
|
|
1492
1501
|
#
|
1493
1502
|
#
|
1494
1503
|
#
|
1495
|
-
# [1]:
|
1504
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html
|
1496
1505
|
#
|
1497
1506
|
# @option params [required, String] :thing_name
|
1498
1507
|
# The name of the thing to create.
|
@@ -1551,7 +1560,7 @@ module Aws::IoT
|
|
1551
1560
|
#
|
1552
1561
|
#
|
1553
1562
|
#
|
1554
|
-
# [1]:
|
1563
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html
|
1555
1564
|
#
|
1556
1565
|
# @option params [required, String] :thing_group_name
|
1557
1566
|
# The thing group name to create.
|
@@ -4719,7 +4728,7 @@ module Aws::IoT
|
|
4719
4728
|
#
|
4720
4729
|
#
|
4721
4730
|
#
|
4722
|
-
# [1]:
|
4731
|
+
# [1]: https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_GetCredentialsForIdentity.html#API_GetCredentialsForIdentity_RequestSyntax
|
4723
4732
|
#
|
4724
4733
|
# @option params [required, String] :principal
|
4725
4734
|
# The principal.
|
@@ -5739,7 +5748,7 @@ module Aws::IoT
|
|
5739
5748
|
#
|
5740
5749
|
#
|
5741
5750
|
#
|
5742
|
-
# [1]:
|
5751
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/programmatic-provisioning.html
|
5743
5752
|
#
|
5744
5753
|
# @option params [Hash<String,String>] :parameters
|
5745
5754
|
# The parameters for provisioning a thing. See [Programmatic
|
@@ -5747,7 +5756,7 @@ module Aws::IoT
|
|
5747
5756
|
#
|
5748
5757
|
#
|
5749
5758
|
#
|
5750
|
-
# [1]:
|
5759
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/programmatic-provisioning.html
|
5751
5760
|
#
|
5752
5761
|
# @return [Types::RegisterThingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5753
5762
|
#
|
@@ -7431,7 +7440,7 @@ module Aws::IoT
|
|
7431
7440
|
params: params,
|
7432
7441
|
config: config)
|
7433
7442
|
context[:gem_name] = 'aws-sdk-iot'
|
7434
|
-
context[:gem_version] = '1.
|
7443
|
+
context[:gem_version] = '1.23.0'
|
7435
7444
|
Seahorse::Client::Request.new(handlers, context)
|
7436
7445
|
end
|
7437
7446
|
|
@@ -1270,6 +1270,7 @@ module Aws::IoT
|
|
1270
1270
|
CreateScheduledAuditRequest.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "dayOfWeek"))
|
1271
1271
|
CreateScheduledAuditRequest.add_member(:target_check_names, Shapes::ShapeRef.new(shape: TargetAuditCheckNames, required: true, location_name: "targetCheckNames"))
|
1272
1272
|
CreateScheduledAuditRequest.add_member(:scheduled_audit_name, Shapes::ShapeRef.new(shape: ScheduledAuditName, required: true, location: "uri", location_name: "scheduledAuditName"))
|
1273
|
+
CreateScheduledAuditRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1273
1274
|
CreateScheduledAuditRequest.struct_class = Types::CreateScheduledAuditRequest
|
1274
1275
|
|
1275
1276
|
CreateScheduledAuditResponse.add_member(:scheduled_audit_arn, Shapes::ShapeRef.new(shape: ScheduledAuditArn, location_name: "scheduledAuditArn"))
|
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -998,7 +998,7 @@ module Aws::IoT
|
|
998
998
|
#
|
999
999
|
# @!attribute [rw] comparison_operator
|
1000
1000
|
# The operator that relates the thing measured (`metric`) to the
|
1001
|
-
# criteria (`value
|
1001
|
+
# criteria (containing a `value`.
|
1002
1002
|
# @return [String]
|
1003
1003
|
#
|
1004
1004
|
# @!attribute [rw] value
|
@@ -1006,7 +1006,7 @@ module Aws::IoT
|
|
1006
1006
|
# @return [Types::MetricValue]
|
1007
1007
|
#
|
1008
1008
|
# @!attribute [rw] duration_seconds
|
1009
|
-
# Use this to specify the
|
1009
|
+
# Use this to specify the time duration over which the behavior is
|
1010
1010
|
# evaluated, for those criteria which have a time dimension (for
|
1011
1011
|
# example, `NUM_MESSAGES_SENT`).
|
1012
1012
|
# @return [Integer]
|
@@ -1493,7 +1493,7 @@ module Aws::IoT
|
|
1493
1493
|
#
|
1494
1494
|
#
|
1495
1495
|
#
|
1496
|
-
# [1]:
|
1496
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit
|
1497
1497
|
# @return [String]
|
1498
1498
|
#
|
1499
1499
|
# @!attribute [rw] metric_timestamp
|
@@ -1501,7 +1501,7 @@ module Aws::IoT
|
|
1501
1501
|
#
|
1502
1502
|
#
|
1503
1503
|
#
|
1504
|
-
# [1]:
|
1504
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp
|
1505
1505
|
# @return [String]
|
1506
1506
|
#
|
1507
1507
|
class CloudwatchMetricAction < Struct.new(
|
@@ -1836,7 +1836,7 @@ module Aws::IoT
|
|
1836
1836
|
#
|
1837
1837
|
#
|
1838
1838
|
#
|
1839
|
-
# [1]:
|
1839
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/query-syntax.html
|
1840
1840
|
# @return [String]
|
1841
1841
|
#
|
1842
1842
|
# @!attribute [rw] query_version
|
@@ -2397,6 +2397,12 @@ module Aws::IoT
|
|
2397
2397
|
# day_of_week: "SUN", # accepts SUN, MON, TUE, WED, THU, FRI, SAT
|
2398
2398
|
# target_check_names: ["AuditCheckName"], # required
|
2399
2399
|
# scheduled_audit_name: "ScheduledAuditName", # required
|
2400
|
+
# tags: [
|
2401
|
+
# {
|
2402
|
+
# key: "TagKey",
|
2403
|
+
# value: "TagValue",
|
2404
|
+
# },
|
2405
|
+
# ],
|
2400
2406
|
# }
|
2401
2407
|
#
|
2402
2408
|
# @!attribute [rw] frequency
|
@@ -2433,12 +2439,17 @@ module Aws::IoT
|
|
2433
2439
|
# The name you want to give to the scheduled audit. (Max. 128 chars)
|
2434
2440
|
# @return [String]
|
2435
2441
|
#
|
2442
|
+
# @!attribute [rw] tags
|
2443
|
+
# Metadata which can be used to manage the scheduled audit.
|
2444
|
+
# @return [Array<Types::Tag>]
|
2445
|
+
#
|
2436
2446
|
class CreateScheduledAuditRequest < Struct.new(
|
2437
2447
|
:frequency,
|
2438
2448
|
:day_of_month,
|
2439
2449
|
:day_of_week,
|
2440
2450
|
:target_check_names,
|
2441
|
-
:scheduled_audit_name
|
2451
|
+
:scheduled_audit_name,
|
2452
|
+
:tags)
|
2442
2453
|
include Aws::Structure
|
2443
2454
|
end
|
2444
2455
|
|
@@ -5465,17 +5476,15 @@ module Aws::IoT
|
|
5465
5476
|
# @return [Types::AbortConfig]
|
5466
5477
|
#
|
5467
5478
|
# @!attribute [rw] created_at
|
5468
|
-
# The time, in
|
5479
|
+
# The time, in seconds since the epoch, when the job was created.
|
5469
5480
|
# @return [Time]
|
5470
5481
|
#
|
5471
5482
|
# @!attribute [rw] last_updated_at
|
5472
|
-
# The time, in
|
5473
|
-
# updated.
|
5483
|
+
# The time, in seconds since the epoch, when the job was last updated.
|
5474
5484
|
# @return [Time]
|
5475
5485
|
#
|
5476
5486
|
# @!attribute [rw] completed_at
|
5477
|
-
# The time, in
|
5478
|
-
# completed.
|
5487
|
+
# The time, in seconds since the epoch, when the job was completed.
|
5479
5488
|
# @return [Time]
|
5480
5489
|
#
|
5481
5490
|
# @!attribute [rw] job_process_details
|
@@ -5538,18 +5547,18 @@ module Aws::IoT
|
|
5538
5547
|
# @return [String]
|
5539
5548
|
#
|
5540
5549
|
# @!attribute [rw] queued_at
|
5541
|
-
# The time, in
|
5542
|
-
#
|
5550
|
+
# The time, in seconds since the epoch, when the job execution was
|
5551
|
+
# queued.
|
5543
5552
|
# @return [Time]
|
5544
5553
|
#
|
5545
5554
|
# @!attribute [rw] started_at
|
5546
|
-
# The time, in
|
5555
|
+
# The time, in seconds since the epoch, when the job execution
|
5547
5556
|
# started.
|
5548
5557
|
# @return [Time]
|
5549
5558
|
#
|
5550
5559
|
# @!attribute [rw] last_updated_at
|
5551
|
-
# The time, in
|
5552
|
-
#
|
5560
|
+
# The time, in seconds since the epoch, when the job execution was
|
5561
|
+
# last updated.
|
5553
5562
|
# @return [Time]
|
5554
5563
|
#
|
5555
5564
|
# @!attribute [rw] execution_number
|
@@ -5606,18 +5615,18 @@ module Aws::IoT
|
|
5606
5615
|
# @return [String]
|
5607
5616
|
#
|
5608
5617
|
# @!attribute [rw] queued_at
|
5609
|
-
# The time, in
|
5610
|
-
#
|
5618
|
+
# The time, in seconds since the epoch, when the job execution was
|
5619
|
+
# queued.
|
5611
5620
|
# @return [Time]
|
5612
5621
|
#
|
5613
5622
|
# @!attribute [rw] started_at
|
5614
|
-
# The time, in
|
5623
|
+
# The time, in seconds since the epoch, when the job execution
|
5615
5624
|
# started.
|
5616
5625
|
# @return [Time]
|
5617
5626
|
#
|
5618
5627
|
# @!attribute [rw] last_updated_at
|
5619
|
-
# The time, in
|
5620
|
-
#
|
5628
|
+
# The time, in seconds since the epoch, when the job execution was
|
5629
|
+
# last updated.
|
5621
5630
|
# @return [Time]
|
5622
5631
|
#
|
5623
5632
|
# @!attribute [rw] execution_number
|
@@ -5785,16 +5794,15 @@ module Aws::IoT
|
|
5785
5794
|
# @return [String]
|
5786
5795
|
#
|
5787
5796
|
# @!attribute [rw] created_at
|
5788
|
-
# The time, in
|
5797
|
+
# The time, in seconds since the epoch, when the job was created.
|
5789
5798
|
# @return [Time]
|
5790
5799
|
#
|
5791
5800
|
# @!attribute [rw] last_updated_at
|
5792
|
-
# The time, in
|
5793
|
-
# updated.
|
5801
|
+
# The time, in seconds since the epoch, when the job was last updated.
|
5794
5802
|
# @return [Time]
|
5795
5803
|
#
|
5796
5804
|
# @!attribute [rw] completed_at
|
5797
|
-
# The time, in
|
5805
|
+
# The time, in seconds since the epoch, when the job completed.
|
5798
5806
|
# @return [Time]
|
5799
5807
|
#
|
5800
5808
|
class JobSummary < Struct.new(
|
@@ -8420,7 +8428,7 @@ module Aws::IoT
|
|
8420
8428
|
#
|
8421
8429
|
#
|
8422
8430
|
#
|
8423
|
-
# [1]:
|
8431
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/programmatic-provisioning.html
|
8424
8432
|
# @return [String]
|
8425
8433
|
#
|
8426
8434
|
# @!attribute [rw] parameters
|
@@ -8429,7 +8437,7 @@ module Aws::IoT
|
|
8429
8437
|
#
|
8430
8438
|
#
|
8431
8439
|
#
|
8432
|
-
# [1]:
|
8440
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/programmatic-provisioning.html
|
8433
8441
|
# @return [Hash<String,String>]
|
8434
8442
|
#
|
8435
8443
|
class RegisterThingRequest < Struct.new(
|
@@ -8958,7 +8966,7 @@ module Aws::IoT
|
|
8958
8966
|
#
|
8959
8967
|
#
|
8960
8968
|
#
|
8961
|
-
# [1]:
|
8969
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
8962
8970
|
# @return [String]
|
8963
8971
|
#
|
8964
8972
|
class S3Action < Struct.new(
|
@@ -9377,12 +9385,12 @@ module Aws::IoT
|
|
9377
9385
|
# is "RAW". SNS uses this setting to determine if the payload should
|
9378
9386
|
# be parsed and relevant platform-specific bits of the payload should
|
9379
9387
|
# be extracted. To read more about SNS message formats, see
|
9380
|
-
# [
|
9388
|
+
# [https://docs.aws.amazon.com/sns/latest/dg/json-formats.html][1]
|
9381
9389
|
# refer to their official documentation.
|
9382
9390
|
#
|
9383
9391
|
#
|
9384
9392
|
#
|
9385
|
-
# [1]:
|
9393
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/json-formats.html
|
9386
9394
|
# @return [String]
|
9387
9395
|
#
|
9388
9396
|
class SnsAction < Struct.new(
|
@@ -10559,7 +10567,7 @@ module Aws::IoT
|
|
10559
10567
|
#
|
10560
10568
|
#
|
10561
10569
|
#
|
10562
|
-
# [1]:
|
10570
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference
|
10563
10571
|
# @return [String]
|
10564
10572
|
#
|
10565
10573
|
# @!attribute [rw] description
|
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.23.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: 2019-
|
11
|
+
date: 2019-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|