cdk-comprehend-s3olap 2.0.101 → 2.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +237 -126
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +398 -378
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +102 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +584 -572
- package/node_modules/aws-sdk/clients/comprehend.d.ts +148 -34
- package/node_modules/aws-sdk/clients/ec2.d.ts +25 -3
- package/node_modules/aws-sdk/clients/s3control.d.ts +109 -41
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +31 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +638 -507
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1221.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){
|
@@ -52925,6 +52925,48 @@ module.exports={
|
|
52925
52925
|
"sensitive": true
|
52926
52926
|
}
|
52927
52927
|
},
|
52928
|
+
"BatchDetectTargetedSentiment": {
|
52929
|
+
"input": {
|
52930
|
+
"type": "structure",
|
52931
|
+
"required": [
|
52932
|
+
"TextList",
|
52933
|
+
"LanguageCode"
|
52934
|
+
],
|
52935
|
+
"members": {
|
52936
|
+
"TextList": {
|
52937
|
+
"shape": "S2"
|
52938
|
+
},
|
52939
|
+
"LanguageCode": {}
|
52940
|
+
}
|
52941
|
+
},
|
52942
|
+
"output": {
|
52943
|
+
"type": "structure",
|
52944
|
+
"required": [
|
52945
|
+
"ResultList",
|
52946
|
+
"ErrorList"
|
52947
|
+
],
|
52948
|
+
"members": {
|
52949
|
+
"ResultList": {
|
52950
|
+
"type": "list",
|
52951
|
+
"member": {
|
52952
|
+
"type": "structure",
|
52953
|
+
"members": {
|
52954
|
+
"Index": {
|
52955
|
+
"type": "integer"
|
52956
|
+
},
|
52957
|
+
"Entities": {
|
52958
|
+
"shape": "S1b"
|
52959
|
+
}
|
52960
|
+
}
|
52961
|
+
}
|
52962
|
+
},
|
52963
|
+
"ErrorList": {
|
52964
|
+
"shape": "Sc"
|
52965
|
+
}
|
52966
|
+
},
|
52967
|
+
"sensitive": true
|
52968
|
+
}
|
52969
|
+
},
|
52928
52970
|
"ClassifyDocument": {
|
52929
52971
|
"input": {
|
52930
52972
|
"type": "structure",
|
@@ -53014,13 +53056,13 @@ module.exports={
|
|
53014
53056
|
"VersionName": {},
|
53015
53057
|
"DataAccessRoleArn": {},
|
53016
53058
|
"Tags": {
|
53017
|
-
"shape": "
|
53059
|
+
"shape": "S1y"
|
53018
53060
|
},
|
53019
53061
|
"InputDataConfig": {
|
53020
|
-
"shape": "
|
53062
|
+
"shape": "S22"
|
53021
53063
|
},
|
53022
53064
|
"OutputDataConfig": {
|
53023
|
-
"shape": "
|
53065
|
+
"shape": "S2c"
|
53024
53066
|
},
|
53025
53067
|
"ClientRequestToken": {
|
53026
53068
|
"idempotencyToken": true
|
@@ -53028,7 +53070,7 @@ module.exports={
|
|
53028
53070
|
"LanguageCode": {},
|
53029
53071
|
"VolumeKmsKeyId": {},
|
53030
53072
|
"VpcConfig": {
|
53031
|
-
"shape": "
|
53073
|
+
"shape": "S2f"
|
53032
53074
|
},
|
53033
53075
|
"Mode": {},
|
53034
53076
|
"ModelKmsKeyId": {},
|
@@ -53060,7 +53102,7 @@ module.exports={
|
|
53060
53102
|
"idempotencyToken": true
|
53061
53103
|
},
|
53062
53104
|
"Tags": {
|
53063
|
-
"shape": "
|
53105
|
+
"shape": "S1y"
|
53064
53106
|
},
|
53065
53107
|
"DataAccessRoleArn": {}
|
53066
53108
|
}
|
@@ -53086,10 +53128,10 @@ module.exports={
|
|
53086
53128
|
"VersionName": {},
|
53087
53129
|
"DataAccessRoleArn": {},
|
53088
53130
|
"Tags": {
|
53089
|
-
"shape": "
|
53131
|
+
"shape": "S1y"
|
53090
53132
|
},
|
53091
53133
|
"InputDataConfig": {
|
53092
|
-
"shape": "
|
53134
|
+
"shape": "S2v"
|
53093
53135
|
},
|
53094
53136
|
"ClientRequestToken": {
|
53095
53137
|
"idempotencyToken": true
|
@@ -53097,7 +53139,7 @@ module.exports={
|
|
53097
53139
|
"LanguageCode": {},
|
53098
53140
|
"VolumeKmsKeyId": {},
|
53099
53141
|
"VpcConfig": {
|
53100
|
-
"shape": "
|
53142
|
+
"shape": "S2f"
|
53101
53143
|
},
|
53102
53144
|
"ModelKmsKeyId": {},
|
53103
53145
|
"ModelPolicy": {}
|
@@ -53185,7 +53227,7 @@ module.exports={
|
|
53185
53227
|
"type": "structure",
|
53186
53228
|
"members": {
|
53187
53229
|
"DocumentClassificationJobProperties": {
|
53188
|
-
"shape": "
|
53230
|
+
"shape": "S3j"
|
53189
53231
|
}
|
53190
53232
|
}
|
53191
53233
|
}
|
@@ -53204,7 +53246,7 @@ module.exports={
|
|
53204
53246
|
"type": "structure",
|
53205
53247
|
"members": {
|
53206
53248
|
"DocumentClassifierProperties": {
|
53207
|
-
"shape": "
|
53249
|
+
"shape": "S3y"
|
53208
53250
|
}
|
53209
53251
|
}
|
53210
53252
|
}
|
@@ -53223,7 +53265,7 @@ module.exports={
|
|
53223
53265
|
"type": "structure",
|
53224
53266
|
"members": {
|
53225
53267
|
"DominantLanguageDetectionJobProperties": {
|
53226
|
-
"shape": "
|
53268
|
+
"shape": "S45"
|
53227
53269
|
}
|
53228
53270
|
}
|
53229
53271
|
}
|
@@ -53242,7 +53284,7 @@ module.exports={
|
|
53242
53284
|
"type": "structure",
|
53243
53285
|
"members": {
|
53244
53286
|
"EndpointProperties": {
|
53245
|
-
"shape": "
|
53287
|
+
"shape": "S48"
|
53246
53288
|
}
|
53247
53289
|
}
|
53248
53290
|
}
|
@@ -53261,7 +53303,7 @@ module.exports={
|
|
53261
53303
|
"type": "structure",
|
53262
53304
|
"members": {
|
53263
53305
|
"EntitiesDetectionJobProperties": {
|
53264
|
-
"shape": "
|
53306
|
+
"shape": "S4c"
|
53265
53307
|
}
|
53266
53308
|
}
|
53267
53309
|
}
|
@@ -53280,7 +53322,7 @@ module.exports={
|
|
53280
53322
|
"type": "structure",
|
53281
53323
|
"members": {
|
53282
53324
|
"EntityRecognizerProperties": {
|
53283
|
-
"shape": "
|
53325
|
+
"shape": "S4f"
|
53284
53326
|
}
|
53285
53327
|
}
|
53286
53328
|
}
|
@@ -53299,7 +53341,7 @@ module.exports={
|
|
53299
53341
|
"type": "structure",
|
53300
53342
|
"members": {
|
53301
53343
|
"EventsDetectionJobProperties": {
|
53302
|
-
"shape": "
|
53344
|
+
"shape": "S4n"
|
53303
53345
|
}
|
53304
53346
|
}
|
53305
53347
|
}
|
@@ -53318,7 +53360,7 @@ module.exports={
|
|
53318
53360
|
"type": "structure",
|
53319
53361
|
"members": {
|
53320
53362
|
"KeyPhrasesDetectionJobProperties": {
|
53321
|
-
"shape": "
|
53363
|
+
"shape": "S4s"
|
53322
53364
|
}
|
53323
53365
|
}
|
53324
53366
|
}
|
@@ -53337,7 +53379,7 @@ module.exports={
|
|
53337
53379
|
"type": "structure",
|
53338
53380
|
"members": {
|
53339
53381
|
"PiiEntitiesDetectionJobProperties": {
|
53340
|
-
"shape": "
|
53382
|
+
"shape": "S4v"
|
53341
53383
|
}
|
53342
53384
|
}
|
53343
53385
|
}
|
@@ -53380,7 +53422,7 @@ module.exports={
|
|
53380
53422
|
"type": "structure",
|
53381
53423
|
"members": {
|
53382
53424
|
"SentimentDetectionJobProperties": {
|
53383
|
-
"shape": "
|
53425
|
+
"shape": "S56"
|
53384
53426
|
}
|
53385
53427
|
}
|
53386
53428
|
}
|
@@ -53399,7 +53441,7 @@ module.exports={
|
|
53399
53441
|
"type": "structure",
|
53400
53442
|
"members": {
|
53401
53443
|
"TargetedSentimentDetectionJobProperties": {
|
53402
|
-
"shape": "
|
53444
|
+
"shape": "S59"
|
53403
53445
|
}
|
53404
53446
|
}
|
53405
53447
|
}
|
@@ -53418,7 +53460,7 @@ module.exports={
|
|
53418
53460
|
"type": "structure",
|
53419
53461
|
"members": {
|
53420
53462
|
"TopicsDetectionJobProperties": {
|
53421
|
-
"shape": "
|
53463
|
+
"shape": "S5c"
|
53422
53464
|
}
|
53423
53465
|
}
|
53424
53466
|
}
|
@@ -53578,6 +53620,30 @@ module.exports={
|
|
53578
53620
|
"sensitive": true
|
53579
53621
|
}
|
53580
53622
|
},
|
53623
|
+
"DetectTargetedSentiment": {
|
53624
|
+
"input": {
|
53625
|
+
"type": "structure",
|
53626
|
+
"required": [
|
53627
|
+
"Text",
|
53628
|
+
"LanguageCode"
|
53629
|
+
],
|
53630
|
+
"members": {
|
53631
|
+
"Text": {
|
53632
|
+
"shape": "S3"
|
53633
|
+
},
|
53634
|
+
"LanguageCode": {}
|
53635
|
+
}
|
53636
|
+
},
|
53637
|
+
"output": {
|
53638
|
+
"type": "structure",
|
53639
|
+
"members": {
|
53640
|
+
"Entities": {
|
53641
|
+
"shape": "S1b"
|
53642
|
+
}
|
53643
|
+
},
|
53644
|
+
"sensitive": true
|
53645
|
+
}
|
53646
|
+
},
|
53581
53647
|
"ImportModel": {
|
53582
53648
|
"input": {
|
53583
53649
|
"type": "structure",
|
@@ -53591,7 +53657,7 @@ module.exports={
|
|
53591
53657
|
"ModelKmsKeyId": {},
|
53592
53658
|
"DataAccessRoleArn": {},
|
53593
53659
|
"Tags": {
|
53594
|
-
"shape": "
|
53660
|
+
"shape": "S1y"
|
53595
53661
|
}
|
53596
53662
|
}
|
53597
53663
|
},
|
@@ -53631,7 +53697,7 @@ module.exports={
|
|
53631
53697
|
"DocumentClassificationJobPropertiesList": {
|
53632
53698
|
"type": "list",
|
53633
53699
|
"member": {
|
53634
|
-
"shape": "
|
53700
|
+
"shape": "S3j"
|
53635
53701
|
}
|
53636
53702
|
},
|
53637
53703
|
"NextToken": {}
|
@@ -53701,7 +53767,7 @@ module.exports={
|
|
53701
53767
|
"DocumentClassifierPropertiesList": {
|
53702
53768
|
"type": "list",
|
53703
53769
|
"member": {
|
53704
|
-
"shape": "
|
53770
|
+
"shape": "S3y"
|
53705
53771
|
}
|
53706
53772
|
},
|
53707
53773
|
"NextToken": {}
|
@@ -53737,7 +53803,7 @@ module.exports={
|
|
53737
53803
|
"DominantLanguageDetectionJobPropertiesList": {
|
53738
53804
|
"type": "list",
|
53739
53805
|
"member": {
|
53740
|
-
"shape": "
|
53806
|
+
"shape": "S45"
|
53741
53807
|
}
|
53742
53808
|
},
|
53743
53809
|
"NextToken": {}
|
@@ -53773,7 +53839,7 @@ module.exports={
|
|
53773
53839
|
"EndpointPropertiesList": {
|
53774
53840
|
"type": "list",
|
53775
53841
|
"member": {
|
53776
|
-
"shape": "
|
53842
|
+
"shape": "S48"
|
53777
53843
|
}
|
53778
53844
|
},
|
53779
53845
|
"NextToken": {}
|
@@ -53809,7 +53875,7 @@ module.exports={
|
|
53809
53875
|
"EntitiesDetectionJobPropertiesList": {
|
53810
53876
|
"type": "list",
|
53811
53877
|
"member": {
|
53812
|
-
"shape": "
|
53878
|
+
"shape": "S4c"
|
53813
53879
|
}
|
53814
53880
|
},
|
53815
53881
|
"NextToken": {}
|
@@ -53879,7 +53945,7 @@ module.exports={
|
|
53879
53945
|
"EntityRecognizerPropertiesList": {
|
53880
53946
|
"type": "list",
|
53881
53947
|
"member": {
|
53882
|
-
"shape": "
|
53948
|
+
"shape": "S4f"
|
53883
53949
|
}
|
53884
53950
|
},
|
53885
53951
|
"NextToken": {}
|
@@ -53915,7 +53981,7 @@ module.exports={
|
|
53915
53981
|
"EventsDetectionJobPropertiesList": {
|
53916
53982
|
"type": "list",
|
53917
53983
|
"member": {
|
53918
|
-
"shape": "
|
53984
|
+
"shape": "S4n"
|
53919
53985
|
}
|
53920
53986
|
},
|
53921
53987
|
"NextToken": {}
|
@@ -53951,7 +54017,7 @@ module.exports={
|
|
53951
54017
|
"KeyPhrasesDetectionJobPropertiesList": {
|
53952
54018
|
"type": "list",
|
53953
54019
|
"member": {
|
53954
|
-
"shape": "
|
54020
|
+
"shape": "S4s"
|
53955
54021
|
}
|
53956
54022
|
},
|
53957
54023
|
"NextToken": {}
|
@@ -53987,7 +54053,7 @@ module.exports={
|
|
53987
54053
|
"PiiEntitiesDetectionJobPropertiesList": {
|
53988
54054
|
"type": "list",
|
53989
54055
|
"member": {
|
53990
|
-
"shape": "
|
54056
|
+
"shape": "S4v"
|
53991
54057
|
}
|
53992
54058
|
},
|
53993
54059
|
"NextToken": {}
|
@@ -54023,7 +54089,7 @@ module.exports={
|
|
54023
54089
|
"SentimentDetectionJobPropertiesList": {
|
54024
54090
|
"type": "list",
|
54025
54091
|
"member": {
|
54026
|
-
"shape": "
|
54092
|
+
"shape": "S56"
|
54027
54093
|
}
|
54028
54094
|
},
|
54029
54095
|
"NextToken": {}
|
@@ -54045,7 +54111,7 @@ module.exports={
|
|
54045
54111
|
"members": {
|
54046
54112
|
"ResourceArn": {},
|
54047
54113
|
"Tags": {
|
54048
|
-
"shape": "
|
54114
|
+
"shape": "S1y"
|
54049
54115
|
}
|
54050
54116
|
}
|
54051
54117
|
}
|
@@ -54079,7 +54145,7 @@ module.exports={
|
|
54079
54145
|
"TargetedSentimentDetectionJobPropertiesList": {
|
54080
54146
|
"type": "list",
|
54081
54147
|
"member": {
|
54082
|
-
"shape": "
|
54148
|
+
"shape": "S59"
|
54083
54149
|
}
|
54084
54150
|
},
|
54085
54151
|
"NextToken": {}
|
@@ -54115,7 +54181,7 @@ module.exports={
|
|
54115
54181
|
"TopicsDetectionJobPropertiesList": {
|
54116
54182
|
"type": "list",
|
54117
54183
|
"member": {
|
54118
|
-
"shape": "
|
54184
|
+
"shape": "S5c"
|
54119
54185
|
}
|
54120
54186
|
},
|
54121
54187
|
"NextToken": {}
|
@@ -54155,10 +54221,10 @@ module.exports={
|
|
54155
54221
|
"JobName": {},
|
54156
54222
|
"DocumentClassifierArn": {},
|
54157
54223
|
"InputDataConfig": {
|
54158
|
-
"shape": "
|
54224
|
+
"shape": "S3p"
|
54159
54225
|
},
|
54160
54226
|
"OutputDataConfig": {
|
54161
|
-
"shape": "
|
54227
|
+
"shape": "S3v"
|
54162
54228
|
},
|
54163
54229
|
"DataAccessRoleArn": {},
|
54164
54230
|
"ClientRequestToken": {
|
@@ -54166,10 +54232,10 @@ module.exports={
|
|
54166
54232
|
},
|
54167
54233
|
"VolumeKmsKeyId": {},
|
54168
54234
|
"VpcConfig": {
|
54169
|
-
"shape": "
|
54235
|
+
"shape": "S2f"
|
54170
54236
|
},
|
54171
54237
|
"Tags": {
|
54172
|
-
"shape": "
|
54238
|
+
"shape": "S1y"
|
54173
54239
|
}
|
54174
54240
|
}
|
54175
54241
|
},
|
@@ -54192,10 +54258,10 @@ module.exports={
|
|
54192
54258
|
],
|
54193
54259
|
"members": {
|
54194
54260
|
"InputDataConfig": {
|
54195
|
-
"shape": "
|
54261
|
+
"shape": "S3p"
|
54196
54262
|
},
|
54197
54263
|
"OutputDataConfig": {
|
54198
|
-
"shape": "
|
54264
|
+
"shape": "S3v"
|
54199
54265
|
},
|
54200
54266
|
"DataAccessRoleArn": {},
|
54201
54267
|
"JobName": {},
|
@@ -54204,10 +54270,10 @@ module.exports={
|
|
54204
54270
|
},
|
54205
54271
|
"VolumeKmsKeyId": {},
|
54206
54272
|
"VpcConfig": {
|
54207
|
-
"shape": "
|
54273
|
+
"shape": "S2f"
|
54208
54274
|
},
|
54209
54275
|
"Tags": {
|
54210
|
-
"shape": "
|
54276
|
+
"shape": "S1y"
|
54211
54277
|
}
|
54212
54278
|
}
|
54213
54279
|
},
|
@@ -54231,10 +54297,10 @@ module.exports={
|
|
54231
54297
|
],
|
54232
54298
|
"members": {
|
54233
54299
|
"InputDataConfig": {
|
54234
|
-
"shape": "
|
54300
|
+
"shape": "S3p"
|
54235
54301
|
},
|
54236
54302
|
"OutputDataConfig": {
|
54237
|
-
"shape": "
|
54303
|
+
"shape": "S3v"
|
54238
54304
|
},
|
54239
54305
|
"DataAccessRoleArn": {},
|
54240
54306
|
"JobName": {},
|
@@ -54245,10 +54311,10 @@ module.exports={
|
|
54245
54311
|
},
|
54246
54312
|
"VolumeKmsKeyId": {},
|
54247
54313
|
"VpcConfig": {
|
54248
|
-
"shape": "
|
54314
|
+
"shape": "S2f"
|
54249
54315
|
},
|
54250
54316
|
"Tags": {
|
54251
|
-
"shape": "
|
54317
|
+
"shape": "S1y"
|
54252
54318
|
}
|
54253
54319
|
}
|
54254
54320
|
},
|
@@ -54273,10 +54339,10 @@ module.exports={
|
|
54273
54339
|
],
|
54274
54340
|
"members": {
|
54275
54341
|
"InputDataConfig": {
|
54276
|
-
"shape": "
|
54342
|
+
"shape": "S3p"
|
54277
54343
|
},
|
54278
54344
|
"OutputDataConfig": {
|
54279
|
-
"shape": "
|
54345
|
+
"shape": "S3v"
|
54280
54346
|
},
|
54281
54347
|
"DataAccessRoleArn": {},
|
54282
54348
|
"JobName": {},
|
@@ -54285,10 +54351,10 @@ module.exports={
|
|
54285
54351
|
"idempotencyToken": true
|
54286
54352
|
},
|
54287
54353
|
"TargetEventTypes": {
|
54288
|
-
"shape": "
|
54354
|
+
"shape": "S4o"
|
54289
54355
|
},
|
54290
54356
|
"Tags": {
|
54291
|
-
"shape": "
|
54357
|
+
"shape": "S1y"
|
54292
54358
|
}
|
54293
54359
|
}
|
54294
54360
|
},
|
@@ -54312,10 +54378,10 @@ module.exports={
|
|
54312
54378
|
],
|
54313
54379
|
"members": {
|
54314
54380
|
"InputDataConfig": {
|
54315
|
-
"shape": "
|
54381
|
+
"shape": "S3p"
|
54316
54382
|
},
|
54317
54383
|
"OutputDataConfig": {
|
54318
|
-
"shape": "
|
54384
|
+
"shape": "S3v"
|
54319
54385
|
},
|
54320
54386
|
"DataAccessRoleArn": {},
|
54321
54387
|
"JobName": {},
|
@@ -54325,10 +54391,10 @@ module.exports={
|
|
54325
54391
|
},
|
54326
54392
|
"VolumeKmsKeyId": {},
|
54327
54393
|
"VpcConfig": {
|
54328
|
-
"shape": "
|
54394
|
+
"shape": "S2f"
|
54329
54395
|
},
|
54330
54396
|
"Tags": {
|
54331
|
-
"shape": "
|
54397
|
+
"shape": "S1y"
|
54332
54398
|
}
|
54333
54399
|
}
|
54334
54400
|
},
|
@@ -54353,14 +54419,14 @@ module.exports={
|
|
54353
54419
|
],
|
54354
54420
|
"members": {
|
54355
54421
|
"InputDataConfig": {
|
54356
|
-
"shape": "
|
54422
|
+
"shape": "S3p"
|
54357
54423
|
},
|
54358
54424
|
"OutputDataConfig": {
|
54359
|
-
"shape": "
|
54425
|
+
"shape": "S3v"
|
54360
54426
|
},
|
54361
54427
|
"Mode": {},
|
54362
54428
|
"RedactionConfig": {
|
54363
|
-
"shape": "
|
54429
|
+
"shape": "S4x"
|
54364
54430
|
},
|
54365
54431
|
"DataAccessRoleArn": {},
|
54366
54432
|
"JobName": {},
|
@@ -54369,7 +54435,7 @@ module.exports={
|
|
54369
54435
|
"idempotencyToken": true
|
54370
54436
|
},
|
54371
54437
|
"Tags": {
|
54372
|
-
"shape": "
|
54438
|
+
"shape": "S1y"
|
54373
54439
|
}
|
54374
54440
|
}
|
54375
54441
|
},
|
@@ -54393,10 +54459,10 @@ module.exports={
|
|
54393
54459
|
],
|
54394
54460
|
"members": {
|
54395
54461
|
"InputDataConfig": {
|
54396
|
-
"shape": "
|
54462
|
+
"shape": "S3p"
|
54397
54463
|
},
|
54398
54464
|
"OutputDataConfig": {
|
54399
|
-
"shape": "
|
54465
|
+
"shape": "S3v"
|
54400
54466
|
},
|
54401
54467
|
"DataAccessRoleArn": {},
|
54402
54468
|
"JobName": {},
|
@@ -54406,10 +54472,10 @@ module.exports={
|
|
54406
54472
|
},
|
54407
54473
|
"VolumeKmsKeyId": {},
|
54408
54474
|
"VpcConfig": {
|
54409
|
-
"shape": "
|
54475
|
+
"shape": "S2f"
|
54410
54476
|
},
|
54411
54477
|
"Tags": {
|
54412
|
-
"shape": "
|
54478
|
+
"shape": "S1y"
|
54413
54479
|
}
|
54414
54480
|
}
|
54415
54481
|
},
|
@@ -54433,10 +54499,10 @@ module.exports={
|
|
54433
54499
|
],
|
54434
54500
|
"members": {
|
54435
54501
|
"InputDataConfig": {
|
54436
|
-
"shape": "
|
54502
|
+
"shape": "S3p"
|
54437
54503
|
},
|
54438
54504
|
"OutputDataConfig": {
|
54439
|
-
"shape": "
|
54505
|
+
"shape": "S3v"
|
54440
54506
|
},
|
54441
54507
|
"DataAccessRoleArn": {},
|
54442
54508
|
"JobName": {},
|
@@ -54446,10 +54512,10 @@ module.exports={
|
|
54446
54512
|
},
|
54447
54513
|
"VolumeKmsKeyId": {},
|
54448
54514
|
"VpcConfig": {
|
54449
|
-
"shape": "
|
54515
|
+
"shape": "S2f"
|
54450
54516
|
},
|
54451
54517
|
"Tags": {
|
54452
|
-
"shape": "
|
54518
|
+
"shape": "S1y"
|
54453
54519
|
}
|
54454
54520
|
}
|
54455
54521
|
},
|
@@ -54472,10 +54538,10 @@ module.exports={
|
|
54472
54538
|
],
|
54473
54539
|
"members": {
|
54474
54540
|
"InputDataConfig": {
|
54475
|
-
"shape": "
|
54541
|
+
"shape": "S3p"
|
54476
54542
|
},
|
54477
54543
|
"OutputDataConfig": {
|
54478
|
-
"shape": "
|
54544
|
+
"shape": "S3v"
|
54479
54545
|
},
|
54480
54546
|
"DataAccessRoleArn": {},
|
54481
54547
|
"JobName": {},
|
@@ -54487,10 +54553,10 @@ module.exports={
|
|
54487
54553
|
},
|
54488
54554
|
"VolumeKmsKeyId": {},
|
54489
54555
|
"VpcConfig": {
|
54490
|
-
"shape": "
|
54556
|
+
"shape": "S2f"
|
54491
54557
|
},
|
54492
54558
|
"Tags": {
|
54493
|
-
"shape": "
|
54559
|
+
"shape": "S1y"
|
54494
54560
|
}
|
54495
54561
|
}
|
54496
54562
|
},
|
@@ -54669,7 +54735,7 @@ module.exports={
|
|
54669
54735
|
"members": {
|
54670
54736
|
"ResourceArn": {},
|
54671
54737
|
"Tags": {
|
54672
|
-
"shape": "
|
54738
|
+
"shape": "S1y"
|
54673
54739
|
}
|
54674
54740
|
}
|
54675
54741
|
},
|
@@ -54837,7 +54903,52 @@ module.exports={
|
|
54837
54903
|
}
|
54838
54904
|
}
|
54839
54905
|
},
|
54840
|
-
"
|
54906
|
+
"S1b": {
|
54907
|
+
"type": "list",
|
54908
|
+
"member": {
|
54909
|
+
"type": "structure",
|
54910
|
+
"members": {
|
54911
|
+
"DescriptiveMentionIndex": {
|
54912
|
+
"type": "list",
|
54913
|
+
"member": {
|
54914
|
+
"type": "integer"
|
54915
|
+
}
|
54916
|
+
},
|
54917
|
+
"Mentions": {
|
54918
|
+
"type": "list",
|
54919
|
+
"member": {
|
54920
|
+
"type": "structure",
|
54921
|
+
"members": {
|
54922
|
+
"Score": {
|
54923
|
+
"type": "float"
|
54924
|
+
},
|
54925
|
+
"GroupScore": {
|
54926
|
+
"type": "float"
|
54927
|
+
},
|
54928
|
+
"Text": {},
|
54929
|
+
"Type": {},
|
54930
|
+
"MentionSentiment": {
|
54931
|
+
"type": "structure",
|
54932
|
+
"members": {
|
54933
|
+
"Sentiment": {},
|
54934
|
+
"SentimentScore": {
|
54935
|
+
"shape": "Sx"
|
54936
|
+
}
|
54937
|
+
}
|
54938
|
+
},
|
54939
|
+
"BeginOffset": {
|
54940
|
+
"type": "integer"
|
54941
|
+
},
|
54942
|
+
"EndOffset": {
|
54943
|
+
"type": "integer"
|
54944
|
+
}
|
54945
|
+
}
|
54946
|
+
}
|
54947
|
+
}
|
54948
|
+
}
|
54949
|
+
}
|
54950
|
+
},
|
54951
|
+
"S1y": {
|
54841
54952
|
"type": "list",
|
54842
54953
|
"member": {
|
54843
54954
|
"type": "structure",
|
@@ -54850,7 +54961,7 @@ module.exports={
|
|
54850
54961
|
}
|
54851
54962
|
}
|
54852
54963
|
},
|
54853
|
-
"
|
54964
|
+
"S22": {
|
54854
54965
|
"type": "structure",
|
54855
54966
|
"members": {
|
54856
54967
|
"DataFormat": {},
|
@@ -54860,12 +54971,12 @@ module.exports={
|
|
54860
54971
|
"AugmentedManifests": {
|
54861
54972
|
"type": "list",
|
54862
54973
|
"member": {
|
54863
|
-
"shape": "
|
54974
|
+
"shape": "S27"
|
54864
54975
|
}
|
54865
54976
|
}
|
54866
54977
|
}
|
54867
54978
|
},
|
54868
|
-
"
|
54979
|
+
"S27": {
|
54869
54980
|
"type": "structure",
|
54870
54981
|
"required": [
|
54871
54982
|
"S3Uri",
|
@@ -54883,14 +54994,14 @@ module.exports={
|
|
54883
54994
|
"DocumentType": {}
|
54884
54995
|
}
|
54885
54996
|
},
|
54886
|
-
"
|
54997
|
+
"S2c": {
|
54887
54998
|
"type": "structure",
|
54888
54999
|
"members": {
|
54889
55000
|
"S3Uri": {},
|
54890
55001
|
"KmsKeyId": {}
|
54891
55002
|
}
|
54892
55003
|
},
|
54893
|
-
"
|
55004
|
+
"S2f": {
|
54894
55005
|
"type": "structure",
|
54895
55006
|
"required": [
|
54896
55007
|
"SecurityGroupIds",
|
@@ -54907,7 +55018,7 @@ module.exports={
|
|
54907
55018
|
}
|
54908
55019
|
}
|
54909
55020
|
},
|
54910
|
-
"
|
55021
|
+
"S2v": {
|
54911
55022
|
"type": "structure",
|
54912
55023
|
"required": [
|
54913
55024
|
"EntityTypes"
|
@@ -54959,12 +55070,12 @@ module.exports={
|
|
54959
55070
|
"AugmentedManifests": {
|
54960
55071
|
"type": "list",
|
54961
55072
|
"member": {
|
54962
|
-
"shape": "
|
55073
|
+
"shape": "S27"
|
54963
55074
|
}
|
54964
55075
|
}
|
54965
55076
|
}
|
54966
55077
|
},
|
54967
|
-
"
|
55078
|
+
"S3j": {
|
54968
55079
|
"type": "structure",
|
54969
55080
|
"members": {
|
54970
55081
|
"JobId": {},
|
@@ -54980,19 +55091,19 @@ module.exports={
|
|
54980
55091
|
},
|
54981
55092
|
"DocumentClassifierArn": {},
|
54982
55093
|
"InputDataConfig": {
|
54983
|
-
"shape": "
|
55094
|
+
"shape": "S3p"
|
54984
55095
|
},
|
54985
55096
|
"OutputDataConfig": {
|
54986
|
-
"shape": "
|
55097
|
+
"shape": "S3v"
|
54987
55098
|
},
|
54988
55099
|
"DataAccessRoleArn": {},
|
54989
55100
|
"VolumeKmsKeyId": {},
|
54990
55101
|
"VpcConfig": {
|
54991
|
-
"shape": "
|
55102
|
+
"shape": "S2f"
|
54992
55103
|
}
|
54993
55104
|
}
|
54994
55105
|
},
|
54995
|
-
"
|
55106
|
+
"S3p": {
|
54996
55107
|
"type": "structure",
|
54997
55108
|
"required": [
|
54998
55109
|
"S3Uri"
|
@@ -55016,7 +55127,7 @@ module.exports={
|
|
55016
55127
|
}
|
55017
55128
|
}
|
55018
55129
|
},
|
55019
|
-
"
|
55130
|
+
"S3v": {
|
55020
55131
|
"type": "structure",
|
55021
55132
|
"required": [
|
55022
55133
|
"S3Uri"
|
@@ -55026,7 +55137,7 @@ module.exports={
|
|
55026
55137
|
"KmsKeyId": {}
|
55027
55138
|
}
|
55028
55139
|
},
|
55029
|
-
"
|
55140
|
+
"S3y": {
|
55030
55141
|
"type": "structure",
|
55031
55142
|
"members": {
|
55032
55143
|
"DocumentClassifierArn": {},
|
@@ -55046,10 +55157,10 @@ module.exports={
|
|
55046
55157
|
"type": "timestamp"
|
55047
55158
|
},
|
55048
55159
|
"InputDataConfig": {
|
55049
|
-
"shape": "
|
55160
|
+
"shape": "S22"
|
55050
55161
|
},
|
55051
55162
|
"OutputDataConfig": {
|
55052
|
-
"shape": "
|
55163
|
+
"shape": "S2c"
|
55053
55164
|
},
|
55054
55165
|
"ClassifierMetadata": {
|
55055
55166
|
"type": "structure",
|
@@ -55098,7 +55209,7 @@ module.exports={
|
|
55098
55209
|
"DataAccessRoleArn": {},
|
55099
55210
|
"VolumeKmsKeyId": {},
|
55100
55211
|
"VpcConfig": {
|
55101
|
-
"shape": "
|
55212
|
+
"shape": "S2f"
|
55102
55213
|
},
|
55103
55214
|
"Mode": {},
|
55104
55215
|
"ModelKmsKeyId": {},
|
@@ -55106,7 +55217,7 @@ module.exports={
|
|
55106
55217
|
"SourceModelArn": {}
|
55107
55218
|
}
|
55108
55219
|
},
|
55109
|
-
"
|
55220
|
+
"S45": {
|
55110
55221
|
"type": "structure",
|
55111
55222
|
"members": {
|
55112
55223
|
"JobId": {},
|
@@ -55121,19 +55232,19 @@ module.exports={
|
|
55121
55232
|
"type": "timestamp"
|
55122
55233
|
},
|
55123
55234
|
"InputDataConfig": {
|
55124
|
-
"shape": "
|
55235
|
+
"shape": "S3p"
|
55125
55236
|
},
|
55126
55237
|
"OutputDataConfig": {
|
55127
|
-
"shape": "
|
55238
|
+
"shape": "S3v"
|
55128
55239
|
},
|
55129
55240
|
"DataAccessRoleArn": {},
|
55130
55241
|
"VolumeKmsKeyId": {},
|
55131
55242
|
"VpcConfig": {
|
55132
|
-
"shape": "
|
55243
|
+
"shape": "S2f"
|
55133
55244
|
}
|
55134
55245
|
}
|
55135
55246
|
},
|
55136
|
-
"
|
55247
|
+
"S48": {
|
55137
55248
|
"type": "structure",
|
55138
55249
|
"members": {
|
55139
55250
|
"EndpointArn": {},
|
@@ -55157,7 +55268,7 @@ module.exports={
|
|
55157
55268
|
"DesiredDataAccessRoleArn": {}
|
55158
55269
|
}
|
55159
55270
|
},
|
55160
|
-
"
|
55271
|
+
"S4c": {
|
55161
55272
|
"type": "structure",
|
55162
55273
|
"members": {
|
55163
55274
|
"JobId": {},
|
@@ -55173,20 +55284,20 @@ module.exports={
|
|
55173
55284
|
},
|
55174
55285
|
"EntityRecognizerArn": {},
|
55175
55286
|
"InputDataConfig": {
|
55176
|
-
"shape": "
|
55287
|
+
"shape": "S3p"
|
55177
55288
|
},
|
55178
55289
|
"OutputDataConfig": {
|
55179
|
-
"shape": "
|
55290
|
+
"shape": "S3v"
|
55180
55291
|
},
|
55181
55292
|
"LanguageCode": {},
|
55182
55293
|
"DataAccessRoleArn": {},
|
55183
55294
|
"VolumeKmsKeyId": {},
|
55184
55295
|
"VpcConfig": {
|
55185
|
-
"shape": "
|
55296
|
+
"shape": "S2f"
|
55186
55297
|
}
|
55187
55298
|
}
|
55188
55299
|
},
|
55189
|
-
"
|
55300
|
+
"S4f": {
|
55190
55301
|
"type": "structure",
|
55191
55302
|
"members": {
|
55192
55303
|
"EntityRecognizerArn": {},
|
@@ -55206,7 +55317,7 @@ module.exports={
|
|
55206
55317
|
"type": "timestamp"
|
55207
55318
|
},
|
55208
55319
|
"InputDataConfig": {
|
55209
|
-
"shape": "
|
55320
|
+
"shape": "S2v"
|
55210
55321
|
},
|
55211
55322
|
"RecognizerMetadata": {
|
55212
55323
|
"type": "structure",
|
@@ -55263,14 +55374,14 @@ module.exports={
|
|
55263
55374
|
"DataAccessRoleArn": {},
|
55264
55375
|
"VolumeKmsKeyId": {},
|
55265
55376
|
"VpcConfig": {
|
55266
|
-
"shape": "
|
55377
|
+
"shape": "S2f"
|
55267
55378
|
},
|
55268
55379
|
"ModelKmsKeyId": {},
|
55269
55380
|
"VersionName": {},
|
55270
55381
|
"SourceModelArn": {}
|
55271
55382
|
}
|
55272
55383
|
},
|
55273
|
-
"
|
55384
|
+
"S4n": {
|
55274
55385
|
"type": "structure",
|
55275
55386
|
"members": {
|
55276
55387
|
"JobId": {},
|
@@ -55285,23 +55396,23 @@ module.exports={
|
|
55285
55396
|
"type": "timestamp"
|
55286
55397
|
},
|
55287
55398
|
"InputDataConfig": {
|
55288
|
-
"shape": "
|
55399
|
+
"shape": "S3p"
|
55289
55400
|
},
|
55290
55401
|
"OutputDataConfig": {
|
55291
|
-
"shape": "
|
55402
|
+
"shape": "S3v"
|
55292
55403
|
},
|
55293
55404
|
"LanguageCode": {},
|
55294
55405
|
"DataAccessRoleArn": {},
|
55295
55406
|
"TargetEventTypes": {
|
55296
|
-
"shape": "
|
55407
|
+
"shape": "S4o"
|
55297
55408
|
}
|
55298
55409
|
}
|
55299
55410
|
},
|
55300
|
-
"
|
55411
|
+
"S4o": {
|
55301
55412
|
"type": "list",
|
55302
55413
|
"member": {}
|
55303
55414
|
},
|
55304
|
-
"
|
55415
|
+
"S4s": {
|
55305
55416
|
"type": "structure",
|
55306
55417
|
"members": {
|
55307
55418
|
"JobId": {},
|
@@ -55316,20 +55427,20 @@ module.exports={
|
|
55316
55427
|
"type": "timestamp"
|
55317
55428
|
},
|
55318
55429
|
"InputDataConfig": {
|
55319
|
-
"shape": "
|
55430
|
+
"shape": "S3p"
|
55320
55431
|
},
|
55321
55432
|
"OutputDataConfig": {
|
55322
|
-
"shape": "
|
55433
|
+
"shape": "S3v"
|
55323
55434
|
},
|
55324
55435
|
"LanguageCode": {},
|
55325
55436
|
"DataAccessRoleArn": {},
|
55326
55437
|
"VolumeKmsKeyId": {},
|
55327
55438
|
"VpcConfig": {
|
55328
|
-
"shape": "
|
55439
|
+
"shape": "S2f"
|
55329
55440
|
}
|
55330
55441
|
}
|
55331
55442
|
},
|
55332
|
-
"
|
55443
|
+
"S4v": {
|
55333
55444
|
"type": "structure",
|
55334
55445
|
"members": {
|
55335
55446
|
"JobId": {},
|
@@ -55344,7 +55455,7 @@ module.exports={
|
|
55344
55455
|
"type": "timestamp"
|
55345
55456
|
},
|
55346
55457
|
"InputDataConfig": {
|
55347
|
-
"shape": "
|
55458
|
+
"shape": "S3p"
|
55348
55459
|
},
|
55349
55460
|
"OutputDataConfig": {
|
55350
55461
|
"type": "structure",
|
@@ -55357,14 +55468,14 @@ module.exports={
|
|
55357
55468
|
}
|
55358
55469
|
},
|
55359
55470
|
"RedactionConfig": {
|
55360
|
-
"shape": "
|
55471
|
+
"shape": "S4x"
|
55361
55472
|
},
|
55362
55473
|
"LanguageCode": {},
|
55363
55474
|
"DataAccessRoleArn": {},
|
55364
55475
|
"Mode": {}
|
55365
55476
|
}
|
55366
55477
|
},
|
55367
|
-
"
|
55478
|
+
"S4x": {
|
55368
55479
|
"type": "structure",
|
55369
55480
|
"members": {
|
55370
55481
|
"PiiEntityTypes": {
|
@@ -55375,7 +55486,7 @@ module.exports={
|
|
55375
55486
|
"MaskCharacter": {}
|
55376
55487
|
}
|
55377
55488
|
},
|
55378
|
-
"
|
55489
|
+
"S56": {
|
55379
55490
|
"type": "structure",
|
55380
55491
|
"members": {
|
55381
55492
|
"JobId": {},
|
@@ -55390,20 +55501,20 @@ module.exports={
|
|
55390
55501
|
"type": "timestamp"
|
55391
55502
|
},
|
55392
55503
|
"InputDataConfig": {
|
55393
|
-
"shape": "
|
55504
|
+
"shape": "S3p"
|
55394
55505
|
},
|
55395
55506
|
"OutputDataConfig": {
|
55396
|
-
"shape": "
|
55507
|
+
"shape": "S3v"
|
55397
55508
|
},
|
55398
55509
|
"LanguageCode": {},
|
55399
55510
|
"DataAccessRoleArn": {},
|
55400
55511
|
"VolumeKmsKeyId": {},
|
55401
55512
|
"VpcConfig": {
|
55402
|
-
"shape": "
|
55513
|
+
"shape": "S2f"
|
55403
55514
|
}
|
55404
55515
|
}
|
55405
55516
|
},
|
55406
|
-
"
|
55517
|
+
"S59": {
|
55407
55518
|
"type": "structure",
|
55408
55519
|
"members": {
|
55409
55520
|
"JobId": {},
|
@@ -55418,20 +55529,20 @@ module.exports={
|
|
55418
55529
|
"type": "timestamp"
|
55419
55530
|
},
|
55420
55531
|
"InputDataConfig": {
|
55421
|
-
"shape": "
|
55532
|
+
"shape": "S3p"
|
55422
55533
|
},
|
55423
55534
|
"OutputDataConfig": {
|
55424
|
-
"shape": "
|
55535
|
+
"shape": "S3v"
|
55425
55536
|
},
|
55426
55537
|
"LanguageCode": {},
|
55427
55538
|
"DataAccessRoleArn": {},
|
55428
55539
|
"VolumeKmsKeyId": {},
|
55429
55540
|
"VpcConfig": {
|
55430
|
-
"shape": "
|
55541
|
+
"shape": "S2f"
|
55431
55542
|
}
|
55432
55543
|
}
|
55433
55544
|
},
|
55434
|
-
"
|
55545
|
+
"S5c": {
|
55435
55546
|
"type": "structure",
|
55436
55547
|
"members": {
|
55437
55548
|
"JobId": {},
|
@@ -55446,10 +55557,10 @@ module.exports={
|
|
55446
55557
|
"type": "timestamp"
|
55447
55558
|
},
|
55448
55559
|
"InputDataConfig": {
|
55449
|
-
"shape": "
|
55560
|
+
"shape": "S3p"
|
55450
55561
|
},
|
55451
55562
|
"OutputDataConfig": {
|
55452
|
-
"shape": "
|
55563
|
+
"shape": "S3v"
|
55453
55564
|
},
|
55454
55565
|
"NumberOfTopics": {
|
55455
55566
|
"type": "integer"
|
@@ -55457,7 +55568,7 @@ module.exports={
|
|
55457
55568
|
"DataAccessRoleArn": {},
|
55458
55569
|
"VolumeKmsKeyId": {},
|
55459
55570
|
"VpcConfig": {
|
55460
|
-
"shape": "
|
55571
|
+
"shape": "S2f"
|
55461
55572
|
}
|
55462
55573
|
}
|
55463
55574
|
}
|
@@ -86809,7 +86920,7 @@ module.exports={
|
|
86809
86920
|
"locationName": "poolAddressRangeSet",
|
86810
86921
|
"type": "list",
|
86811
86922
|
"member": {
|
86812
|
-
"shape": "
|
86923
|
+
"shape": "S1e2",
|
86813
86924
|
"locationName": "item"
|
86814
86925
|
}
|
86815
86926
|
},
|
@@ -86937,7 +87048,7 @@ module.exports={
|
|
86937
87048
|
},
|
86938
87049
|
"OfferingClass": {},
|
86939
87050
|
"ReservedInstancesIds": {
|
86940
|
-
"shape": "
|
87051
|
+
"shape": "S1ef",
|
86941
87052
|
"locationName": "ReservedInstancesId"
|
86942
87053
|
},
|
86943
87054
|
"DryRun": {
|
@@ -87011,7 +87122,7 @@ module.exports={
|
|
87011
87122
|
"locationName": "offeringType"
|
87012
87123
|
},
|
87013
87124
|
"RecurringCharges": {
|
87014
|
-
"shape": "
|
87125
|
+
"shape": "S1en",
|
87015
87126
|
"locationName": "recurringCharges"
|
87016
87127
|
},
|
87017
87128
|
"Scope": {
|
@@ -87108,7 +87219,7 @@ module.exports={
|
|
87108
87219
|
"locationName": "reservedInstancesId"
|
87109
87220
|
},
|
87110
87221
|
"TargetConfiguration": {
|
87111
|
-
"shape": "
|
87222
|
+
"shape": "S1f1",
|
87112
87223
|
"locationName": "targetConfiguration"
|
87113
87224
|
}
|
87114
87225
|
}
|
@@ -87263,7 +87374,7 @@ module.exports={
|
|
87263
87374
|
}
|
87264
87375
|
},
|
87265
87376
|
"RecurringCharges": {
|
87266
|
-
"shape": "
|
87377
|
+
"shape": "S1en",
|
87267
87378
|
"locationName": "recurringCharges"
|
87268
87379
|
},
|
87269
87380
|
"Scope": {
|
@@ -87431,7 +87542,7 @@ module.exports={
|
|
87431
87542
|
"locationName": "purchaseToken"
|
87432
87543
|
},
|
87433
87544
|
"Recurrence": {
|
87434
|
-
"shape": "
|
87545
|
+
"shape": "S1fo",
|
87435
87546
|
"locationName": "recurrence"
|
87436
87547
|
},
|
87437
87548
|
"SlotDurationInHours": {
|
@@ -87493,7 +87604,7 @@ module.exports={
|
|
87493
87604
|
"locationName": "scheduledInstanceSet",
|
87494
87605
|
"type": "list",
|
87495
87606
|
"member": {
|
87496
|
-
"shape": "
|
87607
|
+
"shape": "S1fw",
|
87497
87608
|
"locationName": "item"
|
87498
87609
|
}
|
87499
87610
|
}
|
@@ -87552,7 +87663,7 @@ module.exports={
|
|
87552
87663
|
"locationName": "Filter"
|
87553
87664
|
},
|
87554
87665
|
"SecurityGroupRuleIds": {
|
87555
|
-
"shape": "
|
87666
|
+
"shape": "S1g3",
|
87556
87667
|
"locationName": "SecurityGroupRuleId"
|
87557
87668
|
},
|
87558
87669
|
"DryRun": {
|
@@ -87590,7 +87701,7 @@ module.exports={
|
|
87590
87701
|
"locationName": "GroupId"
|
87591
87702
|
},
|
87592
87703
|
"GroupNames": {
|
87593
|
-
"shape": "
|
87704
|
+
"shape": "S1g7",
|
87594
87705
|
"locationName": "GroupName"
|
87595
87706
|
},
|
87596
87707
|
"DryRun": {
|
@@ -87669,7 +87780,7 @@ module.exports={
|
|
87669
87780
|
"type": "structure",
|
87670
87781
|
"members": {
|
87671
87782
|
"CreateVolumePermissions": {
|
87672
|
-
"shape": "
|
87783
|
+
"shape": "S1gf",
|
87673
87784
|
"locationName": "createVolumePermission"
|
87674
87785
|
},
|
87675
87786
|
"ProductCodes": {
|
@@ -87781,7 +87892,7 @@ module.exports={
|
|
87781
87892
|
"member": {}
|
87782
87893
|
},
|
87783
87894
|
"SnapshotIds": {
|
87784
|
-
"shape": "
|
87895
|
+
"shape": "S1gp",
|
87785
87896
|
"locationName": "SnapshotId"
|
87786
87897
|
},
|
87787
87898
|
"DryRun": {
|
@@ -87980,7 +88091,7 @@ module.exports={
|
|
87980
88091
|
"type": "timestamp"
|
87981
88092
|
},
|
87982
88093
|
"SpotFleetRequestConfig": {
|
87983
|
-
"shape": "
|
88094
|
+
"shape": "S1h8",
|
87984
88095
|
"locationName": "spotFleetRequestConfig"
|
87985
88096
|
},
|
87986
88097
|
"SpotFleetRequestId": {
|
@@ -88025,7 +88136,7 @@ module.exports={
|
|
88025
88136
|
"type": "structure",
|
88026
88137
|
"members": {
|
88027
88138
|
"SpotInstanceRequests": {
|
88028
|
-
"shape": "
|
88139
|
+
"shape": "S1i0",
|
88029
88140
|
"locationName": "spotInstanceRequestSet"
|
88030
88141
|
},
|
88031
88142
|
"NextToken": {
|
@@ -88151,11 +88262,11 @@ module.exports={
|
|
88151
88262
|
"locationName": "groupName"
|
88152
88263
|
},
|
88153
88264
|
"StaleIpPermissions": {
|
88154
|
-
"shape": "
|
88265
|
+
"shape": "S1ii",
|
88155
88266
|
"locationName": "staleIpPermissions"
|
88156
88267
|
},
|
88157
88268
|
"StaleIpPermissionsEgress": {
|
88158
|
-
"shape": "
|
88269
|
+
"shape": "S1ii",
|
88159
88270
|
"locationName": "staleIpPermissionsEgress"
|
88160
88271
|
},
|
88161
88272
|
"VpcId": {
|
@@ -88455,7 +88566,7 @@ module.exports={
|
|
88455
88566
|
"type": "structure",
|
88456
88567
|
"members": {
|
88457
88568
|
"TransitGatewayAttachmentIds": {
|
88458
|
-
"shape": "
|
88569
|
+
"shape": "S1jg"
|
88459
88570
|
},
|
88460
88571
|
"Filters": {
|
88461
88572
|
"shape": "Sw5",
|
@@ -88575,7 +88686,7 @@ module.exports={
|
|
88575
88686
|
"type": "structure",
|
88576
88687
|
"members": {
|
88577
88688
|
"TransitGatewayAttachmentIds": {
|
88578
|
-
"shape": "
|
88689
|
+
"shape": "S1jg"
|
88579
88690
|
},
|
88580
88691
|
"Filters": {
|
88581
88692
|
"shape": "Sw5",
|
@@ -88652,7 +88763,7 @@ module.exports={
|
|
88652
88763
|
"type": "structure",
|
88653
88764
|
"members": {
|
88654
88765
|
"TransitGatewayAttachmentIds": {
|
88655
|
-
"shape": "
|
88766
|
+
"shape": "S1jg"
|
88656
88767
|
},
|
88657
88768
|
"Filters": {
|
88658
88769
|
"shape": "Sw5",
|
@@ -88809,7 +88920,7 @@ module.exports={
|
|
88809
88920
|
"type": "structure",
|
88810
88921
|
"members": {
|
88811
88922
|
"TransitGatewayAttachmentIds": {
|
88812
|
-
"shape": "
|
88923
|
+
"shape": "S1jg"
|
88813
88924
|
},
|
88814
88925
|
"Filters": {
|
88815
88926
|
"shape": "Sw5",
|
@@ -89168,7 +89279,7 @@ module.exports={
|
|
89168
89279
|
"locationName": "volumeModificationSet",
|
89169
89280
|
"type": "list",
|
89170
89281
|
"member": {
|
89171
|
-
"shape": "
|
89282
|
+
"shape": "S1lc",
|
89172
89283
|
"locationName": "item"
|
89173
89284
|
}
|
89174
89285
|
},
|
@@ -89224,7 +89335,7 @@ module.exports={
|
|
89224
89335
|
"type": "boolean"
|
89225
89336
|
},
|
89226
89337
|
"VpcIds": {
|
89227
|
-
"shape": "
|
89338
|
+
"shape": "S1li",
|
89228
89339
|
"locationName": "VpcId"
|
89229
89340
|
}
|
89230
89341
|
}
|
@@ -89268,7 +89379,7 @@ module.exports={
|
|
89268
89379
|
"locationName": "nextToken"
|
89269
89380
|
},
|
89270
89381
|
"VpcIds": {
|
89271
|
-
"shape": "
|
89382
|
+
"shape": "S1li"
|
89272
89383
|
}
|
89273
89384
|
}
|
89274
89385
|
},
|
@@ -89993,11 +90104,11 @@ module.exports={
|
|
89993
90104
|
],
|
89994
90105
|
"members": {
|
89995
90106
|
"AvailabilityZones": {
|
89996
|
-
"shape": "
|
90107
|
+
"shape": "S1na",
|
89997
90108
|
"locationName": "AvailabilityZone"
|
89998
90109
|
},
|
89999
90110
|
"SourceSnapshotIds": {
|
90000
|
-
"shape": "
|
90111
|
+
"shape": "S1gp",
|
90001
90112
|
"locationName": "SourceSnapshotId"
|
90002
90113
|
},
|
90003
90114
|
"DryRun": {
|
@@ -90181,7 +90292,7 @@ module.exports={
|
|
90181
90292
|
"type": "structure",
|
90182
90293
|
"members": {
|
90183
90294
|
"Propagation": {
|
90184
|
-
"shape": "
|
90295
|
+
"shape": "S1nr",
|
90185
90296
|
"locationName": "propagation"
|
90186
90297
|
}
|
90187
90298
|
}
|
@@ -90644,11 +90755,11 @@ module.exports={
|
|
90644
90755
|
],
|
90645
90756
|
"members": {
|
90646
90757
|
"AvailabilityZones": {
|
90647
|
-
"shape": "
|
90758
|
+
"shape": "S1na",
|
90648
90759
|
"locationName": "AvailabilityZone"
|
90649
90760
|
},
|
90650
90761
|
"SourceSnapshotIds": {
|
90651
|
-
"shape": "
|
90762
|
+
"shape": "S1gp",
|
90652
90763
|
"locationName": "SourceSnapshotId"
|
90653
90764
|
},
|
90654
90765
|
"DryRun": {
|
@@ -90836,7 +90947,7 @@ module.exports={
|
|
90836
90947
|
"type": "structure",
|
90837
90948
|
"members": {
|
90838
90949
|
"Propagation": {
|
90839
|
-
"shape": "
|
90950
|
+
"shape": "S1nr",
|
90840
90951
|
"locationName": "propagation"
|
90841
90952
|
}
|
90842
90953
|
}
|
@@ -91348,7 +91459,7 @@ module.exports={
|
|
91348
91459
|
"type": "structure",
|
91349
91460
|
"members": {
|
91350
91461
|
"InstanceFamilyCreditSpecification": {
|
91351
|
-
"shape": "
|
91462
|
+
"shape": "S1qh",
|
91352
91463
|
"locationName": "instanceFamilyCreditSpecification"
|
91353
91464
|
}
|
91354
91465
|
}
|
@@ -91495,7 +91606,7 @@ module.exports={
|
|
91495
91606
|
],
|
91496
91607
|
"members": {
|
91497
91608
|
"HostIdSet": {
|
91498
|
-
"shape": "
|
91609
|
+
"shape": "S1qy"
|
91499
91610
|
},
|
91500
91611
|
"OfferingId": {}
|
91501
91612
|
}
|
@@ -91507,7 +91618,7 @@ module.exports={
|
|
91507
91618
|
"locationName": "currencyCode"
|
91508
91619
|
},
|
91509
91620
|
"Purchase": {
|
91510
|
-
"shape": "
|
91621
|
+
"shape": "S1r0",
|
91511
91622
|
"locationName": "purchase"
|
91512
91623
|
},
|
91513
91624
|
"TotalHourlyPrice": {
|
@@ -91532,11 +91643,11 @@ module.exports={
|
|
91532
91643
|
"type": "boolean"
|
91533
91644
|
},
|
91534
91645
|
"ArchitectureTypes": {
|
91535
|
-
"shape": "
|
91646
|
+
"shape": "S1r3",
|
91536
91647
|
"locationName": "ArchitectureType"
|
91537
91648
|
},
|
91538
91649
|
"VirtualizationTypes": {
|
91539
|
-
"shape": "
|
91650
|
+
"shape": "S1r4",
|
91540
91651
|
"locationName": "VirtualizationType"
|
91541
91652
|
},
|
91542
91653
|
"InstanceRequirements": {
|
@@ -91790,7 +91901,7 @@ module.exports={
|
|
91790
91901
|
"locationName": "ipamResourceCidrSet",
|
91791
91902
|
"type": "list",
|
91792
91903
|
"member": {
|
91793
|
-
"shape": "
|
91904
|
+
"shape": "S1rt",
|
91794
91905
|
"locationName": "item"
|
91795
91906
|
}
|
91796
91907
|
}
|
@@ -92053,7 +92164,7 @@ module.exports={
|
|
92053
92164
|
"locationName": "paymentDue"
|
92054
92165
|
},
|
92055
92166
|
"ReservedInstanceValueRollup": {
|
92056
|
-
"shape": "
|
92167
|
+
"shape": "S1sh",
|
92057
92168
|
"locationName": "reservedInstanceValueRollup"
|
92058
92169
|
},
|
92059
92170
|
"ReservedInstanceValueSet": {
|
@@ -92064,7 +92175,7 @@ module.exports={
|
|
92064
92175
|
"type": "structure",
|
92065
92176
|
"members": {
|
92066
92177
|
"ReservationValue": {
|
92067
|
-
"shape": "
|
92178
|
+
"shape": "S1sh",
|
92068
92179
|
"locationName": "reservationValue"
|
92069
92180
|
},
|
92070
92181
|
"ReservedInstanceId": {
|
@@ -92074,7 +92185,7 @@ module.exports={
|
|
92074
92185
|
}
|
92075
92186
|
},
|
92076
92187
|
"TargetConfigurationValueRollup": {
|
92077
|
-
"shape": "
|
92188
|
+
"shape": "S1sh",
|
92078
92189
|
"locationName": "targetConfigurationValueRollup"
|
92079
92190
|
},
|
92080
92191
|
"TargetConfigurationValueSet": {
|
@@ -92085,7 +92196,7 @@ module.exports={
|
|
92085
92196
|
"type": "structure",
|
92086
92197
|
"members": {
|
92087
92198
|
"ReservationValue": {
|
92088
|
-
"shape": "
|
92199
|
+
"shape": "S1sh",
|
92089
92200
|
"locationName": "reservationValue"
|
92090
92201
|
},
|
92091
92202
|
"TargetConfiguration": {
|
@@ -92157,11 +92268,11 @@ module.exports={
|
|
92157
92268
|
"type": "structure",
|
92158
92269
|
"members": {
|
92159
92270
|
"ArchitectureTypes": {
|
92160
|
-
"shape": "
|
92271
|
+
"shape": "S1r3",
|
92161
92272
|
"locationName": "ArchitectureType"
|
92162
92273
|
},
|
92163
92274
|
"VirtualizationTypes": {
|
92164
|
-
"shape": "
|
92275
|
+
"shape": "S1r4",
|
92165
92276
|
"locationName": "VirtualizationType"
|
92166
92277
|
},
|
92167
92278
|
"InstanceRequirements": {
|
@@ -92232,11 +92343,11 @@ module.exports={
|
|
92232
92343
|
"type": "structure",
|
92233
92344
|
"members": {
|
92234
92345
|
"SubnetIpv4CidrReservations": {
|
92235
|
-
"shape": "
|
92346
|
+
"shape": "S1t1",
|
92236
92347
|
"locationName": "subnetIpv4CidrReservationSet"
|
92237
92348
|
},
|
92238
92349
|
"SubnetIpv6CidrReservations": {
|
92239
|
-
"shape": "
|
92350
|
+
"shape": "S1t1",
|
92240
92351
|
"locationName": "subnetIpv6CidrReservationSet"
|
92241
92352
|
},
|
92242
92353
|
"NextToken": {
|
@@ -92705,7 +92816,7 @@ module.exports={
|
|
92705
92816
|
"members": {
|
92706
92817
|
"Architecture": {},
|
92707
92818
|
"ClientData": {
|
92708
|
-
"shape": "
|
92819
|
+
"shape": "S1u6"
|
92709
92820
|
},
|
92710
92821
|
"ClientToken": {},
|
92711
92822
|
"Description": {},
|
@@ -92722,7 +92833,7 @@ module.exports={
|
|
92722
92833
|
"SnapshotId": {},
|
92723
92834
|
"Url": {},
|
92724
92835
|
"UserBucket": {
|
92725
|
-
"shape": "
|
92836
|
+
"shape": "S1u9"
|
92726
92837
|
}
|
92727
92838
|
}
|
92728
92839
|
}
|
@@ -92832,10 +92943,10 @@ module.exports={
|
|
92832
92943
|
"members": {
|
92833
92944
|
"Description": {},
|
92834
92945
|
"Image": {
|
92835
|
-
"shape": "
|
92946
|
+
"shape": "S1ug"
|
92836
92947
|
},
|
92837
92948
|
"Volume": {
|
92838
|
-
"shape": "
|
92949
|
+
"shape": "S1uh"
|
92839
92950
|
}
|
92840
92951
|
}
|
92841
92952
|
}
|
@@ -92958,7 +93069,7 @@ module.exports={
|
|
92958
93069
|
"type": "structure",
|
92959
93070
|
"members": {
|
92960
93071
|
"ClientData": {
|
92961
|
-
"shape": "
|
93072
|
+
"shape": "S1u6"
|
92962
93073
|
},
|
92963
93074
|
"ClientToken": {},
|
92964
93075
|
"Description": {},
|
@@ -92969,7 +93080,7 @@ module.exports={
|
|
92969
93080
|
"Format": {},
|
92970
93081
|
"Url": {},
|
92971
93082
|
"UserBucket": {
|
92972
|
-
"shape": "
|
93083
|
+
"shape": "S1u9"
|
92973
93084
|
}
|
92974
93085
|
}
|
92975
93086
|
},
|
@@ -93027,11 +93138,11 @@ module.exports={
|
|
93027
93138
|
"type": "boolean"
|
93028
93139
|
},
|
93029
93140
|
"Image": {
|
93030
|
-
"shape": "
|
93141
|
+
"shape": "S1ug",
|
93031
93142
|
"locationName": "image"
|
93032
93143
|
},
|
93033
93144
|
"Volume": {
|
93034
|
-
"shape": "
|
93145
|
+
"shape": "S1uh",
|
93035
93146
|
"locationName": "volume"
|
93036
93147
|
}
|
93037
93148
|
}
|
@@ -93108,7 +93219,7 @@ module.exports={
|
|
93108
93219
|
},
|
93109
93220
|
"NextToken": {},
|
93110
93221
|
"SnapshotIds": {
|
93111
|
-
"shape": "
|
93222
|
+
"shape": "S1gp",
|
93112
93223
|
"locationName": "SnapshotId"
|
93113
93224
|
},
|
93114
93225
|
"DryRun": {
|
@@ -93346,7 +93457,7 @@ module.exports={
|
|
93346
93457
|
"type": "structure",
|
93347
93458
|
"members": {
|
93348
93459
|
"InstanceFamilyCreditSpecification": {
|
93349
|
-
"shape": "
|
93460
|
+
"shape": "S1qh",
|
93350
93461
|
"locationName": "instanceFamilyCreditSpecification"
|
93351
93462
|
}
|
93352
93463
|
}
|
@@ -93420,25 +93531,25 @@ module.exports={
|
|
93420
93531
|
"Attribute": {},
|
93421
93532
|
"OperationType": {},
|
93422
93533
|
"UserIds": {
|
93423
|
-
"shape": "
|
93534
|
+
"shape": "S1vm",
|
93424
93535
|
"locationName": "UserId"
|
93425
93536
|
},
|
93426
93537
|
"UserGroups": {
|
93427
|
-
"shape": "
|
93538
|
+
"shape": "S1vn",
|
93428
93539
|
"locationName": "UserGroup"
|
93429
93540
|
},
|
93430
93541
|
"ProductCodes": {
|
93431
|
-
"shape": "
|
93542
|
+
"shape": "S1vo",
|
93432
93543
|
"locationName": "ProductCode"
|
93433
93544
|
},
|
93434
93545
|
"LoadPermission": {
|
93435
93546
|
"type": "structure",
|
93436
93547
|
"members": {
|
93437
93548
|
"Add": {
|
93438
|
-
"shape": "
|
93549
|
+
"shape": "S1vq"
|
93439
93550
|
},
|
93440
93551
|
"Remove": {
|
93441
|
-
"shape": "
|
93552
|
+
"shape": "S1vq"
|
93442
93553
|
}
|
93443
93554
|
}
|
93444
93555
|
},
|
@@ -93483,7 +93594,7 @@ module.exports={
|
|
93483
93594
|
"locationName": "successful"
|
93484
93595
|
},
|
93485
93596
|
"Unsuccessful": {
|
93486
|
-
"shape": "
|
93597
|
+
"shape": "S1vv",
|
93487
93598
|
"locationName": "unsuccessful"
|
93488
93599
|
}
|
93489
93600
|
}
|
@@ -93551,15 +93662,15 @@ module.exports={
|
|
93551
93662
|
},
|
93552
93663
|
"OperationType": {},
|
93553
93664
|
"ProductCodes": {
|
93554
|
-
"shape": "
|
93665
|
+
"shape": "S1vo",
|
93555
93666
|
"locationName": "ProductCode"
|
93556
93667
|
},
|
93557
93668
|
"UserGroups": {
|
93558
|
-
"shape": "
|
93669
|
+
"shape": "S1vn",
|
93559
93670
|
"locationName": "UserGroup"
|
93560
93671
|
},
|
93561
93672
|
"UserIds": {
|
93562
|
-
"shape": "
|
93673
|
+
"shape": "S1vm",
|
93563
93674
|
"locationName": "UserId"
|
93564
93675
|
},
|
93565
93676
|
"Value": {},
|
@@ -93701,7 +93812,7 @@ module.exports={
|
|
93701
93812
|
"members": {
|
93702
93813
|
"InstanceId": {},
|
93703
93814
|
"CapacityReservationSpecification": {
|
93704
|
-
"shape": "
|
93815
|
+
"shape": "S1w8"
|
93705
93816
|
},
|
93706
93817
|
"DryRun": {
|
93707
93818
|
"type": "boolean"
|
@@ -94053,7 +94164,7 @@ module.exports={
|
|
94053
94164
|
"type": "structure",
|
94054
94165
|
"members": {
|
94055
94166
|
"IpamResourceCidr": {
|
94056
|
-
"shape": "
|
94167
|
+
"shape": "S1rt",
|
94057
94168
|
"locationName": "ipamResourceCidr"
|
94058
94169
|
}
|
94059
94170
|
}
|
@@ -94260,7 +94371,7 @@ module.exports={
|
|
94260
94371
|
],
|
94261
94372
|
"members": {
|
94262
94373
|
"ReservedInstancesIds": {
|
94263
|
-
"shape": "
|
94374
|
+
"shape": "S1ef",
|
94264
94375
|
"locationName": "ReservedInstancesId"
|
94265
94376
|
},
|
94266
94377
|
"ClientToken": {
|
@@ -94270,7 +94381,7 @@ module.exports={
|
|
94270
94381
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
94271
94382
|
"type": "list",
|
94272
94383
|
"member": {
|
94273
|
-
"shape": "
|
94384
|
+
"shape": "S1f1",
|
94274
94385
|
"locationName": "item"
|
94275
94386
|
}
|
94276
94387
|
}
|
@@ -94349,21 +94460,21 @@ module.exports={
|
|
94349
94460
|
"type": "structure",
|
94350
94461
|
"members": {
|
94351
94462
|
"Add": {
|
94352
|
-
"shape": "
|
94463
|
+
"shape": "S1gf"
|
94353
94464
|
},
|
94354
94465
|
"Remove": {
|
94355
|
-
"shape": "
|
94466
|
+
"shape": "S1gf"
|
94356
94467
|
}
|
94357
94468
|
}
|
94358
94469
|
},
|
94359
94470
|
"GroupNames": {
|
94360
|
-
"shape": "
|
94471
|
+
"shape": "S1g7",
|
94361
94472
|
"locationName": "UserGroup"
|
94362
94473
|
},
|
94363
94474
|
"OperationType": {},
|
94364
94475
|
"SnapshotId": {},
|
94365
94476
|
"UserIds": {
|
94366
|
-
"shape": "
|
94477
|
+
"shape": "S1vm",
|
94367
94478
|
"locationName": "UserId"
|
94368
94479
|
},
|
94369
94480
|
"DryRun": {
|
@@ -94411,7 +94522,7 @@ module.exports={
|
|
94411
94522
|
"locationName": "excessCapacityTerminationPolicy"
|
94412
94523
|
},
|
94413
94524
|
"LaunchTemplateConfigs": {
|
94414
|
-
"shape": "
|
94525
|
+
"shape": "S1hn",
|
94415
94526
|
"locationName": "LaunchTemplateConfig"
|
94416
94527
|
},
|
94417
94528
|
"SpotFleetRequestId": {
|
@@ -94733,7 +94844,7 @@ module.exports={
|
|
94733
94844
|
"type": "structure",
|
94734
94845
|
"members": {
|
94735
94846
|
"VolumeModification": {
|
94736
|
-
"shape": "
|
94847
|
+
"shape": "S1lc",
|
94737
94848
|
"locationName": "volumeModification"
|
94738
94849
|
}
|
94739
94850
|
}
|
@@ -94999,13 +95110,13 @@ module.exports={
|
|
94999
95110
|
],
|
95000
95111
|
"members": {
|
95001
95112
|
"AccepterPeeringConnectionOptions": {
|
95002
|
-
"shape": "
|
95113
|
+
"shape": "S1yx"
|
95003
95114
|
},
|
95004
95115
|
"DryRun": {
|
95005
95116
|
"type": "boolean"
|
95006
95117
|
},
|
95007
95118
|
"RequesterPeeringConnectionOptions": {
|
95008
|
-
"shape": "
|
95119
|
+
"shape": "S1yx"
|
95009
95120
|
},
|
95010
95121
|
"VpcPeeringConnectionId": {}
|
95011
95122
|
}
|
@@ -95014,11 +95125,11 @@ module.exports={
|
|
95014
95125
|
"type": "structure",
|
95015
95126
|
"members": {
|
95016
95127
|
"AccepterPeeringConnectionOptions": {
|
95017
|
-
"shape": "
|
95128
|
+
"shape": "S1yz",
|
95018
95129
|
"locationName": "accepterPeeringConnectionOptions"
|
95019
95130
|
},
|
95020
95131
|
"RequesterPeeringConnectionOptions": {
|
95021
|
-
"shape": "
|
95132
|
+
"shape": "S1yz",
|
95022
95133
|
"locationName": "requesterPeeringConnectionOptions"
|
95023
95134
|
}
|
95024
95135
|
}
|
@@ -95233,7 +95344,7 @@ module.exports={
|
|
95233
95344
|
"type": "structure",
|
95234
95345
|
"members": {
|
95235
95346
|
"InstanceMonitorings": {
|
95236
|
-
"shape": "
|
95347
|
+
"shape": "S1ze",
|
95237
95348
|
"locationName": "instancesSet"
|
95238
95349
|
}
|
95239
95350
|
}
|
@@ -95396,7 +95507,7 @@ module.exports={
|
|
95396
95507
|
"locationName": "poolId"
|
95397
95508
|
},
|
95398
95509
|
"PoolAddressRange": {
|
95399
|
-
"shape": "
|
95510
|
+
"shape": "S1e2",
|
95400
95511
|
"locationName": "poolAddressRange"
|
95401
95512
|
}
|
95402
95513
|
}
|
@@ -95413,7 +95524,7 @@ module.exports={
|
|
95413
95524
|
"ClientToken": {},
|
95414
95525
|
"CurrencyCode": {},
|
95415
95526
|
"HostIdSet": {
|
95416
|
-
"shape": "
|
95527
|
+
"shape": "S1qy"
|
95417
95528
|
},
|
95418
95529
|
"LimitPrice": {},
|
95419
95530
|
"OfferingId": {},
|
@@ -95433,7 +95544,7 @@ module.exports={
|
|
95433
95544
|
"locationName": "currencyCode"
|
95434
95545
|
},
|
95435
95546
|
"Purchase": {
|
95436
|
-
"shape": "
|
95547
|
+
"shape": "S1r0",
|
95437
95548
|
"locationName": "purchase"
|
95438
95549
|
},
|
95439
95550
|
"TotalHourlyPrice": {
|
@@ -95528,7 +95639,7 @@ module.exports={
|
|
95528
95639
|
"locationName": "scheduledInstanceSet",
|
95529
95640
|
"type": "list",
|
95530
95641
|
"member": {
|
95531
|
-
"shape": "
|
95642
|
+
"shape": "S1fw",
|
95532
95643
|
"locationName": "item"
|
95533
95644
|
}
|
95534
95645
|
}
|
@@ -95880,7 +95991,7 @@ module.exports={
|
|
95880
95991
|
"locationName": "successful"
|
95881
95992
|
},
|
95882
95993
|
"Unsuccessful": {
|
95883
|
-
"shape": "
|
95994
|
+
"shape": "S1vv",
|
95884
95995
|
"locationName": "unsuccessful"
|
95885
95996
|
}
|
95886
95997
|
}
|
@@ -96180,7 +96291,7 @@ module.exports={
|
|
96180
96291
|
"type": "boolean"
|
96181
96292
|
},
|
96182
96293
|
"SpotFleetRequestConfig": {
|
96183
|
-
"shape": "
|
96294
|
+
"shape": "S1h8",
|
96184
96295
|
"locationName": "spotFleetRequestConfig"
|
96185
96296
|
}
|
96186
96297
|
}
|
@@ -96264,15 +96375,15 @@ module.exports={
|
|
96264
96375
|
"locationName": "keyName"
|
96265
96376
|
},
|
96266
96377
|
"Monitoring": {
|
96267
|
-
"shape": "
|
96378
|
+
"shape": "S1i3",
|
96268
96379
|
"locationName": "monitoring"
|
96269
96380
|
},
|
96270
96381
|
"NetworkInterfaces": {
|
96271
|
-
"shape": "
|
96382
|
+
"shape": "S1hi",
|
96272
96383
|
"locationName": "NetworkInterface"
|
96273
96384
|
},
|
96274
96385
|
"Placement": {
|
96275
|
-
"shape": "
|
96386
|
+
"shape": "S1hk",
|
96276
96387
|
"locationName": "placement"
|
96277
96388
|
},
|
96278
96389
|
"RamdiskId": {
|
@@ -96311,7 +96422,7 @@ module.exports={
|
|
96311
96422
|
"type": "structure",
|
96312
96423
|
"members": {
|
96313
96424
|
"SpotInstanceRequests": {
|
96314
|
-
"shape": "
|
96425
|
+
"shape": "S1i0",
|
96315
96426
|
"locationName": "spotInstanceRequestSet"
|
96316
96427
|
}
|
96317
96428
|
}
|
@@ -96681,7 +96792,7 @@ module.exports={
|
|
96681
96792
|
"locationName": "ipPermissions"
|
96682
96793
|
},
|
96683
96794
|
"SecurityGroupRuleIds": {
|
96684
|
-
"shape": "
|
96795
|
+
"shape": "S1g3",
|
96685
96796
|
"locationName": "SecurityGroupRuleId"
|
96686
96797
|
},
|
96687
96798
|
"CidrIp": {
|
@@ -96744,7 +96855,7 @@ module.exports={
|
|
96744
96855
|
"type": "boolean"
|
96745
96856
|
},
|
96746
96857
|
"SecurityGroupRuleIds": {
|
96747
|
-
"shape": "
|
96858
|
+
"shape": "S1g3",
|
96748
96859
|
"locationName": "SecurityGroupRuleId"
|
96749
96860
|
}
|
96750
96861
|
}
|
@@ -96793,7 +96904,7 @@ module.exports={
|
|
96793
96904
|
"type": "integer"
|
96794
96905
|
},
|
96795
96906
|
"Monitoring": {
|
96796
|
-
"shape": "
|
96907
|
+
"shape": "S1i3"
|
96797
96908
|
},
|
96798
96909
|
"Placement": {
|
96799
96910
|
"shape": "Sb1"
|
@@ -96839,7 +96950,7 @@ module.exports={
|
|
96839
96950
|
"locationName": "instanceInitiatedShutdownBehavior"
|
96840
96951
|
},
|
96841
96952
|
"NetworkInterfaces": {
|
96842
|
-
"shape": "
|
96953
|
+
"shape": "S1hi",
|
96843
96954
|
"locationName": "networkInterface"
|
96844
96955
|
},
|
96845
96956
|
"PrivateIpAddress": {
|
@@ -96916,7 +97027,7 @@ module.exports={
|
|
96916
97027
|
}
|
96917
97028
|
},
|
96918
97029
|
"CapacityReservationSpecification": {
|
96919
|
-
"shape": "
|
97030
|
+
"shape": "S1w8"
|
96920
97031
|
},
|
96921
97032
|
"HibernationOptions": {
|
96922
97033
|
"type": "structure",
|
@@ -97079,7 +97190,7 @@ module.exports={
|
|
97079
97190
|
"type": "integer"
|
97080
97191
|
},
|
97081
97192
|
"Groups": {
|
97082
|
-
"shape": "
|
97193
|
+
"shape": "S231",
|
97083
97194
|
"locationName": "Group"
|
97084
97195
|
},
|
97085
97196
|
"Ipv6AddressCount": {
|
@@ -97128,7 +97239,7 @@ module.exports={
|
|
97128
97239
|
},
|
97129
97240
|
"RamdiskId": {},
|
97130
97241
|
"SecurityGroupIds": {
|
97131
|
-
"shape": "
|
97242
|
+
"shape": "S231",
|
97132
97243
|
"locationName": "SecurityGroupId"
|
97133
97244
|
},
|
97134
97245
|
"SubnetId": {},
|
@@ -97338,7 +97449,7 @@ module.exports={
|
|
97338
97449
|
"type": "structure",
|
97339
97450
|
"members": {
|
97340
97451
|
"StartingInstances": {
|
97341
|
-
"shape": "
|
97452
|
+
"shape": "S23p",
|
97342
97453
|
"locationName": "instancesSet"
|
97343
97454
|
}
|
97344
97455
|
}
|
@@ -97461,7 +97572,7 @@ module.exports={
|
|
97461
97572
|
"type": "structure",
|
97462
97573
|
"members": {
|
97463
97574
|
"StoppingInstances": {
|
97464
|
-
"shape": "
|
97575
|
+
"shape": "S23p",
|
97465
97576
|
"locationName": "instancesSet"
|
97466
97577
|
}
|
97467
97578
|
}
|
@@ -97536,7 +97647,7 @@ module.exports={
|
|
97536
97647
|
"type": "structure",
|
97537
97648
|
"members": {
|
97538
97649
|
"TerminatingInstances": {
|
97539
|
-
"shape": "
|
97650
|
+
"shape": "S23p",
|
97540
97651
|
"locationName": "instancesSet"
|
97541
97652
|
}
|
97542
97653
|
}
|
@@ -97621,7 +97732,7 @@ module.exports={
|
|
97621
97732
|
"type": "structure",
|
97622
97733
|
"members": {
|
97623
97734
|
"InstanceMonitorings": {
|
97624
|
-
"shape": "
|
97735
|
+
"shape": "S1ze",
|
97625
97736
|
"locationName": "instancesSet"
|
97626
97737
|
}
|
97627
97738
|
}
|
@@ -97640,7 +97751,7 @@ module.exports={
|
|
97640
97751
|
"shape": "S5e"
|
97641
97752
|
},
|
97642
97753
|
"SecurityGroupRuleDescriptions": {
|
97643
|
-
"shape": "
|
97754
|
+
"shape": "S24b",
|
97644
97755
|
"locationName": "SecurityGroupRuleDescription"
|
97645
97756
|
}
|
97646
97757
|
}
|
@@ -97668,7 +97779,7 @@ module.exports={
|
|
97668
97779
|
"shape": "S5e"
|
97669
97780
|
},
|
97670
97781
|
"SecurityGroupRuleDescriptions": {
|
97671
|
-
"shape": "
|
97782
|
+
"shape": "S24b",
|
97672
97783
|
"locationName": "SecurityGroupRuleDescription"
|
97673
97784
|
}
|
97674
97785
|
}
|
@@ -104843,232 +104954,8 @@ module.exports={
|
|
104843
104954
|
"locationName": "returnPathComponentSet"
|
104844
104955
|
},
|
104845
104956
|
"Explanations": {
|
104846
|
-
"
|
104847
|
-
"
|
104848
|
-
"member": {
|
104849
|
-
"locationName": "item",
|
104850
|
-
"type": "structure",
|
104851
|
-
"members": {
|
104852
|
-
"Acl": {
|
104853
|
-
"shape": "S1ce",
|
104854
|
-
"locationName": "acl"
|
104855
|
-
},
|
104856
|
-
"AclRule": {
|
104857
|
-
"shape": "S1cd",
|
104858
|
-
"locationName": "aclRule"
|
104859
|
-
},
|
104860
|
-
"Address": {
|
104861
|
-
"locationName": "address"
|
104862
|
-
},
|
104863
|
-
"Addresses": {
|
104864
|
-
"shape": "S1cg",
|
104865
|
-
"locationName": "addressSet"
|
104866
|
-
},
|
104867
|
-
"AttachedTo": {
|
104868
|
-
"shape": "S1ce",
|
104869
|
-
"locationName": "attachedTo"
|
104870
|
-
},
|
104871
|
-
"AvailabilityZones": {
|
104872
|
-
"shape": "Se",
|
104873
|
-
"locationName": "availabilityZoneSet"
|
104874
|
-
},
|
104875
|
-
"Cidrs": {
|
104876
|
-
"shape": "Se",
|
104877
|
-
"locationName": "cidrSet"
|
104878
|
-
},
|
104879
|
-
"Component": {
|
104880
|
-
"shape": "S1ce",
|
104881
|
-
"locationName": "component"
|
104882
|
-
},
|
104883
|
-
"CustomerGateway": {
|
104884
|
-
"shape": "S1ce",
|
104885
|
-
"locationName": "customerGateway"
|
104886
|
-
},
|
104887
|
-
"Destination": {
|
104888
|
-
"shape": "S1ce",
|
104889
|
-
"locationName": "destination"
|
104890
|
-
},
|
104891
|
-
"DestinationVpc": {
|
104892
|
-
"shape": "S1ce",
|
104893
|
-
"locationName": "destinationVpc"
|
104894
|
-
},
|
104895
|
-
"Direction": {
|
104896
|
-
"locationName": "direction"
|
104897
|
-
},
|
104898
|
-
"ExplanationCode": {
|
104899
|
-
"locationName": "explanationCode"
|
104900
|
-
},
|
104901
|
-
"IngressRouteTable": {
|
104902
|
-
"shape": "S1ce",
|
104903
|
-
"locationName": "ingressRouteTable"
|
104904
|
-
},
|
104905
|
-
"InternetGateway": {
|
104906
|
-
"shape": "S1ce",
|
104907
|
-
"locationName": "internetGateway"
|
104908
|
-
},
|
104909
|
-
"LoadBalancerArn": {
|
104910
|
-
"locationName": "loadBalancerArn"
|
104911
|
-
},
|
104912
|
-
"ClassicLoadBalancerListener": {
|
104913
|
-
"locationName": "classicLoadBalancerListener",
|
104914
|
-
"type": "structure",
|
104915
|
-
"members": {
|
104916
|
-
"LoadBalancerPort": {
|
104917
|
-
"locationName": "loadBalancerPort",
|
104918
|
-
"type": "integer"
|
104919
|
-
},
|
104920
|
-
"InstancePort": {
|
104921
|
-
"locationName": "instancePort",
|
104922
|
-
"type": "integer"
|
104923
|
-
}
|
104924
|
-
}
|
104925
|
-
},
|
104926
|
-
"LoadBalancerListenerPort": {
|
104927
|
-
"locationName": "loadBalancerListenerPort",
|
104928
|
-
"type": "integer"
|
104929
|
-
},
|
104930
|
-
"LoadBalancerTarget": {
|
104931
|
-
"locationName": "loadBalancerTarget",
|
104932
|
-
"type": "structure",
|
104933
|
-
"members": {
|
104934
|
-
"Address": {
|
104935
|
-
"locationName": "address"
|
104936
|
-
},
|
104937
|
-
"AvailabilityZone": {
|
104938
|
-
"locationName": "availabilityZone"
|
104939
|
-
},
|
104940
|
-
"Instance": {
|
104941
|
-
"shape": "S1ce",
|
104942
|
-
"locationName": "instance"
|
104943
|
-
},
|
104944
|
-
"Port": {
|
104945
|
-
"locationName": "port",
|
104946
|
-
"type": "integer"
|
104947
|
-
}
|
104948
|
-
}
|
104949
|
-
},
|
104950
|
-
"LoadBalancerTargetGroup": {
|
104951
|
-
"shape": "S1ce",
|
104952
|
-
"locationName": "loadBalancerTargetGroup"
|
104953
|
-
},
|
104954
|
-
"LoadBalancerTargetGroups": {
|
104955
|
-
"shape": "S1cr",
|
104956
|
-
"locationName": "loadBalancerTargetGroupSet"
|
104957
|
-
},
|
104958
|
-
"LoadBalancerTargetPort": {
|
104959
|
-
"locationName": "loadBalancerTargetPort",
|
104960
|
-
"type": "integer"
|
104961
|
-
},
|
104962
|
-
"ElasticLoadBalancerListener": {
|
104963
|
-
"shape": "S1ce",
|
104964
|
-
"locationName": "elasticLoadBalancerListener"
|
104965
|
-
},
|
104966
|
-
"MissingComponent": {
|
104967
|
-
"locationName": "missingComponent"
|
104968
|
-
},
|
104969
|
-
"NatGateway": {
|
104970
|
-
"shape": "S1ce",
|
104971
|
-
"locationName": "natGateway"
|
104972
|
-
},
|
104973
|
-
"NetworkInterface": {
|
104974
|
-
"shape": "S1ce",
|
104975
|
-
"locationName": "networkInterface"
|
104976
|
-
},
|
104977
|
-
"PacketField": {
|
104978
|
-
"locationName": "packetField"
|
104979
|
-
},
|
104980
|
-
"VpcPeeringConnection": {
|
104981
|
-
"shape": "S1ce",
|
104982
|
-
"locationName": "vpcPeeringConnection"
|
104983
|
-
},
|
104984
|
-
"Port": {
|
104985
|
-
"locationName": "port",
|
104986
|
-
"type": "integer"
|
104987
|
-
},
|
104988
|
-
"PortRanges": {
|
104989
|
-
"shape": "S1ch",
|
104990
|
-
"locationName": "portRangeSet"
|
104991
|
-
},
|
104992
|
-
"PrefixList": {
|
104993
|
-
"shape": "S1ce",
|
104994
|
-
"locationName": "prefixList"
|
104995
|
-
},
|
104996
|
-
"Protocols": {
|
104997
|
-
"locationName": "protocolSet",
|
104998
|
-
"type": "list",
|
104999
|
-
"member": {
|
105000
|
-
"locationName": "item"
|
105001
|
-
}
|
105002
|
-
},
|
105003
|
-
"RouteTableRoute": {
|
105004
|
-
"shape": "S1ci",
|
105005
|
-
"locationName": "routeTableRoute"
|
105006
|
-
},
|
105007
|
-
"RouteTable": {
|
105008
|
-
"shape": "S1ce",
|
105009
|
-
"locationName": "routeTable"
|
105010
|
-
},
|
105011
|
-
"SecurityGroup": {
|
105012
|
-
"shape": "S1ce",
|
105013
|
-
"locationName": "securityGroup"
|
105014
|
-
},
|
105015
|
-
"SecurityGroupRule": {
|
105016
|
-
"shape": "S1cj",
|
105017
|
-
"locationName": "securityGroupRule"
|
105018
|
-
},
|
105019
|
-
"SecurityGroups": {
|
105020
|
-
"shape": "S1cr",
|
105021
|
-
"locationName": "securityGroupSet"
|
105022
|
-
},
|
105023
|
-
"SourceVpc": {
|
105024
|
-
"shape": "S1ce",
|
105025
|
-
"locationName": "sourceVpc"
|
105026
|
-
},
|
105027
|
-
"State": {
|
105028
|
-
"locationName": "state"
|
105029
|
-
},
|
105030
|
-
"Subnet": {
|
105031
|
-
"shape": "S1ce",
|
105032
|
-
"locationName": "subnet"
|
105033
|
-
},
|
105034
|
-
"SubnetRouteTable": {
|
105035
|
-
"shape": "S1ce",
|
105036
|
-
"locationName": "subnetRouteTable"
|
105037
|
-
},
|
105038
|
-
"Vpc": {
|
105039
|
-
"shape": "S1ce",
|
105040
|
-
"locationName": "vpc"
|
105041
|
-
},
|
105042
|
-
"VpcEndpoint": {
|
105043
|
-
"shape": "S1ce",
|
105044
|
-
"locationName": "vpcEndpoint"
|
105045
|
-
},
|
105046
|
-
"VpnConnection": {
|
105047
|
-
"shape": "S1ce",
|
105048
|
-
"locationName": "vpnConnection"
|
105049
|
-
},
|
105050
|
-
"VpnGateway": {
|
105051
|
-
"shape": "S1ce",
|
105052
|
-
"locationName": "vpnGateway"
|
105053
|
-
},
|
105054
|
-
"TransitGateway": {
|
105055
|
-
"shape": "S1ce",
|
105056
|
-
"locationName": "transitGateway"
|
105057
|
-
},
|
105058
|
-
"TransitGatewayRouteTable": {
|
105059
|
-
"shape": "S1ce",
|
105060
|
-
"locationName": "transitGatewayRouteTable"
|
105061
|
-
},
|
105062
|
-
"TransitGatewayRouteTableRoute": {
|
105063
|
-
"shape": "S1cm",
|
105064
|
-
"locationName": "transitGatewayRouteTableRoute"
|
105065
|
-
},
|
105066
|
-
"TransitGatewayAttachment": {
|
105067
|
-
"shape": "S1ce",
|
105068
|
-
"locationName": "transitGatewayAttachment"
|
105069
|
-
}
|
105070
|
-
}
|
105071
|
-
}
|
104957
|
+
"shape": "S1cn",
|
104958
|
+
"locationName": "explanationSet"
|
105072
104959
|
},
|
105073
104960
|
"AlternatePathHints": {
|
105074
104961
|
"locationName": "alternatePathHintSet",
|
@@ -105176,6 +105063,14 @@ module.exports={
|
|
105176
105063
|
"TransitGatewayRouteTableRoute": {
|
105177
105064
|
"shape": "S1cm",
|
105178
105065
|
"locationName": "transitGatewayRouteTableRoute"
|
105066
|
+
},
|
105067
|
+
"Explanations": {
|
105068
|
+
"shape": "S1cn",
|
105069
|
+
"locationName": "explanationSet"
|
105070
|
+
},
|
105071
|
+
"ElasticLoadBalancerListener": {
|
105072
|
+
"shape": "S1ce",
|
105073
|
+
"locationName": "elasticLoadBalancerListener"
|
105179
105074
|
}
|
105180
105075
|
}
|
105181
105076
|
}
|
@@ -105289,6 +105184,9 @@ module.exports={
|
|
105289
105184
|
},
|
105290
105185
|
"VpcPeeringConnectionId": {
|
105291
105186
|
"locationName": "vpcPeeringConnectionId"
|
105187
|
+
},
|
105188
|
+
"State": {
|
105189
|
+
"locationName": "state"
|
105292
105190
|
}
|
105293
105191
|
}
|
105294
105192
|
},
|
@@ -105342,6 +105240,239 @@ module.exports={
|
|
105342
105240
|
}
|
105343
105241
|
}
|
105344
105242
|
},
|
105243
|
+
"S1cn": {
|
105244
|
+
"type": "list",
|
105245
|
+
"member": {
|
105246
|
+
"locationName": "item",
|
105247
|
+
"type": "structure",
|
105248
|
+
"members": {
|
105249
|
+
"Acl": {
|
105250
|
+
"shape": "S1ce",
|
105251
|
+
"locationName": "acl"
|
105252
|
+
},
|
105253
|
+
"AclRule": {
|
105254
|
+
"shape": "S1cd",
|
105255
|
+
"locationName": "aclRule"
|
105256
|
+
},
|
105257
|
+
"Address": {
|
105258
|
+
"locationName": "address"
|
105259
|
+
},
|
105260
|
+
"Addresses": {
|
105261
|
+
"shape": "S1cg",
|
105262
|
+
"locationName": "addressSet"
|
105263
|
+
},
|
105264
|
+
"AttachedTo": {
|
105265
|
+
"shape": "S1ce",
|
105266
|
+
"locationName": "attachedTo"
|
105267
|
+
},
|
105268
|
+
"AvailabilityZones": {
|
105269
|
+
"shape": "Se",
|
105270
|
+
"locationName": "availabilityZoneSet"
|
105271
|
+
},
|
105272
|
+
"Cidrs": {
|
105273
|
+
"shape": "Se",
|
105274
|
+
"locationName": "cidrSet"
|
105275
|
+
},
|
105276
|
+
"Component": {
|
105277
|
+
"shape": "S1ce",
|
105278
|
+
"locationName": "component"
|
105279
|
+
},
|
105280
|
+
"CustomerGateway": {
|
105281
|
+
"shape": "S1ce",
|
105282
|
+
"locationName": "customerGateway"
|
105283
|
+
},
|
105284
|
+
"Destination": {
|
105285
|
+
"shape": "S1ce",
|
105286
|
+
"locationName": "destination"
|
105287
|
+
},
|
105288
|
+
"DestinationVpc": {
|
105289
|
+
"shape": "S1ce",
|
105290
|
+
"locationName": "destinationVpc"
|
105291
|
+
},
|
105292
|
+
"Direction": {
|
105293
|
+
"locationName": "direction"
|
105294
|
+
},
|
105295
|
+
"ExplanationCode": {
|
105296
|
+
"locationName": "explanationCode"
|
105297
|
+
},
|
105298
|
+
"IngressRouteTable": {
|
105299
|
+
"shape": "S1ce",
|
105300
|
+
"locationName": "ingressRouteTable"
|
105301
|
+
},
|
105302
|
+
"InternetGateway": {
|
105303
|
+
"shape": "S1ce",
|
105304
|
+
"locationName": "internetGateway"
|
105305
|
+
},
|
105306
|
+
"LoadBalancerArn": {
|
105307
|
+
"locationName": "loadBalancerArn"
|
105308
|
+
},
|
105309
|
+
"ClassicLoadBalancerListener": {
|
105310
|
+
"locationName": "classicLoadBalancerListener",
|
105311
|
+
"type": "structure",
|
105312
|
+
"members": {
|
105313
|
+
"LoadBalancerPort": {
|
105314
|
+
"locationName": "loadBalancerPort",
|
105315
|
+
"type": "integer"
|
105316
|
+
},
|
105317
|
+
"InstancePort": {
|
105318
|
+
"locationName": "instancePort",
|
105319
|
+
"type": "integer"
|
105320
|
+
}
|
105321
|
+
}
|
105322
|
+
},
|
105323
|
+
"LoadBalancerListenerPort": {
|
105324
|
+
"locationName": "loadBalancerListenerPort",
|
105325
|
+
"type": "integer"
|
105326
|
+
},
|
105327
|
+
"LoadBalancerTarget": {
|
105328
|
+
"locationName": "loadBalancerTarget",
|
105329
|
+
"type": "structure",
|
105330
|
+
"members": {
|
105331
|
+
"Address": {
|
105332
|
+
"locationName": "address"
|
105333
|
+
},
|
105334
|
+
"AvailabilityZone": {
|
105335
|
+
"locationName": "availabilityZone"
|
105336
|
+
},
|
105337
|
+
"Instance": {
|
105338
|
+
"shape": "S1ce",
|
105339
|
+
"locationName": "instance"
|
105340
|
+
},
|
105341
|
+
"Port": {
|
105342
|
+
"locationName": "port",
|
105343
|
+
"type": "integer"
|
105344
|
+
}
|
105345
|
+
}
|
105346
|
+
},
|
105347
|
+
"LoadBalancerTargetGroup": {
|
105348
|
+
"shape": "S1ce",
|
105349
|
+
"locationName": "loadBalancerTargetGroup"
|
105350
|
+
},
|
105351
|
+
"LoadBalancerTargetGroups": {
|
105352
|
+
"shape": "S1cr",
|
105353
|
+
"locationName": "loadBalancerTargetGroupSet"
|
105354
|
+
},
|
105355
|
+
"LoadBalancerTargetPort": {
|
105356
|
+
"locationName": "loadBalancerTargetPort",
|
105357
|
+
"type": "integer"
|
105358
|
+
},
|
105359
|
+
"ElasticLoadBalancerListener": {
|
105360
|
+
"shape": "S1ce",
|
105361
|
+
"locationName": "elasticLoadBalancerListener"
|
105362
|
+
},
|
105363
|
+
"MissingComponent": {
|
105364
|
+
"locationName": "missingComponent"
|
105365
|
+
},
|
105366
|
+
"NatGateway": {
|
105367
|
+
"shape": "S1ce",
|
105368
|
+
"locationName": "natGateway"
|
105369
|
+
},
|
105370
|
+
"NetworkInterface": {
|
105371
|
+
"shape": "S1ce",
|
105372
|
+
"locationName": "networkInterface"
|
105373
|
+
},
|
105374
|
+
"PacketField": {
|
105375
|
+
"locationName": "packetField"
|
105376
|
+
},
|
105377
|
+
"VpcPeeringConnection": {
|
105378
|
+
"shape": "S1ce",
|
105379
|
+
"locationName": "vpcPeeringConnection"
|
105380
|
+
},
|
105381
|
+
"Port": {
|
105382
|
+
"locationName": "port",
|
105383
|
+
"type": "integer"
|
105384
|
+
},
|
105385
|
+
"PortRanges": {
|
105386
|
+
"shape": "S1ch",
|
105387
|
+
"locationName": "portRangeSet"
|
105388
|
+
},
|
105389
|
+
"PrefixList": {
|
105390
|
+
"shape": "S1ce",
|
105391
|
+
"locationName": "prefixList"
|
105392
|
+
},
|
105393
|
+
"Protocols": {
|
105394
|
+
"locationName": "protocolSet",
|
105395
|
+
"type": "list",
|
105396
|
+
"member": {
|
105397
|
+
"locationName": "item"
|
105398
|
+
}
|
105399
|
+
},
|
105400
|
+
"RouteTableRoute": {
|
105401
|
+
"shape": "S1ci",
|
105402
|
+
"locationName": "routeTableRoute"
|
105403
|
+
},
|
105404
|
+
"RouteTable": {
|
105405
|
+
"shape": "S1ce",
|
105406
|
+
"locationName": "routeTable"
|
105407
|
+
},
|
105408
|
+
"SecurityGroup": {
|
105409
|
+
"shape": "S1ce",
|
105410
|
+
"locationName": "securityGroup"
|
105411
|
+
},
|
105412
|
+
"SecurityGroupRule": {
|
105413
|
+
"shape": "S1cj",
|
105414
|
+
"locationName": "securityGroupRule"
|
105415
|
+
},
|
105416
|
+
"SecurityGroups": {
|
105417
|
+
"shape": "S1cr",
|
105418
|
+
"locationName": "securityGroupSet"
|
105419
|
+
},
|
105420
|
+
"SourceVpc": {
|
105421
|
+
"shape": "S1ce",
|
105422
|
+
"locationName": "sourceVpc"
|
105423
|
+
},
|
105424
|
+
"State": {
|
105425
|
+
"locationName": "state"
|
105426
|
+
},
|
105427
|
+
"Subnet": {
|
105428
|
+
"shape": "S1ce",
|
105429
|
+
"locationName": "subnet"
|
105430
|
+
},
|
105431
|
+
"SubnetRouteTable": {
|
105432
|
+
"shape": "S1ce",
|
105433
|
+
"locationName": "subnetRouteTable"
|
105434
|
+
},
|
105435
|
+
"Vpc": {
|
105436
|
+
"shape": "S1ce",
|
105437
|
+
"locationName": "vpc"
|
105438
|
+
},
|
105439
|
+
"VpcEndpoint": {
|
105440
|
+
"shape": "S1ce",
|
105441
|
+
"locationName": "vpcEndpoint"
|
105442
|
+
},
|
105443
|
+
"VpnConnection": {
|
105444
|
+
"shape": "S1ce",
|
105445
|
+
"locationName": "vpnConnection"
|
105446
|
+
},
|
105447
|
+
"VpnGateway": {
|
105448
|
+
"shape": "S1ce",
|
105449
|
+
"locationName": "vpnGateway"
|
105450
|
+
},
|
105451
|
+
"TransitGateway": {
|
105452
|
+
"shape": "S1ce",
|
105453
|
+
"locationName": "transitGateway"
|
105454
|
+
},
|
105455
|
+
"TransitGatewayRouteTable": {
|
105456
|
+
"shape": "S1ce",
|
105457
|
+
"locationName": "transitGatewayRouteTable"
|
105458
|
+
},
|
105459
|
+
"TransitGatewayRouteTableRoute": {
|
105460
|
+
"shape": "S1cm",
|
105461
|
+
"locationName": "transitGatewayRouteTableRoute"
|
105462
|
+
},
|
105463
|
+
"TransitGatewayAttachment": {
|
105464
|
+
"shape": "S1ce",
|
105465
|
+
"locationName": "transitGatewayAttachment"
|
105466
|
+
},
|
105467
|
+
"ComponentAccount": {
|
105468
|
+
"locationName": "componentAccount"
|
105469
|
+
},
|
105470
|
+
"ComponentRegion": {
|
105471
|
+
"locationName": "componentRegion"
|
105472
|
+
}
|
105473
|
+
}
|
105474
|
+
}
|
105475
|
+
},
|
105345
105476
|
"S1cr": {
|
105346
105477
|
"type": "list",
|
105347
105478
|
"member": {
|
@@ -105349,7 +105480,7 @@ module.exports={
|
|
105349
105480
|
"locationName": "item"
|
105350
105481
|
}
|
105351
105482
|
},
|
105352
|
-
"
|
105483
|
+
"S1e2": {
|
105353
105484
|
"type": "structure",
|
105354
105485
|
"members": {
|
105355
105486
|
"FirstAddress": {
|
@@ -105368,13 +105499,13 @@ module.exports={
|
|
105368
105499
|
}
|
105369
105500
|
}
|
105370
105501
|
},
|
105371
|
-
"
|
105502
|
+
"S1ef": {
|
105372
105503
|
"type": "list",
|
105373
105504
|
"member": {
|
105374
105505
|
"locationName": "ReservedInstancesId"
|
105375
105506
|
}
|
105376
105507
|
},
|
105377
|
-
"
|
105508
|
+
"S1en": {
|
105378
105509
|
"type": "list",
|
105379
105510
|
"member": {
|
105380
105511
|
"locationName": "item",
|
@@ -105390,7 +105521,7 @@ module.exports={
|
|
105390
105521
|
}
|
105391
105522
|
}
|
105392
105523
|
},
|
105393
|
-
"
|
105524
|
+
"S1f1": {
|
105394
105525
|
"type": "structure",
|
105395
105526
|
"members": {
|
105396
105527
|
"AvailabilityZone": {
|
@@ -105411,7 +105542,7 @@ module.exports={
|
|
105411
105542
|
}
|
105412
105543
|
}
|
105413
105544
|
},
|
105414
|
-
"
|
105545
|
+
"S1fo": {
|
105415
105546
|
"type": "structure",
|
105416
105547
|
"members": {
|
105417
105548
|
"Frequency": {
|
@@ -105438,7 +105569,7 @@ module.exports={
|
|
105438
105569
|
}
|
105439
105570
|
}
|
105440
105571
|
},
|
105441
|
-
"
|
105572
|
+
"S1fw": {
|
105442
105573
|
"type": "structure",
|
105443
105574
|
"members": {
|
105444
105575
|
"AvailabilityZone": {
|
@@ -105473,7 +105604,7 @@ module.exports={
|
|
105473
105604
|
"type": "timestamp"
|
105474
105605
|
},
|
105475
105606
|
"Recurrence": {
|
105476
|
-
"shape": "
|
105607
|
+
"shape": "S1fo",
|
105477
105608
|
"locationName": "recurrence"
|
105478
105609
|
},
|
105479
105610
|
"ScheduledInstanceId": {
|
@@ -105497,19 +105628,19 @@ module.exports={
|
|
105497
105628
|
}
|
105498
105629
|
}
|
105499
105630
|
},
|
105500
|
-
"
|
105631
|
+
"S1g3": {
|
105501
105632
|
"type": "list",
|
105502
105633
|
"member": {
|
105503
105634
|
"locationName": "item"
|
105504
105635
|
}
|
105505
105636
|
},
|
105506
|
-
"
|
105637
|
+
"S1g7": {
|
105507
105638
|
"type": "list",
|
105508
105639
|
"member": {
|
105509
105640
|
"locationName": "GroupName"
|
105510
105641
|
}
|
105511
105642
|
},
|
105512
|
-
"
|
105643
|
+
"S1gf": {
|
105513
105644
|
"type": "list",
|
105514
105645
|
"member": {
|
105515
105646
|
"locationName": "item",
|
@@ -105524,13 +105655,13 @@ module.exports={
|
|
105524
105655
|
}
|
105525
105656
|
}
|
105526
105657
|
},
|
105527
|
-
"
|
105658
|
+
"S1gp": {
|
105528
105659
|
"type": "list",
|
105529
105660
|
"member": {
|
105530
105661
|
"locationName": "SnapshotId"
|
105531
105662
|
}
|
105532
105663
|
},
|
105533
|
-
"
|
105664
|
+
"S1h8": {
|
105534
105665
|
"type": "structure",
|
105535
105666
|
"required": [
|
105536
105667
|
"IamFleetRole",
|
@@ -105628,11 +105759,11 @@ module.exports={
|
|
105628
105759
|
}
|
105629
105760
|
},
|
105630
105761
|
"NetworkInterfaces": {
|
105631
|
-
"shape": "
|
105762
|
+
"shape": "S1hi",
|
105632
105763
|
"locationName": "networkInterfaceSet"
|
105633
105764
|
},
|
105634
105765
|
"Placement": {
|
105635
|
-
"shape": "
|
105766
|
+
"shape": "S1hk",
|
105636
105767
|
"locationName": "placement"
|
105637
105768
|
},
|
105638
105769
|
"RamdiskId": {
|
@@ -105676,7 +105807,7 @@ module.exports={
|
|
105676
105807
|
}
|
105677
105808
|
},
|
105678
105809
|
"LaunchTemplateConfigs": {
|
105679
|
-
"shape": "
|
105810
|
+
"shape": "S1hn",
|
105680
105811
|
"locationName": "launchTemplateConfigs"
|
105681
105812
|
},
|
105682
105813
|
"SpotPrice": {
|
@@ -105778,7 +105909,7 @@ module.exports={
|
|
105778
105909
|
}
|
105779
105910
|
}
|
105780
105911
|
},
|
105781
|
-
"
|
105912
|
+
"S1hi": {
|
105782
105913
|
"type": "list",
|
105783
105914
|
"member": {
|
105784
105915
|
"locationName": "item",
|
@@ -105854,7 +105985,7 @@ module.exports={
|
|
105854
105985
|
}
|
105855
105986
|
}
|
105856
105987
|
},
|
105857
|
-
"
|
105988
|
+
"S1hk": {
|
105858
105989
|
"type": "structure",
|
105859
105990
|
"members": {
|
105860
105991
|
"AvailabilityZone": {
|
@@ -105868,7 +105999,7 @@ module.exports={
|
|
105868
105999
|
}
|
105869
106000
|
}
|
105870
106001
|
},
|
105871
|
-
"
|
106002
|
+
"S1hn": {
|
105872
106003
|
"type": "list",
|
105873
106004
|
"member": {
|
105874
106005
|
"locationName": "item",
|
@@ -105915,7 +106046,7 @@ module.exports={
|
|
105915
106046
|
}
|
105916
106047
|
}
|
105917
106048
|
},
|
105918
|
-
"
|
106049
|
+
"S1i0": {
|
105919
106050
|
"type": "list",
|
105920
106051
|
"member": {
|
105921
106052
|
"locationName": "item",
|
@@ -105984,11 +106115,11 @@ module.exports={
|
|
105984
106115
|
"locationName": "keyName"
|
105985
106116
|
},
|
105986
106117
|
"NetworkInterfaces": {
|
105987
|
-
"shape": "
|
106118
|
+
"shape": "S1hi",
|
105988
106119
|
"locationName": "networkInterfaceSet"
|
105989
106120
|
},
|
105990
106121
|
"Placement": {
|
105991
|
-
"shape": "
|
106122
|
+
"shape": "S1hk",
|
105992
106123
|
"locationName": "placement"
|
105993
106124
|
},
|
105994
106125
|
"RamdiskId": {
|
@@ -105998,7 +106129,7 @@ module.exports={
|
|
105998
106129
|
"locationName": "subnetId"
|
105999
106130
|
},
|
106000
106131
|
"Monitoring": {
|
106001
|
-
"shape": "
|
106132
|
+
"shape": "S1i3",
|
106002
106133
|
"locationName": "monitoring"
|
106003
106134
|
}
|
106004
106135
|
}
|
@@ -106055,7 +106186,7 @@ module.exports={
|
|
106055
106186
|
}
|
106056
106187
|
}
|
106057
106188
|
},
|
106058
|
-
"
|
106189
|
+
"S1i3": {
|
106059
106190
|
"type": "structure",
|
106060
106191
|
"required": [
|
106061
106192
|
"Enabled"
|
@@ -106067,7 +106198,7 @@ module.exports={
|
|
106067
106198
|
}
|
106068
106199
|
}
|
106069
106200
|
},
|
106070
|
-
"
|
106201
|
+
"S1ii": {
|
106071
106202
|
"type": "list",
|
106072
106203
|
"member": {
|
106073
106204
|
"locationName": "item",
|
@@ -106109,11 +106240,11 @@ module.exports={
|
|
106109
106240
|
}
|
106110
106241
|
}
|
106111
106242
|
},
|
106112
|
-
"
|
106243
|
+
"S1jg": {
|
106113
106244
|
"type": "list",
|
106114
106245
|
"member": {}
|
106115
106246
|
},
|
106116
|
-
"
|
106247
|
+
"S1lc": {
|
106117
106248
|
"type": "structure",
|
106118
106249
|
"members": {
|
106119
106250
|
"VolumeId": {
|
@@ -106177,19 +106308,19 @@ module.exports={
|
|
106177
106308
|
}
|
106178
106309
|
}
|
106179
106310
|
},
|
106180
|
-
"
|
106311
|
+
"S1li": {
|
106181
106312
|
"type": "list",
|
106182
106313
|
"member": {
|
106183
106314
|
"locationName": "VpcId"
|
106184
106315
|
}
|
106185
106316
|
},
|
106186
|
-
"
|
106317
|
+
"S1na": {
|
106187
106318
|
"type": "list",
|
106188
106319
|
"member": {
|
106189
106320
|
"locationName": "AvailabilityZone"
|
106190
106321
|
}
|
106191
106322
|
},
|
106192
|
-
"
|
106323
|
+
"S1nr": {
|
106193
106324
|
"type": "structure",
|
106194
106325
|
"members": {
|
106195
106326
|
"TransitGatewayAttachmentId": {
|
@@ -106212,7 +106343,7 @@ module.exports={
|
|
106212
106343
|
}
|
106213
106344
|
}
|
106214
106345
|
},
|
106215
|
-
"
|
106346
|
+
"S1qh": {
|
106216
106347
|
"type": "structure",
|
106217
106348
|
"members": {
|
106218
106349
|
"InstanceFamily": {
|
@@ -106223,13 +106354,13 @@ module.exports={
|
|
106223
106354
|
}
|
106224
106355
|
}
|
106225
106356
|
},
|
106226
|
-
"
|
106357
|
+
"S1qy": {
|
106227
106358
|
"type": "list",
|
106228
106359
|
"member": {
|
106229
106360
|
"locationName": "item"
|
106230
106361
|
}
|
106231
106362
|
},
|
106232
|
-
"
|
106363
|
+
"S1r0": {
|
106233
106364
|
"type": "list",
|
106234
106365
|
"member": {
|
106235
106366
|
"locationName": "item",
|
@@ -106264,19 +106395,19 @@ module.exports={
|
|
106264
106395
|
}
|
106265
106396
|
}
|
106266
106397
|
},
|
106267
|
-
"
|
106398
|
+
"S1r3": {
|
106268
106399
|
"type": "list",
|
106269
106400
|
"member": {
|
106270
106401
|
"locationName": "item"
|
106271
106402
|
}
|
106272
106403
|
},
|
106273
|
-
"
|
106404
|
+
"S1r4": {
|
106274
106405
|
"type": "list",
|
106275
106406
|
"member": {
|
106276
106407
|
"locationName": "item"
|
106277
106408
|
}
|
106278
106409
|
},
|
106279
|
-
"
|
106410
|
+
"S1rt": {
|
106280
106411
|
"type": "structure",
|
106281
106412
|
"members": {
|
106282
106413
|
"IpamId": {
|
@@ -106328,7 +106459,7 @@ module.exports={
|
|
106328
106459
|
}
|
106329
106460
|
}
|
106330
106461
|
},
|
106331
|
-
"
|
106462
|
+
"S1sh": {
|
106332
106463
|
"type": "structure",
|
106333
106464
|
"members": {
|
106334
106465
|
"HourlyPrice": {
|
@@ -106342,14 +106473,14 @@ module.exports={
|
|
106342
106473
|
}
|
106343
106474
|
}
|
106344
106475
|
},
|
106345
|
-
"
|
106476
|
+
"S1t1": {
|
106346
106477
|
"type": "list",
|
106347
106478
|
"member": {
|
106348
106479
|
"shape": "Sli",
|
106349
106480
|
"locationName": "item"
|
106350
106481
|
}
|
106351
106482
|
},
|
106352
|
-
"
|
106483
|
+
"S1u6": {
|
106353
106484
|
"type": "structure",
|
106354
106485
|
"members": {
|
106355
106486
|
"Comment": {},
|
@@ -106364,14 +106495,14 @@ module.exports={
|
|
106364
106495
|
}
|
106365
106496
|
}
|
106366
106497
|
},
|
106367
|
-
"
|
106498
|
+
"S1u9": {
|
106368
106499
|
"type": "structure",
|
106369
106500
|
"members": {
|
106370
106501
|
"S3Bucket": {},
|
106371
106502
|
"S3Key": {}
|
106372
106503
|
}
|
106373
106504
|
},
|
106374
|
-
"
|
106505
|
+
"S1ug": {
|
106375
106506
|
"type": "structure",
|
106376
106507
|
"required": [
|
106377
106508
|
"Bytes",
|
@@ -106391,7 +106522,7 @@ module.exports={
|
|
106391
106522
|
}
|
106392
106523
|
}
|
106393
106524
|
},
|
106394
|
-
"
|
106525
|
+
"S1uh": {
|
106395
106526
|
"type": "structure",
|
106396
106527
|
"required": [
|
106397
106528
|
"Size"
|
@@ -106403,25 +106534,25 @@ module.exports={
|
|
106403
106534
|
}
|
106404
106535
|
}
|
106405
106536
|
},
|
106406
|
-
"
|
106537
|
+
"S1vm": {
|
106407
106538
|
"type": "list",
|
106408
106539
|
"member": {
|
106409
106540
|
"locationName": "UserId"
|
106410
106541
|
}
|
106411
106542
|
},
|
106412
|
-
"
|
106543
|
+
"S1vn": {
|
106413
106544
|
"type": "list",
|
106414
106545
|
"member": {
|
106415
106546
|
"locationName": "UserGroup"
|
106416
106547
|
}
|
106417
106548
|
},
|
106418
|
-
"
|
106549
|
+
"S1vo": {
|
106419
106550
|
"type": "list",
|
106420
106551
|
"member": {
|
106421
106552
|
"locationName": "ProductCode"
|
106422
106553
|
}
|
106423
106554
|
},
|
106424
|
-
"
|
106555
|
+
"S1vq": {
|
106425
106556
|
"type": "list",
|
106426
106557
|
"member": {
|
106427
106558
|
"locationName": "item",
|
@@ -106432,14 +106563,14 @@ module.exports={
|
|
106432
106563
|
}
|
106433
106564
|
}
|
106434
106565
|
},
|
106435
|
-
"
|
106566
|
+
"S1vv": {
|
106436
106567
|
"type": "list",
|
106437
106568
|
"member": {
|
106438
106569
|
"shape": "S19",
|
106439
106570
|
"locationName": "item"
|
106440
106571
|
}
|
106441
106572
|
},
|
106442
|
-
"
|
106573
|
+
"S1w8": {
|
106443
106574
|
"type": "structure",
|
106444
106575
|
"members": {
|
106445
106576
|
"CapacityReservationPreference": {},
|
@@ -106448,7 +106579,7 @@ module.exports={
|
|
106448
106579
|
}
|
106449
106580
|
}
|
106450
106581
|
},
|
106451
|
-
"
|
106582
|
+
"S1yx": {
|
106452
106583
|
"type": "structure",
|
106453
106584
|
"members": {
|
106454
106585
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -106462,7 +106593,7 @@ module.exports={
|
|
106462
106593
|
}
|
106463
106594
|
}
|
106464
106595
|
},
|
106465
|
-
"
|
106596
|
+
"S1yz": {
|
106466
106597
|
"type": "structure",
|
106467
106598
|
"members": {
|
106468
106599
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -106479,7 +106610,7 @@ module.exports={
|
|
106479
106610
|
}
|
106480
106611
|
}
|
106481
106612
|
},
|
106482
|
-
"
|
106613
|
+
"S1ze": {
|
106483
106614
|
"type": "list",
|
106484
106615
|
"member": {
|
106485
106616
|
"locationName": "item",
|
@@ -106495,13 +106626,13 @@ module.exports={
|
|
106495
106626
|
}
|
106496
106627
|
}
|
106497
106628
|
},
|
106498
|
-
"
|
106629
|
+
"S231": {
|
106499
106630
|
"type": "list",
|
106500
106631
|
"member": {
|
106501
106632
|
"locationName": "SecurityGroupId"
|
106502
106633
|
}
|
106503
106634
|
},
|
106504
|
-
"
|
106635
|
+
"S23p": {
|
106505
106636
|
"type": "list",
|
106506
106637
|
"member": {
|
106507
106638
|
"locationName": "item",
|
@@ -106521,7 +106652,7 @@ module.exports={
|
|
106521
106652
|
}
|
106522
106653
|
}
|
106523
106654
|
},
|
106524
|
-
"
|
106655
|
+
"S24b": {
|
106525
106656
|
"type": "list",
|
106526
106657
|
"member": {
|
106527
106658
|
"locationName": "item",
|
@@ -243280,7 +243411,7 @@ AWS.util.update(AWS, {
|
|
243280
243411
|
/**
|
243281
243412
|
* @constant
|
243282
243413
|
*/
|
243283
|
-
VERSION: '2.
|
243414
|
+
VERSION: '2.1221.0',
|
243284
243415
|
|
243285
243416
|
/**
|
243286
243417
|
* @api private
|
@@ -265264,7 +265395,7 @@ var LRUCache = /** @class */ (function () {
|
|
265264
265395
|
}());
|
265265
265396
|
exports.LRUCache = LRUCache;
|
265266
265397
|
},{}],458:[function(require,module,exports){
|
265267
|
-
// AWS SDK for JavaScript v2.
|
265398
|
+
// AWS SDK for JavaScript v2.1221.0
|
265268
265399
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
265269
265400
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
265270
265401
|
require('./browser_loader');
|