aws-sdk 2.987.0 → 2.991.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 +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +148 -139
- package/apis/comprehend-2017-11-27.min.json +114 -97
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +48 -48
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/iot-2015-05-28.min.json +136 -119
- package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/apis/macie2-2020-01-01.min.json +159 -108
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/pinpoint-2016-12-01.min.json +719 -329
- package/apis/robomaker-2018-06-29.min.json +138 -86
- package/apis/s3-2006-03-01.examples.json +145 -145
- package/apis/s3-2006-03-01.min.json +80 -78
- package/apis/sagemaker-2017-07-24.min.json +71 -22
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/apis/wafv2-2019-07-29.min.json +1 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chime.d.ts +10 -5
- package/clients/comprehend.d.ts +35 -0
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +73 -73
- package/clients/es.d.ts +18 -3
- package/clients/iot.d.ts +28 -2
- package/clients/kafkaconnect.d.ts +1132 -0
- package/clients/kafkaconnect.js +18 -0
- package/clients/macie2.d.ts +75 -23
- package/clients/opensearch.d.ts +22 -1
- package/clients/pinpoint.d.ts +408 -4
- package/clients/robomaker.d.ts +85 -4
- package/clients/s3.d.ts +53 -44
- package/clients/sagemaker.d.ts +90 -17
- package/clients/transcribeservice.d.ts +27 -0
- package/clients/wafv2.d.ts +22 -18
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +384 -345
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.991.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){
|
|
@@ -50631,7 +50631,7 @@ module.exports={
|
|
|
50631
50631
|
"shape": "S1q"
|
|
50632
50632
|
},
|
|
50633
50633
|
"OutputDataConfig": {
|
|
50634
|
-
"shape": "
|
|
50634
|
+
"shape": "S1z"
|
|
50635
50635
|
},
|
|
50636
50636
|
"ClientRequestToken": {
|
|
50637
50637
|
"idempotencyToken": true
|
|
@@ -50639,7 +50639,7 @@ module.exports={
|
|
|
50639
50639
|
"LanguageCode": {},
|
|
50640
50640
|
"VolumeKmsKeyId": {},
|
|
50641
50641
|
"VpcConfig": {
|
|
50642
|
-
"shape": "
|
|
50642
|
+
"shape": "S22"
|
|
50643
50643
|
},
|
|
50644
50644
|
"Mode": {},
|
|
50645
50645
|
"ModelKmsKeyId": {}
|
|
@@ -50698,7 +50698,7 @@ module.exports={
|
|
|
50698
50698
|
"shape": "S1m"
|
|
50699
50699
|
},
|
|
50700
50700
|
"InputDataConfig": {
|
|
50701
|
-
"shape": "
|
|
50701
|
+
"shape": "S2h"
|
|
50702
50702
|
},
|
|
50703
50703
|
"ClientRequestToken": {
|
|
50704
50704
|
"idempotencyToken": true
|
|
@@ -50706,7 +50706,7 @@ module.exports={
|
|
|
50706
50706
|
"LanguageCode": {},
|
|
50707
50707
|
"VolumeKmsKeyId": {},
|
|
50708
50708
|
"VpcConfig": {
|
|
50709
|
-
"shape": "
|
|
50709
|
+
"shape": "S22"
|
|
50710
50710
|
},
|
|
50711
50711
|
"ModelKmsKeyId": {}
|
|
50712
50712
|
}
|
|
@@ -50777,7 +50777,7 @@ module.exports={
|
|
|
50777
50777
|
"type": "structure",
|
|
50778
50778
|
"members": {
|
|
50779
50779
|
"DocumentClassificationJobProperties": {
|
|
50780
|
-
"shape": "
|
|
50780
|
+
"shape": "S31"
|
|
50781
50781
|
}
|
|
50782
50782
|
}
|
|
50783
50783
|
}
|
|
@@ -50796,7 +50796,7 @@ module.exports={
|
|
|
50796
50796
|
"type": "structure",
|
|
50797
50797
|
"members": {
|
|
50798
50798
|
"DocumentClassifierProperties": {
|
|
50799
|
-
"shape": "
|
|
50799
|
+
"shape": "S3h"
|
|
50800
50800
|
}
|
|
50801
50801
|
}
|
|
50802
50802
|
}
|
|
@@ -50815,7 +50815,7 @@ module.exports={
|
|
|
50815
50815
|
"type": "structure",
|
|
50816
50816
|
"members": {
|
|
50817
50817
|
"DominantLanguageDetectionJobProperties": {
|
|
50818
|
-
"shape": "
|
|
50818
|
+
"shape": "S3o"
|
|
50819
50819
|
}
|
|
50820
50820
|
}
|
|
50821
50821
|
}
|
|
@@ -50834,7 +50834,7 @@ module.exports={
|
|
|
50834
50834
|
"type": "structure",
|
|
50835
50835
|
"members": {
|
|
50836
50836
|
"EndpointProperties": {
|
|
50837
|
-
"shape": "
|
|
50837
|
+
"shape": "S3r"
|
|
50838
50838
|
}
|
|
50839
50839
|
}
|
|
50840
50840
|
}
|
|
@@ -50853,7 +50853,7 @@ module.exports={
|
|
|
50853
50853
|
"type": "structure",
|
|
50854
50854
|
"members": {
|
|
50855
50855
|
"EntitiesDetectionJobProperties": {
|
|
50856
|
-
"shape": "
|
|
50856
|
+
"shape": "S3v"
|
|
50857
50857
|
}
|
|
50858
50858
|
}
|
|
50859
50859
|
}
|
|
@@ -50872,7 +50872,7 @@ module.exports={
|
|
|
50872
50872
|
"type": "structure",
|
|
50873
50873
|
"members": {
|
|
50874
50874
|
"EntityRecognizerProperties": {
|
|
50875
|
-
"shape": "
|
|
50875
|
+
"shape": "S3y"
|
|
50876
50876
|
}
|
|
50877
50877
|
}
|
|
50878
50878
|
}
|
|
@@ -50891,7 +50891,7 @@ module.exports={
|
|
|
50891
50891
|
"type": "structure",
|
|
50892
50892
|
"members": {
|
|
50893
50893
|
"EventsDetectionJobProperties": {
|
|
50894
|
-
"shape": "
|
|
50894
|
+
"shape": "S46"
|
|
50895
50895
|
}
|
|
50896
50896
|
}
|
|
50897
50897
|
}
|
|
@@ -50910,7 +50910,7 @@ module.exports={
|
|
|
50910
50910
|
"type": "structure",
|
|
50911
50911
|
"members": {
|
|
50912
50912
|
"KeyPhrasesDetectionJobProperties": {
|
|
50913
|
-
"shape": "
|
|
50913
|
+
"shape": "S4b"
|
|
50914
50914
|
}
|
|
50915
50915
|
}
|
|
50916
50916
|
}
|
|
@@ -50929,7 +50929,7 @@ module.exports={
|
|
|
50929
50929
|
"type": "structure",
|
|
50930
50930
|
"members": {
|
|
50931
50931
|
"PiiEntitiesDetectionJobProperties": {
|
|
50932
|
-
"shape": "
|
|
50932
|
+
"shape": "S4e"
|
|
50933
50933
|
}
|
|
50934
50934
|
}
|
|
50935
50935
|
}
|
|
@@ -50948,7 +50948,7 @@ module.exports={
|
|
|
50948
50948
|
"type": "structure",
|
|
50949
50949
|
"members": {
|
|
50950
50950
|
"SentimentDetectionJobProperties": {
|
|
50951
|
-
"shape": "
|
|
50951
|
+
"shape": "S4n"
|
|
50952
50952
|
}
|
|
50953
50953
|
}
|
|
50954
50954
|
}
|
|
@@ -50967,7 +50967,7 @@ module.exports={
|
|
|
50967
50967
|
"type": "structure",
|
|
50968
50968
|
"members": {
|
|
50969
50969
|
"TopicsDetectionJobProperties": {
|
|
50970
|
-
"shape": "
|
|
50970
|
+
"shape": "S4q"
|
|
50971
50971
|
}
|
|
50972
50972
|
}
|
|
50973
50973
|
}
|
|
@@ -51156,7 +51156,7 @@ module.exports={
|
|
|
51156
51156
|
"DocumentClassificationJobPropertiesList": {
|
|
51157
51157
|
"type": "list",
|
|
51158
51158
|
"member": {
|
|
51159
|
-
"shape": "
|
|
51159
|
+
"shape": "S31"
|
|
51160
51160
|
}
|
|
51161
51161
|
},
|
|
51162
51162
|
"NextToken": {}
|
|
@@ -51191,7 +51191,7 @@ module.exports={
|
|
|
51191
51191
|
"DocumentClassifierPropertiesList": {
|
|
51192
51192
|
"type": "list",
|
|
51193
51193
|
"member": {
|
|
51194
|
-
"shape": "
|
|
51194
|
+
"shape": "S3h"
|
|
51195
51195
|
}
|
|
51196
51196
|
},
|
|
51197
51197
|
"NextToken": {}
|
|
@@ -51227,7 +51227,7 @@ module.exports={
|
|
|
51227
51227
|
"DominantLanguageDetectionJobPropertiesList": {
|
|
51228
51228
|
"type": "list",
|
|
51229
51229
|
"member": {
|
|
51230
|
-
"shape": "
|
|
51230
|
+
"shape": "S3o"
|
|
51231
51231
|
}
|
|
51232
51232
|
},
|
|
51233
51233
|
"NextToken": {}
|
|
@@ -51263,7 +51263,7 @@ module.exports={
|
|
|
51263
51263
|
"EndpointPropertiesList": {
|
|
51264
51264
|
"type": "list",
|
|
51265
51265
|
"member": {
|
|
51266
|
-
"shape": "
|
|
51266
|
+
"shape": "S3r"
|
|
51267
51267
|
}
|
|
51268
51268
|
},
|
|
51269
51269
|
"NextToken": {}
|
|
@@ -51299,7 +51299,7 @@ module.exports={
|
|
|
51299
51299
|
"EntitiesDetectionJobPropertiesList": {
|
|
51300
51300
|
"type": "list",
|
|
51301
51301
|
"member": {
|
|
51302
|
-
"shape": "
|
|
51302
|
+
"shape": "S3v"
|
|
51303
51303
|
}
|
|
51304
51304
|
},
|
|
51305
51305
|
"NextToken": {}
|
|
@@ -51334,7 +51334,7 @@ module.exports={
|
|
|
51334
51334
|
"EntityRecognizerPropertiesList": {
|
|
51335
51335
|
"type": "list",
|
|
51336
51336
|
"member": {
|
|
51337
|
-
"shape": "
|
|
51337
|
+
"shape": "S3y"
|
|
51338
51338
|
}
|
|
51339
51339
|
},
|
|
51340
51340
|
"NextToken": {}
|
|
@@ -51370,7 +51370,7 @@ module.exports={
|
|
|
51370
51370
|
"EventsDetectionJobPropertiesList": {
|
|
51371
51371
|
"type": "list",
|
|
51372
51372
|
"member": {
|
|
51373
|
-
"shape": "
|
|
51373
|
+
"shape": "S46"
|
|
51374
51374
|
}
|
|
51375
51375
|
},
|
|
51376
51376
|
"NextToken": {}
|
|
@@ -51406,7 +51406,7 @@ module.exports={
|
|
|
51406
51406
|
"KeyPhrasesDetectionJobPropertiesList": {
|
|
51407
51407
|
"type": "list",
|
|
51408
51408
|
"member": {
|
|
51409
|
-
"shape": "
|
|
51409
|
+
"shape": "S4b"
|
|
51410
51410
|
}
|
|
51411
51411
|
},
|
|
51412
51412
|
"NextToken": {}
|
|
@@ -51442,7 +51442,7 @@ module.exports={
|
|
|
51442
51442
|
"PiiEntitiesDetectionJobPropertiesList": {
|
|
51443
51443
|
"type": "list",
|
|
51444
51444
|
"member": {
|
|
51445
|
-
"shape": "
|
|
51445
|
+
"shape": "S4e"
|
|
51446
51446
|
}
|
|
51447
51447
|
},
|
|
51448
51448
|
"NextToken": {}
|
|
@@ -51478,7 +51478,7 @@ module.exports={
|
|
|
51478
51478
|
"SentimentDetectionJobPropertiesList": {
|
|
51479
51479
|
"type": "list",
|
|
51480
51480
|
"member": {
|
|
51481
|
-
"shape": "
|
|
51481
|
+
"shape": "S4n"
|
|
51482
51482
|
}
|
|
51483
51483
|
},
|
|
51484
51484
|
"NextToken": {}
|
|
@@ -51534,7 +51534,7 @@ module.exports={
|
|
|
51534
51534
|
"TopicsDetectionJobPropertiesList": {
|
|
51535
51535
|
"type": "list",
|
|
51536
51536
|
"member": {
|
|
51537
|
-
"shape": "
|
|
51537
|
+
"shape": "S4q"
|
|
51538
51538
|
}
|
|
51539
51539
|
},
|
|
51540
51540
|
"NextToken": {}
|
|
@@ -51554,10 +51554,10 @@ module.exports={
|
|
|
51554
51554
|
"JobName": {},
|
|
51555
51555
|
"DocumentClassifierArn": {},
|
|
51556
51556
|
"InputDataConfig": {
|
|
51557
|
-
"shape": "
|
|
51557
|
+
"shape": "S37"
|
|
51558
51558
|
},
|
|
51559
51559
|
"OutputDataConfig": {
|
|
51560
|
-
"shape": "
|
|
51560
|
+
"shape": "S3e"
|
|
51561
51561
|
},
|
|
51562
51562
|
"DataAccessRoleArn": {},
|
|
51563
51563
|
"ClientRequestToken": {
|
|
@@ -51565,7 +51565,7 @@ module.exports={
|
|
|
51565
51565
|
},
|
|
51566
51566
|
"VolumeKmsKeyId": {},
|
|
51567
51567
|
"VpcConfig": {
|
|
51568
|
-
"shape": "
|
|
51568
|
+
"shape": "S22"
|
|
51569
51569
|
},
|
|
51570
51570
|
"Tags": {
|
|
51571
51571
|
"shape": "S1m"
|
|
@@ -51591,10 +51591,10 @@ module.exports={
|
|
|
51591
51591
|
],
|
|
51592
51592
|
"members": {
|
|
51593
51593
|
"InputDataConfig": {
|
|
51594
|
-
"shape": "
|
|
51594
|
+
"shape": "S37"
|
|
51595
51595
|
},
|
|
51596
51596
|
"OutputDataConfig": {
|
|
51597
|
-
"shape": "
|
|
51597
|
+
"shape": "S3e"
|
|
51598
51598
|
},
|
|
51599
51599
|
"DataAccessRoleArn": {},
|
|
51600
51600
|
"JobName": {},
|
|
@@ -51603,7 +51603,7 @@ module.exports={
|
|
|
51603
51603
|
},
|
|
51604
51604
|
"VolumeKmsKeyId": {},
|
|
51605
51605
|
"VpcConfig": {
|
|
51606
|
-
"shape": "
|
|
51606
|
+
"shape": "S22"
|
|
51607
51607
|
},
|
|
51608
51608
|
"Tags": {
|
|
51609
51609
|
"shape": "S1m"
|
|
@@ -51630,10 +51630,10 @@ module.exports={
|
|
|
51630
51630
|
],
|
|
51631
51631
|
"members": {
|
|
51632
51632
|
"InputDataConfig": {
|
|
51633
|
-
"shape": "
|
|
51633
|
+
"shape": "S37"
|
|
51634
51634
|
},
|
|
51635
51635
|
"OutputDataConfig": {
|
|
51636
|
-
"shape": "
|
|
51636
|
+
"shape": "S3e"
|
|
51637
51637
|
},
|
|
51638
51638
|
"DataAccessRoleArn": {},
|
|
51639
51639
|
"JobName": {},
|
|
@@ -51644,7 +51644,7 @@ module.exports={
|
|
|
51644
51644
|
},
|
|
51645
51645
|
"VolumeKmsKeyId": {},
|
|
51646
51646
|
"VpcConfig": {
|
|
51647
|
-
"shape": "
|
|
51647
|
+
"shape": "S22"
|
|
51648
51648
|
},
|
|
51649
51649
|
"Tags": {
|
|
51650
51650
|
"shape": "S1m"
|
|
@@ -51672,10 +51672,10 @@ module.exports={
|
|
|
51672
51672
|
],
|
|
51673
51673
|
"members": {
|
|
51674
51674
|
"InputDataConfig": {
|
|
51675
|
-
"shape": "
|
|
51675
|
+
"shape": "S37"
|
|
51676
51676
|
},
|
|
51677
51677
|
"OutputDataConfig": {
|
|
51678
|
-
"shape": "
|
|
51678
|
+
"shape": "S3e"
|
|
51679
51679
|
},
|
|
51680
51680
|
"DataAccessRoleArn": {},
|
|
51681
51681
|
"JobName": {},
|
|
@@ -51684,7 +51684,7 @@ module.exports={
|
|
|
51684
51684
|
"idempotencyToken": true
|
|
51685
51685
|
},
|
|
51686
51686
|
"TargetEventTypes": {
|
|
51687
|
-
"shape": "
|
|
51687
|
+
"shape": "S47"
|
|
51688
51688
|
},
|
|
51689
51689
|
"Tags": {
|
|
51690
51690
|
"shape": "S1m"
|
|
@@ -51711,10 +51711,10 @@ module.exports={
|
|
|
51711
51711
|
],
|
|
51712
51712
|
"members": {
|
|
51713
51713
|
"InputDataConfig": {
|
|
51714
|
-
"shape": "
|
|
51714
|
+
"shape": "S37"
|
|
51715
51715
|
},
|
|
51716
51716
|
"OutputDataConfig": {
|
|
51717
|
-
"shape": "
|
|
51717
|
+
"shape": "S3e"
|
|
51718
51718
|
},
|
|
51719
51719
|
"DataAccessRoleArn": {},
|
|
51720
51720
|
"JobName": {},
|
|
@@ -51724,7 +51724,7 @@ module.exports={
|
|
|
51724
51724
|
},
|
|
51725
51725
|
"VolumeKmsKeyId": {},
|
|
51726
51726
|
"VpcConfig": {
|
|
51727
|
-
"shape": "
|
|
51727
|
+
"shape": "S22"
|
|
51728
51728
|
},
|
|
51729
51729
|
"Tags": {
|
|
51730
51730
|
"shape": "S1m"
|
|
@@ -51752,14 +51752,14 @@ module.exports={
|
|
|
51752
51752
|
],
|
|
51753
51753
|
"members": {
|
|
51754
51754
|
"InputDataConfig": {
|
|
51755
|
-
"shape": "
|
|
51755
|
+
"shape": "S37"
|
|
51756
51756
|
},
|
|
51757
51757
|
"OutputDataConfig": {
|
|
51758
|
-
"shape": "
|
|
51758
|
+
"shape": "S3e"
|
|
51759
51759
|
},
|
|
51760
51760
|
"Mode": {},
|
|
51761
51761
|
"RedactionConfig": {
|
|
51762
|
-
"shape": "
|
|
51762
|
+
"shape": "S4g"
|
|
51763
51763
|
},
|
|
51764
51764
|
"DataAccessRoleArn": {},
|
|
51765
51765
|
"JobName": {},
|
|
@@ -51792,10 +51792,10 @@ module.exports={
|
|
|
51792
51792
|
],
|
|
51793
51793
|
"members": {
|
|
51794
51794
|
"InputDataConfig": {
|
|
51795
|
-
"shape": "
|
|
51795
|
+
"shape": "S37"
|
|
51796
51796
|
},
|
|
51797
51797
|
"OutputDataConfig": {
|
|
51798
|
-
"shape": "
|
|
51798
|
+
"shape": "S3e"
|
|
51799
51799
|
},
|
|
51800
51800
|
"DataAccessRoleArn": {},
|
|
51801
51801
|
"JobName": {},
|
|
@@ -51805,7 +51805,7 @@ module.exports={
|
|
|
51805
51805
|
},
|
|
51806
51806
|
"VolumeKmsKeyId": {},
|
|
51807
51807
|
"VpcConfig": {
|
|
51808
|
-
"shape": "
|
|
51808
|
+
"shape": "S22"
|
|
51809
51809
|
},
|
|
51810
51810
|
"Tags": {
|
|
51811
51811
|
"shape": "S1m"
|
|
@@ -51831,10 +51831,10 @@ module.exports={
|
|
|
51831
51831
|
],
|
|
51832
51832
|
"members": {
|
|
51833
51833
|
"InputDataConfig": {
|
|
51834
|
-
"shape": "
|
|
51834
|
+
"shape": "S37"
|
|
51835
51835
|
},
|
|
51836
51836
|
"OutputDataConfig": {
|
|
51837
|
-
"shape": "
|
|
51837
|
+
"shape": "S3e"
|
|
51838
51838
|
},
|
|
51839
51839
|
"DataAccessRoleArn": {},
|
|
51840
51840
|
"JobName": {},
|
|
@@ -51846,7 +51846,7 @@ module.exports={
|
|
|
51846
51846
|
},
|
|
51847
51847
|
"VolumeKmsKeyId": {},
|
|
51848
51848
|
"VpcConfig": {
|
|
51849
|
-
"shape": "
|
|
51849
|
+
"shape": "S22"
|
|
51850
51850
|
},
|
|
51851
51851
|
"Tags": {
|
|
51852
51852
|
"shape": "S1m"
|
|
@@ -52215,17 +52215,20 @@ module.exports={
|
|
|
52215
52215
|
"AttributeNames": {
|
|
52216
52216
|
"type": "list",
|
|
52217
52217
|
"member": {}
|
|
52218
|
-
}
|
|
52218
|
+
},
|
|
52219
|
+
"AnnotationDataS3Uri": {},
|
|
52220
|
+
"SourceDocumentsS3Uri": {},
|
|
52221
|
+
"DocumentType": {}
|
|
52219
52222
|
}
|
|
52220
52223
|
},
|
|
52221
|
-
"
|
|
52224
|
+
"S1z": {
|
|
52222
52225
|
"type": "structure",
|
|
52223
52226
|
"members": {
|
|
52224
52227
|
"S3Uri": {},
|
|
52225
52228
|
"KmsKeyId": {}
|
|
52226
52229
|
}
|
|
52227
52230
|
},
|
|
52228
|
-
"
|
|
52231
|
+
"S22": {
|
|
52229
52232
|
"type": "structure",
|
|
52230
52233
|
"required": [
|
|
52231
52234
|
"SecurityGroupIds",
|
|
@@ -52242,7 +52245,7 @@ module.exports={
|
|
|
52242
52245
|
}
|
|
52243
52246
|
}
|
|
52244
52247
|
},
|
|
52245
|
-
"
|
|
52248
|
+
"S2h": {
|
|
52246
52249
|
"type": "structure",
|
|
52247
52250
|
"required": [
|
|
52248
52251
|
"EntityTypes"
|
|
@@ -52296,7 +52299,7 @@ module.exports={
|
|
|
52296
52299
|
}
|
|
52297
52300
|
}
|
|
52298
52301
|
},
|
|
52299
|
-
"
|
|
52302
|
+
"S31": {
|
|
52300
52303
|
"type": "structure",
|
|
52301
52304
|
"members": {
|
|
52302
52305
|
"JobId": {},
|
|
@@ -52312,29 +52315,43 @@ module.exports={
|
|
|
52312
52315
|
},
|
|
52313
52316
|
"DocumentClassifierArn": {},
|
|
52314
52317
|
"InputDataConfig": {
|
|
52315
|
-
"shape": "
|
|
52318
|
+
"shape": "S37"
|
|
52316
52319
|
},
|
|
52317
52320
|
"OutputDataConfig": {
|
|
52318
|
-
"shape": "
|
|
52321
|
+
"shape": "S3e"
|
|
52319
52322
|
},
|
|
52320
52323
|
"DataAccessRoleArn": {},
|
|
52321
52324
|
"VolumeKmsKeyId": {},
|
|
52322
52325
|
"VpcConfig": {
|
|
52323
|
-
"shape": "
|
|
52326
|
+
"shape": "S22"
|
|
52324
52327
|
}
|
|
52325
52328
|
}
|
|
52326
52329
|
},
|
|
52327
|
-
"
|
|
52330
|
+
"S37": {
|
|
52328
52331
|
"type": "structure",
|
|
52329
52332
|
"required": [
|
|
52330
52333
|
"S3Uri"
|
|
52331
52334
|
],
|
|
52332
52335
|
"members": {
|
|
52333
52336
|
"S3Uri": {},
|
|
52334
|
-
"InputFormat": {}
|
|
52337
|
+
"InputFormat": {},
|
|
52338
|
+
"DocumentReaderConfig": {
|
|
52339
|
+
"type": "structure",
|
|
52340
|
+
"required": [
|
|
52341
|
+
"DocumentReadAction"
|
|
52342
|
+
],
|
|
52343
|
+
"members": {
|
|
52344
|
+
"DocumentReadAction": {},
|
|
52345
|
+
"DocumentReadMode": {},
|
|
52346
|
+
"FeatureTypes": {
|
|
52347
|
+
"type": "list",
|
|
52348
|
+
"member": {}
|
|
52349
|
+
}
|
|
52350
|
+
}
|
|
52351
|
+
}
|
|
52335
52352
|
}
|
|
52336
52353
|
},
|
|
52337
|
-
"
|
|
52354
|
+
"S3e": {
|
|
52338
52355
|
"type": "structure",
|
|
52339
52356
|
"required": [
|
|
52340
52357
|
"S3Uri"
|
|
@@ -52344,7 +52361,7 @@ module.exports={
|
|
|
52344
52361
|
"KmsKeyId": {}
|
|
52345
52362
|
}
|
|
52346
52363
|
},
|
|
52347
|
-
"
|
|
52364
|
+
"S3h": {
|
|
52348
52365
|
"type": "structure",
|
|
52349
52366
|
"members": {
|
|
52350
52367
|
"DocumentClassifierArn": {},
|
|
@@ -52367,7 +52384,7 @@ module.exports={
|
|
|
52367
52384
|
"shape": "S1q"
|
|
52368
52385
|
},
|
|
52369
52386
|
"OutputDataConfig": {
|
|
52370
|
-
"shape": "
|
|
52387
|
+
"shape": "S1z"
|
|
52371
52388
|
},
|
|
52372
52389
|
"ClassifierMetadata": {
|
|
52373
52390
|
"type": "structure",
|
|
@@ -52416,13 +52433,13 @@ module.exports={
|
|
|
52416
52433
|
"DataAccessRoleArn": {},
|
|
52417
52434
|
"VolumeKmsKeyId": {},
|
|
52418
52435
|
"VpcConfig": {
|
|
52419
|
-
"shape": "
|
|
52436
|
+
"shape": "S22"
|
|
52420
52437
|
},
|
|
52421
52438
|
"Mode": {},
|
|
52422
52439
|
"ModelKmsKeyId": {}
|
|
52423
52440
|
}
|
|
52424
52441
|
},
|
|
52425
|
-
"
|
|
52442
|
+
"S3o": {
|
|
52426
52443
|
"type": "structure",
|
|
52427
52444
|
"members": {
|
|
52428
52445
|
"JobId": {},
|
|
@@ -52437,19 +52454,19 @@ module.exports={
|
|
|
52437
52454
|
"type": "timestamp"
|
|
52438
52455
|
},
|
|
52439
52456
|
"InputDataConfig": {
|
|
52440
|
-
"shape": "
|
|
52457
|
+
"shape": "S37"
|
|
52441
52458
|
},
|
|
52442
52459
|
"OutputDataConfig": {
|
|
52443
|
-
"shape": "
|
|
52460
|
+
"shape": "S3e"
|
|
52444
52461
|
},
|
|
52445
52462
|
"DataAccessRoleArn": {},
|
|
52446
52463
|
"VolumeKmsKeyId": {},
|
|
52447
52464
|
"VpcConfig": {
|
|
52448
|
-
"shape": "
|
|
52465
|
+
"shape": "S22"
|
|
52449
52466
|
}
|
|
52450
52467
|
}
|
|
52451
52468
|
},
|
|
52452
|
-
"
|
|
52469
|
+
"S3r": {
|
|
52453
52470
|
"type": "structure",
|
|
52454
52471
|
"members": {
|
|
52455
52472
|
"EndpointArn": {},
|
|
@@ -52471,7 +52488,7 @@ module.exports={
|
|
|
52471
52488
|
"DataAccessRoleArn": {}
|
|
52472
52489
|
}
|
|
52473
52490
|
},
|
|
52474
|
-
"
|
|
52491
|
+
"S3v": {
|
|
52475
52492
|
"type": "structure",
|
|
52476
52493
|
"members": {
|
|
52477
52494
|
"JobId": {},
|
|
@@ -52487,20 +52504,20 @@ module.exports={
|
|
|
52487
52504
|
},
|
|
52488
52505
|
"EntityRecognizerArn": {},
|
|
52489
52506
|
"InputDataConfig": {
|
|
52490
|
-
"shape": "
|
|
52507
|
+
"shape": "S37"
|
|
52491
52508
|
},
|
|
52492
52509
|
"OutputDataConfig": {
|
|
52493
|
-
"shape": "
|
|
52510
|
+
"shape": "S3e"
|
|
52494
52511
|
},
|
|
52495
52512
|
"LanguageCode": {},
|
|
52496
52513
|
"DataAccessRoleArn": {},
|
|
52497
52514
|
"VolumeKmsKeyId": {},
|
|
52498
52515
|
"VpcConfig": {
|
|
52499
|
-
"shape": "
|
|
52516
|
+
"shape": "S22"
|
|
52500
52517
|
}
|
|
52501
52518
|
}
|
|
52502
52519
|
},
|
|
52503
|
-
"
|
|
52520
|
+
"S3y": {
|
|
52504
52521
|
"type": "structure",
|
|
52505
52522
|
"members": {
|
|
52506
52523
|
"EntityRecognizerArn": {},
|
|
@@ -52520,7 +52537,7 @@ module.exports={
|
|
|
52520
52537
|
"type": "timestamp"
|
|
52521
52538
|
},
|
|
52522
52539
|
"InputDataConfig": {
|
|
52523
|
-
"shape": "
|
|
52540
|
+
"shape": "S2h"
|
|
52524
52541
|
},
|
|
52525
52542
|
"RecognizerMetadata": {
|
|
52526
52543
|
"type": "structure",
|
|
@@ -52577,12 +52594,12 @@ module.exports={
|
|
|
52577
52594
|
"DataAccessRoleArn": {},
|
|
52578
52595
|
"VolumeKmsKeyId": {},
|
|
52579
52596
|
"VpcConfig": {
|
|
52580
|
-
"shape": "
|
|
52597
|
+
"shape": "S22"
|
|
52581
52598
|
},
|
|
52582
52599
|
"ModelKmsKeyId": {}
|
|
52583
52600
|
}
|
|
52584
52601
|
},
|
|
52585
|
-
"
|
|
52602
|
+
"S46": {
|
|
52586
52603
|
"type": "structure",
|
|
52587
52604
|
"members": {
|
|
52588
52605
|
"JobId": {},
|
|
@@ -52597,23 +52614,23 @@ module.exports={
|
|
|
52597
52614
|
"type": "timestamp"
|
|
52598
52615
|
},
|
|
52599
52616
|
"InputDataConfig": {
|
|
52600
|
-
"shape": "
|
|
52617
|
+
"shape": "S37"
|
|
52601
52618
|
},
|
|
52602
52619
|
"OutputDataConfig": {
|
|
52603
|
-
"shape": "
|
|
52620
|
+
"shape": "S3e"
|
|
52604
52621
|
},
|
|
52605
52622
|
"LanguageCode": {},
|
|
52606
52623
|
"DataAccessRoleArn": {},
|
|
52607
52624
|
"TargetEventTypes": {
|
|
52608
|
-
"shape": "
|
|
52625
|
+
"shape": "S47"
|
|
52609
52626
|
}
|
|
52610
52627
|
}
|
|
52611
52628
|
},
|
|
52612
|
-
"
|
|
52629
|
+
"S47": {
|
|
52613
52630
|
"type": "list",
|
|
52614
52631
|
"member": {}
|
|
52615
52632
|
},
|
|
52616
|
-
"
|
|
52633
|
+
"S4b": {
|
|
52617
52634
|
"type": "structure",
|
|
52618
52635
|
"members": {
|
|
52619
52636
|
"JobId": {},
|
|
@@ -52628,20 +52645,20 @@ module.exports={
|
|
|
52628
52645
|
"type": "timestamp"
|
|
52629
52646
|
},
|
|
52630
52647
|
"InputDataConfig": {
|
|
52631
|
-
"shape": "
|
|
52648
|
+
"shape": "S37"
|
|
52632
52649
|
},
|
|
52633
52650
|
"OutputDataConfig": {
|
|
52634
|
-
"shape": "
|
|
52651
|
+
"shape": "S3e"
|
|
52635
52652
|
},
|
|
52636
52653
|
"LanguageCode": {},
|
|
52637
52654
|
"DataAccessRoleArn": {},
|
|
52638
52655
|
"VolumeKmsKeyId": {},
|
|
52639
52656
|
"VpcConfig": {
|
|
52640
|
-
"shape": "
|
|
52657
|
+
"shape": "S22"
|
|
52641
52658
|
}
|
|
52642
52659
|
}
|
|
52643
52660
|
},
|
|
52644
|
-
"
|
|
52661
|
+
"S4e": {
|
|
52645
52662
|
"type": "structure",
|
|
52646
52663
|
"members": {
|
|
52647
52664
|
"JobId": {},
|
|
@@ -52656,7 +52673,7 @@ module.exports={
|
|
|
52656
52673
|
"type": "timestamp"
|
|
52657
52674
|
},
|
|
52658
52675
|
"InputDataConfig": {
|
|
52659
|
-
"shape": "
|
|
52676
|
+
"shape": "S37"
|
|
52660
52677
|
},
|
|
52661
52678
|
"OutputDataConfig": {
|
|
52662
52679
|
"type": "structure",
|
|
@@ -52669,14 +52686,14 @@ module.exports={
|
|
|
52669
52686
|
}
|
|
52670
52687
|
},
|
|
52671
52688
|
"RedactionConfig": {
|
|
52672
|
-
"shape": "
|
|
52689
|
+
"shape": "S4g"
|
|
52673
52690
|
},
|
|
52674
52691
|
"LanguageCode": {},
|
|
52675
52692
|
"DataAccessRoleArn": {},
|
|
52676
52693
|
"Mode": {}
|
|
52677
52694
|
}
|
|
52678
52695
|
},
|
|
52679
|
-
"
|
|
52696
|
+
"S4g": {
|
|
52680
52697
|
"type": "structure",
|
|
52681
52698
|
"members": {
|
|
52682
52699
|
"PiiEntityTypes": {
|
|
@@ -52687,7 +52704,7 @@ module.exports={
|
|
|
52687
52704
|
"MaskCharacter": {}
|
|
52688
52705
|
}
|
|
52689
52706
|
},
|
|
52690
|
-
"
|
|
52707
|
+
"S4n": {
|
|
52691
52708
|
"type": "structure",
|
|
52692
52709
|
"members": {
|
|
52693
52710
|
"JobId": {},
|
|
@@ -52702,20 +52719,20 @@ module.exports={
|
|
|
52702
52719
|
"type": "timestamp"
|
|
52703
52720
|
},
|
|
52704
52721
|
"InputDataConfig": {
|
|
52705
|
-
"shape": "
|
|
52722
|
+
"shape": "S37"
|
|
52706
52723
|
},
|
|
52707
52724
|
"OutputDataConfig": {
|
|
52708
|
-
"shape": "
|
|
52725
|
+
"shape": "S3e"
|
|
52709
52726
|
},
|
|
52710
52727
|
"LanguageCode": {},
|
|
52711
52728
|
"DataAccessRoleArn": {},
|
|
52712
52729
|
"VolumeKmsKeyId": {},
|
|
52713
52730
|
"VpcConfig": {
|
|
52714
|
-
"shape": "
|
|
52731
|
+
"shape": "S22"
|
|
52715
52732
|
}
|
|
52716
52733
|
}
|
|
52717
52734
|
},
|
|
52718
|
-
"
|
|
52735
|
+
"S4q": {
|
|
52719
52736
|
"type": "structure",
|
|
52720
52737
|
"members": {
|
|
52721
52738
|
"JobId": {},
|
|
@@ -52730,10 +52747,10 @@ module.exports={
|
|
|
52730
52747
|
"type": "timestamp"
|
|
52731
52748
|
},
|
|
52732
52749
|
"InputDataConfig": {
|
|
52733
|
-
"shape": "
|
|
52750
|
+
"shape": "S37"
|
|
52734
52751
|
},
|
|
52735
52752
|
"OutputDataConfig": {
|
|
52736
|
-
"shape": "
|
|
52753
|
+
"shape": "S3e"
|
|
52737
52754
|
},
|
|
52738
52755
|
"NumberOfTopics": {
|
|
52739
52756
|
"type": "integer"
|
|
@@ -52741,7 +52758,7 @@ module.exports={
|
|
|
52741
52758
|
"DataAccessRoleArn": {},
|
|
52742
52759
|
"VolumeKmsKeyId": {},
|
|
52743
52760
|
"VpcConfig": {
|
|
52744
|
-
"shape": "
|
|
52761
|
+
"shape": "S22"
|
|
52745
52762
|
}
|
|
52746
52763
|
}
|
|
52747
52764
|
}
|
|
@@ -71462,7 +71479,7 @@ module.exports={
|
|
|
71462
71479
|
"locationName": "lifecycle"
|
|
71463
71480
|
},
|
|
71464
71481
|
"InstanceIds": {
|
|
71465
|
-
"shape": "
|
|
71482
|
+
"shape": "Sa2",
|
|
71466
71483
|
"locationName": "instanceIds"
|
|
71467
71484
|
},
|
|
71468
71485
|
"InstanceType": {
|
|
@@ -71541,10 +71558,10 @@ module.exports={
|
|
|
71541
71558
|
"type": "boolean"
|
|
71542
71559
|
},
|
|
71543
71560
|
"InputStorageLocation": {
|
|
71544
|
-
"shape": "
|
|
71561
|
+
"shape": "Sac"
|
|
71545
71562
|
},
|
|
71546
71563
|
"LogsStorageLocation": {
|
|
71547
|
-
"shape": "
|
|
71564
|
+
"shape": "Sac"
|
|
71548
71565
|
},
|
|
71549
71566
|
"Description": {},
|
|
71550
71567
|
"Name": {},
|
|
@@ -71576,7 +71593,7 @@ module.exports={
|
|
|
71576
71593
|
],
|
|
71577
71594
|
"members": {
|
|
71578
71595
|
"BlockDeviceMappings": {
|
|
71579
|
-
"shape": "
|
|
71596
|
+
"shape": "Saf",
|
|
71580
71597
|
"locationName": "blockDeviceMapping"
|
|
71581
71598
|
},
|
|
71582
71599
|
"Description": {
|
|
@@ -71620,7 +71637,7 @@ module.exports={
|
|
|
71620
71637
|
},
|
|
71621
71638
|
"Name": {},
|
|
71622
71639
|
"TimeRanges": {
|
|
71623
|
-
"shape": "
|
|
71640
|
+
"shape": "Sam",
|
|
71624
71641
|
"locationName": "TimeRange"
|
|
71625
71642
|
},
|
|
71626
71643
|
"CronExpression": {},
|
|
@@ -71686,7 +71703,7 @@ module.exports={
|
|
|
71686
71703
|
"type": "structure",
|
|
71687
71704
|
"members": {
|
|
71688
71705
|
"ExportTask": {
|
|
71689
|
-
"shape": "
|
|
71706
|
+
"shape": "Sav",
|
|
71690
71707
|
"locationName": "exportTask"
|
|
71691
71708
|
}
|
|
71692
71709
|
}
|
|
@@ -71710,7 +71727,7 @@ module.exports={
|
|
|
71710
71727
|
"type": "structure",
|
|
71711
71728
|
"members": {
|
|
71712
71729
|
"InternetGateway": {
|
|
71713
|
-
"shape": "
|
|
71730
|
+
"shape": "Sb1",
|
|
71714
71731
|
"locationName": "internetGateway"
|
|
71715
71732
|
}
|
|
71716
71733
|
}
|
|
@@ -71774,7 +71791,7 @@ module.exports={
|
|
|
71774
71791
|
"LaunchTemplateName": {},
|
|
71775
71792
|
"VersionDescription": {},
|
|
71776
71793
|
"LaunchTemplateData": {
|
|
71777
|
-
"shape": "
|
|
71794
|
+
"shape": "Sb8"
|
|
71778
71795
|
},
|
|
71779
71796
|
"TagSpecifications": {
|
|
71780
71797
|
"shape": "S1t",
|
|
@@ -71812,7 +71829,7 @@ module.exports={
|
|
|
71812
71829
|
"SourceVersion": {},
|
|
71813
71830
|
"VersionDescription": {},
|
|
71814
71831
|
"LaunchTemplateData": {
|
|
71815
|
-
"shape": "
|
|
71832
|
+
"shape": "Sb8"
|
|
71816
71833
|
}
|
|
71817
71834
|
}
|
|
71818
71835
|
},
|
|
@@ -72095,7 +72112,7 @@ module.exports={
|
|
|
72095
72112
|
"type": "boolean"
|
|
72096
72113
|
},
|
|
72097
72114
|
"Groups": {
|
|
72098
|
-
"shape": "
|
|
72115
|
+
"shape": "Sbg",
|
|
72099
72116
|
"locationName": "SecurityGroupId"
|
|
72100
72117
|
},
|
|
72101
72118
|
"Ipv6AddressCount": {
|
|
@@ -72110,7 +72127,7 @@ module.exports={
|
|
|
72110
72127
|
"locationName": "privateIpAddress"
|
|
72111
72128
|
},
|
|
72112
72129
|
"PrivateIpAddresses": {
|
|
72113
|
-
"shape": "
|
|
72130
|
+
"shape": "Sbj",
|
|
72114
72131
|
"locationName": "privateIpAddresses"
|
|
72115
72132
|
},
|
|
72116
72133
|
"SecondaryPrivateIpAddressCount": {
|
|
@@ -72118,14 +72135,14 @@ module.exports={
|
|
|
72118
72135
|
"type": "integer"
|
|
72119
72136
|
},
|
|
72120
72137
|
"Ipv4Prefixes": {
|
|
72121
|
-
"shape": "
|
|
72138
|
+
"shape": "Sbl",
|
|
72122
72139
|
"locationName": "Ipv4Prefix"
|
|
72123
72140
|
},
|
|
72124
72141
|
"Ipv4PrefixCount": {
|
|
72125
72142
|
"type": "integer"
|
|
72126
72143
|
},
|
|
72127
72144
|
"Ipv6Prefixes": {
|
|
72128
|
-
"shape": "
|
|
72145
|
+
"shape": "Sbn",
|
|
72129
72146
|
"locationName": "Ipv6Prefix"
|
|
72130
72147
|
},
|
|
72131
72148
|
"Ipv6PrefixCount": {
|
|
@@ -73235,6 +73252,7 @@ module.exports={
|
|
|
73235
73252
|
"CidrBlock"
|
|
73236
73253
|
],
|
|
73237
73254
|
"members": {
|
|
73255
|
+
"CidrBlock": {},
|
|
73238
73256
|
"AmazonProvidedIpv6CidrBlock": {
|
|
73239
73257
|
"locationName": "amazonProvidedIpv6CidrBlock",
|
|
73240
73258
|
"type": "boolean"
|
|
@@ -73252,8 +73270,7 @@ module.exports={
|
|
|
73252
73270
|
"TagSpecifications": {
|
|
73253
73271
|
"shape": "S1t",
|
|
73254
73272
|
"locationName": "TagSpecification"
|
|
73255
|
-
}
|
|
73256
|
-
"CidrBlock": {}
|
|
73273
|
+
}
|
|
73257
73274
|
}
|
|
73258
73275
|
},
|
|
73259
73276
|
"output": {
|
|
@@ -76381,7 +76398,7 @@ module.exports={
|
|
|
76381
76398
|
"locationName": "exportTaskSet",
|
|
76382
76399
|
"type": "list",
|
|
76383
76400
|
"member": {
|
|
76384
|
-
"shape": "
|
|
76401
|
+
"shape": "Sav",
|
|
76385
76402
|
"locationName": "item"
|
|
76386
76403
|
}
|
|
76387
76404
|
}
|
|
@@ -76806,7 +76823,7 @@ module.exports={
|
|
|
76806
76823
|
"locationName": "lifecycle"
|
|
76807
76824
|
},
|
|
76808
76825
|
"InstanceIds": {
|
|
76809
|
-
"shape": "
|
|
76826
|
+
"shape": "Sa2",
|
|
76810
76827
|
"locationName": "instanceIds"
|
|
76811
76828
|
},
|
|
76812
76829
|
"InstanceType": {
|
|
@@ -78617,7 +78634,7 @@ module.exports={
|
|
|
78617
78634
|
"locationName": "internetGatewaySet",
|
|
78618
78635
|
"type": "list",
|
|
78619
78636
|
"member": {
|
|
78620
|
-
"shape": "
|
|
78637
|
+
"shape": "Sb1",
|
|
78621
78638
|
"locationName": "item"
|
|
78622
78639
|
}
|
|
78623
78640
|
},
|
|
@@ -84827,7 +84844,7 @@ module.exports={
|
|
|
84827
84844
|
"locationName": "architecture"
|
|
84828
84845
|
},
|
|
84829
84846
|
"GroupIds": {
|
|
84830
|
-
"shape": "
|
|
84847
|
+
"shape": "Sbg",
|
|
84831
84848
|
"locationName": "GroupId"
|
|
84832
84849
|
},
|
|
84833
84850
|
"GroupNames": {
|
|
@@ -85639,7 +85656,7 @@ module.exports={
|
|
|
85639
85656
|
"Name": {},
|
|
85640
85657
|
"InstanceEventWindowId": {},
|
|
85641
85658
|
"TimeRanges": {
|
|
85642
|
-
"shape": "
|
|
85659
|
+
"shape": "Sam",
|
|
85643
85660
|
"locationName": "TimeRange"
|
|
85644
85661
|
},
|
|
85645
85662
|
"CronExpression": {}
|
|
@@ -85824,7 +85841,7 @@ module.exports={
|
|
|
85824
85841
|
"type": "boolean"
|
|
85825
85842
|
},
|
|
85826
85843
|
"Groups": {
|
|
85827
|
-
"shape": "
|
|
85844
|
+
"shape": "Sbg",
|
|
85828
85845
|
"locationName": "SecurityGroupId"
|
|
85829
85846
|
},
|
|
85830
85847
|
"NetworkInterfaceId": {
|
|
@@ -86953,7 +86970,7 @@ module.exports={
|
|
|
86953
86970
|
"locationName": "architecture"
|
|
86954
86971
|
},
|
|
86955
86972
|
"BlockDeviceMappings": {
|
|
86956
|
-
"shape": "
|
|
86973
|
+
"shape": "Saf",
|
|
86957
86974
|
"locationName": "BlockDeviceMapping"
|
|
86958
86975
|
},
|
|
86959
86976
|
"Description": {
|
|
@@ -88015,7 +88032,7 @@ module.exports={
|
|
|
88015
88032
|
],
|
|
88016
88033
|
"members": {
|
|
88017
88034
|
"BlockDeviceMappings": {
|
|
88018
|
-
"shape": "
|
|
88035
|
+
"shape": "Saf",
|
|
88019
88036
|
"locationName": "BlockDeviceMapping"
|
|
88020
88037
|
},
|
|
88021
88038
|
"ImageId": {},
|
|
@@ -88043,7 +88060,7 @@ module.exports={
|
|
|
88043
88060
|
},
|
|
88044
88061
|
"RamdiskId": {},
|
|
88045
88062
|
"SecurityGroupIds": {
|
|
88046
|
-
"shape": "
|
|
88063
|
+
"shape": "Sbg",
|
|
88047
88064
|
"locationName": "SecurityGroupId"
|
|
88048
88065
|
},
|
|
88049
88066
|
"SecurityGroups": {
|
|
@@ -90431,27 +90448,27 @@ module.exports={
|
|
|
90431
90448
|
}
|
|
90432
90449
|
}
|
|
90433
90450
|
},
|
|
90434
|
-
"
|
|
90451
|
+
"Sa2": {
|
|
90435
90452
|
"type": "list",
|
|
90436
90453
|
"member": {
|
|
90437
90454
|
"locationName": "item"
|
|
90438
90455
|
}
|
|
90439
90456
|
},
|
|
90440
|
-
"
|
|
90457
|
+
"Sac": {
|
|
90441
90458
|
"type": "structure",
|
|
90442
90459
|
"members": {
|
|
90443
90460
|
"Bucket": {},
|
|
90444
90461
|
"Key": {}
|
|
90445
90462
|
}
|
|
90446
90463
|
},
|
|
90447
|
-
"
|
|
90464
|
+
"Saf": {
|
|
90448
90465
|
"type": "list",
|
|
90449
90466
|
"member": {
|
|
90450
|
-
"shape": "
|
|
90467
|
+
"shape": "Sag",
|
|
90451
90468
|
"locationName": "BlockDeviceMapping"
|
|
90452
90469
|
}
|
|
90453
90470
|
},
|
|
90454
|
-
"
|
|
90471
|
+
"Sag": {
|
|
90455
90472
|
"type": "structure",
|
|
90456
90473
|
"members": {
|
|
90457
90474
|
"DeviceName": {
|
|
@@ -90501,7 +90518,7 @@ module.exports={
|
|
|
90501
90518
|
}
|
|
90502
90519
|
}
|
|
90503
90520
|
},
|
|
90504
|
-
"
|
|
90521
|
+
"Sam": {
|
|
90505
90522
|
"type": "list",
|
|
90506
90523
|
"member": {
|
|
90507
90524
|
"type": "structure",
|
|
@@ -90517,7 +90534,7 @@ module.exports={
|
|
|
90517
90534
|
}
|
|
90518
90535
|
}
|
|
90519
90536
|
},
|
|
90520
|
-
"
|
|
90537
|
+
"Sav": {
|
|
90521
90538
|
"type": "structure",
|
|
90522
90539
|
"members": {
|
|
90523
90540
|
"Description": {
|
|
@@ -90568,7 +90585,7 @@ module.exports={
|
|
|
90568
90585
|
}
|
|
90569
90586
|
}
|
|
90570
90587
|
},
|
|
90571
|
-
"
|
|
90588
|
+
"Sb1": {
|
|
90572
90589
|
"type": "structure",
|
|
90573
90590
|
"members": {
|
|
90574
90591
|
"Attachments": {
|
|
@@ -90587,7 +90604,7 @@ module.exports={
|
|
|
90587
90604
|
}
|
|
90588
90605
|
}
|
|
90589
90606
|
},
|
|
90590
|
-
"
|
|
90607
|
+
"Sb8": {
|
|
90591
90608
|
"type": "structure",
|
|
90592
90609
|
"members": {
|
|
90593
90610
|
"KernelId": {},
|
|
@@ -90658,7 +90675,7 @@ module.exports={
|
|
|
90658
90675
|
"type": "integer"
|
|
90659
90676
|
},
|
|
90660
90677
|
"Groups": {
|
|
90661
|
-
"shape": "
|
|
90678
|
+
"shape": "Sbg",
|
|
90662
90679
|
"locationName": "SecurityGroupId"
|
|
90663
90680
|
},
|
|
90664
90681
|
"InterfaceType": {},
|
|
@@ -90678,7 +90695,7 @@ module.exports={
|
|
|
90678
90695
|
"NetworkInterfaceId": {},
|
|
90679
90696
|
"PrivateIpAddress": {},
|
|
90680
90697
|
"PrivateIpAddresses": {
|
|
90681
|
-
"shape": "
|
|
90698
|
+
"shape": "Sbj"
|
|
90682
90699
|
},
|
|
90683
90700
|
"SecondaryPrivateIpAddressCount": {
|
|
90684
90701
|
"type": "integer"
|
|
@@ -90688,14 +90705,14 @@ module.exports={
|
|
|
90688
90705
|
"type": "integer"
|
|
90689
90706
|
},
|
|
90690
90707
|
"Ipv4Prefixes": {
|
|
90691
|
-
"shape": "
|
|
90708
|
+
"shape": "Sbl",
|
|
90692
90709
|
"locationName": "Ipv4Prefix"
|
|
90693
90710
|
},
|
|
90694
90711
|
"Ipv4PrefixCount": {
|
|
90695
90712
|
"type": "integer"
|
|
90696
90713
|
},
|
|
90697
90714
|
"Ipv6Prefixes": {
|
|
90698
|
-
"shape": "
|
|
90715
|
+
"shape": "Sbn",
|
|
90699
90716
|
"locationName": "Ipv6Prefix"
|
|
90700
90717
|
},
|
|
90701
90718
|
"Ipv6PrefixCount": {
|
|
@@ -90777,7 +90794,7 @@ module.exports={
|
|
|
90777
90794
|
}
|
|
90778
90795
|
},
|
|
90779
90796
|
"SecurityGroupIds": {
|
|
90780
|
-
"shape": "
|
|
90797
|
+
"shape": "Sbg",
|
|
90781
90798
|
"locationName": "SecurityGroupId"
|
|
90782
90799
|
},
|
|
90783
90800
|
"SecurityGroups": {
|
|
@@ -90867,13 +90884,13 @@ module.exports={
|
|
|
90867
90884
|
}
|
|
90868
90885
|
}
|
|
90869
90886
|
},
|
|
90870
|
-
"
|
|
90887
|
+
"Sbg": {
|
|
90871
90888
|
"type": "list",
|
|
90872
90889
|
"member": {
|
|
90873
90890
|
"locationName": "SecurityGroupId"
|
|
90874
90891
|
}
|
|
90875
90892
|
},
|
|
90876
|
-
"
|
|
90893
|
+
"Sbj": {
|
|
90877
90894
|
"type": "list",
|
|
90878
90895
|
"member": {
|
|
90879
90896
|
"locationName": "item",
|
|
@@ -90889,7 +90906,7 @@ module.exports={
|
|
|
90889
90906
|
}
|
|
90890
90907
|
}
|
|
90891
90908
|
},
|
|
90892
|
-
"
|
|
90909
|
+
"Sbl": {
|
|
90893
90910
|
"type": "list",
|
|
90894
90911
|
"member": {
|
|
90895
90912
|
"locationName": "item",
|
|
@@ -90899,7 +90916,7 @@ module.exports={
|
|
|
90899
90916
|
}
|
|
90900
90917
|
}
|
|
90901
90918
|
},
|
|
90902
|
-
"
|
|
90919
|
+
"Sbn": {
|
|
90903
90920
|
"type": "list",
|
|
90904
90921
|
"member": {
|
|
90905
90922
|
"locationName": "item",
|
|
@@ -91148,7 +91165,7 @@ module.exports={
|
|
|
91148
91165
|
"locationName": "privateIpAddress"
|
|
91149
91166
|
},
|
|
91150
91167
|
"PrivateIpAddresses": {
|
|
91151
|
-
"shape": "
|
|
91168
|
+
"shape": "Sbj",
|
|
91152
91169
|
"locationName": "privateIpAddressesSet"
|
|
91153
91170
|
},
|
|
91154
91171
|
"SecondaryPrivateIpAddressCount": {
|
|
@@ -93826,7 +93843,7 @@ module.exports={
|
|
|
93826
93843
|
"Sx4": {
|
|
93827
93844
|
"type": "list",
|
|
93828
93845
|
"member": {
|
|
93829
|
-
"shape": "
|
|
93846
|
+
"shape": "Sag",
|
|
93830
93847
|
"locationName": "item"
|
|
93831
93848
|
}
|
|
93832
93849
|
},
|
|
@@ -95420,7 +95437,7 @@ module.exports={
|
|
|
95420
95437
|
"type": "integer"
|
|
95421
95438
|
},
|
|
95422
95439
|
"Groups": {
|
|
95423
|
-
"shape": "
|
|
95440
|
+
"shape": "Sbg",
|
|
95424
95441
|
"locationName": "SecurityGroupId"
|
|
95425
95442
|
},
|
|
95426
95443
|
"Ipv6AddressCount": {
|
|
@@ -95439,7 +95456,7 @@ module.exports={
|
|
|
95439
95456
|
"locationName": "privateIpAddress"
|
|
95440
95457
|
},
|
|
95441
95458
|
"PrivateIpAddresses": {
|
|
95442
|
-
"shape": "
|
|
95459
|
+
"shape": "Sbj",
|
|
95443
95460
|
"locationName": "privateIpAddressesSet",
|
|
95444
95461
|
"queryName": "PrivateIpAddresses"
|
|
95445
95462
|
},
|
|
@@ -95458,14 +95475,14 @@ module.exports={
|
|
|
95458
95475
|
"type": "integer"
|
|
95459
95476
|
},
|
|
95460
95477
|
"Ipv4Prefixes": {
|
|
95461
|
-
"shape": "
|
|
95478
|
+
"shape": "Sbl",
|
|
95462
95479
|
"locationName": "Ipv4Prefix"
|
|
95463
95480
|
},
|
|
95464
95481
|
"Ipv4PrefixCount": {
|
|
95465
95482
|
"type": "integer"
|
|
95466
95483
|
},
|
|
95467
95484
|
"Ipv6Prefixes": {
|
|
95468
|
-
"shape": "
|
|
95485
|
+
"shape": "Sbn",
|
|
95469
95486
|
"locationName": "Ipv6Prefix"
|
|
95470
95487
|
},
|
|
95471
95488
|
"Ipv6PrefixCount": {
|
|
@@ -131629,10 +131646,10 @@ module.exports={
|
|
|
131629
131646
|
],
|
|
131630
131647
|
"members": {
|
|
131631
131648
|
"subnetIds": {
|
|
131632
|
-
"shape": "
|
|
131649
|
+
"shape": "Scw"
|
|
131633
131650
|
},
|
|
131634
131651
|
"securityGroups": {
|
|
131635
|
-
"shape": "
|
|
131652
|
+
"shape": "Scy"
|
|
131636
131653
|
},
|
|
131637
131654
|
"vpcId": {},
|
|
131638
131655
|
"roleArn": {}
|
|
@@ -131646,7 +131663,7 @@ module.exports={
|
|
|
131646
131663
|
"type": "structure",
|
|
131647
131664
|
"members": {
|
|
131648
131665
|
"topicRuleDestination": {
|
|
131649
|
-
"shape": "
|
|
131666
|
+
"shape": "Sd2"
|
|
131650
131667
|
}
|
|
131651
131668
|
}
|
|
131652
131669
|
}
|
|
@@ -132415,10 +132432,10 @@ module.exports={
|
|
|
132415
132432
|
"members": {
|
|
132416
132433
|
"roleArn": {},
|
|
132417
132434
|
"auditNotificationTargetConfigurations": {
|
|
132418
|
-
"shape": "
|
|
132435
|
+
"shape": "Sf2"
|
|
132419
132436
|
},
|
|
132420
132437
|
"auditCheckConfigurations": {
|
|
132421
|
-
"shape": "
|
|
132438
|
+
"shape": "Sf5"
|
|
132422
132439
|
}
|
|
132423
132440
|
}
|
|
132424
132441
|
}
|
|
@@ -132444,7 +132461,7 @@ module.exports={
|
|
|
132444
132461
|
"type": "structure",
|
|
132445
132462
|
"members": {
|
|
132446
132463
|
"finding": {
|
|
132447
|
-
"shape": "
|
|
132464
|
+
"shape": "Sfa"
|
|
132448
132465
|
}
|
|
132449
132466
|
}
|
|
132450
132467
|
}
|
|
@@ -132501,13 +132518,13 @@ module.exports={
|
|
|
132501
132518
|
}
|
|
132502
132519
|
},
|
|
132503
132520
|
"target": {
|
|
132504
|
-
"shape": "
|
|
132521
|
+
"shape": "Sfu"
|
|
132505
132522
|
},
|
|
132506
132523
|
"auditCheckToActionsMapping": {
|
|
132507
|
-
"shape": "
|
|
132524
|
+
"shape": "Sfy"
|
|
132508
132525
|
},
|
|
132509
132526
|
"actionsDefinition": {
|
|
132510
|
-
"shape": "
|
|
132527
|
+
"shape": "Sg0"
|
|
132511
132528
|
}
|
|
132512
132529
|
}
|
|
132513
132530
|
}
|
|
@@ -132646,7 +132663,7 @@ module.exports={
|
|
|
132646
132663
|
"type": "structure",
|
|
132647
132664
|
"members": {
|
|
132648
132665
|
"authorizerDescription": {
|
|
132649
|
-
"shape": "
|
|
132666
|
+
"shape": "Sgr"
|
|
132650
132667
|
}
|
|
132651
132668
|
}
|
|
132652
132669
|
}
|
|
@@ -132731,12 +132748,12 @@ module.exports={
|
|
|
132731
132748
|
},
|
|
132732
132749
|
"generationId": {},
|
|
132733
132750
|
"validity": {
|
|
132734
|
-
"shape": "
|
|
132751
|
+
"shape": "Sh4"
|
|
132735
132752
|
}
|
|
132736
132753
|
}
|
|
132737
132754
|
},
|
|
132738
132755
|
"registrationConfig": {
|
|
132739
|
-
"shape": "
|
|
132756
|
+
"shape": "Sh5"
|
|
132740
132757
|
}
|
|
132741
132758
|
}
|
|
132742
132759
|
}
|
|
@@ -132798,7 +132815,7 @@ module.exports={
|
|
|
132798
132815
|
},
|
|
132799
132816
|
"generationId": {},
|
|
132800
132817
|
"validity": {
|
|
132801
|
-
"shape": "
|
|
132818
|
+
"shape": "Sh4"
|
|
132802
132819
|
},
|
|
132803
132820
|
"certificateMode": {}
|
|
132804
132821
|
}
|
|
@@ -132852,7 +132869,7 @@ module.exports={
|
|
|
132852
132869
|
"type": "structure",
|
|
132853
132870
|
"members": {
|
|
132854
132871
|
"authorizerDescription": {
|
|
132855
|
-
"shape": "
|
|
132872
|
+
"shape": "Sgr"
|
|
132856
132873
|
}
|
|
132857
132874
|
}
|
|
132858
132875
|
}
|
|
@@ -132878,7 +132895,7 @@ module.exports={
|
|
|
132878
132895
|
"type": "structure",
|
|
132879
132896
|
"members": {
|
|
132880
132897
|
"taskSummary": {
|
|
132881
|
-
"shape": "
|
|
132898
|
+
"shape": "Shj"
|
|
132882
132899
|
}
|
|
132883
132900
|
}
|
|
132884
132901
|
}
|
|
@@ -132998,7 +133015,7 @@ module.exports={
|
|
|
132998
133015
|
"type": "structure",
|
|
132999
133016
|
"members": {
|
|
133000
133017
|
"eventConfigurations": {
|
|
133001
|
-
"shape": "
|
|
133018
|
+
"shape": "Si9"
|
|
133002
133019
|
},
|
|
133003
133020
|
"creationDate": {
|
|
133004
133021
|
"type": "timestamp"
|
|
@@ -133645,7 +133662,7 @@ module.exports={
|
|
|
133645
133662
|
"members": {
|
|
133646
133663
|
"parentGroupName": {},
|
|
133647
133664
|
"rootToParentThingGroups": {
|
|
133648
|
-
"shape": "
|
|
133665
|
+
"shape": "Sju"
|
|
133649
133666
|
},
|
|
133650
133667
|
"creationDate": {
|
|
133651
133668
|
"type": "timestamp"
|
|
@@ -133731,7 +133748,7 @@ module.exports={
|
|
|
133731
133748
|
"shape": "S9n"
|
|
133732
133749
|
},
|
|
133733
133750
|
"thingTypeMetadata": {
|
|
133734
|
-
"shape": "
|
|
133751
|
+
"shape": "Sk7"
|
|
133735
133752
|
}
|
|
133736
133753
|
}
|
|
133737
133754
|
}
|
|
@@ -134039,10 +134056,10 @@ module.exports={
|
|
|
134039
134056
|
"type": "structure",
|
|
134040
134057
|
"members": {
|
|
134041
134058
|
"thingIndexingConfiguration": {
|
|
134042
|
-
"shape": "
|
|
134059
|
+
"shape": "Sl6"
|
|
134043
134060
|
},
|
|
134044
134061
|
"thingGroupIndexingConfiguration": {
|
|
134045
|
-
"shape": "
|
|
134062
|
+
"shape": "Sld"
|
|
134046
134063
|
}
|
|
134047
134064
|
}
|
|
134048
134065
|
}
|
|
@@ -134405,7 +134422,7 @@ module.exports={
|
|
|
134405
134422
|
"type": "structure",
|
|
134406
134423
|
"members": {
|
|
134407
134424
|
"topicRuleDestination": {
|
|
134408
|
-
"shape": "
|
|
134425
|
+
"shape": "Sd2"
|
|
134409
134426
|
}
|
|
134410
134427
|
}
|
|
134411
134428
|
}
|
|
@@ -134484,7 +134501,7 @@ module.exports={
|
|
|
134484
134501
|
"shape": "S8i"
|
|
134485
134502
|
},
|
|
134486
134503
|
"violationEventAdditionalInfo": {
|
|
134487
|
-
"shape": "
|
|
134504
|
+
"shape": "Smu"
|
|
134488
134505
|
},
|
|
134489
134506
|
"lastViolationTime": {
|
|
134490
134507
|
"type": "timestamp"
|
|
@@ -134533,7 +134550,7 @@ module.exports={
|
|
|
134533
134550
|
"type": "structure",
|
|
134534
134551
|
"members": {
|
|
134535
134552
|
"policies": {
|
|
134536
|
-
"shape": "
|
|
134553
|
+
"shape": "Sn0"
|
|
134537
134554
|
},
|
|
134538
134555
|
"nextMarker": {}
|
|
134539
134556
|
}
|
|
@@ -134572,7 +134589,7 @@ module.exports={
|
|
|
134572
134589
|
"findings": {
|
|
134573
134590
|
"type": "list",
|
|
134574
134591
|
"member": {
|
|
134575
|
-
"shape": "
|
|
134592
|
+
"shape": "Sfa"
|
|
134576
134593
|
}
|
|
134577
134594
|
},
|
|
134578
134595
|
"nextToken": {}
|
|
@@ -134890,7 +134907,7 @@ module.exports={
|
|
|
134890
134907
|
"billingGroups": {
|
|
134891
134908
|
"type": "list",
|
|
134892
134909
|
"member": {
|
|
134893
|
-
"shape": "
|
|
134910
|
+
"shape": "Sjv"
|
|
134894
134911
|
}
|
|
134895
134912
|
},
|
|
134896
134913
|
"nextToken": {}
|
|
@@ -134970,7 +134987,7 @@ module.exports={
|
|
|
134970
134987
|
"type": "structure",
|
|
134971
134988
|
"members": {
|
|
134972
134989
|
"certificates": {
|
|
134973
|
-
"shape": "
|
|
134990
|
+
"shape": "So2"
|
|
134974
134991
|
},
|
|
134975
134992
|
"nextMarker": {}
|
|
134976
134993
|
}
|
|
@@ -135011,7 +135028,7 @@ module.exports={
|
|
|
135011
135028
|
"type": "structure",
|
|
135012
135029
|
"members": {
|
|
135013
135030
|
"certificates": {
|
|
135014
|
-
"shape": "
|
|
135031
|
+
"shape": "So2"
|
|
135015
135032
|
},
|
|
135016
135033
|
"nextMarker": {}
|
|
135017
135034
|
}
|
|
@@ -135155,7 +135172,7 @@ module.exports={
|
|
|
135155
135172
|
"tasks": {
|
|
135156
135173
|
"type": "list",
|
|
135157
135174
|
"member": {
|
|
135158
|
-
"shape": "
|
|
135175
|
+
"shape": "Shj"
|
|
135159
135176
|
}
|
|
135160
135177
|
},
|
|
135161
135178
|
"nextToken": {}
|
|
@@ -135339,7 +135356,7 @@ module.exports={
|
|
|
135339
135356
|
"members": {
|
|
135340
135357
|
"thingArn": {},
|
|
135341
135358
|
"jobExecutionSummary": {
|
|
135342
|
-
"shape": "
|
|
135359
|
+
"shape": "Sp2"
|
|
135343
135360
|
}
|
|
135344
135361
|
}
|
|
135345
135362
|
}
|
|
@@ -135392,7 +135409,7 @@ module.exports={
|
|
|
135392
135409
|
"members": {
|
|
135393
135410
|
"jobId": {},
|
|
135394
135411
|
"jobExecutionSummary": {
|
|
135395
|
-
"shape": "
|
|
135412
|
+
"shape": "Sp2"
|
|
135396
135413
|
}
|
|
135397
135414
|
}
|
|
135398
135415
|
}
|
|
@@ -135672,7 +135689,7 @@ module.exports={
|
|
|
135672
135689
|
"type": "structure",
|
|
135673
135690
|
"members": {
|
|
135674
135691
|
"policies": {
|
|
135675
|
-
"shape": "
|
|
135692
|
+
"shape": "Sn0"
|
|
135676
135693
|
},
|
|
135677
135694
|
"nextMarker": {}
|
|
135678
135695
|
}
|
|
@@ -135713,7 +135730,7 @@ module.exports={
|
|
|
135713
135730
|
"type": "structure",
|
|
135714
135731
|
"members": {
|
|
135715
135732
|
"principals": {
|
|
135716
|
-
"shape": "
|
|
135733
|
+
"shape": "Spv"
|
|
135717
135734
|
},
|
|
135718
135735
|
"nextMarker": {}
|
|
135719
135736
|
}
|
|
@@ -135793,7 +135810,7 @@ module.exports={
|
|
|
135793
135810
|
"type": "structure",
|
|
135794
135811
|
"members": {
|
|
135795
135812
|
"policies": {
|
|
135796
|
-
"shape": "
|
|
135813
|
+
"shape": "Sn0"
|
|
135797
135814
|
},
|
|
135798
135815
|
"nextMarker": {}
|
|
135799
135816
|
}
|
|
@@ -135830,7 +135847,7 @@ module.exports={
|
|
|
135830
135847
|
"type": "structure",
|
|
135831
135848
|
"members": {
|
|
135832
135849
|
"things": {
|
|
135833
|
-
"shape": "
|
|
135850
|
+
"shape": "Sq5"
|
|
135834
135851
|
},
|
|
135835
135852
|
"nextToken": {}
|
|
135836
135853
|
}
|
|
@@ -136039,7 +136056,7 @@ module.exports={
|
|
|
136039
136056
|
"securityProfileIdentifiers": {
|
|
136040
136057
|
"type": "list",
|
|
136041
136058
|
"member": {
|
|
136042
|
-
"shape": "
|
|
136059
|
+
"shape": "Sqo"
|
|
136043
136060
|
}
|
|
136044
136061
|
},
|
|
136045
136062
|
"nextToken": {}
|
|
@@ -136086,10 +136103,10 @@ module.exports={
|
|
|
136086
136103
|
"type": "structure",
|
|
136087
136104
|
"members": {
|
|
136088
136105
|
"securityProfileIdentifier": {
|
|
136089
|
-
"shape": "
|
|
136106
|
+
"shape": "Sqo"
|
|
136090
136107
|
},
|
|
136091
136108
|
"target": {
|
|
136092
|
-
"shape": "
|
|
136109
|
+
"shape": "Sqt"
|
|
136093
136110
|
}
|
|
136094
136111
|
}
|
|
136095
136112
|
}
|
|
@@ -136242,7 +136259,7 @@ module.exports={
|
|
|
136242
136259
|
"securityProfileTargets": {
|
|
136243
136260
|
"type": "list",
|
|
136244
136261
|
"member": {
|
|
136245
|
-
"shape": "
|
|
136262
|
+
"shape": "Sqt"
|
|
136246
136263
|
}
|
|
136247
136264
|
},
|
|
136248
136265
|
"nextToken": {}
|
|
@@ -136285,7 +136302,7 @@ module.exports={
|
|
|
136285
136302
|
"type": "structure",
|
|
136286
136303
|
"members": {
|
|
136287
136304
|
"thingGroups": {
|
|
136288
|
-
"shape": "
|
|
136305
|
+
"shape": "Sju"
|
|
136289
136306
|
},
|
|
136290
136307
|
"nextToken": {}
|
|
136291
136308
|
}
|
|
@@ -136321,7 +136338,7 @@ module.exports={
|
|
|
136321
136338
|
"type": "structure",
|
|
136322
136339
|
"members": {
|
|
136323
136340
|
"thingGroups": {
|
|
136324
|
-
"shape": "
|
|
136341
|
+
"shape": "Sju"
|
|
136325
136342
|
},
|
|
136326
136343
|
"nextToken": {}
|
|
136327
136344
|
}
|
|
@@ -136357,7 +136374,7 @@ module.exports={
|
|
|
136357
136374
|
"type": "structure",
|
|
136358
136375
|
"members": {
|
|
136359
136376
|
"principals": {
|
|
136360
|
-
"shape": "
|
|
136377
|
+
"shape": "Spv"
|
|
136361
136378
|
},
|
|
136362
136379
|
"nextToken": {}
|
|
136363
136380
|
}
|
|
@@ -136477,7 +136494,7 @@ module.exports={
|
|
|
136477
136494
|
"shape": "S9n"
|
|
136478
136495
|
},
|
|
136479
136496
|
"thingTypeMetadata": {
|
|
136480
|
-
"shape": "
|
|
136497
|
+
"shape": "Sk7"
|
|
136481
136498
|
}
|
|
136482
136499
|
}
|
|
136483
136500
|
}
|
|
@@ -136576,7 +136593,7 @@ module.exports={
|
|
|
136576
136593
|
"type": "structure",
|
|
136577
136594
|
"members": {
|
|
136578
136595
|
"things": {
|
|
136579
|
-
"shape": "
|
|
136596
|
+
"shape": "Sq5"
|
|
136580
136597
|
},
|
|
136581
136598
|
"nextToken": {}
|
|
136582
136599
|
}
|
|
@@ -136617,7 +136634,7 @@ module.exports={
|
|
|
136617
136634
|
"type": "structure",
|
|
136618
136635
|
"members": {
|
|
136619
136636
|
"things": {
|
|
136620
|
-
"shape": "
|
|
136637
|
+
"shape": "Sq5"
|
|
136621
136638
|
},
|
|
136622
136639
|
"nextToken": {}
|
|
136623
136640
|
}
|
|
@@ -136669,10 +136686,10 @@ module.exports={
|
|
|
136669
136686
|
"type": "structure",
|
|
136670
136687
|
"members": {
|
|
136671
136688
|
"subnetIds": {
|
|
136672
|
-
"shape": "
|
|
136689
|
+
"shape": "Scw"
|
|
136673
136690
|
},
|
|
136674
136691
|
"securityGroups": {
|
|
136675
|
-
"shape": "
|
|
136692
|
+
"shape": "Scy"
|
|
136676
136693
|
},
|
|
136677
136694
|
"vpcId": {},
|
|
136678
136695
|
"roleArn": {}
|
|
@@ -136769,7 +136786,7 @@ module.exports={
|
|
|
136769
136786
|
"type": "structure",
|
|
136770
136787
|
"members": {
|
|
136771
136788
|
"logTarget": {
|
|
136772
|
-
"shape": "
|
|
136789
|
+
"shape": "Ssh"
|
|
136773
136790
|
},
|
|
136774
136791
|
"logLevel": {}
|
|
136775
136792
|
}
|
|
@@ -136847,7 +136864,7 @@ module.exports={
|
|
|
136847
136864
|
"shape": "S8i"
|
|
136848
136865
|
},
|
|
136849
136866
|
"violationEventAdditionalInfo": {
|
|
136850
|
-
"shape": "
|
|
136867
|
+
"shape": "Smu"
|
|
136851
136868
|
},
|
|
136852
136869
|
"violationEventType": {},
|
|
136853
136870
|
"violationEventTime": {
|
|
@@ -136884,7 +136901,7 @@ module.exports={
|
|
|
136884
136901
|
"type": "boolean"
|
|
136885
136902
|
},
|
|
136886
136903
|
"registrationConfig": {
|
|
136887
|
-
"shape": "
|
|
136904
|
+
"shape": "Sh5"
|
|
136888
136905
|
},
|
|
136889
136906
|
"tags": {
|
|
136890
136907
|
"shape": "S29"
|
|
@@ -137092,7 +137109,7 @@ module.exports={
|
|
|
137092
137109
|
"thingId": {},
|
|
137093
137110
|
"thingTypeName": {},
|
|
137094
137111
|
"thingGroupNames": {
|
|
137095
|
-
"shape": "
|
|
137112
|
+
"shape": "Stb"
|
|
137096
137113
|
},
|
|
137097
137114
|
"attributes": {
|
|
137098
137115
|
"shape": "S3h"
|
|
@@ -137125,7 +137142,7 @@ module.exports={
|
|
|
137125
137142
|
"shape": "S3h"
|
|
137126
137143
|
},
|
|
137127
137144
|
"parentGroupNames": {
|
|
137128
|
-
"shape": "
|
|
137145
|
+
"shape": "Stb"
|
|
137129
137146
|
}
|
|
137130
137147
|
}
|
|
137131
137148
|
}
|
|
@@ -137213,7 +137230,7 @@ module.exports={
|
|
|
137213
137230
|
],
|
|
137214
137231
|
"members": {
|
|
137215
137232
|
"logTarget": {
|
|
137216
|
-
"shape": "
|
|
137233
|
+
"shape": "Ssh"
|
|
137217
137234
|
},
|
|
137218
137235
|
"logLevel": {}
|
|
137219
137236
|
}
|
|
@@ -137252,10 +137269,10 @@ module.exports={
|
|
|
137252
137269
|
"locationName": "taskId"
|
|
137253
137270
|
},
|
|
137254
137271
|
"target": {
|
|
137255
|
-
"shape": "
|
|
137272
|
+
"shape": "Sfu"
|
|
137256
137273
|
},
|
|
137257
137274
|
"auditCheckToActionsMapping": {
|
|
137258
|
-
"shape": "
|
|
137275
|
+
"shape": "Sfy"
|
|
137259
137276
|
},
|
|
137260
137277
|
"clientRequestToken": {
|
|
137261
137278
|
"idempotencyToken": true
|
|
@@ -137288,14 +137305,14 @@ module.exports={
|
|
|
137288
137305
|
"locationName": "taskId"
|
|
137289
137306
|
},
|
|
137290
137307
|
"target": {
|
|
137291
|
-
"shape": "
|
|
137308
|
+
"shape": "Shl"
|
|
137292
137309
|
},
|
|
137293
137310
|
"actions": {
|
|
137294
137311
|
"type": "list",
|
|
137295
137312
|
"member": {}
|
|
137296
137313
|
},
|
|
137297
137314
|
"violationEventOccurrenceRange": {
|
|
137298
|
-
"shape": "
|
|
137315
|
+
"shape": "Sho"
|
|
137299
137316
|
},
|
|
137300
137317
|
"includeOnlyActiveViolations": {
|
|
137301
137318
|
"type": "boolean"
|
|
@@ -137422,7 +137439,7 @@ module.exports={
|
|
|
137422
137439
|
"authInfos": {
|
|
137423
137440
|
"type": "list",
|
|
137424
137441
|
"member": {
|
|
137425
|
-
"shape": "
|
|
137442
|
+
"shape": "Su5"
|
|
137426
137443
|
}
|
|
137427
137444
|
},
|
|
137428
137445
|
"clientId": {
|
|
@@ -137430,10 +137447,10 @@ module.exports={
|
|
|
137430
137447
|
"locationName": "clientId"
|
|
137431
137448
|
},
|
|
137432
137449
|
"policyNamesToAdd": {
|
|
137433
|
-
"shape": "
|
|
137450
|
+
"shape": "Su9"
|
|
137434
137451
|
},
|
|
137435
137452
|
"policyNamesToSkip": {
|
|
137436
|
-
"shape": "
|
|
137453
|
+
"shape": "Su9"
|
|
137437
137454
|
}
|
|
137438
137455
|
}
|
|
137439
137456
|
},
|
|
@@ -137446,13 +137463,13 @@ module.exports={
|
|
|
137446
137463
|
"type": "structure",
|
|
137447
137464
|
"members": {
|
|
137448
137465
|
"authInfo": {
|
|
137449
|
-
"shape": "
|
|
137466
|
+
"shape": "Su5"
|
|
137450
137467
|
},
|
|
137451
137468
|
"allowed": {
|
|
137452
137469
|
"type": "structure",
|
|
137453
137470
|
"members": {
|
|
137454
137471
|
"policies": {
|
|
137455
|
-
"shape": "
|
|
137472
|
+
"shape": "Sn0"
|
|
137456
137473
|
}
|
|
137457
137474
|
}
|
|
137458
137475
|
},
|
|
@@ -137463,7 +137480,7 @@ module.exports={
|
|
|
137463
137480
|
"type": "structure",
|
|
137464
137481
|
"members": {
|
|
137465
137482
|
"policies": {
|
|
137466
|
-
"shape": "
|
|
137483
|
+
"shape": "Sn0"
|
|
137467
137484
|
}
|
|
137468
137485
|
}
|
|
137469
137486
|
},
|
|
@@ -137471,7 +137488,7 @@ module.exports={
|
|
|
137471
137488
|
"type": "structure",
|
|
137472
137489
|
"members": {
|
|
137473
137490
|
"policies": {
|
|
137474
|
-
"shape": "
|
|
137491
|
+
"shape": "Sn0"
|
|
137475
137492
|
}
|
|
137476
137493
|
}
|
|
137477
137494
|
}
|
|
@@ -137616,10 +137633,10 @@ module.exports={
|
|
|
137616
137633
|
"members": {
|
|
137617
137634
|
"roleArn": {},
|
|
137618
137635
|
"auditNotificationTargetConfigurations": {
|
|
137619
|
-
"shape": "
|
|
137636
|
+
"shape": "Sf2"
|
|
137620
137637
|
},
|
|
137621
137638
|
"auditCheckConfigurations": {
|
|
137622
|
-
"shape": "
|
|
137639
|
+
"shape": "Sf5"
|
|
137623
137640
|
}
|
|
137624
137641
|
}
|
|
137625
137642
|
},
|
|
@@ -137746,7 +137763,7 @@ module.exports={
|
|
|
137746
137763
|
"locationName": "newAutoRegistrationStatus"
|
|
137747
137764
|
},
|
|
137748
137765
|
"registrationConfig": {
|
|
137749
|
-
"shape": "
|
|
137766
|
+
"shape": "Sh5"
|
|
137750
137767
|
},
|
|
137751
137768
|
"removeAutoRegistration": {
|
|
137752
137769
|
"type": "boolean"
|
|
@@ -137928,7 +137945,7 @@ module.exports={
|
|
|
137928
137945
|
"type": "structure",
|
|
137929
137946
|
"members": {
|
|
137930
137947
|
"eventConfigurations": {
|
|
137931
|
-
"shape": "
|
|
137948
|
+
"shape": "Si9"
|
|
137932
137949
|
}
|
|
137933
137950
|
}
|
|
137934
137951
|
},
|
|
@@ -137979,10 +137996,10 @@ module.exports={
|
|
|
137979
137996
|
"type": "structure",
|
|
137980
137997
|
"members": {
|
|
137981
137998
|
"thingIndexingConfiguration": {
|
|
137982
|
-
"shape": "
|
|
137999
|
+
"shape": "Sl6"
|
|
137983
138000
|
},
|
|
137984
138001
|
"thingGroupIndexingConfiguration": {
|
|
137985
|
-
"shape": "
|
|
138002
|
+
"shape": "Sld"
|
|
137986
138003
|
}
|
|
137987
138004
|
}
|
|
137988
138005
|
},
|
|
@@ -138337,10 +138354,10 @@ module.exports={
|
|
|
138337
138354
|
"members": {
|
|
138338
138355
|
"thingName": {},
|
|
138339
138356
|
"thingGroupsToAdd": {
|
|
138340
|
-
"shape": "
|
|
138357
|
+
"shape": "Swk"
|
|
138341
138358
|
},
|
|
138342
138359
|
"thingGroupsToRemove": {
|
|
138343
|
-
"shape": "
|
|
138360
|
+
"shape": "Swk"
|
|
138344
138361
|
},
|
|
138345
138362
|
"overrideDynamicGroups": {
|
|
138346
138363
|
"type": "boolean"
|
|
@@ -139417,18 +139434,35 @@ module.exports={
|
|
|
139417
139434
|
"value": {}
|
|
139418
139435
|
}
|
|
139419
139436
|
}
|
|
139437
|
+
},
|
|
139438
|
+
"openSearch": {
|
|
139439
|
+
"type": "structure",
|
|
139440
|
+
"required": [
|
|
139441
|
+
"roleArn",
|
|
139442
|
+
"endpoint",
|
|
139443
|
+
"index",
|
|
139444
|
+
"type",
|
|
139445
|
+
"id"
|
|
139446
|
+
],
|
|
139447
|
+
"members": {
|
|
139448
|
+
"roleArn": {},
|
|
139449
|
+
"endpoint": {},
|
|
139450
|
+
"index": {},
|
|
139451
|
+
"type": {},
|
|
139452
|
+
"id": {}
|
|
139453
|
+
}
|
|
139420
139454
|
}
|
|
139421
139455
|
}
|
|
139422
139456
|
},
|
|
139423
|
-
"
|
|
139457
|
+
"Scw": {
|
|
139424
139458
|
"type": "list",
|
|
139425
139459
|
"member": {}
|
|
139426
139460
|
},
|
|
139427
|
-
"
|
|
139461
|
+
"Scy": {
|
|
139428
139462
|
"type": "list",
|
|
139429
139463
|
"member": {}
|
|
139430
139464
|
},
|
|
139431
|
-
"
|
|
139465
|
+
"Sd2": {
|
|
139432
139466
|
"type": "structure",
|
|
139433
139467
|
"members": {
|
|
139434
139468
|
"arn": {},
|
|
@@ -139450,10 +139484,10 @@ module.exports={
|
|
|
139450
139484
|
"type": "structure",
|
|
139451
139485
|
"members": {
|
|
139452
139486
|
"subnetIds": {
|
|
139453
|
-
"shape": "
|
|
139487
|
+
"shape": "Scw"
|
|
139454
139488
|
},
|
|
139455
139489
|
"securityGroups": {
|
|
139456
|
-
"shape": "
|
|
139490
|
+
"shape": "Scy"
|
|
139457
139491
|
},
|
|
139458
139492
|
"vpcId": {},
|
|
139459
139493
|
"roleArn": {}
|
|
@@ -139461,7 +139495,7 @@ module.exports={
|
|
|
139461
139495
|
}
|
|
139462
139496
|
}
|
|
139463
139497
|
},
|
|
139464
|
-
"
|
|
139498
|
+
"Sf2": {
|
|
139465
139499
|
"type": "map",
|
|
139466
139500
|
"key": {},
|
|
139467
139501
|
"value": {
|
|
@@ -139475,7 +139509,7 @@ module.exports={
|
|
|
139475
139509
|
}
|
|
139476
139510
|
}
|
|
139477
139511
|
},
|
|
139478
|
-
"
|
|
139512
|
+
"Sf5": {
|
|
139479
139513
|
"type": "map",
|
|
139480
139514
|
"key": {},
|
|
139481
139515
|
"value": {
|
|
@@ -139487,7 +139521,7 @@ module.exports={
|
|
|
139487
139521
|
}
|
|
139488
139522
|
}
|
|
139489
139523
|
},
|
|
139490
|
-
"
|
|
139524
|
+
"Sfa": {
|
|
139491
139525
|
"type": "structure",
|
|
139492
139526
|
"members": {
|
|
139493
139527
|
"findingId": {},
|
|
@@ -139508,7 +139542,7 @@ module.exports={
|
|
|
139508
139542
|
"shape": "S1o"
|
|
139509
139543
|
},
|
|
139510
139544
|
"additionalInfo": {
|
|
139511
|
-
"shape": "
|
|
139545
|
+
"shape": "Sfe"
|
|
139512
139546
|
}
|
|
139513
139547
|
}
|
|
139514
139548
|
},
|
|
@@ -139522,7 +139556,7 @@ module.exports={
|
|
|
139522
139556
|
"shape": "S1o"
|
|
139523
139557
|
},
|
|
139524
139558
|
"additionalInfo": {
|
|
139525
|
-
"shape": "
|
|
139559
|
+
"shape": "Sfe"
|
|
139526
139560
|
}
|
|
139527
139561
|
}
|
|
139528
139562
|
}
|
|
@@ -139534,12 +139568,12 @@ module.exports={
|
|
|
139534
139568
|
}
|
|
139535
139569
|
}
|
|
139536
139570
|
},
|
|
139537
|
-
"
|
|
139571
|
+
"Sfe": {
|
|
139538
139572
|
"type": "map",
|
|
139539
139573
|
"key": {},
|
|
139540
139574
|
"value": {}
|
|
139541
139575
|
},
|
|
139542
|
-
"
|
|
139576
|
+
"Sfu": {
|
|
139543
139577
|
"type": "structure",
|
|
139544
139578
|
"members": {
|
|
139545
139579
|
"auditTaskId": {},
|
|
@@ -139557,7 +139591,7 @@ module.exports={
|
|
|
139557
139591
|
}
|
|
139558
139592
|
}
|
|
139559
139593
|
},
|
|
139560
|
-
"
|
|
139594
|
+
"Sfy": {
|
|
139561
139595
|
"type": "map",
|
|
139562
139596
|
"key": {},
|
|
139563
139597
|
"value": {
|
|
@@ -139565,7 +139599,7 @@ module.exports={
|
|
|
139565
139599
|
"member": {}
|
|
139566
139600
|
}
|
|
139567
139601
|
},
|
|
139568
|
-
"
|
|
139602
|
+
"Sg0": {
|
|
139569
139603
|
"type": "list",
|
|
139570
139604
|
"member": {
|
|
139571
139605
|
"type": "structure",
|
|
@@ -139579,7 +139613,7 @@ module.exports={
|
|
|
139579
139613
|
}
|
|
139580
139614
|
}
|
|
139581
139615
|
},
|
|
139582
|
-
"
|
|
139616
|
+
"Sgr": {
|
|
139583
139617
|
"type": "structure",
|
|
139584
139618
|
"members": {
|
|
139585
139619
|
"authorizerName": {},
|
|
@@ -139601,7 +139635,7 @@ module.exports={
|
|
|
139601
139635
|
}
|
|
139602
139636
|
}
|
|
139603
139637
|
},
|
|
139604
|
-
"
|
|
139638
|
+
"Sh4": {
|
|
139605
139639
|
"type": "structure",
|
|
139606
139640
|
"members": {
|
|
139607
139641
|
"notBefore": {
|
|
@@ -139612,14 +139646,14 @@ module.exports={
|
|
|
139612
139646
|
}
|
|
139613
139647
|
}
|
|
139614
139648
|
},
|
|
139615
|
-
"
|
|
139649
|
+
"Sh5": {
|
|
139616
139650
|
"type": "structure",
|
|
139617
139651
|
"members": {
|
|
139618
139652
|
"templateBody": {},
|
|
139619
139653
|
"roleArn": {}
|
|
139620
139654
|
}
|
|
139621
139655
|
},
|
|
139622
|
-
"
|
|
139656
|
+
"Shj": {
|
|
139623
139657
|
"type": "structure",
|
|
139624
139658
|
"members": {
|
|
139625
139659
|
"taskId": {},
|
|
@@ -139631,10 +139665,10 @@ module.exports={
|
|
|
139631
139665
|
"type": "timestamp"
|
|
139632
139666
|
},
|
|
139633
139667
|
"target": {
|
|
139634
|
-
"shape": "
|
|
139668
|
+
"shape": "Shl"
|
|
139635
139669
|
},
|
|
139636
139670
|
"violationEventOccurrenceRange": {
|
|
139637
|
-
"shape": "
|
|
139671
|
+
"shape": "Sho"
|
|
139638
139672
|
},
|
|
139639
139673
|
"onlyActiveViolationsIncluded": {
|
|
139640
139674
|
"type": "boolean"
|
|
@@ -139643,7 +139677,7 @@ module.exports={
|
|
|
139643
139677
|
"type": "boolean"
|
|
139644
139678
|
},
|
|
139645
139679
|
"actionsDefinition": {
|
|
139646
|
-
"shape": "
|
|
139680
|
+
"shape": "Sg0"
|
|
139647
139681
|
},
|
|
139648
139682
|
"taskStatistics": {
|
|
139649
139683
|
"type": "structure",
|
|
@@ -139661,7 +139695,7 @@ module.exports={
|
|
|
139661
139695
|
}
|
|
139662
139696
|
}
|
|
139663
139697
|
},
|
|
139664
|
-
"
|
|
139698
|
+
"Shl": {
|
|
139665
139699
|
"type": "structure",
|
|
139666
139700
|
"members": {
|
|
139667
139701
|
"violationIds": {
|
|
@@ -139672,7 +139706,7 @@ module.exports={
|
|
|
139672
139706
|
"behaviorName": {}
|
|
139673
139707
|
}
|
|
139674
139708
|
},
|
|
139675
|
-
"
|
|
139709
|
+
"Sho": {
|
|
139676
139710
|
"type": "structure",
|
|
139677
139711
|
"required": [
|
|
139678
139712
|
"startTime",
|
|
@@ -139687,7 +139721,7 @@ module.exports={
|
|
|
139687
139721
|
}
|
|
139688
139722
|
}
|
|
139689
139723
|
},
|
|
139690
|
-
"
|
|
139724
|
+
"Si9": {
|
|
139691
139725
|
"type": "map",
|
|
139692
139726
|
"key": {},
|
|
139693
139727
|
"value": {
|
|
@@ -139699,20 +139733,20 @@ module.exports={
|
|
|
139699
139733
|
}
|
|
139700
139734
|
}
|
|
139701
139735
|
},
|
|
139702
|
-
"
|
|
139736
|
+
"Sju": {
|
|
139703
139737
|
"type": "list",
|
|
139704
139738
|
"member": {
|
|
139705
|
-
"shape": "
|
|
139739
|
+
"shape": "Sjv"
|
|
139706
139740
|
}
|
|
139707
139741
|
},
|
|
139708
|
-
"
|
|
139742
|
+
"Sjv": {
|
|
139709
139743
|
"type": "structure",
|
|
139710
139744
|
"members": {
|
|
139711
139745
|
"groupName": {},
|
|
139712
139746
|
"groupArn": {}
|
|
139713
139747
|
}
|
|
139714
139748
|
},
|
|
139715
|
-
"
|
|
139749
|
+
"Sk7": {
|
|
139716
139750
|
"type": "structure",
|
|
139717
139751
|
"members": {
|
|
139718
139752
|
"deprecated": {
|
|
@@ -139726,7 +139760,7 @@ module.exports={
|
|
|
139726
139760
|
}
|
|
139727
139761
|
}
|
|
139728
139762
|
},
|
|
139729
|
-
"
|
|
139763
|
+
"Sl6": {
|
|
139730
139764
|
"type": "structure",
|
|
139731
139765
|
"required": [
|
|
139732
139766
|
"thingIndexingMode"
|
|
@@ -139735,14 +139769,14 @@ module.exports={
|
|
|
139735
139769
|
"thingIndexingMode": {},
|
|
139736
139770
|
"thingConnectivityIndexingMode": {},
|
|
139737
139771
|
"managedFields": {
|
|
139738
|
-
"shape": "
|
|
139772
|
+
"shape": "Sl9"
|
|
139739
139773
|
},
|
|
139740
139774
|
"customFields": {
|
|
139741
|
-
"shape": "
|
|
139775
|
+
"shape": "Sl9"
|
|
139742
139776
|
}
|
|
139743
139777
|
}
|
|
139744
139778
|
},
|
|
139745
|
-
"
|
|
139779
|
+
"Sl9": {
|
|
139746
139780
|
"type": "list",
|
|
139747
139781
|
"member": {
|
|
139748
139782
|
"type": "structure",
|
|
@@ -139752,7 +139786,7 @@ module.exports={
|
|
|
139752
139786
|
}
|
|
139753
139787
|
}
|
|
139754
139788
|
},
|
|
139755
|
-
"
|
|
139789
|
+
"Sld": {
|
|
139756
139790
|
"type": "structure",
|
|
139757
139791
|
"required": [
|
|
139758
139792
|
"thingGroupIndexingMode"
|
|
@@ -139760,20 +139794,20 @@ module.exports={
|
|
|
139760
139794
|
"members": {
|
|
139761
139795
|
"thingGroupIndexingMode": {},
|
|
139762
139796
|
"managedFields": {
|
|
139763
|
-
"shape": "
|
|
139797
|
+
"shape": "Sl9"
|
|
139764
139798
|
},
|
|
139765
139799
|
"customFields": {
|
|
139766
|
-
"shape": "
|
|
139800
|
+
"shape": "Sl9"
|
|
139767
139801
|
}
|
|
139768
139802
|
}
|
|
139769
139803
|
},
|
|
139770
|
-
"
|
|
139804
|
+
"Smu": {
|
|
139771
139805
|
"type": "structure",
|
|
139772
139806
|
"members": {
|
|
139773
139807
|
"confidenceLevel": {}
|
|
139774
139808
|
}
|
|
139775
139809
|
},
|
|
139776
|
-
"
|
|
139810
|
+
"Sn0": {
|
|
139777
139811
|
"type": "list",
|
|
139778
139812
|
"member": {
|
|
139779
139813
|
"type": "structure",
|
|
@@ -139783,7 +139817,7 @@ module.exports={
|
|
|
139783
139817
|
}
|
|
139784
139818
|
}
|
|
139785
139819
|
},
|
|
139786
|
-
"
|
|
139820
|
+
"So2": {
|
|
139787
139821
|
"type": "list",
|
|
139788
139822
|
"member": {
|
|
139789
139823
|
"type": "structure",
|
|
@@ -139798,7 +139832,7 @@ module.exports={
|
|
|
139798
139832
|
}
|
|
139799
139833
|
}
|
|
139800
139834
|
},
|
|
139801
|
-
"
|
|
139835
|
+
"Sp2": {
|
|
139802
139836
|
"type": "structure",
|
|
139803
139837
|
"members": {
|
|
139804
139838
|
"status": {},
|
|
@@ -139816,15 +139850,15 @@ module.exports={
|
|
|
139816
139850
|
}
|
|
139817
139851
|
}
|
|
139818
139852
|
},
|
|
139819
|
-
"
|
|
139853
|
+
"Spv": {
|
|
139820
139854
|
"type": "list",
|
|
139821
139855
|
"member": {}
|
|
139822
139856
|
},
|
|
139823
|
-
"
|
|
139857
|
+
"Sq5": {
|
|
139824
139858
|
"type": "list",
|
|
139825
139859
|
"member": {}
|
|
139826
139860
|
},
|
|
139827
|
-
"
|
|
139861
|
+
"Sqo": {
|
|
139828
139862
|
"type": "structure",
|
|
139829
139863
|
"required": [
|
|
139830
139864
|
"name",
|
|
@@ -139835,7 +139869,7 @@ module.exports={
|
|
|
139835
139869
|
"arn": {}
|
|
139836
139870
|
}
|
|
139837
139871
|
},
|
|
139838
|
-
"
|
|
139872
|
+
"Sqt": {
|
|
139839
139873
|
"type": "structure",
|
|
139840
139874
|
"required": [
|
|
139841
139875
|
"arn"
|
|
@@ -139844,7 +139878,7 @@ module.exports={
|
|
|
139844
139878
|
"arn": {}
|
|
139845
139879
|
}
|
|
139846
139880
|
},
|
|
139847
|
-
"
|
|
139881
|
+
"Ssh": {
|
|
139848
139882
|
"type": "structure",
|
|
139849
139883
|
"required": [
|
|
139850
139884
|
"targetType"
|
|
@@ -139854,11 +139888,11 @@ module.exports={
|
|
|
139854
139888
|
"targetName": {}
|
|
139855
139889
|
}
|
|
139856
139890
|
},
|
|
139857
|
-
"
|
|
139891
|
+
"Stb": {
|
|
139858
139892
|
"type": "list",
|
|
139859
139893
|
"member": {}
|
|
139860
139894
|
},
|
|
139861
|
-
"
|
|
139895
|
+
"Su5": {
|
|
139862
139896
|
"type": "structure",
|
|
139863
139897
|
"required": [
|
|
139864
139898
|
"resources"
|
|
@@ -139871,11 +139905,11 @@ module.exports={
|
|
|
139871
139905
|
}
|
|
139872
139906
|
}
|
|
139873
139907
|
},
|
|
139874
|
-
"
|
|
139908
|
+
"Su9": {
|
|
139875
139909
|
"type": "list",
|
|
139876
139910
|
"member": {}
|
|
139877
139911
|
},
|
|
139878
|
-
"
|
|
139912
|
+
"Swk": {
|
|
139879
139913
|
"type": "list",
|
|
139880
139914
|
"member": {}
|
|
139881
139915
|
}
|
|
@@ -157419,6 +157453,9 @@ module.exports={
|
|
|
157419
157453
|
},
|
|
157420
157454
|
"opensearch": {
|
|
157421
157455
|
"name": "OpenSearch"
|
|
157456
|
+
},
|
|
157457
|
+
"kafkaconnect": {
|
|
157458
|
+
"name": "KafkaConnect"
|
|
157422
157459
|
}
|
|
157423
157460
|
}
|
|
157424
157461
|
},{}],164:[function(require,module,exports){
|
|
@@ -194985,10 +195022,10 @@ module.exports={
|
|
|
194985
195022
|
"requestUri": "/{Bucket}?notification"
|
|
194986
195023
|
},
|
|
194987
195024
|
"input": {
|
|
194988
|
-
"shape": "
|
|
195025
|
+
"shape": "S68"
|
|
194989
195026
|
},
|
|
194990
195027
|
"output": {
|
|
194991
|
-
"shape": "
|
|
195028
|
+
"shape": "S69"
|
|
194992
195029
|
},
|
|
194993
195030
|
"deprecated": true
|
|
194994
195031
|
},
|
|
@@ -194998,10 +195035,10 @@ module.exports={
|
|
|
194998
195035
|
"requestUri": "/{Bucket}?notification"
|
|
194999
195036
|
},
|
|
195000
195037
|
"input": {
|
|
195001
|
-
"shape": "
|
|
195038
|
+
"shape": "S68"
|
|
195002
195039
|
},
|
|
195003
195040
|
"output": {
|
|
195004
|
-
"shape": "
|
|
195041
|
+
"shape": "S6k"
|
|
195005
195042
|
}
|
|
195006
195043
|
},
|
|
195007
195044
|
"GetBucketOwnershipControls": {
|
|
@@ -195029,7 +195066,7 @@ module.exports={
|
|
|
195029
195066
|
"type": "structure",
|
|
195030
195067
|
"members": {
|
|
195031
195068
|
"OwnershipControls": {
|
|
195032
|
-
"shape": "
|
|
195069
|
+
"shape": "S70"
|
|
195033
195070
|
}
|
|
195034
195071
|
},
|
|
195035
195072
|
"payload": "OwnershipControls"
|
|
@@ -195126,7 +195163,7 @@ module.exports={
|
|
|
195126
195163
|
"type": "structure",
|
|
195127
195164
|
"members": {
|
|
195128
195165
|
"ReplicationConfiguration": {
|
|
195129
|
-
"shape": "
|
|
195166
|
+
"shape": "S7d"
|
|
195130
195167
|
}
|
|
195131
195168
|
},
|
|
195132
195169
|
"payload": "ReplicationConfiguration"
|
|
@@ -195249,16 +195286,16 @@ module.exports={
|
|
|
195249
195286
|
"type": "structure",
|
|
195250
195287
|
"members": {
|
|
195251
195288
|
"RedirectAllRequestsTo": {
|
|
195252
|
-
"shape": "
|
|
195289
|
+
"shape": "S8g"
|
|
195253
195290
|
},
|
|
195254
195291
|
"IndexDocument": {
|
|
195255
|
-
"shape": "
|
|
195292
|
+
"shape": "S8j"
|
|
195256
195293
|
},
|
|
195257
195294
|
"ErrorDocument": {
|
|
195258
|
-
"shape": "
|
|
195295
|
+
"shape": "S8l"
|
|
195259
195296
|
},
|
|
195260
195297
|
"RoutingRules": {
|
|
195261
|
-
"shape": "
|
|
195298
|
+
"shape": "S8m"
|
|
195262
195299
|
}
|
|
195263
195300
|
}
|
|
195264
195301
|
}
|
|
@@ -195598,7 +195635,7 @@ module.exports={
|
|
|
195598
195635
|
"type": "structure",
|
|
195599
195636
|
"members": {
|
|
195600
195637
|
"LegalHold": {
|
|
195601
|
-
"shape": "
|
|
195638
|
+
"shape": "S9l"
|
|
195602
195639
|
}
|
|
195603
195640
|
},
|
|
195604
195641
|
"payload": "LegalHold"
|
|
@@ -195629,7 +195666,7 @@ module.exports={
|
|
|
195629
195666
|
"type": "structure",
|
|
195630
195667
|
"members": {
|
|
195631
195668
|
"ObjectLockConfiguration": {
|
|
195632
|
-
"shape": "
|
|
195669
|
+
"shape": "S9o"
|
|
195633
195670
|
}
|
|
195634
195671
|
},
|
|
195635
195672
|
"payload": "ObjectLockConfiguration"
|
|
@@ -195673,7 +195710,7 @@ module.exports={
|
|
|
195673
195710
|
"type": "structure",
|
|
195674
195711
|
"members": {
|
|
195675
195712
|
"Retention": {
|
|
195676
|
-
"shape": "
|
|
195713
|
+
"shape": "S9w"
|
|
195677
195714
|
}
|
|
195678
195715
|
},
|
|
195679
195716
|
"payload": "Retention"
|
|
@@ -195799,7 +195836,7 @@ module.exports={
|
|
|
195799
195836
|
"type": "structure",
|
|
195800
195837
|
"members": {
|
|
195801
195838
|
"PublicAccessBlockConfiguration": {
|
|
195802
|
-
"shape": "
|
|
195839
|
+
"shape": "Sa3"
|
|
195803
195840
|
}
|
|
195804
195841
|
},
|
|
195805
195842
|
"payload": "PublicAccessBlockConfiguration"
|
|
@@ -196314,14 +196351,14 @@ module.exports={
|
|
|
196314
196351
|
"shape": "S37"
|
|
196315
196352
|
},
|
|
196316
196353
|
"Initiator": {
|
|
196317
|
-
"shape": "
|
|
196354
|
+
"shape": "Sb4"
|
|
196318
196355
|
}
|
|
196319
196356
|
}
|
|
196320
196357
|
},
|
|
196321
196358
|
"flattened": true
|
|
196322
196359
|
},
|
|
196323
196360
|
"CommonPrefixes": {
|
|
196324
|
-
"shape": "
|
|
196361
|
+
"shape": "Sb5"
|
|
196325
196362
|
},
|
|
196326
196363
|
"EncodingType": {}
|
|
196327
196364
|
}
|
|
@@ -196437,7 +196474,7 @@ module.exports={
|
|
|
196437
196474
|
"type": "integer"
|
|
196438
196475
|
},
|
|
196439
196476
|
"CommonPrefixes": {
|
|
196440
|
-
"shape": "
|
|
196477
|
+
"shape": "Sb5"
|
|
196441
196478
|
},
|
|
196442
196479
|
"EncodingType": {}
|
|
196443
196480
|
}
|
|
@@ -196499,7 +196536,7 @@ module.exports={
|
|
|
196499
196536
|
"Marker": {},
|
|
196500
196537
|
"NextMarker": {},
|
|
196501
196538
|
"Contents": {
|
|
196502
|
-
"shape": "
|
|
196539
|
+
"shape": "Sbn"
|
|
196503
196540
|
},
|
|
196504
196541
|
"Name": {},
|
|
196505
196542
|
"Prefix": {},
|
|
@@ -196508,7 +196545,7 @@ module.exports={
|
|
|
196508
196545
|
"type": "integer"
|
|
196509
196546
|
},
|
|
196510
196547
|
"CommonPrefixes": {
|
|
196511
|
-
"shape": "
|
|
196548
|
+
"shape": "Sb5"
|
|
196512
196549
|
},
|
|
196513
196550
|
"EncodingType": {}
|
|
196514
196551
|
}
|
|
@@ -196577,7 +196614,7 @@ module.exports={
|
|
|
196577
196614
|
"type": "boolean"
|
|
196578
196615
|
},
|
|
196579
196616
|
"Contents": {
|
|
196580
|
-
"shape": "
|
|
196617
|
+
"shape": "Sbn"
|
|
196581
196618
|
},
|
|
196582
196619
|
"Name": {},
|
|
196583
196620
|
"Prefix": {},
|
|
@@ -196586,7 +196623,7 @@ module.exports={
|
|
|
196586
196623
|
"type": "integer"
|
|
196587
196624
|
},
|
|
196588
196625
|
"CommonPrefixes": {
|
|
196589
|
-
"shape": "
|
|
196626
|
+
"shape": "Sb5"
|
|
196590
196627
|
},
|
|
196591
196628
|
"EncodingType": {},
|
|
196592
196629
|
"KeyCount": {
|
|
@@ -196691,7 +196728,7 @@ module.exports={
|
|
|
196691
196728
|
"flattened": true
|
|
196692
196729
|
},
|
|
196693
196730
|
"Initiator": {
|
|
196694
|
-
"shape": "
|
|
196731
|
+
"shape": "Sb4"
|
|
196695
196732
|
},
|
|
196696
196733
|
"Owner": {
|
|
196697
196734
|
"shape": "S37"
|
|
@@ -196754,7 +196791,7 @@ module.exports={
|
|
|
196754
196791
|
"locationName": "x-amz-acl"
|
|
196755
196792
|
},
|
|
196756
196793
|
"AccessControlPolicy": {
|
|
196757
|
-
"shape": "
|
|
196794
|
+
"shape": "Sc5",
|
|
196758
196795
|
"locationName": "AccessControlPolicy",
|
|
196759
196796
|
"xmlNamespace": {
|
|
196760
196797
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197165,7 +197202,7 @@ module.exports={
|
|
|
197165
197202
|
"locationName": "Content-MD5"
|
|
197166
197203
|
},
|
|
197167
197204
|
"NotificationConfiguration": {
|
|
197168
|
-
"shape": "
|
|
197205
|
+
"shape": "S69",
|
|
197169
197206
|
"locationName": "NotificationConfiguration",
|
|
197170
197207
|
"xmlNamespace": {
|
|
197171
197208
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197198,7 +197235,7 @@ module.exports={
|
|
|
197198
197235
|
"locationName": "Bucket"
|
|
197199
197236
|
},
|
|
197200
197237
|
"NotificationConfiguration": {
|
|
197201
|
-
"shape": "
|
|
197238
|
+
"shape": "S6k",
|
|
197202
197239
|
"locationName": "NotificationConfiguration",
|
|
197203
197240
|
"xmlNamespace": {
|
|
197204
197241
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197237,7 +197274,7 @@ module.exports={
|
|
|
197237
197274
|
"locationName": "x-amz-expected-bucket-owner"
|
|
197238
197275
|
},
|
|
197239
197276
|
"OwnershipControls": {
|
|
197240
|
-
"shape": "
|
|
197277
|
+
"shape": "S70",
|
|
197241
197278
|
"locationName": "OwnershipControls",
|
|
197242
197279
|
"xmlNamespace": {
|
|
197243
197280
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197304,7 +197341,7 @@ module.exports={
|
|
|
197304
197341
|
"locationName": "Content-MD5"
|
|
197305
197342
|
},
|
|
197306
197343
|
"ReplicationConfiguration": {
|
|
197307
|
-
"shape": "
|
|
197344
|
+
"shape": "S7d",
|
|
197308
197345
|
"locationName": "ReplicationConfiguration",
|
|
197309
197346
|
"xmlNamespace": {
|
|
197310
197347
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197386,7 +197423,7 @@ module.exports={
|
|
|
197386
197423
|
"locationName": "Content-MD5"
|
|
197387
197424
|
},
|
|
197388
197425
|
"Tagging": {
|
|
197389
|
-
"shape": "
|
|
197426
|
+
"shape": "Scu",
|
|
197390
197427
|
"locationName": "Tagging",
|
|
197391
197428
|
"xmlNamespace": {
|
|
197392
197429
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197475,16 +197512,16 @@ module.exports={
|
|
|
197475
197512
|
"type": "structure",
|
|
197476
197513
|
"members": {
|
|
197477
197514
|
"ErrorDocument": {
|
|
197478
|
-
"shape": "
|
|
197515
|
+
"shape": "S8l"
|
|
197479
197516
|
},
|
|
197480
197517
|
"IndexDocument": {
|
|
197481
|
-
"shape": "
|
|
197518
|
+
"shape": "S8j"
|
|
197482
197519
|
},
|
|
197483
197520
|
"RedirectAllRequestsTo": {
|
|
197484
|
-
"shape": "
|
|
197521
|
+
"shape": "S8g"
|
|
197485
197522
|
},
|
|
197486
197523
|
"RoutingRules": {
|
|
197487
|
-
"shape": "
|
|
197524
|
+
"shape": "S8m"
|
|
197488
197525
|
}
|
|
197489
197526
|
}
|
|
197490
197527
|
},
|
|
@@ -197714,7 +197751,7 @@ module.exports={
|
|
|
197714
197751
|
"locationName": "x-amz-acl"
|
|
197715
197752
|
},
|
|
197716
197753
|
"AccessControlPolicy": {
|
|
197717
|
-
"shape": "
|
|
197754
|
+
"shape": "Sc5",
|
|
197718
197755
|
"locationName": "AccessControlPolicy",
|
|
197719
197756
|
"xmlNamespace": {
|
|
197720
197757
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197799,7 +197836,7 @@ module.exports={
|
|
|
197799
197836
|
"locationName": "Key"
|
|
197800
197837
|
},
|
|
197801
197838
|
"LegalHold": {
|
|
197802
|
-
"shape": "
|
|
197839
|
+
"shape": "S9l",
|
|
197803
197840
|
"locationName": "LegalHold",
|
|
197804
197841
|
"xmlNamespace": {
|
|
197805
197842
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197851,7 +197888,7 @@ module.exports={
|
|
|
197851
197888
|
"locationName": "Bucket"
|
|
197852
197889
|
},
|
|
197853
197890
|
"ObjectLockConfiguration": {
|
|
197854
|
-
"shape": "
|
|
197891
|
+
"shape": "S9o",
|
|
197855
197892
|
"locationName": "ObjectLockConfiguration",
|
|
197856
197893
|
"xmlNamespace": {
|
|
197857
197894
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197908,7 +197945,7 @@ module.exports={
|
|
|
197908
197945
|
"locationName": "Key"
|
|
197909
197946
|
},
|
|
197910
197947
|
"Retention": {
|
|
197911
|
-
"shape": "
|
|
197948
|
+
"shape": "S9w",
|
|
197912
197949
|
"locationName": "Retention",
|
|
197913
197950
|
"xmlNamespace": {
|
|
197914
197951
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -197979,7 +198016,7 @@ module.exports={
|
|
|
197979
198016
|
"locationName": "Content-MD5"
|
|
197980
198017
|
},
|
|
197981
198018
|
"Tagging": {
|
|
197982
|
-
"shape": "
|
|
198019
|
+
"shape": "Scu",
|
|
197983
198020
|
"locationName": "Tagging",
|
|
197984
198021
|
"xmlNamespace": {
|
|
197985
198022
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -198028,7 +198065,7 @@ module.exports={
|
|
|
198028
198065
|
"locationName": "Content-MD5"
|
|
198029
198066
|
},
|
|
198030
198067
|
"PublicAccessBlockConfiguration": {
|
|
198031
|
-
"shape": "
|
|
198068
|
+
"shape": "Sa3",
|
|
198032
198069
|
"locationName": "PublicAccessBlockConfiguration",
|
|
198033
198070
|
"xmlNamespace": {
|
|
198034
198071
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
@@ -198098,12 +198135,12 @@ module.exports={
|
|
|
198098
198135
|
],
|
|
198099
198136
|
"members": {
|
|
198100
198137
|
"InputSerialization": {
|
|
198101
|
-
"shape": "
|
|
198138
|
+
"shape": "Sdk"
|
|
198102
198139
|
},
|
|
198103
198140
|
"ExpressionType": {},
|
|
198104
198141
|
"Expression": {},
|
|
198105
198142
|
"OutputSerialization": {
|
|
198106
|
-
"shape": "
|
|
198143
|
+
"shape": "Sdz"
|
|
198107
198144
|
}
|
|
198108
198145
|
}
|
|
198109
198146
|
},
|
|
@@ -198137,7 +198174,7 @@ module.exports={
|
|
|
198137
198174
|
"shape": "S3a"
|
|
198138
198175
|
},
|
|
198139
198176
|
"Tagging": {
|
|
198140
|
-
"shape": "
|
|
198177
|
+
"shape": "Scu"
|
|
198141
198178
|
},
|
|
198142
198179
|
"UserMetadata": {
|
|
198143
198180
|
"type": "list",
|
|
@@ -198234,10 +198271,10 @@ module.exports={
|
|
|
198234
198271
|
}
|
|
198235
198272
|
},
|
|
198236
198273
|
"InputSerialization": {
|
|
198237
|
-
"shape": "
|
|
198274
|
+
"shape": "Sdk"
|
|
198238
198275
|
},
|
|
198239
198276
|
"OutputSerialization": {
|
|
198240
|
-
"shape": "
|
|
198277
|
+
"shape": "Sdz"
|
|
198241
198278
|
},
|
|
198242
198279
|
"ScanRange": {
|
|
198243
198280
|
"type": "structure",
|
|
@@ -199300,6 +199337,7 @@ module.exports={
|
|
|
199300
199337
|
"Tag": {
|
|
199301
199338
|
"shape": "S3m"
|
|
199302
199339
|
},
|
|
199340
|
+
"AccessPointArn": {},
|
|
199303
199341
|
"And": {
|
|
199304
199342
|
"type": "structure",
|
|
199305
199343
|
"members": {
|
|
@@ -199308,14 +199346,15 @@ module.exports={
|
|
|
199308
199346
|
"shape": "S3p",
|
|
199309
199347
|
"flattened": true,
|
|
199310
199348
|
"locationName": "Tag"
|
|
199311
|
-
}
|
|
199349
|
+
},
|
|
199350
|
+
"AccessPointArn": {}
|
|
199312
199351
|
}
|
|
199313
199352
|
}
|
|
199314
199353
|
}
|
|
199315
199354
|
}
|
|
199316
199355
|
}
|
|
199317
199356
|
},
|
|
199318
|
-
"
|
|
199357
|
+
"S68": {
|
|
199319
199358
|
"type": "structure",
|
|
199320
199359
|
"required": [
|
|
199321
199360
|
"Bucket"
|
|
@@ -199331,7 +199370,7 @@ module.exports={
|
|
|
199331
199370
|
}
|
|
199332
199371
|
}
|
|
199333
199372
|
},
|
|
199334
|
-
"
|
|
199373
|
+
"S69": {
|
|
199335
199374
|
"type": "structure",
|
|
199336
199375
|
"members": {
|
|
199337
199376
|
"TopicConfiguration": {
|
|
@@ -199339,7 +199378,7 @@ module.exports={
|
|
|
199339
199378
|
"members": {
|
|
199340
199379
|
"Id": {},
|
|
199341
199380
|
"Events": {
|
|
199342
|
-
"shape": "
|
|
199381
|
+
"shape": "S6c",
|
|
199343
199382
|
"locationName": "Event"
|
|
199344
199383
|
},
|
|
199345
199384
|
"Event": {
|
|
@@ -199356,7 +199395,7 @@ module.exports={
|
|
|
199356
199395
|
"deprecated": true
|
|
199357
199396
|
},
|
|
199358
199397
|
"Events": {
|
|
199359
|
-
"shape": "
|
|
199398
|
+
"shape": "S6c",
|
|
199360
199399
|
"locationName": "Event"
|
|
199361
199400
|
},
|
|
199362
199401
|
"Queue": {}
|
|
@@ -199370,7 +199409,7 @@ module.exports={
|
|
|
199370
199409
|
"deprecated": true
|
|
199371
199410
|
},
|
|
199372
199411
|
"Events": {
|
|
199373
|
-
"shape": "
|
|
199412
|
+
"shape": "S6c",
|
|
199374
199413
|
"locationName": "Event"
|
|
199375
199414
|
},
|
|
199376
199415
|
"CloudFunction": {},
|
|
@@ -199379,12 +199418,12 @@ module.exports={
|
|
|
199379
199418
|
}
|
|
199380
199419
|
}
|
|
199381
199420
|
},
|
|
199382
|
-
"
|
|
199421
|
+
"S6c": {
|
|
199383
199422
|
"type": "list",
|
|
199384
199423
|
"member": {},
|
|
199385
199424
|
"flattened": true
|
|
199386
199425
|
},
|
|
199387
|
-
"
|
|
199426
|
+
"S6k": {
|
|
199388
199427
|
"type": "structure",
|
|
199389
199428
|
"members": {
|
|
199390
199429
|
"TopicConfigurations": {
|
|
@@ -199402,11 +199441,11 @@ module.exports={
|
|
|
199402
199441
|
"locationName": "Topic"
|
|
199403
199442
|
},
|
|
199404
199443
|
"Events": {
|
|
199405
|
-
"shape": "
|
|
199444
|
+
"shape": "S6c",
|
|
199406
199445
|
"locationName": "Event"
|
|
199407
199446
|
},
|
|
199408
199447
|
"Filter": {
|
|
199409
|
-
"shape": "
|
|
199448
|
+
"shape": "S6n"
|
|
199410
199449
|
}
|
|
199411
199450
|
}
|
|
199412
199451
|
},
|
|
@@ -199427,11 +199466,11 @@ module.exports={
|
|
|
199427
199466
|
"locationName": "Queue"
|
|
199428
199467
|
},
|
|
199429
199468
|
"Events": {
|
|
199430
|
-
"shape": "
|
|
199469
|
+
"shape": "S6c",
|
|
199431
199470
|
"locationName": "Event"
|
|
199432
199471
|
},
|
|
199433
199472
|
"Filter": {
|
|
199434
|
-
"shape": "
|
|
199473
|
+
"shape": "S6n"
|
|
199435
199474
|
}
|
|
199436
199475
|
}
|
|
199437
199476
|
},
|
|
@@ -199452,11 +199491,11 @@ module.exports={
|
|
|
199452
199491
|
"locationName": "CloudFunction"
|
|
199453
199492
|
},
|
|
199454
199493
|
"Events": {
|
|
199455
|
-
"shape": "
|
|
199494
|
+
"shape": "S6c",
|
|
199456
199495
|
"locationName": "Event"
|
|
199457
199496
|
},
|
|
199458
199497
|
"Filter": {
|
|
199459
|
-
"shape": "
|
|
199498
|
+
"shape": "S6n"
|
|
199460
199499
|
}
|
|
199461
199500
|
}
|
|
199462
199501
|
},
|
|
@@ -199464,7 +199503,7 @@ module.exports={
|
|
|
199464
199503
|
}
|
|
199465
199504
|
}
|
|
199466
199505
|
},
|
|
199467
|
-
"
|
|
199506
|
+
"S6n": {
|
|
199468
199507
|
"type": "structure",
|
|
199469
199508
|
"members": {
|
|
199470
199509
|
"Key": {
|
|
@@ -199487,7 +199526,7 @@ module.exports={
|
|
|
199487
199526
|
}
|
|
199488
199527
|
}
|
|
199489
199528
|
},
|
|
199490
|
-
"
|
|
199529
|
+
"S70": {
|
|
199491
199530
|
"type": "structure",
|
|
199492
199531
|
"required": [
|
|
199493
199532
|
"Rules"
|
|
@@ -199509,7 +199548,7 @@ module.exports={
|
|
|
199509
199548
|
}
|
|
199510
199549
|
}
|
|
199511
199550
|
},
|
|
199512
|
-
"
|
|
199551
|
+
"S7d": {
|
|
199513
199552
|
"type": "structure",
|
|
199514
199553
|
"required": [
|
|
199515
199554
|
"Role",
|
|
@@ -199620,7 +199659,7 @@ module.exports={
|
|
|
199620
199659
|
"members": {
|
|
199621
199660
|
"Status": {},
|
|
199622
199661
|
"Time": {
|
|
199623
|
-
"shape": "
|
|
199662
|
+
"shape": "S7z"
|
|
199624
199663
|
}
|
|
199625
199664
|
}
|
|
199626
199665
|
},
|
|
@@ -199632,7 +199671,7 @@ module.exports={
|
|
|
199632
199671
|
"members": {
|
|
199633
199672
|
"Status": {},
|
|
199634
199673
|
"EventThreshold": {
|
|
199635
|
-
"shape": "
|
|
199674
|
+
"shape": "S7z"
|
|
199636
199675
|
}
|
|
199637
199676
|
}
|
|
199638
199677
|
}
|
|
@@ -199650,7 +199689,7 @@ module.exports={
|
|
|
199650
199689
|
}
|
|
199651
199690
|
}
|
|
199652
199691
|
},
|
|
199653
|
-
"
|
|
199692
|
+
"S7z": {
|
|
199654
199693
|
"type": "structure",
|
|
199655
199694
|
"members": {
|
|
199656
199695
|
"Minutes": {
|
|
@@ -199658,7 +199697,7 @@ module.exports={
|
|
|
199658
199697
|
}
|
|
199659
199698
|
}
|
|
199660
199699
|
},
|
|
199661
|
-
"
|
|
199700
|
+
"S8g": {
|
|
199662
199701
|
"type": "structure",
|
|
199663
199702
|
"required": [
|
|
199664
199703
|
"HostName"
|
|
@@ -199668,7 +199707,7 @@ module.exports={
|
|
|
199668
199707
|
"Protocol": {}
|
|
199669
199708
|
}
|
|
199670
199709
|
},
|
|
199671
|
-
"
|
|
199710
|
+
"S8j": {
|
|
199672
199711
|
"type": "structure",
|
|
199673
199712
|
"required": [
|
|
199674
199713
|
"Suffix"
|
|
@@ -199677,7 +199716,7 @@ module.exports={
|
|
|
199677
199716
|
"Suffix": {}
|
|
199678
199717
|
}
|
|
199679
199718
|
},
|
|
199680
|
-
"
|
|
199719
|
+
"S8l": {
|
|
199681
199720
|
"type": "structure",
|
|
199682
199721
|
"required": [
|
|
199683
199722
|
"Key"
|
|
@@ -199686,7 +199725,7 @@ module.exports={
|
|
|
199686
199725
|
"Key": {}
|
|
199687
199726
|
}
|
|
199688
199727
|
},
|
|
199689
|
-
"
|
|
199728
|
+
"S8m": {
|
|
199690
199729
|
"type": "list",
|
|
199691
199730
|
"member": {
|
|
199692
199731
|
"locationName": "RoutingRule",
|
|
@@ -199715,13 +199754,13 @@ module.exports={
|
|
|
199715
199754
|
}
|
|
199716
199755
|
}
|
|
199717
199756
|
},
|
|
199718
|
-
"
|
|
199757
|
+
"S9l": {
|
|
199719
199758
|
"type": "structure",
|
|
199720
199759
|
"members": {
|
|
199721
199760
|
"Status": {}
|
|
199722
199761
|
}
|
|
199723
199762
|
},
|
|
199724
|
-
"
|
|
199763
|
+
"S9o": {
|
|
199725
199764
|
"type": "structure",
|
|
199726
199765
|
"members": {
|
|
199727
199766
|
"ObjectLockEnabled": {},
|
|
@@ -199744,7 +199783,7 @@ module.exports={
|
|
|
199744
199783
|
}
|
|
199745
199784
|
}
|
|
199746
199785
|
},
|
|
199747
|
-
"
|
|
199786
|
+
"S9w": {
|
|
199748
199787
|
"type": "structure",
|
|
199749
199788
|
"members": {
|
|
199750
199789
|
"Mode": {},
|
|
@@ -199753,7 +199792,7 @@ module.exports={
|
|
|
199753
199792
|
}
|
|
199754
199793
|
}
|
|
199755
199794
|
},
|
|
199756
|
-
"
|
|
199795
|
+
"Sa3": {
|
|
199757
199796
|
"type": "structure",
|
|
199758
199797
|
"members": {
|
|
199759
199798
|
"BlockPublicAcls": {
|
|
@@ -199774,14 +199813,14 @@ module.exports={
|
|
|
199774
199813
|
}
|
|
199775
199814
|
}
|
|
199776
199815
|
},
|
|
199777
|
-
"
|
|
199816
|
+
"Sb4": {
|
|
199778
199817
|
"type": "structure",
|
|
199779
199818
|
"members": {
|
|
199780
199819
|
"ID": {},
|
|
199781
199820
|
"DisplayName": {}
|
|
199782
199821
|
}
|
|
199783
199822
|
},
|
|
199784
|
-
"
|
|
199823
|
+
"Sb5": {
|
|
199785
199824
|
"type": "list",
|
|
199786
199825
|
"member": {
|
|
199787
199826
|
"type": "structure",
|
|
@@ -199791,7 +199830,7 @@ module.exports={
|
|
|
199791
199830
|
},
|
|
199792
199831
|
"flattened": true
|
|
199793
199832
|
},
|
|
199794
|
-
"
|
|
199833
|
+
"Sbn": {
|
|
199795
199834
|
"type": "list",
|
|
199796
199835
|
"member": {
|
|
199797
199836
|
"type": "structure",
|
|
@@ -199812,7 +199851,7 @@ module.exports={
|
|
|
199812
199851
|
},
|
|
199813
199852
|
"flattened": true
|
|
199814
199853
|
},
|
|
199815
|
-
"
|
|
199854
|
+
"Sc5": {
|
|
199816
199855
|
"type": "structure",
|
|
199817
199856
|
"members": {
|
|
199818
199857
|
"Grants": {
|
|
@@ -199824,7 +199863,7 @@ module.exports={
|
|
|
199824
199863
|
}
|
|
199825
199864
|
}
|
|
199826
199865
|
},
|
|
199827
|
-
"
|
|
199866
|
+
"Scu": {
|
|
199828
199867
|
"type": "structure",
|
|
199829
199868
|
"required": [
|
|
199830
199869
|
"TagSet"
|
|
@@ -199835,7 +199874,7 @@ module.exports={
|
|
|
199835
199874
|
}
|
|
199836
199875
|
}
|
|
199837
199876
|
},
|
|
199838
|
-
"
|
|
199877
|
+
"Sdk": {
|
|
199839
199878
|
"type": "structure",
|
|
199840
199879
|
"members": {
|
|
199841
199880
|
"CSV": {
|
|
@@ -199865,7 +199904,7 @@ module.exports={
|
|
|
199865
199904
|
}
|
|
199866
199905
|
}
|
|
199867
199906
|
},
|
|
199868
|
-
"
|
|
199907
|
+
"Sdz": {
|
|
199869
199908
|
"type": "structure",
|
|
199870
199909
|
"members": {
|
|
199871
199910
|
"CSV": {
|
|
@@ -226081,7 +226120,7 @@ AWS.util.update(AWS, {
|
|
|
226081
226120
|
/**
|
|
226082
226121
|
* @constant
|
|
226083
226122
|
*/
|
|
226084
|
-
VERSION: '2.
|
|
226123
|
+
VERSION: '2.991.0',
|
|
226085
226124
|
|
|
226086
226125
|
/**
|
|
226087
226126
|
* @api private
|
|
@@ -247334,7 +247373,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
247334
247373
|
}());
|
|
247335
247374
|
exports.LRUCache = LRUCache;
|
|
247336
247375
|
},{}],451:[function(require,module,exports){
|
|
247337
|
-
// AWS SDK for JavaScript v2.
|
|
247376
|
+
// AWS SDK for JavaScript v2.991.0
|
|
247338
247377
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
247339
247378
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
247340
247379
|
require('./browser_loader');
|