cdk-lambda-subminute 2.0.325 → 2.0.327
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.
- package/.jsii +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +0 -709
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +84 -20
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +457 -269
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +85 -65
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +479 -317
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +1286 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +548 -466
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1284 -1266
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +1 -1
- package/node_modules/aws-sdk/clients/b2bi.d.ts +45 -45
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +98 -3
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +250 -42
- package/node_modules/aws-sdk/clients/controltower.d.ts +3 -3
- package/node_modules/aws-sdk/clients/firehose.d.ts +24 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +14 -10
- package/node_modules/aws-sdk/clients/iot.d.ts +173 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +101 -101
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +1394 -0
- package/node_modules/aws-sdk/clients/neptunegraph.js +19 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +23 -23
- package/node_modules/aws-sdk/clients/quicksight.d.ts +75 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +234 -212
- package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +69 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +1032 -655
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/neptunegraph.js +14 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -525,6 +525,42 @@
|
|
525
525
|
}
|
526
526
|
}
|
527
527
|
},
|
528
|
+
"CreateCertificateProvider": {
|
529
|
+
"http": {
|
530
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
531
|
+
},
|
532
|
+
"input": {
|
533
|
+
"type": "structure",
|
534
|
+
"required": [
|
535
|
+
"certificateProviderName",
|
536
|
+
"lambdaFunctionArn",
|
537
|
+
"accountDefaultForOperations"
|
538
|
+
],
|
539
|
+
"members": {
|
540
|
+
"certificateProviderName": {
|
541
|
+
"location": "uri",
|
542
|
+
"locationName": "certificateProviderName"
|
543
|
+
},
|
544
|
+
"lambdaFunctionArn": {},
|
545
|
+
"accountDefaultForOperations": {
|
546
|
+
"shape": "S2y"
|
547
|
+
},
|
548
|
+
"clientToken": {
|
549
|
+
"idempotencyToken": true
|
550
|
+
},
|
551
|
+
"tags": {
|
552
|
+
"shape": "S2e"
|
553
|
+
}
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"output": {
|
557
|
+
"type": "structure",
|
558
|
+
"members": {
|
559
|
+
"certificateProviderName": {},
|
560
|
+
"certificateProviderArn": {}
|
561
|
+
}
|
562
|
+
}
|
563
|
+
},
|
528
564
|
"CreateCustomMetric": {
|
529
565
|
"http": {
|
530
566
|
"requestUri": "/custom-metric/{metricName}"
|
@@ -578,7 +614,7 @@
|
|
578
614
|
},
|
579
615
|
"type": {},
|
580
616
|
"stringValues": {
|
581
|
-
"shape": "
|
617
|
+
"shape": "S3c"
|
582
618
|
},
|
583
619
|
"tags": {
|
584
620
|
"shape": "S2e"
|
@@ -617,14 +653,14 @@
|
|
617
653
|
},
|
618
654
|
"validationCertificateArn": {},
|
619
655
|
"authorizerConfig": {
|
620
|
-
"shape": "
|
656
|
+
"shape": "S3l"
|
621
657
|
},
|
622
658
|
"serviceType": {},
|
623
659
|
"tags": {
|
624
660
|
"shape": "S2e"
|
625
661
|
},
|
626
662
|
"tlsConfig": {
|
627
|
-
"shape": "
|
663
|
+
"shape": "S3o"
|
628
664
|
}
|
629
665
|
}
|
630
666
|
},
|
@@ -652,7 +688,7 @@
|
|
652
688
|
"locationName": "thingGroupName"
|
653
689
|
},
|
654
690
|
"thingGroupProperties": {
|
655
|
-
"shape": "
|
691
|
+
"shape": "S3t"
|
656
692
|
},
|
657
693
|
"indexName": {},
|
658
694
|
"queryString": {},
|
@@ -695,7 +731,7 @@
|
|
695
731
|
},
|
696
732
|
"queryString": {},
|
697
733
|
"aggregationType": {
|
698
|
-
"shape": "
|
734
|
+
"shape": "S47"
|
699
735
|
},
|
700
736
|
"period": {
|
701
737
|
"type": "integer"
|
@@ -741,17 +777,17 @@
|
|
741
777
|
"document": {},
|
742
778
|
"description": {},
|
743
779
|
"presignedUrlConfig": {
|
744
|
-
"shape": "
|
780
|
+
"shape": "S4k"
|
745
781
|
},
|
746
782
|
"targetSelection": {},
|
747
783
|
"jobExecutionsRolloutConfig": {
|
748
|
-
"shape": "
|
784
|
+
"shape": "S4n"
|
749
785
|
},
|
750
786
|
"abortConfig": {
|
751
|
-
"shape": "
|
787
|
+
"shape": "S4u"
|
752
788
|
},
|
753
789
|
"timeoutConfig": {
|
754
|
-
"shape": "
|
790
|
+
"shape": "S51"
|
755
791
|
},
|
756
792
|
"tags": {
|
757
793
|
"shape": "S2e"
|
@@ -759,16 +795,16 @@
|
|
759
795
|
"namespaceId": {},
|
760
796
|
"jobTemplateArn": {},
|
761
797
|
"jobExecutionsRetryConfig": {
|
762
|
-
"shape": "
|
798
|
+
"shape": "S54"
|
763
799
|
},
|
764
800
|
"documentParameters": {
|
765
|
-
"shape": "
|
801
|
+
"shape": "S59"
|
766
802
|
},
|
767
803
|
"schedulingConfig": {
|
768
|
-
"shape": "
|
804
|
+
"shape": "S5c"
|
769
805
|
},
|
770
806
|
"destinationPackageVersions": {
|
771
|
-
"shape": "
|
807
|
+
"shape": "S5j"
|
772
808
|
}
|
773
809
|
}
|
774
810
|
},
|
@@ -802,28 +838,28 @@
|
|
802
838
|
"document": {},
|
803
839
|
"description": {},
|
804
840
|
"presignedUrlConfig": {
|
805
|
-
"shape": "
|
841
|
+
"shape": "S4k"
|
806
842
|
},
|
807
843
|
"jobExecutionsRolloutConfig": {
|
808
|
-
"shape": "
|
844
|
+
"shape": "S4n"
|
809
845
|
},
|
810
846
|
"abortConfig": {
|
811
|
-
"shape": "
|
847
|
+
"shape": "S4u"
|
812
848
|
},
|
813
849
|
"timeoutConfig": {
|
814
|
-
"shape": "
|
850
|
+
"shape": "S51"
|
815
851
|
},
|
816
852
|
"tags": {
|
817
853
|
"shape": "S2e"
|
818
854
|
},
|
819
855
|
"jobExecutionsRetryConfig": {
|
820
|
-
"shape": "
|
856
|
+
"shape": "S54"
|
821
857
|
},
|
822
858
|
"maintenanceWindows": {
|
823
|
-
"shape": "
|
859
|
+
"shape": "S5f"
|
824
860
|
},
|
825
861
|
"destinationPackageVersions": {
|
826
|
-
"shape": "
|
862
|
+
"shape": "S5j"
|
827
863
|
}
|
828
864
|
}
|
829
865
|
},
|
@@ -856,7 +892,7 @@
|
|
856
892
|
"certificateId": {},
|
857
893
|
"certificatePem": {},
|
858
894
|
"keyPair": {
|
859
|
-
"shape": "
|
895
|
+
"shape": "S5r"
|
860
896
|
}
|
861
897
|
}
|
862
898
|
}
|
@@ -879,7 +915,7 @@
|
|
879
915
|
},
|
880
916
|
"roleArn": {},
|
881
917
|
"actionParams": {
|
882
|
-
"shape": "
|
918
|
+
"shape": "S5w"
|
883
919
|
},
|
884
920
|
"tags": {
|
885
921
|
"shape": "S2e"
|
@@ -913,17 +949,17 @@
|
|
913
949
|
},
|
914
950
|
"description": {},
|
915
951
|
"targets": {
|
916
|
-
"shape": "
|
952
|
+
"shape": "S6g"
|
917
953
|
},
|
918
954
|
"protocols": {
|
919
|
-
"shape": "
|
955
|
+
"shape": "S6i"
|
920
956
|
},
|
921
957
|
"targetSelection": {},
|
922
958
|
"awsJobExecutionsRolloutConfig": {
|
923
|
-
"shape": "
|
959
|
+
"shape": "S6k"
|
924
960
|
},
|
925
961
|
"awsJobPresignedUrlConfig": {
|
926
|
-
"shape": "
|
962
|
+
"shape": "S6r"
|
927
963
|
},
|
928
964
|
"awsJobAbortConfig": {
|
929
965
|
"type": "structure",
|
@@ -964,11 +1000,11 @@
|
|
964
1000
|
}
|
965
1001
|
},
|
966
1002
|
"files": {
|
967
|
-
"shape": "
|
1003
|
+
"shape": "S72"
|
968
1004
|
},
|
969
1005
|
"roleArn": {},
|
970
1006
|
"additionalParameters": {
|
971
|
-
"shape": "
|
1007
|
+
"shape": "S80"
|
972
1008
|
},
|
973
1009
|
"tags": {
|
974
1010
|
"shape": "S2e"
|
@@ -1003,10 +1039,10 @@
|
|
1003
1039
|
"locationName": "packageName"
|
1004
1040
|
},
|
1005
1041
|
"description": {
|
1006
|
-
"shape": "
|
1042
|
+
"shape": "S88"
|
1007
1043
|
},
|
1008
1044
|
"tags": {
|
1009
|
-
"shape": "
|
1045
|
+
"shape": "S89"
|
1010
1046
|
},
|
1011
1047
|
"clientToken": {
|
1012
1048
|
"idempotencyToken": true,
|
@@ -1021,7 +1057,7 @@
|
|
1021
1057
|
"packageName": {},
|
1022
1058
|
"packageArn": {},
|
1023
1059
|
"description": {
|
1024
|
-
"shape": "
|
1060
|
+
"shape": "S88"
|
1025
1061
|
}
|
1026
1062
|
}
|
1027
1063
|
},
|
@@ -1049,13 +1085,13 @@
|
|
1049
1085
|
"locationName": "versionName"
|
1050
1086
|
},
|
1051
1087
|
"description": {
|
1052
|
-
"shape": "
|
1088
|
+
"shape": "S88"
|
1053
1089
|
},
|
1054
1090
|
"attributes": {
|
1055
|
-
"shape": "
|
1091
|
+
"shape": "S8e"
|
1056
1092
|
},
|
1057
1093
|
"tags": {
|
1058
|
-
"shape": "
|
1094
|
+
"shape": "S89"
|
1059
1095
|
},
|
1060
1096
|
"clientToken": {
|
1061
1097
|
"idempotencyToken": true,
|
@@ -1071,10 +1107,10 @@
|
|
1071
1107
|
"packageName": {},
|
1072
1108
|
"versionName": {},
|
1073
1109
|
"description": {
|
1074
|
-
"shape": "
|
1110
|
+
"shape": "S88"
|
1075
1111
|
},
|
1076
1112
|
"attributes": {
|
1077
|
-
"shape": "
|
1113
|
+
"shape": "S8e"
|
1078
1114
|
},
|
1079
1115
|
"status": {},
|
1080
1116
|
"errorReason": {}
|
@@ -1170,7 +1206,7 @@
|
|
1170
1206
|
"certificateId": {},
|
1171
1207
|
"certificatePem": {},
|
1172
1208
|
"keyPair": {
|
1173
|
-
"shape": "
|
1209
|
+
"shape": "S5r"
|
1174
1210
|
},
|
1175
1211
|
"expiration": {
|
1176
1212
|
"type": "timestamp"
|
@@ -1198,7 +1234,7 @@
|
|
1198
1234
|
},
|
1199
1235
|
"provisioningRoleArn": {},
|
1200
1236
|
"preProvisioningHook": {
|
1201
|
-
"shape": "
|
1237
|
+
"shape": "S90"
|
1202
1238
|
},
|
1203
1239
|
"tags": {
|
1204
1240
|
"shape": "S2e"
|
@@ -1302,7 +1338,7 @@
|
|
1302
1338
|
"dayOfMonth": {},
|
1303
1339
|
"dayOfWeek": {},
|
1304
1340
|
"targetCheckNames": {
|
1305
|
-
"shape": "
|
1341
|
+
"shape": "S9g"
|
1306
1342
|
},
|
1307
1343
|
"scheduledAuditName": {
|
1308
1344
|
"location": "uri",
|
@@ -1336,24 +1372,24 @@
|
|
1336
1372
|
},
|
1337
1373
|
"securityProfileDescription": {},
|
1338
1374
|
"behaviors": {
|
1339
|
-
"shape": "
|
1375
|
+
"shape": "S9m"
|
1340
1376
|
},
|
1341
1377
|
"alertTargets": {
|
1342
|
-
"shape": "
|
1378
|
+
"shape": "Sad"
|
1343
1379
|
},
|
1344
1380
|
"additionalMetricsToRetain": {
|
1345
|
-
"shape": "
|
1381
|
+
"shape": "Sah",
|
1346
1382
|
"deprecated": true,
|
1347
1383
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
1348
1384
|
},
|
1349
1385
|
"additionalMetricsToRetainV2": {
|
1350
|
-
"shape": "
|
1386
|
+
"shape": "Sai"
|
1351
1387
|
},
|
1352
1388
|
"tags": {
|
1353
1389
|
"shape": "S2e"
|
1354
1390
|
},
|
1355
1391
|
"metricsExportConfig": {
|
1356
|
-
"shape": "
|
1392
|
+
"shape": "Sak"
|
1357
1393
|
}
|
1358
1394
|
}
|
1359
1395
|
},
|
@@ -1383,7 +1419,7 @@
|
|
1383
1419
|
},
|
1384
1420
|
"description": {},
|
1385
1421
|
"files": {
|
1386
|
-
"shape": "
|
1422
|
+
"shape": "Saq"
|
1387
1423
|
},
|
1388
1424
|
"roleArn": {},
|
1389
1425
|
"tags": {
|
@@ -1419,7 +1455,7 @@
|
|
1419
1455
|
},
|
1420
1456
|
"thingTypeName": {},
|
1421
1457
|
"attributePayload": {
|
1422
|
-
"shape": "
|
1458
|
+
"shape": "S3v"
|
1423
1459
|
},
|
1424
1460
|
"billingGroupName": {}
|
1425
1461
|
}
|
@@ -1449,7 +1485,7 @@
|
|
1449
1485
|
},
|
1450
1486
|
"parentGroupName": {},
|
1451
1487
|
"thingGroupProperties": {
|
1452
|
-
"shape": "
|
1488
|
+
"shape": "S3t"
|
1453
1489
|
},
|
1454
1490
|
"tags": {
|
1455
1491
|
"shape": "S2e"
|
@@ -1480,7 +1516,7 @@
|
|
1480
1516
|
"locationName": "thingTypeName"
|
1481
1517
|
},
|
1482
1518
|
"thingTypeProperties": {
|
1483
|
-
"shape": "
|
1519
|
+
"shape": "Sb2"
|
1484
1520
|
},
|
1485
1521
|
"tags": {
|
1486
1522
|
"shape": "S2e"
|
@@ -1512,7 +1548,7 @@
|
|
1512
1548
|
"locationName": "ruleName"
|
1513
1549
|
},
|
1514
1550
|
"topicRulePayload": {
|
1515
|
-
"shape": "
|
1551
|
+
"shape": "Sba"
|
1516
1552
|
},
|
1517
1553
|
"tags": {
|
1518
1554
|
"location": "header",
|
@@ -1553,10 +1589,10 @@
|
|
1553
1589
|
],
|
1554
1590
|
"members": {
|
1555
1591
|
"subnetIds": {
|
1556
|
-
"shape": "
|
1592
|
+
"shape": "Ser"
|
1557
1593
|
},
|
1558
1594
|
"securityGroups": {
|
1559
|
-
"shape": "
|
1595
|
+
"shape": "Set"
|
1560
1596
|
},
|
1561
1597
|
"vpcId": {},
|
1562
1598
|
"roleArn": {}
|
@@ -1570,7 +1606,7 @@
|
|
1570
1606
|
"type": "structure",
|
1571
1607
|
"members": {
|
1572
1608
|
"topicRuleDestination": {
|
1573
|
-
"shape": "
|
1609
|
+
"shape": "Sex"
|
1574
1610
|
}
|
1575
1611
|
}
|
1576
1612
|
}
|
@@ -1711,6 +1747,28 @@
|
|
1711
1747
|
}
|
1712
1748
|
}
|
1713
1749
|
},
|
1750
|
+
"DeleteCertificateProvider": {
|
1751
|
+
"http": {
|
1752
|
+
"method": "DELETE",
|
1753
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
1754
|
+
},
|
1755
|
+
"input": {
|
1756
|
+
"type": "structure",
|
1757
|
+
"required": [
|
1758
|
+
"certificateProviderName"
|
1759
|
+
],
|
1760
|
+
"members": {
|
1761
|
+
"certificateProviderName": {
|
1762
|
+
"location": "uri",
|
1763
|
+
"locationName": "certificateProviderName"
|
1764
|
+
}
|
1765
|
+
}
|
1766
|
+
},
|
1767
|
+
"output": {
|
1768
|
+
"type": "structure",
|
1769
|
+
"members": {}
|
1770
|
+
}
|
1771
|
+
},
|
1714
1772
|
"DeleteCustomMetric": {
|
1715
1773
|
"http": {
|
1716
1774
|
"method": "DELETE",
|
@@ -2402,10 +2460,10 @@
|
|
2402
2460
|
"members": {
|
2403
2461
|
"roleArn": {},
|
2404
2462
|
"auditNotificationTargetConfigurations": {
|
2405
|
-
"shape": "
|
2463
|
+
"shape": "Sh3"
|
2406
2464
|
},
|
2407
2465
|
"auditCheckConfigurations": {
|
2408
|
-
"shape": "
|
2466
|
+
"shape": "Sh6"
|
2409
2467
|
}
|
2410
2468
|
}
|
2411
2469
|
}
|
@@ -2431,7 +2489,7 @@
|
|
2431
2489
|
"type": "structure",
|
2432
2490
|
"members": {
|
2433
2491
|
"finding": {
|
2434
|
-
"shape": "
|
2492
|
+
"shape": "Shb"
|
2435
2493
|
}
|
2436
2494
|
}
|
2437
2495
|
}
|
@@ -2488,13 +2546,13 @@
|
|
2488
2546
|
}
|
2489
2547
|
},
|
2490
2548
|
"target": {
|
2491
|
-
"shape": "
|
2549
|
+
"shape": "Shv"
|
2492
2550
|
},
|
2493
2551
|
"auditCheckToActionsMapping": {
|
2494
|
-
"shape": "
|
2552
|
+
"shape": "Shz"
|
2495
2553
|
},
|
2496
2554
|
"actionsDefinition": {
|
2497
|
-
"shape": "
|
2555
|
+
"shape": "Si1"
|
2498
2556
|
}
|
2499
2557
|
}
|
2500
2558
|
}
|
@@ -2633,7 +2691,7 @@
|
|
2633
2691
|
"type": "structure",
|
2634
2692
|
"members": {
|
2635
2693
|
"authorizerDescription": {
|
2636
|
-
"shape": "
|
2694
|
+
"shape": "Sis"
|
2637
2695
|
}
|
2638
2696
|
}
|
2639
2697
|
}
|
@@ -2718,13 +2776,13 @@
|
|
2718
2776
|
},
|
2719
2777
|
"generationId": {},
|
2720
2778
|
"validity": {
|
2721
|
-
"shape": "
|
2779
|
+
"shape": "Sj5"
|
2722
2780
|
},
|
2723
2781
|
"certificateMode": {}
|
2724
2782
|
}
|
2725
2783
|
},
|
2726
2784
|
"registrationConfig": {
|
2727
|
-
"shape": "
|
2785
|
+
"shape": "Sj7"
|
2728
2786
|
}
|
2729
2787
|
}
|
2730
2788
|
}
|
@@ -2786,7 +2844,7 @@
|
|
2786
2844
|
},
|
2787
2845
|
"generationId": {},
|
2788
2846
|
"validity": {
|
2789
|
-
"shape": "
|
2847
|
+
"shape": "Sj5"
|
2790
2848
|
},
|
2791
2849
|
"certificateMode": {}
|
2792
2850
|
}
|
@@ -2794,6 +2852,41 @@
|
|
2794
2852
|
}
|
2795
2853
|
}
|
2796
2854
|
},
|
2855
|
+
"DescribeCertificateProvider": {
|
2856
|
+
"http": {
|
2857
|
+
"method": "GET",
|
2858
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
2859
|
+
},
|
2860
|
+
"input": {
|
2861
|
+
"type": "structure",
|
2862
|
+
"required": [
|
2863
|
+
"certificateProviderName"
|
2864
|
+
],
|
2865
|
+
"members": {
|
2866
|
+
"certificateProviderName": {
|
2867
|
+
"location": "uri",
|
2868
|
+
"locationName": "certificateProviderName"
|
2869
|
+
}
|
2870
|
+
}
|
2871
|
+
},
|
2872
|
+
"output": {
|
2873
|
+
"type": "structure",
|
2874
|
+
"members": {
|
2875
|
+
"certificateProviderName": {},
|
2876
|
+
"certificateProviderArn": {},
|
2877
|
+
"lambdaFunctionArn": {},
|
2878
|
+
"accountDefaultForOperations": {
|
2879
|
+
"shape": "S2y"
|
2880
|
+
},
|
2881
|
+
"creationDate": {
|
2882
|
+
"type": "timestamp"
|
2883
|
+
},
|
2884
|
+
"lastModifiedDate": {
|
2885
|
+
"type": "timestamp"
|
2886
|
+
}
|
2887
|
+
}
|
2888
|
+
}
|
2889
|
+
},
|
2797
2890
|
"DescribeCustomMetric": {
|
2798
2891
|
"http": {
|
2799
2892
|
"method": "GET",
|
@@ -2840,7 +2933,7 @@
|
|
2840
2933
|
"type": "structure",
|
2841
2934
|
"members": {
|
2842
2935
|
"authorizerDescription": {
|
2843
|
-
"shape": "
|
2936
|
+
"shape": "Sis"
|
2844
2937
|
}
|
2845
2938
|
}
|
2846
2939
|
}
|
@@ -2866,7 +2959,7 @@
|
|
2866
2959
|
"type": "structure",
|
2867
2960
|
"members": {
|
2868
2961
|
"taskSummary": {
|
2869
|
-
"shape": "
|
2962
|
+
"shape": "Sjm"
|
2870
2963
|
}
|
2871
2964
|
}
|
2872
2965
|
}
|
@@ -2895,7 +2988,7 @@
|
|
2895
2988
|
"arn": {},
|
2896
2989
|
"type": {},
|
2897
2990
|
"stringValues": {
|
2898
|
-
"shape": "
|
2991
|
+
"shape": "S3c"
|
2899
2992
|
},
|
2900
2993
|
"creationDate": {
|
2901
2994
|
"type": "timestamp"
|
@@ -2941,7 +3034,7 @@
|
|
2941
3034
|
}
|
2942
3035
|
},
|
2943
3036
|
"authorizerConfig": {
|
2944
|
-
"shape": "
|
3037
|
+
"shape": "S3l"
|
2945
3038
|
},
|
2946
3039
|
"domainConfigurationStatus": {},
|
2947
3040
|
"serviceType": {},
|
@@ -2950,7 +3043,7 @@
|
|
2950
3043
|
"type": "timestamp"
|
2951
3044
|
},
|
2952
3045
|
"tlsConfig": {
|
2953
|
-
"shape": "
|
3046
|
+
"shape": "S3o"
|
2954
3047
|
}
|
2955
3048
|
}
|
2956
3049
|
}
|
@@ -2989,7 +3082,7 @@
|
|
2989
3082
|
"type": "structure",
|
2990
3083
|
"members": {
|
2991
3084
|
"eventConfigurations": {
|
2992
|
-
"shape": "
|
3085
|
+
"shape": "Skc"
|
2993
3086
|
},
|
2994
3087
|
"creationDate": {
|
2995
3088
|
"type": "timestamp"
|
@@ -3023,7 +3116,7 @@
|
|
3023
3116
|
"metricName": {},
|
3024
3117
|
"queryString": {},
|
3025
3118
|
"aggregationType": {
|
3026
|
-
"shape": "
|
3119
|
+
"shape": "S47"
|
3027
3120
|
},
|
3028
3121
|
"period": {
|
3029
3122
|
"type": "integer"
|
@@ -3110,13 +3203,13 @@
|
|
3110
3203
|
},
|
3111
3204
|
"description": {},
|
3112
3205
|
"presignedUrlConfig": {
|
3113
|
-
"shape": "
|
3206
|
+
"shape": "S4k"
|
3114
3207
|
},
|
3115
3208
|
"jobExecutionsRolloutConfig": {
|
3116
|
-
"shape": "
|
3209
|
+
"shape": "S4n"
|
3117
3210
|
},
|
3118
3211
|
"abortConfig": {
|
3119
|
-
"shape": "
|
3212
|
+
"shape": "S4u"
|
3120
3213
|
},
|
3121
3214
|
"createdAt": {
|
3122
3215
|
"type": "timestamp"
|
@@ -3161,21 +3254,21 @@
|
|
3161
3254
|
}
|
3162
3255
|
},
|
3163
3256
|
"timeoutConfig": {
|
3164
|
-
"shape": "
|
3257
|
+
"shape": "S51"
|
3165
3258
|
},
|
3166
3259
|
"namespaceId": {},
|
3167
3260
|
"jobTemplateArn": {},
|
3168
3261
|
"jobExecutionsRetryConfig": {
|
3169
|
-
"shape": "
|
3262
|
+
"shape": "S54"
|
3170
3263
|
},
|
3171
3264
|
"documentParameters": {
|
3172
|
-
"shape": "
|
3265
|
+
"shape": "S59"
|
3173
3266
|
},
|
3174
3267
|
"isConcurrent": {
|
3175
3268
|
"type": "boolean"
|
3176
3269
|
},
|
3177
3270
|
"schedulingConfig": {
|
3178
|
-
"shape": "
|
3271
|
+
"shape": "S5c"
|
3179
3272
|
},
|
3180
3273
|
"scheduledJobRollouts": {
|
3181
3274
|
"type": "list",
|
@@ -3187,7 +3280,7 @@
|
|
3187
3280
|
}
|
3188
3281
|
},
|
3189
3282
|
"destinationPackageVersions": {
|
3190
|
-
"shape": "
|
3283
|
+
"shape": "S5j"
|
3191
3284
|
}
|
3192
3285
|
}
|
3193
3286
|
}
|
@@ -3293,25 +3386,25 @@
|
|
3293
3386
|
"type": "timestamp"
|
3294
3387
|
},
|
3295
3388
|
"presignedUrlConfig": {
|
3296
|
-
"shape": "
|
3389
|
+
"shape": "S4k"
|
3297
3390
|
},
|
3298
3391
|
"jobExecutionsRolloutConfig": {
|
3299
|
-
"shape": "
|
3392
|
+
"shape": "S4n"
|
3300
3393
|
},
|
3301
3394
|
"abortConfig": {
|
3302
|
-
"shape": "
|
3395
|
+
"shape": "S4u"
|
3303
3396
|
},
|
3304
3397
|
"timeoutConfig": {
|
3305
|
-
"shape": "
|
3398
|
+
"shape": "S51"
|
3306
3399
|
},
|
3307
3400
|
"jobExecutionsRetryConfig": {
|
3308
|
-
"shape": "
|
3401
|
+
"shape": "S54"
|
3309
3402
|
},
|
3310
3403
|
"maintenanceWindows": {
|
3311
|
-
"shape": "
|
3404
|
+
"shape": "S5f"
|
3312
3405
|
},
|
3313
3406
|
"destinationPackageVersions": {
|
3314
|
-
"shape": "
|
3407
|
+
"shape": "S5j"
|
3315
3408
|
}
|
3316
3409
|
}
|
3317
3410
|
}
|
@@ -3345,7 +3438,7 @@
|
|
3345
3438
|
"description": {},
|
3346
3439
|
"templateVersion": {},
|
3347
3440
|
"environments": {
|
3348
|
-
"shape": "
|
3441
|
+
"shape": "Sli"
|
3349
3442
|
},
|
3350
3443
|
"documentParameters": {
|
3351
3444
|
"type": "list",
|
@@ -3392,7 +3485,7 @@
|
|
3392
3485
|
"actionId": {},
|
3393
3486
|
"roleArn": {},
|
3394
3487
|
"actionParams": {
|
3395
|
-
"shape": "
|
3488
|
+
"shape": "S5w"
|
3396
3489
|
},
|
3397
3490
|
"creationDate": {
|
3398
3491
|
"type": "timestamp"
|
@@ -3441,7 +3534,7 @@
|
|
3441
3534
|
},
|
3442
3535
|
"provisioningRoleArn": {},
|
3443
3536
|
"preProvisioningHook": {
|
3444
|
-
"shape": "
|
3537
|
+
"shape": "S90"
|
3445
3538
|
},
|
3446
3539
|
"type": {}
|
3447
3540
|
}
|
@@ -3551,7 +3644,7 @@
|
|
3551
3644
|
"dayOfMonth": {},
|
3552
3645
|
"dayOfWeek": {},
|
3553
3646
|
"targetCheckNames": {
|
3554
|
-
"shape": "
|
3647
|
+
"shape": "S9g"
|
3555
3648
|
},
|
3556
3649
|
"scheduledAuditName": {},
|
3557
3650
|
"scheduledAuditArn": {}
|
@@ -3582,18 +3675,18 @@
|
|
3582
3675
|
"securityProfileArn": {},
|
3583
3676
|
"securityProfileDescription": {},
|
3584
3677
|
"behaviors": {
|
3585
|
-
"shape": "
|
3678
|
+
"shape": "S9m"
|
3586
3679
|
},
|
3587
3680
|
"alertTargets": {
|
3588
|
-
"shape": "
|
3681
|
+
"shape": "Sad"
|
3589
3682
|
},
|
3590
3683
|
"additionalMetricsToRetain": {
|
3591
|
-
"shape": "
|
3684
|
+
"shape": "Sah",
|
3592
3685
|
"deprecated": true,
|
3593
3686
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
3594
3687
|
},
|
3595
3688
|
"additionalMetricsToRetainV2": {
|
3596
|
-
"shape": "
|
3689
|
+
"shape": "Sai"
|
3597
3690
|
},
|
3598
3691
|
"version": {
|
3599
3692
|
"type": "long"
|
@@ -3605,7 +3698,7 @@
|
|
3605
3698
|
"type": "timestamp"
|
3606
3699
|
},
|
3607
3700
|
"metricsExportConfig": {
|
3608
|
-
"shape": "
|
3701
|
+
"shape": "Sak"
|
3609
3702
|
}
|
3610
3703
|
}
|
3611
3704
|
}
|
@@ -3640,7 +3733,7 @@
|
|
3640
3733
|
},
|
3641
3734
|
"description": {},
|
3642
3735
|
"files": {
|
3643
|
-
"shape": "
|
3736
|
+
"shape": "Saq"
|
3644
3737
|
},
|
3645
3738
|
"createdAt": {
|
3646
3739
|
"type": "timestamp"
|
@@ -3680,7 +3773,7 @@
|
|
3680
3773
|
"thingArn": {},
|
3681
3774
|
"thingTypeName": {},
|
3682
3775
|
"attributes": {
|
3683
|
-
"shape": "
|
3776
|
+
"shape": "S3w"
|
3684
3777
|
},
|
3685
3778
|
"version": {
|
3686
3779
|
"type": "long"
|
@@ -3716,14 +3809,14 @@
|
|
3716
3809
|
"type": "long"
|
3717
3810
|
},
|
3718
3811
|
"thingGroupProperties": {
|
3719
|
-
"shape": "
|
3812
|
+
"shape": "S3t"
|
3720
3813
|
},
|
3721
3814
|
"thingGroupMetadata": {
|
3722
3815
|
"type": "structure",
|
3723
3816
|
"members": {
|
3724
3817
|
"parentGroupName": {},
|
3725
3818
|
"rootToParentThingGroups": {
|
3726
|
-
"shape": "
|
3819
|
+
"shape": "Smb"
|
3727
3820
|
},
|
3728
3821
|
"creationDate": {
|
3729
3822
|
"type": "timestamp"
|
@@ -3806,10 +3899,10 @@
|
|
3806
3899
|
"thingTypeId": {},
|
3807
3900
|
"thingTypeArn": {},
|
3808
3901
|
"thingTypeProperties": {
|
3809
|
-
"shape": "
|
3902
|
+
"shape": "Sb2"
|
3810
3903
|
},
|
3811
3904
|
"thingTypeMetadata": {
|
3812
|
-
"shape": "
|
3905
|
+
"shape": "Smo"
|
3813
3906
|
}
|
3814
3907
|
}
|
3815
3908
|
}
|
@@ -4117,10 +4210,10 @@
|
|
4117
4210
|
"type": "structure",
|
4118
4211
|
"members": {
|
4119
4212
|
"thingIndexingConfiguration": {
|
4120
|
-
"shape": "
|
4213
|
+
"shape": "Snn"
|
4121
4214
|
},
|
4122
4215
|
"thingGroupIndexingConfiguration": {
|
4123
|
-
"shape": "
|
4216
|
+
"shape": "So3"
|
4124
4217
|
}
|
4125
4218
|
}
|
4126
4219
|
}
|
@@ -4199,20 +4292,20 @@
|
|
4199
4292
|
},
|
4200
4293
|
"description": {},
|
4201
4294
|
"targets": {
|
4202
|
-
"shape": "
|
4295
|
+
"shape": "S6g"
|
4203
4296
|
},
|
4204
4297
|
"protocols": {
|
4205
|
-
"shape": "
|
4298
|
+
"shape": "S6i"
|
4206
4299
|
},
|
4207
4300
|
"awsJobExecutionsRolloutConfig": {
|
4208
|
-
"shape": "
|
4301
|
+
"shape": "S6k"
|
4209
4302
|
},
|
4210
4303
|
"awsJobPresignedUrlConfig": {
|
4211
|
-
"shape": "
|
4304
|
+
"shape": "S6r"
|
4212
4305
|
},
|
4213
4306
|
"targetSelection": {},
|
4214
4307
|
"otaUpdateFiles": {
|
4215
|
-
"shape": "
|
4308
|
+
"shape": "S72"
|
4216
4309
|
},
|
4217
4310
|
"otaUpdateStatus": {},
|
4218
4311
|
"awsIotJobId": {},
|
@@ -4225,7 +4318,7 @@
|
|
4225
4318
|
}
|
4226
4319
|
},
|
4227
4320
|
"additionalParameters": {
|
4228
|
-
"shape": "
|
4321
|
+
"shape": "S80"
|
4229
4322
|
}
|
4230
4323
|
}
|
4231
4324
|
}
|
@@ -4256,7 +4349,7 @@
|
|
4256
4349
|
"packageName": {},
|
4257
4350
|
"packageArn": {},
|
4258
4351
|
"description": {
|
4259
|
-
"shape": "
|
4352
|
+
"shape": "S88"
|
4260
4353
|
},
|
4261
4354
|
"defaultVersionName": {},
|
4262
4355
|
"creationDate": {
|
@@ -4282,7 +4375,7 @@
|
|
4282
4375
|
"type": "structure",
|
4283
4376
|
"members": {
|
4284
4377
|
"versionUpdateByJobsConfig": {
|
4285
|
-
"shape": "
|
4378
|
+
"shape": "Soj"
|
4286
4379
|
}
|
4287
4380
|
}
|
4288
4381
|
}
|
@@ -4317,10 +4410,10 @@
|
|
4317
4410
|
"packageName": {},
|
4318
4411
|
"versionName": {},
|
4319
4412
|
"description": {
|
4320
|
-
"shape": "
|
4413
|
+
"shape": "S88"
|
4321
4414
|
},
|
4322
4415
|
"attributes": {
|
4323
|
-
"shape": "
|
4416
|
+
"shape": "S8e"
|
4324
4417
|
},
|
4325
4418
|
"status": {},
|
4326
4419
|
"errorReason": {},
|
@@ -4549,14 +4642,14 @@
|
|
4549
4642
|
"type": "timestamp"
|
4550
4643
|
},
|
4551
4644
|
"actions": {
|
4552
|
-
"shape": "
|
4645
|
+
"shape": "Sbd"
|
4553
4646
|
},
|
4554
4647
|
"ruleDisabled": {
|
4555
4648
|
"type": "boolean"
|
4556
4649
|
},
|
4557
4650
|
"awsIotSqlVersion": {},
|
4558
4651
|
"errorAction": {
|
4559
|
-
"shape": "
|
4652
|
+
"shape": "Sbe"
|
4560
4653
|
}
|
4561
4654
|
}
|
4562
4655
|
}
|
@@ -4584,7 +4677,7 @@
|
|
4584
4677
|
"type": "structure",
|
4585
4678
|
"members": {
|
4586
4679
|
"topicRuleDestination": {
|
4587
|
-
"shape": "
|
4680
|
+
"shape": "Sex"
|
4588
4681
|
}
|
4589
4682
|
}
|
4590
4683
|
}
|
@@ -4661,13 +4754,13 @@
|
|
4661
4754
|
"thingName": {},
|
4662
4755
|
"securityProfileName": {},
|
4663
4756
|
"behavior": {
|
4664
|
-
"shape": "
|
4757
|
+
"shape": "S9n"
|
4665
4758
|
},
|
4666
4759
|
"lastViolationValue": {
|
4667
|
-
"shape": "
|
4760
|
+
"shape": "S9u"
|
4668
4761
|
},
|
4669
4762
|
"violationEventAdditionalInfo": {
|
4670
|
-
"shape": "
|
4763
|
+
"shape": "Spt"
|
4671
4764
|
},
|
4672
4765
|
"verificationState": {},
|
4673
4766
|
"verificationStateDescription": {},
|
@@ -4718,7 +4811,7 @@
|
|
4718
4811
|
"type": "structure",
|
4719
4812
|
"members": {
|
4720
4813
|
"policies": {
|
4721
|
-
"shape": "
|
4814
|
+
"shape": "Sq0"
|
4722
4815
|
},
|
4723
4816
|
"nextMarker": {}
|
4724
4817
|
}
|
@@ -4757,7 +4850,7 @@
|
|
4757
4850
|
"findings": {
|
4758
4851
|
"type": "list",
|
4759
4852
|
"member": {
|
4760
|
-
"shape": "
|
4853
|
+
"shape": "Shb"
|
4761
4854
|
}
|
4762
4855
|
},
|
4763
4856
|
"nextToken": {}
|
@@ -5075,7 +5168,7 @@
|
|
5075
5168
|
"billingGroups": {
|
5076
5169
|
"type": "list",
|
5077
5170
|
"member": {
|
5078
|
-
"shape": "
|
5171
|
+
"shape": "Smc"
|
5079
5172
|
}
|
5080
5173
|
},
|
5081
5174
|
"nextToken": {}
|
@@ -5131,6 +5224,42 @@
|
|
5131
5224
|
}
|
5132
5225
|
}
|
5133
5226
|
},
|
5227
|
+
"ListCertificateProviders": {
|
5228
|
+
"http": {
|
5229
|
+
"method": "GET",
|
5230
|
+
"requestUri": "/certificate-providers/"
|
5231
|
+
},
|
5232
|
+
"input": {
|
5233
|
+
"type": "structure",
|
5234
|
+
"members": {
|
5235
|
+
"nextToken": {
|
5236
|
+
"location": "querystring",
|
5237
|
+
"locationName": "nextToken"
|
5238
|
+
},
|
5239
|
+
"ascendingOrder": {
|
5240
|
+
"location": "querystring",
|
5241
|
+
"locationName": "isAscendingOrder",
|
5242
|
+
"type": "boolean"
|
5243
|
+
}
|
5244
|
+
}
|
5245
|
+
},
|
5246
|
+
"output": {
|
5247
|
+
"type": "structure",
|
5248
|
+
"members": {
|
5249
|
+
"certificateProviders": {
|
5250
|
+
"type": "list",
|
5251
|
+
"member": {
|
5252
|
+
"type": "structure",
|
5253
|
+
"members": {
|
5254
|
+
"certificateProviderName": {},
|
5255
|
+
"certificateProviderArn": {}
|
5256
|
+
}
|
5257
|
+
}
|
5258
|
+
},
|
5259
|
+
"nextToken": {}
|
5260
|
+
}
|
5261
|
+
}
|
5262
|
+
},
|
5134
5263
|
"ListCertificates": {
|
5135
5264
|
"http": {
|
5136
5265
|
"method": "GET",
|
@@ -5159,7 +5288,7 @@
|
|
5159
5288
|
"type": "structure",
|
5160
5289
|
"members": {
|
5161
5290
|
"certificates": {
|
5162
|
-
"shape": "
|
5291
|
+
"shape": "Sr6"
|
5163
5292
|
},
|
5164
5293
|
"nextMarker": {}
|
5165
5294
|
}
|
@@ -5200,7 +5329,7 @@
|
|
5200
5329
|
"type": "structure",
|
5201
5330
|
"members": {
|
5202
5331
|
"certificates": {
|
5203
|
-
"shape": "
|
5332
|
+
"shape": "Sr6"
|
5204
5333
|
},
|
5205
5334
|
"nextMarker": {}
|
5206
5335
|
}
|
@@ -5344,7 +5473,7 @@
|
|
5344
5473
|
"tasks": {
|
5345
5474
|
"type": "list",
|
5346
5475
|
"member": {
|
5347
|
-
"shape": "
|
5476
|
+
"shape": "Sjm"
|
5348
5477
|
}
|
5349
5478
|
},
|
5350
5479
|
"nextToken": {}
|
@@ -5528,7 +5657,7 @@
|
|
5528
5657
|
"members": {
|
5529
5658
|
"thingArn": {},
|
5530
5659
|
"jobExecutionSummary": {
|
5531
|
-
"shape": "
|
5660
|
+
"shape": "Ss6"
|
5532
5661
|
}
|
5533
5662
|
}
|
5534
5663
|
}
|
@@ -5585,7 +5714,7 @@
|
|
5585
5714
|
"members": {
|
5586
5715
|
"jobId": {},
|
5587
5716
|
"jobExecutionSummary": {
|
5588
|
-
"shape": "
|
5717
|
+
"shape": "Ss6"
|
5589
5718
|
}
|
5590
5719
|
}
|
5591
5720
|
}
|
@@ -5740,7 +5869,7 @@
|
|
5740
5869
|
"templateName": {},
|
5741
5870
|
"description": {},
|
5742
5871
|
"environments": {
|
5743
|
-
"shape": "
|
5872
|
+
"shape": "Sli"
|
5744
5873
|
},
|
5745
5874
|
"templateVersion": {}
|
5746
5875
|
}
|
@@ -5813,7 +5942,7 @@
|
|
5813
5942
|
"type": "timestamp"
|
5814
5943
|
},
|
5815
5944
|
"value": {
|
5816
|
-
"shape": "
|
5945
|
+
"shape": "S9u"
|
5817
5946
|
}
|
5818
5947
|
}
|
5819
5948
|
}
|
@@ -6083,7 +6212,7 @@
|
|
6083
6212
|
"type": "structure",
|
6084
6213
|
"members": {
|
6085
6214
|
"policies": {
|
6086
|
-
"shape": "
|
6215
|
+
"shape": "Sq0"
|
6087
6216
|
},
|
6088
6217
|
"nextMarker": {}
|
6089
6218
|
}
|
@@ -6124,7 +6253,7 @@
|
|
6124
6253
|
"type": "structure",
|
6125
6254
|
"members": {
|
6126
6255
|
"principals": {
|
6127
|
-
"shape": "
|
6256
|
+
"shape": "Sth"
|
6128
6257
|
},
|
6129
6258
|
"nextMarker": {}
|
6130
6259
|
}
|
@@ -6204,7 +6333,7 @@
|
|
6204
6333
|
"type": "structure",
|
6205
6334
|
"members": {
|
6206
6335
|
"policies": {
|
6207
|
-
"shape": "
|
6336
|
+
"shape": "Sq0"
|
6208
6337
|
},
|
6209
6338
|
"nextMarker": {}
|
6210
6339
|
}
|
@@ -6241,7 +6370,7 @@
|
|
6241
6370
|
"type": "structure",
|
6242
6371
|
"members": {
|
6243
6372
|
"things": {
|
6244
|
-
"shape": "
|
6373
|
+
"shape": "Str"
|
6245
6374
|
},
|
6246
6375
|
"nextToken": {}
|
6247
6376
|
}
|
@@ -6374,7 +6503,7 @@
|
|
6374
6503
|
"type": "structure",
|
6375
6504
|
"members": {
|
6376
6505
|
"relatedResources": {
|
6377
|
-
"shape": "
|
6506
|
+
"shape": "Shg"
|
6378
6507
|
},
|
6379
6508
|
"nextToken": {}
|
6380
6509
|
}
|
@@ -6487,7 +6616,7 @@
|
|
6487
6616
|
"securityProfileIdentifiers": {
|
6488
6617
|
"type": "list",
|
6489
6618
|
"member": {
|
6490
|
-
"shape": "
|
6619
|
+
"shape": "Suc"
|
6491
6620
|
}
|
6492
6621
|
},
|
6493
6622
|
"nextToken": {}
|
@@ -6534,10 +6663,10 @@
|
|
6534
6663
|
"type": "structure",
|
6535
6664
|
"members": {
|
6536
6665
|
"securityProfileIdentifier": {
|
6537
|
-
"shape": "
|
6666
|
+
"shape": "Suc"
|
6538
6667
|
},
|
6539
6668
|
"target": {
|
6540
|
-
"shape": "
|
6669
|
+
"shape": "Suh"
|
6541
6670
|
}
|
6542
6671
|
}
|
6543
6672
|
}
|
@@ -6690,7 +6819,7 @@
|
|
6690
6819
|
"securityProfileTargets": {
|
6691
6820
|
"type": "list",
|
6692
6821
|
"member": {
|
6693
|
-
"shape": "
|
6822
|
+
"shape": "Suh"
|
6694
6823
|
}
|
6695
6824
|
},
|
6696
6825
|
"nextToken": {}
|
@@ -6733,7 +6862,7 @@
|
|
6733
6862
|
"type": "structure",
|
6734
6863
|
"members": {
|
6735
6864
|
"thingGroups": {
|
6736
|
-
"shape": "
|
6865
|
+
"shape": "Smb"
|
6737
6866
|
},
|
6738
6867
|
"nextToken": {}
|
6739
6868
|
}
|
@@ -6769,7 +6898,7 @@
|
|
6769
6898
|
"type": "structure",
|
6770
6899
|
"members": {
|
6771
6900
|
"thingGroups": {
|
6772
|
-
"shape": "
|
6901
|
+
"shape": "Smb"
|
6773
6902
|
},
|
6774
6903
|
"nextToken": {}
|
6775
6904
|
}
|
@@ -6805,7 +6934,7 @@
|
|
6805
6934
|
"type": "structure",
|
6806
6935
|
"members": {
|
6807
6936
|
"principals": {
|
6808
|
-
"shape": "
|
6937
|
+
"shape": "Sth"
|
6809
6938
|
},
|
6810
6939
|
"nextToken": {}
|
6811
6940
|
}
|
@@ -6922,10 +7051,10 @@
|
|
6922
7051
|
"thingTypeName": {},
|
6923
7052
|
"thingTypeArn": {},
|
6924
7053
|
"thingTypeProperties": {
|
6925
|
-
"shape": "
|
7054
|
+
"shape": "Sb2"
|
6926
7055
|
},
|
6927
7056
|
"thingTypeMetadata": {
|
6928
|
-
"shape": "
|
7057
|
+
"shape": "Smo"
|
6929
7058
|
}
|
6930
7059
|
}
|
6931
7060
|
}
|
@@ -6982,7 +7111,7 @@
|
|
6982
7111
|
"thingTypeName": {},
|
6983
7112
|
"thingArn": {},
|
6984
7113
|
"attributes": {
|
6985
|
-
"shape": "
|
7114
|
+
"shape": "S3w"
|
6986
7115
|
},
|
6987
7116
|
"version": {
|
6988
7117
|
"type": "long"
|
@@ -7024,7 +7153,7 @@
|
|
7024
7153
|
"type": "structure",
|
7025
7154
|
"members": {
|
7026
7155
|
"things": {
|
7027
|
-
"shape": "
|
7156
|
+
"shape": "Str"
|
7028
7157
|
},
|
7029
7158
|
"nextToken": {}
|
7030
7159
|
}
|
@@ -7065,7 +7194,7 @@
|
|
7065
7194
|
"type": "structure",
|
7066
7195
|
"members": {
|
7067
7196
|
"things": {
|
7068
|
-
"shape": "
|
7197
|
+
"shape": "Str"
|
7069
7198
|
},
|
7070
7199
|
"nextToken": {}
|
7071
7200
|
}
|
@@ -7117,10 +7246,10 @@
|
|
7117
7246
|
"type": "structure",
|
7118
7247
|
"members": {
|
7119
7248
|
"subnetIds": {
|
7120
|
-
"shape": "
|
7249
|
+
"shape": "Ser"
|
7121
7250
|
},
|
7122
7251
|
"securityGroups": {
|
7123
|
-
"shape": "
|
7252
|
+
"shape": "Set"
|
7124
7253
|
},
|
7125
7254
|
"vpcId": {},
|
7126
7255
|
"roleArn": {}
|
@@ -7217,7 +7346,7 @@
|
|
7217
7346
|
"type": "structure",
|
7218
7347
|
"members": {
|
7219
7348
|
"logTarget": {
|
7220
|
-
"shape": "
|
7349
|
+
"shape": "Sw5"
|
7221
7350
|
},
|
7222
7351
|
"logLevel": {}
|
7223
7352
|
}
|
@@ -7293,13 +7422,13 @@
|
|
7293
7422
|
"thingName": {},
|
7294
7423
|
"securityProfileName": {},
|
7295
7424
|
"behavior": {
|
7296
|
-
"shape": "
|
7425
|
+
"shape": "S9n"
|
7297
7426
|
},
|
7298
7427
|
"metricValue": {
|
7299
|
-
"shape": "
|
7428
|
+
"shape": "S9u"
|
7300
7429
|
},
|
7301
7430
|
"violationEventAdditionalInfo": {
|
7302
|
-
"shape": "
|
7431
|
+
"shape": "Spt"
|
7303
7432
|
},
|
7304
7433
|
"violationEventType": {},
|
7305
7434
|
"verificationState": {},
|
@@ -7361,7 +7490,7 @@
|
|
7361
7490
|
"type": "boolean"
|
7362
7491
|
},
|
7363
7492
|
"registrationConfig": {
|
7364
|
-
"shape": "
|
7493
|
+
"shape": "Sj7"
|
7365
7494
|
},
|
7366
7495
|
"tags": {
|
7367
7496
|
"shape": "S2e"
|
@@ -7532,7 +7661,7 @@
|
|
7532
7661
|
"locationName": "ruleName"
|
7533
7662
|
},
|
7534
7663
|
"topicRulePayload": {
|
7535
|
-
"shape": "
|
7664
|
+
"shape": "Sba"
|
7536
7665
|
}
|
7537
7666
|
},
|
7538
7667
|
"payload": "topicRulePayload"
|
@@ -7570,10 +7699,10 @@
|
|
7570
7699
|
"thingId": {},
|
7571
7700
|
"thingTypeName": {},
|
7572
7701
|
"thingGroupNames": {
|
7573
|
-
"shape": "
|
7702
|
+
"shape": "Sx1"
|
7574
7703
|
},
|
7575
7704
|
"attributes": {
|
7576
|
-
"shape": "
|
7705
|
+
"shape": "S3w"
|
7577
7706
|
},
|
7578
7707
|
"shadow": {},
|
7579
7708
|
"deviceDefender": {},
|
@@ -7601,10 +7730,10 @@
|
|
7601
7730
|
"thingGroupId": {},
|
7602
7731
|
"thingGroupDescription": {},
|
7603
7732
|
"attributes": {
|
7604
|
-
"shape": "
|
7733
|
+
"shape": "S3w"
|
7605
7734
|
},
|
7606
7735
|
"parentGroupNames": {
|
7607
|
-
"shape": "
|
7736
|
+
"shape": "Sx1"
|
7608
7737
|
}
|
7609
7738
|
}
|
7610
7739
|
}
|
@@ -7692,7 +7821,7 @@
|
|
7692
7821
|
],
|
7693
7822
|
"members": {
|
7694
7823
|
"logTarget": {
|
7695
|
-
"shape": "
|
7824
|
+
"shape": "Sw5"
|
7696
7825
|
},
|
7697
7826
|
"logLevel": {}
|
7698
7827
|
}
|
@@ -7731,10 +7860,10 @@
|
|
7731
7860
|
"locationName": "taskId"
|
7732
7861
|
},
|
7733
7862
|
"target": {
|
7734
|
-
"shape": "
|
7863
|
+
"shape": "Shv"
|
7735
7864
|
},
|
7736
7865
|
"auditCheckToActionsMapping": {
|
7737
|
-
"shape": "
|
7866
|
+
"shape": "Shz"
|
7738
7867
|
},
|
7739
7868
|
"clientRequestToken": {
|
7740
7869
|
"idempotencyToken": true
|
@@ -7767,14 +7896,14 @@
|
|
7767
7896
|
"locationName": "taskId"
|
7768
7897
|
},
|
7769
7898
|
"target": {
|
7770
|
-
"shape": "
|
7899
|
+
"shape": "Sjo"
|
7771
7900
|
},
|
7772
7901
|
"actions": {
|
7773
7902
|
"type": "list",
|
7774
7903
|
"member": {}
|
7775
7904
|
},
|
7776
7905
|
"violationEventOccurrenceRange": {
|
7777
|
-
"shape": "
|
7906
|
+
"shape": "Sjr"
|
7778
7907
|
},
|
7779
7908
|
"includeOnlyActiveViolations": {
|
7780
7909
|
"type": "boolean"
|
@@ -7805,7 +7934,7 @@
|
|
7805
7934
|
],
|
7806
7935
|
"members": {
|
7807
7936
|
"targetCheckNames": {
|
7808
|
-
"shape": "
|
7937
|
+
"shape": "S9g"
|
7809
7938
|
}
|
7810
7939
|
}
|
7811
7940
|
},
|
@@ -7901,7 +8030,7 @@
|
|
7901
8030
|
"authInfos": {
|
7902
8031
|
"type": "list",
|
7903
8032
|
"member": {
|
7904
|
-
"shape": "
|
8033
|
+
"shape": "Sxu"
|
7905
8034
|
}
|
7906
8035
|
},
|
7907
8036
|
"clientId": {
|
@@ -7909,10 +8038,10 @@
|
|
7909
8038
|
"locationName": "clientId"
|
7910
8039
|
},
|
7911
8040
|
"policyNamesToAdd": {
|
7912
|
-
"shape": "
|
8041
|
+
"shape": "Sxy"
|
7913
8042
|
},
|
7914
8043
|
"policyNamesToSkip": {
|
7915
|
-
"shape": "
|
8044
|
+
"shape": "Sxy"
|
7916
8045
|
}
|
7917
8046
|
}
|
7918
8047
|
},
|
@@ -7925,13 +8054,13 @@
|
|
7925
8054
|
"type": "structure",
|
7926
8055
|
"members": {
|
7927
8056
|
"authInfo": {
|
7928
|
-
"shape": "
|
8057
|
+
"shape": "Sxu"
|
7929
8058
|
},
|
7930
8059
|
"allowed": {
|
7931
8060
|
"type": "structure",
|
7932
8061
|
"members": {
|
7933
8062
|
"policies": {
|
7934
|
-
"shape": "
|
8063
|
+
"shape": "Sq0"
|
7935
8064
|
}
|
7936
8065
|
}
|
7937
8066
|
},
|
@@ -7942,7 +8071,7 @@
|
|
7942
8071
|
"type": "structure",
|
7943
8072
|
"members": {
|
7944
8073
|
"policies": {
|
7945
|
-
"shape": "
|
8074
|
+
"shape": "Sq0"
|
7946
8075
|
}
|
7947
8076
|
}
|
7948
8077
|
},
|
@@ -7950,7 +8079,7 @@
|
|
7950
8079
|
"type": "structure",
|
7951
8080
|
"members": {
|
7952
8081
|
"policies": {
|
7953
|
-
"shape": "
|
8082
|
+
"shape": "Sq0"
|
7954
8083
|
}
|
7955
8084
|
}
|
7956
8085
|
}
|
@@ -8095,10 +8224,10 @@
|
|
8095
8224
|
"members": {
|
8096
8225
|
"roleArn": {},
|
8097
8226
|
"auditNotificationTargetConfigurations": {
|
8098
|
-
"shape": "
|
8227
|
+
"shape": "Sh3"
|
8099
8228
|
},
|
8100
8229
|
"auditCheckConfigurations": {
|
8101
|
-
"shape": "
|
8230
|
+
"shape": "Sh6"
|
8102
8231
|
}
|
8103
8232
|
}
|
8104
8233
|
},
|
@@ -8228,7 +8357,7 @@
|
|
8228
8357
|
"locationName": "newAutoRegistrationStatus"
|
8229
8358
|
},
|
8230
8359
|
"registrationConfig": {
|
8231
|
-
"shape": "
|
8360
|
+
"shape": "Sj7"
|
8232
8361
|
},
|
8233
8362
|
"removeAutoRegistration": {
|
8234
8363
|
"type": "boolean"
|
@@ -8259,6 +8388,35 @@
|
|
8259
8388
|
}
|
8260
8389
|
}
|
8261
8390
|
},
|
8391
|
+
"UpdateCertificateProvider": {
|
8392
|
+
"http": {
|
8393
|
+
"method": "PUT",
|
8394
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
8395
|
+
},
|
8396
|
+
"input": {
|
8397
|
+
"type": "structure",
|
8398
|
+
"required": [
|
8399
|
+
"certificateProviderName"
|
8400
|
+
],
|
8401
|
+
"members": {
|
8402
|
+
"certificateProviderName": {
|
8403
|
+
"location": "uri",
|
8404
|
+
"locationName": "certificateProviderName"
|
8405
|
+
},
|
8406
|
+
"lambdaFunctionArn": {},
|
8407
|
+
"accountDefaultForOperations": {
|
8408
|
+
"shape": "S2y"
|
8409
|
+
}
|
8410
|
+
}
|
8411
|
+
},
|
8412
|
+
"output": {
|
8413
|
+
"type": "structure",
|
8414
|
+
"members": {
|
8415
|
+
"certificateProviderName": {},
|
8416
|
+
"certificateProviderArn": {}
|
8417
|
+
}
|
8418
|
+
}
|
8419
|
+
},
|
8262
8420
|
"UpdateCustomMetric": {
|
8263
8421
|
"http": {
|
8264
8422
|
"method": "PATCH",
|
@@ -8311,7 +8469,7 @@
|
|
8311
8469
|
"locationName": "name"
|
8312
8470
|
},
|
8313
8471
|
"stringValues": {
|
8314
|
-
"shape": "
|
8472
|
+
"shape": "S3c"
|
8315
8473
|
}
|
8316
8474
|
}
|
8317
8475
|
},
|
@@ -8322,7 +8480,7 @@
|
|
8322
8480
|
"arn": {},
|
8323
8481
|
"type": {},
|
8324
8482
|
"stringValues": {
|
8325
|
-
"shape": "
|
8483
|
+
"shape": "S3c"
|
8326
8484
|
},
|
8327
8485
|
"creationDate": {
|
8328
8486
|
"type": "timestamp"
|
@@ -8349,14 +8507,14 @@
|
|
8349
8507
|
"locationName": "domainConfigurationName"
|
8350
8508
|
},
|
8351
8509
|
"authorizerConfig": {
|
8352
|
-
"shape": "
|
8510
|
+
"shape": "S3l"
|
8353
8511
|
},
|
8354
8512
|
"domainConfigurationStatus": {},
|
8355
8513
|
"removeAuthorizerConfig": {
|
8356
8514
|
"type": "boolean"
|
8357
8515
|
},
|
8358
8516
|
"tlsConfig": {
|
8359
|
-
"shape": "
|
8517
|
+
"shape": "S3o"
|
8360
8518
|
}
|
8361
8519
|
}
|
8362
8520
|
},
|
@@ -8385,7 +8543,7 @@
|
|
8385
8543
|
"locationName": "thingGroupName"
|
8386
8544
|
},
|
8387
8545
|
"thingGroupProperties": {
|
8388
|
-
"shape": "
|
8546
|
+
"shape": "S3t"
|
8389
8547
|
},
|
8390
8548
|
"expectedVersion": {
|
8391
8549
|
"type": "long"
|
@@ -8413,7 +8571,7 @@
|
|
8413
8571
|
"type": "structure",
|
8414
8572
|
"members": {
|
8415
8573
|
"eventConfigurations": {
|
8416
|
-
"shape": "
|
8574
|
+
"shape": "Skc"
|
8417
8575
|
}
|
8418
8576
|
}
|
8419
8577
|
},
|
@@ -8440,7 +8598,7 @@
|
|
8440
8598
|
},
|
8441
8599
|
"queryString": {},
|
8442
8600
|
"aggregationType": {
|
8443
|
-
"shape": "
|
8601
|
+
"shape": "S47"
|
8444
8602
|
},
|
8445
8603
|
"period": {
|
8446
8604
|
"type": "integer"
|
@@ -8464,10 +8622,10 @@
|
|
8464
8622
|
"type": "structure",
|
8465
8623
|
"members": {
|
8466
8624
|
"thingIndexingConfiguration": {
|
8467
|
-
"shape": "
|
8625
|
+
"shape": "Snn"
|
8468
8626
|
},
|
8469
8627
|
"thingGroupIndexingConfiguration": {
|
8470
|
-
"shape": "
|
8628
|
+
"shape": "So3"
|
8471
8629
|
}
|
8472
8630
|
}
|
8473
8631
|
},
|
@@ -8493,23 +8651,23 @@
|
|
8493
8651
|
},
|
8494
8652
|
"description": {},
|
8495
8653
|
"presignedUrlConfig": {
|
8496
|
-
"shape": "
|
8654
|
+
"shape": "S4k"
|
8497
8655
|
},
|
8498
8656
|
"jobExecutionsRolloutConfig": {
|
8499
|
-
"shape": "
|
8657
|
+
"shape": "S4n"
|
8500
8658
|
},
|
8501
8659
|
"abortConfig": {
|
8502
|
-
"shape": "
|
8660
|
+
"shape": "S4u"
|
8503
8661
|
},
|
8504
8662
|
"timeoutConfig": {
|
8505
|
-
"shape": "
|
8663
|
+
"shape": "S51"
|
8506
8664
|
},
|
8507
8665
|
"namespaceId": {
|
8508
8666
|
"location": "querystring",
|
8509
8667
|
"locationName": "namespaceId"
|
8510
8668
|
},
|
8511
8669
|
"jobExecutionsRetryConfig": {
|
8512
|
-
"shape": "
|
8670
|
+
"shape": "S54"
|
8513
8671
|
}
|
8514
8672
|
}
|
8515
8673
|
}
|
@@ -8531,7 +8689,7 @@
|
|
8531
8689
|
},
|
8532
8690
|
"roleArn": {},
|
8533
8691
|
"actionParams": {
|
8534
|
-
"shape": "
|
8692
|
+
"shape": "S5w"
|
8535
8693
|
}
|
8536
8694
|
}
|
8537
8695
|
},
|
@@ -8560,7 +8718,7 @@
|
|
8560
8718
|
"locationName": "packageName"
|
8561
8719
|
},
|
8562
8720
|
"description": {
|
8563
|
-
"shape": "
|
8721
|
+
"shape": "S88"
|
8564
8722
|
},
|
8565
8723
|
"defaultVersionName": {},
|
8566
8724
|
"unsetDefaultVersion": {
|
@@ -8589,7 +8747,7 @@
|
|
8589
8747
|
"type": "structure",
|
8590
8748
|
"members": {
|
8591
8749
|
"versionUpdateByJobsConfig": {
|
8592
|
-
"shape": "
|
8750
|
+
"shape": "Soj"
|
8593
8751
|
},
|
8594
8752
|
"clientToken": {
|
8595
8753
|
"idempotencyToken": true,
|
@@ -8626,10 +8784,10 @@
|
|
8626
8784
|
"locationName": "versionName"
|
8627
8785
|
},
|
8628
8786
|
"description": {
|
8629
|
-
"shape": "
|
8787
|
+
"shape": "S88"
|
8630
8788
|
},
|
8631
8789
|
"attributes": {
|
8632
|
-
"shape": "
|
8790
|
+
"shape": "S8e"
|
8633
8791
|
},
|
8634
8792
|
"action": {},
|
8635
8793
|
"clientToken": {
|
@@ -8669,7 +8827,7 @@
|
|
8669
8827
|
},
|
8670
8828
|
"provisioningRoleArn": {},
|
8671
8829
|
"preProvisioningHook": {
|
8672
|
-
"shape": "
|
8830
|
+
"shape": "S90"
|
8673
8831
|
},
|
8674
8832
|
"removePreProvisioningHook": {
|
8675
8833
|
"type": "boolean"
|
@@ -8725,7 +8883,7 @@
|
|
8725
8883
|
"dayOfMonth": {},
|
8726
8884
|
"dayOfWeek": {},
|
8727
8885
|
"targetCheckNames": {
|
8728
|
-
"shape": "
|
8886
|
+
"shape": "S9g"
|
8729
8887
|
},
|
8730
8888
|
"scheduledAuditName": {
|
8731
8889
|
"location": "uri",
|
@@ -8757,18 +8915,18 @@
|
|
8757
8915
|
},
|
8758
8916
|
"securityProfileDescription": {},
|
8759
8917
|
"behaviors": {
|
8760
|
-
"shape": "
|
8918
|
+
"shape": "S9m"
|
8761
8919
|
},
|
8762
8920
|
"alertTargets": {
|
8763
|
-
"shape": "
|
8921
|
+
"shape": "Sad"
|
8764
8922
|
},
|
8765
8923
|
"additionalMetricsToRetain": {
|
8766
|
-
"shape": "
|
8924
|
+
"shape": "Sah",
|
8767
8925
|
"deprecated": true,
|
8768
8926
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
8769
8927
|
},
|
8770
8928
|
"additionalMetricsToRetainV2": {
|
8771
|
-
"shape": "
|
8929
|
+
"shape": "Sai"
|
8772
8930
|
},
|
8773
8931
|
"deleteBehaviors": {
|
8774
8932
|
"type": "boolean"
|
@@ -8785,7 +8943,7 @@
|
|
8785
8943
|
"type": "long"
|
8786
8944
|
},
|
8787
8945
|
"metricsExportConfig": {
|
8788
|
-
"shape": "
|
8946
|
+
"shape": "Sak"
|
8789
8947
|
},
|
8790
8948
|
"deleteMetricsExportConfig": {
|
8791
8949
|
"type": "boolean"
|
@@ -8799,18 +8957,18 @@
|
|
8799
8957
|
"securityProfileArn": {},
|
8800
8958
|
"securityProfileDescription": {},
|
8801
8959
|
"behaviors": {
|
8802
|
-
"shape": "
|
8960
|
+
"shape": "S9m"
|
8803
8961
|
},
|
8804
8962
|
"alertTargets": {
|
8805
|
-
"shape": "
|
8963
|
+
"shape": "Sad"
|
8806
8964
|
},
|
8807
8965
|
"additionalMetricsToRetain": {
|
8808
|
-
"shape": "
|
8966
|
+
"shape": "Sah",
|
8809
8967
|
"deprecated": true,
|
8810
8968
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
8811
8969
|
},
|
8812
8970
|
"additionalMetricsToRetainV2": {
|
8813
|
-
"shape": "
|
8971
|
+
"shape": "Sai"
|
8814
8972
|
},
|
8815
8973
|
"version": {
|
8816
8974
|
"type": "long"
|
@@ -8822,7 +8980,7 @@
|
|
8822
8980
|
"type": "timestamp"
|
8823
8981
|
},
|
8824
8982
|
"metricsExportConfig": {
|
8825
|
-
"shape": "
|
8983
|
+
"shape": "Sak"
|
8826
8984
|
}
|
8827
8985
|
}
|
8828
8986
|
}
|
@@ -8844,7 +9002,7 @@
|
|
8844
9002
|
},
|
8845
9003
|
"description": {},
|
8846
9004
|
"files": {
|
8847
|
-
"shape": "
|
9005
|
+
"shape": "Saq"
|
8848
9006
|
},
|
8849
9007
|
"roleArn": {}
|
8850
9008
|
}
|
@@ -8878,7 +9036,7 @@
|
|
8878
9036
|
},
|
8879
9037
|
"thingTypeName": {},
|
8880
9038
|
"attributePayload": {
|
8881
|
-
"shape": "
|
9039
|
+
"shape": "S3v"
|
8882
9040
|
},
|
8883
9041
|
"expectedVersion": {
|
8884
9042
|
"type": "long"
|
@@ -8910,7 +9068,7 @@
|
|
8910
9068
|
"locationName": "thingGroupName"
|
8911
9069
|
},
|
8912
9070
|
"thingGroupProperties": {
|
8913
|
-
"shape": "
|
9071
|
+
"shape": "S3t"
|
8914
9072
|
},
|
8915
9073
|
"expectedVersion": {
|
8916
9074
|
"type": "long"
|
@@ -8936,10 +9094,10 @@
|
|
8936
9094
|
"members": {
|
8937
9095
|
"thingName": {},
|
8938
9096
|
"thingGroupsToAdd": {
|
8939
|
-
"shape": "
|
9097
|
+
"shape": "S10k"
|
8940
9098
|
},
|
8941
9099
|
"thingGroupsToRemove": {
|
8942
|
-
"shape": "
|
9100
|
+
"shape": "S10k"
|
8943
9101
|
},
|
8944
9102
|
"overrideDynamicGroups": {
|
8945
9103
|
"type": "boolean"
|
@@ -8983,7 +9141,7 @@
|
|
8983
9141
|
],
|
8984
9142
|
"members": {
|
8985
9143
|
"behaviors": {
|
8986
|
-
"shape": "
|
9144
|
+
"shape": "S9m"
|
8987
9145
|
}
|
8988
9146
|
}
|
8989
9147
|
},
|
@@ -9068,11 +9226,15 @@
|
|
9068
9226
|
"billingGroupDescription": {}
|
9069
9227
|
}
|
9070
9228
|
},
|
9071
|
-
"
|
9229
|
+
"S2y": {
|
9072
9230
|
"type": "list",
|
9073
9231
|
"member": {}
|
9074
9232
|
},
|
9075
|
-
"
|
9233
|
+
"S3c": {
|
9234
|
+
"type": "list",
|
9235
|
+
"member": {}
|
9236
|
+
},
|
9237
|
+
"S3l": {
|
9076
9238
|
"type": "structure",
|
9077
9239
|
"members": {
|
9078
9240
|
"defaultAuthorizerName": {},
|
@@ -9081,38 +9243,38 @@
|
|
9081
9243
|
}
|
9082
9244
|
}
|
9083
9245
|
},
|
9084
|
-
"
|
9246
|
+
"S3o": {
|
9085
9247
|
"type": "structure",
|
9086
9248
|
"members": {
|
9087
9249
|
"securityPolicy": {}
|
9088
9250
|
}
|
9089
9251
|
},
|
9090
|
-
"
|
9252
|
+
"S3t": {
|
9091
9253
|
"type": "structure",
|
9092
9254
|
"members": {
|
9093
9255
|
"thingGroupDescription": {},
|
9094
9256
|
"attributePayload": {
|
9095
|
-
"shape": "
|
9257
|
+
"shape": "S3v"
|
9096
9258
|
}
|
9097
9259
|
}
|
9098
9260
|
},
|
9099
|
-
"
|
9261
|
+
"S3v": {
|
9100
9262
|
"type": "structure",
|
9101
9263
|
"members": {
|
9102
9264
|
"attributes": {
|
9103
|
-
"shape": "
|
9265
|
+
"shape": "S3w"
|
9104
9266
|
},
|
9105
9267
|
"merge": {
|
9106
9268
|
"type": "boolean"
|
9107
9269
|
}
|
9108
9270
|
}
|
9109
9271
|
},
|
9110
|
-
"
|
9272
|
+
"S3w": {
|
9111
9273
|
"type": "map",
|
9112
9274
|
"key": {},
|
9113
9275
|
"value": {}
|
9114
9276
|
},
|
9115
|
-
"
|
9277
|
+
"S47": {
|
9116
9278
|
"type": "structure",
|
9117
9279
|
"required": [
|
9118
9280
|
"name"
|
@@ -9125,7 +9287,7 @@
|
|
9125
9287
|
}
|
9126
9288
|
}
|
9127
9289
|
},
|
9128
|
-
"
|
9290
|
+
"S4k": {
|
9129
9291
|
"type": "structure",
|
9130
9292
|
"members": {
|
9131
9293
|
"roleArn": {},
|
@@ -9134,7 +9296,7 @@
|
|
9134
9296
|
}
|
9135
9297
|
}
|
9136
9298
|
},
|
9137
|
-
"
|
9299
|
+
"S4n": {
|
9138
9300
|
"type": "structure",
|
9139
9301
|
"members": {
|
9140
9302
|
"maximumPerMinute": {
|
@@ -9169,7 +9331,7 @@
|
|
9169
9331
|
}
|
9170
9332
|
}
|
9171
9333
|
},
|
9172
|
-
"
|
9334
|
+
"S4u": {
|
9173
9335
|
"type": "structure",
|
9174
9336
|
"required": [
|
9175
9337
|
"criteriaList"
|
@@ -9199,7 +9361,7 @@
|
|
9199
9361
|
}
|
9200
9362
|
}
|
9201
9363
|
},
|
9202
|
-
"
|
9364
|
+
"S51": {
|
9203
9365
|
"type": "structure",
|
9204
9366
|
"members": {
|
9205
9367
|
"inProgressTimeoutInMinutes": {
|
@@ -9207,7 +9369,7 @@
|
|
9207
9369
|
}
|
9208
9370
|
}
|
9209
9371
|
},
|
9210
|
-
"
|
9372
|
+
"S54": {
|
9211
9373
|
"type": "structure",
|
9212
9374
|
"required": [
|
9213
9375
|
"criteriaList"
|
@@ -9231,23 +9393,23 @@
|
|
9231
9393
|
}
|
9232
9394
|
}
|
9233
9395
|
},
|
9234
|
-
"
|
9396
|
+
"S59": {
|
9235
9397
|
"type": "map",
|
9236
9398
|
"key": {},
|
9237
9399
|
"value": {}
|
9238
9400
|
},
|
9239
|
-
"
|
9401
|
+
"S5c": {
|
9240
9402
|
"type": "structure",
|
9241
9403
|
"members": {
|
9242
9404
|
"startTime": {},
|
9243
9405
|
"endTime": {},
|
9244
9406
|
"endBehavior": {},
|
9245
9407
|
"maintenanceWindows": {
|
9246
|
-
"shape": "
|
9408
|
+
"shape": "S5f"
|
9247
9409
|
}
|
9248
9410
|
}
|
9249
9411
|
},
|
9250
|
-
"
|
9412
|
+
"S5f": {
|
9251
9413
|
"type": "list",
|
9252
9414
|
"member": {
|
9253
9415
|
"type": "structure",
|
@@ -9263,11 +9425,11 @@
|
|
9263
9425
|
}
|
9264
9426
|
}
|
9265
9427
|
},
|
9266
|
-
"
|
9428
|
+
"S5j": {
|
9267
9429
|
"type": "list",
|
9268
9430
|
"member": {}
|
9269
9431
|
},
|
9270
|
-
"
|
9432
|
+
"S5r": {
|
9271
9433
|
"type": "structure",
|
9272
9434
|
"members": {
|
9273
9435
|
"PublicKey": {},
|
@@ -9277,7 +9439,7 @@
|
|
9277
9439
|
}
|
9278
9440
|
}
|
9279
9441
|
},
|
9280
|
-
"
|
9442
|
+
"S5w": {
|
9281
9443
|
"type": "structure",
|
9282
9444
|
"members": {
|
9283
9445
|
"updateDeviceCertificateParams": {
|
@@ -9344,15 +9506,15 @@
|
|
9344
9506
|
}
|
9345
9507
|
}
|
9346
9508
|
},
|
9347
|
-
"
|
9509
|
+
"S6g": {
|
9348
9510
|
"type": "list",
|
9349
9511
|
"member": {}
|
9350
9512
|
},
|
9351
|
-
"
|
9513
|
+
"S6i": {
|
9352
9514
|
"type": "list",
|
9353
9515
|
"member": {}
|
9354
9516
|
},
|
9355
|
-
"
|
9517
|
+
"S6k": {
|
9356
9518
|
"type": "structure",
|
9357
9519
|
"members": {
|
9358
9520
|
"maximumPerMinute": {
|
@@ -9387,7 +9549,7 @@
|
|
9387
9549
|
}
|
9388
9550
|
}
|
9389
9551
|
},
|
9390
|
-
"
|
9552
|
+
"S6r": {
|
9391
9553
|
"type": "structure",
|
9392
9554
|
"members": {
|
9393
9555
|
"expiresInSec": {
|
@@ -9395,7 +9557,7 @@
|
|
9395
9557
|
}
|
9396
9558
|
}
|
9397
9559
|
},
|
9398
|
-
"
|
9560
|
+
"S72": {
|
9399
9561
|
"type": "list",
|
9400
9562
|
"member": {
|
9401
9563
|
"type": "structure",
|
@@ -9418,7 +9580,7 @@
|
|
9418
9580
|
}
|
9419
9581
|
},
|
9420
9582
|
"s3Location": {
|
9421
|
-
"shape": "
|
9583
|
+
"shape": "S7b"
|
9422
9584
|
}
|
9423
9585
|
}
|
9424
9586
|
},
|
@@ -9484,7 +9646,7 @@
|
|
9484
9646
|
}
|
9485
9647
|
}
|
9486
9648
|
},
|
9487
|
-
"
|
9649
|
+
"S7b": {
|
9488
9650
|
"type": "structure",
|
9489
9651
|
"members": {
|
9490
9652
|
"bucket": {},
|
@@ -9492,27 +9654,27 @@
|
|
9492
9654
|
"version": {}
|
9493
9655
|
}
|
9494
9656
|
},
|
9495
|
-
"
|
9657
|
+
"S80": {
|
9496
9658
|
"type": "map",
|
9497
9659
|
"key": {},
|
9498
9660
|
"value": {}
|
9499
9661
|
},
|
9500
|
-
"
|
9662
|
+
"S88": {
|
9501
9663
|
"type": "string",
|
9502
9664
|
"sensitive": true
|
9503
9665
|
},
|
9504
|
-
"
|
9666
|
+
"S89": {
|
9505
9667
|
"type": "map",
|
9506
9668
|
"key": {},
|
9507
9669
|
"value": {}
|
9508
9670
|
},
|
9509
|
-
"
|
9671
|
+
"S8e": {
|
9510
9672
|
"type": "map",
|
9511
9673
|
"key": {},
|
9512
9674
|
"value": {},
|
9513
9675
|
"sensitive": true
|
9514
9676
|
},
|
9515
|
-
"
|
9677
|
+
"S90": {
|
9516
9678
|
"type": "structure",
|
9517
9679
|
"required": [
|
9518
9680
|
"targetArn"
|
@@ -9522,17 +9684,17 @@
|
|
9522
9684
|
"targetArn": {}
|
9523
9685
|
}
|
9524
9686
|
},
|
9525
|
-
"
|
9687
|
+
"S9g": {
|
9526
9688
|
"type": "list",
|
9527
9689
|
"member": {}
|
9528
9690
|
},
|
9529
|
-
"
|
9691
|
+
"S9m": {
|
9530
9692
|
"type": "list",
|
9531
9693
|
"member": {
|
9532
|
-
"shape": "
|
9694
|
+
"shape": "S9n"
|
9533
9695
|
}
|
9534
9696
|
},
|
9535
|
-
"
|
9697
|
+
"S9n": {
|
9536
9698
|
"type": "structure",
|
9537
9699
|
"required": [
|
9538
9700
|
"name"
|
@@ -9541,14 +9703,14 @@
|
|
9541
9703
|
"name": {},
|
9542
9704
|
"metric": {},
|
9543
9705
|
"metricDimension": {
|
9544
|
-
"shape": "
|
9706
|
+
"shape": "S9q"
|
9545
9707
|
},
|
9546
9708
|
"criteria": {
|
9547
9709
|
"type": "structure",
|
9548
9710
|
"members": {
|
9549
9711
|
"comparisonOperator": {},
|
9550
9712
|
"value": {
|
9551
|
-
"shape": "
|
9713
|
+
"shape": "S9u"
|
9552
9714
|
},
|
9553
9715
|
"durationSeconds": {
|
9554
9716
|
"type": "integer"
|
@@ -9584,7 +9746,7 @@
|
|
9584
9746
|
}
|
9585
9747
|
}
|
9586
9748
|
},
|
9587
|
-
"
|
9749
|
+
"S9q": {
|
9588
9750
|
"type": "structure",
|
9589
9751
|
"required": [
|
9590
9752
|
"dimensionName"
|
@@ -9594,7 +9756,7 @@
|
|
9594
9756
|
"operator": {}
|
9595
9757
|
}
|
9596
9758
|
},
|
9597
|
-
"
|
9759
|
+
"S9u": {
|
9598
9760
|
"type": "structure",
|
9599
9761
|
"members": {
|
9600
9762
|
"count": {
|
@@ -9625,7 +9787,7 @@
|
|
9625
9787
|
}
|
9626
9788
|
}
|
9627
9789
|
},
|
9628
|
-
"
|
9790
|
+
"Sad": {
|
9629
9791
|
"type": "map",
|
9630
9792
|
"key": {},
|
9631
9793
|
"value": {
|
@@ -9640,11 +9802,11 @@
|
|
9640
9802
|
}
|
9641
9803
|
}
|
9642
9804
|
},
|
9643
|
-
"
|
9805
|
+
"Sah": {
|
9644
9806
|
"type": "list",
|
9645
9807
|
"member": {}
|
9646
9808
|
},
|
9647
|
-
"
|
9809
|
+
"Sai": {
|
9648
9810
|
"type": "list",
|
9649
9811
|
"member": {
|
9650
9812
|
"type": "structure",
|
@@ -9654,7 +9816,7 @@
|
|
9654
9816
|
"members": {
|
9655
9817
|
"metric": {},
|
9656
9818
|
"metricDimension": {
|
9657
|
-
"shape": "
|
9819
|
+
"shape": "S9q"
|
9658
9820
|
},
|
9659
9821
|
"exportMetric": {
|
9660
9822
|
"type": "boolean"
|
@@ -9662,7 +9824,7 @@
|
|
9662
9824
|
}
|
9663
9825
|
}
|
9664
9826
|
},
|
9665
|
-
"
|
9827
|
+
"Sak": {
|
9666
9828
|
"type": "structure",
|
9667
9829
|
"required": [
|
9668
9830
|
"mqttTopic",
|
@@ -9673,7 +9835,7 @@
|
|
9673
9835
|
"roleArn": {}
|
9674
9836
|
}
|
9675
9837
|
},
|
9676
|
-
"
|
9838
|
+
"Saq": {
|
9677
9839
|
"type": "list",
|
9678
9840
|
"member": {
|
9679
9841
|
"type": "structure",
|
@@ -9682,12 +9844,12 @@
|
|
9682
9844
|
"type": "integer"
|
9683
9845
|
},
|
9684
9846
|
"s3Location": {
|
9685
|
-
"shape": "
|
9847
|
+
"shape": "S7b"
|
9686
9848
|
}
|
9687
9849
|
}
|
9688
9850
|
}
|
9689
9851
|
},
|
9690
|
-
"
|
9852
|
+
"Sb2": {
|
9691
9853
|
"type": "structure",
|
9692
9854
|
"members": {
|
9693
9855
|
"thingTypeDescription": {},
|
@@ -9697,7 +9859,7 @@
|
|
9697
9859
|
}
|
9698
9860
|
}
|
9699
9861
|
},
|
9700
|
-
"
|
9862
|
+
"Sba": {
|
9701
9863
|
"type": "structure",
|
9702
9864
|
"required": [
|
9703
9865
|
"sql",
|
@@ -9707,24 +9869,24 @@
|
|
9707
9869
|
"sql": {},
|
9708
9870
|
"description": {},
|
9709
9871
|
"actions": {
|
9710
|
-
"shape": "
|
9872
|
+
"shape": "Sbd"
|
9711
9873
|
},
|
9712
9874
|
"ruleDisabled": {
|
9713
9875
|
"type": "boolean"
|
9714
9876
|
},
|
9715
9877
|
"awsIotSqlVersion": {},
|
9716
9878
|
"errorAction": {
|
9717
|
-
"shape": "
|
9879
|
+
"shape": "Sbe"
|
9718
9880
|
}
|
9719
9881
|
}
|
9720
9882
|
},
|
9721
|
-
"
|
9883
|
+
"Sbd": {
|
9722
9884
|
"type": "list",
|
9723
9885
|
"member": {
|
9724
|
-
"shape": "
|
9886
|
+
"shape": "Sbe"
|
9725
9887
|
}
|
9726
9888
|
},
|
9727
|
-
"
|
9889
|
+
"Sbe": {
|
9728
9890
|
"type": "structure",
|
9729
9891
|
"members": {
|
9730
9892
|
"dynamoDB": {
|
@@ -10211,15 +10373,15 @@
|
|
10211
10373
|
}
|
10212
10374
|
}
|
10213
10375
|
},
|
10214
|
-
"
|
10376
|
+
"Ser": {
|
10215
10377
|
"type": "list",
|
10216
10378
|
"member": {}
|
10217
10379
|
},
|
10218
|
-
"
|
10380
|
+
"Set": {
|
10219
10381
|
"type": "list",
|
10220
10382
|
"member": {}
|
10221
10383
|
},
|
10222
|
-
"
|
10384
|
+
"Sex": {
|
10223
10385
|
"type": "structure",
|
10224
10386
|
"members": {
|
10225
10387
|
"arn": {},
|
@@ -10241,10 +10403,10 @@
|
|
10241
10403
|
"type": "structure",
|
10242
10404
|
"members": {
|
10243
10405
|
"subnetIds": {
|
10244
|
-
"shape": "
|
10406
|
+
"shape": "Ser"
|
10245
10407
|
},
|
10246
10408
|
"securityGroups": {
|
10247
|
-
"shape": "
|
10409
|
+
"shape": "Set"
|
10248
10410
|
},
|
10249
10411
|
"vpcId": {},
|
10250
10412
|
"roleArn": {}
|
@@ -10252,7 +10414,7 @@
|
|
10252
10414
|
}
|
10253
10415
|
}
|
10254
10416
|
},
|
10255
|
-
"
|
10417
|
+
"Sh3": {
|
10256
10418
|
"type": "map",
|
10257
10419
|
"key": {},
|
10258
10420
|
"value": {
|
@@ -10266,7 +10428,7 @@
|
|
10266
10428
|
}
|
10267
10429
|
}
|
10268
10430
|
},
|
10269
|
-
"
|
10431
|
+
"Sh6": {
|
10270
10432
|
"type": "map",
|
10271
10433
|
"key": {},
|
10272
10434
|
"value": {
|
@@ -10278,7 +10440,7 @@
|
|
10278
10440
|
}
|
10279
10441
|
}
|
10280
10442
|
},
|
10281
|
-
"
|
10443
|
+
"Shb": {
|
10282
10444
|
"type": "structure",
|
10283
10445
|
"members": {
|
10284
10446
|
"findingId": {},
|
@@ -10299,12 +10461,12 @@
|
|
10299
10461
|
"shape": "S1o"
|
10300
10462
|
},
|
10301
10463
|
"additionalInfo": {
|
10302
|
-
"shape": "
|
10464
|
+
"shape": "Shf"
|
10303
10465
|
}
|
10304
10466
|
}
|
10305
10467
|
},
|
10306
10468
|
"relatedResources": {
|
10307
|
-
"shape": "
|
10469
|
+
"shape": "Shg"
|
10308
10470
|
},
|
10309
10471
|
"reasonForNonCompliance": {},
|
10310
10472
|
"reasonForNonComplianceCode": {},
|
@@ -10313,12 +10475,12 @@
|
|
10313
10475
|
}
|
10314
10476
|
}
|
10315
10477
|
},
|
10316
|
-
"
|
10478
|
+
"Shf": {
|
10317
10479
|
"type": "map",
|
10318
10480
|
"key": {},
|
10319
10481
|
"value": {}
|
10320
10482
|
},
|
10321
|
-
"
|
10483
|
+
"Shg": {
|
10322
10484
|
"type": "list",
|
10323
10485
|
"member": {
|
10324
10486
|
"type": "structure",
|
@@ -10328,12 +10490,12 @@
|
|
10328
10490
|
"shape": "S1o"
|
10329
10491
|
},
|
10330
10492
|
"additionalInfo": {
|
10331
|
-
"shape": "
|
10493
|
+
"shape": "Shf"
|
10332
10494
|
}
|
10333
10495
|
}
|
10334
10496
|
}
|
10335
10497
|
},
|
10336
|
-
"
|
10498
|
+
"Shv": {
|
10337
10499
|
"type": "structure",
|
10338
10500
|
"members": {
|
10339
10501
|
"auditTaskId": {},
|
@@ -10351,7 +10513,7 @@
|
|
10351
10513
|
}
|
10352
10514
|
}
|
10353
10515
|
},
|
10354
|
-
"
|
10516
|
+
"Shz": {
|
10355
10517
|
"type": "map",
|
10356
10518
|
"key": {},
|
10357
10519
|
"value": {
|
@@ -10359,7 +10521,7 @@
|
|
10359
10521
|
"member": {}
|
10360
10522
|
}
|
10361
10523
|
},
|
10362
|
-
"
|
10524
|
+
"Si1": {
|
10363
10525
|
"type": "list",
|
10364
10526
|
"member": {
|
10365
10527
|
"type": "structure",
|
@@ -10368,12 +10530,12 @@
|
|
10368
10530
|
"id": {},
|
10369
10531
|
"roleArn": {},
|
10370
10532
|
"actionParams": {
|
10371
|
-
"shape": "
|
10533
|
+
"shape": "S5w"
|
10372
10534
|
}
|
10373
10535
|
}
|
10374
10536
|
}
|
10375
10537
|
},
|
10376
|
-
"
|
10538
|
+
"Sis": {
|
10377
10539
|
"type": "structure",
|
10378
10540
|
"members": {
|
10379
10541
|
"authorizerName": {},
|
@@ -10398,7 +10560,7 @@
|
|
10398
10560
|
}
|
10399
10561
|
}
|
10400
10562
|
},
|
10401
|
-
"
|
10563
|
+
"Sj5": {
|
10402
10564
|
"type": "structure",
|
10403
10565
|
"members": {
|
10404
10566
|
"notBefore": {
|
@@ -10409,7 +10571,7 @@
|
|
10409
10571
|
}
|
10410
10572
|
}
|
10411
10573
|
},
|
10412
|
-
"
|
10574
|
+
"Sj7": {
|
10413
10575
|
"type": "structure",
|
10414
10576
|
"members": {
|
10415
10577
|
"templateBody": {},
|
@@ -10417,7 +10579,7 @@
|
|
10417
10579
|
"templateName": {}
|
10418
10580
|
}
|
10419
10581
|
},
|
10420
|
-
"
|
10582
|
+
"Sjm": {
|
10421
10583
|
"type": "structure",
|
10422
10584
|
"members": {
|
10423
10585
|
"taskId": {},
|
@@ -10429,10 +10591,10 @@
|
|
10429
10591
|
"type": "timestamp"
|
10430
10592
|
},
|
10431
10593
|
"target": {
|
10432
|
-
"shape": "
|
10594
|
+
"shape": "Sjo"
|
10433
10595
|
},
|
10434
10596
|
"violationEventOccurrenceRange": {
|
10435
|
-
"shape": "
|
10597
|
+
"shape": "Sjr"
|
10436
10598
|
},
|
10437
10599
|
"onlyActiveViolationsIncluded": {
|
10438
10600
|
"type": "boolean"
|
@@ -10441,7 +10603,7 @@
|
|
10441
10603
|
"type": "boolean"
|
10442
10604
|
},
|
10443
10605
|
"actionsDefinition": {
|
10444
|
-
"shape": "
|
10606
|
+
"shape": "Si1"
|
10445
10607
|
},
|
10446
10608
|
"taskStatistics": {
|
10447
10609
|
"type": "structure",
|
@@ -10459,7 +10621,7 @@
|
|
10459
10621
|
}
|
10460
10622
|
}
|
10461
10623
|
},
|
10462
|
-
"
|
10624
|
+
"Sjo": {
|
10463
10625
|
"type": "structure",
|
10464
10626
|
"members": {
|
10465
10627
|
"violationIds": {
|
@@ -10470,7 +10632,7 @@
|
|
10470
10632
|
"behaviorName": {}
|
10471
10633
|
}
|
10472
10634
|
},
|
10473
|
-
"
|
10635
|
+
"Sjr": {
|
10474
10636
|
"type": "structure",
|
10475
10637
|
"required": [
|
10476
10638
|
"startTime",
|
@@ -10485,7 +10647,7 @@
|
|
10485
10647
|
}
|
10486
10648
|
}
|
10487
10649
|
},
|
10488
|
-
"
|
10650
|
+
"Skc": {
|
10489
10651
|
"type": "map",
|
10490
10652
|
"key": {},
|
10491
10653
|
"value": {
|
@@ -10497,24 +10659,24 @@
|
|
10497
10659
|
}
|
10498
10660
|
}
|
10499
10661
|
},
|
10500
|
-
"
|
10662
|
+
"Sli": {
|
10501
10663
|
"type": "list",
|
10502
10664
|
"member": {}
|
10503
10665
|
},
|
10504
|
-
"
|
10666
|
+
"Smb": {
|
10505
10667
|
"type": "list",
|
10506
10668
|
"member": {
|
10507
|
-
"shape": "
|
10669
|
+
"shape": "Smc"
|
10508
10670
|
}
|
10509
10671
|
},
|
10510
|
-
"
|
10672
|
+
"Smc": {
|
10511
10673
|
"type": "structure",
|
10512
10674
|
"members": {
|
10513
10675
|
"groupName": {},
|
10514
10676
|
"groupArn": {}
|
10515
10677
|
}
|
10516
10678
|
},
|
10517
|
-
"
|
10679
|
+
"Smo": {
|
10518
10680
|
"type": "structure",
|
10519
10681
|
"members": {
|
10520
10682
|
"deprecated": {
|
@@ -10528,7 +10690,7 @@
|
|
10528
10690
|
}
|
10529
10691
|
}
|
10530
10692
|
},
|
10531
|
-
"
|
10693
|
+
"Snn": {
|
10532
10694
|
"type": "structure",
|
10533
10695
|
"required": [
|
10534
10696
|
"thingIndexingMode"
|
@@ -10539,10 +10701,10 @@
|
|
10539
10701
|
"deviceDefenderIndexingMode": {},
|
10540
10702
|
"namedShadowIndexingMode": {},
|
10541
10703
|
"managedFields": {
|
10542
|
-
"shape": "
|
10704
|
+
"shape": "Sns"
|
10543
10705
|
},
|
10544
10706
|
"customFields": {
|
10545
|
-
"shape": "
|
10707
|
+
"shape": "Sns"
|
10546
10708
|
},
|
10547
10709
|
"filter": {
|
10548
10710
|
"type": "structure",
|
@@ -10565,7 +10727,7 @@
|
|
10565
10727
|
}
|
10566
10728
|
}
|
10567
10729
|
},
|
10568
|
-
"
|
10730
|
+
"Sns": {
|
10569
10731
|
"type": "list",
|
10570
10732
|
"member": {
|
10571
10733
|
"type": "structure",
|
@@ -10575,7 +10737,7 @@
|
|
10575
10737
|
}
|
10576
10738
|
}
|
10577
10739
|
},
|
10578
|
-
"
|
10740
|
+
"So3": {
|
10579
10741
|
"type": "structure",
|
10580
10742
|
"required": [
|
10581
10743
|
"thingGroupIndexingMode"
|
@@ -10583,14 +10745,14 @@
|
|
10583
10745
|
"members": {
|
10584
10746
|
"thingGroupIndexingMode": {},
|
10585
10747
|
"managedFields": {
|
10586
|
-
"shape": "
|
10748
|
+
"shape": "Sns"
|
10587
10749
|
},
|
10588
10750
|
"customFields": {
|
10589
|
-
"shape": "
|
10751
|
+
"shape": "Sns"
|
10590
10752
|
}
|
10591
10753
|
}
|
10592
10754
|
},
|
10593
|
-
"
|
10755
|
+
"Soj": {
|
10594
10756
|
"type": "structure",
|
10595
10757
|
"members": {
|
10596
10758
|
"enabled": {
|
@@ -10599,13 +10761,13 @@
|
|
10599
10761
|
"roleArn": {}
|
10600
10762
|
}
|
10601
10763
|
},
|
10602
|
-
"
|
10764
|
+
"Spt": {
|
10603
10765
|
"type": "structure",
|
10604
10766
|
"members": {
|
10605
10767
|
"confidenceLevel": {}
|
10606
10768
|
}
|
10607
10769
|
},
|
10608
|
-
"
|
10770
|
+
"Sq0": {
|
10609
10771
|
"type": "list",
|
10610
10772
|
"member": {
|
10611
10773
|
"type": "structure",
|
@@ -10615,7 +10777,7 @@
|
|
10615
10777
|
}
|
10616
10778
|
}
|
10617
10779
|
},
|
10618
|
-
"
|
10780
|
+
"Sr6": {
|
10619
10781
|
"type": "list",
|
10620
10782
|
"member": {
|
10621
10783
|
"type": "structure",
|
@@ -10630,7 +10792,7 @@
|
|
10630
10792
|
}
|
10631
10793
|
}
|
10632
10794
|
},
|
10633
|
-
"
|
10795
|
+
"Ss6": {
|
10634
10796
|
"type": "structure",
|
10635
10797
|
"members": {
|
10636
10798
|
"status": {},
|
@@ -10651,15 +10813,15 @@
|
|
10651
10813
|
}
|
10652
10814
|
}
|
10653
10815
|
},
|
10654
|
-
"
|
10816
|
+
"Sth": {
|
10655
10817
|
"type": "list",
|
10656
10818
|
"member": {}
|
10657
10819
|
},
|
10658
|
-
"
|
10820
|
+
"Str": {
|
10659
10821
|
"type": "list",
|
10660
10822
|
"member": {}
|
10661
10823
|
},
|
10662
|
-
"
|
10824
|
+
"Suc": {
|
10663
10825
|
"type": "structure",
|
10664
10826
|
"required": [
|
10665
10827
|
"name",
|
@@ -10670,7 +10832,7 @@
|
|
10670
10832
|
"arn": {}
|
10671
10833
|
}
|
10672
10834
|
},
|
10673
|
-
"
|
10835
|
+
"Suh": {
|
10674
10836
|
"type": "structure",
|
10675
10837
|
"required": [
|
10676
10838
|
"arn"
|
@@ -10679,7 +10841,7 @@
|
|
10679
10841
|
"arn": {}
|
10680
10842
|
}
|
10681
10843
|
},
|
10682
|
-
"
|
10844
|
+
"Sw5": {
|
10683
10845
|
"type": "structure",
|
10684
10846
|
"required": [
|
10685
10847
|
"targetType"
|
@@ -10689,11 +10851,11 @@
|
|
10689
10851
|
"targetName": {}
|
10690
10852
|
}
|
10691
10853
|
},
|
10692
|
-
"
|
10854
|
+
"Sx1": {
|
10693
10855
|
"type": "list",
|
10694
10856
|
"member": {}
|
10695
10857
|
},
|
10696
|
-
"
|
10858
|
+
"Sxu": {
|
10697
10859
|
"type": "structure",
|
10698
10860
|
"required": [
|
10699
10861
|
"resources"
|
@@ -10706,11 +10868,11 @@
|
|
10706
10868
|
}
|
10707
10869
|
}
|
10708
10870
|
},
|
10709
|
-
"
|
10871
|
+
"Sxy": {
|
10710
10872
|
"type": "list",
|
10711
10873
|
"member": {}
|
10712
10874
|
},
|
10713
|
-
"
|
10875
|
+
"S10k": {
|
10714
10876
|
"type": "list",
|
10715
10877
|
"member": {}
|
10716
10878
|
}
|