cdk-lambda-subminute 2.0.250 → 2.0.251
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.examples.json +0 -77
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +8 -2
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +69 -30
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +142 -128
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +1 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +59 -9
- package/node_modules/aws-sdk/clients/iot.d.ts +46 -29
- package/node_modules/aws-sdk/clients/textract.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +222 -163
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1466.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -53612,7 +53612,10 @@ module.exports={
|
|
53612
53612
|
"LambdaConfig": {
|
53613
53613
|
"shape": "S4z"
|
53614
53614
|
},
|
53615
|
-
"Status": {
|
53615
|
+
"Status": {
|
53616
|
+
"deprecated": true,
|
53617
|
+
"deprecatedMessage": "This property is no longer available."
|
53618
|
+
},
|
53616
53619
|
"LastModifiedDate": {
|
53617
53620
|
"type": "timestamp"
|
53618
53621
|
},
|
@@ -55051,7 +55054,10 @@ module.exports={
|
|
55051
55054
|
"LambdaConfig": {
|
55052
55055
|
"shape": "S4z"
|
55053
55056
|
},
|
55054
|
-
"Status": {
|
55057
|
+
"Status": {
|
55058
|
+
"deprecated": true,
|
55059
|
+
"deprecatedMessage": "This property is no longer available."
|
55060
|
+
},
|
55055
55061
|
"LastModifiedDate": {
|
55056
55062
|
"type": "timestamp"
|
55057
55063
|
},
|
@@ -141308,6 +141314,21 @@ module.exports={
|
|
141308
141314
|
"shape": "S2e"
|
141309
141315
|
}
|
141310
141316
|
}
|
141317
|
+
},
|
141318
|
+
"MSKSourceConfiguration": {
|
141319
|
+
"type": "structure",
|
141320
|
+
"required": [
|
141321
|
+
"MSKClusterARN",
|
141322
|
+
"TopicName",
|
141323
|
+
"AuthenticationConfiguration"
|
141324
|
+
],
|
141325
|
+
"members": {
|
141326
|
+
"MSKClusterARN": {},
|
141327
|
+
"TopicName": {},
|
141328
|
+
"AuthenticationConfiguration": {
|
141329
|
+
"shape": "S40"
|
141330
|
+
}
|
141331
|
+
}
|
141311
141332
|
}
|
141312
141333
|
}
|
141313
141334
|
},
|
@@ -141372,7 +141393,7 @@ module.exports={
|
|
141372
141393
|
"DeliveryStreamARN": {},
|
141373
141394
|
"DeliveryStreamStatus": {},
|
141374
141395
|
"FailureDescription": {
|
141375
|
-
"shape": "
|
141396
|
+
"shape": "S4c"
|
141376
141397
|
},
|
141377
141398
|
"DeliveryStreamEncryptionConfiguration": {
|
141378
141399
|
"type": "structure",
|
@@ -141381,7 +141402,7 @@ module.exports={
|
|
141381
141402
|
"KeyType": {},
|
141382
141403
|
"Status": {},
|
141383
141404
|
"FailureDescription": {
|
141384
|
-
"shape": "
|
141405
|
+
"shape": "S4c"
|
141385
141406
|
}
|
141386
141407
|
}
|
141387
141408
|
},
|
@@ -141405,6 +141426,19 @@ module.exports={
|
|
141405
141426
|
"type": "timestamp"
|
141406
141427
|
}
|
141407
141428
|
}
|
141429
|
+
},
|
141430
|
+
"MSKSourceDescription": {
|
141431
|
+
"type": "structure",
|
141432
|
+
"members": {
|
141433
|
+
"MSKClusterARN": {},
|
141434
|
+
"TopicName": {},
|
141435
|
+
"AuthenticationConfiguration": {
|
141436
|
+
"shape": "S40"
|
141437
|
+
},
|
141438
|
+
"DeliveryStartTimestamp": {
|
141439
|
+
"type": "timestamp"
|
141440
|
+
}
|
141441
|
+
}
|
141408
141442
|
}
|
141409
141443
|
}
|
141410
141444
|
},
|
@@ -141418,7 +141452,7 @@ module.exports={
|
|
141418
141452
|
"members": {
|
141419
141453
|
"DestinationId": {},
|
141420
141454
|
"S3DestinationDescription": {
|
141421
|
-
"shape": "
|
141455
|
+
"shape": "S4o"
|
141422
141456
|
},
|
141423
141457
|
"ExtendedS3DestinationDescription": {
|
141424
141458
|
"type": "structure",
|
@@ -141449,7 +141483,7 @@ module.exports={
|
|
141449
141483
|
},
|
141450
141484
|
"S3BackupMode": {},
|
141451
141485
|
"S3BackupDescription": {
|
141452
|
-
"shape": "
|
141486
|
+
"shape": "S4o"
|
141453
141487
|
},
|
141454
141488
|
"DataFormatConversionConfiguration": {
|
141455
141489
|
"shape": "Sz"
|
@@ -141481,14 +141515,14 @@ module.exports={
|
|
141481
141515
|
"shape": "S1z"
|
141482
141516
|
},
|
141483
141517
|
"S3DestinationDescription": {
|
141484
|
-
"shape": "
|
141518
|
+
"shape": "S4o"
|
141485
141519
|
},
|
141486
141520
|
"ProcessingConfiguration": {
|
141487
141521
|
"shape": "Sq"
|
141488
141522
|
},
|
141489
141523
|
"S3BackupMode": {},
|
141490
141524
|
"S3BackupDescription": {
|
141491
|
-
"shape": "
|
141525
|
+
"shape": "S4o"
|
141492
141526
|
},
|
141493
141527
|
"CloudWatchLoggingOptions": {
|
141494
141528
|
"shape": "Sl"
|
@@ -141512,7 +141546,7 @@ module.exports={
|
|
141512
141546
|
},
|
141513
141547
|
"S3BackupMode": {},
|
141514
141548
|
"S3DestinationDescription": {
|
141515
|
-
"shape": "
|
141549
|
+
"shape": "S4o"
|
141516
141550
|
},
|
141517
141551
|
"ProcessingConfiguration": {
|
141518
141552
|
"shape": "Sq"
|
@@ -141521,7 +141555,7 @@ module.exports={
|
|
141521
141555
|
"shape": "Sl"
|
141522
141556
|
},
|
141523
141557
|
"VpcConfigurationDescription": {
|
141524
|
-
"shape": "
|
141558
|
+
"shape": "S4s"
|
141525
141559
|
},
|
141526
141560
|
"DocumentIdOptions": {
|
141527
141561
|
"shape": "S2h"
|
@@ -141545,7 +141579,7 @@ module.exports={
|
|
141545
141579
|
},
|
141546
141580
|
"S3BackupMode": {},
|
141547
141581
|
"S3DestinationDescription": {
|
141548
|
-
"shape": "
|
141582
|
+
"shape": "S4o"
|
141549
141583
|
},
|
141550
141584
|
"ProcessingConfiguration": {
|
141551
141585
|
"shape": "Sq"
|
@@ -141554,7 +141588,7 @@ module.exports={
|
|
141554
141588
|
"shape": "Sl"
|
141555
141589
|
},
|
141556
141590
|
"VpcConfigurationDescription": {
|
141557
|
-
"shape": "
|
141591
|
+
"shape": "S4s"
|
141558
141592
|
},
|
141559
141593
|
"DocumentIdOptions": {
|
141560
141594
|
"shape": "S2h"
|
@@ -141575,7 +141609,7 @@ module.exports={
|
|
141575
141609
|
},
|
141576
141610
|
"S3BackupMode": {},
|
141577
141611
|
"S3DestinationDescription": {
|
141578
|
-
"shape": "
|
141612
|
+
"shape": "S4o"
|
141579
141613
|
},
|
141580
141614
|
"ProcessingConfiguration": {
|
141581
141615
|
"shape": "Sq"
|
@@ -141615,7 +141649,7 @@ module.exports={
|
|
141615
141649
|
},
|
141616
141650
|
"S3BackupMode": {},
|
141617
141651
|
"S3DestinationDescription": {
|
141618
|
-
"shape": "
|
141652
|
+
"shape": "S4o"
|
141619
141653
|
}
|
141620
141654
|
}
|
141621
141655
|
},
|
@@ -141633,7 +141667,7 @@ module.exports={
|
|
141633
141667
|
},
|
141634
141668
|
"S3BackupMode": {},
|
141635
141669
|
"S3DestinationDescription": {
|
141636
|
-
"shape": "
|
141670
|
+
"shape": "S4o"
|
141637
141671
|
},
|
141638
141672
|
"ProcessingConfiguration": {
|
141639
141673
|
"shape": "Sq"
|
@@ -141642,7 +141676,7 @@ module.exports={
|
|
141642
141676
|
"shape": "Sl"
|
141643
141677
|
},
|
141644
141678
|
"VpcConfigurationDescription": {
|
141645
|
-
"shape": "
|
141679
|
+
"shape": "S4s"
|
141646
141680
|
}
|
141647
141681
|
}
|
141648
141682
|
}
|
@@ -141728,7 +141762,7 @@ module.exports={
|
|
141728
141762
|
"members": {
|
141729
141763
|
"DeliveryStreamName": {},
|
141730
141764
|
"Record": {
|
141731
|
-
"shape": "
|
141765
|
+
"shape": "S57"
|
141732
141766
|
}
|
141733
141767
|
}
|
141734
141768
|
},
|
@@ -141757,7 +141791,7 @@ module.exports={
|
|
141757
141791
|
"Records": {
|
141758
141792
|
"type": "list",
|
141759
141793
|
"member": {
|
141760
|
-
"shape": "
|
141794
|
+
"shape": "S57"
|
141761
141795
|
}
|
141762
141796
|
}
|
141763
141797
|
}
|
@@ -141874,7 +141908,7 @@ module.exports={
|
|
141874
141908
|
"CurrentDeliveryStreamVersionId": {},
|
141875
141909
|
"DestinationId": {},
|
141876
141910
|
"S3DestinationUpdate": {
|
141877
|
-
"shape": "
|
141911
|
+
"shape": "S5s",
|
141878
141912
|
"deprecated": true
|
141879
141913
|
},
|
141880
141914
|
"ExtendedS3DestinationUpdate": {
|
@@ -141899,7 +141933,7 @@ module.exports={
|
|
141899
141933
|
},
|
141900
141934
|
"S3BackupMode": {},
|
141901
141935
|
"S3BackupUpdate": {
|
141902
|
-
"shape": "
|
141936
|
+
"shape": "S5s"
|
141903
141937
|
},
|
141904
141938
|
"DataFormatConversionConfiguration": {
|
141905
141939
|
"shape": "Sz"
|
@@ -141927,14 +141961,14 @@ module.exports={
|
|
141927
141961
|
"shape": "S1z"
|
141928
141962
|
},
|
141929
141963
|
"S3Update": {
|
141930
|
-
"shape": "
|
141964
|
+
"shape": "S5s"
|
141931
141965
|
},
|
141932
141966
|
"ProcessingConfiguration": {
|
141933
141967
|
"shape": "Sq"
|
141934
141968
|
},
|
141935
141969
|
"S3BackupMode": {},
|
141936
141970
|
"S3BackupUpdate": {
|
141937
|
-
"shape": "
|
141971
|
+
"shape": "S5s"
|
141938
141972
|
},
|
141939
141973
|
"CloudWatchLoggingOptions": {
|
141940
141974
|
"shape": "Sl"
|
@@ -141957,7 +141991,7 @@ module.exports={
|
|
141957
141991
|
"shape": "S2b"
|
141958
141992
|
},
|
141959
141993
|
"S3Update": {
|
141960
|
-
"shape": "
|
141994
|
+
"shape": "S5s"
|
141961
141995
|
},
|
141962
141996
|
"ProcessingConfiguration": {
|
141963
141997
|
"shape": "Sq"
|
@@ -141986,7 +142020,7 @@ module.exports={
|
|
141986
142020
|
"shape": "S2s"
|
141987
142021
|
},
|
141988
142022
|
"S3Update": {
|
141989
|
-
"shape": "
|
142023
|
+
"shape": "S5s"
|
141990
142024
|
},
|
141991
142025
|
"ProcessingConfiguration": {
|
141992
142026
|
"shape": "Sq"
|
@@ -142013,7 +142047,7 @@ module.exports={
|
|
142013
142047
|
},
|
142014
142048
|
"S3BackupMode": {},
|
142015
142049
|
"S3Update": {
|
142016
|
-
"shape": "
|
142050
|
+
"shape": "S5s"
|
142017
142051
|
},
|
142018
142052
|
"ProcessingConfiguration": {
|
142019
142053
|
"shape": "Sq"
|
@@ -142047,7 +142081,7 @@ module.exports={
|
|
142047
142081
|
},
|
142048
142082
|
"S3BackupMode": {},
|
142049
142083
|
"S3Update": {
|
142050
|
-
"shape": "
|
142084
|
+
"shape": "S5s"
|
142051
142085
|
}
|
142052
142086
|
}
|
142053
142087
|
},
|
@@ -142064,7 +142098,7 @@ module.exports={
|
|
142064
142098
|
"shape": "S3u"
|
142065
142099
|
},
|
142066
142100
|
"S3Update": {
|
142067
|
-
"shape": "
|
142101
|
+
"shape": "S5s"
|
142068
142102
|
},
|
142069
142103
|
"ProcessingConfiguration": {
|
142070
142104
|
"shape": "Sq"
|
@@ -142524,7 +142558,18 @@ module.exports={
|
|
142524
142558
|
}
|
142525
142559
|
}
|
142526
142560
|
},
|
142527
|
-
"
|
142561
|
+
"S40": {
|
142562
|
+
"type": "structure",
|
142563
|
+
"required": [
|
142564
|
+
"RoleARN",
|
142565
|
+
"Connectivity"
|
142566
|
+
],
|
142567
|
+
"members": {
|
142568
|
+
"RoleARN": {},
|
142569
|
+
"Connectivity": {}
|
142570
|
+
}
|
142571
|
+
},
|
142572
|
+
"S4c": {
|
142528
142573
|
"type": "structure",
|
142529
142574
|
"required": [
|
142530
142575
|
"Type",
|
@@ -142535,7 +142580,7 @@ module.exports={
|
|
142535
142580
|
"Details": {}
|
142536
142581
|
}
|
142537
142582
|
},
|
142538
|
-
"
|
142583
|
+
"S4o": {
|
142539
142584
|
"type": "structure",
|
142540
142585
|
"required": [
|
142541
142586
|
"RoleARN",
|
@@ -142561,7 +142606,7 @@ module.exports={
|
|
142561
142606
|
}
|
142562
142607
|
}
|
142563
142608
|
},
|
142564
|
-
"
|
142609
|
+
"S4s": {
|
142565
142610
|
"type": "structure",
|
142566
142611
|
"required": [
|
142567
142612
|
"SubnetIds",
|
@@ -142580,7 +142625,7 @@ module.exports={
|
|
142580
142625
|
"VpcId": {}
|
142581
142626
|
}
|
142582
142627
|
},
|
142583
|
-
"
|
142628
|
+
"S57": {
|
142584
142629
|
"type": "structure",
|
142585
142630
|
"required": [
|
142586
142631
|
"Data"
|
@@ -142591,7 +142636,7 @@ module.exports={
|
|
142591
142636
|
}
|
142592
142637
|
}
|
142593
142638
|
},
|
142594
|
-
"
|
142639
|
+
"S5s": {
|
142595
142640
|
"type": "structure",
|
142596
142641
|
"members": {
|
142597
142642
|
"RoleARN": {},
|
@@ -156644,10 +156689,10 @@ module.exports={
|
|
156644
156689
|
],
|
156645
156690
|
"members": {
|
156646
156691
|
"subnetIds": {
|
156647
|
-
"shape": "
|
156692
|
+
"shape": "Seh"
|
156648
156693
|
},
|
156649
156694
|
"securityGroups": {
|
156650
|
-
"shape": "
|
156695
|
+
"shape": "Sej"
|
156651
156696
|
},
|
156652
156697
|
"vpcId": {},
|
156653
156698
|
"roleArn": {}
|
@@ -156661,7 +156706,7 @@ module.exports={
|
|
156661
156706
|
"type": "structure",
|
156662
156707
|
"members": {
|
156663
156708
|
"topicRuleDestination": {
|
156664
|
-
"shape": "
|
156709
|
+
"shape": "Sen"
|
156665
156710
|
}
|
156666
156711
|
}
|
156667
156712
|
}
|
@@ -157493,10 +157538,10 @@ module.exports={
|
|
157493
157538
|
"members": {
|
157494
157539
|
"roleArn": {},
|
157495
157540
|
"auditNotificationTargetConfigurations": {
|
157496
|
-
"shape": "
|
157541
|
+
"shape": "Sgr"
|
157497
157542
|
},
|
157498
157543
|
"auditCheckConfigurations": {
|
157499
|
-
"shape": "
|
157544
|
+
"shape": "Sgu"
|
157500
157545
|
}
|
157501
157546
|
}
|
157502
157547
|
}
|
@@ -157522,7 +157567,7 @@ module.exports={
|
|
157522
157567
|
"type": "structure",
|
157523
157568
|
"members": {
|
157524
157569
|
"finding": {
|
157525
|
-
"shape": "
|
157570
|
+
"shape": "Sgz"
|
157526
157571
|
}
|
157527
157572
|
}
|
157528
157573
|
}
|
@@ -157579,13 +157624,13 @@ module.exports={
|
|
157579
157624
|
}
|
157580
157625
|
},
|
157581
157626
|
"target": {
|
157582
|
-
"shape": "
|
157627
|
+
"shape": "Shj"
|
157583
157628
|
},
|
157584
157629
|
"auditCheckToActionsMapping": {
|
157585
|
-
"shape": "
|
157630
|
+
"shape": "Shn"
|
157586
157631
|
},
|
157587
157632
|
"actionsDefinition": {
|
157588
|
-
"shape": "
|
157633
|
+
"shape": "Shp"
|
157589
157634
|
}
|
157590
157635
|
}
|
157591
157636
|
}
|
@@ -157724,7 +157769,7 @@ module.exports={
|
|
157724
157769
|
"type": "structure",
|
157725
157770
|
"members": {
|
157726
157771
|
"authorizerDescription": {
|
157727
|
-
"shape": "
|
157772
|
+
"shape": "Sig"
|
157728
157773
|
}
|
157729
157774
|
}
|
157730
157775
|
}
|
@@ -157809,13 +157854,13 @@ module.exports={
|
|
157809
157854
|
},
|
157810
157855
|
"generationId": {},
|
157811
157856
|
"validity": {
|
157812
|
-
"shape": "
|
157857
|
+
"shape": "Sit"
|
157813
157858
|
},
|
157814
157859
|
"certificateMode": {}
|
157815
157860
|
}
|
157816
157861
|
},
|
157817
157862
|
"registrationConfig": {
|
157818
|
-
"shape": "
|
157863
|
+
"shape": "Siv"
|
157819
157864
|
}
|
157820
157865
|
}
|
157821
157866
|
}
|
@@ -157877,7 +157922,7 @@ module.exports={
|
|
157877
157922
|
},
|
157878
157923
|
"generationId": {},
|
157879
157924
|
"validity": {
|
157880
|
-
"shape": "
|
157925
|
+
"shape": "Sit"
|
157881
157926
|
},
|
157882
157927
|
"certificateMode": {}
|
157883
157928
|
}
|
@@ -157931,7 +157976,7 @@ module.exports={
|
|
157931
157976
|
"type": "structure",
|
157932
157977
|
"members": {
|
157933
157978
|
"authorizerDescription": {
|
157934
|
-
"shape": "
|
157979
|
+
"shape": "Sig"
|
157935
157980
|
}
|
157936
157981
|
}
|
157937
157982
|
}
|
@@ -157957,7 +158002,7 @@ module.exports={
|
|
157957
158002
|
"type": "structure",
|
157958
158003
|
"members": {
|
157959
158004
|
"taskSummary": {
|
157960
|
-
"shape": "
|
158005
|
+
"shape": "Sj8"
|
157961
158006
|
}
|
157962
158007
|
}
|
157963
158008
|
}
|
@@ -158080,7 +158125,7 @@ module.exports={
|
|
158080
158125
|
"type": "structure",
|
158081
158126
|
"members": {
|
158082
158127
|
"eventConfigurations": {
|
158083
|
-
"shape": "
|
158128
|
+
"shape": "Sjy"
|
158084
158129
|
},
|
158085
158130
|
"creationDate": {
|
158086
158131
|
"type": "timestamp"
|
@@ -158436,7 +158481,7 @@ module.exports={
|
|
158436
158481
|
"description": {},
|
158437
158482
|
"templateVersion": {},
|
158438
158483
|
"environments": {
|
158439
|
-
"shape": "
|
158484
|
+
"shape": "Sl4"
|
158440
158485
|
},
|
158441
158486
|
"documentParameters": {
|
158442
158487
|
"type": "list",
|
@@ -158811,7 +158856,7 @@ module.exports={
|
|
158811
158856
|
"members": {
|
158812
158857
|
"parentGroupName": {},
|
158813
158858
|
"rootToParentThingGroups": {
|
158814
|
-
"shape": "
|
158859
|
+
"shape": "Slx"
|
158815
158860
|
},
|
158816
158861
|
"creationDate": {
|
158817
158862
|
"type": "timestamp"
|
@@ -158897,7 +158942,7 @@ module.exports={
|
|
158897
158942
|
"shape": "Sas"
|
158898
158943
|
},
|
158899
158944
|
"thingTypeMetadata": {
|
158900
|
-
"shape": "
|
158945
|
+
"shape": "Sma"
|
158901
158946
|
}
|
158902
158947
|
}
|
158903
158948
|
}
|
@@ -159205,10 +159250,10 @@ module.exports={
|
|
159205
159250
|
"type": "structure",
|
159206
159251
|
"members": {
|
159207
159252
|
"thingIndexingConfiguration": {
|
159208
|
-
"shape": "
|
159253
|
+
"shape": "Sn9"
|
159209
159254
|
},
|
159210
159255
|
"thingGroupIndexingConfiguration": {
|
159211
|
-
"shape": "
|
159256
|
+
"shape": "Snl"
|
159212
159257
|
}
|
159213
159258
|
}
|
159214
159259
|
}
|
@@ -159370,7 +159415,7 @@ module.exports={
|
|
159370
159415
|
"type": "structure",
|
159371
159416
|
"members": {
|
159372
159417
|
"versionUpdateByJobsConfig": {
|
159373
|
-
"shape": "
|
159418
|
+
"shape": "So1"
|
159374
159419
|
}
|
159375
159420
|
}
|
159376
159421
|
}
|
@@ -159672,7 +159717,7 @@ module.exports={
|
|
159672
159717
|
"type": "structure",
|
159673
159718
|
"members": {
|
159674
159719
|
"topicRuleDestination": {
|
159675
|
-
"shape": "
|
159720
|
+
"shape": "Sen"
|
159676
159721
|
}
|
159677
159722
|
}
|
159678
159723
|
}
|
@@ -159755,7 +159800,7 @@ module.exports={
|
|
159755
159800
|
"shape": "S9n"
|
159756
159801
|
},
|
159757
159802
|
"violationEventAdditionalInfo": {
|
159758
|
-
"shape": "
|
159803
|
+
"shape": "Spb"
|
159759
159804
|
},
|
159760
159805
|
"verificationState": {},
|
159761
159806
|
"verificationStateDescription": {},
|
@@ -159806,7 +159851,7 @@ module.exports={
|
|
159806
159851
|
"type": "structure",
|
159807
159852
|
"members": {
|
159808
159853
|
"policies": {
|
159809
|
-
"shape": "
|
159854
|
+
"shape": "Spi"
|
159810
159855
|
},
|
159811
159856
|
"nextMarker": {}
|
159812
159857
|
}
|
@@ -159845,7 +159890,7 @@ module.exports={
|
|
159845
159890
|
"findings": {
|
159846
159891
|
"type": "list",
|
159847
159892
|
"member": {
|
159848
|
-
"shape": "
|
159893
|
+
"shape": "Sgz"
|
159849
159894
|
}
|
159850
159895
|
},
|
159851
159896
|
"nextToken": {}
|
@@ -160163,7 +160208,7 @@ module.exports={
|
|
160163
160208
|
"billingGroups": {
|
160164
160209
|
"type": "list",
|
160165
160210
|
"member": {
|
160166
|
-
"shape": "
|
160211
|
+
"shape": "Sly"
|
160167
160212
|
}
|
160168
160213
|
},
|
160169
160214
|
"nextToken": {}
|
@@ -160247,7 +160292,7 @@ module.exports={
|
|
160247
160292
|
"type": "structure",
|
160248
160293
|
"members": {
|
160249
160294
|
"certificates": {
|
160250
|
-
"shape": "
|
160295
|
+
"shape": "Sqk"
|
160251
160296
|
},
|
160252
160297
|
"nextMarker": {}
|
160253
160298
|
}
|
@@ -160288,7 +160333,7 @@ module.exports={
|
|
160288
160333
|
"type": "structure",
|
160289
160334
|
"members": {
|
160290
160335
|
"certificates": {
|
160291
|
-
"shape": "
|
160336
|
+
"shape": "Sqk"
|
160292
160337
|
},
|
160293
160338
|
"nextMarker": {}
|
160294
160339
|
}
|
@@ -160432,7 +160477,7 @@ module.exports={
|
|
160432
160477
|
"tasks": {
|
160433
160478
|
"type": "list",
|
160434
160479
|
"member": {
|
160435
|
-
"shape": "
|
160480
|
+
"shape": "Sj8"
|
160436
160481
|
}
|
160437
160482
|
},
|
160438
160483
|
"nextToken": {}
|
@@ -160616,7 +160661,7 @@ module.exports={
|
|
160616
160661
|
"members": {
|
160617
160662
|
"thingArn": {},
|
160618
160663
|
"jobExecutionSummary": {
|
160619
|
-
"shape": "
|
160664
|
+
"shape": "Srk"
|
160620
160665
|
}
|
160621
160666
|
}
|
160622
160667
|
}
|
@@ -160673,7 +160718,7 @@ module.exports={
|
|
160673
160718
|
"members": {
|
160674
160719
|
"jobId": {},
|
160675
160720
|
"jobExecutionSummary": {
|
160676
|
-
"shape": "
|
160721
|
+
"shape": "Srk"
|
160677
160722
|
}
|
160678
160723
|
}
|
160679
160724
|
}
|
@@ -160828,7 +160873,7 @@ module.exports={
|
|
160828
160873
|
"templateName": {},
|
160829
160874
|
"description": {},
|
160830
160875
|
"environments": {
|
160831
|
-
"shape": "
|
160876
|
+
"shape": "Sl4"
|
160832
160877
|
},
|
160833
160878
|
"templateVersion": {}
|
160834
160879
|
}
|
@@ -161171,7 +161216,7 @@ module.exports={
|
|
161171
161216
|
"type": "structure",
|
161172
161217
|
"members": {
|
161173
161218
|
"policies": {
|
161174
|
-
"shape": "
|
161219
|
+
"shape": "Spi"
|
161175
161220
|
},
|
161176
161221
|
"nextMarker": {}
|
161177
161222
|
}
|
@@ -161212,7 +161257,7 @@ module.exports={
|
|
161212
161257
|
"type": "structure",
|
161213
161258
|
"members": {
|
161214
161259
|
"principals": {
|
161215
|
-
"shape": "
|
161260
|
+
"shape": "Ssv"
|
161216
161261
|
},
|
161217
161262
|
"nextMarker": {}
|
161218
161263
|
}
|
@@ -161292,7 +161337,7 @@ module.exports={
|
|
161292
161337
|
"type": "structure",
|
161293
161338
|
"members": {
|
161294
161339
|
"policies": {
|
161295
|
-
"shape": "
|
161340
|
+
"shape": "Spi"
|
161296
161341
|
},
|
161297
161342
|
"nextMarker": {}
|
161298
161343
|
}
|
@@ -161329,7 +161374,7 @@ module.exports={
|
|
161329
161374
|
"type": "structure",
|
161330
161375
|
"members": {
|
161331
161376
|
"things": {
|
161332
|
-
"shape": "
|
161377
|
+
"shape": "St5"
|
161333
161378
|
},
|
161334
161379
|
"nextToken": {}
|
161335
161380
|
}
|
@@ -161462,7 +161507,7 @@ module.exports={
|
|
161462
161507
|
"type": "structure",
|
161463
161508
|
"members": {
|
161464
161509
|
"relatedResources": {
|
161465
|
-
"shape": "
|
161510
|
+
"shape": "Sh4"
|
161466
161511
|
},
|
161467
161512
|
"nextToken": {}
|
161468
161513
|
}
|
@@ -161575,7 +161620,7 @@ module.exports={
|
|
161575
161620
|
"securityProfileIdentifiers": {
|
161576
161621
|
"type": "list",
|
161577
161622
|
"member": {
|
161578
|
-
"shape": "
|
161623
|
+
"shape": "Stq"
|
161579
161624
|
}
|
161580
161625
|
},
|
161581
161626
|
"nextToken": {}
|
@@ -161622,10 +161667,10 @@ module.exports={
|
|
161622
161667
|
"type": "structure",
|
161623
161668
|
"members": {
|
161624
161669
|
"securityProfileIdentifier": {
|
161625
|
-
"shape": "
|
161670
|
+
"shape": "Stq"
|
161626
161671
|
},
|
161627
161672
|
"target": {
|
161628
|
-
"shape": "
|
161673
|
+
"shape": "Stv"
|
161629
161674
|
}
|
161630
161675
|
}
|
161631
161676
|
}
|
@@ -161778,7 +161823,7 @@ module.exports={
|
|
161778
161823
|
"securityProfileTargets": {
|
161779
161824
|
"type": "list",
|
161780
161825
|
"member": {
|
161781
|
-
"shape": "
|
161826
|
+
"shape": "Stv"
|
161782
161827
|
}
|
161783
161828
|
},
|
161784
161829
|
"nextToken": {}
|
@@ -161821,7 +161866,7 @@ module.exports={
|
|
161821
161866
|
"type": "structure",
|
161822
161867
|
"members": {
|
161823
161868
|
"thingGroups": {
|
161824
|
-
"shape": "
|
161869
|
+
"shape": "Slx"
|
161825
161870
|
},
|
161826
161871
|
"nextToken": {}
|
161827
161872
|
}
|
@@ -161857,7 +161902,7 @@ module.exports={
|
|
161857
161902
|
"type": "structure",
|
161858
161903
|
"members": {
|
161859
161904
|
"thingGroups": {
|
161860
|
-
"shape": "
|
161905
|
+
"shape": "Slx"
|
161861
161906
|
},
|
161862
161907
|
"nextToken": {}
|
161863
161908
|
}
|
@@ -161893,7 +161938,7 @@ module.exports={
|
|
161893
161938
|
"type": "structure",
|
161894
161939
|
"members": {
|
161895
161940
|
"principals": {
|
161896
|
-
"shape": "
|
161941
|
+
"shape": "Ssv"
|
161897
161942
|
},
|
161898
161943
|
"nextToken": {}
|
161899
161944
|
}
|
@@ -162013,7 +162058,7 @@ module.exports={
|
|
162013
162058
|
"shape": "Sas"
|
162014
162059
|
},
|
162015
162060
|
"thingTypeMetadata": {
|
162016
|
-
"shape": "
|
162061
|
+
"shape": "Sma"
|
162017
162062
|
}
|
162018
162063
|
}
|
162019
162064
|
}
|
@@ -162112,7 +162157,7 @@ module.exports={
|
|
162112
162157
|
"type": "structure",
|
162113
162158
|
"members": {
|
162114
162159
|
"things": {
|
162115
|
-
"shape": "
|
162160
|
+
"shape": "St5"
|
162116
162161
|
},
|
162117
162162
|
"nextToken": {}
|
162118
162163
|
}
|
@@ -162153,7 +162198,7 @@ module.exports={
|
|
162153
162198
|
"type": "structure",
|
162154
162199
|
"members": {
|
162155
162200
|
"things": {
|
162156
|
-
"shape": "
|
162201
|
+
"shape": "St5"
|
162157
162202
|
},
|
162158
162203
|
"nextToken": {}
|
162159
162204
|
}
|
@@ -162205,10 +162250,10 @@ module.exports={
|
|
162205
162250
|
"type": "structure",
|
162206
162251
|
"members": {
|
162207
162252
|
"subnetIds": {
|
162208
|
-
"shape": "
|
162253
|
+
"shape": "Seh"
|
162209
162254
|
},
|
162210
162255
|
"securityGroups": {
|
162211
|
-
"shape": "
|
162256
|
+
"shape": "Sej"
|
162212
162257
|
},
|
162213
162258
|
"vpcId": {},
|
162214
162259
|
"roleArn": {}
|
@@ -162305,7 +162350,7 @@ module.exports={
|
|
162305
162350
|
"type": "structure",
|
162306
162351
|
"members": {
|
162307
162352
|
"logTarget": {
|
162308
|
-
"shape": "
|
162353
|
+
"shape": "Svj"
|
162309
162354
|
},
|
162310
162355
|
"logLevel": {}
|
162311
162356
|
}
|
@@ -162387,7 +162432,7 @@ module.exports={
|
|
162387
162432
|
"shape": "S9n"
|
162388
162433
|
},
|
162389
162434
|
"violationEventAdditionalInfo": {
|
162390
|
-
"shape": "
|
162435
|
+
"shape": "Spb"
|
162391
162436
|
},
|
162392
162437
|
"violationEventType": {},
|
162393
162438
|
"verificationState": {},
|
@@ -162449,7 +162494,7 @@ module.exports={
|
|
162449
162494
|
"type": "boolean"
|
162450
162495
|
},
|
162451
162496
|
"registrationConfig": {
|
162452
|
-
"shape": "
|
162497
|
+
"shape": "Siv"
|
162453
162498
|
},
|
162454
162499
|
"tags": {
|
162455
162500
|
"shape": "S2e"
|
@@ -162658,7 +162703,7 @@ module.exports={
|
|
162658
162703
|
"thingId": {},
|
162659
162704
|
"thingTypeName": {},
|
162660
162705
|
"thingGroupNames": {
|
162661
|
-
"shape": "
|
162706
|
+
"shape": "Swf"
|
162662
162707
|
},
|
162663
162708
|
"attributes": {
|
162664
162709
|
"shape": "S3o"
|
@@ -162692,7 +162737,7 @@ module.exports={
|
|
162692
162737
|
"shape": "S3o"
|
162693
162738
|
},
|
162694
162739
|
"parentGroupNames": {
|
162695
|
-
"shape": "
|
162740
|
+
"shape": "Swf"
|
162696
162741
|
}
|
162697
162742
|
}
|
162698
162743
|
}
|
@@ -162780,7 +162825,7 @@ module.exports={
|
|
162780
162825
|
],
|
162781
162826
|
"members": {
|
162782
162827
|
"logTarget": {
|
162783
|
-
"shape": "
|
162828
|
+
"shape": "Svj"
|
162784
162829
|
},
|
162785
162830
|
"logLevel": {}
|
162786
162831
|
}
|
@@ -162819,10 +162864,10 @@ module.exports={
|
|
162819
162864
|
"locationName": "taskId"
|
162820
162865
|
},
|
162821
162866
|
"target": {
|
162822
|
-
"shape": "
|
162867
|
+
"shape": "Shj"
|
162823
162868
|
},
|
162824
162869
|
"auditCheckToActionsMapping": {
|
162825
|
-
"shape": "
|
162870
|
+
"shape": "Shn"
|
162826
162871
|
},
|
162827
162872
|
"clientRequestToken": {
|
162828
162873
|
"idempotencyToken": true
|
@@ -162855,14 +162900,14 @@ module.exports={
|
|
162855
162900
|
"locationName": "taskId"
|
162856
162901
|
},
|
162857
162902
|
"target": {
|
162858
|
-
"shape": "
|
162903
|
+
"shape": "Sja"
|
162859
162904
|
},
|
162860
162905
|
"actions": {
|
162861
162906
|
"type": "list",
|
162862
162907
|
"member": {}
|
162863
162908
|
},
|
162864
162909
|
"violationEventOccurrenceRange": {
|
162865
|
-
"shape": "
|
162910
|
+
"shape": "Sjd"
|
162866
162911
|
},
|
162867
162912
|
"includeOnlyActiveViolations": {
|
162868
162913
|
"type": "boolean"
|
@@ -162989,7 +163034,7 @@ module.exports={
|
|
162989
163034
|
"authInfos": {
|
162990
163035
|
"type": "list",
|
162991
163036
|
"member": {
|
162992
|
-
"shape": "
|
163037
|
+
"shape": "Sx8"
|
162993
163038
|
}
|
162994
163039
|
},
|
162995
163040
|
"clientId": {
|
@@ -162997,10 +163042,10 @@ module.exports={
|
|
162997
163042
|
"locationName": "clientId"
|
162998
163043
|
},
|
162999
163044
|
"policyNamesToAdd": {
|
163000
|
-
"shape": "
|
163045
|
+
"shape": "Sxc"
|
163001
163046
|
},
|
163002
163047
|
"policyNamesToSkip": {
|
163003
|
-
"shape": "
|
163048
|
+
"shape": "Sxc"
|
163004
163049
|
}
|
163005
163050
|
}
|
163006
163051
|
},
|
@@ -163013,13 +163058,13 @@ module.exports={
|
|
163013
163058
|
"type": "structure",
|
163014
163059
|
"members": {
|
163015
163060
|
"authInfo": {
|
163016
|
-
"shape": "
|
163061
|
+
"shape": "Sx8"
|
163017
163062
|
},
|
163018
163063
|
"allowed": {
|
163019
163064
|
"type": "structure",
|
163020
163065
|
"members": {
|
163021
163066
|
"policies": {
|
163022
|
-
"shape": "
|
163067
|
+
"shape": "Spi"
|
163023
163068
|
}
|
163024
163069
|
}
|
163025
163070
|
},
|
@@ -163030,7 +163075,7 @@ module.exports={
|
|
163030
163075
|
"type": "structure",
|
163031
163076
|
"members": {
|
163032
163077
|
"policies": {
|
163033
|
-
"shape": "
|
163078
|
+
"shape": "Spi"
|
163034
163079
|
}
|
163035
163080
|
}
|
163036
163081
|
},
|
@@ -163038,7 +163083,7 @@ module.exports={
|
|
163038
163083
|
"type": "structure",
|
163039
163084
|
"members": {
|
163040
163085
|
"policies": {
|
163041
|
-
"shape": "
|
163086
|
+
"shape": "Spi"
|
163042
163087
|
}
|
163043
163088
|
}
|
163044
163089
|
}
|
@@ -163183,10 +163228,10 @@ module.exports={
|
|
163183
163228
|
"members": {
|
163184
163229
|
"roleArn": {},
|
163185
163230
|
"auditNotificationTargetConfigurations": {
|
163186
|
-
"shape": "
|
163231
|
+
"shape": "Sgr"
|
163187
163232
|
},
|
163188
163233
|
"auditCheckConfigurations": {
|
163189
|
-
"shape": "
|
163234
|
+
"shape": "Sgu"
|
163190
163235
|
}
|
163191
163236
|
}
|
163192
163237
|
},
|
@@ -163316,7 +163361,7 @@ module.exports={
|
|
163316
163361
|
"locationName": "newAutoRegistrationStatus"
|
163317
163362
|
},
|
163318
163363
|
"registrationConfig": {
|
163319
|
-
"shape": "
|
163364
|
+
"shape": "Siv"
|
163320
163365
|
},
|
163321
163366
|
"removeAutoRegistration": {
|
163322
163367
|
"type": "boolean"
|
@@ -163501,7 +163546,7 @@ module.exports={
|
|
163501
163546
|
"type": "structure",
|
163502
163547
|
"members": {
|
163503
163548
|
"eventConfigurations": {
|
163504
|
-
"shape": "
|
163549
|
+
"shape": "Sjy"
|
163505
163550
|
}
|
163506
163551
|
}
|
163507
163552
|
},
|
@@ -163552,10 +163597,10 @@ module.exports={
|
|
163552
163597
|
"type": "structure",
|
163553
163598
|
"members": {
|
163554
163599
|
"thingIndexingConfiguration": {
|
163555
|
-
"shape": "
|
163600
|
+
"shape": "Sn9"
|
163556
163601
|
},
|
163557
163602
|
"thingGroupIndexingConfiguration": {
|
163558
|
-
"shape": "
|
163603
|
+
"shape": "Snl"
|
163559
163604
|
}
|
163560
163605
|
}
|
163561
163606
|
},
|
@@ -163677,7 +163722,7 @@ module.exports={
|
|
163677
163722
|
"type": "structure",
|
163678
163723
|
"members": {
|
163679
163724
|
"versionUpdateByJobsConfig": {
|
163680
|
-
"shape": "
|
163725
|
+
"shape": "So1"
|
163681
163726
|
},
|
163682
163727
|
"clientToken": {
|
163683
163728
|
"idempotencyToken": true,
|
@@ -164015,10 +164060,10 @@ module.exports={
|
|
164015
164060
|
"members": {
|
164016
164061
|
"thingName": {},
|
164017
164062
|
"thingGroupsToAdd": {
|
164018
|
-
"shape": "
|
164063
|
+
"shape": "Szv"
|
164019
164064
|
},
|
164020
164065
|
"thingGroupsToRemove": {
|
164021
|
-
"shape": "
|
164066
|
+
"shape": "Szv"
|
164022
164067
|
},
|
164023
164068
|
"overrideDynamicGroups": {
|
164024
164069
|
"type": "boolean"
|
@@ -165210,6 +165255,20 @@ module.exports={
|
|
165210
165255
|
"type": "map",
|
165211
165256
|
"key": {},
|
165212
165257
|
"value": {}
|
165258
|
+
},
|
165259
|
+
"headers": {
|
165260
|
+
"type": "list",
|
165261
|
+
"member": {
|
165262
|
+
"type": "structure",
|
165263
|
+
"required": [
|
165264
|
+
"key",
|
165265
|
+
"value"
|
165266
|
+
],
|
165267
|
+
"members": {
|
165268
|
+
"key": {},
|
165269
|
+
"value": {}
|
165270
|
+
}
|
165271
|
+
}
|
165213
165272
|
}
|
165214
165273
|
}
|
165215
165274
|
},
|
@@ -165259,15 +165318,15 @@ module.exports={
|
|
165259
165318
|
}
|
165260
165319
|
}
|
165261
165320
|
},
|
165262
|
-
"
|
165321
|
+
"Seh": {
|
165263
165322
|
"type": "list",
|
165264
165323
|
"member": {}
|
165265
165324
|
},
|
165266
|
-
"
|
165325
|
+
"Sej": {
|
165267
165326
|
"type": "list",
|
165268
165327
|
"member": {}
|
165269
165328
|
},
|
165270
|
-
"
|
165329
|
+
"Sen": {
|
165271
165330
|
"type": "structure",
|
165272
165331
|
"members": {
|
165273
165332
|
"arn": {},
|
@@ -165289,10 +165348,10 @@ module.exports={
|
|
165289
165348
|
"type": "structure",
|
165290
165349
|
"members": {
|
165291
165350
|
"subnetIds": {
|
165292
|
-
"shape": "
|
165351
|
+
"shape": "Seh"
|
165293
165352
|
},
|
165294
165353
|
"securityGroups": {
|
165295
|
-
"shape": "
|
165354
|
+
"shape": "Sej"
|
165296
165355
|
},
|
165297
165356
|
"vpcId": {},
|
165298
165357
|
"roleArn": {}
|
@@ -165300,7 +165359,7 @@ module.exports={
|
|
165300
165359
|
}
|
165301
165360
|
}
|
165302
165361
|
},
|
165303
|
-
"
|
165362
|
+
"Sgr": {
|
165304
165363
|
"type": "map",
|
165305
165364
|
"key": {},
|
165306
165365
|
"value": {
|
@@ -165314,7 +165373,7 @@ module.exports={
|
|
165314
165373
|
}
|
165315
165374
|
}
|
165316
165375
|
},
|
165317
|
-
"
|
165376
|
+
"Sgu": {
|
165318
165377
|
"type": "map",
|
165319
165378
|
"key": {},
|
165320
165379
|
"value": {
|
@@ -165326,7 +165385,7 @@ module.exports={
|
|
165326
165385
|
}
|
165327
165386
|
}
|
165328
165387
|
},
|
165329
|
-
"
|
165388
|
+
"Sgz": {
|
165330
165389
|
"type": "structure",
|
165331
165390
|
"members": {
|
165332
165391
|
"findingId": {},
|
@@ -165347,12 +165406,12 @@ module.exports={
|
|
165347
165406
|
"shape": "S1o"
|
165348
165407
|
},
|
165349
165408
|
"additionalInfo": {
|
165350
|
-
"shape": "
|
165409
|
+
"shape": "Sh3"
|
165351
165410
|
}
|
165352
165411
|
}
|
165353
165412
|
},
|
165354
165413
|
"relatedResources": {
|
165355
|
-
"shape": "
|
165414
|
+
"shape": "Sh4"
|
165356
165415
|
},
|
165357
165416
|
"reasonForNonCompliance": {},
|
165358
165417
|
"reasonForNonComplianceCode": {},
|
@@ -165361,12 +165420,12 @@ module.exports={
|
|
165361
165420
|
}
|
165362
165421
|
}
|
165363
165422
|
},
|
165364
|
-
"
|
165423
|
+
"Sh3": {
|
165365
165424
|
"type": "map",
|
165366
165425
|
"key": {},
|
165367
165426
|
"value": {}
|
165368
165427
|
},
|
165369
|
-
"
|
165428
|
+
"Sh4": {
|
165370
165429
|
"type": "list",
|
165371
165430
|
"member": {
|
165372
165431
|
"type": "structure",
|
@@ -165376,12 +165435,12 @@ module.exports={
|
|
165376
165435
|
"shape": "S1o"
|
165377
165436
|
},
|
165378
165437
|
"additionalInfo": {
|
165379
|
-
"shape": "
|
165438
|
+
"shape": "Sh3"
|
165380
165439
|
}
|
165381
165440
|
}
|
165382
165441
|
}
|
165383
165442
|
},
|
165384
|
-
"
|
165443
|
+
"Shj": {
|
165385
165444
|
"type": "structure",
|
165386
165445
|
"members": {
|
165387
165446
|
"auditTaskId": {},
|
@@ -165399,7 +165458,7 @@ module.exports={
|
|
165399
165458
|
}
|
165400
165459
|
}
|
165401
165460
|
},
|
165402
|
-
"
|
165461
|
+
"Shn": {
|
165403
165462
|
"type": "map",
|
165404
165463
|
"key": {},
|
165405
165464
|
"value": {
|
@@ -165407,7 +165466,7 @@ module.exports={
|
|
165407
165466
|
"member": {}
|
165408
165467
|
}
|
165409
165468
|
},
|
165410
|
-
"
|
165469
|
+
"Shp": {
|
165411
165470
|
"type": "list",
|
165412
165471
|
"member": {
|
165413
165472
|
"type": "structure",
|
@@ -165421,7 +165480,7 @@ module.exports={
|
|
165421
165480
|
}
|
165422
165481
|
}
|
165423
165482
|
},
|
165424
|
-
"
|
165483
|
+
"Sig": {
|
165425
165484
|
"type": "structure",
|
165426
165485
|
"members": {
|
165427
165486
|
"authorizerName": {},
|
@@ -165446,7 +165505,7 @@ module.exports={
|
|
165446
165505
|
}
|
165447
165506
|
}
|
165448
165507
|
},
|
165449
|
-
"
|
165508
|
+
"Sit": {
|
165450
165509
|
"type": "structure",
|
165451
165510
|
"members": {
|
165452
165511
|
"notBefore": {
|
@@ -165457,7 +165516,7 @@ module.exports={
|
|
165457
165516
|
}
|
165458
165517
|
}
|
165459
165518
|
},
|
165460
|
-
"
|
165519
|
+
"Siv": {
|
165461
165520
|
"type": "structure",
|
165462
165521
|
"members": {
|
165463
165522
|
"templateBody": {},
|
@@ -165465,7 +165524,7 @@ module.exports={
|
|
165465
165524
|
"templateName": {}
|
165466
165525
|
}
|
165467
165526
|
},
|
165468
|
-
"
|
165527
|
+
"Sj8": {
|
165469
165528
|
"type": "structure",
|
165470
165529
|
"members": {
|
165471
165530
|
"taskId": {},
|
@@ -165477,10 +165536,10 @@ module.exports={
|
|
165477
165536
|
"type": "timestamp"
|
165478
165537
|
},
|
165479
165538
|
"target": {
|
165480
|
-
"shape": "
|
165539
|
+
"shape": "Sja"
|
165481
165540
|
},
|
165482
165541
|
"violationEventOccurrenceRange": {
|
165483
|
-
"shape": "
|
165542
|
+
"shape": "Sjd"
|
165484
165543
|
},
|
165485
165544
|
"onlyActiveViolationsIncluded": {
|
165486
165545
|
"type": "boolean"
|
@@ -165489,7 +165548,7 @@ module.exports={
|
|
165489
165548
|
"type": "boolean"
|
165490
165549
|
},
|
165491
165550
|
"actionsDefinition": {
|
165492
|
-
"shape": "
|
165551
|
+
"shape": "Shp"
|
165493
165552
|
},
|
165494
165553
|
"taskStatistics": {
|
165495
165554
|
"type": "structure",
|
@@ -165507,7 +165566,7 @@ module.exports={
|
|
165507
165566
|
}
|
165508
165567
|
}
|
165509
165568
|
},
|
165510
|
-
"
|
165569
|
+
"Sja": {
|
165511
165570
|
"type": "structure",
|
165512
165571
|
"members": {
|
165513
165572
|
"violationIds": {
|
@@ -165518,7 +165577,7 @@ module.exports={
|
|
165518
165577
|
"behaviorName": {}
|
165519
165578
|
}
|
165520
165579
|
},
|
165521
|
-
"
|
165580
|
+
"Sjd": {
|
165522
165581
|
"type": "structure",
|
165523
165582
|
"required": [
|
165524
165583
|
"startTime",
|
@@ -165533,7 +165592,7 @@ module.exports={
|
|
165533
165592
|
}
|
165534
165593
|
}
|
165535
165594
|
},
|
165536
|
-
"
|
165595
|
+
"Sjy": {
|
165537
165596
|
"type": "map",
|
165538
165597
|
"key": {},
|
165539
165598
|
"value": {
|
@@ -165545,24 +165604,24 @@ module.exports={
|
|
165545
165604
|
}
|
165546
165605
|
}
|
165547
165606
|
},
|
165548
|
-
"
|
165607
|
+
"Sl4": {
|
165549
165608
|
"type": "list",
|
165550
165609
|
"member": {}
|
165551
165610
|
},
|
165552
|
-
"
|
165611
|
+
"Slx": {
|
165553
165612
|
"type": "list",
|
165554
165613
|
"member": {
|
165555
|
-
"shape": "
|
165614
|
+
"shape": "Sly"
|
165556
165615
|
}
|
165557
165616
|
},
|
165558
|
-
"
|
165617
|
+
"Sly": {
|
165559
165618
|
"type": "structure",
|
165560
165619
|
"members": {
|
165561
165620
|
"groupName": {},
|
165562
165621
|
"groupArn": {}
|
165563
165622
|
}
|
165564
165623
|
},
|
165565
|
-
"
|
165624
|
+
"Sma": {
|
165566
165625
|
"type": "structure",
|
165567
165626
|
"members": {
|
165568
165627
|
"deprecated": {
|
@@ -165576,7 +165635,7 @@ module.exports={
|
|
165576
165635
|
}
|
165577
165636
|
}
|
165578
165637
|
},
|
165579
|
-
"
|
165638
|
+
"Sn9": {
|
165580
165639
|
"type": "structure",
|
165581
165640
|
"required": [
|
165582
165641
|
"thingIndexingMode"
|
@@ -165587,10 +165646,10 @@ module.exports={
|
|
165587
165646
|
"deviceDefenderIndexingMode": {},
|
165588
165647
|
"namedShadowIndexingMode": {},
|
165589
165648
|
"managedFields": {
|
165590
|
-
"shape": "
|
165649
|
+
"shape": "Sne"
|
165591
165650
|
},
|
165592
165651
|
"customFields": {
|
165593
|
-
"shape": "
|
165652
|
+
"shape": "Sne"
|
165594
165653
|
},
|
165595
165654
|
"filter": {
|
165596
165655
|
"type": "structure",
|
@@ -165603,7 +165662,7 @@ module.exports={
|
|
165603
165662
|
}
|
165604
165663
|
}
|
165605
165664
|
},
|
165606
|
-
"
|
165665
|
+
"Sne": {
|
165607
165666
|
"type": "list",
|
165608
165667
|
"member": {
|
165609
165668
|
"type": "structure",
|
@@ -165613,7 +165672,7 @@ module.exports={
|
|
165613
165672
|
}
|
165614
165673
|
}
|
165615
165674
|
},
|
165616
|
-
"
|
165675
|
+
"Snl": {
|
165617
165676
|
"type": "structure",
|
165618
165677
|
"required": [
|
165619
165678
|
"thingGroupIndexingMode"
|
@@ -165621,14 +165680,14 @@ module.exports={
|
|
165621
165680
|
"members": {
|
165622
165681
|
"thingGroupIndexingMode": {},
|
165623
165682
|
"managedFields": {
|
165624
|
-
"shape": "
|
165683
|
+
"shape": "Sne"
|
165625
165684
|
},
|
165626
165685
|
"customFields": {
|
165627
|
-
"shape": "
|
165686
|
+
"shape": "Sne"
|
165628
165687
|
}
|
165629
165688
|
}
|
165630
165689
|
},
|
165631
|
-
"
|
165690
|
+
"So1": {
|
165632
165691
|
"type": "structure",
|
165633
165692
|
"members": {
|
165634
165693
|
"enabled": {
|
@@ -165637,13 +165696,13 @@ module.exports={
|
|
165637
165696
|
"roleArn": {}
|
165638
165697
|
}
|
165639
165698
|
},
|
165640
|
-
"
|
165699
|
+
"Spb": {
|
165641
165700
|
"type": "structure",
|
165642
165701
|
"members": {
|
165643
165702
|
"confidenceLevel": {}
|
165644
165703
|
}
|
165645
165704
|
},
|
165646
|
-
"
|
165705
|
+
"Spi": {
|
165647
165706
|
"type": "list",
|
165648
165707
|
"member": {
|
165649
165708
|
"type": "structure",
|
@@ -165653,7 +165712,7 @@ module.exports={
|
|
165653
165712
|
}
|
165654
165713
|
}
|
165655
165714
|
},
|
165656
|
-
"
|
165715
|
+
"Sqk": {
|
165657
165716
|
"type": "list",
|
165658
165717
|
"member": {
|
165659
165718
|
"type": "structure",
|
@@ -165668,7 +165727,7 @@ module.exports={
|
|
165668
165727
|
}
|
165669
165728
|
}
|
165670
165729
|
},
|
165671
|
-
"
|
165730
|
+
"Srk": {
|
165672
165731
|
"type": "structure",
|
165673
165732
|
"members": {
|
165674
165733
|
"status": {},
|
@@ -165689,15 +165748,15 @@ module.exports={
|
|
165689
165748
|
}
|
165690
165749
|
}
|
165691
165750
|
},
|
165692
|
-
"
|
165751
|
+
"Ssv": {
|
165693
165752
|
"type": "list",
|
165694
165753
|
"member": {}
|
165695
165754
|
},
|
165696
|
-
"
|
165755
|
+
"St5": {
|
165697
165756
|
"type": "list",
|
165698
165757
|
"member": {}
|
165699
165758
|
},
|
165700
|
-
"
|
165759
|
+
"Stq": {
|
165701
165760
|
"type": "structure",
|
165702
165761
|
"required": [
|
165703
165762
|
"name",
|
@@ -165708,7 +165767,7 @@ module.exports={
|
|
165708
165767
|
"arn": {}
|
165709
165768
|
}
|
165710
165769
|
},
|
165711
|
-
"
|
165770
|
+
"Stv": {
|
165712
165771
|
"type": "structure",
|
165713
165772
|
"required": [
|
165714
165773
|
"arn"
|
@@ -165717,7 +165776,7 @@ module.exports={
|
|
165717
165776
|
"arn": {}
|
165718
165777
|
}
|
165719
165778
|
},
|
165720
|
-
"
|
165779
|
+
"Svj": {
|
165721
165780
|
"type": "structure",
|
165722
165781
|
"required": [
|
165723
165782
|
"targetType"
|
@@ -165727,11 +165786,11 @@ module.exports={
|
|
165727
165786
|
"targetName": {}
|
165728
165787
|
}
|
165729
165788
|
},
|
165730
|
-
"
|
165789
|
+
"Swf": {
|
165731
165790
|
"type": "list",
|
165732
165791
|
"member": {}
|
165733
165792
|
},
|
165734
|
-
"
|
165793
|
+
"Sx8": {
|
165735
165794
|
"type": "structure",
|
165736
165795
|
"required": [
|
165737
165796
|
"resources"
|
@@ -165744,11 +165803,11 @@ module.exports={
|
|
165744
165803
|
}
|
165745
165804
|
}
|
165746
165805
|
},
|
165747
|
-
"
|
165806
|
+
"Sxc": {
|
165748
165807
|
"type": "list",
|
165749
165808
|
"member": {}
|
165750
165809
|
},
|
165751
|
-
"
|
165810
|
+
"Szv": {
|
165752
165811
|
"type": "list",
|
165753
165812
|
"member": {}
|
165754
165813
|
}
|
@@ -261922,7 +261981,7 @@ AWS.util.update(AWS, {
|
|
261922
261981
|
/**
|
261923
261982
|
* @constant
|
261924
261983
|
*/
|
261925
|
-
VERSION: '2.
|
261984
|
+
VERSION: '2.1466.0',
|
261926
261985
|
|
261927
261986
|
/**
|
261928
261987
|
* @api private
|
@@ -284103,7 +284162,7 @@ var LRUCache = /** @class */ (function () {
|
|
284103
284162
|
}());
|
284104
284163
|
exports.LRUCache = LRUCache;
|
284105
284164
|
},{}],467:[function(require,module,exports){
|
284106
|
-
// AWS SDK for JavaScript v2.
|
284165
|
+
// AWS SDK for JavaScript v2.1466.0
|
284107
284166
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284108
284167
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284109
284168
|
require('./browser_loader');
|