aws-sdk 2.810.0 → 2.814.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.
- package/CHANGELOG.md +35 -1
- package/README.md +2 -3
- package/apis/amp-2020-08-01.examples.json +5 -0
- package/apis/amp-2020-08-01.min.json +211 -0
- package/apis/amp-2020-08-01.paginators.json +10 -0
- package/apis/ce-2017-10-25.min.json +101 -97
- package/apis/config-2014-11-12.min.json +40 -6
- package/apis/dlm-2018-01-12.min.json +104 -16
- package/apis/ec2-2016-11-15.min.json +11 -0
- package/apis/greengrassv2-2020-11-30.examples.json +5 -0
- package/apis/greengrassv2-2020-11-30.min.json +1069 -0
- package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
- package/apis/imagebuilder-2019-12-02.min.json +375 -88
- package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
- package/apis/iot-2015-05-28.min.json +904 -278
- package/apis/iot-2015-05-28.paginators.json +24 -0
- package/apis/iotanalytics-2017-11-27.min.json +79 -27
- package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
- package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
- package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
- package/apis/iotfleethub-2020-11-03.examples.json +5 -0
- package/apis/iotfleethub-2020-11-03.min.json +292 -0
- package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
- package/apis/iotwireless-2020-11-22.examples.json +5 -0
- package/apis/iotwireless-2020-11-22.min.json +1832 -0
- package/apis/iotwireless-2020-11-22.paginators.json +29 -0
- package/apis/kms-2014-11-01.examples.json +7 -4
- package/apis/kms-2014-11-01.min.json +7 -1
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/lambda-2015-03-31.min.json +140 -100
- package/apis/location-2020-11-19.examples.json +5 -0
- package/apis/location-2020-11-19.min.json +1759 -0
- package/apis/location-2020-11-19.paginators.json +44 -0
- package/apis/metadata.json +21 -0
- package/apis/quicksight-2018-04-01.min.json +120 -119
- package/apis/rds-2014-10-31.min.json +192 -172
- package/apis/route53-2013-04-01.min.json +372 -96
- package/apis/route53resolver-2018-04-01.min.json +81 -6
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/servicecatalog-2015-12-10.min.json +187 -117
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/ssm-2014-11-06.min.json +606 -293
- package/apis/ssm-2014-11-06.paginators.json +12 -0
- package/apis/wellarchitected-2020-03-31.examples.json +5 -0
- package/apis/wellarchitected-2020-03-31.min.json +1329 -0
- package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
- package/clients/all.d.ts +7 -0
- package/clients/all.js +8 -1
- package/clients/amp.d.ts +220 -0
- package/clients/amp.js +18 -0
- package/clients/configservice.d.ts +49 -28
- package/clients/costexplorer.d.ts +3 -2
- package/clients/dlm.d.ts +99 -7
- package/clients/ec2.d.ts +14 -2
- package/clients/greengrassv2.d.ts +1270 -0
- package/clients/greengrassv2.js +18 -0
- package/clients/imagebuilder.d.ts +433 -5
- package/clients/iot.d.ts +770 -60
- package/clients/iotanalytics.d.ts +68 -2
- package/clients/iotdeviceadvisor.d.ts +710 -0
- package/clients/iotdeviceadvisor.js +18 -0
- package/clients/iotfleethub.d.ts +315 -0
- package/clients/iotfleethub.js +18 -0
- package/clients/iotwireless.d.ts +2124 -0
- package/clients/iotwireless.js +18 -0
- package/clients/kms.d.ts +117 -109
- package/clients/lambda.d.ts +63 -17
- package/clients/location.d.ts +1498 -0
- package/clients/location.js +18 -0
- package/clients/quicksight.d.ts +15 -10
- package/clients/rds.d.ts +41 -14
- package/clients/route53.d.ts +247 -1
- package/clients/route53resolver.d.ts +105 -8
- package/clients/servicecatalog.d.ts +122 -14
- package/clients/sqs.d.ts +23 -23
- package/clients/ssm.d.ts +534 -31
- package/clients/wellarchitected.d.ts +871 -0
- package/clients/wellarchitected.js +18 -0
- package/dist/aws-sdk-core-react-native.js +7 -2
- package/dist/aws-sdk-react-native.js +293 -24
- package/dist/aws-sdk.js +2709 -1190
- package/dist/aws-sdk.min.js +81 -81
- package/lib/config_service_placeholders.d.ts +14 -0
- package/lib/core.js +1 -1
- package/lib/util.js +5 -0
- package/package.json +1 -1
|
@@ -269,6 +269,28 @@
|
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
|
+
"CancelDetectMitigationActionsTask": {
|
|
273
|
+
"http": {
|
|
274
|
+
"method": "PUT",
|
|
275
|
+
"requestUri": "/detect/mitigationactions/tasks/{taskId}/cancel"
|
|
276
|
+
},
|
|
277
|
+
"input": {
|
|
278
|
+
"type": "structure",
|
|
279
|
+
"required": [
|
|
280
|
+
"taskId"
|
|
281
|
+
],
|
|
282
|
+
"members": {
|
|
283
|
+
"taskId": {
|
|
284
|
+
"location": "uri",
|
|
285
|
+
"locationName": "taskId"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"output": {
|
|
290
|
+
"type": "structure",
|
|
291
|
+
"members": {}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
272
294
|
"CancelJob": {
|
|
273
295
|
"http": {
|
|
274
296
|
"method": "PUT",
|
|
@@ -331,7 +353,7 @@
|
|
|
331
353
|
"type": "long"
|
|
332
354
|
},
|
|
333
355
|
"statusDetails": {
|
|
334
|
-
"shape": "
|
|
356
|
+
"shape": "S1e"
|
|
335
357
|
}
|
|
336
358
|
}
|
|
337
359
|
}
|
|
@@ -386,7 +408,7 @@
|
|
|
386
408
|
"members": {
|
|
387
409
|
"checkName": {},
|
|
388
410
|
"resourceIdentifier": {
|
|
389
|
-
"shape": "
|
|
411
|
+
"shape": "S1o"
|
|
390
412
|
},
|
|
391
413
|
"expirationDate": {
|
|
392
414
|
"type": "timestamp"
|
|
@@ -423,11 +445,11 @@
|
|
|
423
445
|
"authorizerFunctionArn": {},
|
|
424
446
|
"tokenKeyName": {},
|
|
425
447
|
"tokenSigningPublicKeys": {
|
|
426
|
-
"shape": "
|
|
448
|
+
"shape": "S25"
|
|
427
449
|
},
|
|
428
450
|
"status": {},
|
|
429
451
|
"tags": {
|
|
430
|
-
"shape": "
|
|
452
|
+
"shape": "S29"
|
|
431
453
|
},
|
|
432
454
|
"signingDisabled": {
|
|
433
455
|
"type": "boolean"
|
|
@@ -457,10 +479,10 @@
|
|
|
457
479
|
"locationName": "billingGroupName"
|
|
458
480
|
},
|
|
459
481
|
"billingGroupProperties": {
|
|
460
|
-
"shape": "
|
|
482
|
+
"shape": "S2h"
|
|
461
483
|
},
|
|
462
484
|
"tags": {
|
|
463
|
-
"shape": "
|
|
485
|
+
"shape": "S29"
|
|
464
486
|
}
|
|
465
487
|
}
|
|
466
488
|
},
|
|
@@ -500,6 +522,40 @@
|
|
|
500
522
|
}
|
|
501
523
|
}
|
|
502
524
|
},
|
|
525
|
+
"CreateCustomMetric": {
|
|
526
|
+
"http": {
|
|
527
|
+
"requestUri": "/custom-metric/{metricName}"
|
|
528
|
+
},
|
|
529
|
+
"input": {
|
|
530
|
+
"type": "structure",
|
|
531
|
+
"required": [
|
|
532
|
+
"metricName",
|
|
533
|
+
"metricType",
|
|
534
|
+
"clientRequestToken"
|
|
535
|
+
],
|
|
536
|
+
"members": {
|
|
537
|
+
"metricName": {
|
|
538
|
+
"location": "uri",
|
|
539
|
+
"locationName": "metricName"
|
|
540
|
+
},
|
|
541
|
+
"displayName": {},
|
|
542
|
+
"metricType": {},
|
|
543
|
+
"tags": {
|
|
544
|
+
"shape": "S29"
|
|
545
|
+
},
|
|
546
|
+
"clientRequestToken": {
|
|
547
|
+
"idempotencyToken": true
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"output": {
|
|
552
|
+
"type": "structure",
|
|
553
|
+
"members": {
|
|
554
|
+
"metricName": {},
|
|
555
|
+
"metricArn": {}
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
},
|
|
503
559
|
"CreateDimension": {
|
|
504
560
|
"http": {
|
|
505
561
|
"requestUri": "/dimensions/{name}"
|
|
@@ -519,10 +575,10 @@
|
|
|
519
575
|
},
|
|
520
576
|
"type": {},
|
|
521
577
|
"stringValues": {
|
|
522
|
-
"shape": "
|
|
578
|
+
"shape": "S2z"
|
|
523
579
|
},
|
|
524
580
|
"tags": {
|
|
525
|
-
"shape": "
|
|
581
|
+
"shape": "S29"
|
|
526
582
|
},
|
|
527
583
|
"clientRequestToken": {
|
|
528
584
|
"idempotencyToken": true
|
|
@@ -558,11 +614,11 @@
|
|
|
558
614
|
},
|
|
559
615
|
"validationCertificateArn": {},
|
|
560
616
|
"authorizerConfig": {
|
|
561
|
-
"shape": "
|
|
617
|
+
"shape": "S38"
|
|
562
618
|
},
|
|
563
619
|
"serviceType": {},
|
|
564
620
|
"tags": {
|
|
565
|
-
"shape": "
|
|
621
|
+
"shape": "S29"
|
|
566
622
|
}
|
|
567
623
|
}
|
|
568
624
|
},
|
|
@@ -590,13 +646,13 @@
|
|
|
590
646
|
"locationName": "thingGroupName"
|
|
591
647
|
},
|
|
592
648
|
"thingGroupProperties": {
|
|
593
|
-
"shape": "
|
|
649
|
+
"shape": "S3e"
|
|
594
650
|
},
|
|
595
651
|
"indexName": {},
|
|
596
652
|
"queryString": {},
|
|
597
653
|
"queryVersion": {},
|
|
598
654
|
"tags": {
|
|
599
|
-
"shape": "
|
|
655
|
+
"shape": "S29"
|
|
600
656
|
}
|
|
601
657
|
}
|
|
602
658
|
},
|
|
@@ -635,20 +691,20 @@
|
|
|
635
691
|
"document": {},
|
|
636
692
|
"description": {},
|
|
637
693
|
"presignedUrlConfig": {
|
|
638
|
-
"shape": "
|
|
694
|
+
"shape": "S3t"
|
|
639
695
|
},
|
|
640
696
|
"targetSelection": {},
|
|
641
697
|
"jobExecutionsRolloutConfig": {
|
|
642
|
-
"shape": "
|
|
698
|
+
"shape": "S3w"
|
|
643
699
|
},
|
|
644
700
|
"abortConfig": {
|
|
645
|
-
"shape": "
|
|
701
|
+
"shape": "S43"
|
|
646
702
|
},
|
|
647
703
|
"timeoutConfig": {
|
|
648
|
-
"shape": "
|
|
704
|
+
"shape": "S4a"
|
|
649
705
|
},
|
|
650
706
|
"tags": {
|
|
651
|
-
"shape": "
|
|
707
|
+
"shape": "S29"
|
|
652
708
|
},
|
|
653
709
|
"namespaceId": {}
|
|
654
710
|
}
|
|
@@ -683,7 +739,7 @@
|
|
|
683
739
|
"certificateId": {},
|
|
684
740
|
"certificatePem": {},
|
|
685
741
|
"keyPair": {
|
|
686
|
-
"shape": "
|
|
742
|
+
"shape": "S4f"
|
|
687
743
|
}
|
|
688
744
|
}
|
|
689
745
|
}
|
|
@@ -706,10 +762,10 @@
|
|
|
706
762
|
},
|
|
707
763
|
"roleArn": {},
|
|
708
764
|
"actionParams": {
|
|
709
|
-
"shape": "
|
|
765
|
+
"shape": "S4k"
|
|
710
766
|
},
|
|
711
767
|
"tags": {
|
|
712
|
-
"shape": "
|
|
768
|
+
"shape": "S29"
|
|
713
769
|
}
|
|
714
770
|
}
|
|
715
771
|
},
|
|
@@ -740,17 +796,17 @@
|
|
|
740
796
|
},
|
|
741
797
|
"description": {},
|
|
742
798
|
"targets": {
|
|
743
|
-
"shape": "
|
|
799
|
+
"shape": "S53"
|
|
744
800
|
},
|
|
745
801
|
"protocols": {
|
|
746
|
-
"shape": "
|
|
802
|
+
"shape": "S55"
|
|
747
803
|
},
|
|
748
804
|
"targetSelection": {},
|
|
749
805
|
"awsJobExecutionsRolloutConfig": {
|
|
750
|
-
"shape": "
|
|
806
|
+
"shape": "S57"
|
|
751
807
|
},
|
|
752
808
|
"awsJobPresignedUrlConfig": {
|
|
753
|
-
"shape": "
|
|
809
|
+
"shape": "S5e"
|
|
754
810
|
},
|
|
755
811
|
"awsJobAbortConfig": {
|
|
756
812
|
"type": "structure",
|
|
@@ -791,14 +847,14 @@
|
|
|
791
847
|
}
|
|
792
848
|
},
|
|
793
849
|
"files": {
|
|
794
|
-
"shape": "
|
|
850
|
+
"shape": "S5p"
|
|
795
851
|
},
|
|
796
852
|
"roleArn": {},
|
|
797
853
|
"additionalParameters": {
|
|
798
|
-
"shape": "
|
|
854
|
+
"shape": "S6n"
|
|
799
855
|
},
|
|
800
856
|
"tags": {
|
|
801
|
-
"shape": "
|
|
857
|
+
"shape": "S29"
|
|
802
858
|
}
|
|
803
859
|
}
|
|
804
860
|
},
|
|
@@ -830,7 +886,7 @@
|
|
|
830
886
|
},
|
|
831
887
|
"policyDocument": {},
|
|
832
888
|
"tags": {
|
|
833
|
-
"shape": "
|
|
889
|
+
"shape": "S29"
|
|
834
890
|
}
|
|
835
891
|
}
|
|
836
892
|
},
|
|
@@ -901,7 +957,7 @@
|
|
|
901
957
|
"certificateId": {},
|
|
902
958
|
"certificatePem": {},
|
|
903
959
|
"keyPair": {
|
|
904
|
-
"shape": "
|
|
960
|
+
"shape": "S4f"
|
|
905
961
|
},
|
|
906
962
|
"expiration": {
|
|
907
963
|
"type": "timestamp"
|
|
@@ -929,10 +985,10 @@
|
|
|
929
985
|
},
|
|
930
986
|
"provisioningRoleArn": {},
|
|
931
987
|
"preProvisioningHook": {
|
|
932
|
-
"shape": "
|
|
988
|
+
"shape": "S79"
|
|
933
989
|
},
|
|
934
990
|
"tags": {
|
|
935
|
-
"shape": "
|
|
991
|
+
"shape": "S29"
|
|
936
992
|
}
|
|
937
993
|
}
|
|
938
994
|
},
|
|
@@ -1004,7 +1060,7 @@
|
|
|
1004
1060
|
"type": "integer"
|
|
1005
1061
|
},
|
|
1006
1062
|
"tags": {
|
|
1007
|
-
"shape": "
|
|
1063
|
+
"shape": "S29"
|
|
1008
1064
|
}
|
|
1009
1065
|
}
|
|
1010
1066
|
},
|
|
@@ -1032,14 +1088,14 @@
|
|
|
1032
1088
|
"dayOfMonth": {},
|
|
1033
1089
|
"dayOfWeek": {},
|
|
1034
1090
|
"targetCheckNames": {
|
|
1035
|
-
"shape": "
|
|
1091
|
+
"shape": "S7o"
|
|
1036
1092
|
},
|
|
1037
1093
|
"scheduledAuditName": {
|
|
1038
1094
|
"location": "uri",
|
|
1039
1095
|
"locationName": "scheduledAuditName"
|
|
1040
1096
|
},
|
|
1041
1097
|
"tags": {
|
|
1042
|
-
"shape": "
|
|
1098
|
+
"shape": "S29"
|
|
1043
1099
|
}
|
|
1044
1100
|
}
|
|
1045
1101
|
},
|
|
@@ -1066,21 +1122,21 @@
|
|
|
1066
1122
|
},
|
|
1067
1123
|
"securityProfileDescription": {},
|
|
1068
1124
|
"behaviors": {
|
|
1069
|
-
"shape": "
|
|
1125
|
+
"shape": "S7u"
|
|
1070
1126
|
},
|
|
1071
1127
|
"alertTargets": {
|
|
1072
|
-
"shape": "
|
|
1128
|
+
"shape": "S8k"
|
|
1073
1129
|
},
|
|
1074
1130
|
"additionalMetricsToRetain": {
|
|
1075
|
-
"shape": "
|
|
1131
|
+
"shape": "S8o",
|
|
1076
1132
|
"deprecated": true,
|
|
1077
1133
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
1078
1134
|
},
|
|
1079
1135
|
"additionalMetricsToRetainV2": {
|
|
1080
|
-
"shape": "
|
|
1136
|
+
"shape": "S8p"
|
|
1081
1137
|
},
|
|
1082
1138
|
"tags": {
|
|
1083
|
-
"shape": "
|
|
1139
|
+
"shape": "S29"
|
|
1084
1140
|
}
|
|
1085
1141
|
}
|
|
1086
1142
|
},
|
|
@@ -1110,11 +1166,11 @@
|
|
|
1110
1166
|
},
|
|
1111
1167
|
"description": {},
|
|
1112
1168
|
"files": {
|
|
1113
|
-
"shape": "
|
|
1169
|
+
"shape": "S8v"
|
|
1114
1170
|
},
|
|
1115
1171
|
"roleArn": {},
|
|
1116
1172
|
"tags": {
|
|
1117
|
-
"shape": "
|
|
1173
|
+
"shape": "S29"
|
|
1118
1174
|
}
|
|
1119
1175
|
}
|
|
1120
1176
|
},
|
|
@@ -1146,7 +1202,7 @@
|
|
|
1146
1202
|
},
|
|
1147
1203
|
"thingTypeName": {},
|
|
1148
1204
|
"attributePayload": {
|
|
1149
|
-
"shape": "
|
|
1205
|
+
"shape": "S3g"
|
|
1150
1206
|
},
|
|
1151
1207
|
"billingGroupName": {}
|
|
1152
1208
|
}
|
|
@@ -1176,10 +1232,10 @@
|
|
|
1176
1232
|
},
|
|
1177
1233
|
"parentGroupName": {},
|
|
1178
1234
|
"thingGroupProperties": {
|
|
1179
|
-
"shape": "
|
|
1235
|
+
"shape": "S3e"
|
|
1180
1236
|
},
|
|
1181
1237
|
"tags": {
|
|
1182
|
-
"shape": "
|
|
1238
|
+
"shape": "S29"
|
|
1183
1239
|
}
|
|
1184
1240
|
}
|
|
1185
1241
|
},
|
|
@@ -1207,10 +1263,10 @@
|
|
|
1207
1263
|
"locationName": "thingTypeName"
|
|
1208
1264
|
},
|
|
1209
1265
|
"thingTypeProperties": {
|
|
1210
|
-
"shape": "
|
|
1266
|
+
"shape": "S97"
|
|
1211
1267
|
},
|
|
1212
1268
|
"tags": {
|
|
1213
|
-
"shape": "
|
|
1269
|
+
"shape": "S29"
|
|
1214
1270
|
}
|
|
1215
1271
|
}
|
|
1216
1272
|
},
|
|
@@ -1239,7 +1295,7 @@
|
|
|
1239
1295
|
"locationName": "ruleName"
|
|
1240
1296
|
},
|
|
1241
1297
|
"topicRulePayload": {
|
|
1242
|
-
"shape": "
|
|
1298
|
+
"shape": "S9f"
|
|
1243
1299
|
},
|
|
1244
1300
|
"tags": {
|
|
1245
1301
|
"location": "header",
|
|
@@ -1270,6 +1326,24 @@
|
|
|
1270
1326
|
"members": {
|
|
1271
1327
|
"confirmationUrl": {}
|
|
1272
1328
|
}
|
|
1329
|
+
},
|
|
1330
|
+
"vpcConfiguration": {
|
|
1331
|
+
"type": "structure",
|
|
1332
|
+
"required": [
|
|
1333
|
+
"subnetIds",
|
|
1334
|
+
"vpcId",
|
|
1335
|
+
"roleArn"
|
|
1336
|
+
],
|
|
1337
|
+
"members": {
|
|
1338
|
+
"subnetIds": {
|
|
1339
|
+
"shape": "Scf"
|
|
1340
|
+
},
|
|
1341
|
+
"securityGroups": {
|
|
1342
|
+
"shape": "Sch"
|
|
1343
|
+
},
|
|
1344
|
+
"vpcId": {},
|
|
1345
|
+
"roleArn": {}
|
|
1346
|
+
}
|
|
1273
1347
|
}
|
|
1274
1348
|
}
|
|
1275
1349
|
}
|
|
@@ -1279,7 +1353,7 @@
|
|
|
1279
1353
|
"type": "structure",
|
|
1280
1354
|
"members": {
|
|
1281
1355
|
"topicRuleDestination": {
|
|
1282
|
-
"shape": "
|
|
1356
|
+
"shape": "Scl"
|
|
1283
1357
|
}
|
|
1284
1358
|
}
|
|
1285
1359
|
}
|
|
@@ -1317,7 +1391,7 @@
|
|
|
1317
1391
|
"members": {
|
|
1318
1392
|
"checkName": {},
|
|
1319
1393
|
"resourceIdentifier": {
|
|
1320
|
-
"shape": "
|
|
1394
|
+
"shape": "S1o"
|
|
1321
1395
|
}
|
|
1322
1396
|
}
|
|
1323
1397
|
},
|
|
@@ -1420,6 +1494,28 @@
|
|
|
1420
1494
|
}
|
|
1421
1495
|
}
|
|
1422
1496
|
},
|
|
1497
|
+
"DeleteCustomMetric": {
|
|
1498
|
+
"http": {
|
|
1499
|
+
"method": "DELETE",
|
|
1500
|
+
"requestUri": "/custom-metric/{metricName}"
|
|
1501
|
+
},
|
|
1502
|
+
"input": {
|
|
1503
|
+
"type": "structure",
|
|
1504
|
+
"required": [
|
|
1505
|
+
"metricName"
|
|
1506
|
+
],
|
|
1507
|
+
"members": {
|
|
1508
|
+
"metricName": {
|
|
1509
|
+
"location": "uri",
|
|
1510
|
+
"locationName": "metricName"
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"output": {
|
|
1515
|
+
"type": "structure",
|
|
1516
|
+
"members": {}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1423
1519
|
"DeleteDimension": {
|
|
1424
1520
|
"http": {
|
|
1425
1521
|
"method": "DELETE",
|
|
@@ -1985,10 +2081,10 @@
|
|
|
1985
2081
|
"members": {
|
|
1986
2082
|
"roleArn": {},
|
|
1987
2083
|
"auditNotificationTargetConfigurations": {
|
|
1988
|
-
"shape": "
|
|
2084
|
+
"shape": "Sej"
|
|
1989
2085
|
},
|
|
1990
2086
|
"auditCheckConfigurations": {
|
|
1991
|
-
"shape": "
|
|
2087
|
+
"shape": "Sem"
|
|
1992
2088
|
}
|
|
1993
2089
|
}
|
|
1994
2090
|
}
|
|
@@ -2014,7 +2110,7 @@
|
|
|
2014
2110
|
"type": "structure",
|
|
2015
2111
|
"members": {
|
|
2016
2112
|
"finding": {
|
|
2017
|
-
"shape": "
|
|
2113
|
+
"shape": "Ser"
|
|
2018
2114
|
}
|
|
2019
2115
|
}
|
|
2020
2116
|
}
|
|
@@ -2071,24 +2167,13 @@
|
|
|
2071
2167
|
}
|
|
2072
2168
|
},
|
|
2073
2169
|
"target": {
|
|
2074
|
-
"shape": "
|
|
2170
|
+
"shape": "Sfb"
|
|
2075
2171
|
},
|
|
2076
2172
|
"auditCheckToActionsMapping": {
|
|
2077
|
-
"shape": "
|
|
2173
|
+
"shape": "Sff"
|
|
2078
2174
|
},
|
|
2079
2175
|
"actionsDefinition": {
|
|
2080
|
-
"
|
|
2081
|
-
"member": {
|
|
2082
|
-
"type": "structure",
|
|
2083
|
-
"members": {
|
|
2084
|
-
"name": {},
|
|
2085
|
-
"id": {},
|
|
2086
|
-
"roleArn": {},
|
|
2087
|
-
"actionParams": {
|
|
2088
|
-
"shape": "S4c"
|
|
2089
|
-
}
|
|
2090
|
-
}
|
|
2091
|
-
}
|
|
2176
|
+
"shape": "Sfh"
|
|
2092
2177
|
}
|
|
2093
2178
|
}
|
|
2094
2179
|
}
|
|
@@ -2106,7 +2191,7 @@
|
|
|
2106
2191
|
"members": {
|
|
2107
2192
|
"checkName": {},
|
|
2108
2193
|
"resourceIdentifier": {
|
|
2109
|
-
"shape": "
|
|
2194
|
+
"shape": "S1o"
|
|
2110
2195
|
}
|
|
2111
2196
|
}
|
|
2112
2197
|
},
|
|
@@ -2115,7 +2200,7 @@
|
|
|
2115
2200
|
"members": {
|
|
2116
2201
|
"checkName": {},
|
|
2117
2202
|
"resourceIdentifier": {
|
|
2118
|
-
"shape": "
|
|
2203
|
+
"shape": "S1o"
|
|
2119
2204
|
},
|
|
2120
2205
|
"expirationDate": {
|
|
2121
2206
|
"type": "timestamp"
|
|
@@ -2227,7 +2312,7 @@
|
|
|
2227
2312
|
"type": "structure",
|
|
2228
2313
|
"members": {
|
|
2229
2314
|
"authorizerDescription": {
|
|
2230
|
-
"shape": "
|
|
2315
|
+
"shape": "Sg8"
|
|
2231
2316
|
}
|
|
2232
2317
|
}
|
|
2233
2318
|
}
|
|
@@ -2259,7 +2344,7 @@
|
|
|
2259
2344
|
"type": "long"
|
|
2260
2345
|
},
|
|
2261
2346
|
"billingGroupProperties": {
|
|
2262
|
-
"shape": "
|
|
2347
|
+
"shape": "S2h"
|
|
2263
2348
|
},
|
|
2264
2349
|
"billingGroupMetadata": {
|
|
2265
2350
|
"type": "structure",
|
|
@@ -2312,12 +2397,12 @@
|
|
|
2312
2397
|
},
|
|
2313
2398
|
"generationId": {},
|
|
2314
2399
|
"validity": {
|
|
2315
|
-
"shape": "
|
|
2400
|
+
"shape": "Sgl"
|
|
2316
2401
|
}
|
|
2317
2402
|
}
|
|
2318
2403
|
},
|
|
2319
2404
|
"registrationConfig": {
|
|
2320
|
-
"shape": "
|
|
2405
|
+
"shape": "Sgm"
|
|
2321
2406
|
}
|
|
2322
2407
|
}
|
|
2323
2408
|
}
|
|
@@ -2379,7 +2464,7 @@
|
|
|
2379
2464
|
},
|
|
2380
2465
|
"generationId": {},
|
|
2381
2466
|
"validity": {
|
|
2382
|
-
"shape": "
|
|
2467
|
+
"shape": "Sgl"
|
|
2383
2468
|
},
|
|
2384
2469
|
"certificateMode": {}
|
|
2385
2470
|
}
|
|
@@ -2387,6 +2472,39 @@
|
|
|
2387
2472
|
}
|
|
2388
2473
|
}
|
|
2389
2474
|
},
|
|
2475
|
+
"DescribeCustomMetric": {
|
|
2476
|
+
"http": {
|
|
2477
|
+
"method": "GET",
|
|
2478
|
+
"requestUri": "/custom-metric/{metricName}"
|
|
2479
|
+
},
|
|
2480
|
+
"input": {
|
|
2481
|
+
"type": "structure",
|
|
2482
|
+
"required": [
|
|
2483
|
+
"metricName"
|
|
2484
|
+
],
|
|
2485
|
+
"members": {
|
|
2486
|
+
"metricName": {
|
|
2487
|
+
"location": "uri",
|
|
2488
|
+
"locationName": "metricName"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
"output": {
|
|
2493
|
+
"type": "structure",
|
|
2494
|
+
"members": {
|
|
2495
|
+
"metricName": {},
|
|
2496
|
+
"metricArn": {},
|
|
2497
|
+
"metricType": {},
|
|
2498
|
+
"displayName": {},
|
|
2499
|
+
"creationDate": {
|
|
2500
|
+
"type": "timestamp"
|
|
2501
|
+
},
|
|
2502
|
+
"lastModifiedDate": {
|
|
2503
|
+
"type": "timestamp"
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2390
2508
|
"DescribeDefaultAuthorizer": {
|
|
2391
2509
|
"http": {
|
|
2392
2510
|
"method": "GET",
|
|
@@ -2400,7 +2518,33 @@
|
|
|
2400
2518
|
"type": "structure",
|
|
2401
2519
|
"members": {
|
|
2402
2520
|
"authorizerDescription": {
|
|
2403
|
-
"shape": "
|
|
2521
|
+
"shape": "Sg8"
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"DescribeDetectMitigationActionsTask": {
|
|
2527
|
+
"http": {
|
|
2528
|
+
"method": "GET",
|
|
2529
|
+
"requestUri": "/detect/mitigationactions/tasks/{taskId}"
|
|
2530
|
+
},
|
|
2531
|
+
"input": {
|
|
2532
|
+
"type": "structure",
|
|
2533
|
+
"required": [
|
|
2534
|
+
"taskId"
|
|
2535
|
+
],
|
|
2536
|
+
"members": {
|
|
2537
|
+
"taskId": {
|
|
2538
|
+
"location": "uri",
|
|
2539
|
+
"locationName": "taskId"
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
"output": {
|
|
2544
|
+
"type": "structure",
|
|
2545
|
+
"members": {
|
|
2546
|
+
"taskSummary": {
|
|
2547
|
+
"shape": "Sh0"
|
|
2404
2548
|
}
|
|
2405
2549
|
}
|
|
2406
2550
|
}
|
|
@@ -2429,7 +2573,7 @@
|
|
|
2429
2573
|
"arn": {},
|
|
2430
2574
|
"type": {},
|
|
2431
2575
|
"stringValues": {
|
|
2432
|
-
"shape": "
|
|
2576
|
+
"shape": "S2z"
|
|
2433
2577
|
},
|
|
2434
2578
|
"creationDate": {
|
|
2435
2579
|
"type": "timestamp"
|
|
@@ -2475,7 +2619,7 @@
|
|
|
2475
2619
|
}
|
|
2476
2620
|
},
|
|
2477
2621
|
"authorizerConfig": {
|
|
2478
|
-
"shape": "
|
|
2622
|
+
"shape": "S38"
|
|
2479
2623
|
},
|
|
2480
2624
|
"domainConfigurationStatus": {},
|
|
2481
2625
|
"serviceType": {},
|
|
@@ -2520,7 +2664,7 @@
|
|
|
2520
2664
|
"type": "structure",
|
|
2521
2665
|
"members": {
|
|
2522
2666
|
"eventConfigurations": {
|
|
2523
|
-
"shape": "
|
|
2667
|
+
"shape": "Shq"
|
|
2524
2668
|
},
|
|
2525
2669
|
"creationDate": {
|
|
2526
2670
|
"type": "timestamp"
|
|
@@ -2595,13 +2739,13 @@
|
|
|
2595
2739
|
},
|
|
2596
2740
|
"description": {},
|
|
2597
2741
|
"presignedUrlConfig": {
|
|
2598
|
-
"shape": "
|
|
2742
|
+
"shape": "S3t"
|
|
2599
2743
|
},
|
|
2600
2744
|
"jobExecutionsRolloutConfig": {
|
|
2601
|
-
"shape": "
|
|
2745
|
+
"shape": "S3w"
|
|
2602
2746
|
},
|
|
2603
2747
|
"abortConfig": {
|
|
2604
|
-
"shape": "
|
|
2748
|
+
"shape": "S43"
|
|
2605
2749
|
},
|
|
2606
2750
|
"createdAt": {
|
|
2607
2751
|
"type": "timestamp"
|
|
@@ -2646,7 +2790,7 @@
|
|
|
2646
2790
|
}
|
|
2647
2791
|
},
|
|
2648
2792
|
"timeoutConfig": {
|
|
2649
|
-
"shape": "
|
|
2793
|
+
"shape": "S4a"
|
|
2650
2794
|
},
|
|
2651
2795
|
"namespaceId": {}
|
|
2652
2796
|
}
|
|
@@ -2696,7 +2840,7 @@
|
|
|
2696
2840
|
"type": "structure",
|
|
2697
2841
|
"members": {
|
|
2698
2842
|
"detailsMap": {
|
|
2699
|
-
"shape": "
|
|
2843
|
+
"shape": "S1e"
|
|
2700
2844
|
}
|
|
2701
2845
|
}
|
|
2702
2846
|
},
|
|
@@ -2750,7 +2894,7 @@
|
|
|
2750
2894
|
"actionId": {},
|
|
2751
2895
|
"roleArn": {},
|
|
2752
2896
|
"actionParams": {
|
|
2753
|
-
"shape": "
|
|
2897
|
+
"shape": "S4k"
|
|
2754
2898
|
},
|
|
2755
2899
|
"creationDate": {
|
|
2756
2900
|
"type": "timestamp"
|
|
@@ -2799,7 +2943,7 @@
|
|
|
2799
2943
|
},
|
|
2800
2944
|
"provisioningRoleArn": {},
|
|
2801
2945
|
"preProvisioningHook": {
|
|
2802
|
-
"shape": "
|
|
2946
|
+
"shape": "S79"
|
|
2803
2947
|
}
|
|
2804
2948
|
}
|
|
2805
2949
|
}
|
|
@@ -2908,7 +3052,7 @@
|
|
|
2908
3052
|
"dayOfMonth": {},
|
|
2909
3053
|
"dayOfWeek": {},
|
|
2910
3054
|
"targetCheckNames": {
|
|
2911
|
-
"shape": "
|
|
3055
|
+
"shape": "S7o"
|
|
2912
3056
|
},
|
|
2913
3057
|
"scheduledAuditName": {},
|
|
2914
3058
|
"scheduledAuditArn": {}
|
|
@@ -2939,18 +3083,18 @@
|
|
|
2939
3083
|
"securityProfileArn": {},
|
|
2940
3084
|
"securityProfileDescription": {},
|
|
2941
3085
|
"behaviors": {
|
|
2942
|
-
"shape": "
|
|
3086
|
+
"shape": "S7u"
|
|
2943
3087
|
},
|
|
2944
3088
|
"alertTargets": {
|
|
2945
|
-
"shape": "
|
|
3089
|
+
"shape": "S8k"
|
|
2946
3090
|
},
|
|
2947
3091
|
"additionalMetricsToRetain": {
|
|
2948
|
-
"shape": "
|
|
3092
|
+
"shape": "S8o",
|
|
2949
3093
|
"deprecated": true,
|
|
2950
3094
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
2951
3095
|
},
|
|
2952
3096
|
"additionalMetricsToRetainV2": {
|
|
2953
|
-
"shape": "
|
|
3097
|
+
"shape": "S8p"
|
|
2954
3098
|
},
|
|
2955
3099
|
"version": {
|
|
2956
3100
|
"type": "long"
|
|
@@ -2994,7 +3138,7 @@
|
|
|
2994
3138
|
},
|
|
2995
3139
|
"description": {},
|
|
2996
3140
|
"files": {
|
|
2997
|
-
"shape": "
|
|
3141
|
+
"shape": "S8v"
|
|
2998
3142
|
},
|
|
2999
3143
|
"createdAt": {
|
|
3000
3144
|
"type": "timestamp"
|
|
@@ -3034,7 +3178,7 @@
|
|
|
3034
3178
|
"thingArn": {},
|
|
3035
3179
|
"thingTypeName": {},
|
|
3036
3180
|
"attributes": {
|
|
3037
|
-
"shape": "
|
|
3181
|
+
"shape": "S3h"
|
|
3038
3182
|
},
|
|
3039
3183
|
"version": {
|
|
3040
3184
|
"type": "long"
|
|
@@ -3070,14 +3214,14 @@
|
|
|
3070
3214
|
"type": "long"
|
|
3071
3215
|
},
|
|
3072
3216
|
"thingGroupProperties": {
|
|
3073
|
-
"shape": "
|
|
3217
|
+
"shape": "S3e"
|
|
3074
3218
|
},
|
|
3075
3219
|
"thingGroupMetadata": {
|
|
3076
3220
|
"type": "structure",
|
|
3077
3221
|
"members": {
|
|
3078
3222
|
"parentGroupName": {},
|
|
3079
3223
|
"rootToParentThingGroups": {
|
|
3080
|
-
"shape": "
|
|
3224
|
+
"shape": "Sj7"
|
|
3081
3225
|
},
|
|
3082
3226
|
"creationDate": {
|
|
3083
3227
|
"type": "timestamp"
|
|
@@ -3160,10 +3304,10 @@
|
|
|
3160
3304
|
"thingTypeId": {},
|
|
3161
3305
|
"thingTypeArn": {},
|
|
3162
3306
|
"thingTypeProperties": {
|
|
3163
|
-
"shape": "
|
|
3307
|
+
"shape": "S97"
|
|
3164
3308
|
},
|
|
3165
3309
|
"thingTypeMetadata": {
|
|
3166
|
-
"shape": "
|
|
3310
|
+
"shape": "Sjk"
|
|
3167
3311
|
}
|
|
3168
3312
|
}
|
|
3169
3313
|
}
|
|
@@ -3299,6 +3443,56 @@
|
|
|
3299
3443
|
}
|
|
3300
3444
|
}
|
|
3301
3445
|
},
|
|
3446
|
+
"GetBehaviorModelTrainingSummaries": {
|
|
3447
|
+
"http": {
|
|
3448
|
+
"method": "GET",
|
|
3449
|
+
"requestUri": "/behavior-model-training/summaries"
|
|
3450
|
+
},
|
|
3451
|
+
"input": {
|
|
3452
|
+
"type": "structure",
|
|
3453
|
+
"members": {
|
|
3454
|
+
"securityProfileName": {
|
|
3455
|
+
"location": "querystring",
|
|
3456
|
+
"locationName": "securityProfileName"
|
|
3457
|
+
},
|
|
3458
|
+
"maxResults": {
|
|
3459
|
+
"location": "querystring",
|
|
3460
|
+
"locationName": "maxResults",
|
|
3461
|
+
"type": "integer"
|
|
3462
|
+
},
|
|
3463
|
+
"nextToken": {
|
|
3464
|
+
"location": "querystring",
|
|
3465
|
+
"locationName": "nextToken"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"output": {
|
|
3470
|
+
"type": "structure",
|
|
3471
|
+
"members": {
|
|
3472
|
+
"summaries": {
|
|
3473
|
+
"type": "list",
|
|
3474
|
+
"member": {
|
|
3475
|
+
"type": "structure",
|
|
3476
|
+
"members": {
|
|
3477
|
+
"securityProfileName": {},
|
|
3478
|
+
"behaviorName": {},
|
|
3479
|
+
"trainingDataCollectionStartDate": {
|
|
3480
|
+
"type": "timestamp"
|
|
3481
|
+
},
|
|
3482
|
+
"modelStatus": {},
|
|
3483
|
+
"datapointsCollectionPercentage": {
|
|
3484
|
+
"type": "double"
|
|
3485
|
+
},
|
|
3486
|
+
"lastModelRefreshDate": {
|
|
3487
|
+
"type": "timestamp"
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
"nextToken": {}
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
},
|
|
3302
3496
|
"GetCardinality": {
|
|
3303
3497
|
"http": {
|
|
3304
3498
|
"requestUri": "/indices/cardinality"
|
|
@@ -3369,10 +3563,10 @@
|
|
|
3369
3563
|
"type": "structure",
|
|
3370
3564
|
"members": {
|
|
3371
3565
|
"thingIndexingConfiguration": {
|
|
3372
|
-
"shape": "
|
|
3566
|
+
"shape": "Skc"
|
|
3373
3567
|
},
|
|
3374
3568
|
"thingGroupIndexingConfiguration": {
|
|
3375
|
-
"shape": "
|
|
3569
|
+
"shape": "Skj"
|
|
3376
3570
|
}
|
|
3377
3571
|
}
|
|
3378
3572
|
}
|
|
@@ -3451,20 +3645,20 @@
|
|
|
3451
3645
|
},
|
|
3452
3646
|
"description": {},
|
|
3453
3647
|
"targets": {
|
|
3454
|
-
"shape": "
|
|
3648
|
+
"shape": "S53"
|
|
3455
3649
|
},
|
|
3456
3650
|
"protocols": {
|
|
3457
|
-
"shape": "
|
|
3651
|
+
"shape": "S55"
|
|
3458
3652
|
},
|
|
3459
3653
|
"awsJobExecutionsRolloutConfig": {
|
|
3460
|
-
"shape": "
|
|
3654
|
+
"shape": "S57"
|
|
3461
3655
|
},
|
|
3462
3656
|
"awsJobPresignedUrlConfig": {
|
|
3463
|
-
"shape": "
|
|
3657
|
+
"shape": "S5e"
|
|
3464
3658
|
},
|
|
3465
3659
|
"targetSelection": {},
|
|
3466
3660
|
"otaUpdateFiles": {
|
|
3467
|
-
"shape": "
|
|
3661
|
+
"shape": "S5p"
|
|
3468
3662
|
},
|
|
3469
3663
|
"otaUpdateStatus": {},
|
|
3470
3664
|
"awsIotJobId": {},
|
|
@@ -3477,7 +3671,7 @@
|
|
|
3477
3671
|
}
|
|
3478
3672
|
},
|
|
3479
3673
|
"additionalParameters": {
|
|
3480
|
-
"shape": "
|
|
3674
|
+
"shape": "S6n"
|
|
3481
3675
|
}
|
|
3482
3676
|
}
|
|
3483
3677
|
}
|
|
@@ -3700,14 +3894,14 @@
|
|
|
3700
3894
|
"type": "timestamp"
|
|
3701
3895
|
},
|
|
3702
3896
|
"actions": {
|
|
3703
|
-
"shape": "
|
|
3897
|
+
"shape": "S9i"
|
|
3704
3898
|
},
|
|
3705
3899
|
"ruleDisabled": {
|
|
3706
3900
|
"type": "boolean"
|
|
3707
3901
|
},
|
|
3708
3902
|
"awsIotSqlVersion": {},
|
|
3709
3903
|
"errorAction": {
|
|
3710
|
-
"shape": "
|
|
3904
|
+
"shape": "S9j"
|
|
3711
3905
|
}
|
|
3712
3906
|
}
|
|
3713
3907
|
}
|
|
@@ -3735,7 +3929,7 @@
|
|
|
3735
3929
|
"type": "structure",
|
|
3736
3930
|
"members": {
|
|
3737
3931
|
"topicRuleDestination": {
|
|
3738
|
-
"shape": "
|
|
3932
|
+
"shape": "Scl"
|
|
3739
3933
|
}
|
|
3740
3934
|
}
|
|
3741
3935
|
}
|
|
@@ -3776,6 +3970,15 @@
|
|
|
3776
3970
|
"location": "querystring",
|
|
3777
3971
|
"locationName": "securityProfileName"
|
|
3778
3972
|
},
|
|
3973
|
+
"behaviorCriteriaType": {
|
|
3974
|
+
"location": "querystring",
|
|
3975
|
+
"locationName": "behaviorCriteriaType"
|
|
3976
|
+
},
|
|
3977
|
+
"listSuppressedAlerts": {
|
|
3978
|
+
"location": "querystring",
|
|
3979
|
+
"locationName": "listSuppressedAlerts",
|
|
3980
|
+
"type": "boolean"
|
|
3981
|
+
},
|
|
3779
3982
|
"nextToken": {
|
|
3780
3983
|
"location": "querystring",
|
|
3781
3984
|
"locationName": "nextToken"
|
|
@@ -3799,10 +4002,13 @@
|
|
|
3799
4002
|
"thingName": {},
|
|
3800
4003
|
"securityProfileName": {},
|
|
3801
4004
|
"behavior": {
|
|
3802
|
-
"shape": "
|
|
4005
|
+
"shape": "S7v"
|
|
3803
4006
|
},
|
|
3804
4007
|
"lastViolationValue": {
|
|
3805
|
-
"shape": "
|
|
4008
|
+
"shape": "S82"
|
|
4009
|
+
},
|
|
4010
|
+
"violationEventAdditionalInfo": {
|
|
4011
|
+
"shape": "Sm0"
|
|
3806
4012
|
},
|
|
3807
4013
|
"lastViolationTime": {
|
|
3808
4014
|
"type": "timestamp"
|
|
@@ -3851,7 +4057,7 @@
|
|
|
3851
4057
|
"type": "structure",
|
|
3852
4058
|
"members": {
|
|
3853
4059
|
"policies": {
|
|
3854
|
-
"shape": "
|
|
4060
|
+
"shape": "Sm6"
|
|
3855
4061
|
},
|
|
3856
4062
|
"nextMarker": {}
|
|
3857
4063
|
}
|
|
@@ -3867,7 +4073,7 @@
|
|
|
3867
4073
|
"taskId": {},
|
|
3868
4074
|
"checkName": {},
|
|
3869
4075
|
"resourceIdentifier": {
|
|
3870
|
-
"shape": "
|
|
4076
|
+
"shape": "S1o"
|
|
3871
4077
|
},
|
|
3872
4078
|
"maxResults": {
|
|
3873
4079
|
"type": "integer"
|
|
@@ -3890,7 +4096,7 @@
|
|
|
3890
4096
|
"findings": {
|
|
3891
4097
|
"type": "list",
|
|
3892
4098
|
"member": {
|
|
3893
|
-
"shape": "
|
|
4099
|
+
"shape": "Ser"
|
|
3894
4100
|
}
|
|
3895
4101
|
},
|
|
3896
4102
|
"nextToken": {}
|
|
@@ -4034,7 +4240,7 @@
|
|
|
4034
4240
|
"members": {
|
|
4035
4241
|
"checkName": {},
|
|
4036
4242
|
"resourceIdentifier": {
|
|
4037
|
-
"shape": "
|
|
4243
|
+
"shape": "S1o"
|
|
4038
4244
|
},
|
|
4039
4245
|
"ascendingOrder": {
|
|
4040
4246
|
"type": "boolean"
|
|
@@ -4059,7 +4265,7 @@
|
|
|
4059
4265
|
"members": {
|
|
4060
4266
|
"checkName": {},
|
|
4061
4267
|
"resourceIdentifier": {
|
|
4062
|
-
"shape": "
|
|
4268
|
+
"shape": "S1o"
|
|
4063
4269
|
},
|
|
4064
4270
|
"expirationDate": {
|
|
4065
4271
|
"type": "timestamp"
|
|
@@ -4208,7 +4414,7 @@
|
|
|
4208
4414
|
"billingGroups": {
|
|
4209
4415
|
"type": "list",
|
|
4210
4416
|
"member": {
|
|
4211
|
-
"shape": "
|
|
4417
|
+
"shape": "Sj8"
|
|
4212
4418
|
}
|
|
4213
4419
|
},
|
|
4214
4420
|
"nextToken": {}
|
|
@@ -4288,7 +4494,7 @@
|
|
|
4288
4494
|
"type": "structure",
|
|
4289
4495
|
"members": {
|
|
4290
4496
|
"certificates": {
|
|
4291
|
-
"shape": "
|
|
4497
|
+
"shape": "Sn8"
|
|
4292
4498
|
},
|
|
4293
4499
|
"nextMarker": {}
|
|
4294
4500
|
}
|
|
@@ -4329,12 +4535,157 @@
|
|
|
4329
4535
|
"type": "structure",
|
|
4330
4536
|
"members": {
|
|
4331
4537
|
"certificates": {
|
|
4332
|
-
"shape": "
|
|
4538
|
+
"shape": "Sn8"
|
|
4333
4539
|
},
|
|
4334
4540
|
"nextMarker": {}
|
|
4335
4541
|
}
|
|
4336
4542
|
}
|
|
4337
4543
|
},
|
|
4544
|
+
"ListCustomMetrics": {
|
|
4545
|
+
"http": {
|
|
4546
|
+
"method": "GET",
|
|
4547
|
+
"requestUri": "/custom-metrics"
|
|
4548
|
+
},
|
|
4549
|
+
"input": {
|
|
4550
|
+
"type": "structure",
|
|
4551
|
+
"members": {
|
|
4552
|
+
"nextToken": {
|
|
4553
|
+
"location": "querystring",
|
|
4554
|
+
"locationName": "nextToken"
|
|
4555
|
+
},
|
|
4556
|
+
"maxResults": {
|
|
4557
|
+
"location": "querystring",
|
|
4558
|
+
"locationName": "maxResults",
|
|
4559
|
+
"type": "integer"
|
|
4560
|
+
}
|
|
4561
|
+
}
|
|
4562
|
+
},
|
|
4563
|
+
"output": {
|
|
4564
|
+
"type": "structure",
|
|
4565
|
+
"members": {
|
|
4566
|
+
"metricNames": {
|
|
4567
|
+
"type": "list",
|
|
4568
|
+
"member": {}
|
|
4569
|
+
},
|
|
4570
|
+
"nextToken": {}
|
|
4571
|
+
}
|
|
4572
|
+
}
|
|
4573
|
+
},
|
|
4574
|
+
"ListDetectMitigationActionsExecutions": {
|
|
4575
|
+
"http": {
|
|
4576
|
+
"method": "GET",
|
|
4577
|
+
"requestUri": "/detect/mitigationactions/executions"
|
|
4578
|
+
},
|
|
4579
|
+
"input": {
|
|
4580
|
+
"type": "structure",
|
|
4581
|
+
"members": {
|
|
4582
|
+
"taskId": {
|
|
4583
|
+
"location": "querystring",
|
|
4584
|
+
"locationName": "taskId"
|
|
4585
|
+
},
|
|
4586
|
+
"violationId": {
|
|
4587
|
+
"location": "querystring",
|
|
4588
|
+
"locationName": "violationId"
|
|
4589
|
+
},
|
|
4590
|
+
"thingName": {
|
|
4591
|
+
"location": "querystring",
|
|
4592
|
+
"locationName": "thingName"
|
|
4593
|
+
},
|
|
4594
|
+
"startTime": {
|
|
4595
|
+
"location": "querystring",
|
|
4596
|
+
"locationName": "startTime",
|
|
4597
|
+
"type": "timestamp"
|
|
4598
|
+
},
|
|
4599
|
+
"endTime": {
|
|
4600
|
+
"location": "querystring",
|
|
4601
|
+
"locationName": "endTime",
|
|
4602
|
+
"type": "timestamp"
|
|
4603
|
+
},
|
|
4604
|
+
"maxResults": {
|
|
4605
|
+
"location": "querystring",
|
|
4606
|
+
"locationName": "maxResults",
|
|
4607
|
+
"type": "integer"
|
|
4608
|
+
},
|
|
4609
|
+
"nextToken": {
|
|
4610
|
+
"location": "querystring",
|
|
4611
|
+
"locationName": "nextToken"
|
|
4612
|
+
}
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
"output": {
|
|
4616
|
+
"type": "structure",
|
|
4617
|
+
"members": {
|
|
4618
|
+
"actionsExecutions": {
|
|
4619
|
+
"type": "list",
|
|
4620
|
+
"member": {
|
|
4621
|
+
"type": "structure",
|
|
4622
|
+
"members": {
|
|
4623
|
+
"taskId": {},
|
|
4624
|
+
"violationId": {},
|
|
4625
|
+
"actionName": {},
|
|
4626
|
+
"thingName": {},
|
|
4627
|
+
"executionStartDate": {
|
|
4628
|
+
"type": "timestamp"
|
|
4629
|
+
},
|
|
4630
|
+
"executionEndDate": {
|
|
4631
|
+
"type": "timestamp"
|
|
4632
|
+
},
|
|
4633
|
+
"status": {},
|
|
4634
|
+
"errorCode": {},
|
|
4635
|
+
"message": {}
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
"nextToken": {}
|
|
4640
|
+
}
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
"ListDetectMitigationActionsTasks": {
|
|
4644
|
+
"http": {
|
|
4645
|
+
"method": "GET",
|
|
4646
|
+
"requestUri": "/detect/mitigationactions/tasks"
|
|
4647
|
+
},
|
|
4648
|
+
"input": {
|
|
4649
|
+
"type": "structure",
|
|
4650
|
+
"required": [
|
|
4651
|
+
"startTime",
|
|
4652
|
+
"endTime"
|
|
4653
|
+
],
|
|
4654
|
+
"members": {
|
|
4655
|
+
"maxResults": {
|
|
4656
|
+
"location": "querystring",
|
|
4657
|
+
"locationName": "maxResults",
|
|
4658
|
+
"type": "integer"
|
|
4659
|
+
},
|
|
4660
|
+
"nextToken": {
|
|
4661
|
+
"location": "querystring",
|
|
4662
|
+
"locationName": "nextToken"
|
|
4663
|
+
},
|
|
4664
|
+
"startTime": {
|
|
4665
|
+
"location": "querystring",
|
|
4666
|
+
"locationName": "startTime",
|
|
4667
|
+
"type": "timestamp"
|
|
4668
|
+
},
|
|
4669
|
+
"endTime": {
|
|
4670
|
+
"location": "querystring",
|
|
4671
|
+
"locationName": "endTime",
|
|
4672
|
+
"type": "timestamp"
|
|
4673
|
+
}
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
4676
|
+
"output": {
|
|
4677
|
+
"type": "structure",
|
|
4678
|
+
"members": {
|
|
4679
|
+
"tasks": {
|
|
4680
|
+
"type": "list",
|
|
4681
|
+
"member": {
|
|
4682
|
+
"shape": "Sh0"
|
|
4683
|
+
}
|
|
4684
|
+
},
|
|
4685
|
+
"nextToken": {}
|
|
4686
|
+
}
|
|
4687
|
+
}
|
|
4688
|
+
},
|
|
4338
4689
|
"ListDimensions": {
|
|
4339
4690
|
"http": {
|
|
4340
4691
|
"method": "GET",
|
|
@@ -4476,7 +4827,7 @@
|
|
|
4476
4827
|
"members": {
|
|
4477
4828
|
"thingArn": {},
|
|
4478
4829
|
"jobExecutionSummary": {
|
|
4479
|
-
"shape": "
|
|
4830
|
+
"shape": "So4"
|
|
4480
4831
|
}
|
|
4481
4832
|
}
|
|
4482
4833
|
}
|
|
@@ -4529,7 +4880,7 @@
|
|
|
4529
4880
|
"members": {
|
|
4530
4881
|
"jobId": {},
|
|
4531
4882
|
"jobExecutionSummary": {
|
|
4532
|
-
"shape": "
|
|
4883
|
+
"shape": "So4"
|
|
4533
4884
|
}
|
|
4534
4885
|
}
|
|
4535
4886
|
}
|
|
@@ -4769,7 +5120,7 @@
|
|
|
4769
5120
|
"type": "structure",
|
|
4770
5121
|
"members": {
|
|
4771
5122
|
"policies": {
|
|
4772
|
-
"shape": "
|
|
5123
|
+
"shape": "Sm6"
|
|
4773
5124
|
},
|
|
4774
5125
|
"nextMarker": {}
|
|
4775
5126
|
}
|
|
@@ -4810,7 +5161,7 @@
|
|
|
4810
5161
|
"type": "structure",
|
|
4811
5162
|
"members": {
|
|
4812
5163
|
"principals": {
|
|
4813
|
-
"shape": "
|
|
5164
|
+
"shape": "Sot"
|
|
4814
5165
|
},
|
|
4815
5166
|
"nextMarker": {}
|
|
4816
5167
|
}
|
|
@@ -4890,7 +5241,7 @@
|
|
|
4890
5241
|
"type": "structure",
|
|
4891
5242
|
"members": {
|
|
4892
5243
|
"policies": {
|
|
4893
|
-
"shape": "
|
|
5244
|
+
"shape": "Sm6"
|
|
4894
5245
|
},
|
|
4895
5246
|
"nextMarker": {}
|
|
4896
5247
|
}
|
|
@@ -4927,7 +5278,7 @@
|
|
|
4927
5278
|
"type": "structure",
|
|
4928
5279
|
"members": {
|
|
4929
5280
|
"things": {
|
|
4930
|
-
"shape": "
|
|
5281
|
+
"shape": "Sp3"
|
|
4931
5282
|
},
|
|
4932
5283
|
"nextToken": {}
|
|
4933
5284
|
}
|
|
@@ -5123,6 +5474,10 @@
|
|
|
5123
5474
|
"dimensionName": {
|
|
5124
5475
|
"location": "querystring",
|
|
5125
5476
|
"locationName": "dimensionName"
|
|
5477
|
+
},
|
|
5478
|
+
"metricName": {
|
|
5479
|
+
"location": "querystring",
|
|
5480
|
+
"locationName": "metricName"
|
|
5126
5481
|
}
|
|
5127
5482
|
}
|
|
5128
5483
|
},
|
|
@@ -5132,7 +5487,7 @@
|
|
|
5132
5487
|
"securityProfileIdentifiers": {
|
|
5133
5488
|
"type": "list",
|
|
5134
5489
|
"member": {
|
|
5135
|
-
"shape": "
|
|
5490
|
+
"shape": "Spm"
|
|
5136
5491
|
}
|
|
5137
5492
|
},
|
|
5138
5493
|
"nextToken": {}
|
|
@@ -5179,10 +5534,10 @@
|
|
|
5179
5534
|
"type": "structure",
|
|
5180
5535
|
"members": {
|
|
5181
5536
|
"securityProfileIdentifier": {
|
|
5182
|
-
"shape": "
|
|
5537
|
+
"shape": "Spm"
|
|
5183
5538
|
},
|
|
5184
5539
|
"target": {
|
|
5185
|
-
"shape": "
|
|
5540
|
+
"shape": "Spr"
|
|
5186
5541
|
}
|
|
5187
5542
|
}
|
|
5188
5543
|
}
|
|
@@ -5261,7 +5616,7 @@
|
|
|
5261
5616
|
"type": "structure",
|
|
5262
5617
|
"members": {
|
|
5263
5618
|
"tags": {
|
|
5264
|
-
"shape": "
|
|
5619
|
+
"shape": "S29"
|
|
5265
5620
|
},
|
|
5266
5621
|
"nextToken": {}
|
|
5267
5622
|
}
|
|
@@ -5335,7 +5690,7 @@
|
|
|
5335
5690
|
"securityProfileTargets": {
|
|
5336
5691
|
"type": "list",
|
|
5337
5692
|
"member": {
|
|
5338
|
-
"shape": "
|
|
5693
|
+
"shape": "Spr"
|
|
5339
5694
|
}
|
|
5340
5695
|
},
|
|
5341
5696
|
"nextToken": {}
|
|
@@ -5378,7 +5733,7 @@
|
|
|
5378
5733
|
"type": "structure",
|
|
5379
5734
|
"members": {
|
|
5380
5735
|
"thingGroups": {
|
|
5381
|
-
"shape": "
|
|
5736
|
+
"shape": "Sj7"
|
|
5382
5737
|
},
|
|
5383
5738
|
"nextToken": {}
|
|
5384
5739
|
}
|
|
@@ -5414,7 +5769,7 @@
|
|
|
5414
5769
|
"type": "structure",
|
|
5415
5770
|
"members": {
|
|
5416
5771
|
"thingGroups": {
|
|
5417
|
-
"shape": "
|
|
5772
|
+
"shape": "Sj7"
|
|
5418
5773
|
},
|
|
5419
5774
|
"nextToken": {}
|
|
5420
5775
|
}
|
|
@@ -5450,7 +5805,7 @@
|
|
|
5450
5805
|
"type": "structure",
|
|
5451
5806
|
"members": {
|
|
5452
5807
|
"principals": {
|
|
5453
|
-
"shape": "
|
|
5808
|
+
"shape": "Sot"
|
|
5454
5809
|
},
|
|
5455
5810
|
"nextToken": {}
|
|
5456
5811
|
}
|
|
@@ -5567,10 +5922,10 @@
|
|
|
5567
5922
|
"thingTypeName": {},
|
|
5568
5923
|
"thingTypeArn": {},
|
|
5569
5924
|
"thingTypeProperties": {
|
|
5570
|
-
"shape": "
|
|
5925
|
+
"shape": "S97"
|
|
5571
5926
|
},
|
|
5572
5927
|
"thingTypeMetadata": {
|
|
5573
|
-
"shape": "
|
|
5928
|
+
"shape": "Sjk"
|
|
5574
5929
|
}
|
|
5575
5930
|
}
|
|
5576
5931
|
}
|
|
@@ -5622,7 +5977,7 @@
|
|
|
5622
5977
|
"thingTypeName": {},
|
|
5623
5978
|
"thingArn": {},
|
|
5624
5979
|
"attributes": {
|
|
5625
|
-
"shape": "
|
|
5980
|
+
"shape": "S3h"
|
|
5626
5981
|
},
|
|
5627
5982
|
"version": {
|
|
5628
5983
|
"type": "long"
|
|
@@ -5664,7 +6019,7 @@
|
|
|
5664
6019
|
"type": "structure",
|
|
5665
6020
|
"members": {
|
|
5666
6021
|
"things": {
|
|
5667
|
-
"shape": "
|
|
6022
|
+
"shape": "Sp3"
|
|
5668
6023
|
},
|
|
5669
6024
|
"nextToken": {}
|
|
5670
6025
|
}
|
|
@@ -5705,7 +6060,7 @@
|
|
|
5705
6060
|
"type": "structure",
|
|
5706
6061
|
"members": {
|
|
5707
6062
|
"things": {
|
|
5708
|
-
"shape": "
|
|
6063
|
+
"shape": "Sp3"
|
|
5709
6064
|
},
|
|
5710
6065
|
"nextToken": {}
|
|
5711
6066
|
}
|
|
@@ -5740,12 +6095,31 @@
|
|
|
5740
6095
|
"members": {
|
|
5741
6096
|
"arn": {},
|
|
5742
6097
|
"status": {},
|
|
6098
|
+
"createdAt": {
|
|
6099
|
+
"type": "timestamp"
|
|
6100
|
+
},
|
|
6101
|
+
"lastUpdatedAt": {
|
|
6102
|
+
"type": "timestamp"
|
|
6103
|
+
},
|
|
5743
6104
|
"statusReason": {},
|
|
5744
6105
|
"httpUrlSummary": {
|
|
5745
6106
|
"type": "structure",
|
|
5746
6107
|
"members": {
|
|
5747
6108
|
"confirmationUrl": {}
|
|
5748
6109
|
}
|
|
6110
|
+
},
|
|
6111
|
+
"vpcDestinationSummary": {
|
|
6112
|
+
"type": "structure",
|
|
6113
|
+
"members": {
|
|
6114
|
+
"subnetIds": {
|
|
6115
|
+
"shape": "Scf"
|
|
6116
|
+
},
|
|
6117
|
+
"securityGroups": {
|
|
6118
|
+
"shape": "Sch"
|
|
6119
|
+
},
|
|
6120
|
+
"vpcId": {},
|
|
6121
|
+
"roleArn": {}
|
|
6122
|
+
}
|
|
5749
6123
|
}
|
|
5750
6124
|
}
|
|
5751
6125
|
}
|
|
@@ -5838,7 +6212,7 @@
|
|
|
5838
6212
|
"type": "structure",
|
|
5839
6213
|
"members": {
|
|
5840
6214
|
"logTarget": {
|
|
5841
|
-
"shape": "
|
|
6215
|
+
"shape": "Sre"
|
|
5842
6216
|
},
|
|
5843
6217
|
"logLevel": {}
|
|
5844
6218
|
}
|
|
@@ -5878,6 +6252,15 @@
|
|
|
5878
6252
|
"location": "querystring",
|
|
5879
6253
|
"locationName": "securityProfileName"
|
|
5880
6254
|
},
|
|
6255
|
+
"behaviorCriteriaType": {
|
|
6256
|
+
"location": "querystring",
|
|
6257
|
+
"locationName": "behaviorCriteriaType"
|
|
6258
|
+
},
|
|
6259
|
+
"listSuppressedAlerts": {
|
|
6260
|
+
"location": "querystring",
|
|
6261
|
+
"locationName": "listSuppressedAlerts",
|
|
6262
|
+
"type": "boolean"
|
|
6263
|
+
},
|
|
5881
6264
|
"nextToken": {
|
|
5882
6265
|
"location": "querystring",
|
|
5883
6266
|
"locationName": "nextToken"
|
|
@@ -5901,10 +6284,13 @@
|
|
|
5901
6284
|
"thingName": {},
|
|
5902
6285
|
"securityProfileName": {},
|
|
5903
6286
|
"behavior": {
|
|
5904
|
-
"shape": "
|
|
6287
|
+
"shape": "S7v"
|
|
5905
6288
|
},
|
|
5906
6289
|
"metricValue": {
|
|
5907
|
-
"shape": "
|
|
6290
|
+
"shape": "S82"
|
|
6291
|
+
},
|
|
6292
|
+
"violationEventAdditionalInfo": {
|
|
6293
|
+
"shape": "Sm0"
|
|
5908
6294
|
},
|
|
5909
6295
|
"violationEventType": {},
|
|
5910
6296
|
"violationEventTime": {
|
|
@@ -5941,10 +6327,10 @@
|
|
|
5941
6327
|
"type": "boolean"
|
|
5942
6328
|
},
|
|
5943
6329
|
"registrationConfig": {
|
|
5944
|
-
"shape": "
|
|
6330
|
+
"shape": "Sgm"
|
|
5945
6331
|
},
|
|
5946
6332
|
"tags": {
|
|
5947
|
-
"shape": "
|
|
6333
|
+
"shape": "S29"
|
|
5948
6334
|
}
|
|
5949
6335
|
}
|
|
5950
6336
|
},
|
|
@@ -6111,7 +6497,7 @@
|
|
|
6111
6497
|
"locationName": "ruleName"
|
|
6112
6498
|
},
|
|
6113
6499
|
"topicRulePayload": {
|
|
6114
|
-
"shape": "
|
|
6500
|
+
"shape": "S9f"
|
|
6115
6501
|
}
|
|
6116
6502
|
},
|
|
6117
6503
|
"payload": "topicRulePayload"
|
|
@@ -6149,10 +6535,10 @@
|
|
|
6149
6535
|
"thingId": {},
|
|
6150
6536
|
"thingTypeName": {},
|
|
6151
6537
|
"thingGroupNames": {
|
|
6152
|
-
"shape": "
|
|
6538
|
+
"shape": "Ss8"
|
|
6153
6539
|
},
|
|
6154
6540
|
"attributes": {
|
|
6155
|
-
"shape": "
|
|
6541
|
+
"shape": "S3h"
|
|
6156
6542
|
},
|
|
6157
6543
|
"shadow": {},
|
|
6158
6544
|
"connectivity": {
|
|
@@ -6178,10 +6564,10 @@
|
|
|
6178
6564
|
"thingGroupId": {},
|
|
6179
6565
|
"thingGroupDescription": {},
|
|
6180
6566
|
"attributes": {
|
|
6181
|
-
"shape": "
|
|
6567
|
+
"shape": "S3h"
|
|
6182
6568
|
},
|
|
6183
6569
|
"parentGroupNames": {
|
|
6184
|
-
"shape": "
|
|
6570
|
+
"shape": "Ss8"
|
|
6185
6571
|
}
|
|
6186
6572
|
}
|
|
6187
6573
|
}
|
|
@@ -6269,7 +6655,7 @@
|
|
|
6269
6655
|
],
|
|
6270
6656
|
"members": {
|
|
6271
6657
|
"logTarget": {
|
|
6272
|
-
"shape": "
|
|
6658
|
+
"shape": "Sre"
|
|
6273
6659
|
},
|
|
6274
6660
|
"logLevel": {}
|
|
6275
6661
|
}
|
|
@@ -6308,10 +6694,56 @@
|
|
|
6308
6694
|
"locationName": "taskId"
|
|
6309
6695
|
},
|
|
6310
6696
|
"target": {
|
|
6311
|
-
"shape": "
|
|
6697
|
+
"shape": "Sfb"
|
|
6312
6698
|
},
|
|
6313
6699
|
"auditCheckToActionsMapping": {
|
|
6314
|
-
"shape": "
|
|
6700
|
+
"shape": "Sff"
|
|
6701
|
+
},
|
|
6702
|
+
"clientRequestToken": {
|
|
6703
|
+
"idempotencyToken": true
|
|
6704
|
+
}
|
|
6705
|
+
}
|
|
6706
|
+
},
|
|
6707
|
+
"output": {
|
|
6708
|
+
"type": "structure",
|
|
6709
|
+
"members": {
|
|
6710
|
+
"taskId": {}
|
|
6711
|
+
}
|
|
6712
|
+
}
|
|
6713
|
+
},
|
|
6714
|
+
"StartDetectMitigationActionsTask": {
|
|
6715
|
+
"http": {
|
|
6716
|
+
"method": "PUT",
|
|
6717
|
+
"requestUri": "/detect/mitigationactions/tasks/{taskId}"
|
|
6718
|
+
},
|
|
6719
|
+
"input": {
|
|
6720
|
+
"type": "structure",
|
|
6721
|
+
"required": [
|
|
6722
|
+
"taskId",
|
|
6723
|
+
"target",
|
|
6724
|
+
"actions",
|
|
6725
|
+
"clientRequestToken"
|
|
6726
|
+
],
|
|
6727
|
+
"members": {
|
|
6728
|
+
"taskId": {
|
|
6729
|
+
"location": "uri",
|
|
6730
|
+
"locationName": "taskId"
|
|
6731
|
+
},
|
|
6732
|
+
"target": {
|
|
6733
|
+
"shape": "Sh2"
|
|
6734
|
+
},
|
|
6735
|
+
"actions": {
|
|
6736
|
+
"type": "list",
|
|
6737
|
+
"member": {}
|
|
6738
|
+
},
|
|
6739
|
+
"violationEventOccurrenceRange": {
|
|
6740
|
+
"shape": "Sh5"
|
|
6741
|
+
},
|
|
6742
|
+
"includeOnlyActiveViolations": {
|
|
6743
|
+
"type": "boolean"
|
|
6744
|
+
},
|
|
6745
|
+
"includeSuppressedAlerts": {
|
|
6746
|
+
"type": "boolean"
|
|
6315
6747
|
},
|
|
6316
6748
|
"clientRequestToken": {
|
|
6317
6749
|
"idempotencyToken": true
|
|
@@ -6336,7 +6768,7 @@
|
|
|
6336
6768
|
],
|
|
6337
6769
|
"members": {
|
|
6338
6770
|
"targetCheckNames": {
|
|
6339
|
-
"shape": "
|
|
6771
|
+
"shape": "S7o"
|
|
6340
6772
|
}
|
|
6341
6773
|
}
|
|
6342
6774
|
},
|
|
@@ -6408,7 +6840,7 @@
|
|
|
6408
6840
|
"members": {
|
|
6409
6841
|
"resourceArn": {},
|
|
6410
6842
|
"tags": {
|
|
6411
|
-
"shape": "
|
|
6843
|
+
"shape": "S29"
|
|
6412
6844
|
}
|
|
6413
6845
|
}
|
|
6414
6846
|
},
|
|
@@ -6432,7 +6864,7 @@
|
|
|
6432
6864
|
"authInfos": {
|
|
6433
6865
|
"type": "list",
|
|
6434
6866
|
"member": {
|
|
6435
|
-
"shape": "
|
|
6867
|
+
"shape": "St1"
|
|
6436
6868
|
}
|
|
6437
6869
|
},
|
|
6438
6870
|
"clientId": {
|
|
@@ -6440,10 +6872,10 @@
|
|
|
6440
6872
|
"locationName": "clientId"
|
|
6441
6873
|
},
|
|
6442
6874
|
"policyNamesToAdd": {
|
|
6443
|
-
"shape": "
|
|
6875
|
+
"shape": "St5"
|
|
6444
6876
|
},
|
|
6445
6877
|
"policyNamesToSkip": {
|
|
6446
|
-
"shape": "
|
|
6878
|
+
"shape": "St5"
|
|
6447
6879
|
}
|
|
6448
6880
|
}
|
|
6449
6881
|
},
|
|
@@ -6456,13 +6888,13 @@
|
|
|
6456
6888
|
"type": "structure",
|
|
6457
6889
|
"members": {
|
|
6458
6890
|
"authInfo": {
|
|
6459
|
-
"shape": "
|
|
6891
|
+
"shape": "St1"
|
|
6460
6892
|
},
|
|
6461
6893
|
"allowed": {
|
|
6462
6894
|
"type": "structure",
|
|
6463
6895
|
"members": {
|
|
6464
6896
|
"policies": {
|
|
6465
|
-
"shape": "
|
|
6897
|
+
"shape": "Sm6"
|
|
6466
6898
|
}
|
|
6467
6899
|
}
|
|
6468
6900
|
},
|
|
@@ -6473,7 +6905,7 @@
|
|
|
6473
6905
|
"type": "structure",
|
|
6474
6906
|
"members": {
|
|
6475
6907
|
"policies": {
|
|
6476
|
-
"shape": "
|
|
6908
|
+
"shape": "Sm6"
|
|
6477
6909
|
}
|
|
6478
6910
|
}
|
|
6479
6911
|
},
|
|
@@ -6481,7 +6913,7 @@
|
|
|
6481
6913
|
"type": "structure",
|
|
6482
6914
|
"members": {
|
|
6483
6915
|
"policies": {
|
|
6484
|
-
"shape": "
|
|
6916
|
+
"shape": "Sm6"
|
|
6485
6917
|
}
|
|
6486
6918
|
}
|
|
6487
6919
|
}
|
|
@@ -6626,10 +7058,10 @@
|
|
|
6626
7058
|
"members": {
|
|
6627
7059
|
"roleArn": {},
|
|
6628
7060
|
"auditNotificationTargetConfigurations": {
|
|
6629
|
-
"shape": "
|
|
7061
|
+
"shape": "Sej"
|
|
6630
7062
|
},
|
|
6631
7063
|
"auditCheckConfigurations": {
|
|
6632
|
-
"shape": "
|
|
7064
|
+
"shape": "Sem"
|
|
6633
7065
|
}
|
|
6634
7066
|
}
|
|
6635
7067
|
},
|
|
@@ -6652,7 +7084,7 @@
|
|
|
6652
7084
|
"members": {
|
|
6653
7085
|
"checkName": {},
|
|
6654
7086
|
"resourceIdentifier": {
|
|
6655
|
-
"shape": "
|
|
7087
|
+
"shape": "S1o"
|
|
6656
7088
|
},
|
|
6657
7089
|
"expirationDate": {
|
|
6658
7090
|
"type": "timestamp"
|
|
@@ -6686,7 +7118,7 @@
|
|
|
6686
7118
|
"authorizerFunctionArn": {},
|
|
6687
7119
|
"tokenKeyName": {},
|
|
6688
7120
|
"tokenSigningPublicKeys": {
|
|
6689
|
-
"shape": "
|
|
7121
|
+
"shape": "S25"
|
|
6690
7122
|
},
|
|
6691
7123
|
"status": {}
|
|
6692
7124
|
}
|
|
@@ -6716,7 +7148,7 @@
|
|
|
6716
7148
|
"locationName": "billingGroupName"
|
|
6717
7149
|
},
|
|
6718
7150
|
"billingGroupProperties": {
|
|
6719
|
-
"shape": "
|
|
7151
|
+
"shape": "S2h"
|
|
6720
7152
|
},
|
|
6721
7153
|
"expectedVersion": {
|
|
6722
7154
|
"type": "long"
|
|
@@ -6756,7 +7188,7 @@
|
|
|
6756
7188
|
"locationName": "newAutoRegistrationStatus"
|
|
6757
7189
|
},
|
|
6758
7190
|
"registrationConfig": {
|
|
6759
|
-
"shape": "
|
|
7191
|
+
"shape": "Sgm"
|
|
6760
7192
|
},
|
|
6761
7193
|
"removeAutoRegistration": {
|
|
6762
7194
|
"type": "boolean"
|
|
@@ -6787,6 +7219,41 @@
|
|
|
6787
7219
|
}
|
|
6788
7220
|
}
|
|
6789
7221
|
},
|
|
7222
|
+
"UpdateCustomMetric": {
|
|
7223
|
+
"http": {
|
|
7224
|
+
"method": "PATCH",
|
|
7225
|
+
"requestUri": "/custom-metric/{metricName}"
|
|
7226
|
+
},
|
|
7227
|
+
"input": {
|
|
7228
|
+
"type": "structure",
|
|
7229
|
+
"required": [
|
|
7230
|
+
"metricName",
|
|
7231
|
+
"displayName"
|
|
7232
|
+
],
|
|
7233
|
+
"members": {
|
|
7234
|
+
"metricName": {
|
|
7235
|
+
"location": "uri",
|
|
7236
|
+
"locationName": "metricName"
|
|
7237
|
+
},
|
|
7238
|
+
"displayName": {}
|
|
7239
|
+
}
|
|
7240
|
+
},
|
|
7241
|
+
"output": {
|
|
7242
|
+
"type": "structure",
|
|
7243
|
+
"members": {
|
|
7244
|
+
"metricName": {},
|
|
7245
|
+
"metricArn": {},
|
|
7246
|
+
"metricType": {},
|
|
7247
|
+
"displayName": {},
|
|
7248
|
+
"creationDate": {
|
|
7249
|
+
"type": "timestamp"
|
|
7250
|
+
},
|
|
7251
|
+
"lastModifiedDate": {
|
|
7252
|
+
"type": "timestamp"
|
|
7253
|
+
}
|
|
7254
|
+
}
|
|
7255
|
+
}
|
|
7256
|
+
},
|
|
6790
7257
|
"UpdateDimension": {
|
|
6791
7258
|
"http": {
|
|
6792
7259
|
"method": "PATCH",
|
|
@@ -6804,7 +7271,7 @@
|
|
|
6804
7271
|
"locationName": "name"
|
|
6805
7272
|
},
|
|
6806
7273
|
"stringValues": {
|
|
6807
|
-
"shape": "
|
|
7274
|
+
"shape": "S2z"
|
|
6808
7275
|
}
|
|
6809
7276
|
}
|
|
6810
7277
|
},
|
|
@@ -6815,7 +7282,7 @@
|
|
|
6815
7282
|
"arn": {},
|
|
6816
7283
|
"type": {},
|
|
6817
7284
|
"stringValues": {
|
|
6818
|
-
"shape": "
|
|
7285
|
+
"shape": "S2z"
|
|
6819
7286
|
},
|
|
6820
7287
|
"creationDate": {
|
|
6821
7288
|
"type": "timestamp"
|
|
@@ -6842,7 +7309,7 @@
|
|
|
6842
7309
|
"locationName": "domainConfigurationName"
|
|
6843
7310
|
},
|
|
6844
7311
|
"authorizerConfig": {
|
|
6845
|
-
"shape": "
|
|
7312
|
+
"shape": "S38"
|
|
6846
7313
|
},
|
|
6847
7314
|
"domainConfigurationStatus": {},
|
|
6848
7315
|
"removeAuthorizerConfig": {
|
|
@@ -6875,7 +7342,7 @@
|
|
|
6875
7342
|
"locationName": "thingGroupName"
|
|
6876
7343
|
},
|
|
6877
7344
|
"thingGroupProperties": {
|
|
6878
|
-
"shape": "
|
|
7345
|
+
"shape": "S3e"
|
|
6879
7346
|
},
|
|
6880
7347
|
"expectedVersion": {
|
|
6881
7348
|
"type": "long"
|
|
@@ -6903,7 +7370,7 @@
|
|
|
6903
7370
|
"type": "structure",
|
|
6904
7371
|
"members": {
|
|
6905
7372
|
"eventConfigurations": {
|
|
6906
|
-
"shape": "
|
|
7373
|
+
"shape": "Shq"
|
|
6907
7374
|
}
|
|
6908
7375
|
}
|
|
6909
7376
|
},
|
|
@@ -6920,10 +7387,10 @@
|
|
|
6920
7387
|
"type": "structure",
|
|
6921
7388
|
"members": {
|
|
6922
7389
|
"thingIndexingConfiguration": {
|
|
6923
|
-
"shape": "
|
|
7390
|
+
"shape": "Skc"
|
|
6924
7391
|
},
|
|
6925
7392
|
"thingGroupIndexingConfiguration": {
|
|
6926
|
-
"shape": "
|
|
7393
|
+
"shape": "Skj"
|
|
6927
7394
|
}
|
|
6928
7395
|
}
|
|
6929
7396
|
},
|
|
@@ -6949,16 +7416,16 @@
|
|
|
6949
7416
|
},
|
|
6950
7417
|
"description": {},
|
|
6951
7418
|
"presignedUrlConfig": {
|
|
6952
|
-
"shape": "
|
|
7419
|
+
"shape": "S3t"
|
|
6953
7420
|
},
|
|
6954
7421
|
"jobExecutionsRolloutConfig": {
|
|
6955
|
-
"shape": "
|
|
7422
|
+
"shape": "S3w"
|
|
6956
7423
|
},
|
|
6957
7424
|
"abortConfig": {
|
|
6958
|
-
"shape": "
|
|
7425
|
+
"shape": "S43"
|
|
6959
7426
|
},
|
|
6960
7427
|
"timeoutConfig": {
|
|
6961
|
-
"shape": "
|
|
7428
|
+
"shape": "S4a"
|
|
6962
7429
|
},
|
|
6963
7430
|
"namespaceId": {
|
|
6964
7431
|
"location": "querystring",
|
|
@@ -6984,7 +7451,7 @@
|
|
|
6984
7451
|
},
|
|
6985
7452
|
"roleArn": {},
|
|
6986
7453
|
"actionParams": {
|
|
6987
|
-
"shape": "
|
|
7454
|
+
"shape": "S4k"
|
|
6988
7455
|
}
|
|
6989
7456
|
}
|
|
6990
7457
|
},
|
|
@@ -7020,7 +7487,7 @@
|
|
|
7020
7487
|
},
|
|
7021
7488
|
"provisioningRoleArn": {},
|
|
7022
7489
|
"preProvisioningHook": {
|
|
7023
|
-
"shape": "
|
|
7490
|
+
"shape": "S79"
|
|
7024
7491
|
},
|
|
7025
7492
|
"removePreProvisioningHook": {
|
|
7026
7493
|
"type": "boolean"
|
|
@@ -7076,7 +7543,7 @@
|
|
|
7076
7543
|
"dayOfMonth": {},
|
|
7077
7544
|
"dayOfWeek": {},
|
|
7078
7545
|
"targetCheckNames": {
|
|
7079
|
-
"shape": "
|
|
7546
|
+
"shape": "S7o"
|
|
7080
7547
|
},
|
|
7081
7548
|
"scheduledAuditName": {
|
|
7082
7549
|
"location": "uri",
|
|
@@ -7108,18 +7575,18 @@
|
|
|
7108
7575
|
},
|
|
7109
7576
|
"securityProfileDescription": {},
|
|
7110
7577
|
"behaviors": {
|
|
7111
|
-
"shape": "
|
|
7578
|
+
"shape": "S7u"
|
|
7112
7579
|
},
|
|
7113
7580
|
"alertTargets": {
|
|
7114
|
-
"shape": "
|
|
7581
|
+
"shape": "S8k"
|
|
7115
7582
|
},
|
|
7116
7583
|
"additionalMetricsToRetain": {
|
|
7117
|
-
"shape": "
|
|
7584
|
+
"shape": "S8o",
|
|
7118
7585
|
"deprecated": true,
|
|
7119
7586
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
7120
7587
|
},
|
|
7121
7588
|
"additionalMetricsToRetainV2": {
|
|
7122
|
-
"shape": "
|
|
7589
|
+
"shape": "S8p"
|
|
7123
7590
|
},
|
|
7124
7591
|
"deleteBehaviors": {
|
|
7125
7592
|
"type": "boolean"
|
|
@@ -7144,18 +7611,18 @@
|
|
|
7144
7611
|
"securityProfileArn": {},
|
|
7145
7612
|
"securityProfileDescription": {},
|
|
7146
7613
|
"behaviors": {
|
|
7147
|
-
"shape": "
|
|
7614
|
+
"shape": "S7u"
|
|
7148
7615
|
},
|
|
7149
7616
|
"alertTargets": {
|
|
7150
|
-
"shape": "
|
|
7617
|
+
"shape": "S8k"
|
|
7151
7618
|
},
|
|
7152
7619
|
"additionalMetricsToRetain": {
|
|
7153
|
-
"shape": "
|
|
7620
|
+
"shape": "S8o",
|
|
7154
7621
|
"deprecated": true,
|
|
7155
7622
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
7156
7623
|
},
|
|
7157
7624
|
"additionalMetricsToRetainV2": {
|
|
7158
|
-
"shape": "
|
|
7625
|
+
"shape": "S8p"
|
|
7159
7626
|
},
|
|
7160
7627
|
"version": {
|
|
7161
7628
|
"type": "long"
|
|
@@ -7186,7 +7653,7 @@
|
|
|
7186
7653
|
},
|
|
7187
7654
|
"description": {},
|
|
7188
7655
|
"files": {
|
|
7189
|
-
"shape": "
|
|
7656
|
+
"shape": "S8v"
|
|
7190
7657
|
},
|
|
7191
7658
|
"roleArn": {}
|
|
7192
7659
|
}
|
|
@@ -7220,7 +7687,7 @@
|
|
|
7220
7687
|
},
|
|
7221
7688
|
"thingTypeName": {},
|
|
7222
7689
|
"attributePayload": {
|
|
7223
|
-
"shape": "
|
|
7690
|
+
"shape": "S3g"
|
|
7224
7691
|
},
|
|
7225
7692
|
"expectedVersion": {
|
|
7226
7693
|
"type": "long"
|
|
@@ -7252,7 +7719,7 @@
|
|
|
7252
7719
|
"locationName": "thingGroupName"
|
|
7253
7720
|
},
|
|
7254
7721
|
"thingGroupProperties": {
|
|
7255
|
-
"shape": "
|
|
7722
|
+
"shape": "S3e"
|
|
7256
7723
|
},
|
|
7257
7724
|
"expectedVersion": {
|
|
7258
7725
|
"type": "long"
|
|
@@ -7278,10 +7745,10 @@
|
|
|
7278
7745
|
"members": {
|
|
7279
7746
|
"thingName": {},
|
|
7280
7747
|
"thingGroupsToAdd": {
|
|
7281
|
-
"shape": "
|
|
7748
|
+
"shape": "Svf"
|
|
7282
7749
|
},
|
|
7283
7750
|
"thingGroupsToRemove": {
|
|
7284
|
-
"shape": "
|
|
7751
|
+
"shape": "Svf"
|
|
7285
7752
|
},
|
|
7286
7753
|
"overrideDynamicGroups": {
|
|
7287
7754
|
"type": "boolean"
|
|
@@ -7325,7 +7792,7 @@
|
|
|
7325
7792
|
],
|
|
7326
7793
|
"members": {
|
|
7327
7794
|
"behaviors": {
|
|
7328
|
-
"shape": "
|
|
7795
|
+
"shape": "S7u"
|
|
7329
7796
|
}
|
|
7330
7797
|
}
|
|
7331
7798
|
},
|
|
@@ -7353,12 +7820,12 @@
|
|
|
7353
7820
|
"type": "list",
|
|
7354
7821
|
"member": {}
|
|
7355
7822
|
},
|
|
7356
|
-
"
|
|
7823
|
+
"S1e": {
|
|
7357
7824
|
"type": "map",
|
|
7358
7825
|
"key": {},
|
|
7359
7826
|
"value": {}
|
|
7360
7827
|
},
|
|
7361
|
-
"
|
|
7828
|
+
"S1o": {
|
|
7362
7829
|
"type": "structure",
|
|
7363
7830
|
"members": {
|
|
7364
7831
|
"deviceCertificateId": {},
|
|
@@ -7377,12 +7844,12 @@
|
|
|
7377
7844
|
"roleAliasArn": {}
|
|
7378
7845
|
}
|
|
7379
7846
|
},
|
|
7380
|
-
"
|
|
7847
|
+
"S25": {
|
|
7381
7848
|
"type": "map",
|
|
7382
7849
|
"key": {},
|
|
7383
7850
|
"value": {}
|
|
7384
7851
|
},
|
|
7385
|
-
"
|
|
7852
|
+
"S29": {
|
|
7386
7853
|
"type": "list",
|
|
7387
7854
|
"member": {
|
|
7388
7855
|
"type": "structure",
|
|
@@ -7395,17 +7862,17 @@
|
|
|
7395
7862
|
}
|
|
7396
7863
|
}
|
|
7397
7864
|
},
|
|
7398
|
-
"
|
|
7865
|
+
"S2h": {
|
|
7399
7866
|
"type": "structure",
|
|
7400
7867
|
"members": {
|
|
7401
7868
|
"billingGroupDescription": {}
|
|
7402
7869
|
}
|
|
7403
7870
|
},
|
|
7404
|
-
"
|
|
7871
|
+
"S2z": {
|
|
7405
7872
|
"type": "list",
|
|
7406
7873
|
"member": {}
|
|
7407
7874
|
},
|
|
7408
|
-
"
|
|
7875
|
+
"S38": {
|
|
7409
7876
|
"type": "structure",
|
|
7410
7877
|
"members": {
|
|
7411
7878
|
"defaultAuthorizerName": {},
|
|
@@ -7414,32 +7881,32 @@
|
|
|
7414
7881
|
}
|
|
7415
7882
|
}
|
|
7416
7883
|
},
|
|
7417
|
-
"
|
|
7884
|
+
"S3e": {
|
|
7418
7885
|
"type": "structure",
|
|
7419
7886
|
"members": {
|
|
7420
7887
|
"thingGroupDescription": {},
|
|
7421
7888
|
"attributePayload": {
|
|
7422
|
-
"shape": "
|
|
7889
|
+
"shape": "S3g"
|
|
7423
7890
|
}
|
|
7424
7891
|
}
|
|
7425
7892
|
},
|
|
7426
|
-
"
|
|
7893
|
+
"S3g": {
|
|
7427
7894
|
"type": "structure",
|
|
7428
7895
|
"members": {
|
|
7429
7896
|
"attributes": {
|
|
7430
|
-
"shape": "
|
|
7897
|
+
"shape": "S3h"
|
|
7431
7898
|
},
|
|
7432
7899
|
"merge": {
|
|
7433
7900
|
"type": "boolean"
|
|
7434
7901
|
}
|
|
7435
7902
|
}
|
|
7436
7903
|
},
|
|
7437
|
-
"
|
|
7904
|
+
"S3h": {
|
|
7438
7905
|
"type": "map",
|
|
7439
7906
|
"key": {},
|
|
7440
7907
|
"value": {}
|
|
7441
7908
|
},
|
|
7442
|
-
"
|
|
7909
|
+
"S3t": {
|
|
7443
7910
|
"type": "structure",
|
|
7444
7911
|
"members": {
|
|
7445
7912
|
"roleArn": {},
|
|
@@ -7448,7 +7915,7 @@
|
|
|
7448
7915
|
}
|
|
7449
7916
|
}
|
|
7450
7917
|
},
|
|
7451
|
-
"
|
|
7918
|
+
"S3w": {
|
|
7452
7919
|
"type": "structure",
|
|
7453
7920
|
"members": {
|
|
7454
7921
|
"maximumPerMinute": {
|
|
@@ -7483,7 +7950,7 @@
|
|
|
7483
7950
|
}
|
|
7484
7951
|
}
|
|
7485
7952
|
},
|
|
7486
|
-
"
|
|
7953
|
+
"S43": {
|
|
7487
7954
|
"type": "structure",
|
|
7488
7955
|
"required": [
|
|
7489
7956
|
"criteriaList"
|
|
@@ -7513,7 +7980,7 @@
|
|
|
7513
7980
|
}
|
|
7514
7981
|
}
|
|
7515
7982
|
},
|
|
7516
|
-
"
|
|
7983
|
+
"S4a": {
|
|
7517
7984
|
"type": "structure",
|
|
7518
7985
|
"members": {
|
|
7519
7986
|
"inProgressTimeoutInMinutes": {
|
|
@@ -7521,7 +7988,7 @@
|
|
|
7521
7988
|
}
|
|
7522
7989
|
}
|
|
7523
7990
|
},
|
|
7524
|
-
"
|
|
7991
|
+
"S4f": {
|
|
7525
7992
|
"type": "structure",
|
|
7526
7993
|
"members": {
|
|
7527
7994
|
"PublicKey": {},
|
|
@@ -7531,7 +7998,7 @@
|
|
|
7531
7998
|
}
|
|
7532
7999
|
}
|
|
7533
8000
|
},
|
|
7534
|
-
"
|
|
8001
|
+
"S4k": {
|
|
7535
8002
|
"type": "structure",
|
|
7536
8003
|
"members": {
|
|
7537
8004
|
"updateDeviceCertificateParams": {
|
|
@@ -7598,15 +8065,15 @@
|
|
|
7598
8065
|
}
|
|
7599
8066
|
}
|
|
7600
8067
|
},
|
|
7601
|
-
"
|
|
8068
|
+
"S53": {
|
|
7602
8069
|
"type": "list",
|
|
7603
8070
|
"member": {}
|
|
7604
8071
|
},
|
|
7605
|
-
"
|
|
8072
|
+
"S55": {
|
|
7606
8073
|
"type": "list",
|
|
7607
8074
|
"member": {}
|
|
7608
8075
|
},
|
|
7609
|
-
"
|
|
8076
|
+
"S57": {
|
|
7610
8077
|
"type": "structure",
|
|
7611
8078
|
"members": {
|
|
7612
8079
|
"maximumPerMinute": {
|
|
@@ -7641,7 +8108,7 @@
|
|
|
7641
8108
|
}
|
|
7642
8109
|
}
|
|
7643
8110
|
},
|
|
7644
|
-
"
|
|
8111
|
+
"S5e": {
|
|
7645
8112
|
"type": "structure",
|
|
7646
8113
|
"members": {
|
|
7647
8114
|
"expiresInSec": {
|
|
@@ -7649,7 +8116,7 @@
|
|
|
7649
8116
|
}
|
|
7650
8117
|
}
|
|
7651
8118
|
},
|
|
7652
|
-
"
|
|
8119
|
+
"S5p": {
|
|
7653
8120
|
"type": "list",
|
|
7654
8121
|
"member": {
|
|
7655
8122
|
"type": "structure",
|
|
@@ -7672,7 +8139,7 @@
|
|
|
7672
8139
|
}
|
|
7673
8140
|
},
|
|
7674
8141
|
"s3Location": {
|
|
7675
|
-
"shape": "
|
|
8142
|
+
"shape": "S5y"
|
|
7676
8143
|
}
|
|
7677
8144
|
}
|
|
7678
8145
|
},
|
|
@@ -7738,7 +8205,7 @@
|
|
|
7738
8205
|
}
|
|
7739
8206
|
}
|
|
7740
8207
|
},
|
|
7741
|
-
"
|
|
8208
|
+
"S5y": {
|
|
7742
8209
|
"type": "structure",
|
|
7743
8210
|
"members": {
|
|
7744
8211
|
"bucket": {},
|
|
@@ -7746,12 +8213,12 @@
|
|
|
7746
8213
|
"version": {}
|
|
7747
8214
|
}
|
|
7748
8215
|
},
|
|
7749
|
-
"
|
|
8216
|
+
"S6n": {
|
|
7750
8217
|
"type": "map",
|
|
7751
8218
|
"key": {},
|
|
7752
8219
|
"value": {}
|
|
7753
8220
|
},
|
|
7754
|
-
"
|
|
8221
|
+
"S79": {
|
|
7755
8222
|
"type": "structure",
|
|
7756
8223
|
"required": [
|
|
7757
8224
|
"targetArn"
|
|
@@ -7761,17 +8228,17 @@
|
|
|
7761
8228
|
"targetArn": {}
|
|
7762
8229
|
}
|
|
7763
8230
|
},
|
|
7764
|
-
"
|
|
8231
|
+
"S7o": {
|
|
7765
8232
|
"type": "list",
|
|
7766
8233
|
"member": {}
|
|
7767
8234
|
},
|
|
7768
|
-
"
|
|
8235
|
+
"S7u": {
|
|
7769
8236
|
"type": "list",
|
|
7770
8237
|
"member": {
|
|
7771
|
-
"shape": "
|
|
8238
|
+
"shape": "S7v"
|
|
7772
8239
|
}
|
|
7773
8240
|
},
|
|
7774
|
-
"
|
|
8241
|
+
"S7v": {
|
|
7775
8242
|
"type": "structure",
|
|
7776
8243
|
"required": [
|
|
7777
8244
|
"name"
|
|
@@ -7780,14 +8247,14 @@
|
|
|
7780
8247
|
"name": {},
|
|
7781
8248
|
"metric": {},
|
|
7782
8249
|
"metricDimension": {
|
|
7783
|
-
"shape": "
|
|
8250
|
+
"shape": "S7y"
|
|
7784
8251
|
},
|
|
7785
8252
|
"criteria": {
|
|
7786
8253
|
"type": "structure",
|
|
7787
8254
|
"members": {
|
|
7788
8255
|
"comparisonOperator": {},
|
|
7789
8256
|
"value": {
|
|
7790
|
-
"shape": "
|
|
8257
|
+
"shape": "S82"
|
|
7791
8258
|
},
|
|
7792
8259
|
"durationSeconds": {
|
|
7793
8260
|
"type": "integer"
|
|
@@ -7803,12 +8270,24 @@
|
|
|
7803
8270
|
"members": {
|
|
7804
8271
|
"statistic": {}
|
|
7805
8272
|
}
|
|
8273
|
+
},
|
|
8274
|
+
"mlDetectionConfig": {
|
|
8275
|
+
"type": "structure",
|
|
8276
|
+
"required": [
|
|
8277
|
+
"confidenceLevel"
|
|
8278
|
+
],
|
|
8279
|
+
"members": {
|
|
8280
|
+
"confidenceLevel": {}
|
|
8281
|
+
}
|
|
7806
8282
|
}
|
|
7807
8283
|
}
|
|
8284
|
+
},
|
|
8285
|
+
"suppressAlerts": {
|
|
8286
|
+
"type": "boolean"
|
|
7808
8287
|
}
|
|
7809
8288
|
}
|
|
7810
8289
|
},
|
|
7811
|
-
"
|
|
8290
|
+
"S7y": {
|
|
7812
8291
|
"type": "structure",
|
|
7813
8292
|
"required": [
|
|
7814
8293
|
"dimensionName"
|
|
@@ -7818,7 +8297,7 @@
|
|
|
7818
8297
|
"operator": {}
|
|
7819
8298
|
}
|
|
7820
8299
|
},
|
|
7821
|
-
"
|
|
8300
|
+
"S82": {
|
|
7822
8301
|
"type": "structure",
|
|
7823
8302
|
"members": {
|
|
7824
8303
|
"count": {
|
|
@@ -7833,10 +8312,23 @@
|
|
|
7833
8312
|
"member": {
|
|
7834
8313
|
"type": "integer"
|
|
7835
8314
|
}
|
|
8315
|
+
},
|
|
8316
|
+
"number": {
|
|
8317
|
+
"type": "double"
|
|
8318
|
+
},
|
|
8319
|
+
"numbers": {
|
|
8320
|
+
"type": "list",
|
|
8321
|
+
"member": {
|
|
8322
|
+
"type": "double"
|
|
8323
|
+
}
|
|
8324
|
+
},
|
|
8325
|
+
"strings": {
|
|
8326
|
+
"type": "list",
|
|
8327
|
+
"member": {}
|
|
7836
8328
|
}
|
|
7837
8329
|
}
|
|
7838
8330
|
},
|
|
7839
|
-
"
|
|
8331
|
+
"S8k": {
|
|
7840
8332
|
"type": "map",
|
|
7841
8333
|
"key": {},
|
|
7842
8334
|
"value": {
|
|
@@ -7851,11 +8343,11 @@
|
|
|
7851
8343
|
}
|
|
7852
8344
|
}
|
|
7853
8345
|
},
|
|
7854
|
-
"
|
|
8346
|
+
"S8o": {
|
|
7855
8347
|
"type": "list",
|
|
7856
8348
|
"member": {}
|
|
7857
8349
|
},
|
|
7858
|
-
"
|
|
8350
|
+
"S8p": {
|
|
7859
8351
|
"type": "list",
|
|
7860
8352
|
"member": {
|
|
7861
8353
|
"type": "structure",
|
|
@@ -7865,12 +8357,12 @@
|
|
|
7865
8357
|
"members": {
|
|
7866
8358
|
"metric": {},
|
|
7867
8359
|
"metricDimension": {
|
|
7868
|
-
"shape": "
|
|
8360
|
+
"shape": "S7y"
|
|
7869
8361
|
}
|
|
7870
8362
|
}
|
|
7871
8363
|
}
|
|
7872
8364
|
},
|
|
7873
|
-
"
|
|
8365
|
+
"S8v": {
|
|
7874
8366
|
"type": "list",
|
|
7875
8367
|
"member": {
|
|
7876
8368
|
"type": "structure",
|
|
@@ -7879,12 +8371,12 @@
|
|
|
7879
8371
|
"type": "integer"
|
|
7880
8372
|
},
|
|
7881
8373
|
"s3Location": {
|
|
7882
|
-
"shape": "
|
|
8374
|
+
"shape": "S5y"
|
|
7883
8375
|
}
|
|
7884
8376
|
}
|
|
7885
8377
|
}
|
|
7886
8378
|
},
|
|
7887
|
-
"
|
|
8379
|
+
"S97": {
|
|
7888
8380
|
"type": "structure",
|
|
7889
8381
|
"members": {
|
|
7890
8382
|
"thingTypeDescription": {},
|
|
@@ -7894,7 +8386,7 @@
|
|
|
7894
8386
|
}
|
|
7895
8387
|
}
|
|
7896
8388
|
},
|
|
7897
|
-
"
|
|
8389
|
+
"S9f": {
|
|
7898
8390
|
"type": "structure",
|
|
7899
8391
|
"required": [
|
|
7900
8392
|
"sql",
|
|
@@ -7904,24 +8396,24 @@
|
|
|
7904
8396
|
"sql": {},
|
|
7905
8397
|
"description": {},
|
|
7906
8398
|
"actions": {
|
|
7907
|
-
"shape": "
|
|
8399
|
+
"shape": "S9i"
|
|
7908
8400
|
},
|
|
7909
8401
|
"ruleDisabled": {
|
|
7910
8402
|
"type": "boolean"
|
|
7911
8403
|
},
|
|
7912
8404
|
"awsIotSqlVersion": {},
|
|
7913
8405
|
"errorAction": {
|
|
7914
|
-
"shape": "
|
|
8406
|
+
"shape": "S9j"
|
|
7915
8407
|
}
|
|
7916
8408
|
}
|
|
7917
8409
|
},
|
|
7918
|
-
"
|
|
8410
|
+
"S9i": {
|
|
7919
8411
|
"type": "list",
|
|
7920
8412
|
"member": {
|
|
7921
|
-
"shape": "
|
|
8413
|
+
"shape": "S9j"
|
|
7922
8414
|
}
|
|
7923
8415
|
},
|
|
7924
|
-
"
|
|
8416
|
+
"S9j": {
|
|
7925
8417
|
"type": "structure",
|
|
7926
8418
|
"members": {
|
|
7927
8419
|
"dynamoDB": {
|
|
@@ -8301,24 +8793,70 @@
|
|
|
8301
8793
|
}
|
|
8302
8794
|
}
|
|
8303
8795
|
}
|
|
8796
|
+
},
|
|
8797
|
+
"kafka": {
|
|
8798
|
+
"type": "structure",
|
|
8799
|
+
"required": [
|
|
8800
|
+
"destinationArn",
|
|
8801
|
+
"topic",
|
|
8802
|
+
"clientProperties"
|
|
8803
|
+
],
|
|
8804
|
+
"members": {
|
|
8805
|
+
"destinationArn": {},
|
|
8806
|
+
"topic": {},
|
|
8807
|
+
"key": {},
|
|
8808
|
+
"partition": {},
|
|
8809
|
+
"clientProperties": {
|
|
8810
|
+
"type": "map",
|
|
8811
|
+
"key": {},
|
|
8812
|
+
"value": {}
|
|
8813
|
+
}
|
|
8814
|
+
}
|
|
8304
8815
|
}
|
|
8305
8816
|
}
|
|
8306
8817
|
},
|
|
8307
|
-
"
|
|
8818
|
+
"Scf": {
|
|
8819
|
+
"type": "list",
|
|
8820
|
+
"member": {}
|
|
8821
|
+
},
|
|
8822
|
+
"Sch": {
|
|
8823
|
+
"type": "list",
|
|
8824
|
+
"member": {}
|
|
8825
|
+
},
|
|
8826
|
+
"Scl": {
|
|
8308
8827
|
"type": "structure",
|
|
8309
8828
|
"members": {
|
|
8310
8829
|
"arn": {},
|
|
8311
8830
|
"status": {},
|
|
8831
|
+
"createdAt": {
|
|
8832
|
+
"type": "timestamp"
|
|
8833
|
+
},
|
|
8834
|
+
"lastUpdatedAt": {
|
|
8835
|
+
"type": "timestamp"
|
|
8836
|
+
},
|
|
8312
8837
|
"statusReason": {},
|
|
8313
8838
|
"httpUrlProperties": {
|
|
8314
8839
|
"type": "structure",
|
|
8315
8840
|
"members": {
|
|
8316
8841
|
"confirmationUrl": {}
|
|
8317
8842
|
}
|
|
8843
|
+
},
|
|
8844
|
+
"vpcProperties": {
|
|
8845
|
+
"type": "structure",
|
|
8846
|
+
"members": {
|
|
8847
|
+
"subnetIds": {
|
|
8848
|
+
"shape": "Scf"
|
|
8849
|
+
},
|
|
8850
|
+
"securityGroups": {
|
|
8851
|
+
"shape": "Sch"
|
|
8852
|
+
},
|
|
8853
|
+
"vpcId": {},
|
|
8854
|
+
"roleArn": {}
|
|
8855
|
+
}
|
|
8318
8856
|
}
|
|
8319
8857
|
}
|
|
8320
8858
|
},
|
|
8321
|
-
"
|
|
8859
|
+
"Sej": {
|
|
8322
8860
|
"type": "map",
|
|
8323
8861
|
"key": {},
|
|
8324
8862
|
"value": {
|
|
@@ -8332,7 +8870,7 @@
|
|
|
8332
8870
|
}
|
|
8333
8871
|
}
|
|
8334
8872
|
},
|
|
8335
|
-
"
|
|
8873
|
+
"Sem": {
|
|
8336
8874
|
"type": "map",
|
|
8337
8875
|
"key": {},
|
|
8338
8876
|
"value": {
|
|
@@ -8344,7 +8882,7 @@
|
|
|
8344
8882
|
}
|
|
8345
8883
|
}
|
|
8346
8884
|
},
|
|
8347
|
-
"
|
|
8885
|
+
"Ser": {
|
|
8348
8886
|
"type": "structure",
|
|
8349
8887
|
"members": {
|
|
8350
8888
|
"findingId": {},
|
|
@@ -8362,10 +8900,10 @@
|
|
|
8362
8900
|
"members": {
|
|
8363
8901
|
"resourceType": {},
|
|
8364
8902
|
"resourceIdentifier": {
|
|
8365
|
-
"shape": "
|
|
8903
|
+
"shape": "S1o"
|
|
8366
8904
|
},
|
|
8367
8905
|
"additionalInfo": {
|
|
8368
|
-
"shape": "
|
|
8906
|
+
"shape": "Sev"
|
|
8369
8907
|
}
|
|
8370
8908
|
}
|
|
8371
8909
|
},
|
|
@@ -8376,10 +8914,10 @@
|
|
|
8376
8914
|
"members": {
|
|
8377
8915
|
"resourceType": {},
|
|
8378
8916
|
"resourceIdentifier": {
|
|
8379
|
-
"shape": "
|
|
8917
|
+
"shape": "S1o"
|
|
8380
8918
|
},
|
|
8381
8919
|
"additionalInfo": {
|
|
8382
|
-
"shape": "
|
|
8920
|
+
"shape": "Sev"
|
|
8383
8921
|
}
|
|
8384
8922
|
}
|
|
8385
8923
|
}
|
|
@@ -8391,12 +8929,12 @@
|
|
|
8391
8929
|
}
|
|
8392
8930
|
}
|
|
8393
8931
|
},
|
|
8394
|
-
"
|
|
8932
|
+
"Sev": {
|
|
8395
8933
|
"type": "map",
|
|
8396
8934
|
"key": {},
|
|
8397
8935
|
"value": {}
|
|
8398
8936
|
},
|
|
8399
|
-
"
|
|
8937
|
+
"Sfb": {
|
|
8400
8938
|
"type": "structure",
|
|
8401
8939
|
"members": {
|
|
8402
8940
|
"auditTaskId": {},
|
|
@@ -8414,7 +8952,7 @@
|
|
|
8414
8952
|
}
|
|
8415
8953
|
}
|
|
8416
8954
|
},
|
|
8417
|
-
"
|
|
8955
|
+
"Sff": {
|
|
8418
8956
|
"type": "map",
|
|
8419
8957
|
"key": {},
|
|
8420
8958
|
"value": {
|
|
@@ -8422,7 +8960,21 @@
|
|
|
8422
8960
|
"member": {}
|
|
8423
8961
|
}
|
|
8424
8962
|
},
|
|
8425
|
-
"
|
|
8963
|
+
"Sfh": {
|
|
8964
|
+
"type": "list",
|
|
8965
|
+
"member": {
|
|
8966
|
+
"type": "structure",
|
|
8967
|
+
"members": {
|
|
8968
|
+
"name": {},
|
|
8969
|
+
"id": {},
|
|
8970
|
+
"roleArn": {},
|
|
8971
|
+
"actionParams": {
|
|
8972
|
+
"shape": "S4k"
|
|
8973
|
+
}
|
|
8974
|
+
}
|
|
8975
|
+
}
|
|
8976
|
+
},
|
|
8977
|
+
"Sg8": {
|
|
8426
8978
|
"type": "structure",
|
|
8427
8979
|
"members": {
|
|
8428
8980
|
"authorizerName": {},
|
|
@@ -8430,7 +8982,7 @@
|
|
|
8430
8982
|
"authorizerFunctionArn": {},
|
|
8431
8983
|
"tokenKeyName": {},
|
|
8432
8984
|
"tokenSigningPublicKeys": {
|
|
8433
|
-
"shape": "
|
|
8985
|
+
"shape": "S25"
|
|
8434
8986
|
},
|
|
8435
8987
|
"status": {},
|
|
8436
8988
|
"creationDate": {
|
|
@@ -8444,7 +8996,7 @@
|
|
|
8444
8996
|
}
|
|
8445
8997
|
}
|
|
8446
8998
|
},
|
|
8447
|
-
"
|
|
8999
|
+
"Sgl": {
|
|
8448
9000
|
"type": "structure",
|
|
8449
9001
|
"members": {
|
|
8450
9002
|
"notBefore": {
|
|
@@ -8455,14 +9007,82 @@
|
|
|
8455
9007
|
}
|
|
8456
9008
|
}
|
|
8457
9009
|
},
|
|
8458
|
-
"
|
|
9010
|
+
"Sgm": {
|
|
8459
9011
|
"type": "structure",
|
|
8460
9012
|
"members": {
|
|
8461
9013
|
"templateBody": {},
|
|
8462
9014
|
"roleArn": {}
|
|
8463
9015
|
}
|
|
8464
9016
|
},
|
|
8465
|
-
"
|
|
9017
|
+
"Sh0": {
|
|
9018
|
+
"type": "structure",
|
|
9019
|
+
"members": {
|
|
9020
|
+
"taskId": {},
|
|
9021
|
+
"taskStatus": {},
|
|
9022
|
+
"taskStartTime": {
|
|
9023
|
+
"type": "timestamp"
|
|
9024
|
+
},
|
|
9025
|
+
"taskEndTime": {
|
|
9026
|
+
"type": "timestamp"
|
|
9027
|
+
},
|
|
9028
|
+
"target": {
|
|
9029
|
+
"shape": "Sh2"
|
|
9030
|
+
},
|
|
9031
|
+
"violationEventOccurrenceRange": {
|
|
9032
|
+
"shape": "Sh5"
|
|
9033
|
+
},
|
|
9034
|
+
"onlyActiveViolationsIncluded": {
|
|
9035
|
+
"type": "boolean"
|
|
9036
|
+
},
|
|
9037
|
+
"suppressedAlertsIncluded": {
|
|
9038
|
+
"type": "boolean"
|
|
9039
|
+
},
|
|
9040
|
+
"actionsDefinition": {
|
|
9041
|
+
"shape": "Sfh"
|
|
9042
|
+
},
|
|
9043
|
+
"taskStatistics": {
|
|
9044
|
+
"type": "structure",
|
|
9045
|
+
"members": {
|
|
9046
|
+
"actionsExecuted": {
|
|
9047
|
+
"type": "long"
|
|
9048
|
+
},
|
|
9049
|
+
"actionsSkipped": {
|
|
9050
|
+
"type": "long"
|
|
9051
|
+
},
|
|
9052
|
+
"actionsFailed": {
|
|
9053
|
+
"type": "long"
|
|
9054
|
+
}
|
|
9055
|
+
}
|
|
9056
|
+
}
|
|
9057
|
+
}
|
|
9058
|
+
},
|
|
9059
|
+
"Sh2": {
|
|
9060
|
+
"type": "structure",
|
|
9061
|
+
"members": {
|
|
9062
|
+
"violationIds": {
|
|
9063
|
+
"type": "list",
|
|
9064
|
+
"member": {}
|
|
9065
|
+
},
|
|
9066
|
+
"securityProfileName": {},
|
|
9067
|
+
"behaviorName": {}
|
|
9068
|
+
}
|
|
9069
|
+
},
|
|
9070
|
+
"Sh5": {
|
|
9071
|
+
"type": "structure",
|
|
9072
|
+
"required": [
|
|
9073
|
+
"startTime",
|
|
9074
|
+
"endTime"
|
|
9075
|
+
],
|
|
9076
|
+
"members": {
|
|
9077
|
+
"startTime": {
|
|
9078
|
+
"type": "timestamp"
|
|
9079
|
+
},
|
|
9080
|
+
"endTime": {
|
|
9081
|
+
"type": "timestamp"
|
|
9082
|
+
}
|
|
9083
|
+
}
|
|
9084
|
+
},
|
|
9085
|
+
"Shq": {
|
|
8466
9086
|
"type": "map",
|
|
8467
9087
|
"key": {},
|
|
8468
9088
|
"value": {
|
|
@@ -8474,20 +9094,20 @@
|
|
|
8474
9094
|
}
|
|
8475
9095
|
}
|
|
8476
9096
|
},
|
|
8477
|
-
"
|
|
9097
|
+
"Sj7": {
|
|
8478
9098
|
"type": "list",
|
|
8479
9099
|
"member": {
|
|
8480
|
-
"shape": "
|
|
9100
|
+
"shape": "Sj8"
|
|
8481
9101
|
}
|
|
8482
9102
|
},
|
|
8483
|
-
"
|
|
9103
|
+
"Sj8": {
|
|
8484
9104
|
"type": "structure",
|
|
8485
9105
|
"members": {
|
|
8486
9106
|
"groupName": {},
|
|
8487
9107
|
"groupArn": {}
|
|
8488
9108
|
}
|
|
8489
9109
|
},
|
|
8490
|
-
"
|
|
9110
|
+
"Sjk": {
|
|
8491
9111
|
"type": "structure",
|
|
8492
9112
|
"members": {
|
|
8493
9113
|
"deprecated": {
|
|
@@ -8501,7 +9121,7 @@
|
|
|
8501
9121
|
}
|
|
8502
9122
|
}
|
|
8503
9123
|
},
|
|
8504
|
-
"
|
|
9124
|
+
"Skc": {
|
|
8505
9125
|
"type": "structure",
|
|
8506
9126
|
"required": [
|
|
8507
9127
|
"thingIndexingMode"
|
|
@@ -8510,14 +9130,14 @@
|
|
|
8510
9130
|
"thingIndexingMode": {},
|
|
8511
9131
|
"thingConnectivityIndexingMode": {},
|
|
8512
9132
|
"managedFields": {
|
|
8513
|
-
"shape": "
|
|
9133
|
+
"shape": "Skf"
|
|
8514
9134
|
},
|
|
8515
9135
|
"customFields": {
|
|
8516
|
-
"shape": "
|
|
9136
|
+
"shape": "Skf"
|
|
8517
9137
|
}
|
|
8518
9138
|
}
|
|
8519
9139
|
},
|
|
8520
|
-
"
|
|
9140
|
+
"Skf": {
|
|
8521
9141
|
"type": "list",
|
|
8522
9142
|
"member": {
|
|
8523
9143
|
"type": "structure",
|
|
@@ -8527,7 +9147,7 @@
|
|
|
8527
9147
|
}
|
|
8528
9148
|
}
|
|
8529
9149
|
},
|
|
8530
|
-
"
|
|
9150
|
+
"Skj": {
|
|
8531
9151
|
"type": "structure",
|
|
8532
9152
|
"required": [
|
|
8533
9153
|
"thingGroupIndexingMode"
|
|
@@ -8535,14 +9155,20 @@
|
|
|
8535
9155
|
"members": {
|
|
8536
9156
|
"thingGroupIndexingMode": {},
|
|
8537
9157
|
"managedFields": {
|
|
8538
|
-
"shape": "
|
|
9158
|
+
"shape": "Skf"
|
|
8539
9159
|
},
|
|
8540
9160
|
"customFields": {
|
|
8541
|
-
"shape": "
|
|
9161
|
+
"shape": "Skf"
|
|
8542
9162
|
}
|
|
8543
9163
|
}
|
|
8544
9164
|
},
|
|
8545
|
-
"
|
|
9165
|
+
"Sm0": {
|
|
9166
|
+
"type": "structure",
|
|
9167
|
+
"members": {
|
|
9168
|
+
"confidenceLevel": {}
|
|
9169
|
+
}
|
|
9170
|
+
},
|
|
9171
|
+
"Sm6": {
|
|
8546
9172
|
"type": "list",
|
|
8547
9173
|
"member": {
|
|
8548
9174
|
"type": "structure",
|
|
@@ -8552,7 +9178,7 @@
|
|
|
8552
9178
|
}
|
|
8553
9179
|
}
|
|
8554
9180
|
},
|
|
8555
|
-
"
|
|
9181
|
+
"Sn8": {
|
|
8556
9182
|
"type": "list",
|
|
8557
9183
|
"member": {
|
|
8558
9184
|
"type": "structure",
|
|
@@ -8567,7 +9193,7 @@
|
|
|
8567
9193
|
}
|
|
8568
9194
|
}
|
|
8569
9195
|
},
|
|
8570
|
-
"
|
|
9196
|
+
"So4": {
|
|
8571
9197
|
"type": "structure",
|
|
8572
9198
|
"members": {
|
|
8573
9199
|
"status": {},
|
|
@@ -8585,15 +9211,15 @@
|
|
|
8585
9211
|
}
|
|
8586
9212
|
}
|
|
8587
9213
|
},
|
|
8588
|
-
"
|
|
9214
|
+
"Sot": {
|
|
8589
9215
|
"type": "list",
|
|
8590
9216
|
"member": {}
|
|
8591
9217
|
},
|
|
8592
|
-
"
|
|
9218
|
+
"Sp3": {
|
|
8593
9219
|
"type": "list",
|
|
8594
9220
|
"member": {}
|
|
8595
9221
|
},
|
|
8596
|
-
"
|
|
9222
|
+
"Spm": {
|
|
8597
9223
|
"type": "structure",
|
|
8598
9224
|
"required": [
|
|
8599
9225
|
"name",
|
|
@@ -8604,7 +9230,7 @@
|
|
|
8604
9230
|
"arn": {}
|
|
8605
9231
|
}
|
|
8606
9232
|
},
|
|
8607
|
-
"
|
|
9233
|
+
"Spr": {
|
|
8608
9234
|
"type": "structure",
|
|
8609
9235
|
"required": [
|
|
8610
9236
|
"arn"
|
|
@@ -8613,7 +9239,7 @@
|
|
|
8613
9239
|
"arn": {}
|
|
8614
9240
|
}
|
|
8615
9241
|
},
|
|
8616
|
-
"
|
|
9242
|
+
"Sre": {
|
|
8617
9243
|
"type": "structure",
|
|
8618
9244
|
"required": [
|
|
8619
9245
|
"targetType"
|
|
@@ -8623,11 +9249,11 @@
|
|
|
8623
9249
|
"targetName": {}
|
|
8624
9250
|
}
|
|
8625
9251
|
},
|
|
8626
|
-
"
|
|
9252
|
+
"Ss8": {
|
|
8627
9253
|
"type": "list",
|
|
8628
9254
|
"member": {}
|
|
8629
9255
|
},
|
|
8630
|
-
"
|
|
9256
|
+
"St1": {
|
|
8631
9257
|
"type": "structure",
|
|
8632
9258
|
"required": [
|
|
8633
9259
|
"resources"
|
|
@@ -8640,11 +9266,11 @@
|
|
|
8640
9266
|
}
|
|
8641
9267
|
}
|
|
8642
9268
|
},
|
|
8643
|
-
"
|
|
9269
|
+
"St5": {
|
|
8644
9270
|
"type": "list",
|
|
8645
9271
|
"member": {}
|
|
8646
9272
|
},
|
|
8647
|
-
"
|
|
9273
|
+
"Svf": {
|
|
8648
9274
|
"type": "list",
|
|
8649
9275
|
"member": {}
|
|
8650
9276
|
}
|