aws-sdk 2.1020.0 → 2.1024.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 +24 -1
- package/README.md +1 -1
- package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
- package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/apis/connect-2017-08-08.min.json +230 -61
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/datasync-2018-11-09.min.json +207 -56
- package/apis/ec2-2016-11-15.min.json +513 -499
- package/apis/finspace-2021-03-12.min.json +24 -4
- package/apis/iotwireless-2020-11-22.min.json +993 -100
- package/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/apis/macie2-2020-01-01.min.json +104 -77
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +617 -537
- package/apis/translate-2017-07-01.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +130 -79
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chimesdkmeetings.d.ts +486 -0
- package/clients/chimesdkmeetings.js +18 -0
- package/clients/connect.d.ts +194 -21
- package/clients/connectparticipant.d.ts +1 -1
- package/clients/datasync.d.ts +241 -11
- package/clients/ec2.d.ts +23 -6
- package/clients/finspace.d.ts +26 -0
- package/clients/iotwireless.d.ts +577 -6
- package/clients/macie2.d.ts +36 -16
- package/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/clients/sagemaker.d.ts +111 -16
- package/clients/translate.d.ts +13 -12
- package/clients/wafv2.d.ts +70 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +760 -564
- package/dist/aws-sdk.min.js +71 -71
- 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.1024.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){
|
|
@@ -58260,6 +58260,40 @@ module.exports={
|
|
|
58260
58260
|
}
|
|
58261
58261
|
}
|
|
58262
58262
|
},
|
|
58263
|
+
"CreateSecurityProfile": {
|
|
58264
|
+
"http": {
|
|
58265
|
+
"method": "PUT",
|
|
58266
|
+
"requestUri": "/security-profiles/{InstanceId}"
|
|
58267
|
+
},
|
|
58268
|
+
"input": {
|
|
58269
|
+
"type": "structure",
|
|
58270
|
+
"required": [
|
|
58271
|
+
"SecurityProfileName",
|
|
58272
|
+
"InstanceId"
|
|
58273
|
+
],
|
|
58274
|
+
"members": {
|
|
58275
|
+
"SecurityProfileName": {},
|
|
58276
|
+
"Description": {},
|
|
58277
|
+
"Permissions": {
|
|
58278
|
+
"shape": "S39"
|
|
58279
|
+
},
|
|
58280
|
+
"InstanceId": {
|
|
58281
|
+
"location": "uri",
|
|
58282
|
+
"locationName": "InstanceId"
|
|
58283
|
+
},
|
|
58284
|
+
"Tags": {
|
|
58285
|
+
"shape": "S1e"
|
|
58286
|
+
}
|
|
58287
|
+
}
|
|
58288
|
+
},
|
|
58289
|
+
"output": {
|
|
58290
|
+
"type": "structure",
|
|
58291
|
+
"members": {
|
|
58292
|
+
"SecurityProfileId": {},
|
|
58293
|
+
"SecurityProfileArn": {}
|
|
58294
|
+
}
|
|
58295
|
+
}
|
|
58296
|
+
},
|
|
58263
58297
|
"CreateUseCase": {
|
|
58264
58298
|
"http": {
|
|
58265
58299
|
"method": "PUT",
|
|
@@ -58313,14 +58347,14 @@ module.exports={
|
|
|
58313
58347
|
"Username": {},
|
|
58314
58348
|
"Password": {},
|
|
58315
58349
|
"IdentityInfo": {
|
|
58316
|
-
"shape": "
|
|
58350
|
+
"shape": "S3k"
|
|
58317
58351
|
},
|
|
58318
58352
|
"PhoneConfig": {
|
|
58319
|
-
"shape": "
|
|
58353
|
+
"shape": "S3o"
|
|
58320
58354
|
},
|
|
58321
58355
|
"DirectoryUserId": {},
|
|
58322
58356
|
"SecurityProfileIds": {
|
|
58323
|
-
"shape": "
|
|
58357
|
+
"shape": "S3t"
|
|
58324
58358
|
},
|
|
58325
58359
|
"RoutingProfileId": {},
|
|
58326
58360
|
"HierarchyGroupId": {},
|
|
@@ -58456,6 +58490,29 @@ module.exports={
|
|
|
58456
58490
|
}
|
|
58457
58491
|
}
|
|
58458
58492
|
},
|
|
58493
|
+
"DeleteSecurityProfile": {
|
|
58494
|
+
"http": {
|
|
58495
|
+
"method": "DELETE",
|
|
58496
|
+
"requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
|
|
58497
|
+
},
|
|
58498
|
+
"input": {
|
|
58499
|
+
"type": "structure",
|
|
58500
|
+
"required": [
|
|
58501
|
+
"InstanceId",
|
|
58502
|
+
"SecurityProfileId"
|
|
58503
|
+
],
|
|
58504
|
+
"members": {
|
|
58505
|
+
"InstanceId": {
|
|
58506
|
+
"location": "uri",
|
|
58507
|
+
"locationName": "InstanceId"
|
|
58508
|
+
},
|
|
58509
|
+
"SecurityProfileId": {
|
|
58510
|
+
"location": "uri",
|
|
58511
|
+
"locationName": "SecurityProfileId"
|
|
58512
|
+
}
|
|
58513
|
+
}
|
|
58514
|
+
}
|
|
58515
|
+
},
|
|
58459
58516
|
"DeleteUseCase": {
|
|
58460
58517
|
"http": {
|
|
58461
58518
|
"method": "DELETE",
|
|
@@ -58738,7 +58795,7 @@ module.exports={
|
|
|
58738
58795
|
"type": "structure",
|
|
58739
58796
|
"members": {
|
|
58740
58797
|
"Attribute": {
|
|
58741
|
-
"shape": "
|
|
58798
|
+
"shape": "S4r"
|
|
58742
58799
|
}
|
|
58743
58800
|
}
|
|
58744
58801
|
}
|
|
@@ -58915,6 +58972,47 @@ module.exports={
|
|
|
58915
58972
|
}
|
|
58916
58973
|
}
|
|
58917
58974
|
},
|
|
58975
|
+
"DescribeSecurityProfile": {
|
|
58976
|
+
"http": {
|
|
58977
|
+
"method": "GET",
|
|
58978
|
+
"requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
|
|
58979
|
+
},
|
|
58980
|
+
"input": {
|
|
58981
|
+
"type": "structure",
|
|
58982
|
+
"required": [
|
|
58983
|
+
"SecurityProfileId",
|
|
58984
|
+
"InstanceId"
|
|
58985
|
+
],
|
|
58986
|
+
"members": {
|
|
58987
|
+
"SecurityProfileId": {
|
|
58988
|
+
"location": "uri",
|
|
58989
|
+
"locationName": "SecurityProfileId"
|
|
58990
|
+
},
|
|
58991
|
+
"InstanceId": {
|
|
58992
|
+
"location": "uri",
|
|
58993
|
+
"locationName": "InstanceId"
|
|
58994
|
+
}
|
|
58995
|
+
}
|
|
58996
|
+
},
|
|
58997
|
+
"output": {
|
|
58998
|
+
"type": "structure",
|
|
58999
|
+
"members": {
|
|
59000
|
+
"SecurityProfile": {
|
|
59001
|
+
"type": "structure",
|
|
59002
|
+
"members": {
|
|
59003
|
+
"Id": {},
|
|
59004
|
+
"OrganizationResourceId": {},
|
|
59005
|
+
"Arn": {},
|
|
59006
|
+
"SecurityProfileName": {},
|
|
59007
|
+
"Description": {},
|
|
59008
|
+
"Tags": {
|
|
59009
|
+
"shape": "S1e"
|
|
59010
|
+
}
|
|
59011
|
+
}
|
|
59012
|
+
}
|
|
59013
|
+
}
|
|
59014
|
+
}
|
|
59015
|
+
},
|
|
58918
59016
|
"DescribeUser": {
|
|
58919
59017
|
"http": {
|
|
58920
59018
|
"method": "GET",
|
|
@@ -58947,14 +59045,14 @@ module.exports={
|
|
|
58947
59045
|
"Arn": {},
|
|
58948
59046
|
"Username": {},
|
|
58949
59047
|
"IdentityInfo": {
|
|
58950
|
-
"shape": "
|
|
59048
|
+
"shape": "S3k"
|
|
58951
59049
|
},
|
|
58952
59050
|
"PhoneConfig": {
|
|
58953
|
-
"shape": "
|
|
59051
|
+
"shape": "S3o"
|
|
58954
59052
|
},
|
|
58955
59053
|
"DirectoryUserId": {},
|
|
58956
59054
|
"SecurityProfileIds": {
|
|
58957
|
-
"shape": "
|
|
59055
|
+
"shape": "S3t"
|
|
58958
59056
|
},
|
|
58959
59057
|
"RoutingProfileId": {},
|
|
58960
59058
|
"HierarchyGroupId": {},
|
|
@@ -59002,19 +59100,19 @@ module.exports={
|
|
|
59002
59100
|
"type": "structure",
|
|
59003
59101
|
"members": {
|
|
59004
59102
|
"LevelOne": {
|
|
59005
|
-
"shape": "
|
|
59103
|
+
"shape": "S5g"
|
|
59006
59104
|
},
|
|
59007
59105
|
"LevelTwo": {
|
|
59008
|
-
"shape": "
|
|
59106
|
+
"shape": "S5g"
|
|
59009
59107
|
},
|
|
59010
59108
|
"LevelThree": {
|
|
59011
|
-
"shape": "
|
|
59109
|
+
"shape": "S5g"
|
|
59012
59110
|
},
|
|
59013
59111
|
"LevelFour": {
|
|
59014
|
-
"shape": "
|
|
59112
|
+
"shape": "S5g"
|
|
59015
59113
|
},
|
|
59016
59114
|
"LevelFive": {
|
|
59017
|
-
"shape": "
|
|
59115
|
+
"shape": "S5g"
|
|
59018
59116
|
}
|
|
59019
59117
|
}
|
|
59020
59118
|
}
|
|
@@ -59047,19 +59145,19 @@ module.exports={
|
|
|
59047
59145
|
"type": "structure",
|
|
59048
59146
|
"members": {
|
|
59049
59147
|
"LevelOne": {
|
|
59050
|
-
"shape": "
|
|
59148
|
+
"shape": "S5k"
|
|
59051
59149
|
},
|
|
59052
59150
|
"LevelTwo": {
|
|
59053
|
-
"shape": "
|
|
59151
|
+
"shape": "S5k"
|
|
59054
59152
|
},
|
|
59055
59153
|
"LevelThree": {
|
|
59056
|
-
"shape": "
|
|
59154
|
+
"shape": "S5k"
|
|
59057
59155
|
},
|
|
59058
59156
|
"LevelFour": {
|
|
59059
|
-
"shape": "
|
|
59157
|
+
"shape": "S5k"
|
|
59060
59158
|
},
|
|
59061
59159
|
"LevelFive": {
|
|
59062
|
-
"shape": "
|
|
59160
|
+
"shape": "S5k"
|
|
59063
59161
|
}
|
|
59064
59162
|
}
|
|
59065
59163
|
}
|
|
@@ -59295,7 +59393,7 @@ module.exports={
|
|
|
59295
59393
|
"type": "structure",
|
|
59296
59394
|
"members": {
|
|
59297
59395
|
"Attributes": {
|
|
59298
|
-
"shape": "
|
|
59396
|
+
"shape": "S5y"
|
|
59299
59397
|
}
|
|
59300
59398
|
}
|
|
59301
59399
|
}
|
|
@@ -59317,15 +59415,15 @@ module.exports={
|
|
|
59317
59415
|
"locationName": "InstanceId"
|
|
59318
59416
|
},
|
|
59319
59417
|
"Filters": {
|
|
59320
|
-
"shape": "
|
|
59418
|
+
"shape": "S62"
|
|
59321
59419
|
},
|
|
59322
59420
|
"Groupings": {
|
|
59323
|
-
"shape": "
|
|
59421
|
+
"shape": "S65"
|
|
59324
59422
|
},
|
|
59325
59423
|
"CurrentMetrics": {
|
|
59326
59424
|
"type": "list",
|
|
59327
59425
|
"member": {
|
|
59328
|
-
"shape": "
|
|
59426
|
+
"shape": "S68"
|
|
59329
59427
|
}
|
|
59330
59428
|
},
|
|
59331
59429
|
"NextToken": {},
|
|
@@ -59344,7 +59442,7 @@ module.exports={
|
|
|
59344
59442
|
"type": "structure",
|
|
59345
59443
|
"members": {
|
|
59346
59444
|
"Dimensions": {
|
|
59347
|
-
"shape": "
|
|
59445
|
+
"shape": "S6g"
|
|
59348
59446
|
},
|
|
59349
59447
|
"Collections": {
|
|
59350
59448
|
"type": "list",
|
|
@@ -59352,7 +59450,7 @@ module.exports={
|
|
|
59352
59450
|
"type": "structure",
|
|
59353
59451
|
"members": {
|
|
59354
59452
|
"Metric": {
|
|
59355
|
-
"shape": "
|
|
59453
|
+
"shape": "S68"
|
|
59356
59454
|
},
|
|
59357
59455
|
"Value": {
|
|
59358
59456
|
"type": "double"
|
|
@@ -59393,13 +59491,13 @@ module.exports={
|
|
|
59393
59491
|
"type": "structure",
|
|
59394
59492
|
"members": {
|
|
59395
59493
|
"AccessToken": {
|
|
59396
|
-
"shape": "
|
|
59494
|
+
"shape": "S6p"
|
|
59397
59495
|
},
|
|
59398
59496
|
"AccessTokenExpiration": {
|
|
59399
59497
|
"type": "timestamp"
|
|
59400
59498
|
},
|
|
59401
59499
|
"RefreshToken": {
|
|
59402
|
-
"shape": "
|
|
59500
|
+
"shape": "S6p"
|
|
59403
59501
|
},
|
|
59404
59502
|
"RefreshTokenExpiration": {
|
|
59405
59503
|
"type": "timestamp"
|
|
@@ -59434,15 +59532,15 @@ module.exports={
|
|
|
59434
59532
|
"type": "timestamp"
|
|
59435
59533
|
},
|
|
59436
59534
|
"Filters": {
|
|
59437
|
-
"shape": "
|
|
59535
|
+
"shape": "S62"
|
|
59438
59536
|
},
|
|
59439
59537
|
"Groupings": {
|
|
59440
|
-
"shape": "
|
|
59538
|
+
"shape": "S65"
|
|
59441
59539
|
},
|
|
59442
59540
|
"HistoricalMetrics": {
|
|
59443
59541
|
"type": "list",
|
|
59444
59542
|
"member": {
|
|
59445
|
-
"shape": "
|
|
59543
|
+
"shape": "S6s"
|
|
59446
59544
|
}
|
|
59447
59545
|
},
|
|
59448
59546
|
"NextToken": {},
|
|
@@ -59461,7 +59559,7 @@ module.exports={
|
|
|
59461
59559
|
"type": "structure",
|
|
59462
59560
|
"members": {
|
|
59463
59561
|
"Dimensions": {
|
|
59464
|
-
"shape": "
|
|
59562
|
+
"shape": "S6g"
|
|
59465
59563
|
},
|
|
59466
59564
|
"Collections": {
|
|
59467
59565
|
"type": "list",
|
|
@@ -59469,7 +59567,7 @@ module.exports={
|
|
|
59469
59567
|
"type": "structure",
|
|
59470
59568
|
"members": {
|
|
59471
59569
|
"Metric": {
|
|
59472
|
-
"shape": "
|
|
59570
|
+
"shape": "S6s"
|
|
59473
59571
|
},
|
|
59474
59572
|
"Value": {
|
|
59475
59573
|
"type": "double"
|
|
@@ -59750,7 +59848,7 @@ module.exports={
|
|
|
59750
59848
|
"Attributes": {
|
|
59751
59849
|
"type": "list",
|
|
59752
59850
|
"member": {
|
|
59753
|
-
"shape": "
|
|
59851
|
+
"shape": "S4r"
|
|
59754
59852
|
}
|
|
59755
59853
|
},
|
|
59756
59854
|
"NextToken": {}
|
|
@@ -60119,7 +60217,7 @@ module.exports={
|
|
|
60119
60217
|
"members": {
|
|
60120
60218
|
"NextToken": {},
|
|
60121
60219
|
"QuickConnectSummaryList": {
|
|
60122
|
-
"shape": "
|
|
60220
|
+
"shape": "S8u"
|
|
60123
60221
|
}
|
|
60124
60222
|
}
|
|
60125
60223
|
}
|
|
@@ -60211,7 +60309,7 @@ module.exports={
|
|
|
60211
60309
|
"type": "structure",
|
|
60212
60310
|
"members": {
|
|
60213
60311
|
"QuickConnectSummaryList": {
|
|
60214
|
-
"shape": "
|
|
60312
|
+
"shape": "S8u"
|
|
60215
60313
|
},
|
|
60216
60314
|
"NextToken": {}
|
|
60217
60315
|
}
|
|
@@ -60371,6 +60469,47 @@ module.exports={
|
|
|
60371
60469
|
}
|
|
60372
60470
|
}
|
|
60373
60471
|
},
|
|
60472
|
+
"ListSecurityProfilePermissions": {
|
|
60473
|
+
"http": {
|
|
60474
|
+
"method": "GET",
|
|
60475
|
+
"requestUri": "/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"
|
|
60476
|
+
},
|
|
60477
|
+
"input": {
|
|
60478
|
+
"type": "structure",
|
|
60479
|
+
"required": [
|
|
60480
|
+
"SecurityProfileId",
|
|
60481
|
+
"InstanceId"
|
|
60482
|
+
],
|
|
60483
|
+
"members": {
|
|
60484
|
+
"SecurityProfileId": {
|
|
60485
|
+
"location": "uri",
|
|
60486
|
+
"locationName": "SecurityProfileId"
|
|
60487
|
+
},
|
|
60488
|
+
"InstanceId": {
|
|
60489
|
+
"location": "uri",
|
|
60490
|
+
"locationName": "InstanceId"
|
|
60491
|
+
},
|
|
60492
|
+
"NextToken": {
|
|
60493
|
+
"location": "querystring",
|
|
60494
|
+
"locationName": "nextToken"
|
|
60495
|
+
},
|
|
60496
|
+
"MaxResults": {
|
|
60497
|
+
"location": "querystring",
|
|
60498
|
+
"locationName": "maxResults",
|
|
60499
|
+
"type": "integer"
|
|
60500
|
+
}
|
|
60501
|
+
}
|
|
60502
|
+
},
|
|
60503
|
+
"output": {
|
|
60504
|
+
"type": "structure",
|
|
60505
|
+
"members": {
|
|
60506
|
+
"Permissions": {
|
|
60507
|
+
"shape": "S39"
|
|
60508
|
+
},
|
|
60509
|
+
"NextToken": {}
|
|
60510
|
+
}
|
|
60511
|
+
}
|
|
60512
|
+
},
|
|
60374
60513
|
"ListSecurityProfiles": {
|
|
60375
60514
|
"http": {
|
|
60376
60515
|
"method": "GET",
|
|
@@ -60522,7 +60661,7 @@ module.exports={
|
|
|
60522
60661
|
"UserHierarchyGroupSummaryList": {
|
|
60523
60662
|
"type": "list",
|
|
60524
60663
|
"member": {
|
|
60525
|
-
"shape": "
|
|
60664
|
+
"shape": "S5g"
|
|
60526
60665
|
}
|
|
60527
60666
|
},
|
|
60528
60667
|
"NextToken": {}
|
|
@@ -60611,7 +60750,7 @@ module.exports={
|
|
|
60611
60750
|
"InstanceId": {},
|
|
60612
60751
|
"ContactFlowId": {},
|
|
60613
60752
|
"Attributes": {
|
|
60614
|
-
"shape": "
|
|
60753
|
+
"shape": "S5y"
|
|
60615
60754
|
},
|
|
60616
60755
|
"ParticipantDetails": {
|
|
60617
60756
|
"type": "structure",
|
|
@@ -60737,7 +60876,7 @@ module.exports={
|
|
|
60737
60876
|
"SourcePhoneNumber": {},
|
|
60738
60877
|
"QueueId": {},
|
|
60739
60878
|
"Attributes": {
|
|
60740
|
-
"shape": "
|
|
60879
|
+
"shape": "S5y"
|
|
60741
60880
|
},
|
|
60742
60881
|
"AnswerMachineDetectionConfig": {
|
|
60743
60882
|
"type": "structure",
|
|
@@ -60778,7 +60917,7 @@ module.exports={
|
|
|
60778
60917
|
"PreviousContactId": {},
|
|
60779
60918
|
"ContactFlowId": {},
|
|
60780
60919
|
"Attributes": {
|
|
60781
|
-
"shape": "
|
|
60920
|
+
"shape": "S5y"
|
|
60782
60921
|
},
|
|
60783
60922
|
"Name": {},
|
|
60784
60923
|
"References": {
|
|
@@ -60987,7 +61126,7 @@ module.exports={
|
|
|
60987
61126
|
"InitialContactId": {},
|
|
60988
61127
|
"InstanceId": {},
|
|
60989
61128
|
"Attributes": {
|
|
60990
|
-
"shape": "
|
|
61129
|
+
"shape": "S5y"
|
|
60991
61130
|
}
|
|
60992
61131
|
}
|
|
60993
61132
|
},
|
|
@@ -61400,6 +61539,32 @@ module.exports={
|
|
|
61400
61539
|
}
|
|
61401
61540
|
}
|
|
61402
61541
|
},
|
|
61542
|
+
"UpdateSecurityProfile": {
|
|
61543
|
+
"http": {
|
|
61544
|
+
"requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
|
|
61545
|
+
},
|
|
61546
|
+
"input": {
|
|
61547
|
+
"type": "structure",
|
|
61548
|
+
"required": [
|
|
61549
|
+
"SecurityProfileId",
|
|
61550
|
+
"InstanceId"
|
|
61551
|
+
],
|
|
61552
|
+
"members": {
|
|
61553
|
+
"Description": {},
|
|
61554
|
+
"Permissions": {
|
|
61555
|
+
"shape": "S39"
|
|
61556
|
+
},
|
|
61557
|
+
"SecurityProfileId": {
|
|
61558
|
+
"location": "uri",
|
|
61559
|
+
"locationName": "SecurityProfileId"
|
|
61560
|
+
},
|
|
61561
|
+
"InstanceId": {
|
|
61562
|
+
"location": "uri",
|
|
61563
|
+
"locationName": "InstanceId"
|
|
61564
|
+
}
|
|
61565
|
+
}
|
|
61566
|
+
}
|
|
61567
|
+
},
|
|
61403
61568
|
"UpdateUserHierarchy": {
|
|
61404
61569
|
"http": {
|
|
61405
61570
|
"requestUri": "/users/{InstanceId}/{UserId}/hierarchy"
|
|
@@ -61462,19 +61627,19 @@ module.exports={
|
|
|
61462
61627
|
"type": "structure",
|
|
61463
61628
|
"members": {
|
|
61464
61629
|
"LevelOne": {
|
|
61465
|
-
"shape": "
|
|
61630
|
+
"shape": "Sc3"
|
|
61466
61631
|
},
|
|
61467
61632
|
"LevelTwo": {
|
|
61468
|
-
"shape": "
|
|
61633
|
+
"shape": "Sc3"
|
|
61469
61634
|
},
|
|
61470
61635
|
"LevelThree": {
|
|
61471
|
-
"shape": "
|
|
61636
|
+
"shape": "Sc3"
|
|
61472
61637
|
},
|
|
61473
61638
|
"LevelFour": {
|
|
61474
|
-
"shape": "
|
|
61639
|
+
"shape": "Sc3"
|
|
61475
61640
|
},
|
|
61476
61641
|
"LevelFive": {
|
|
61477
|
-
"shape": "
|
|
61642
|
+
"shape": "Sc3"
|
|
61478
61643
|
}
|
|
61479
61644
|
}
|
|
61480
61645
|
},
|
|
@@ -61498,7 +61663,7 @@ module.exports={
|
|
|
61498
61663
|
],
|
|
61499
61664
|
"members": {
|
|
61500
61665
|
"IdentityInfo": {
|
|
61501
|
-
"shape": "
|
|
61666
|
+
"shape": "S3k"
|
|
61502
61667
|
},
|
|
61503
61668
|
"UserId": {
|
|
61504
61669
|
"location": "uri",
|
|
@@ -61524,7 +61689,7 @@ module.exports={
|
|
|
61524
61689
|
],
|
|
61525
61690
|
"members": {
|
|
61526
61691
|
"PhoneConfig": {
|
|
61527
|
-
"shape": "
|
|
61692
|
+
"shape": "S3o"
|
|
61528
61693
|
},
|
|
61529
61694
|
"UserId": {
|
|
61530
61695
|
"location": "uri",
|
|
@@ -61574,7 +61739,7 @@ module.exports={
|
|
|
61574
61739
|
],
|
|
61575
61740
|
"members": {
|
|
61576
61741
|
"SecurityProfileIds": {
|
|
61577
|
-
"shape": "
|
|
61742
|
+
"shape": "S3t"
|
|
61578
61743
|
},
|
|
61579
61744
|
"UserId": {
|
|
61580
61745
|
"location": "uri",
|
|
@@ -61817,7 +61982,11 @@ module.exports={
|
|
|
61817
61982
|
}
|
|
61818
61983
|
}
|
|
61819
61984
|
},
|
|
61820
|
-
"
|
|
61985
|
+
"S39": {
|
|
61986
|
+
"type": "list",
|
|
61987
|
+
"member": {}
|
|
61988
|
+
},
|
|
61989
|
+
"S3k": {
|
|
61821
61990
|
"type": "structure",
|
|
61822
61991
|
"members": {
|
|
61823
61992
|
"FirstName": {},
|
|
@@ -61825,7 +61994,7 @@ module.exports={
|
|
|
61825
61994
|
"Email": {}
|
|
61826
61995
|
}
|
|
61827
61996
|
},
|
|
61828
|
-
"
|
|
61997
|
+
"S3o": {
|
|
61829
61998
|
"type": "structure",
|
|
61830
61999
|
"required": [
|
|
61831
62000
|
"PhoneType"
|
|
@@ -61841,18 +62010,18 @@ module.exports={
|
|
|
61841
62010
|
"DeskPhoneNumber": {}
|
|
61842
62011
|
}
|
|
61843
62012
|
},
|
|
61844
|
-
"
|
|
62013
|
+
"S3t": {
|
|
61845
62014
|
"type": "list",
|
|
61846
62015
|
"member": {}
|
|
61847
62016
|
},
|
|
61848
|
-
"
|
|
62017
|
+
"S4r": {
|
|
61849
62018
|
"type": "structure",
|
|
61850
62019
|
"members": {
|
|
61851
62020
|
"AttributeType": {},
|
|
61852
62021
|
"Value": {}
|
|
61853
62022
|
}
|
|
61854
62023
|
},
|
|
61855
|
-
"
|
|
62024
|
+
"S5g": {
|
|
61856
62025
|
"type": "structure",
|
|
61857
62026
|
"members": {
|
|
61858
62027
|
"Id": {},
|
|
@@ -61860,7 +62029,7 @@ module.exports={
|
|
|
61860
62029
|
"Name": {}
|
|
61861
62030
|
}
|
|
61862
62031
|
},
|
|
61863
|
-
"
|
|
62032
|
+
"S5k": {
|
|
61864
62033
|
"type": "structure",
|
|
61865
62034
|
"members": {
|
|
61866
62035
|
"Id": {},
|
|
@@ -61868,12 +62037,12 @@ module.exports={
|
|
|
61868
62037
|
"Name": {}
|
|
61869
62038
|
}
|
|
61870
62039
|
},
|
|
61871
|
-
"
|
|
62040
|
+
"S5y": {
|
|
61872
62041
|
"type": "map",
|
|
61873
62042
|
"key": {},
|
|
61874
62043
|
"value": {}
|
|
61875
62044
|
},
|
|
61876
|
-
"
|
|
62045
|
+
"S62": {
|
|
61877
62046
|
"type": "structure",
|
|
61878
62047
|
"members": {
|
|
61879
62048
|
"Queues": {
|
|
@@ -61886,18 +62055,18 @@ module.exports={
|
|
|
61886
62055
|
}
|
|
61887
62056
|
}
|
|
61888
62057
|
},
|
|
61889
|
-
"
|
|
62058
|
+
"S65": {
|
|
61890
62059
|
"type": "list",
|
|
61891
62060
|
"member": {}
|
|
61892
62061
|
},
|
|
61893
|
-
"
|
|
62062
|
+
"S68": {
|
|
61894
62063
|
"type": "structure",
|
|
61895
62064
|
"members": {
|
|
61896
62065
|
"Name": {},
|
|
61897
62066
|
"Unit": {}
|
|
61898
62067
|
}
|
|
61899
62068
|
},
|
|
61900
|
-
"
|
|
62069
|
+
"S6g": {
|
|
61901
62070
|
"type": "structure",
|
|
61902
62071
|
"members": {
|
|
61903
62072
|
"Queue": {
|
|
@@ -61910,11 +62079,11 @@ module.exports={
|
|
|
61910
62079
|
"Channel": {}
|
|
61911
62080
|
}
|
|
61912
62081
|
},
|
|
61913
|
-
"
|
|
62082
|
+
"S6p": {
|
|
61914
62083
|
"type": "string",
|
|
61915
62084
|
"sensitive": true
|
|
61916
62085
|
},
|
|
61917
|
-
"
|
|
62086
|
+
"S6s": {
|
|
61918
62087
|
"type": "structure",
|
|
61919
62088
|
"members": {
|
|
61920
62089
|
"Name": {},
|
|
@@ -61931,7 +62100,7 @@ module.exports={
|
|
|
61931
62100
|
"Unit": {}
|
|
61932
62101
|
}
|
|
61933
62102
|
},
|
|
61934
|
-
"
|
|
62103
|
+
"S8u": {
|
|
61935
62104
|
"type": "list",
|
|
61936
62105
|
"member": {
|
|
61937
62106
|
"type": "structure",
|
|
@@ -61943,7 +62112,7 @@ module.exports={
|
|
|
61943
62112
|
}
|
|
61944
62113
|
}
|
|
61945
62114
|
},
|
|
61946
|
-
"
|
|
62115
|
+
"Sc3": {
|
|
61947
62116
|
"type": "structure",
|
|
61948
62117
|
"required": [
|
|
61949
62118
|
"Name"
|
|
@@ -62081,6 +62250,12 @@ module.exports={
|
|
|
62081
62250
|
"output_token": "NextToken",
|
|
62082
62251
|
"result_key": "SecurityKeys"
|
|
62083
62252
|
},
|
|
62253
|
+
"ListSecurityProfilePermissions": {
|
|
62254
|
+
"input_token": "NextToken",
|
|
62255
|
+
"limit_key": "MaxResults",
|
|
62256
|
+
"output_token": "NextToken",
|
|
62257
|
+
"result_key": "Permissions"
|
|
62258
|
+
},
|
|
62084
62259
|
"ListSecurityProfiles": {
|
|
62085
62260
|
"input_token": "NextToken",
|
|
62086
62261
|
"limit_key": "MaxResults",
|
|
@@ -72453,7 +72628,10 @@ module.exports={
|
|
|
72453
72628
|
"CapacityRebalance": {
|
|
72454
72629
|
"type": "structure",
|
|
72455
72630
|
"members": {
|
|
72456
|
-
"ReplacementStrategy": {}
|
|
72631
|
+
"ReplacementStrategy": {},
|
|
72632
|
+
"TerminationDelay": {
|
|
72633
|
+
"type": "integer"
|
|
72634
|
+
}
|
|
72457
72635
|
}
|
|
72458
72636
|
}
|
|
72459
72637
|
}
|
|
@@ -74687,7 +74865,7 @@ module.exports={
|
|
|
74687
74865
|
"type": "structure",
|
|
74688
74866
|
"members": {
|
|
74689
74867
|
"VpnGateway": {
|
|
74690
|
-
"shape": "
|
|
74868
|
+
"shape": "Snm",
|
|
74691
74869
|
"locationName": "vpnGateway"
|
|
74692
74870
|
}
|
|
74693
74871
|
}
|
|
@@ -74830,7 +75008,7 @@ module.exports={
|
|
|
74830
75008
|
"type": "boolean"
|
|
74831
75009
|
},
|
|
74832
75010
|
"FleetIds": {
|
|
74833
|
-
"shape": "
|
|
75011
|
+
"shape": "So0",
|
|
74834
75012
|
"locationName": "FleetId"
|
|
74835
75013
|
},
|
|
74836
75014
|
"TerminateInstances": {
|
|
@@ -74899,7 +75077,7 @@ module.exports={
|
|
|
74899
75077
|
"type": "boolean"
|
|
74900
75078
|
},
|
|
74901
75079
|
"FlowLogIds": {
|
|
74902
|
-
"shape": "
|
|
75080
|
+
"shape": "Soa",
|
|
74903
75081
|
"locationName": "FlowLogId"
|
|
74904
75082
|
}
|
|
74905
75083
|
}
|
|
@@ -75035,7 +75213,7 @@ module.exports={
|
|
|
75035
75213
|
"LaunchTemplateId": {},
|
|
75036
75214
|
"LaunchTemplateName": {},
|
|
75037
75215
|
"Versions": {
|
|
75038
|
-
"shape": "
|
|
75216
|
+
"shape": "Sop",
|
|
75039
75217
|
"locationName": "LaunchTemplateVersion"
|
|
75040
75218
|
}
|
|
75041
75219
|
}
|
|
@@ -75911,7 +76089,7 @@ module.exports={
|
|
|
75911
76089
|
"type": "boolean"
|
|
75912
76090
|
},
|
|
75913
76091
|
"ServiceIds": {
|
|
75914
|
-
"shape": "
|
|
76092
|
+
"shape": "Sqy",
|
|
75915
76093
|
"locationName": "ServiceId"
|
|
75916
76094
|
}
|
|
75917
76095
|
}
|
|
@@ -76073,7 +76251,7 @@ module.exports={
|
|
|
76073
76251
|
"type": "boolean"
|
|
76074
76252
|
},
|
|
76075
76253
|
"InstanceTagKeys": {
|
|
76076
|
-
"shape": "
|
|
76254
|
+
"shape": "Src",
|
|
76077
76255
|
"locationName": "InstanceTagKey"
|
|
76078
76256
|
}
|
|
76079
76257
|
}
|
|
@@ -76084,7 +76262,7 @@ module.exports={
|
|
|
76084
76262
|
"type": "structure",
|
|
76085
76263
|
"members": {
|
|
76086
76264
|
"InstanceTagAttribute": {
|
|
76087
|
-
"shape": "
|
|
76265
|
+
"shape": "Sre",
|
|
76088
76266
|
"locationName": "instanceTagAttribute"
|
|
76089
76267
|
}
|
|
76090
76268
|
}
|
|
@@ -76097,7 +76275,7 @@ module.exports={
|
|
|
76097
76275
|
"TransitGatewayMulticastDomainId": {},
|
|
76098
76276
|
"GroupIpAddress": {},
|
|
76099
76277
|
"NetworkInterfaceIds": {
|
|
76100
|
-
"shape": "
|
|
76278
|
+
"shape": "Srg"
|
|
76101
76279
|
},
|
|
76102
76280
|
"DryRun": {
|
|
76103
76281
|
"type": "boolean"
|
|
@@ -76133,7 +76311,7 @@ module.exports={
|
|
|
76133
76311
|
"TransitGatewayMulticastDomainId": {},
|
|
76134
76312
|
"GroupIpAddress": {},
|
|
76135
76313
|
"NetworkInterfaceIds": {
|
|
76136
|
-
"shape": "
|
|
76314
|
+
"shape": "Srg"
|
|
76137
76315
|
},
|
|
76138
76316
|
"DryRun": {
|
|
76139
76317
|
"type": "boolean"
|
|
@@ -76216,7 +76394,7 @@ module.exports={
|
|
|
76216
76394
|
"type": "structure",
|
|
76217
76395
|
"members": {
|
|
76218
76396
|
"Filters": {
|
|
76219
|
-
"shape": "
|
|
76397
|
+
"shape": "Srv",
|
|
76220
76398
|
"locationName": "Filter"
|
|
76221
76399
|
},
|
|
76222
76400
|
"PublicIps": {
|
|
@@ -76326,7 +76504,7 @@ module.exports={
|
|
|
76326
76504
|
"locationName": "addressSet",
|
|
76327
76505
|
"type": "list",
|
|
76328
76506
|
"member": {
|
|
76329
|
-
"shape": "
|
|
76507
|
+
"shape": "Ss9",
|
|
76330
76508
|
"locationName": "item"
|
|
76331
76509
|
}
|
|
76332
76510
|
},
|
|
@@ -76353,7 +76531,7 @@ module.exports={
|
|
|
76353
76531
|
"type": "boolean"
|
|
76354
76532
|
},
|
|
76355
76533
|
"Statuses": {
|
|
76356
|
-
"shape": "
|
|
76534
|
+
"shape": "Ssd",
|
|
76357
76535
|
"locationName": "statusSet"
|
|
76358
76536
|
}
|
|
76359
76537
|
}
|
|
@@ -76364,7 +76542,7 @@ module.exports={
|
|
|
76364
76542
|
"type": "structure",
|
|
76365
76543
|
"members": {
|
|
76366
76544
|
"Filters": {
|
|
76367
|
-
"shape": "
|
|
76545
|
+
"shape": "Srv",
|
|
76368
76546
|
"locationName": "Filter"
|
|
76369
76547
|
},
|
|
76370
76548
|
"ZoneNames": {
|
|
@@ -76461,7 +76639,7 @@ module.exports={
|
|
|
76461
76639
|
}
|
|
76462
76640
|
},
|
|
76463
76641
|
"Filters": {
|
|
76464
|
-
"shape": "
|
|
76642
|
+
"shape": "Srv",
|
|
76465
76643
|
"locationName": "Filter"
|
|
76466
76644
|
},
|
|
76467
76645
|
"DryRun": {
|
|
@@ -76530,7 +76708,7 @@ module.exports={
|
|
|
76530
76708
|
"type": "integer"
|
|
76531
76709
|
},
|
|
76532
76710
|
"Filters": {
|
|
76533
|
-
"shape": "
|
|
76711
|
+
"shape": "Srv",
|
|
76534
76712
|
"locationName": "Filter"
|
|
76535
76713
|
},
|
|
76536
76714
|
"DryRun": {
|
|
@@ -76615,7 +76793,7 @@ module.exports={
|
|
|
76615
76793
|
"type": "integer"
|
|
76616
76794
|
},
|
|
76617
76795
|
"Filters": {
|
|
76618
|
-
"shape": "
|
|
76796
|
+
"shape": "Srv",
|
|
76619
76797
|
"locationName": "Filter"
|
|
76620
76798
|
},
|
|
76621
76799
|
"DryRun": {
|
|
@@ -76650,7 +76828,7 @@ module.exports={
|
|
|
76650
76828
|
"member": {}
|
|
76651
76829
|
},
|
|
76652
76830
|
"Filters": {
|
|
76653
|
-
"shape": "
|
|
76831
|
+
"shape": "Srv",
|
|
76654
76832
|
"locationName": "Filter"
|
|
76655
76833
|
},
|
|
76656
76834
|
"MaxResults": {
|
|
@@ -76684,7 +76862,7 @@ module.exports={
|
|
|
76684
76862
|
"type": "structure",
|
|
76685
76863
|
"members": {
|
|
76686
76864
|
"Filters": {
|
|
76687
|
-
"shape": "
|
|
76865
|
+
"shape": "Srv",
|
|
76688
76866
|
"locationName": "Filter"
|
|
76689
76867
|
},
|
|
76690
76868
|
"DryRun": {
|
|
@@ -76692,7 +76870,7 @@ module.exports={
|
|
|
76692
76870
|
"type": "boolean"
|
|
76693
76871
|
},
|
|
76694
76872
|
"InstanceIds": {
|
|
76695
|
-
"shape": "
|
|
76873
|
+
"shape": "Std",
|
|
76696
76874
|
"locationName": "InstanceId"
|
|
76697
76875
|
},
|
|
76698
76876
|
"MaxResults": {
|
|
@@ -76750,7 +76928,7 @@ module.exports={
|
|
|
76750
76928
|
},
|
|
76751
76929
|
"NextToken": {},
|
|
76752
76930
|
"Filters": {
|
|
76753
|
-
"shape": "
|
|
76931
|
+
"shape": "Srv",
|
|
76754
76932
|
"locationName": "Filter"
|
|
76755
76933
|
},
|
|
76756
76934
|
"MaxResults": {
|
|
@@ -76806,7 +76984,7 @@ module.exports={
|
|
|
76806
76984
|
"members": {
|
|
76807
76985
|
"ClientVpnEndpointId": {},
|
|
76808
76986
|
"Filters": {
|
|
76809
|
-
"shape": "
|
|
76987
|
+
"shape": "Srv",
|
|
76810
76988
|
"locationName": "Filter"
|
|
76811
76989
|
},
|
|
76812
76990
|
"NextToken": {},
|
|
@@ -76862,7 +77040,7 @@ module.exports={
|
|
|
76862
77040
|
"locationName": "commonName"
|
|
76863
77041
|
},
|
|
76864
77042
|
"Status": {
|
|
76865
|
-
"shape": "
|
|
77043
|
+
"shape": "Sts",
|
|
76866
77044
|
"locationName": "status"
|
|
76867
77045
|
},
|
|
76868
77046
|
"ConnectionEndTime": {
|
|
@@ -76897,7 +77075,7 @@ module.exports={
|
|
|
76897
77075
|
},
|
|
76898
77076
|
"NextToken": {},
|
|
76899
77077
|
"Filters": {
|
|
76900
|
-
"shape": "
|
|
77078
|
+
"shape": "Srv",
|
|
76901
77079
|
"locationName": "Filter"
|
|
76902
77080
|
},
|
|
76903
77081
|
"DryRun": {
|
|
@@ -77087,7 +77265,7 @@ module.exports={
|
|
|
77087
77265
|
"members": {
|
|
77088
77266
|
"ClientVpnEndpointId": {},
|
|
77089
77267
|
"Filters": {
|
|
77090
|
-
"shape": "
|
|
77268
|
+
"shape": "Srv",
|
|
77091
77269
|
"locationName": "Filter"
|
|
77092
77270
|
},
|
|
77093
77271
|
"MaxResults": {
|
|
@@ -77156,7 +77334,7 @@ module.exports={
|
|
|
77156
77334
|
},
|
|
77157
77335
|
"NextToken": {},
|
|
77158
77336
|
"Filters": {
|
|
77159
|
-
"shape": "
|
|
77337
|
+
"shape": "Srv",
|
|
77160
77338
|
"locationName": "Filter"
|
|
77161
77339
|
},
|
|
77162
77340
|
"DryRun": {
|
|
@@ -77215,7 +77393,7 @@ module.exports={
|
|
|
77215
77393
|
}
|
|
77216
77394
|
},
|
|
77217
77395
|
"Filters": {
|
|
77218
|
-
"shape": "
|
|
77396
|
+
"shape": "Srv",
|
|
77219
77397
|
"locationName": "Filter"
|
|
77220
77398
|
},
|
|
77221
77399
|
"MaxResults": {
|
|
@@ -77287,7 +77465,7 @@ module.exports={
|
|
|
77287
77465
|
"locationName": "conversionTasks",
|
|
77288
77466
|
"type": "list",
|
|
77289
77467
|
"member": {
|
|
77290
|
-
"shape": "
|
|
77468
|
+
"shape": "Sux",
|
|
77291
77469
|
"locationName": "item"
|
|
77292
77470
|
}
|
|
77293
77471
|
}
|
|
@@ -77306,7 +77484,7 @@ module.exports={
|
|
|
77306
77484
|
}
|
|
77307
77485
|
},
|
|
77308
77486
|
"Filters": {
|
|
77309
|
-
"shape": "
|
|
77487
|
+
"shape": "Srv",
|
|
77310
77488
|
"locationName": "Filter"
|
|
77311
77489
|
},
|
|
77312
77490
|
"DryRun": {
|
|
@@ -77341,7 +77519,7 @@ module.exports={
|
|
|
77341
77519
|
}
|
|
77342
77520
|
},
|
|
77343
77521
|
"Filters": {
|
|
77344
|
-
"shape": "
|
|
77522
|
+
"shape": "Srv",
|
|
77345
77523
|
"locationName": "Filter"
|
|
77346
77524
|
},
|
|
77347
77525
|
"DryRun": {
|
|
@@ -77390,7 +77568,7 @@ module.exports={
|
|
|
77390
77568
|
},
|
|
77391
77569
|
"NextToken": {},
|
|
77392
77570
|
"Filters": {
|
|
77393
|
-
"shape": "
|
|
77571
|
+
"shape": "Srv",
|
|
77394
77572
|
"locationName": "Filter"
|
|
77395
77573
|
}
|
|
77396
77574
|
}
|
|
@@ -77427,7 +77605,7 @@ module.exports={
|
|
|
77427
77605
|
"type": "boolean"
|
|
77428
77606
|
},
|
|
77429
77607
|
"Filters": {
|
|
77430
|
-
"shape": "
|
|
77608
|
+
"shape": "Srv",
|
|
77431
77609
|
"locationName": "Filter"
|
|
77432
77610
|
},
|
|
77433
77611
|
"MaxResults": {
|
|
@@ -77495,7 +77673,7 @@ module.exports={
|
|
|
77495
77673
|
"type": "boolean"
|
|
77496
77674
|
},
|
|
77497
77675
|
"Filters": {
|
|
77498
|
-
"shape": "
|
|
77676
|
+
"shape": "Srv",
|
|
77499
77677
|
"locationName": "Filter"
|
|
77500
77678
|
},
|
|
77501
77679
|
"ExportImageTaskIds": {
|
|
@@ -77534,7 +77712,7 @@ module.exports={
|
|
|
77534
77712
|
"locationName": "progress"
|
|
77535
77713
|
},
|
|
77536
77714
|
"S3ExportLocation": {
|
|
77537
|
-
"shape": "
|
|
77715
|
+
"shape": "Sw0",
|
|
77538
77716
|
"locationName": "s3ExportLocation"
|
|
77539
77717
|
},
|
|
77540
77718
|
"Status": {
|
|
@@ -77568,7 +77746,7 @@ module.exports={
|
|
|
77568
77746
|
}
|
|
77569
77747
|
},
|
|
77570
77748
|
"Filters": {
|
|
77571
|
-
"shape": "
|
|
77749
|
+
"shape": "Srv",
|
|
77572
77750
|
"locationName": "Filter"
|
|
77573
77751
|
}
|
|
77574
77752
|
}
|
|
@@ -77592,7 +77770,7 @@ module.exports={
|
|
|
77592
77770
|
"type": "structure",
|
|
77593
77771
|
"members": {
|
|
77594
77772
|
"Filters": {
|
|
77595
|
-
"shape": "
|
|
77773
|
+
"shape": "Srv",
|
|
77596
77774
|
"locationName": "Filter"
|
|
77597
77775
|
},
|
|
77598
77776
|
"MaxResults": {
|
|
@@ -77694,7 +77872,7 @@ module.exports={
|
|
|
77694
77872
|
"type": "structure",
|
|
77695
77873
|
"members": {
|
|
77696
77874
|
"EventInformation": {
|
|
77697
|
-
"shape": "
|
|
77875
|
+
"shape": "Swh",
|
|
77698
77876
|
"locationName": "eventInformation"
|
|
77699
77877
|
},
|
|
77700
77878
|
"EventType": {
|
|
@@ -77740,7 +77918,7 @@ module.exports={
|
|
|
77740
77918
|
"NextToken": {},
|
|
77741
77919
|
"FleetId": {},
|
|
77742
77920
|
"Filters": {
|
|
77743
|
-
"shape": "
|
|
77921
|
+
"shape": "Srv",
|
|
77744
77922
|
"locationName": "Filter"
|
|
77745
77923
|
}
|
|
77746
77924
|
}
|
|
@@ -77749,7 +77927,7 @@ module.exports={
|
|
|
77749
77927
|
"type": "structure",
|
|
77750
77928
|
"members": {
|
|
77751
77929
|
"ActiveInstances": {
|
|
77752
|
-
"shape": "
|
|
77930
|
+
"shape": "Swk",
|
|
77753
77931
|
"locationName": "activeInstanceSet"
|
|
77754
77932
|
},
|
|
77755
77933
|
"NextToken": {
|
|
@@ -77773,11 +77951,11 @@ module.exports={
|
|
|
77773
77951
|
},
|
|
77774
77952
|
"NextToken": {},
|
|
77775
77953
|
"FleetIds": {
|
|
77776
|
-
"shape": "
|
|
77954
|
+
"shape": "So0",
|
|
77777
77955
|
"locationName": "FleetId"
|
|
77778
77956
|
},
|
|
77779
77957
|
"Filters": {
|
|
77780
|
-
"shape": "
|
|
77958
|
+
"shape": "Srv",
|
|
77781
77959
|
"locationName": "Filter"
|
|
77782
77960
|
}
|
|
77783
77961
|
}
|
|
@@ -77904,6 +78082,10 @@ module.exports={
|
|
|
77904
78082
|
"members": {
|
|
77905
78083
|
"ReplacementStrategy": {
|
|
77906
78084
|
"locationName": "replacementStrategy"
|
|
78085
|
+
},
|
|
78086
|
+
"TerminationDelay": {
|
|
78087
|
+
"locationName": "terminationDelay",
|
|
78088
|
+
"type": "integer"
|
|
77907
78089
|
}
|
|
77908
78090
|
}
|
|
77909
78091
|
}
|
|
@@ -78037,10 +78219,10 @@ module.exports={
|
|
|
78037
78219
|
"type": "boolean"
|
|
78038
78220
|
},
|
|
78039
78221
|
"Filter": {
|
|
78040
|
-
"shape": "
|
|
78222
|
+
"shape": "Srv"
|
|
78041
78223
|
},
|
|
78042
78224
|
"FlowLogIds": {
|
|
78043
|
-
"shape": "
|
|
78225
|
+
"shape": "Soa",
|
|
78044
78226
|
"locationName": "FlowLogId"
|
|
78045
78227
|
},
|
|
78046
78228
|
"MaxResults": {
|
|
@@ -78149,7 +78331,7 @@ module.exports={
|
|
|
78149
78331
|
"type": "structure",
|
|
78150
78332
|
"members": {
|
|
78151
78333
|
"FpgaImageAttribute": {
|
|
78152
|
-
"shape": "
|
|
78334
|
+
"shape": "Sxd",
|
|
78153
78335
|
"locationName": "fpgaImageAttribute"
|
|
78154
78336
|
}
|
|
78155
78337
|
}
|
|
@@ -78170,11 +78352,11 @@ module.exports={
|
|
|
78170
78352
|
}
|
|
78171
78353
|
},
|
|
78172
78354
|
"Owners": {
|
|
78173
|
-
"shape": "
|
|
78355
|
+
"shape": "Sxm",
|
|
78174
78356
|
"locationName": "Owner"
|
|
78175
78357
|
},
|
|
78176
78358
|
"Filters": {
|
|
78177
|
-
"shape": "
|
|
78359
|
+
"shape": "Srv",
|
|
78178
78360
|
"locationName": "Filter"
|
|
78179
78361
|
},
|
|
78180
78362
|
"NextToken": {},
|
|
@@ -78245,7 +78427,7 @@ module.exports={
|
|
|
78245
78427
|
"locationName": "ownerAlias"
|
|
78246
78428
|
},
|
|
78247
78429
|
"ProductCodes": {
|
|
78248
|
-
"shape": "
|
|
78430
|
+
"shape": "Sxh",
|
|
78249
78431
|
"locationName": "productCodes"
|
|
78250
78432
|
},
|
|
78251
78433
|
"Tags": {
|
|
@@ -78274,7 +78456,7 @@ module.exports={
|
|
|
78274
78456
|
"type": "structure",
|
|
78275
78457
|
"members": {
|
|
78276
78458
|
"Filter": {
|
|
78277
|
-
"shape": "
|
|
78459
|
+
"shape": "Srv"
|
|
78278
78460
|
},
|
|
78279
78461
|
"MaxDuration": {
|
|
78280
78462
|
"type": "integer"
|
|
@@ -78335,7 +78517,7 @@ module.exports={
|
|
|
78335
78517
|
"type": "structure",
|
|
78336
78518
|
"members": {
|
|
78337
78519
|
"Filter": {
|
|
78338
|
-
"shape": "
|
|
78520
|
+
"shape": "Srv"
|
|
78339
78521
|
},
|
|
78340
78522
|
"HostReservationIdSet": {
|
|
78341
78523
|
"type": "list",
|
|
@@ -78375,7 +78557,7 @@ module.exports={
|
|
|
78375
78557
|
"type": "timestamp"
|
|
78376
78558
|
},
|
|
78377
78559
|
"HostIdSet": {
|
|
78378
|
-
"shape": "
|
|
78560
|
+
"shape": "Sy7",
|
|
78379
78561
|
"locationName": "hostIdSet"
|
|
78380
78562
|
},
|
|
78381
78563
|
"HostReservationId": {
|
|
@@ -78421,11 +78603,11 @@ module.exports={
|
|
|
78421
78603
|
"type": "structure",
|
|
78422
78604
|
"members": {
|
|
78423
78605
|
"Filter": {
|
|
78424
|
-
"shape": "
|
|
78606
|
+
"shape": "Srv",
|
|
78425
78607
|
"locationName": "filter"
|
|
78426
78608
|
},
|
|
78427
78609
|
"HostIds": {
|
|
78428
|
-
"shape": "
|
|
78610
|
+
"shape": "Sya",
|
|
78429
78611
|
"locationName": "hostId"
|
|
78430
78612
|
},
|
|
78431
78613
|
"MaxResults": {
|
|
@@ -78588,7 +78770,7 @@ module.exports={
|
|
|
78588
78770
|
}
|
|
78589
78771
|
},
|
|
78590
78772
|
"Filters": {
|
|
78591
|
-
"shape": "
|
|
78773
|
+
"shape": "Srv",
|
|
78592
78774
|
"locationName": "Filter"
|
|
78593
78775
|
},
|
|
78594
78776
|
"MaxResults": {
|
|
@@ -78625,7 +78807,7 @@ module.exports={
|
|
|
78625
78807
|
"type": "structure",
|
|
78626
78808
|
"members": {
|
|
78627
78809
|
"Statuses": {
|
|
78628
|
-
"shape": "
|
|
78810
|
+
"shape": "Ssd",
|
|
78629
78811
|
"locationName": "statusSet"
|
|
78630
78812
|
}
|
|
78631
78813
|
}
|
|
@@ -78650,7 +78832,7 @@ module.exports={
|
|
|
78650
78832
|
"type": "structure",
|
|
78651
78833
|
"members": {
|
|
78652
78834
|
"Statuses": {
|
|
78653
|
-
"shape": "
|
|
78835
|
+
"shape": "Ssd",
|
|
78654
78836
|
"locationName": "statusSet"
|
|
78655
78837
|
}
|
|
78656
78838
|
}
|
|
@@ -78676,18 +78858,18 @@ module.exports={
|
|
|
78676
78858
|
"type": "structure",
|
|
78677
78859
|
"members": {
|
|
78678
78860
|
"BlockDeviceMappings": {
|
|
78679
|
-
"shape": "
|
|
78861
|
+
"shape": "Syz",
|
|
78680
78862
|
"locationName": "blockDeviceMapping"
|
|
78681
78863
|
},
|
|
78682
78864
|
"ImageId": {
|
|
78683
78865
|
"locationName": "imageId"
|
|
78684
78866
|
},
|
|
78685
78867
|
"LaunchPermissions": {
|
|
78686
|
-
"shape": "
|
|
78868
|
+
"shape": "Sz0",
|
|
78687
78869
|
"locationName": "launchPermission"
|
|
78688
78870
|
},
|
|
78689
78871
|
"ProductCodes": {
|
|
78690
|
-
"shape": "
|
|
78872
|
+
"shape": "Sxh",
|
|
78691
78873
|
"locationName": "productCodes"
|
|
78692
78874
|
},
|
|
78693
78875
|
"Description": {
|
|
@@ -78725,7 +78907,7 @@ module.exports={
|
|
|
78725
78907
|
}
|
|
78726
78908
|
},
|
|
78727
78909
|
"Filters": {
|
|
78728
|
-
"shape": "
|
|
78910
|
+
"shape": "Srv",
|
|
78729
78911
|
"locationName": "Filter"
|
|
78730
78912
|
},
|
|
78731
78913
|
"ImageIds": {
|
|
@@ -78736,7 +78918,7 @@ module.exports={
|
|
|
78736
78918
|
}
|
|
78737
78919
|
},
|
|
78738
78920
|
"Owners": {
|
|
78739
|
-
"shape": "
|
|
78921
|
+
"shape": "Sxm",
|
|
78740
78922
|
"locationName": "Owner"
|
|
78741
78923
|
},
|
|
78742
78924
|
"IncludeDeprecated": {
|
|
@@ -78793,7 +78975,7 @@ module.exports={
|
|
|
78793
78975
|
"locationName": "usageOperation"
|
|
78794
78976
|
},
|
|
78795
78977
|
"ProductCodes": {
|
|
78796
|
-
"shape": "
|
|
78978
|
+
"shape": "Sxh",
|
|
78797
78979
|
"locationName": "productCodes"
|
|
78798
78980
|
},
|
|
78799
78981
|
"RamdiskId": {
|
|
@@ -78803,7 +78985,7 @@ module.exports={
|
|
|
78803
78985
|
"locationName": "imageState"
|
|
78804
78986
|
},
|
|
78805
78987
|
"BlockDeviceMappings": {
|
|
78806
|
-
"shape": "
|
|
78988
|
+
"shape": "Syz",
|
|
78807
78989
|
"locationName": "blockDeviceMapping"
|
|
78808
78990
|
},
|
|
78809
78991
|
"Description": {
|
|
@@ -78832,7 +79014,7 @@ module.exports={
|
|
|
78832
79014
|
"locationName": "sriovNetSupport"
|
|
78833
79015
|
},
|
|
78834
79016
|
"StateReason": {
|
|
78835
|
-
"shape": "
|
|
79017
|
+
"shape": "Szd",
|
|
78836
79018
|
"locationName": "stateReason"
|
|
78837
79019
|
},
|
|
78838
79020
|
"Tags": {
|
|
@@ -78862,7 +79044,7 @@ module.exports={
|
|
|
78862
79044
|
"type": "boolean"
|
|
78863
79045
|
},
|
|
78864
79046
|
"Filters": {
|
|
78865
|
-
"shape": "
|
|
79047
|
+
"shape": "Srv"
|
|
78866
79048
|
},
|
|
78867
79049
|
"ImportTaskIds": {
|
|
78868
79050
|
"locationName": "ImportTaskId",
|
|
@@ -78919,7 +79101,7 @@ module.exports={
|
|
|
78919
79101
|
"locationName": "progress"
|
|
78920
79102
|
},
|
|
78921
79103
|
"SnapshotDetails": {
|
|
78922
|
-
"shape": "
|
|
79104
|
+
"shape": "Szm",
|
|
78923
79105
|
"locationName": "snapshotDetailSet"
|
|
78924
79106
|
},
|
|
78925
79107
|
"Status": {
|
|
@@ -78933,7 +79115,7 @@ module.exports={
|
|
|
78933
79115
|
"locationName": "tagSet"
|
|
78934
79116
|
},
|
|
78935
79117
|
"LicenseSpecifications": {
|
|
78936
|
-
"shape": "
|
|
79118
|
+
"shape": "Szp",
|
|
78937
79119
|
"locationName": "licenseSpecifications"
|
|
78938
79120
|
},
|
|
78939
79121
|
"UsageOperation": {
|
|
@@ -78959,7 +79141,7 @@ module.exports={
|
|
|
78959
79141
|
"type": "boolean"
|
|
78960
79142
|
},
|
|
78961
79143
|
"Filters": {
|
|
78962
|
-
"shape": "
|
|
79144
|
+
"shape": "Srv"
|
|
78963
79145
|
},
|
|
78964
79146
|
"ImportTaskIds": {
|
|
78965
79147
|
"locationName": "ImportTaskId",
|
|
@@ -78991,7 +79173,7 @@ module.exports={
|
|
|
78991
79173
|
"locationName": "importTaskId"
|
|
78992
79174
|
},
|
|
78993
79175
|
"SnapshotTaskDetail": {
|
|
78994
|
-
"shape": "
|
|
79176
|
+
"shape": "Szx",
|
|
78995
79177
|
"locationName": "snapshotTaskDetail"
|
|
78996
79178
|
},
|
|
78997
79179
|
"Tags": {
|
|
@@ -79035,23 +79217,23 @@ module.exports={
|
|
|
79035
79217
|
"locationName": "groupSet"
|
|
79036
79218
|
},
|
|
79037
79219
|
"BlockDeviceMappings": {
|
|
79038
|
-
"shape": "
|
|
79220
|
+
"shape": "S101",
|
|
79039
79221
|
"locationName": "blockDeviceMapping"
|
|
79040
79222
|
},
|
|
79041
79223
|
"DisableApiTermination": {
|
|
79042
|
-
"shape": "
|
|
79224
|
+
"shape": "S104",
|
|
79043
79225
|
"locationName": "disableApiTermination"
|
|
79044
79226
|
},
|
|
79045
79227
|
"EnaSupport": {
|
|
79046
|
-
"shape": "
|
|
79228
|
+
"shape": "S104",
|
|
79047
79229
|
"locationName": "enaSupport"
|
|
79048
79230
|
},
|
|
79049
79231
|
"EnclaveOptions": {
|
|
79050
|
-
"shape": "
|
|
79232
|
+
"shape": "S105",
|
|
79051
79233
|
"locationName": "enclaveOptions"
|
|
79052
79234
|
},
|
|
79053
79235
|
"EbsOptimized": {
|
|
79054
|
-
"shape": "
|
|
79236
|
+
"shape": "S104",
|
|
79055
79237
|
"locationName": "ebsOptimized"
|
|
79056
79238
|
},
|
|
79057
79239
|
"InstanceId": {
|
|
@@ -79070,7 +79252,7 @@ module.exports={
|
|
|
79070
79252
|
"locationName": "kernel"
|
|
79071
79253
|
},
|
|
79072
79254
|
"ProductCodes": {
|
|
79073
|
-
"shape": "
|
|
79255
|
+
"shape": "Sxh",
|
|
79074
79256
|
"locationName": "productCodes"
|
|
79075
79257
|
},
|
|
79076
79258
|
"RamdiskId": {
|
|
@@ -79082,7 +79264,7 @@ module.exports={
|
|
|
79082
79264
|
"locationName": "rootDeviceName"
|
|
79083
79265
|
},
|
|
79084
79266
|
"SourceDestCheck": {
|
|
79085
|
-
"shape": "
|
|
79267
|
+
"shape": "S104",
|
|
79086
79268
|
"locationName": "sourceDestCheck"
|
|
79087
79269
|
},
|
|
79088
79270
|
"SriovNetSupport": {
|
|
@@ -79104,11 +79286,11 @@ module.exports={
|
|
|
79104
79286
|
"type": "boolean"
|
|
79105
79287
|
},
|
|
79106
79288
|
"Filters": {
|
|
79107
|
-
"shape": "
|
|
79289
|
+
"shape": "Srv",
|
|
79108
79290
|
"locationName": "Filter"
|
|
79109
79291
|
},
|
|
79110
79292
|
"InstanceIds": {
|
|
79111
|
-
"shape": "
|
|
79293
|
+
"shape": "Std",
|
|
79112
79294
|
"locationName": "InstanceId"
|
|
79113
79295
|
},
|
|
79114
79296
|
"MaxResults": {
|
|
@@ -79155,7 +79337,7 @@ module.exports={
|
|
|
79155
79337
|
"type": "structure",
|
|
79156
79338
|
"members": {
|
|
79157
79339
|
"InstanceTagAttribute": {
|
|
79158
|
-
"shape": "
|
|
79340
|
+
"shape": "Sre",
|
|
79159
79341
|
"locationName": "instanceTagAttribute"
|
|
79160
79342
|
}
|
|
79161
79343
|
}
|
|
@@ -79176,7 +79358,7 @@ module.exports={
|
|
|
79176
79358
|
}
|
|
79177
79359
|
},
|
|
79178
79360
|
"Filters": {
|
|
79179
|
-
"shape": "
|
|
79361
|
+
"shape": "Srv",
|
|
79180
79362
|
"locationName": "Filter"
|
|
79181
79363
|
},
|
|
79182
79364
|
"MaxResults": {
|
|
@@ -79207,11 +79389,11 @@ module.exports={
|
|
|
79207
79389
|
"type": "structure",
|
|
79208
79390
|
"members": {
|
|
79209
79391
|
"Filters": {
|
|
79210
|
-
"shape": "
|
|
79392
|
+
"shape": "Srv",
|
|
79211
79393
|
"locationName": "Filter"
|
|
79212
79394
|
},
|
|
79213
79395
|
"InstanceIds": {
|
|
79214
|
-
"shape": "
|
|
79396
|
+
"shape": "Std",
|
|
79215
79397
|
"locationName": "InstanceId"
|
|
79216
79398
|
},
|
|
79217
79399
|
"MaxResults": {
|
|
@@ -79248,7 +79430,7 @@ module.exports={
|
|
|
79248
79430
|
"locationName": "eventsSet",
|
|
79249
79431
|
"type": "list",
|
|
79250
79432
|
"member": {
|
|
79251
|
-
"shape": "
|
|
79433
|
+
"shape": "S10n",
|
|
79252
79434
|
"locationName": "item"
|
|
79253
79435
|
}
|
|
79254
79436
|
},
|
|
@@ -79256,15 +79438,15 @@ module.exports={
|
|
|
79256
79438
|
"locationName": "instanceId"
|
|
79257
79439
|
},
|
|
79258
79440
|
"InstanceState": {
|
|
79259
|
-
"shape": "
|
|
79441
|
+
"shape": "S10q",
|
|
79260
79442
|
"locationName": "instanceState"
|
|
79261
79443
|
},
|
|
79262
79444
|
"InstanceStatus": {
|
|
79263
|
-
"shape": "
|
|
79445
|
+
"shape": "S10s",
|
|
79264
79446
|
"locationName": "instanceStatus"
|
|
79265
79447
|
},
|
|
79266
79448
|
"SystemStatus": {
|
|
79267
|
-
"shape": "
|
|
79449
|
+
"shape": "S10s",
|
|
79268
79450
|
"locationName": "systemStatus"
|
|
79269
79451
|
}
|
|
79270
79452
|
}
|
|
@@ -79285,7 +79467,7 @@ module.exports={
|
|
|
79285
79467
|
},
|
|
79286
79468
|
"LocationType": {},
|
|
79287
79469
|
"Filters": {
|
|
79288
|
-
"shape": "
|
|
79470
|
+
"shape": "Srv",
|
|
79289
79471
|
"locationName": "Filter"
|
|
79290
79472
|
},
|
|
79291
79473
|
"MaxResults": {
|
|
@@ -79335,7 +79517,7 @@ module.exports={
|
|
|
79335
79517
|
"member": {}
|
|
79336
79518
|
},
|
|
79337
79519
|
"Filters": {
|
|
79338
|
-
"shape": "
|
|
79520
|
+
"shape": "Srv",
|
|
79339
79521
|
"locationName": "Filter"
|
|
79340
79522
|
},
|
|
79341
79523
|
"MaxResults": {
|
|
@@ -79770,11 +79952,11 @@ module.exports={
|
|
|
79770
79952
|
"type": "structure",
|
|
79771
79953
|
"members": {
|
|
79772
79954
|
"Filters": {
|
|
79773
|
-
"shape": "
|
|
79955
|
+
"shape": "Srv",
|
|
79774
79956
|
"locationName": "Filter"
|
|
79775
79957
|
},
|
|
79776
79958
|
"InstanceIds": {
|
|
79777
|
-
"shape": "
|
|
79959
|
+
"shape": "Std",
|
|
79778
79960
|
"locationName": "InstanceId"
|
|
79779
79961
|
},
|
|
79780
79962
|
"DryRun": {
|
|
@@ -79797,7 +79979,7 @@ module.exports={
|
|
|
79797
79979
|
"locationName": "reservationSet",
|
|
79798
79980
|
"type": "list",
|
|
79799
79981
|
"member": {
|
|
79800
|
-
"shape": "
|
|
79982
|
+
"shape": "S13w",
|
|
79801
79983
|
"locationName": "item"
|
|
79802
79984
|
}
|
|
79803
79985
|
},
|
|
@@ -79812,7 +79994,7 @@ module.exports={
|
|
|
79812
79994
|
"type": "structure",
|
|
79813
79995
|
"members": {
|
|
79814
79996
|
"Filters": {
|
|
79815
|
-
"shape": "
|
|
79997
|
+
"shape": "Srv",
|
|
79816
79998
|
"locationName": "Filter"
|
|
79817
79999
|
},
|
|
79818
80000
|
"DryRun": {
|
|
@@ -79868,7 +80050,7 @@ module.exports={
|
|
|
79868
80050
|
"type": "boolean"
|
|
79869
80051
|
},
|
|
79870
80052
|
"Filters": {
|
|
79871
|
-
"shape": "
|
|
80053
|
+
"shape": "Srv",
|
|
79872
80054
|
"locationName": "Filter"
|
|
79873
80055
|
}
|
|
79874
80056
|
}
|
|
@@ -79920,7 +80102,7 @@ module.exports={
|
|
|
79920
80102
|
"type": "structure",
|
|
79921
80103
|
"members": {
|
|
79922
80104
|
"Filters": {
|
|
79923
|
-
"shape": "
|
|
80105
|
+
"shape": "Srv",
|
|
79924
80106
|
"locationName": "Filter"
|
|
79925
80107
|
},
|
|
79926
80108
|
"KeyNames": {
|
|
@@ -79985,7 +80167,7 @@ module.exports={
|
|
|
79985
80167
|
"LaunchTemplateId": {},
|
|
79986
80168
|
"LaunchTemplateName": {},
|
|
79987
80169
|
"Versions": {
|
|
79988
|
-
"shape": "
|
|
80170
|
+
"shape": "Sop",
|
|
79989
80171
|
"locationName": "LaunchTemplateVersion"
|
|
79990
80172
|
},
|
|
79991
80173
|
"MinVersion": {},
|
|
@@ -79995,7 +80177,7 @@ module.exports={
|
|
|
79995
80177
|
"type": "integer"
|
|
79996
80178
|
},
|
|
79997
80179
|
"Filters": {
|
|
79998
|
-
"shape": "
|
|
80180
|
+
"shape": "Srv",
|
|
79999
80181
|
"locationName": "Filter"
|
|
80000
80182
|
}
|
|
80001
80183
|
}
|
|
@@ -80039,7 +80221,7 @@ module.exports={
|
|
|
80039
80221
|
}
|
|
80040
80222
|
},
|
|
80041
80223
|
"Filters": {
|
|
80042
|
-
"shape": "
|
|
80224
|
+
"shape": "Srv",
|
|
80043
80225
|
"locationName": "Filter"
|
|
80044
80226
|
},
|
|
80045
80227
|
"NextToken": {},
|
|
@@ -80077,7 +80259,7 @@ module.exports={
|
|
|
80077
80259
|
}
|
|
80078
80260
|
},
|
|
80079
80261
|
"Filters": {
|
|
80080
|
-
"shape": "
|
|
80262
|
+
"shape": "Srv",
|
|
80081
80263
|
"locationName": "Filter"
|
|
80082
80264
|
},
|
|
80083
80265
|
"MaxResults": {
|
|
@@ -80145,7 +80327,7 @@ module.exports={
|
|
|
80145
80327
|
}
|
|
80146
80328
|
},
|
|
80147
80329
|
"Filters": {
|
|
80148
|
-
"shape": "
|
|
80330
|
+
"shape": "Srv",
|
|
80149
80331
|
"locationName": "Filter"
|
|
80150
80332
|
},
|
|
80151
80333
|
"MaxResults": {
|
|
@@ -80186,7 +80368,7 @@ module.exports={
|
|
|
80186
80368
|
}
|
|
80187
80369
|
},
|
|
80188
80370
|
"Filters": {
|
|
80189
|
-
"shape": "
|
|
80371
|
+
"shape": "Srv",
|
|
80190
80372
|
"locationName": "Filter"
|
|
80191
80373
|
},
|
|
80192
80374
|
"MaxResults": {
|
|
@@ -80251,7 +80433,7 @@ module.exports={
|
|
|
80251
80433
|
}
|
|
80252
80434
|
},
|
|
80253
80435
|
"Filters": {
|
|
80254
|
-
"shape": "
|
|
80436
|
+
"shape": "Srv",
|
|
80255
80437
|
"locationName": "Filter"
|
|
80256
80438
|
},
|
|
80257
80439
|
"MaxResults": {
|
|
@@ -80277,7 +80459,7 @@ module.exports={
|
|
|
80277
80459
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
|
80278
80460
|
},
|
|
80279
80461
|
"LocalGatewayVirtualInterfaceIds": {
|
|
80280
|
-
"shape": "
|
|
80462
|
+
"shape": "S163",
|
|
80281
80463
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
|
80282
80464
|
},
|
|
80283
80465
|
"LocalGatewayId": {
|
|
@@ -80304,11 +80486,11 @@ module.exports={
|
|
|
80304
80486
|
"type": "structure",
|
|
80305
80487
|
"members": {
|
|
80306
80488
|
"LocalGatewayVirtualInterfaceIds": {
|
|
80307
|
-
"shape": "
|
|
80489
|
+
"shape": "S163",
|
|
80308
80490
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
|
80309
80491
|
},
|
|
80310
80492
|
"Filters": {
|
|
80311
|
-
"shape": "
|
|
80493
|
+
"shape": "Srv",
|
|
80312
80494
|
"locationName": "Filter"
|
|
80313
80495
|
},
|
|
80314
80496
|
"MaxResults": {
|
|
@@ -80382,7 +80564,7 @@ module.exports={
|
|
|
80382
80564
|
}
|
|
80383
80565
|
},
|
|
80384
80566
|
"Filters": {
|
|
80385
|
-
"shape": "
|
|
80567
|
+
"shape": "Srv",
|
|
80386
80568
|
"locationName": "Filter"
|
|
80387
80569
|
},
|
|
80388
80570
|
"MaxResults": {
|
|
@@ -80437,7 +80619,7 @@ module.exports={
|
|
|
80437
80619
|
"type": "boolean"
|
|
80438
80620
|
},
|
|
80439
80621
|
"Filters": {
|
|
80440
|
-
"shape": "
|
|
80622
|
+
"shape": "Srv",
|
|
80441
80623
|
"locationName": "Filter"
|
|
80442
80624
|
},
|
|
80443
80625
|
"MaxResults": {
|
|
@@ -80472,7 +80654,7 @@ module.exports={
|
|
|
80472
80654
|
"type": "structure",
|
|
80473
80655
|
"members": {
|
|
80474
80656
|
"Filters": {
|
|
80475
|
-
"shape": "
|
|
80657
|
+
"shape": "Srv",
|
|
80476
80658
|
"locationName": "filter"
|
|
80477
80659
|
},
|
|
80478
80660
|
"DryRun": {
|
|
@@ -80525,7 +80707,7 @@ module.exports={
|
|
|
80525
80707
|
"type": "boolean"
|
|
80526
80708
|
},
|
|
80527
80709
|
"Filter": {
|
|
80528
|
-
"shape": "
|
|
80710
|
+
"shape": "Srv"
|
|
80529
80711
|
},
|
|
80530
80712
|
"MaxResults": {
|
|
80531
80713
|
"type": "integer"
|
|
@@ -80562,7 +80744,7 @@ module.exports={
|
|
|
80562
80744
|
"type": "structure",
|
|
80563
80745
|
"members": {
|
|
80564
80746
|
"Filters": {
|
|
80565
|
-
"shape": "
|
|
80747
|
+
"shape": "Srv",
|
|
80566
80748
|
"locationName": "Filter"
|
|
80567
80749
|
},
|
|
80568
80750
|
"DryRun": {
|
|
@@ -80618,7 +80800,7 @@ module.exports={
|
|
|
80618
80800
|
"type": "timestamp"
|
|
80619
80801
|
},
|
|
80620
80802
|
"Filters": {
|
|
80621
|
-
"shape": "
|
|
80803
|
+
"shape": "Srv",
|
|
80622
80804
|
"locationName": "Filter"
|
|
80623
80805
|
},
|
|
80624
80806
|
"MaxResults": {
|
|
@@ -80637,7 +80819,7 @@ module.exports={
|
|
|
80637
80819
|
"locationName": "networkInsightsAnalysisSet",
|
|
80638
80820
|
"type": "list",
|
|
80639
80821
|
"member": {
|
|
80640
|
-
"shape": "
|
|
80822
|
+
"shape": "S173",
|
|
80641
80823
|
"locationName": "item"
|
|
80642
80824
|
}
|
|
80643
80825
|
},
|
|
@@ -80659,7 +80841,7 @@ module.exports={
|
|
|
80659
80841
|
}
|
|
80660
80842
|
},
|
|
80661
80843
|
"Filters": {
|
|
80662
|
-
"shape": "
|
|
80844
|
+
"shape": "Srv",
|
|
80663
80845
|
"locationName": "Filter"
|
|
80664
80846
|
},
|
|
80665
80847
|
"MaxResults": {
|
|
@@ -80726,7 +80908,7 @@ module.exports={
|
|
|
80726
80908
|
"locationName": "networkInterfaceId"
|
|
80727
80909
|
},
|
|
80728
80910
|
"SourceDestCheck": {
|
|
80729
|
-
"shape": "
|
|
80911
|
+
"shape": "S104",
|
|
80730
80912
|
"locationName": "sourceDestCheck"
|
|
80731
80913
|
}
|
|
80732
80914
|
}
|
|
@@ -80742,7 +80924,7 @@ module.exports={
|
|
|
80742
80924
|
"member": {}
|
|
80743
80925
|
},
|
|
80744
80926
|
"Filters": {
|
|
80745
|
-
"shape": "
|
|
80927
|
+
"shape": "Srv",
|
|
80746
80928
|
"locationName": "Filter"
|
|
80747
80929
|
},
|
|
80748
80930
|
"NextToken": {},
|
|
@@ -80773,7 +80955,7 @@ module.exports={
|
|
|
80773
80955
|
"type": "structure",
|
|
80774
80956
|
"members": {
|
|
80775
80957
|
"Filters": {
|
|
80776
|
-
"shape": "
|
|
80958
|
+
"shape": "Srv",
|
|
80777
80959
|
"locationName": "filter"
|
|
80778
80960
|
},
|
|
80779
80961
|
"DryRun": {
|
|
@@ -80815,7 +80997,7 @@ module.exports={
|
|
|
80815
80997
|
"type": "structure",
|
|
80816
80998
|
"members": {
|
|
80817
80999
|
"Filters": {
|
|
80818
|
-
"shape": "
|
|
81000
|
+
"shape": "Srv",
|
|
80819
81001
|
"locationName": "Filter"
|
|
80820
81002
|
},
|
|
80821
81003
|
"DryRun": {
|
|
@@ -80858,7 +81040,7 @@ module.exports={
|
|
|
80858
81040
|
"type": "boolean"
|
|
80859
81041
|
},
|
|
80860
81042
|
"Filters": {
|
|
80861
|
-
"shape": "
|
|
81043
|
+
"shape": "Srv",
|
|
80862
81044
|
"locationName": "Filter"
|
|
80863
81045
|
},
|
|
80864
81046
|
"MaxResults": {
|
|
@@ -80937,7 +81119,7 @@ module.exports={
|
|
|
80937
81119
|
"locationName": "arn"
|
|
80938
81120
|
},
|
|
80939
81121
|
"Statuses": {
|
|
80940
|
-
"shape": "
|
|
81122
|
+
"shape": "Ssd",
|
|
80941
81123
|
"locationName": "statusSet"
|
|
80942
81124
|
}
|
|
80943
81125
|
}
|
|
@@ -80965,7 +81147,7 @@ module.exports={
|
|
|
80965
81147
|
"type": "integer"
|
|
80966
81148
|
},
|
|
80967
81149
|
"Filters": {
|
|
80968
|
-
"shape": "
|
|
81150
|
+
"shape": "Srv",
|
|
80969
81151
|
"locationName": "Filter"
|
|
80970
81152
|
}
|
|
80971
81153
|
}
|
|
@@ -81039,7 +81221,7 @@ module.exports={
|
|
|
81039
81221
|
"type": "structure",
|
|
81040
81222
|
"members": {
|
|
81041
81223
|
"Filters": {
|
|
81042
|
-
"shape": "
|
|
81224
|
+
"shape": "Srv",
|
|
81043
81225
|
"locationName": "Filter"
|
|
81044
81226
|
},
|
|
81045
81227
|
"RegionNames": {
|
|
@@ -81095,7 +81277,7 @@ module.exports={
|
|
|
81095
81277
|
}
|
|
81096
81278
|
},
|
|
81097
81279
|
"Filters": {
|
|
81098
|
-
"shape": "
|
|
81280
|
+
"shape": "Srv",
|
|
81099
81281
|
"locationName": "Filter"
|
|
81100
81282
|
},
|
|
81101
81283
|
"MaxResults": {
|
|
@@ -81129,12 +81311,12 @@ module.exports={
|
|
|
81129
81311
|
"type": "structure",
|
|
81130
81312
|
"members": {
|
|
81131
81313
|
"Filters": {
|
|
81132
|
-
"shape": "
|
|
81314
|
+
"shape": "Srv",
|
|
81133
81315
|
"locationName": "Filter"
|
|
81134
81316
|
},
|
|
81135
81317
|
"OfferingClass": {},
|
|
81136
81318
|
"ReservedInstancesIds": {
|
|
81137
|
-
"shape": "
|
|
81319
|
+
"shape": "S195",
|
|
81138
81320
|
"locationName": "ReservedInstancesId"
|
|
81139
81321
|
},
|
|
81140
81322
|
"DryRun": {
|
|
@@ -81208,7 +81390,7 @@ module.exports={
|
|
|
81208
81390
|
"locationName": "offeringType"
|
|
81209
81391
|
},
|
|
81210
81392
|
"RecurringCharges": {
|
|
81211
|
-
"shape": "
|
|
81393
|
+
"shape": "S19d",
|
|
81212
81394
|
"locationName": "recurringCharges"
|
|
81213
81395
|
},
|
|
81214
81396
|
"Scope": {
|
|
@@ -81229,7 +81411,7 @@ module.exports={
|
|
|
81229
81411
|
"type": "structure",
|
|
81230
81412
|
"members": {
|
|
81231
81413
|
"Filters": {
|
|
81232
|
-
"shape": "
|
|
81414
|
+
"shape": "Srv",
|
|
81233
81415
|
"locationName": "Filter"
|
|
81234
81416
|
},
|
|
81235
81417
|
"ReservedInstancesId": {
|
|
@@ -81255,7 +81437,7 @@ module.exports={
|
|
|
81255
81437
|
"type": "structure",
|
|
81256
81438
|
"members": {
|
|
81257
81439
|
"Filters": {
|
|
81258
|
-
"shape": "
|
|
81440
|
+
"shape": "Srv",
|
|
81259
81441
|
"locationName": "Filter"
|
|
81260
81442
|
},
|
|
81261
81443
|
"ReservedInstancesModificationIds": {
|
|
@@ -81305,7 +81487,7 @@ module.exports={
|
|
|
81305
81487
|
"locationName": "reservedInstancesId"
|
|
81306
81488
|
},
|
|
81307
81489
|
"TargetConfiguration": {
|
|
81308
|
-
"shape": "
|
|
81490
|
+
"shape": "S19r",
|
|
81309
81491
|
"locationName": "targetConfiguration"
|
|
81310
81492
|
}
|
|
81311
81493
|
}
|
|
@@ -81349,7 +81531,7 @@ module.exports={
|
|
|
81349
81531
|
"members": {
|
|
81350
81532
|
"AvailabilityZone": {},
|
|
81351
81533
|
"Filters": {
|
|
81352
|
-
"shape": "
|
|
81534
|
+
"shape": "Srv",
|
|
81353
81535
|
"locationName": "Filter"
|
|
81354
81536
|
},
|
|
81355
81537
|
"IncludeMarketplace": {
|
|
@@ -81460,7 +81642,7 @@ module.exports={
|
|
|
81460
81642
|
}
|
|
81461
81643
|
},
|
|
81462
81644
|
"RecurringCharges": {
|
|
81463
|
-
"shape": "
|
|
81645
|
+
"shape": "S19d",
|
|
81464
81646
|
"locationName": "recurringCharges"
|
|
81465
81647
|
},
|
|
81466
81648
|
"Scope": {
|
|
@@ -81480,7 +81662,7 @@ module.exports={
|
|
|
81480
81662
|
"type": "structure",
|
|
81481
81663
|
"members": {
|
|
81482
81664
|
"Filters": {
|
|
81483
|
-
"shape": "
|
|
81665
|
+
"shape": "Srv",
|
|
81484
81666
|
"locationName": "Filter"
|
|
81485
81667
|
},
|
|
81486
81668
|
"DryRun": {
|
|
@@ -81529,7 +81711,7 @@ module.exports={
|
|
|
81529
81711
|
"type": "boolean"
|
|
81530
81712
|
},
|
|
81531
81713
|
"Filters": {
|
|
81532
|
-
"shape": "
|
|
81714
|
+
"shape": "Srv",
|
|
81533
81715
|
"locationName": "Filter"
|
|
81534
81716
|
},
|
|
81535
81717
|
"FirstSlotStartTimeRange": {
|
|
@@ -81628,7 +81810,7 @@ module.exports={
|
|
|
81628
81810
|
"locationName": "purchaseToken"
|
|
81629
81811
|
},
|
|
81630
81812
|
"Recurrence": {
|
|
81631
|
-
"shape": "
|
|
81813
|
+
"shape": "S1ae",
|
|
81632
81814
|
"locationName": "recurrence"
|
|
81633
81815
|
},
|
|
81634
81816
|
"SlotDurationInHours": {
|
|
@@ -81653,7 +81835,7 @@ module.exports={
|
|
|
81653
81835
|
"type": "boolean"
|
|
81654
81836
|
},
|
|
81655
81837
|
"Filters": {
|
|
81656
|
-
"shape": "
|
|
81838
|
+
"shape": "Srv",
|
|
81657
81839
|
"locationName": "Filter"
|
|
81658
81840
|
},
|
|
81659
81841
|
"MaxResults": {
|
|
@@ -81690,7 +81872,7 @@ module.exports={
|
|
|
81690
81872
|
"locationName": "scheduledInstanceSet",
|
|
81691
81873
|
"type": "list",
|
|
81692
81874
|
"member": {
|
|
81693
|
-
"shape": "
|
|
81875
|
+
"shape": "S1am",
|
|
81694
81876
|
"locationName": "item"
|
|
81695
81877
|
}
|
|
81696
81878
|
}
|
|
@@ -81745,11 +81927,11 @@ module.exports={
|
|
|
81745
81927
|
"type": "structure",
|
|
81746
81928
|
"members": {
|
|
81747
81929
|
"Filters": {
|
|
81748
|
-
"shape": "
|
|
81930
|
+
"shape": "Srv",
|
|
81749
81931
|
"locationName": "Filter"
|
|
81750
81932
|
},
|
|
81751
81933
|
"SecurityGroupRuleIds": {
|
|
81752
|
-
"shape": "
|
|
81934
|
+
"shape": "S1at",
|
|
81753
81935
|
"locationName": "SecurityGroupRuleId"
|
|
81754
81936
|
},
|
|
81755
81937
|
"DryRun": {
|
|
@@ -81779,7 +81961,7 @@ module.exports={
|
|
|
81779
81961
|
"type": "structure",
|
|
81780
81962
|
"members": {
|
|
81781
81963
|
"Filters": {
|
|
81782
|
-
"shape": "
|
|
81964
|
+
"shape": "Srv",
|
|
81783
81965
|
"locationName": "Filter"
|
|
81784
81966
|
},
|
|
81785
81967
|
"GroupIds": {
|
|
@@ -81787,7 +81969,7 @@ module.exports={
|
|
|
81787
81969
|
"locationName": "GroupId"
|
|
81788
81970
|
},
|
|
81789
81971
|
"GroupNames": {
|
|
81790
|
-
"shape": "
|
|
81972
|
+
"shape": "S1ax",
|
|
81791
81973
|
"locationName": "GroupName"
|
|
81792
81974
|
},
|
|
81793
81975
|
"DryRun": {
|
|
@@ -81866,11 +82048,11 @@ module.exports={
|
|
|
81866
82048
|
"type": "structure",
|
|
81867
82049
|
"members": {
|
|
81868
82050
|
"CreateVolumePermissions": {
|
|
81869
|
-
"shape": "
|
|
82051
|
+
"shape": "S1b5",
|
|
81870
82052
|
"locationName": "createVolumePermission"
|
|
81871
82053
|
},
|
|
81872
82054
|
"ProductCodes": {
|
|
81873
|
-
"shape": "
|
|
82055
|
+
"shape": "Sxh",
|
|
81874
82056
|
"locationName": "productCodes"
|
|
81875
82057
|
},
|
|
81876
82058
|
"SnapshotId": {
|
|
@@ -81884,7 +82066,7 @@ module.exports={
|
|
|
81884
82066
|
"type": "structure",
|
|
81885
82067
|
"members": {
|
|
81886
82068
|
"Filters": {
|
|
81887
|
-
"shape": "
|
|
82069
|
+
"shape": "Srv",
|
|
81888
82070
|
"locationName": "Filter"
|
|
81889
82071
|
},
|
|
81890
82072
|
"MaxResults": {
|
|
@@ -81892,7 +82074,7 @@ module.exports={
|
|
|
81892
82074
|
},
|
|
81893
82075
|
"NextToken": {},
|
|
81894
82076
|
"OwnerIds": {
|
|
81895
|
-
"shape": "
|
|
82077
|
+
"shape": "Sxm",
|
|
81896
82078
|
"locationName": "Owner"
|
|
81897
82079
|
},
|
|
81898
82080
|
"RestorableByUserIds": {
|
|
@@ -81901,7 +82083,7 @@ module.exports={
|
|
|
81901
82083
|
"member": {}
|
|
81902
82084
|
},
|
|
81903
82085
|
"SnapshotIds": {
|
|
81904
|
-
"shape": "
|
|
82086
|
+
"shape": "S1b9",
|
|
81905
82087
|
"locationName": "SnapshotId"
|
|
81906
82088
|
},
|
|
81907
82089
|
"DryRun": {
|
|
@@ -81974,7 +82156,7 @@ module.exports={
|
|
|
81974
82156
|
"type": "structure",
|
|
81975
82157
|
"members": {
|
|
81976
82158
|
"ActiveInstances": {
|
|
81977
|
-
"shape": "
|
|
82159
|
+
"shape": "Swk",
|
|
81978
82160
|
"locationName": "activeInstanceSet"
|
|
81979
82161
|
},
|
|
81980
82162
|
"NextToken": {
|
|
@@ -82028,7 +82210,7 @@ module.exports={
|
|
|
82028
82210
|
"type": "structure",
|
|
82029
82211
|
"members": {
|
|
82030
82212
|
"EventInformation": {
|
|
82031
|
-
"shape": "
|
|
82213
|
+
"shape": "Swh",
|
|
82032
82214
|
"locationName": "eventInformation"
|
|
82033
82215
|
},
|
|
82034
82216
|
"EventType": {
|
|
@@ -82100,7 +82282,7 @@ module.exports={
|
|
|
82100
82282
|
"type": "timestamp"
|
|
82101
82283
|
},
|
|
82102
82284
|
"SpotFleetRequestConfig": {
|
|
82103
|
-
"shape": "
|
|
82285
|
+
"shape": "S1bs",
|
|
82104
82286
|
"locationName": "spotFleetRequestConfig"
|
|
82105
82287
|
},
|
|
82106
82288
|
"SpotFleetRequestId": {
|
|
@@ -82124,7 +82306,7 @@ module.exports={
|
|
|
82124
82306
|
"type": "structure",
|
|
82125
82307
|
"members": {
|
|
82126
82308
|
"Filters": {
|
|
82127
|
-
"shape": "
|
|
82309
|
+
"shape": "Srv",
|
|
82128
82310
|
"locationName": "Filter"
|
|
82129
82311
|
},
|
|
82130
82312
|
"DryRun": {
|
|
@@ -82145,7 +82327,7 @@ module.exports={
|
|
|
82145
82327
|
"type": "structure",
|
|
82146
82328
|
"members": {
|
|
82147
82329
|
"SpotInstanceRequests": {
|
|
82148
|
-
"shape": "
|
|
82330
|
+
"shape": "S1ck",
|
|
82149
82331
|
"locationName": "spotInstanceRequestSet"
|
|
82150
82332
|
},
|
|
82151
82333
|
"NextToken": {
|
|
@@ -82159,7 +82341,7 @@ module.exports={
|
|
|
82159
82341
|
"type": "structure",
|
|
82160
82342
|
"members": {
|
|
82161
82343
|
"Filters": {
|
|
82162
|
-
"shape": "
|
|
82344
|
+
"shape": "Srv",
|
|
82163
82345
|
"locationName": "Filter"
|
|
82164
82346
|
},
|
|
82165
82347
|
"AvailabilityZone": {
|
|
@@ -82271,11 +82453,11 @@ module.exports={
|
|
|
82271
82453
|
"locationName": "groupName"
|
|
82272
82454
|
},
|
|
82273
82455
|
"StaleIpPermissions": {
|
|
82274
|
-
"shape": "
|
|
82456
|
+
"shape": "S1d2",
|
|
82275
82457
|
"locationName": "staleIpPermissions"
|
|
82276
82458
|
},
|
|
82277
82459
|
"StaleIpPermissionsEgress": {
|
|
82278
|
-
"shape": "
|
|
82460
|
+
"shape": "S1d2",
|
|
82279
82461
|
"locationName": "staleIpPermissionsEgress"
|
|
82280
82462
|
},
|
|
82281
82463
|
"VpcId": {
|
|
@@ -82302,7 +82484,7 @@ module.exports={
|
|
|
82302
82484
|
"type": "boolean"
|
|
82303
82485
|
},
|
|
82304
82486
|
"Filters": {
|
|
82305
|
-
"shape": "
|
|
82487
|
+
"shape": "Srv",
|
|
82306
82488
|
"locationName": "Filter"
|
|
82307
82489
|
},
|
|
82308
82490
|
"NextToken": {},
|
|
@@ -82358,7 +82540,7 @@ module.exports={
|
|
|
82358
82540
|
"type": "structure",
|
|
82359
82541
|
"members": {
|
|
82360
82542
|
"Filters": {
|
|
82361
|
-
"shape": "
|
|
82543
|
+
"shape": "Srv",
|
|
82362
82544
|
"locationName": "Filter"
|
|
82363
82545
|
},
|
|
82364
82546
|
"SubnetIds": {
|
|
@@ -82404,7 +82586,7 @@ module.exports={
|
|
|
82404
82586
|
"type": "boolean"
|
|
82405
82587
|
},
|
|
82406
82588
|
"Filters": {
|
|
82407
|
-
"shape": "
|
|
82589
|
+
"shape": "Srv",
|
|
82408
82590
|
"locationName": "Filter"
|
|
82409
82591
|
},
|
|
82410
82592
|
"MaxResults": {
|
|
@@ -82462,7 +82644,7 @@ module.exports={
|
|
|
82462
82644
|
"type": "boolean"
|
|
82463
82645
|
},
|
|
82464
82646
|
"Filters": {
|
|
82465
|
-
"shape": "
|
|
82647
|
+
"shape": "Srv",
|
|
82466
82648
|
"locationName": "Filter"
|
|
82467
82649
|
},
|
|
82468
82650
|
"MaxResults": {
|
|
@@ -82503,7 +82685,7 @@ module.exports={
|
|
|
82503
82685
|
"type": "boolean"
|
|
82504
82686
|
},
|
|
82505
82687
|
"Filters": {
|
|
82506
|
-
"shape": "
|
|
82688
|
+
"shape": "Srv",
|
|
82507
82689
|
"locationName": "Filter"
|
|
82508
82690
|
},
|
|
82509
82691
|
"MaxResults": {
|
|
@@ -82544,7 +82726,7 @@ module.exports={
|
|
|
82544
82726
|
"type": "boolean"
|
|
82545
82727
|
},
|
|
82546
82728
|
"Filters": {
|
|
82547
|
-
"shape": "
|
|
82729
|
+
"shape": "Srv",
|
|
82548
82730
|
"locationName": "Filter"
|
|
82549
82731
|
},
|
|
82550
82732
|
"MaxResults": {
|
|
@@ -82575,10 +82757,10 @@ module.exports={
|
|
|
82575
82757
|
"type": "structure",
|
|
82576
82758
|
"members": {
|
|
82577
82759
|
"TransitGatewayAttachmentIds": {
|
|
82578
|
-
"shape": "
|
|
82760
|
+
"shape": "S1e0"
|
|
82579
82761
|
},
|
|
82580
82762
|
"Filters": {
|
|
82581
|
-
"shape": "
|
|
82763
|
+
"shape": "Srv",
|
|
82582
82764
|
"locationName": "Filter"
|
|
82583
82765
|
},
|
|
82584
82766
|
"MaxResults": {
|
|
@@ -82661,7 +82843,7 @@ module.exports={
|
|
|
82661
82843
|
}
|
|
82662
82844
|
},
|
|
82663
82845
|
"Filters": {
|
|
82664
|
-
"shape": "
|
|
82846
|
+
"shape": "Srv",
|
|
82665
82847
|
"locationName": "Filter"
|
|
82666
82848
|
},
|
|
82667
82849
|
"MaxResults": {
|
|
@@ -82695,10 +82877,10 @@ module.exports={
|
|
|
82695
82877
|
"type": "structure",
|
|
82696
82878
|
"members": {
|
|
82697
82879
|
"TransitGatewayAttachmentIds": {
|
|
82698
|
-
"shape": "
|
|
82880
|
+
"shape": "S1e0"
|
|
82699
82881
|
},
|
|
82700
82882
|
"Filters": {
|
|
82701
|
-
"shape": "
|
|
82883
|
+
"shape": "Srv",
|
|
82702
82884
|
"locationName": "Filter"
|
|
82703
82885
|
},
|
|
82704
82886
|
"MaxResults": {
|
|
@@ -82738,7 +82920,7 @@ module.exports={
|
|
|
82738
82920
|
}
|
|
82739
82921
|
},
|
|
82740
82922
|
"Filters": {
|
|
82741
|
-
"shape": "
|
|
82923
|
+
"shape": "Srv",
|
|
82742
82924
|
"locationName": "Filter"
|
|
82743
82925
|
},
|
|
82744
82926
|
"MaxResults": {
|
|
@@ -82772,10 +82954,10 @@ module.exports={
|
|
|
82772
82954
|
"type": "structure",
|
|
82773
82955
|
"members": {
|
|
82774
82956
|
"TransitGatewayAttachmentIds": {
|
|
82775
|
-
"shape": "
|
|
82957
|
+
"shape": "S1e0"
|
|
82776
82958
|
},
|
|
82777
82959
|
"Filters": {
|
|
82778
|
-
"shape": "
|
|
82960
|
+
"shape": "Srv",
|
|
82779
82961
|
"locationName": "Filter"
|
|
82780
82962
|
},
|
|
82781
82963
|
"MaxResults": {
|
|
@@ -82815,7 +82997,7 @@ module.exports={
|
|
|
82815
82997
|
}
|
|
82816
82998
|
},
|
|
82817
82999
|
"Filters": {
|
|
82818
|
-
"shape": "
|
|
83000
|
+
"shape": "Srv",
|
|
82819
83001
|
"locationName": "Filter"
|
|
82820
83002
|
},
|
|
82821
83003
|
"MaxResults": {
|
|
@@ -82849,10 +83031,10 @@ module.exports={
|
|
|
82849
83031
|
"type": "structure",
|
|
82850
83032
|
"members": {
|
|
82851
83033
|
"TransitGatewayAttachmentIds": {
|
|
82852
|
-
"shape": "
|
|
83034
|
+
"shape": "S1e0"
|
|
82853
83035
|
},
|
|
82854
83036
|
"Filters": {
|
|
82855
|
-
"shape": "
|
|
83037
|
+
"shape": "Srv",
|
|
82856
83038
|
"locationName": "Filter"
|
|
82857
83039
|
},
|
|
82858
83040
|
"MaxResults": {
|
|
@@ -82892,7 +83074,7 @@ module.exports={
|
|
|
82892
83074
|
}
|
|
82893
83075
|
},
|
|
82894
83076
|
"Filters": {
|
|
82895
|
-
"shape": "
|
|
83077
|
+
"shape": "Srv",
|
|
82896
83078
|
"locationName": "Filter"
|
|
82897
83079
|
},
|
|
82898
83080
|
"MaxResults": {
|
|
@@ -82936,7 +83118,7 @@ module.exports={
|
|
|
82936
83118
|
"type": "boolean"
|
|
82937
83119
|
},
|
|
82938
83120
|
"Filters": {
|
|
82939
|
-
"shape": "
|
|
83121
|
+
"shape": "Srv",
|
|
82940
83122
|
"locationName": "Filter"
|
|
82941
83123
|
},
|
|
82942
83124
|
"NextToken": {},
|
|
@@ -82982,11 +83164,11 @@ module.exports={
|
|
|
82982
83164
|
"type": "structure",
|
|
82983
83165
|
"members": {
|
|
82984
83166
|
"AutoEnableIO": {
|
|
82985
|
-
"shape": "
|
|
83167
|
+
"shape": "S104",
|
|
82986
83168
|
"locationName": "autoEnableIO"
|
|
82987
83169
|
},
|
|
82988
83170
|
"ProductCodes": {
|
|
82989
|
-
"shape": "
|
|
83171
|
+
"shape": "Sxh",
|
|
82990
83172
|
"locationName": "productCodes"
|
|
82991
83173
|
},
|
|
82992
83174
|
"VolumeId": {
|
|
@@ -83000,7 +83182,7 @@ module.exports={
|
|
|
83000
83182
|
"type": "structure",
|
|
83001
83183
|
"members": {
|
|
83002
83184
|
"Filters": {
|
|
83003
|
-
"shape": "
|
|
83185
|
+
"shape": "Srv",
|
|
83004
83186
|
"locationName": "Filter"
|
|
83005
83187
|
},
|
|
83006
83188
|
"MaxResults": {
|
|
@@ -83008,7 +83190,7 @@ module.exports={
|
|
|
83008
83190
|
},
|
|
83009
83191
|
"NextToken": {},
|
|
83010
83192
|
"VolumeIds": {
|
|
83011
|
-
"shape": "
|
|
83193
|
+
"shape": "S1f4",
|
|
83012
83194
|
"locationName": "VolumeId"
|
|
83013
83195
|
},
|
|
83014
83196
|
"DryRun": {
|
|
@@ -83143,11 +83325,11 @@ module.exports={
|
|
|
83143
83325
|
"type": "structure",
|
|
83144
83326
|
"members": {
|
|
83145
83327
|
"Filters": {
|
|
83146
|
-
"shape": "
|
|
83328
|
+
"shape": "Srv",
|
|
83147
83329
|
"locationName": "Filter"
|
|
83148
83330
|
},
|
|
83149
83331
|
"VolumeIds": {
|
|
83150
|
-
"shape": "
|
|
83332
|
+
"shape": "S1f4",
|
|
83151
83333
|
"locationName": "VolumeId"
|
|
83152
83334
|
},
|
|
83153
83335
|
"DryRun": {
|
|
@@ -83188,11 +83370,11 @@ module.exports={
|
|
|
83188
83370
|
"type": "boolean"
|
|
83189
83371
|
},
|
|
83190
83372
|
"VolumeIds": {
|
|
83191
|
-
"shape": "
|
|
83373
|
+
"shape": "S1f4",
|
|
83192
83374
|
"locationName": "VolumeId"
|
|
83193
83375
|
},
|
|
83194
83376
|
"Filters": {
|
|
83195
|
-
"shape": "
|
|
83377
|
+
"shape": "Srv",
|
|
83196
83378
|
"locationName": "Filter"
|
|
83197
83379
|
},
|
|
83198
83380
|
"NextToken": {},
|
|
@@ -83208,7 +83390,7 @@ module.exports={
|
|
|
83208
83390
|
"locationName": "volumeModificationSet",
|
|
83209
83391
|
"type": "list",
|
|
83210
83392
|
"member": {
|
|
83211
|
-
"shape": "
|
|
83393
|
+
"shape": "S1fp",
|
|
83212
83394
|
"locationName": "item"
|
|
83213
83395
|
}
|
|
83214
83396
|
},
|
|
@@ -83241,11 +83423,11 @@ module.exports={
|
|
|
83241
83423
|
"locationName": "vpcId"
|
|
83242
83424
|
},
|
|
83243
83425
|
"EnableDnsHostnames": {
|
|
83244
|
-
"shape": "
|
|
83426
|
+
"shape": "S104",
|
|
83245
83427
|
"locationName": "enableDnsHostnames"
|
|
83246
83428
|
},
|
|
83247
83429
|
"EnableDnsSupport": {
|
|
83248
|
-
"shape": "
|
|
83430
|
+
"shape": "S104",
|
|
83249
83431
|
"locationName": "enableDnsSupport"
|
|
83250
83432
|
}
|
|
83251
83433
|
}
|
|
@@ -83256,7 +83438,7 @@ module.exports={
|
|
|
83256
83438
|
"type": "structure",
|
|
83257
83439
|
"members": {
|
|
83258
83440
|
"Filters": {
|
|
83259
|
-
"shape": "
|
|
83441
|
+
"shape": "Srv",
|
|
83260
83442
|
"locationName": "Filter"
|
|
83261
83443
|
},
|
|
83262
83444
|
"DryRun": {
|
|
@@ -83264,7 +83446,7 @@ module.exports={
|
|
|
83264
83446
|
"type": "boolean"
|
|
83265
83447
|
},
|
|
83266
83448
|
"VpcIds": {
|
|
83267
|
-
"shape": "
|
|
83449
|
+
"shape": "S1fv",
|
|
83268
83450
|
"locationName": "VpcId"
|
|
83269
83451
|
}
|
|
83270
83452
|
}
|
|
@@ -83308,7 +83490,7 @@ module.exports={
|
|
|
83308
83490
|
"locationName": "nextToken"
|
|
83309
83491
|
},
|
|
83310
83492
|
"VpcIds": {
|
|
83311
|
-
"shape": "
|
|
83493
|
+
"shape": "S1fv"
|
|
83312
83494
|
}
|
|
83313
83495
|
}
|
|
83314
83496
|
},
|
|
@@ -83347,7 +83529,7 @@ module.exports={
|
|
|
83347
83529
|
},
|
|
83348
83530
|
"ConnectionNotificationId": {},
|
|
83349
83531
|
"Filters": {
|
|
83350
|
-
"shape": "
|
|
83532
|
+
"shape": "Srv",
|
|
83351
83533
|
"locationName": "Filter"
|
|
83352
83534
|
},
|
|
83353
83535
|
"MaxResults": {
|
|
@@ -83381,7 +83563,7 @@ module.exports={
|
|
|
83381
83563
|
"type": "boolean"
|
|
83382
83564
|
},
|
|
83383
83565
|
"Filters": {
|
|
83384
|
-
"shape": "
|
|
83566
|
+
"shape": "Srv",
|
|
83385
83567
|
"locationName": "Filter"
|
|
83386
83568
|
},
|
|
83387
83569
|
"MaxResults": {
|
|
@@ -83445,11 +83627,11 @@ module.exports={
|
|
|
83445
83627
|
"type": "boolean"
|
|
83446
83628
|
},
|
|
83447
83629
|
"ServiceIds": {
|
|
83448
|
-
"shape": "
|
|
83630
|
+
"shape": "Sqy",
|
|
83449
83631
|
"locationName": "ServiceId"
|
|
83450
83632
|
},
|
|
83451
83633
|
"Filters": {
|
|
83452
|
-
"shape": "
|
|
83634
|
+
"shape": "Srv",
|
|
83453
83635
|
"locationName": "Filter"
|
|
83454
83636
|
},
|
|
83455
83637
|
"MaxResults": {
|
|
@@ -83487,7 +83669,7 @@ module.exports={
|
|
|
83487
83669
|
},
|
|
83488
83670
|
"ServiceId": {},
|
|
83489
83671
|
"Filters": {
|
|
83490
|
-
"shape": "
|
|
83672
|
+
"shape": "Srv",
|
|
83491
83673
|
"locationName": "Filter"
|
|
83492
83674
|
},
|
|
83493
83675
|
"MaxResults": {
|
|
@@ -83533,7 +83715,7 @@ module.exports={
|
|
|
83533
83715
|
"locationName": "ServiceName"
|
|
83534
83716
|
},
|
|
83535
83717
|
"Filters": {
|
|
83536
|
-
"shape": "
|
|
83718
|
+
"shape": "Srv",
|
|
83537
83719
|
"locationName": "Filter"
|
|
83538
83720
|
},
|
|
83539
83721
|
"MaxResults": {
|
|
@@ -83633,7 +83815,7 @@ module.exports={
|
|
|
83633
83815
|
"locationName": "VpcEndpointId"
|
|
83634
83816
|
},
|
|
83635
83817
|
"Filters": {
|
|
83636
|
-
"shape": "
|
|
83818
|
+
"shape": "Srv",
|
|
83637
83819
|
"locationName": "Filter"
|
|
83638
83820
|
},
|
|
83639
83821
|
"MaxResults": {
|
|
@@ -83664,7 +83846,7 @@ module.exports={
|
|
|
83664
83846
|
"type": "structure",
|
|
83665
83847
|
"members": {
|
|
83666
83848
|
"Filters": {
|
|
83667
|
-
"shape": "
|
|
83849
|
+
"shape": "Srv",
|
|
83668
83850
|
"locationName": "Filter"
|
|
83669
83851
|
},
|
|
83670
83852
|
"DryRun": {
|
|
@@ -83706,7 +83888,7 @@ module.exports={
|
|
|
83706
83888
|
"type": "structure",
|
|
83707
83889
|
"members": {
|
|
83708
83890
|
"Filters": {
|
|
83709
|
-
"shape": "
|
|
83891
|
+
"shape": "Srv",
|
|
83710
83892
|
"locationName": "Filter"
|
|
83711
83893
|
},
|
|
83712
83894
|
"VpcIds": {
|
|
@@ -83748,7 +83930,7 @@ module.exports={
|
|
|
83748
83930
|
"type": "structure",
|
|
83749
83931
|
"members": {
|
|
83750
83932
|
"Filters": {
|
|
83751
|
-
"shape": "
|
|
83933
|
+
"shape": "Srv",
|
|
83752
83934
|
"locationName": "Filter"
|
|
83753
83935
|
},
|
|
83754
83936
|
"VpnConnectionIds": {
|
|
@@ -83783,7 +83965,7 @@ module.exports={
|
|
|
83783
83965
|
"type": "structure",
|
|
83784
83966
|
"members": {
|
|
83785
83967
|
"Filters": {
|
|
83786
|
-
"shape": "
|
|
83968
|
+
"shape": "Srv",
|
|
83787
83969
|
"locationName": "Filter"
|
|
83788
83970
|
},
|
|
83789
83971
|
"VpnGatewayIds": {
|
|
@@ -83806,7 +83988,7 @@ module.exports={
|
|
|
83806
83988
|
"locationName": "vpnGatewaySet",
|
|
83807
83989
|
"type": "list",
|
|
83808
83990
|
"member": {
|
|
83809
|
-
"shape": "
|
|
83991
|
+
"shape": "Snm",
|
|
83810
83992
|
"locationName": "item"
|
|
83811
83993
|
}
|
|
83812
83994
|
}
|
|
@@ -83953,11 +84135,11 @@ module.exports={
|
|
|
83953
84135
|
],
|
|
83954
84136
|
"members": {
|
|
83955
84137
|
"AvailabilityZones": {
|
|
83956
|
-
"shape": "
|
|
84138
|
+
"shape": "S1hl",
|
|
83957
84139
|
"locationName": "AvailabilityZone"
|
|
83958
84140
|
},
|
|
83959
84141
|
"SourceSnapshotIds": {
|
|
83960
|
-
"shape": "
|
|
84142
|
+
"shape": "S1b9",
|
|
83961
84143
|
"locationName": "SourceSnapshotId"
|
|
83962
84144
|
},
|
|
83963
84145
|
"DryRun": {
|
|
@@ -84118,7 +84300,7 @@ module.exports={
|
|
|
84118
84300
|
"type": "structure",
|
|
84119
84301
|
"members": {
|
|
84120
84302
|
"Propagation": {
|
|
84121
|
-
"shape": "
|
|
84303
|
+
"shape": "S1i0",
|
|
84122
84304
|
"locationName": "propagation"
|
|
84123
84305
|
}
|
|
84124
84306
|
}
|
|
@@ -84483,11 +84665,11 @@ module.exports={
|
|
|
84483
84665
|
],
|
|
84484
84666
|
"members": {
|
|
84485
84667
|
"AvailabilityZones": {
|
|
84486
|
-
"shape": "
|
|
84668
|
+
"shape": "S1hl",
|
|
84487
84669
|
"locationName": "AvailabilityZone"
|
|
84488
84670
|
},
|
|
84489
84671
|
"SourceSnapshotIds": {
|
|
84490
|
-
"shape": "
|
|
84672
|
+
"shape": "S1b9",
|
|
84491
84673
|
"locationName": "SourceSnapshotId"
|
|
84492
84674
|
},
|
|
84493
84675
|
"DryRun": {
|
|
@@ -84652,7 +84834,7 @@ module.exports={
|
|
|
84652
84834
|
"type": "structure",
|
|
84653
84835
|
"members": {
|
|
84654
84836
|
"Propagation": {
|
|
84655
|
-
"shape": "
|
|
84837
|
+
"shape": "S1i0",
|
|
84656
84838
|
"locationName": "propagation"
|
|
84657
84839
|
}
|
|
84658
84840
|
}
|
|
@@ -84847,7 +85029,7 @@ module.exports={
|
|
|
84847
85029
|
"locationName": "progress"
|
|
84848
85030
|
},
|
|
84849
85031
|
"S3ExportLocation": {
|
|
84850
|
-
"shape": "
|
|
85032
|
+
"shape": "Sw0",
|
|
84851
85033
|
"locationName": "s3ExportLocation"
|
|
84852
85034
|
},
|
|
84853
85035
|
"Status": {
|
|
@@ -84873,7 +85055,7 @@ module.exports={
|
|
|
84873
85055
|
"members": {
|
|
84874
85056
|
"TransitGatewayRouteTableId": {},
|
|
84875
85057
|
"Filters": {
|
|
84876
|
-
"shape": "
|
|
85058
|
+
"shape": "Srv",
|
|
84877
85059
|
"locationName": "Filter"
|
|
84878
85060
|
},
|
|
84879
85061
|
"S3Bucket": {},
|
|
@@ -85040,7 +85222,7 @@ module.exports={
|
|
|
85040
85222
|
"members": {
|
|
85041
85223
|
"PoolId": {},
|
|
85042
85224
|
"Filters": {
|
|
85043
|
-
"shape": "
|
|
85225
|
+
"shape": "Srv",
|
|
85044
85226
|
"locationName": "Filter"
|
|
85045
85227
|
},
|
|
85046
85228
|
"MaxResults": {
|
|
@@ -85164,7 +85346,7 @@ module.exports={
|
|
|
85164
85346
|
"type": "structure",
|
|
85165
85347
|
"members": {
|
|
85166
85348
|
"InstanceFamilyCreditSpecification": {
|
|
85167
|
-
"shape": "
|
|
85349
|
+
"shape": "S1ki",
|
|
85168
85350
|
"locationName": "instanceFamilyCreditSpecification"
|
|
85169
85351
|
}
|
|
85170
85352
|
}
|
|
@@ -85311,7 +85493,7 @@ module.exports={
|
|
|
85311
85493
|
],
|
|
85312
85494
|
"members": {
|
|
85313
85495
|
"HostIdSet": {
|
|
85314
|
-
"shape": "
|
|
85496
|
+
"shape": "S1kz"
|
|
85315
85497
|
},
|
|
85316
85498
|
"OfferingId": {}
|
|
85317
85499
|
}
|
|
@@ -85323,7 +85505,7 @@ module.exports={
|
|
|
85323
85505
|
"locationName": "currencyCode"
|
|
85324
85506
|
},
|
|
85325
85507
|
"Purchase": {
|
|
85326
|
-
"shape": "
|
|
85508
|
+
"shape": "S1l1",
|
|
85327
85509
|
"locationName": "purchase"
|
|
85328
85510
|
},
|
|
85329
85511
|
"TotalHourlyPrice": {
|
|
@@ -85348,11 +85530,11 @@ module.exports={
|
|
|
85348
85530
|
"type": "boolean"
|
|
85349
85531
|
},
|
|
85350
85532
|
"ArchitectureTypes": {
|
|
85351
|
-
"shape": "
|
|
85533
|
+
"shape": "S1l4",
|
|
85352
85534
|
"locationName": "ArchitectureType"
|
|
85353
85535
|
},
|
|
85354
85536
|
"VirtualizationTypes": {
|
|
85355
|
-
"shape": "
|
|
85537
|
+
"shape": "S1l5",
|
|
85356
85538
|
"locationName": "VirtualizationType"
|
|
85357
85539
|
},
|
|
85358
85540
|
"InstanceRequirements": {
|
|
@@ -85564,7 +85746,7 @@ module.exports={
|
|
|
85564
85746
|
"locationName": "paymentDue"
|
|
85565
85747
|
},
|
|
85566
85748
|
"ReservedInstanceValueRollup": {
|
|
85567
|
-
"shape": "
|
|
85749
|
+
"shape": "S1lo",
|
|
85568
85750
|
"locationName": "reservedInstanceValueRollup"
|
|
85569
85751
|
},
|
|
85570
85752
|
"ReservedInstanceValueSet": {
|
|
@@ -85575,7 +85757,7 @@ module.exports={
|
|
|
85575
85757
|
"type": "structure",
|
|
85576
85758
|
"members": {
|
|
85577
85759
|
"ReservationValue": {
|
|
85578
|
-
"shape": "
|
|
85760
|
+
"shape": "S1lo",
|
|
85579
85761
|
"locationName": "reservationValue"
|
|
85580
85762
|
},
|
|
85581
85763
|
"ReservedInstanceId": {
|
|
@@ -85585,7 +85767,7 @@ module.exports={
|
|
|
85585
85767
|
}
|
|
85586
85768
|
},
|
|
85587
85769
|
"TargetConfigurationValueRollup": {
|
|
85588
|
-
"shape": "
|
|
85770
|
+
"shape": "S1lo",
|
|
85589
85771
|
"locationName": "targetConfigurationValueRollup"
|
|
85590
85772
|
},
|
|
85591
85773
|
"TargetConfigurationValueSet": {
|
|
@@ -85596,7 +85778,7 @@ module.exports={
|
|
|
85596
85778
|
"type": "structure",
|
|
85597
85779
|
"members": {
|
|
85598
85780
|
"ReservationValue": {
|
|
85599
|
-
"shape": "
|
|
85781
|
+
"shape": "S1lo",
|
|
85600
85782
|
"locationName": "reservationValue"
|
|
85601
85783
|
},
|
|
85602
85784
|
"TargetConfiguration": {
|
|
@@ -85668,11 +85850,11 @@ module.exports={
|
|
|
85668
85850
|
"type": "structure",
|
|
85669
85851
|
"members": {
|
|
85670
85852
|
"ArchitectureTypes": {
|
|
85671
|
-
"shape": "
|
|
85853
|
+
"shape": "S1l4",
|
|
85672
85854
|
"locationName": "ArchitectureType"
|
|
85673
85855
|
},
|
|
85674
85856
|
"VirtualizationTypes": {
|
|
85675
|
-
"shape": "
|
|
85857
|
+
"shape": "S1l5",
|
|
85676
85858
|
"locationName": "VirtualizationType"
|
|
85677
85859
|
},
|
|
85678
85860
|
"InstanceRequirements": {
|
|
@@ -85726,7 +85908,7 @@ module.exports={
|
|
|
85726
85908
|
],
|
|
85727
85909
|
"members": {
|
|
85728
85910
|
"Filters": {
|
|
85729
|
-
"shape": "
|
|
85911
|
+
"shape": "Srv",
|
|
85730
85912
|
"locationName": "Filter"
|
|
85731
85913
|
},
|
|
85732
85914
|
"SubnetId": {},
|
|
@@ -85743,11 +85925,11 @@ module.exports={
|
|
|
85743
85925
|
"type": "structure",
|
|
85744
85926
|
"members": {
|
|
85745
85927
|
"SubnetIpv4CidrReservations": {
|
|
85746
|
-
"shape": "
|
|
85928
|
+
"shape": "S1m8",
|
|
85747
85929
|
"locationName": "subnetIpv4CidrReservationSet"
|
|
85748
85930
|
},
|
|
85749
85931
|
"SubnetIpv6CidrReservations": {
|
|
85750
|
-
"shape": "
|
|
85932
|
+
"shape": "S1m8",
|
|
85751
85933
|
"locationName": "subnetIpv6CidrReservationSet"
|
|
85752
85934
|
},
|
|
85753
85935
|
"NextToken": {
|
|
@@ -85765,7 +85947,7 @@ module.exports={
|
|
|
85765
85947
|
"members": {
|
|
85766
85948
|
"TransitGatewayAttachmentId": {},
|
|
85767
85949
|
"Filters": {
|
|
85768
|
-
"shape": "
|
|
85950
|
+
"shape": "Srv",
|
|
85769
85951
|
"locationName": "Filter"
|
|
85770
85952
|
},
|
|
85771
85953
|
"MaxResults": {
|
|
@@ -85808,7 +85990,7 @@ module.exports={
|
|
|
85808
85990
|
"members": {
|
|
85809
85991
|
"TransitGatewayMulticastDomainId": {},
|
|
85810
85992
|
"Filters": {
|
|
85811
|
-
"shape": "
|
|
85993
|
+
"shape": "Srv",
|
|
85812
85994
|
"locationName": "Filter"
|
|
85813
85995
|
},
|
|
85814
85996
|
"MaxResults": {
|
|
@@ -85864,7 +86046,7 @@ module.exports={
|
|
|
85864
86046
|
"members": {
|
|
85865
86047
|
"TransitGatewayRouteTableId": {},
|
|
85866
86048
|
"Filters": {
|
|
85867
|
-
"shape": "
|
|
86049
|
+
"shape": "Srv",
|
|
85868
86050
|
"locationName": "Filter"
|
|
85869
86051
|
},
|
|
85870
86052
|
"MaxResults": {
|
|
@@ -85902,7 +86084,7 @@ module.exports={
|
|
|
85902
86084
|
"members": {
|
|
85903
86085
|
"TransitGatewayRouteTableId": {},
|
|
85904
86086
|
"Filters": {
|
|
85905
|
-
"shape": "
|
|
86087
|
+
"shape": "Srv",
|
|
85906
86088
|
"locationName": "Filter"
|
|
85907
86089
|
},
|
|
85908
86090
|
"MaxResults": {
|
|
@@ -85954,7 +86136,7 @@ module.exports={
|
|
|
85954
86136
|
"members": {
|
|
85955
86137
|
"TransitGatewayRouteTableId": {},
|
|
85956
86138
|
"Filters": {
|
|
85957
|
-
"shape": "
|
|
86139
|
+
"shape": "Srv",
|
|
85958
86140
|
"locationName": "Filter"
|
|
85959
86141
|
},
|
|
85960
86142
|
"MaxResults": {
|
|
@@ -86099,7 +86281,7 @@ module.exports={
|
|
|
86099
86281
|
"members": {
|
|
86100
86282
|
"Architecture": {},
|
|
86101
86283
|
"ClientData": {
|
|
86102
|
-
"shape": "
|
|
86284
|
+
"shape": "S1n4"
|
|
86103
86285
|
},
|
|
86104
86286
|
"ClientToken": {},
|
|
86105
86287
|
"Description": {},
|
|
@@ -86116,7 +86298,7 @@ module.exports={
|
|
|
86116
86298
|
"SnapshotId": {},
|
|
86117
86299
|
"Url": {},
|
|
86118
86300
|
"UserBucket": {
|
|
86119
|
-
"shape": "
|
|
86301
|
+
"shape": "S1n7"
|
|
86120
86302
|
}
|
|
86121
86303
|
}
|
|
86122
86304
|
}
|
|
@@ -86185,7 +86367,7 @@ module.exports={
|
|
|
86185
86367
|
"locationName": "progress"
|
|
86186
86368
|
},
|
|
86187
86369
|
"SnapshotDetails": {
|
|
86188
|
-
"shape": "
|
|
86370
|
+
"shape": "Szm",
|
|
86189
86371
|
"locationName": "snapshotDetailSet"
|
|
86190
86372
|
},
|
|
86191
86373
|
"Status": {
|
|
@@ -86195,7 +86377,7 @@ module.exports={
|
|
|
86195
86377
|
"locationName": "statusMessage"
|
|
86196
86378
|
},
|
|
86197
86379
|
"LicenseSpecifications": {
|
|
86198
|
-
"shape": "
|
|
86380
|
+
"shape": "Szp",
|
|
86199
86381
|
"locationName": "licenseSpecifications"
|
|
86200
86382
|
},
|
|
86201
86383
|
"Tags": {
|
|
@@ -86226,10 +86408,10 @@ module.exports={
|
|
|
86226
86408
|
"members": {
|
|
86227
86409
|
"Description": {},
|
|
86228
86410
|
"Image": {
|
|
86229
|
-
"shape": "
|
|
86411
|
+
"shape": "S1ne"
|
|
86230
86412
|
},
|
|
86231
86413
|
"Volume": {
|
|
86232
|
-
"shape": "
|
|
86414
|
+
"shape": "S1nf"
|
|
86233
86415
|
}
|
|
86234
86416
|
}
|
|
86235
86417
|
}
|
|
@@ -86297,7 +86479,7 @@ module.exports={
|
|
|
86297
86479
|
"type": "structure",
|
|
86298
86480
|
"members": {
|
|
86299
86481
|
"ConversionTask": {
|
|
86300
|
-
"shape": "
|
|
86482
|
+
"shape": "Sux",
|
|
86301
86483
|
"locationName": "conversionTask"
|
|
86302
86484
|
}
|
|
86303
86485
|
}
|
|
@@ -86352,7 +86534,7 @@ module.exports={
|
|
|
86352
86534
|
"type": "structure",
|
|
86353
86535
|
"members": {
|
|
86354
86536
|
"ClientData": {
|
|
86355
|
-
"shape": "
|
|
86537
|
+
"shape": "S1n4"
|
|
86356
86538
|
},
|
|
86357
86539
|
"ClientToken": {},
|
|
86358
86540
|
"Description": {},
|
|
@@ -86363,7 +86545,7 @@ module.exports={
|
|
|
86363
86545
|
"Format": {},
|
|
86364
86546
|
"Url": {},
|
|
86365
86547
|
"UserBucket": {
|
|
86366
|
-
"shape": "
|
|
86548
|
+
"shape": "S1n7"
|
|
86367
86549
|
}
|
|
86368
86550
|
}
|
|
86369
86551
|
},
|
|
@@ -86391,7 +86573,7 @@ module.exports={
|
|
|
86391
86573
|
"locationName": "importTaskId"
|
|
86392
86574
|
},
|
|
86393
86575
|
"SnapshotTaskDetail": {
|
|
86394
|
-
"shape": "
|
|
86576
|
+
"shape": "Szx",
|
|
86395
86577
|
"locationName": "snapshotTaskDetail"
|
|
86396
86578
|
},
|
|
86397
86579
|
"Tags": {
|
|
@@ -86421,11 +86603,11 @@ module.exports={
|
|
|
86421
86603
|
"type": "boolean"
|
|
86422
86604
|
},
|
|
86423
86605
|
"Image": {
|
|
86424
|
-
"shape": "
|
|
86606
|
+
"shape": "S1ne",
|
|
86425
86607
|
"locationName": "image"
|
|
86426
86608
|
},
|
|
86427
86609
|
"Volume": {
|
|
86428
|
-
"shape": "
|
|
86610
|
+
"shape": "S1nf",
|
|
86429
86611
|
"locationName": "volume"
|
|
86430
86612
|
}
|
|
86431
86613
|
}
|
|
@@ -86434,7 +86616,7 @@ module.exports={
|
|
|
86434
86616
|
"type": "structure",
|
|
86435
86617
|
"members": {
|
|
86436
86618
|
"ConversionTask": {
|
|
86437
|
-
"shape": "
|
|
86619
|
+
"shape": "Sux",
|
|
86438
86620
|
"locationName": "conversionTask"
|
|
86439
86621
|
}
|
|
86440
86622
|
}
|
|
@@ -86458,7 +86640,7 @@ module.exports={
|
|
|
86458
86640
|
"type": "structure",
|
|
86459
86641
|
"members": {
|
|
86460
86642
|
"Address": {
|
|
86461
|
-
"shape": "
|
|
86643
|
+
"shape": "Ss9",
|
|
86462
86644
|
"locationName": "address"
|
|
86463
86645
|
}
|
|
86464
86646
|
}
|
|
@@ -86628,7 +86810,7 @@ module.exports={
|
|
|
86628
86810
|
"type": "structure",
|
|
86629
86811
|
"members": {
|
|
86630
86812
|
"InstanceFamilyCreditSpecification": {
|
|
86631
|
-
"shape": "
|
|
86813
|
+
"shape": "S1ki",
|
|
86632
86814
|
"locationName": "instanceFamilyCreditSpecification"
|
|
86633
86815
|
}
|
|
86634
86816
|
}
|
|
@@ -86702,25 +86884,25 @@ module.exports={
|
|
|
86702
86884
|
"Attribute": {},
|
|
86703
86885
|
"OperationType": {},
|
|
86704
86886
|
"UserIds": {
|
|
86705
|
-
"shape": "
|
|
86887
|
+
"shape": "S1oa",
|
|
86706
86888
|
"locationName": "UserId"
|
|
86707
86889
|
},
|
|
86708
86890
|
"UserGroups": {
|
|
86709
|
-
"shape": "
|
|
86891
|
+
"shape": "S1ob",
|
|
86710
86892
|
"locationName": "UserGroup"
|
|
86711
86893
|
},
|
|
86712
86894
|
"ProductCodes": {
|
|
86713
|
-
"shape": "
|
|
86895
|
+
"shape": "S1oc",
|
|
86714
86896
|
"locationName": "ProductCode"
|
|
86715
86897
|
},
|
|
86716
86898
|
"LoadPermission": {
|
|
86717
86899
|
"type": "structure",
|
|
86718
86900
|
"members": {
|
|
86719
86901
|
"Add": {
|
|
86720
|
-
"shape": "
|
|
86902
|
+
"shape": "S1oe"
|
|
86721
86903
|
},
|
|
86722
86904
|
"Remove": {
|
|
86723
|
-
"shape": "
|
|
86905
|
+
"shape": "S1oe"
|
|
86724
86906
|
}
|
|
86725
86907
|
}
|
|
86726
86908
|
},
|
|
@@ -86732,7 +86914,7 @@ module.exports={
|
|
|
86732
86914
|
"type": "structure",
|
|
86733
86915
|
"members": {
|
|
86734
86916
|
"FpgaImageAttribute": {
|
|
86735
|
-
"shape": "
|
|
86917
|
+
"shape": "Sxd",
|
|
86736
86918
|
"locationName": "fpgaImageAttribute"
|
|
86737
86919
|
}
|
|
86738
86920
|
}
|
|
@@ -86749,7 +86931,7 @@ module.exports={
|
|
|
86749
86931
|
"locationName": "autoPlacement"
|
|
86750
86932
|
},
|
|
86751
86933
|
"HostIds": {
|
|
86752
|
-
"shape": "
|
|
86934
|
+
"shape": "Sya",
|
|
86753
86935
|
"locationName": "hostId"
|
|
86754
86936
|
},
|
|
86755
86937
|
"HostRecovery": {},
|
|
@@ -86765,7 +86947,7 @@ module.exports={
|
|
|
86765
86947
|
"locationName": "successful"
|
|
86766
86948
|
},
|
|
86767
86949
|
"Unsuccessful": {
|
|
86768
|
-
"shape": "
|
|
86950
|
+
"shape": "S1oj",
|
|
86769
86951
|
"locationName": "unsuccessful"
|
|
86770
86952
|
}
|
|
86771
86953
|
}
|
|
@@ -86824,24 +87006,24 @@ module.exports={
|
|
|
86824
87006
|
"type": "structure",
|
|
86825
87007
|
"members": {
|
|
86826
87008
|
"Add": {
|
|
86827
|
-
"shape": "
|
|
87009
|
+
"shape": "Sz0"
|
|
86828
87010
|
},
|
|
86829
87011
|
"Remove": {
|
|
86830
|
-
"shape": "
|
|
87012
|
+
"shape": "Sz0"
|
|
86831
87013
|
}
|
|
86832
87014
|
}
|
|
86833
87015
|
},
|
|
86834
87016
|
"OperationType": {},
|
|
86835
87017
|
"ProductCodes": {
|
|
86836
|
-
"shape": "
|
|
87018
|
+
"shape": "S1oc",
|
|
86837
87019
|
"locationName": "ProductCode"
|
|
86838
87020
|
},
|
|
86839
87021
|
"UserGroups": {
|
|
86840
|
-
"shape": "
|
|
87022
|
+
"shape": "S1ob",
|
|
86841
87023
|
"locationName": "UserGroup"
|
|
86842
87024
|
},
|
|
86843
87025
|
"UserIds": {
|
|
86844
|
-
"shape": "
|
|
87026
|
+
"shape": "S1oa",
|
|
86845
87027
|
"locationName": "UserId"
|
|
86846
87028
|
},
|
|
86847
87029
|
"Value": {},
|
|
@@ -86874,7 +87056,7 @@ module.exports={
|
|
|
86874
87056
|
],
|
|
86875
87057
|
"members": {
|
|
86876
87058
|
"SourceDestCheck": {
|
|
86877
|
-
"shape": "
|
|
87059
|
+
"shape": "S104"
|
|
86878
87060
|
},
|
|
86879
87061
|
"Attribute": {
|
|
86880
87062
|
"locationName": "attribute"
|
|
@@ -86912,7 +87094,7 @@ module.exports={
|
|
|
86912
87094
|
}
|
|
86913
87095
|
},
|
|
86914
87096
|
"DisableApiTermination": {
|
|
86915
|
-
"shape": "
|
|
87097
|
+
"shape": "S104",
|
|
86916
87098
|
"locationName": "disableApiTermination"
|
|
86917
87099
|
},
|
|
86918
87100
|
"DryRun": {
|
|
@@ -86920,11 +87102,11 @@ module.exports={
|
|
|
86920
87102
|
"type": "boolean"
|
|
86921
87103
|
},
|
|
86922
87104
|
"EbsOptimized": {
|
|
86923
|
-
"shape": "
|
|
87105
|
+
"shape": "S104",
|
|
86924
87106
|
"locationName": "ebsOptimized"
|
|
86925
87107
|
},
|
|
86926
87108
|
"EnaSupport": {
|
|
86927
|
-
"shape": "
|
|
87109
|
+
"shape": "S104",
|
|
86928
87110
|
"locationName": "enaSupport"
|
|
86929
87111
|
},
|
|
86930
87112
|
"Groups": {
|
|
@@ -86980,7 +87162,7 @@ module.exports={
|
|
|
86980
87162
|
"members": {
|
|
86981
87163
|
"InstanceId": {},
|
|
86982
87164
|
"CapacityReservationSpecification": {
|
|
86983
|
-
"shape": "
|
|
87165
|
+
"shape": "S1ow"
|
|
86984
87166
|
},
|
|
86985
87167
|
"DryRun": {
|
|
86986
87168
|
"type": "boolean"
|
|
@@ -87089,7 +87271,7 @@ module.exports={
|
|
|
87089
87271
|
"type": "structure",
|
|
87090
87272
|
"members": {
|
|
87091
87273
|
"Event": {
|
|
87092
|
-
"shape": "
|
|
87274
|
+
"shape": "S10n",
|
|
87093
87275
|
"locationName": "event"
|
|
87094
87276
|
}
|
|
87095
87277
|
}
|
|
@@ -87150,7 +87332,7 @@ module.exports={
|
|
|
87150
87332
|
"locationName": "instanceId"
|
|
87151
87333
|
},
|
|
87152
87334
|
"InstanceMetadataOptions": {
|
|
87153
|
-
"shape": "
|
|
87335
|
+
"shape": "S14l",
|
|
87154
87336
|
"locationName": "instanceMetadataOptions"
|
|
87155
87337
|
}
|
|
87156
87338
|
}
|
|
@@ -87300,7 +87482,7 @@ module.exports={
|
|
|
87300
87482
|
"locationName": "networkInterfaceId"
|
|
87301
87483
|
},
|
|
87302
87484
|
"SourceDestCheck": {
|
|
87303
|
-
"shape": "
|
|
87485
|
+
"shape": "S104",
|
|
87304
87486
|
"locationName": "sourceDestCheck"
|
|
87305
87487
|
}
|
|
87306
87488
|
}
|
|
@@ -87315,7 +87497,7 @@ module.exports={
|
|
|
87315
87497
|
],
|
|
87316
87498
|
"members": {
|
|
87317
87499
|
"ReservedInstancesIds": {
|
|
87318
|
-
"shape": "
|
|
87500
|
+
"shape": "S195",
|
|
87319
87501
|
"locationName": "ReservedInstancesId"
|
|
87320
87502
|
},
|
|
87321
87503
|
"ClientToken": {
|
|
@@ -87325,7 +87507,7 @@ module.exports={
|
|
|
87325
87507
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
|
87326
87508
|
"type": "list",
|
|
87327
87509
|
"member": {
|
|
87328
|
-
"shape": "
|
|
87510
|
+
"shape": "S19r",
|
|
87329
87511
|
"locationName": "item"
|
|
87330
87512
|
}
|
|
87331
87513
|
}
|
|
@@ -87404,21 +87586,21 @@ module.exports={
|
|
|
87404
87586
|
"type": "structure",
|
|
87405
87587
|
"members": {
|
|
87406
87588
|
"Add": {
|
|
87407
|
-
"shape": "
|
|
87589
|
+
"shape": "S1b5"
|
|
87408
87590
|
},
|
|
87409
87591
|
"Remove": {
|
|
87410
|
-
"shape": "
|
|
87592
|
+
"shape": "S1b5"
|
|
87411
87593
|
}
|
|
87412
87594
|
}
|
|
87413
87595
|
},
|
|
87414
87596
|
"GroupNames": {
|
|
87415
|
-
"shape": "
|
|
87597
|
+
"shape": "S1ax",
|
|
87416
87598
|
"locationName": "UserGroup"
|
|
87417
87599
|
},
|
|
87418
87600
|
"OperationType": {},
|
|
87419
87601
|
"SnapshotId": {},
|
|
87420
87602
|
"UserIds": {
|
|
87421
|
-
"shape": "
|
|
87603
|
+
"shape": "S1oa",
|
|
87422
87604
|
"locationName": "UserId"
|
|
87423
87605
|
},
|
|
87424
87606
|
"DryRun": {
|
|
@@ -87439,7 +87621,7 @@ module.exports={
|
|
|
87439
87621
|
"locationName": "excessCapacityTerminationPolicy"
|
|
87440
87622
|
},
|
|
87441
87623
|
"LaunchTemplateConfigs": {
|
|
87442
|
-
"shape": "
|
|
87624
|
+
"shape": "S1c7",
|
|
87443
87625
|
"locationName": "LaunchTemplateConfig"
|
|
87444
87626
|
},
|
|
87445
87627
|
"SpotFleetRequestId": {
|
|
@@ -87473,16 +87655,16 @@ module.exports={
|
|
|
87473
87655
|
],
|
|
87474
87656
|
"members": {
|
|
87475
87657
|
"AssignIpv6AddressOnCreation": {
|
|
87476
|
-
"shape": "
|
|
87658
|
+
"shape": "S104"
|
|
87477
87659
|
},
|
|
87478
87660
|
"MapPublicIpOnLaunch": {
|
|
87479
|
-
"shape": "
|
|
87661
|
+
"shape": "S104"
|
|
87480
87662
|
},
|
|
87481
87663
|
"SubnetId": {
|
|
87482
87664
|
"locationName": "subnetId"
|
|
87483
87665
|
},
|
|
87484
87666
|
"MapCustomerOwnedIpOnLaunch": {
|
|
87485
|
-
"shape": "
|
|
87667
|
+
"shape": "S104"
|
|
87486
87668
|
},
|
|
87487
87669
|
"CustomerOwnedIpv4Pool": {}
|
|
87488
87670
|
}
|
|
@@ -87742,7 +87924,7 @@ module.exports={
|
|
|
87742
87924
|
"type": "structure",
|
|
87743
87925
|
"members": {
|
|
87744
87926
|
"VolumeModification": {
|
|
87745
|
-
"shape": "
|
|
87927
|
+
"shape": "S1fp",
|
|
87746
87928
|
"locationName": "volumeModification"
|
|
87747
87929
|
}
|
|
87748
87930
|
}
|
|
@@ -87756,7 +87938,7 @@ module.exports={
|
|
|
87756
87938
|
],
|
|
87757
87939
|
"members": {
|
|
87758
87940
|
"AutoEnableIO": {
|
|
87759
|
-
"shape": "
|
|
87941
|
+
"shape": "S104"
|
|
87760
87942
|
},
|
|
87761
87943
|
"VolumeId": {},
|
|
87762
87944
|
"DryRun": {
|
|
@@ -87774,10 +87956,10 @@ module.exports={
|
|
|
87774
87956
|
],
|
|
87775
87957
|
"members": {
|
|
87776
87958
|
"EnableDnsHostnames": {
|
|
87777
|
-
"shape": "
|
|
87959
|
+
"shape": "S104"
|
|
87778
87960
|
},
|
|
87779
87961
|
"EnableDnsSupport": {
|
|
87780
|
-
"shape": "
|
|
87962
|
+
"shape": "S104"
|
|
87781
87963
|
},
|
|
87782
87964
|
"VpcId": {
|
|
87783
87965
|
"locationName": "vpcId"
|
|
@@ -87949,13 +88131,13 @@ module.exports={
|
|
|
87949
88131
|
],
|
|
87950
88132
|
"members": {
|
|
87951
88133
|
"AccepterPeeringConnectionOptions": {
|
|
87952
|
-
"shape": "
|
|
88134
|
+
"shape": "S1qy"
|
|
87953
88135
|
},
|
|
87954
88136
|
"DryRun": {
|
|
87955
88137
|
"type": "boolean"
|
|
87956
88138
|
},
|
|
87957
88139
|
"RequesterPeeringConnectionOptions": {
|
|
87958
|
-
"shape": "
|
|
88140
|
+
"shape": "S1qy"
|
|
87959
88141
|
},
|
|
87960
88142
|
"VpcPeeringConnectionId": {}
|
|
87961
88143
|
}
|
|
@@ -87964,11 +88146,11 @@ module.exports={
|
|
|
87964
88146
|
"type": "structure",
|
|
87965
88147
|
"members": {
|
|
87966
88148
|
"AccepterPeeringConnectionOptions": {
|
|
87967
|
-
"shape": "
|
|
88149
|
+
"shape": "S1r0",
|
|
87968
88150
|
"locationName": "accepterPeeringConnectionOptions"
|
|
87969
88151
|
},
|
|
87970
88152
|
"RequesterPeeringConnectionOptions": {
|
|
87971
|
-
"shape": "
|
|
88153
|
+
"shape": "S1r0",
|
|
87972
88154
|
"locationName": "requesterPeeringConnectionOptions"
|
|
87973
88155
|
}
|
|
87974
88156
|
}
|
|
@@ -88167,7 +88349,7 @@ module.exports={
|
|
|
88167
88349
|
],
|
|
88168
88350
|
"members": {
|
|
88169
88351
|
"InstanceIds": {
|
|
88170
|
-
"shape": "
|
|
88352
|
+
"shape": "Std",
|
|
88171
88353
|
"locationName": "InstanceId"
|
|
88172
88354
|
},
|
|
88173
88355
|
"DryRun": {
|
|
@@ -88180,7 +88362,7 @@ module.exports={
|
|
|
88180
88362
|
"type": "structure",
|
|
88181
88363
|
"members": {
|
|
88182
88364
|
"InstanceMonitorings": {
|
|
88183
|
-
"shape": "
|
|
88365
|
+
"shape": "S1rf",
|
|
88184
88366
|
"locationName": "instancesSet"
|
|
88185
88367
|
}
|
|
88186
88368
|
}
|
|
@@ -88270,7 +88452,7 @@ module.exports={
|
|
|
88270
88452
|
"ClientToken": {},
|
|
88271
88453
|
"CurrencyCode": {},
|
|
88272
88454
|
"HostIdSet": {
|
|
88273
|
-
"shape": "
|
|
88455
|
+
"shape": "S1kz"
|
|
88274
88456
|
},
|
|
88275
88457
|
"LimitPrice": {},
|
|
88276
88458
|
"OfferingId": {},
|
|
@@ -88290,7 +88472,7 @@ module.exports={
|
|
|
88290
88472
|
"locationName": "currencyCode"
|
|
88291
88473
|
},
|
|
88292
88474
|
"Purchase": {
|
|
88293
|
-
"shape": "
|
|
88475
|
+
"shape": "S1l1",
|
|
88294
88476
|
"locationName": "purchase"
|
|
88295
88477
|
},
|
|
88296
88478
|
"TotalHourlyPrice": {
|
|
@@ -88385,7 +88567,7 @@ module.exports={
|
|
|
88385
88567
|
"locationName": "scheduledInstanceSet",
|
|
88386
88568
|
"type": "list",
|
|
88387
88569
|
"member": {
|
|
88388
|
-
"shape": "
|
|
88570
|
+
"shape": "S1am",
|
|
88389
88571
|
"locationName": "item"
|
|
88390
88572
|
}
|
|
88391
88573
|
}
|
|
@@ -88400,7 +88582,7 @@ module.exports={
|
|
|
88400
88582
|
],
|
|
88401
88583
|
"members": {
|
|
88402
88584
|
"InstanceIds": {
|
|
88403
|
-
"shape": "
|
|
88585
|
+
"shape": "Std",
|
|
88404
88586
|
"locationName": "InstanceId"
|
|
88405
88587
|
},
|
|
88406
88588
|
"DryRun": {
|
|
@@ -88487,7 +88669,7 @@ module.exports={
|
|
|
88487
88669
|
"type": "boolean"
|
|
88488
88670
|
},
|
|
88489
88671
|
"InstanceTagKeys": {
|
|
88490
|
-
"shape": "
|
|
88672
|
+
"shape": "Src",
|
|
88491
88673
|
"locationName": "InstanceTagKey"
|
|
88492
88674
|
}
|
|
88493
88675
|
}
|
|
@@ -88498,7 +88680,7 @@ module.exports={
|
|
|
88498
88680
|
"type": "structure",
|
|
88499
88681
|
"members": {
|
|
88500
88682
|
"InstanceTagAttribute": {
|
|
88501
|
-
"shape": "
|
|
88683
|
+
"shape": "Sre",
|
|
88502
88684
|
"locationName": "instanceTagAttribute"
|
|
88503
88685
|
}
|
|
88504
88686
|
}
|
|
@@ -88511,7 +88693,7 @@ module.exports={
|
|
|
88511
88693
|
"TransitGatewayMulticastDomainId": {},
|
|
88512
88694
|
"GroupIpAddress": {},
|
|
88513
88695
|
"NetworkInterfaceIds": {
|
|
88514
|
-
"shape": "
|
|
88696
|
+
"shape": "Srg"
|
|
88515
88697
|
},
|
|
88516
88698
|
"DryRun": {
|
|
88517
88699
|
"type": "boolean"
|
|
@@ -88547,7 +88729,7 @@ module.exports={
|
|
|
88547
88729
|
"TransitGatewayMulticastDomainId": {},
|
|
88548
88730
|
"GroupIpAddress": {},
|
|
88549
88731
|
"NetworkInterfaceIds": {
|
|
88550
|
-
"shape": "
|
|
88732
|
+
"shape": "Srg"
|
|
88551
88733
|
},
|
|
88552
88734
|
"DryRun": {
|
|
88553
88735
|
"type": "boolean"
|
|
@@ -88722,7 +88904,7 @@ module.exports={
|
|
|
88722
88904
|
],
|
|
88723
88905
|
"members": {
|
|
88724
88906
|
"HostIds": {
|
|
88725
|
-
"shape": "
|
|
88907
|
+
"shape": "Sya",
|
|
88726
88908
|
"locationName": "hostId"
|
|
88727
88909
|
}
|
|
88728
88910
|
}
|
|
@@ -88735,7 +88917,7 @@ module.exports={
|
|
|
88735
88917
|
"locationName": "successful"
|
|
88736
88918
|
},
|
|
88737
88919
|
"Unsuccessful": {
|
|
88738
|
-
"shape": "
|
|
88920
|
+
"shape": "S1oj",
|
|
88739
88921
|
"locationName": "unsuccessful"
|
|
88740
88922
|
}
|
|
88741
88923
|
}
|
|
@@ -88975,7 +89157,7 @@ module.exports={
|
|
|
88975
89157
|
"type": "timestamp"
|
|
88976
89158
|
},
|
|
88977
89159
|
"Instances": {
|
|
88978
|
-
"shape": "
|
|
89160
|
+
"shape": "Std",
|
|
88979
89161
|
"locationName": "instanceId"
|
|
88980
89162
|
},
|
|
88981
89163
|
"ReasonCodes": {
|
|
@@ -89007,7 +89189,7 @@ module.exports={
|
|
|
89007
89189
|
"type": "boolean"
|
|
89008
89190
|
},
|
|
89009
89191
|
"SpotFleetRequestConfig": {
|
|
89010
|
-
"shape": "
|
|
89192
|
+
"shape": "S1bs",
|
|
89011
89193
|
"locationName": "spotFleetRequestConfig"
|
|
89012
89194
|
}
|
|
89013
89195
|
}
|
|
@@ -89067,7 +89249,7 @@ module.exports={
|
|
|
89067
89249
|
"locationName": "addressingType"
|
|
89068
89250
|
},
|
|
89069
89251
|
"BlockDeviceMappings": {
|
|
89070
|
-
"shape": "
|
|
89252
|
+
"shape": "Syz",
|
|
89071
89253
|
"locationName": "blockDeviceMapping"
|
|
89072
89254
|
},
|
|
89073
89255
|
"EbsOptimized": {
|
|
@@ -89091,15 +89273,15 @@ module.exports={
|
|
|
89091
89273
|
"locationName": "keyName"
|
|
89092
89274
|
},
|
|
89093
89275
|
"Monitoring": {
|
|
89094
|
-
"shape": "
|
|
89276
|
+
"shape": "S1cn",
|
|
89095
89277
|
"locationName": "monitoring"
|
|
89096
89278
|
},
|
|
89097
89279
|
"NetworkInterfaces": {
|
|
89098
|
-
"shape": "
|
|
89280
|
+
"shape": "S1c2",
|
|
89099
89281
|
"locationName": "NetworkInterface"
|
|
89100
89282
|
},
|
|
89101
89283
|
"Placement": {
|
|
89102
|
-
"shape": "
|
|
89284
|
+
"shape": "S1c4",
|
|
89103
89285
|
"locationName": "placement"
|
|
89104
89286
|
},
|
|
89105
89287
|
"RamdiskId": {
|
|
@@ -89138,7 +89320,7 @@ module.exports={
|
|
|
89138
89320
|
"type": "structure",
|
|
89139
89321
|
"members": {
|
|
89140
89322
|
"SpotInstanceRequests": {
|
|
89141
|
-
"shape": "
|
|
89323
|
+
"shape": "S1ck",
|
|
89142
89324
|
"locationName": "spotInstanceRequestSet"
|
|
89143
89325
|
}
|
|
89144
89326
|
}
|
|
@@ -89163,7 +89345,7 @@ module.exports={
|
|
|
89163
89345
|
"type": "structure",
|
|
89164
89346
|
"members": {
|
|
89165
89347
|
"Address": {
|
|
89166
|
-
"shape": "
|
|
89348
|
+
"shape": "Ss9",
|
|
89167
89349
|
"locationName": "address"
|
|
89168
89350
|
}
|
|
89169
89351
|
}
|
|
@@ -89393,7 +89575,7 @@ module.exports={
|
|
|
89393
89575
|
"locationName": "ipPermissions"
|
|
89394
89576
|
},
|
|
89395
89577
|
"SecurityGroupRuleIds": {
|
|
89396
|
-
"shape": "
|
|
89578
|
+
"shape": "S1at",
|
|
89397
89579
|
"locationName": "SecurityGroupRuleId"
|
|
89398
89580
|
},
|
|
89399
89581
|
"CidrIp": {
|
|
@@ -89456,7 +89638,7 @@ module.exports={
|
|
|
89456
89638
|
"type": "boolean"
|
|
89457
89639
|
},
|
|
89458
89640
|
"SecurityGroupRuleIds": {
|
|
89459
|
-
"shape": "
|
|
89641
|
+
"shape": "S1at",
|
|
89460
89642
|
"locationName": "SecurityGroupRuleId"
|
|
89461
89643
|
}
|
|
89462
89644
|
}
|
|
@@ -89505,7 +89687,7 @@ module.exports={
|
|
|
89505
89687
|
"type": "integer"
|
|
89506
89688
|
},
|
|
89507
89689
|
"Monitoring": {
|
|
89508
|
-
"shape": "
|
|
89690
|
+
"shape": "S1cn"
|
|
89509
89691
|
},
|
|
89510
89692
|
"Placement": {
|
|
89511
89693
|
"shape": "Sa8"
|
|
@@ -89548,7 +89730,7 @@ module.exports={
|
|
|
89548
89730
|
"locationName": "instanceInitiatedShutdownBehavior"
|
|
89549
89731
|
},
|
|
89550
89732
|
"NetworkInterfaces": {
|
|
89551
|
-
"shape": "
|
|
89733
|
+
"shape": "S1c2",
|
|
89552
89734
|
"locationName": "networkInterface"
|
|
89553
89735
|
},
|
|
89554
89736
|
"PrivateIpAddress": {
|
|
@@ -89625,7 +89807,7 @@ module.exports={
|
|
|
89625
89807
|
}
|
|
89626
89808
|
},
|
|
89627
89809
|
"CapacityReservationSpecification": {
|
|
89628
|
-
"shape": "
|
|
89810
|
+
"shape": "S1ow"
|
|
89629
89811
|
},
|
|
89630
89812
|
"HibernationOptions": {
|
|
89631
89813
|
"type": "structure",
|
|
@@ -89668,7 +89850,7 @@ module.exports={
|
|
|
89668
89850
|
}
|
|
89669
89851
|
},
|
|
89670
89852
|
"output": {
|
|
89671
|
-
"shape": "
|
|
89853
|
+
"shape": "S13w"
|
|
89672
89854
|
}
|
|
89673
89855
|
},
|
|
89674
89856
|
"RunScheduledInstances": {
|
|
@@ -89766,7 +89948,7 @@ module.exports={
|
|
|
89766
89948
|
"type": "integer"
|
|
89767
89949
|
},
|
|
89768
89950
|
"Groups": {
|
|
89769
|
-
"shape": "
|
|
89951
|
+
"shape": "S1ui",
|
|
89770
89952
|
"locationName": "Group"
|
|
89771
89953
|
},
|
|
89772
89954
|
"Ipv6AddressCount": {
|
|
@@ -89815,7 +89997,7 @@ module.exports={
|
|
|
89815
89997
|
},
|
|
89816
89998
|
"RamdiskId": {},
|
|
89817
89999
|
"SecurityGroupIds": {
|
|
89818
|
-
"shape": "
|
|
90000
|
+
"shape": "S1ui",
|
|
89819
90001
|
"locationName": "SecurityGroupId"
|
|
89820
90002
|
},
|
|
89821
90003
|
"SubnetId": {},
|
|
@@ -89847,7 +90029,7 @@ module.exports={
|
|
|
89847
90029
|
"members": {
|
|
89848
90030
|
"LocalGatewayRouteTableId": {},
|
|
89849
90031
|
"Filters": {
|
|
89850
|
-
"shape": "
|
|
90032
|
+
"shape": "Srv",
|
|
89851
90033
|
"locationName": "Filter"
|
|
89852
90034
|
},
|
|
89853
90035
|
"MaxResults": {
|
|
@@ -89882,7 +90064,7 @@ module.exports={
|
|
|
89882
90064
|
"members": {
|
|
89883
90065
|
"TransitGatewayMulticastDomainId": {},
|
|
89884
90066
|
"Filters": {
|
|
89885
|
-
"shape": "
|
|
90067
|
+
"shape": "Srv",
|
|
89886
90068
|
"locationName": "Filter"
|
|
89887
90069
|
},
|
|
89888
90070
|
"MaxResults": {
|
|
@@ -89958,7 +90140,7 @@ module.exports={
|
|
|
89958
90140
|
"members": {
|
|
89959
90141
|
"TransitGatewayRouteTableId": {},
|
|
89960
90142
|
"Filters": {
|
|
89961
|
-
"shape": "
|
|
90143
|
+
"shape": "Srv",
|
|
89962
90144
|
"locationName": "Filter"
|
|
89963
90145
|
},
|
|
89964
90146
|
"MaxResults": {
|
|
@@ -90009,7 +90191,7 @@ module.exports={
|
|
|
90009
90191
|
],
|
|
90010
90192
|
"members": {
|
|
90011
90193
|
"InstanceIds": {
|
|
90012
|
-
"shape": "
|
|
90194
|
+
"shape": "Std",
|
|
90013
90195
|
"locationName": "InstanceId"
|
|
90014
90196
|
},
|
|
90015
90197
|
"AdditionalInfo": {
|
|
@@ -90025,7 +90207,7 @@ module.exports={
|
|
|
90025
90207
|
"type": "structure",
|
|
90026
90208
|
"members": {
|
|
90027
90209
|
"StartingInstances": {
|
|
90028
|
-
"shape": "
|
|
90210
|
+
"shape": "S1v6",
|
|
90029
90211
|
"locationName": "instancesSet"
|
|
90030
90212
|
}
|
|
90031
90213
|
}
|
|
@@ -90041,7 +90223,7 @@ module.exports={
|
|
|
90041
90223
|
"members": {
|
|
90042
90224
|
"NetworkInsightsPathId": {},
|
|
90043
90225
|
"FilterInArns": {
|
|
90044
|
-
"shape": "
|
|
90226
|
+
"shape": "S174",
|
|
90045
90227
|
"locationName": "FilterInArn"
|
|
90046
90228
|
},
|
|
90047
90229
|
"DryRun": {
|
|
@@ -90060,7 +90242,7 @@ module.exports={
|
|
|
90060
90242
|
"type": "structure",
|
|
90061
90243
|
"members": {
|
|
90062
90244
|
"NetworkInsightsAnalysis": {
|
|
90063
|
-
"shape": "
|
|
90245
|
+
"shape": "S173",
|
|
90064
90246
|
"locationName": "networkInsightsAnalysis"
|
|
90065
90247
|
}
|
|
90066
90248
|
}
|
|
@@ -90097,7 +90279,7 @@ module.exports={
|
|
|
90097
90279
|
],
|
|
90098
90280
|
"members": {
|
|
90099
90281
|
"InstanceIds": {
|
|
90100
|
-
"shape": "
|
|
90282
|
+
"shape": "Std",
|
|
90101
90283
|
"locationName": "InstanceId"
|
|
90102
90284
|
},
|
|
90103
90285
|
"Hibernate": {
|
|
@@ -90117,7 +90299,7 @@ module.exports={
|
|
|
90117
90299
|
"type": "structure",
|
|
90118
90300
|
"members": {
|
|
90119
90301
|
"StoppingInstances": {
|
|
90120
|
-
"shape": "
|
|
90302
|
+
"shape": "S1v6",
|
|
90121
90303
|
"locationName": "instancesSet"
|
|
90122
90304
|
}
|
|
90123
90305
|
}
|
|
@@ -90158,11 +90340,11 @@ module.exports={
|
|
|
90158
90340
|
"locationName": "connectionId"
|
|
90159
90341
|
},
|
|
90160
90342
|
"PreviousStatus": {
|
|
90161
|
-
"shape": "
|
|
90343
|
+
"shape": "Sts",
|
|
90162
90344
|
"locationName": "previousStatus"
|
|
90163
90345
|
},
|
|
90164
90346
|
"CurrentStatus": {
|
|
90165
|
-
"shape": "
|
|
90347
|
+
"shape": "Sts",
|
|
90166
90348
|
"locationName": "currentStatus"
|
|
90167
90349
|
}
|
|
90168
90350
|
}
|
|
@@ -90179,7 +90361,7 @@ module.exports={
|
|
|
90179
90361
|
],
|
|
90180
90362
|
"members": {
|
|
90181
90363
|
"InstanceIds": {
|
|
90182
|
-
"shape": "
|
|
90364
|
+
"shape": "Std",
|
|
90183
90365
|
"locationName": "InstanceId"
|
|
90184
90366
|
},
|
|
90185
90367
|
"DryRun": {
|
|
@@ -90192,7 +90374,7 @@ module.exports={
|
|
|
90192
90374
|
"type": "structure",
|
|
90193
90375
|
"members": {
|
|
90194
90376
|
"TerminatingInstances": {
|
|
90195
|
-
"shape": "
|
|
90377
|
+
"shape": "S1v6",
|
|
90196
90378
|
"locationName": "instancesSet"
|
|
90197
90379
|
}
|
|
90198
90380
|
}
|
|
@@ -90264,7 +90446,7 @@ module.exports={
|
|
|
90264
90446
|
],
|
|
90265
90447
|
"members": {
|
|
90266
90448
|
"InstanceIds": {
|
|
90267
|
-
"shape": "
|
|
90449
|
+
"shape": "Std",
|
|
90268
90450
|
"locationName": "InstanceId"
|
|
90269
90451
|
},
|
|
90270
90452
|
"DryRun": {
|
|
@@ -90277,7 +90459,7 @@ module.exports={
|
|
|
90277
90459
|
"type": "structure",
|
|
90278
90460
|
"members": {
|
|
90279
90461
|
"InstanceMonitorings": {
|
|
90280
|
-
"shape": "
|
|
90462
|
+
"shape": "S1rf",
|
|
90281
90463
|
"locationName": "instancesSet"
|
|
90282
90464
|
}
|
|
90283
90465
|
}
|
|
@@ -90296,7 +90478,7 @@ module.exports={
|
|
|
90296
90478
|
"shape": "S50"
|
|
90297
90479
|
},
|
|
90298
90480
|
"SecurityGroupRuleDescriptions": {
|
|
90299
|
-
"shape": "
|
|
90481
|
+
"shape": "S1vq",
|
|
90300
90482
|
"locationName": "SecurityGroupRuleDescription"
|
|
90301
90483
|
}
|
|
90302
90484
|
}
|
|
@@ -90324,7 +90506,7 @@ module.exports={
|
|
|
90324
90506
|
"shape": "S50"
|
|
90325
90507
|
},
|
|
90326
90508
|
"SecurityGroupRuleDescriptions": {
|
|
90327
|
-
"shape": "
|
|
90509
|
+
"shape": "S1vq",
|
|
90328
90510
|
"locationName": "SecurityGroupRuleDescription"
|
|
90329
90511
|
}
|
|
90330
90512
|
}
|
|
@@ -95330,7 +95512,7 @@ module.exports={
|
|
|
95330
95512
|
}
|
|
95331
95513
|
}
|
|
95332
95514
|
},
|
|
95333
|
-
"
|
|
95515
|
+
"Snm": {
|
|
95334
95516
|
"type": "structure",
|
|
95335
95517
|
"members": {
|
|
95336
95518
|
"AvailabilityZone": {
|
|
@@ -95363,39 +95545,39 @@ module.exports={
|
|
|
95363
95545
|
}
|
|
95364
95546
|
}
|
|
95365
95547
|
},
|
|
95366
|
-
"
|
|
95548
|
+
"So0": {
|
|
95367
95549
|
"type": "list",
|
|
95368
95550
|
"member": {}
|
|
95369
95551
|
},
|
|
95370
|
-
"
|
|
95552
|
+
"Soa": {
|
|
95371
95553
|
"type": "list",
|
|
95372
95554
|
"member": {
|
|
95373
95555
|
"locationName": "item"
|
|
95374
95556
|
}
|
|
95375
95557
|
},
|
|
95376
|
-
"
|
|
95558
|
+
"Sop": {
|
|
95377
95559
|
"type": "list",
|
|
95378
95560
|
"member": {
|
|
95379
95561
|
"locationName": "item"
|
|
95380
95562
|
}
|
|
95381
95563
|
},
|
|
95382
|
-
"
|
|
95564
|
+
"Sqy": {
|
|
95383
95565
|
"type": "list",
|
|
95384
95566
|
"member": {
|
|
95385
95567
|
"locationName": "item"
|
|
95386
95568
|
}
|
|
95387
95569
|
},
|
|
95388
|
-
"
|
|
95570
|
+
"Src": {
|
|
95389
95571
|
"type": "list",
|
|
95390
95572
|
"member": {
|
|
95391
95573
|
"locationName": "item"
|
|
95392
95574
|
}
|
|
95393
95575
|
},
|
|
95394
|
-
"
|
|
95576
|
+
"Sre": {
|
|
95395
95577
|
"type": "structure",
|
|
95396
95578
|
"members": {
|
|
95397
95579
|
"InstanceTagKeys": {
|
|
95398
|
-
"shape": "
|
|
95580
|
+
"shape": "Src",
|
|
95399
95581
|
"locationName": "instanceTagKeySet"
|
|
95400
95582
|
},
|
|
95401
95583
|
"IncludeAllTagsOfInstance": {
|
|
@@ -95404,13 +95586,13 @@ module.exports={
|
|
|
95404
95586
|
}
|
|
95405
95587
|
}
|
|
95406
95588
|
},
|
|
95407
|
-
"
|
|
95589
|
+
"Srg": {
|
|
95408
95590
|
"type": "list",
|
|
95409
95591
|
"member": {
|
|
95410
95592
|
"locationName": "item"
|
|
95411
95593
|
}
|
|
95412
95594
|
},
|
|
95413
|
-
"
|
|
95595
|
+
"Srv": {
|
|
95414
95596
|
"type": "list",
|
|
95415
95597
|
"member": {
|
|
95416
95598
|
"locationName": "Filter",
|
|
@@ -95424,7 +95606,7 @@ module.exports={
|
|
|
95424
95606
|
}
|
|
95425
95607
|
}
|
|
95426
95608
|
},
|
|
95427
|
-
"
|
|
95609
|
+
"Ss9": {
|
|
95428
95610
|
"type": "structure",
|
|
95429
95611
|
"members": {
|
|
95430
95612
|
"PublicIp": {
|
|
@@ -95453,7 +95635,7 @@ module.exports={
|
|
|
95453
95635
|
}
|
|
95454
95636
|
}
|
|
95455
95637
|
},
|
|
95456
|
-
"
|
|
95638
|
+
"Ssd": {
|
|
95457
95639
|
"type": "list",
|
|
95458
95640
|
"member": {
|
|
95459
95641
|
"locationName": "item",
|
|
@@ -95473,13 +95655,13 @@ module.exports={
|
|
|
95473
95655
|
}
|
|
95474
95656
|
}
|
|
95475
95657
|
},
|
|
95476
|
-
"
|
|
95658
|
+
"Std": {
|
|
95477
95659
|
"type": "list",
|
|
95478
95660
|
"member": {
|
|
95479
95661
|
"locationName": "InstanceId"
|
|
95480
95662
|
}
|
|
95481
95663
|
},
|
|
95482
|
-
"
|
|
95664
|
+
"Sts": {
|
|
95483
95665
|
"type": "structure",
|
|
95484
95666
|
"members": {
|
|
95485
95667
|
"Code": {
|
|
@@ -95490,7 +95672,7 @@ module.exports={
|
|
|
95490
95672
|
}
|
|
95491
95673
|
}
|
|
95492
95674
|
},
|
|
95493
|
-
"
|
|
95675
|
+
"Sux": {
|
|
95494
95676
|
"type": "structure",
|
|
95495
95677
|
"members": {
|
|
95496
95678
|
"ConversionTaskId": {
|
|
@@ -95530,7 +95712,7 @@ module.exports={
|
|
|
95530
95712
|
"locationName": "description"
|
|
95531
95713
|
},
|
|
95532
95714
|
"Image": {
|
|
95533
|
-
"shape": "
|
|
95715
|
+
"shape": "Sv1",
|
|
95534
95716
|
"locationName": "image"
|
|
95535
95717
|
},
|
|
95536
95718
|
"Status": {
|
|
@@ -95540,7 +95722,7 @@ module.exports={
|
|
|
95540
95722
|
"locationName": "statusMessage"
|
|
95541
95723
|
},
|
|
95542
95724
|
"Volume": {
|
|
95543
|
-
"shape": "
|
|
95725
|
+
"shape": "Sv2",
|
|
95544
95726
|
"locationName": "volume"
|
|
95545
95727
|
}
|
|
95546
95728
|
}
|
|
@@ -95563,11 +95745,11 @@ module.exports={
|
|
|
95563
95745
|
"locationName": "description"
|
|
95564
95746
|
},
|
|
95565
95747
|
"Image": {
|
|
95566
|
-
"shape": "
|
|
95748
|
+
"shape": "Sv1",
|
|
95567
95749
|
"locationName": "image"
|
|
95568
95750
|
},
|
|
95569
95751
|
"Volume": {
|
|
95570
|
-
"shape": "
|
|
95752
|
+
"shape": "Sv2",
|
|
95571
95753
|
"locationName": "volume"
|
|
95572
95754
|
}
|
|
95573
95755
|
}
|
|
@@ -95584,7 +95766,7 @@ module.exports={
|
|
|
95584
95766
|
}
|
|
95585
95767
|
}
|
|
95586
95768
|
},
|
|
95587
|
-
"
|
|
95769
|
+
"Sv1": {
|
|
95588
95770
|
"type": "structure",
|
|
95589
95771
|
"members": {
|
|
95590
95772
|
"Checksum": {
|
|
@@ -95602,7 +95784,7 @@ module.exports={
|
|
|
95602
95784
|
}
|
|
95603
95785
|
}
|
|
95604
95786
|
},
|
|
95605
|
-
"
|
|
95787
|
+
"Sv2": {
|
|
95606
95788
|
"type": "structure",
|
|
95607
95789
|
"members": {
|
|
95608
95790
|
"Id": {
|
|
@@ -95614,7 +95796,7 @@ module.exports={
|
|
|
95614
95796
|
}
|
|
95615
95797
|
}
|
|
95616
95798
|
},
|
|
95617
|
-
"
|
|
95799
|
+
"Sw0": {
|
|
95618
95800
|
"type": "structure",
|
|
95619
95801
|
"members": {
|
|
95620
95802
|
"S3Bucket": {
|
|
@@ -95625,7 +95807,7 @@ module.exports={
|
|
|
95625
95807
|
}
|
|
95626
95808
|
}
|
|
95627
95809
|
},
|
|
95628
|
-
"
|
|
95810
|
+
"Swh": {
|
|
95629
95811
|
"type": "structure",
|
|
95630
95812
|
"members": {
|
|
95631
95813
|
"EventDescription": {
|
|
@@ -95639,7 +95821,7 @@ module.exports={
|
|
|
95639
95821
|
}
|
|
95640
95822
|
}
|
|
95641
95823
|
},
|
|
95642
|
-
"
|
|
95824
|
+
"Swk": {
|
|
95643
95825
|
"type": "list",
|
|
95644
95826
|
"member": {
|
|
95645
95827
|
"locationName": "item",
|
|
@@ -95660,7 +95842,7 @@ module.exports={
|
|
|
95660
95842
|
}
|
|
95661
95843
|
}
|
|
95662
95844
|
},
|
|
95663
|
-
"
|
|
95845
|
+
"Sxd": {
|
|
95664
95846
|
"type": "structure",
|
|
95665
95847
|
"members": {
|
|
95666
95848
|
"FpgaImageId": {
|
|
@@ -95689,12 +95871,12 @@ module.exports={
|
|
|
95689
95871
|
}
|
|
95690
95872
|
},
|
|
95691
95873
|
"ProductCodes": {
|
|
95692
|
-
"shape": "
|
|
95874
|
+
"shape": "Sxh",
|
|
95693
95875
|
"locationName": "productCodes"
|
|
95694
95876
|
}
|
|
95695
95877
|
}
|
|
95696
95878
|
},
|
|
95697
|
-
"
|
|
95879
|
+
"Sxh": {
|
|
95698
95880
|
"type": "list",
|
|
95699
95881
|
"member": {
|
|
95700
95882
|
"locationName": "item",
|
|
@@ -95709,32 +95891,32 @@ module.exports={
|
|
|
95709
95891
|
}
|
|
95710
95892
|
}
|
|
95711
95893
|
},
|
|
95712
|
-
"
|
|
95894
|
+
"Sxm": {
|
|
95713
95895
|
"type": "list",
|
|
95714
95896
|
"member": {
|
|
95715
95897
|
"locationName": "Owner"
|
|
95716
95898
|
}
|
|
95717
95899
|
},
|
|
95718
|
-
"
|
|
95900
|
+
"Sy7": {
|
|
95719
95901
|
"type": "list",
|
|
95720
95902
|
"member": {
|
|
95721
95903
|
"locationName": "item"
|
|
95722
95904
|
}
|
|
95723
95905
|
},
|
|
95724
|
-
"
|
|
95906
|
+
"Sya": {
|
|
95725
95907
|
"type": "list",
|
|
95726
95908
|
"member": {
|
|
95727
95909
|
"locationName": "item"
|
|
95728
95910
|
}
|
|
95729
95911
|
},
|
|
95730
|
-
"
|
|
95912
|
+
"Syz": {
|
|
95731
95913
|
"type": "list",
|
|
95732
95914
|
"member": {
|
|
95733
95915
|
"shape": "Sc4",
|
|
95734
95916
|
"locationName": "item"
|
|
95735
95917
|
}
|
|
95736
95918
|
},
|
|
95737
|
-
"
|
|
95919
|
+
"Sz0": {
|
|
95738
95920
|
"type": "list",
|
|
95739
95921
|
"member": {
|
|
95740
95922
|
"locationName": "item",
|
|
@@ -95755,7 +95937,7 @@ module.exports={
|
|
|
95755
95937
|
}
|
|
95756
95938
|
}
|
|
95757
95939
|
},
|
|
95758
|
-
"
|
|
95940
|
+
"Szd": {
|
|
95759
95941
|
"type": "structure",
|
|
95760
95942
|
"members": {
|
|
95761
95943
|
"Code": {
|
|
@@ -95766,7 +95948,7 @@ module.exports={
|
|
|
95766
95948
|
}
|
|
95767
95949
|
}
|
|
95768
95950
|
},
|
|
95769
|
-
"
|
|
95951
|
+
"Szm": {
|
|
95770
95952
|
"type": "list",
|
|
95771
95953
|
"member": {
|
|
95772
95954
|
"locationName": "item",
|
|
@@ -95801,13 +95983,13 @@ module.exports={
|
|
|
95801
95983
|
"locationName": "url"
|
|
95802
95984
|
},
|
|
95803
95985
|
"UserBucket": {
|
|
95804
|
-
"shape": "
|
|
95986
|
+
"shape": "Szo",
|
|
95805
95987
|
"locationName": "userBucket"
|
|
95806
95988
|
}
|
|
95807
95989
|
}
|
|
95808
95990
|
}
|
|
95809
95991
|
},
|
|
95810
|
-
"
|
|
95992
|
+
"Szo": {
|
|
95811
95993
|
"type": "structure",
|
|
95812
95994
|
"members": {
|
|
95813
95995
|
"S3Bucket": {
|
|
@@ -95818,7 +96000,7 @@ module.exports={
|
|
|
95818
96000
|
}
|
|
95819
96001
|
}
|
|
95820
96002
|
},
|
|
95821
|
-
"
|
|
96003
|
+
"Szp": {
|
|
95822
96004
|
"type": "list",
|
|
95823
96005
|
"member": {
|
|
95824
96006
|
"locationName": "item",
|
|
@@ -95830,7 +96012,7 @@ module.exports={
|
|
|
95830
96012
|
}
|
|
95831
96013
|
}
|
|
95832
96014
|
},
|
|
95833
|
-
"
|
|
96015
|
+
"Szx": {
|
|
95834
96016
|
"type": "structure",
|
|
95835
96017
|
"members": {
|
|
95836
96018
|
"Description": {
|
|
@@ -95866,12 +96048,12 @@ module.exports={
|
|
|
95866
96048
|
"locationName": "url"
|
|
95867
96049
|
},
|
|
95868
96050
|
"UserBucket": {
|
|
95869
|
-
"shape": "
|
|
96051
|
+
"shape": "Szo",
|
|
95870
96052
|
"locationName": "userBucket"
|
|
95871
96053
|
}
|
|
95872
96054
|
}
|
|
95873
96055
|
},
|
|
95874
|
-
"
|
|
96056
|
+
"S101": {
|
|
95875
96057
|
"type": "list",
|
|
95876
96058
|
"member": {
|
|
95877
96059
|
"locationName": "item",
|
|
@@ -95903,7 +96085,7 @@ module.exports={
|
|
|
95903
96085
|
}
|
|
95904
96086
|
}
|
|
95905
96087
|
},
|
|
95906
|
-
"
|
|
96088
|
+
"S104": {
|
|
95907
96089
|
"type": "structure",
|
|
95908
96090
|
"members": {
|
|
95909
96091
|
"Value": {
|
|
@@ -95912,7 +96094,7 @@ module.exports={
|
|
|
95912
96094
|
}
|
|
95913
96095
|
}
|
|
95914
96096
|
},
|
|
95915
|
-
"
|
|
96097
|
+
"S105": {
|
|
95916
96098
|
"type": "structure",
|
|
95917
96099
|
"members": {
|
|
95918
96100
|
"Enabled": {
|
|
@@ -95921,7 +96103,7 @@ module.exports={
|
|
|
95921
96103
|
}
|
|
95922
96104
|
}
|
|
95923
96105
|
},
|
|
95924
|
-
"
|
|
96106
|
+
"S10n": {
|
|
95925
96107
|
"type": "structure",
|
|
95926
96108
|
"members": {
|
|
95927
96109
|
"InstanceEventId": {
|
|
@@ -95947,7 +96129,7 @@ module.exports={
|
|
|
95947
96129
|
}
|
|
95948
96130
|
}
|
|
95949
96131
|
},
|
|
95950
|
-
"
|
|
96132
|
+
"S10q": {
|
|
95951
96133
|
"type": "structure",
|
|
95952
96134
|
"members": {
|
|
95953
96135
|
"Code": {
|
|
@@ -95959,7 +96141,7 @@ module.exports={
|
|
|
95959
96141
|
}
|
|
95960
96142
|
}
|
|
95961
96143
|
},
|
|
95962
|
-
"
|
|
96144
|
+
"S10s": {
|
|
95963
96145
|
"type": "structure",
|
|
95964
96146
|
"members": {
|
|
95965
96147
|
"Details": {
|
|
@@ -95987,7 +96169,7 @@ module.exports={
|
|
|
95987
96169
|
}
|
|
95988
96170
|
}
|
|
95989
96171
|
},
|
|
95990
|
-
"
|
|
96172
|
+
"S13w": {
|
|
95991
96173
|
"type": "structure",
|
|
95992
96174
|
"members": {
|
|
95993
96175
|
"Groups": {
|
|
@@ -96025,7 +96207,7 @@ module.exports={
|
|
|
96025
96207
|
"type": "timestamp"
|
|
96026
96208
|
},
|
|
96027
96209
|
"Monitoring": {
|
|
96028
|
-
"shape": "
|
|
96210
|
+
"shape": "S13z",
|
|
96029
96211
|
"locationName": "monitoring"
|
|
96030
96212
|
},
|
|
96031
96213
|
"Placement": {
|
|
@@ -96042,7 +96224,7 @@ module.exports={
|
|
|
96042
96224
|
"locationName": "privateIpAddress"
|
|
96043
96225
|
},
|
|
96044
96226
|
"ProductCodes": {
|
|
96045
|
-
"shape": "
|
|
96227
|
+
"shape": "Sxh",
|
|
96046
96228
|
"locationName": "productCodes"
|
|
96047
96229
|
},
|
|
96048
96230
|
"PublicDnsName": {
|
|
@@ -96055,7 +96237,7 @@ module.exports={
|
|
|
96055
96237
|
"locationName": "ramdiskId"
|
|
96056
96238
|
},
|
|
96057
96239
|
"State": {
|
|
96058
|
-
"shape": "
|
|
96240
|
+
"shape": "S10q",
|
|
96059
96241
|
"locationName": "instanceState"
|
|
96060
96242
|
},
|
|
96061
96243
|
"StateTransitionReason": {
|
|
@@ -96071,7 +96253,7 @@ module.exports={
|
|
|
96071
96253
|
"locationName": "architecture"
|
|
96072
96254
|
},
|
|
96073
96255
|
"BlockDeviceMappings": {
|
|
96074
|
-
"shape": "
|
|
96256
|
+
"shape": "S101",
|
|
96075
96257
|
"locationName": "blockDeviceMapping"
|
|
96076
96258
|
},
|
|
96077
96259
|
"ClientToken": {
|
|
@@ -96148,7 +96330,7 @@ module.exports={
|
|
|
96148
96330
|
"type": "structure",
|
|
96149
96331
|
"members": {
|
|
96150
96332
|
"Association": {
|
|
96151
|
-
"shape": "
|
|
96333
|
+
"shape": "S148",
|
|
96152
96334
|
"locationName": "association"
|
|
96153
96335
|
},
|
|
96154
96336
|
"Attachment": {
|
|
@@ -96213,7 +96395,7 @@ module.exports={
|
|
|
96213
96395
|
"type": "structure",
|
|
96214
96396
|
"members": {
|
|
96215
96397
|
"Association": {
|
|
96216
|
-
"shape": "
|
|
96398
|
+
"shape": "S148",
|
|
96217
96399
|
"locationName": "association"
|
|
96218
96400
|
},
|
|
96219
96401
|
"Primary": {
|
|
@@ -96298,7 +96480,7 @@ module.exports={
|
|
|
96298
96480
|
"locationName": "sriovNetSupport"
|
|
96299
96481
|
},
|
|
96300
96482
|
"StateReason": {
|
|
96301
|
-
"shape": "
|
|
96483
|
+
"shape": "Szd",
|
|
96302
96484
|
"locationName": "stateReason"
|
|
96303
96485
|
},
|
|
96304
96486
|
"Tags": {
|
|
@@ -96362,11 +96544,11 @@ module.exports={
|
|
|
96362
96544
|
}
|
|
96363
96545
|
},
|
|
96364
96546
|
"MetadataOptions": {
|
|
96365
|
-
"shape": "
|
|
96547
|
+
"shape": "S14l",
|
|
96366
96548
|
"locationName": "metadataOptions"
|
|
96367
96549
|
},
|
|
96368
96550
|
"EnclaveOptions": {
|
|
96369
|
-
"shape": "
|
|
96551
|
+
"shape": "S105",
|
|
96370
96552
|
"locationName": "enclaveOptions"
|
|
96371
96553
|
},
|
|
96372
96554
|
"BootMode": {
|
|
@@ -96396,7 +96578,7 @@ module.exports={
|
|
|
96396
96578
|
}
|
|
96397
96579
|
}
|
|
96398
96580
|
},
|
|
96399
|
-
"
|
|
96581
|
+
"S13z": {
|
|
96400
96582
|
"type": "structure",
|
|
96401
96583
|
"members": {
|
|
96402
96584
|
"State": {
|
|
@@ -96404,12 +96586,15 @@ module.exports={
|
|
|
96404
96586
|
}
|
|
96405
96587
|
}
|
|
96406
96588
|
},
|
|
96407
|
-
"
|
|
96589
|
+
"S148": {
|
|
96408
96590
|
"type": "structure",
|
|
96409
96591
|
"members": {
|
|
96410
96592
|
"CarrierIp": {
|
|
96411
96593
|
"locationName": "carrierIp"
|
|
96412
96594
|
},
|
|
96595
|
+
"CustomerOwnedIp": {
|
|
96596
|
+
"locationName": "customerOwnedIp"
|
|
96597
|
+
},
|
|
96413
96598
|
"IpOwnerId": {
|
|
96414
96599
|
"locationName": "ipOwnerId"
|
|
96415
96600
|
},
|
|
@@ -96421,7 +96606,7 @@ module.exports={
|
|
|
96421
96606
|
}
|
|
96422
96607
|
}
|
|
96423
96608
|
},
|
|
96424
|
-
"
|
|
96609
|
+
"S14l": {
|
|
96425
96610
|
"type": "structure",
|
|
96426
96611
|
"members": {
|
|
96427
96612
|
"State": {
|
|
@@ -96442,13 +96627,13 @@ module.exports={
|
|
|
96442
96627
|
}
|
|
96443
96628
|
}
|
|
96444
96629
|
},
|
|
96445
|
-
"
|
|
96630
|
+
"S163": {
|
|
96446
96631
|
"type": "list",
|
|
96447
96632
|
"member": {
|
|
96448
96633
|
"locationName": "item"
|
|
96449
96634
|
}
|
|
96450
96635
|
},
|
|
96451
|
-
"
|
|
96636
|
+
"S173": {
|
|
96452
96637
|
"type": "structure",
|
|
96453
96638
|
"members": {
|
|
96454
96639
|
"NetworkInsightsAnalysisId": {
|
|
@@ -96461,7 +96646,7 @@ module.exports={
|
|
|
96461
96646
|
"locationName": "networkInsightsPathId"
|
|
96462
96647
|
},
|
|
96463
96648
|
"FilterInArns": {
|
|
96464
|
-
"shape": "
|
|
96649
|
+
"shape": "S174",
|
|
96465
96650
|
"locationName": "filterInArnSet"
|
|
96466
96651
|
},
|
|
96467
96652
|
"StartDate": {
|
|
@@ -96479,11 +96664,11 @@ module.exports={
|
|
|
96479
96664
|
"type": "boolean"
|
|
96480
96665
|
},
|
|
96481
96666
|
"ForwardPathComponents": {
|
|
96482
|
-
"shape": "
|
|
96667
|
+
"shape": "S176",
|
|
96483
96668
|
"locationName": "forwardPathComponentSet"
|
|
96484
96669
|
},
|
|
96485
96670
|
"ReturnPathComponents": {
|
|
96486
|
-
"shape": "
|
|
96671
|
+
"shape": "S176",
|
|
96487
96672
|
"locationName": "returnPathComponentSet"
|
|
96488
96673
|
},
|
|
96489
96674
|
"Explanations": {
|
|
@@ -96494,22 +96679,22 @@ module.exports={
|
|
|
96494
96679
|
"type": "structure",
|
|
96495
96680
|
"members": {
|
|
96496
96681
|
"Acl": {
|
|
96497
|
-
"shape": "
|
|
96682
|
+
"shape": "S179",
|
|
96498
96683
|
"locationName": "acl"
|
|
96499
96684
|
},
|
|
96500
96685
|
"AclRule": {
|
|
96501
|
-
"shape": "
|
|
96686
|
+
"shape": "S178",
|
|
96502
96687
|
"locationName": "aclRule"
|
|
96503
96688
|
},
|
|
96504
96689
|
"Address": {
|
|
96505
96690
|
"locationName": "address"
|
|
96506
96691
|
},
|
|
96507
96692
|
"Addresses": {
|
|
96508
|
-
"shape": "
|
|
96693
|
+
"shape": "S17b",
|
|
96509
96694
|
"locationName": "addressSet"
|
|
96510
96695
|
},
|
|
96511
96696
|
"AttachedTo": {
|
|
96512
|
-
"shape": "
|
|
96697
|
+
"shape": "S179",
|
|
96513
96698
|
"locationName": "attachedTo"
|
|
96514
96699
|
},
|
|
96515
96700
|
"AvailabilityZones": {
|
|
@@ -96521,19 +96706,19 @@ module.exports={
|
|
|
96521
96706
|
"locationName": "cidrSet"
|
|
96522
96707
|
},
|
|
96523
96708
|
"Component": {
|
|
96524
|
-
"shape": "
|
|
96709
|
+
"shape": "S179",
|
|
96525
96710
|
"locationName": "component"
|
|
96526
96711
|
},
|
|
96527
96712
|
"CustomerGateway": {
|
|
96528
|
-
"shape": "
|
|
96713
|
+
"shape": "S179",
|
|
96529
96714
|
"locationName": "customerGateway"
|
|
96530
96715
|
},
|
|
96531
96716
|
"Destination": {
|
|
96532
|
-
"shape": "
|
|
96717
|
+
"shape": "S179",
|
|
96533
96718
|
"locationName": "destination"
|
|
96534
96719
|
},
|
|
96535
96720
|
"DestinationVpc": {
|
|
96536
|
-
"shape": "
|
|
96721
|
+
"shape": "S179",
|
|
96537
96722
|
"locationName": "destinationVpc"
|
|
96538
96723
|
},
|
|
96539
96724
|
"Direction": {
|
|
@@ -96543,11 +96728,11 @@ module.exports={
|
|
|
96543
96728
|
"locationName": "explanationCode"
|
|
96544
96729
|
},
|
|
96545
96730
|
"IngressRouteTable": {
|
|
96546
|
-
"shape": "
|
|
96731
|
+
"shape": "S179",
|
|
96547
96732
|
"locationName": "ingressRouteTable"
|
|
96548
96733
|
},
|
|
96549
96734
|
"InternetGateway": {
|
|
96550
|
-
"shape": "
|
|
96735
|
+
"shape": "S179",
|
|
96551
96736
|
"locationName": "internetGateway"
|
|
96552
96737
|
},
|
|
96553
96738
|
"LoadBalancerArn": {
|
|
@@ -96582,7 +96767,7 @@ module.exports={
|
|
|
96582
96767
|
"locationName": "availabilityZone"
|
|
96583
96768
|
},
|
|
96584
96769
|
"Instance": {
|
|
96585
|
-
"shape": "
|
|
96770
|
+
"shape": "S179",
|
|
96586
96771
|
"locationName": "instance"
|
|
96587
96772
|
},
|
|
96588
96773
|
"Port": {
|
|
@@ -96592,11 +96777,11 @@ module.exports={
|
|
|
96592
96777
|
}
|
|
96593
96778
|
},
|
|
96594
96779
|
"LoadBalancerTargetGroup": {
|
|
96595
|
-
"shape": "
|
|
96780
|
+
"shape": "S179",
|
|
96596
96781
|
"locationName": "loadBalancerTargetGroup"
|
|
96597
96782
|
},
|
|
96598
96783
|
"LoadBalancerTargetGroups": {
|
|
96599
|
-
"shape": "
|
|
96784
|
+
"shape": "S17j",
|
|
96600
96785
|
"locationName": "loadBalancerTargetGroupSet"
|
|
96601
96786
|
},
|
|
96602
96787
|
"LoadBalancerTargetPort": {
|
|
@@ -96604,25 +96789,25 @@ module.exports={
|
|
|
96604
96789
|
"type": "integer"
|
|
96605
96790
|
},
|
|
96606
96791
|
"ElasticLoadBalancerListener": {
|
|
96607
|
-
"shape": "
|
|
96792
|
+
"shape": "S179",
|
|
96608
96793
|
"locationName": "elasticLoadBalancerListener"
|
|
96609
96794
|
},
|
|
96610
96795
|
"MissingComponent": {
|
|
96611
96796
|
"locationName": "missingComponent"
|
|
96612
96797
|
},
|
|
96613
96798
|
"NatGateway": {
|
|
96614
|
-
"shape": "
|
|
96799
|
+
"shape": "S179",
|
|
96615
96800
|
"locationName": "natGateway"
|
|
96616
96801
|
},
|
|
96617
96802
|
"NetworkInterface": {
|
|
96618
|
-
"shape": "
|
|
96803
|
+
"shape": "S179",
|
|
96619
96804
|
"locationName": "networkInterface"
|
|
96620
96805
|
},
|
|
96621
96806
|
"PacketField": {
|
|
96622
96807
|
"locationName": "packetField"
|
|
96623
96808
|
},
|
|
96624
96809
|
"VpcPeeringConnection": {
|
|
96625
|
-
"shape": "
|
|
96810
|
+
"shape": "S179",
|
|
96626
96811
|
"locationName": "vpcPeeringConnection"
|
|
96627
96812
|
},
|
|
96628
96813
|
"Port": {
|
|
@@ -96630,11 +96815,11 @@ module.exports={
|
|
|
96630
96815
|
"type": "integer"
|
|
96631
96816
|
},
|
|
96632
96817
|
"PortRanges": {
|
|
96633
|
-
"shape": "
|
|
96818
|
+
"shape": "S17c",
|
|
96634
96819
|
"locationName": "portRangeSet"
|
|
96635
96820
|
},
|
|
96636
96821
|
"PrefixList": {
|
|
96637
|
-
"shape": "
|
|
96822
|
+
"shape": "S179",
|
|
96638
96823
|
"locationName": "prefixList"
|
|
96639
96824
|
},
|
|
96640
96825
|
"Protocols": {
|
|
@@ -96645,54 +96830,54 @@ module.exports={
|
|
|
96645
96830
|
}
|
|
96646
96831
|
},
|
|
96647
96832
|
"RouteTableRoute": {
|
|
96648
|
-
"shape": "
|
|
96833
|
+
"shape": "S17d",
|
|
96649
96834
|
"locationName": "routeTableRoute"
|
|
96650
96835
|
},
|
|
96651
96836
|
"RouteTable": {
|
|
96652
|
-
"shape": "
|
|
96837
|
+
"shape": "S179",
|
|
96653
96838
|
"locationName": "routeTable"
|
|
96654
96839
|
},
|
|
96655
96840
|
"SecurityGroup": {
|
|
96656
|
-
"shape": "
|
|
96841
|
+
"shape": "S179",
|
|
96657
96842
|
"locationName": "securityGroup"
|
|
96658
96843
|
},
|
|
96659
96844
|
"SecurityGroupRule": {
|
|
96660
|
-
"shape": "
|
|
96845
|
+
"shape": "S17e",
|
|
96661
96846
|
"locationName": "securityGroupRule"
|
|
96662
96847
|
},
|
|
96663
96848
|
"SecurityGroups": {
|
|
96664
|
-
"shape": "
|
|
96849
|
+
"shape": "S17j",
|
|
96665
96850
|
"locationName": "securityGroupSet"
|
|
96666
96851
|
},
|
|
96667
96852
|
"SourceVpc": {
|
|
96668
|
-
"shape": "
|
|
96853
|
+
"shape": "S179",
|
|
96669
96854
|
"locationName": "sourceVpc"
|
|
96670
96855
|
},
|
|
96671
96856
|
"State": {
|
|
96672
96857
|
"locationName": "state"
|
|
96673
96858
|
},
|
|
96674
96859
|
"Subnet": {
|
|
96675
|
-
"shape": "
|
|
96860
|
+
"shape": "S179",
|
|
96676
96861
|
"locationName": "subnet"
|
|
96677
96862
|
},
|
|
96678
96863
|
"SubnetRouteTable": {
|
|
96679
|
-
"shape": "
|
|
96864
|
+
"shape": "S179",
|
|
96680
96865
|
"locationName": "subnetRouteTable"
|
|
96681
96866
|
},
|
|
96682
96867
|
"Vpc": {
|
|
96683
|
-
"shape": "
|
|
96868
|
+
"shape": "S179",
|
|
96684
96869
|
"locationName": "vpc"
|
|
96685
96870
|
},
|
|
96686
96871
|
"VpcEndpoint": {
|
|
96687
|
-
"shape": "
|
|
96872
|
+
"shape": "S179",
|
|
96688
96873
|
"locationName": "vpcEndpoint"
|
|
96689
96874
|
},
|
|
96690
96875
|
"VpnConnection": {
|
|
96691
|
-
"shape": "
|
|
96876
|
+
"shape": "S179",
|
|
96692
96877
|
"locationName": "vpnConnection"
|
|
96693
96878
|
},
|
|
96694
96879
|
"VpnGateway": {
|
|
96695
|
-
"shape": "
|
|
96880
|
+
"shape": "S179",
|
|
96696
96881
|
"locationName": "vpnGateway"
|
|
96697
96882
|
}
|
|
96698
96883
|
}
|
|
@@ -96720,13 +96905,13 @@ module.exports={
|
|
|
96720
96905
|
}
|
|
96721
96906
|
}
|
|
96722
96907
|
},
|
|
96723
|
-
"
|
|
96908
|
+
"S174": {
|
|
96724
96909
|
"type": "list",
|
|
96725
96910
|
"member": {
|
|
96726
96911
|
"locationName": "item"
|
|
96727
96912
|
}
|
|
96728
96913
|
},
|
|
96729
|
-
"
|
|
96914
|
+
"S176": {
|
|
96730
96915
|
"type": "list",
|
|
96731
96916
|
"member": {
|
|
96732
96917
|
"locationName": "item",
|
|
@@ -96737,49 +96922,49 @@ module.exports={
|
|
|
96737
96922
|
"type": "integer"
|
|
96738
96923
|
},
|
|
96739
96924
|
"AclRule": {
|
|
96740
|
-
"shape": "
|
|
96925
|
+
"shape": "S178",
|
|
96741
96926
|
"locationName": "aclRule"
|
|
96742
96927
|
},
|
|
96743
96928
|
"Component": {
|
|
96744
|
-
"shape": "
|
|
96929
|
+
"shape": "S179",
|
|
96745
96930
|
"locationName": "component"
|
|
96746
96931
|
},
|
|
96747
96932
|
"DestinationVpc": {
|
|
96748
|
-
"shape": "
|
|
96933
|
+
"shape": "S179",
|
|
96749
96934
|
"locationName": "destinationVpc"
|
|
96750
96935
|
},
|
|
96751
96936
|
"OutboundHeader": {
|
|
96752
|
-
"shape": "
|
|
96937
|
+
"shape": "S17a",
|
|
96753
96938
|
"locationName": "outboundHeader"
|
|
96754
96939
|
},
|
|
96755
96940
|
"InboundHeader": {
|
|
96756
|
-
"shape": "
|
|
96941
|
+
"shape": "S17a",
|
|
96757
96942
|
"locationName": "inboundHeader"
|
|
96758
96943
|
},
|
|
96759
96944
|
"RouteTableRoute": {
|
|
96760
|
-
"shape": "
|
|
96945
|
+
"shape": "S17d",
|
|
96761
96946
|
"locationName": "routeTableRoute"
|
|
96762
96947
|
},
|
|
96763
96948
|
"SecurityGroupRule": {
|
|
96764
|
-
"shape": "
|
|
96949
|
+
"shape": "S17e",
|
|
96765
96950
|
"locationName": "securityGroupRule"
|
|
96766
96951
|
},
|
|
96767
96952
|
"SourceVpc": {
|
|
96768
|
-
"shape": "
|
|
96953
|
+
"shape": "S179",
|
|
96769
96954
|
"locationName": "sourceVpc"
|
|
96770
96955
|
},
|
|
96771
96956
|
"Subnet": {
|
|
96772
|
-
"shape": "
|
|
96957
|
+
"shape": "S179",
|
|
96773
96958
|
"locationName": "subnet"
|
|
96774
96959
|
},
|
|
96775
96960
|
"Vpc": {
|
|
96776
|
-
"shape": "
|
|
96961
|
+
"shape": "S179",
|
|
96777
96962
|
"locationName": "vpc"
|
|
96778
96963
|
}
|
|
96779
96964
|
}
|
|
96780
96965
|
}
|
|
96781
96966
|
},
|
|
96782
|
-
"
|
|
96967
|
+
"S178": {
|
|
96783
96968
|
"type": "structure",
|
|
96784
96969
|
"members": {
|
|
96785
96970
|
"Cidr": {
|
|
@@ -96805,7 +96990,7 @@ module.exports={
|
|
|
96805
96990
|
}
|
|
96806
96991
|
}
|
|
96807
96992
|
},
|
|
96808
|
-
"
|
|
96993
|
+
"S179": {
|
|
96809
96994
|
"type": "structure",
|
|
96810
96995
|
"members": {
|
|
96811
96996
|
"Id": {
|
|
@@ -96816,44 +97001,44 @@ module.exports={
|
|
|
96816
97001
|
}
|
|
96817
97002
|
}
|
|
96818
97003
|
},
|
|
96819
|
-
"
|
|
97004
|
+
"S17a": {
|
|
96820
97005
|
"type": "structure",
|
|
96821
97006
|
"members": {
|
|
96822
97007
|
"DestinationAddresses": {
|
|
96823
|
-
"shape": "
|
|
97008
|
+
"shape": "S17b",
|
|
96824
97009
|
"locationName": "destinationAddressSet"
|
|
96825
97010
|
},
|
|
96826
97011
|
"DestinationPortRanges": {
|
|
96827
|
-
"shape": "
|
|
97012
|
+
"shape": "S17c",
|
|
96828
97013
|
"locationName": "destinationPortRangeSet"
|
|
96829
97014
|
},
|
|
96830
97015
|
"Protocol": {
|
|
96831
97016
|
"locationName": "protocol"
|
|
96832
97017
|
},
|
|
96833
97018
|
"SourceAddresses": {
|
|
96834
|
-
"shape": "
|
|
97019
|
+
"shape": "S17b",
|
|
96835
97020
|
"locationName": "sourceAddressSet"
|
|
96836
97021
|
},
|
|
96837
97022
|
"SourcePortRanges": {
|
|
96838
|
-
"shape": "
|
|
97023
|
+
"shape": "S17c",
|
|
96839
97024
|
"locationName": "sourcePortRangeSet"
|
|
96840
97025
|
}
|
|
96841
97026
|
}
|
|
96842
97027
|
},
|
|
96843
|
-
"
|
|
97028
|
+
"S17b": {
|
|
96844
97029
|
"type": "list",
|
|
96845
97030
|
"member": {
|
|
96846
97031
|
"locationName": "item"
|
|
96847
97032
|
}
|
|
96848
97033
|
},
|
|
96849
|
-
"
|
|
97034
|
+
"S17c": {
|
|
96850
97035
|
"type": "list",
|
|
96851
97036
|
"member": {
|
|
96852
97037
|
"shape": "Sgb",
|
|
96853
97038
|
"locationName": "item"
|
|
96854
97039
|
}
|
|
96855
97040
|
},
|
|
96856
|
-
"
|
|
97041
|
+
"S17d": {
|
|
96857
97042
|
"type": "structure",
|
|
96858
97043
|
"members": {
|
|
96859
97044
|
"DestinationCidr": {
|
|
@@ -96888,7 +97073,7 @@ module.exports={
|
|
|
96888
97073
|
}
|
|
96889
97074
|
}
|
|
96890
97075
|
},
|
|
96891
|
-
"
|
|
97076
|
+
"S17e": {
|
|
96892
97077
|
"type": "structure",
|
|
96893
97078
|
"members": {
|
|
96894
97079
|
"Cidr": {
|
|
@@ -96912,20 +97097,20 @@ module.exports={
|
|
|
96912
97097
|
}
|
|
96913
97098
|
}
|
|
96914
97099
|
},
|
|
96915
|
-
"
|
|
97100
|
+
"S17j": {
|
|
96916
97101
|
"type": "list",
|
|
96917
97102
|
"member": {
|
|
96918
|
-
"shape": "
|
|
97103
|
+
"shape": "S179",
|
|
96919
97104
|
"locationName": "item"
|
|
96920
97105
|
}
|
|
96921
97106
|
},
|
|
96922
|
-
"
|
|
97107
|
+
"S195": {
|
|
96923
97108
|
"type": "list",
|
|
96924
97109
|
"member": {
|
|
96925
97110
|
"locationName": "ReservedInstancesId"
|
|
96926
97111
|
}
|
|
96927
97112
|
},
|
|
96928
|
-
"
|
|
97113
|
+
"S19d": {
|
|
96929
97114
|
"type": "list",
|
|
96930
97115
|
"member": {
|
|
96931
97116
|
"locationName": "item",
|
|
@@ -96941,7 +97126,7 @@ module.exports={
|
|
|
96941
97126
|
}
|
|
96942
97127
|
}
|
|
96943
97128
|
},
|
|
96944
|
-
"
|
|
97129
|
+
"S19r": {
|
|
96945
97130
|
"type": "structure",
|
|
96946
97131
|
"members": {
|
|
96947
97132
|
"AvailabilityZone": {
|
|
@@ -96962,7 +97147,7 @@ module.exports={
|
|
|
96962
97147
|
}
|
|
96963
97148
|
}
|
|
96964
97149
|
},
|
|
96965
|
-
"
|
|
97150
|
+
"S1ae": {
|
|
96966
97151
|
"type": "structure",
|
|
96967
97152
|
"members": {
|
|
96968
97153
|
"Frequency": {
|
|
@@ -96989,7 +97174,7 @@ module.exports={
|
|
|
96989
97174
|
}
|
|
96990
97175
|
}
|
|
96991
97176
|
},
|
|
96992
|
-
"
|
|
97177
|
+
"S1am": {
|
|
96993
97178
|
"type": "structure",
|
|
96994
97179
|
"members": {
|
|
96995
97180
|
"AvailabilityZone": {
|
|
@@ -97024,7 +97209,7 @@ module.exports={
|
|
|
97024
97209
|
"type": "timestamp"
|
|
97025
97210
|
},
|
|
97026
97211
|
"Recurrence": {
|
|
97027
|
-
"shape": "
|
|
97212
|
+
"shape": "S1ae",
|
|
97028
97213
|
"locationName": "recurrence"
|
|
97029
97214
|
},
|
|
97030
97215
|
"ScheduledInstanceId": {
|
|
@@ -97048,19 +97233,19 @@ module.exports={
|
|
|
97048
97233
|
}
|
|
97049
97234
|
}
|
|
97050
97235
|
},
|
|
97051
|
-
"
|
|
97236
|
+
"S1at": {
|
|
97052
97237
|
"type": "list",
|
|
97053
97238
|
"member": {
|
|
97054
97239
|
"locationName": "item"
|
|
97055
97240
|
}
|
|
97056
97241
|
},
|
|
97057
|
-
"
|
|
97242
|
+
"S1ax": {
|
|
97058
97243
|
"type": "list",
|
|
97059
97244
|
"member": {
|
|
97060
97245
|
"locationName": "GroupName"
|
|
97061
97246
|
}
|
|
97062
97247
|
},
|
|
97063
|
-
"
|
|
97248
|
+
"S1b5": {
|
|
97064
97249
|
"type": "list",
|
|
97065
97250
|
"member": {
|
|
97066
97251
|
"locationName": "item",
|
|
@@ -97075,13 +97260,13 @@ module.exports={
|
|
|
97075
97260
|
}
|
|
97076
97261
|
}
|
|
97077
97262
|
},
|
|
97078
|
-
"
|
|
97263
|
+
"S1b9": {
|
|
97079
97264
|
"type": "list",
|
|
97080
97265
|
"member": {
|
|
97081
97266
|
"locationName": "SnapshotId"
|
|
97082
97267
|
}
|
|
97083
97268
|
},
|
|
97084
|
-
"
|
|
97269
|
+
"S1bs": {
|
|
97085
97270
|
"type": "structure",
|
|
97086
97271
|
"required": [
|
|
97087
97272
|
"IamFleetRole",
|
|
@@ -97104,6 +97289,10 @@ module.exports={
|
|
|
97104
97289
|
"members": {
|
|
97105
97290
|
"ReplacementStrategy": {
|
|
97106
97291
|
"locationName": "replacementStrategy"
|
|
97292
|
+
},
|
|
97293
|
+
"TerminationDelay": {
|
|
97294
|
+
"locationName": "terminationDelay",
|
|
97295
|
+
"type": "integer"
|
|
97107
97296
|
}
|
|
97108
97297
|
}
|
|
97109
97298
|
}
|
|
@@ -97141,7 +97330,7 @@ module.exports={
|
|
|
97141
97330
|
"locationName": "addressingType"
|
|
97142
97331
|
},
|
|
97143
97332
|
"BlockDeviceMappings": {
|
|
97144
|
-
"shape": "
|
|
97333
|
+
"shape": "Syz",
|
|
97145
97334
|
"locationName": "blockDeviceMapping"
|
|
97146
97335
|
},
|
|
97147
97336
|
"EbsOptimized": {
|
|
@@ -97175,11 +97364,11 @@ module.exports={
|
|
|
97175
97364
|
}
|
|
97176
97365
|
},
|
|
97177
97366
|
"NetworkInterfaces": {
|
|
97178
|
-
"shape": "
|
|
97367
|
+
"shape": "S1c2",
|
|
97179
97368
|
"locationName": "networkInterfaceSet"
|
|
97180
97369
|
},
|
|
97181
97370
|
"Placement": {
|
|
97182
|
-
"shape": "
|
|
97371
|
+
"shape": "S1c4",
|
|
97183
97372
|
"locationName": "placement"
|
|
97184
97373
|
},
|
|
97185
97374
|
"RamdiskId": {
|
|
@@ -97223,7 +97412,7 @@ module.exports={
|
|
|
97223
97412
|
}
|
|
97224
97413
|
},
|
|
97225
97414
|
"LaunchTemplateConfigs": {
|
|
97226
|
-
"shape": "
|
|
97415
|
+
"shape": "S1c7",
|
|
97227
97416
|
"locationName": "launchTemplateConfigs"
|
|
97228
97417
|
},
|
|
97229
97418
|
"SpotPrice": {
|
|
@@ -97325,7 +97514,7 @@ module.exports={
|
|
|
97325
97514
|
}
|
|
97326
97515
|
}
|
|
97327
97516
|
},
|
|
97328
|
-
"
|
|
97517
|
+
"S1c2": {
|
|
97329
97518
|
"type": "list",
|
|
97330
97519
|
"member": {
|
|
97331
97520
|
"locationName": "item",
|
|
@@ -97401,7 +97590,7 @@ module.exports={
|
|
|
97401
97590
|
}
|
|
97402
97591
|
}
|
|
97403
97592
|
},
|
|
97404
|
-
"
|
|
97593
|
+
"S1c4": {
|
|
97405
97594
|
"type": "structure",
|
|
97406
97595
|
"members": {
|
|
97407
97596
|
"AvailabilityZone": {
|
|
@@ -97415,7 +97604,7 @@ module.exports={
|
|
|
97415
97604
|
}
|
|
97416
97605
|
}
|
|
97417
97606
|
},
|
|
97418
|
-
"
|
|
97607
|
+
"S1c7": {
|
|
97419
97608
|
"type": "list",
|
|
97420
97609
|
"member": {
|
|
97421
97610
|
"locationName": "item",
|
|
@@ -97462,7 +97651,7 @@ module.exports={
|
|
|
97462
97651
|
}
|
|
97463
97652
|
}
|
|
97464
97653
|
},
|
|
97465
|
-
"
|
|
97654
|
+
"S1ck": {
|
|
97466
97655
|
"type": "list",
|
|
97467
97656
|
"member": {
|
|
97468
97657
|
"locationName": "item",
|
|
@@ -97507,7 +97696,7 @@ module.exports={
|
|
|
97507
97696
|
"locationName": "addressingType"
|
|
97508
97697
|
},
|
|
97509
97698
|
"BlockDeviceMappings": {
|
|
97510
|
-
"shape": "
|
|
97699
|
+
"shape": "Syz",
|
|
97511
97700
|
"locationName": "blockDeviceMapping"
|
|
97512
97701
|
},
|
|
97513
97702
|
"EbsOptimized": {
|
|
@@ -97531,11 +97720,11 @@ module.exports={
|
|
|
97531
97720
|
"locationName": "keyName"
|
|
97532
97721
|
},
|
|
97533
97722
|
"NetworkInterfaces": {
|
|
97534
|
-
"shape": "
|
|
97723
|
+
"shape": "S1c2",
|
|
97535
97724
|
"locationName": "networkInterfaceSet"
|
|
97536
97725
|
},
|
|
97537
97726
|
"Placement": {
|
|
97538
|
-
"shape": "
|
|
97727
|
+
"shape": "S1c4",
|
|
97539
97728
|
"locationName": "placement"
|
|
97540
97729
|
},
|
|
97541
97730
|
"RamdiskId": {
|
|
@@ -97545,7 +97734,7 @@ module.exports={
|
|
|
97545
97734
|
"locationName": "subnetId"
|
|
97546
97735
|
},
|
|
97547
97736
|
"Monitoring": {
|
|
97548
|
-
"shape": "
|
|
97737
|
+
"shape": "S1cn",
|
|
97549
97738
|
"locationName": "monitoring"
|
|
97550
97739
|
}
|
|
97551
97740
|
}
|
|
@@ -97602,7 +97791,7 @@ module.exports={
|
|
|
97602
97791
|
}
|
|
97603
97792
|
}
|
|
97604
97793
|
},
|
|
97605
|
-
"
|
|
97794
|
+
"S1cn": {
|
|
97606
97795
|
"type": "structure",
|
|
97607
97796
|
"required": [
|
|
97608
97797
|
"Enabled"
|
|
@@ -97614,7 +97803,7 @@ module.exports={
|
|
|
97614
97803
|
}
|
|
97615
97804
|
}
|
|
97616
97805
|
},
|
|
97617
|
-
"
|
|
97806
|
+
"S1d2": {
|
|
97618
97807
|
"type": "list",
|
|
97619
97808
|
"member": {
|
|
97620
97809
|
"locationName": "item",
|
|
@@ -97656,17 +97845,17 @@ module.exports={
|
|
|
97656
97845
|
}
|
|
97657
97846
|
}
|
|
97658
97847
|
},
|
|
97659
|
-
"
|
|
97848
|
+
"S1e0": {
|
|
97660
97849
|
"type": "list",
|
|
97661
97850
|
"member": {}
|
|
97662
97851
|
},
|
|
97663
|
-
"
|
|
97852
|
+
"S1f4": {
|
|
97664
97853
|
"type": "list",
|
|
97665
97854
|
"member": {
|
|
97666
97855
|
"locationName": "VolumeId"
|
|
97667
97856
|
}
|
|
97668
97857
|
},
|
|
97669
|
-
"
|
|
97858
|
+
"S1fp": {
|
|
97670
97859
|
"type": "structure",
|
|
97671
97860
|
"members": {
|
|
97672
97861
|
"VolumeId": {
|
|
@@ -97730,19 +97919,19 @@ module.exports={
|
|
|
97730
97919
|
}
|
|
97731
97920
|
}
|
|
97732
97921
|
},
|
|
97733
|
-
"
|
|
97922
|
+
"S1fv": {
|
|
97734
97923
|
"type": "list",
|
|
97735
97924
|
"member": {
|
|
97736
97925
|
"locationName": "VpcId"
|
|
97737
97926
|
}
|
|
97738
97927
|
},
|
|
97739
|
-
"
|
|
97928
|
+
"S1hl": {
|
|
97740
97929
|
"type": "list",
|
|
97741
97930
|
"member": {
|
|
97742
97931
|
"locationName": "AvailabilityZone"
|
|
97743
97932
|
}
|
|
97744
97933
|
},
|
|
97745
|
-
"
|
|
97934
|
+
"S1i0": {
|
|
97746
97935
|
"type": "structure",
|
|
97747
97936
|
"members": {
|
|
97748
97937
|
"TransitGatewayAttachmentId": {
|
|
@@ -97762,7 +97951,7 @@ module.exports={
|
|
|
97762
97951
|
}
|
|
97763
97952
|
}
|
|
97764
97953
|
},
|
|
97765
|
-
"
|
|
97954
|
+
"S1ki": {
|
|
97766
97955
|
"type": "structure",
|
|
97767
97956
|
"members": {
|
|
97768
97957
|
"InstanceFamily": {
|
|
@@ -97773,13 +97962,13 @@ module.exports={
|
|
|
97773
97962
|
}
|
|
97774
97963
|
}
|
|
97775
97964
|
},
|
|
97776
|
-
"
|
|
97965
|
+
"S1kz": {
|
|
97777
97966
|
"type": "list",
|
|
97778
97967
|
"member": {
|
|
97779
97968
|
"locationName": "item"
|
|
97780
97969
|
}
|
|
97781
97970
|
},
|
|
97782
|
-
"
|
|
97971
|
+
"S1l1": {
|
|
97783
97972
|
"type": "list",
|
|
97784
97973
|
"member": {
|
|
97785
97974
|
"locationName": "item",
|
|
@@ -97793,7 +97982,7 @@ module.exports={
|
|
|
97793
97982
|
"type": "integer"
|
|
97794
97983
|
},
|
|
97795
97984
|
"HostIdSet": {
|
|
97796
|
-
"shape": "
|
|
97985
|
+
"shape": "Sy7",
|
|
97797
97986
|
"locationName": "hostIdSet"
|
|
97798
97987
|
},
|
|
97799
97988
|
"HostReservationId": {
|
|
@@ -97814,19 +98003,19 @@ module.exports={
|
|
|
97814
98003
|
}
|
|
97815
98004
|
}
|
|
97816
98005
|
},
|
|
97817
|
-
"
|
|
98006
|
+
"S1l4": {
|
|
97818
98007
|
"type": "list",
|
|
97819
98008
|
"member": {
|
|
97820
98009
|
"locationName": "item"
|
|
97821
98010
|
}
|
|
97822
98011
|
},
|
|
97823
|
-
"
|
|
98012
|
+
"S1l5": {
|
|
97824
98013
|
"type": "list",
|
|
97825
98014
|
"member": {
|
|
97826
98015
|
"locationName": "item"
|
|
97827
98016
|
}
|
|
97828
98017
|
},
|
|
97829
|
-
"
|
|
98018
|
+
"S1lo": {
|
|
97830
98019
|
"type": "structure",
|
|
97831
98020
|
"members": {
|
|
97832
98021
|
"HourlyPrice": {
|
|
@@ -97840,14 +98029,14 @@ module.exports={
|
|
|
97840
98029
|
}
|
|
97841
98030
|
}
|
|
97842
98031
|
},
|
|
97843
|
-
"
|
|
98032
|
+
"S1m8": {
|
|
97844
98033
|
"type": "list",
|
|
97845
98034
|
"member": {
|
|
97846
98035
|
"shape": "Sit",
|
|
97847
98036
|
"locationName": "item"
|
|
97848
98037
|
}
|
|
97849
98038
|
},
|
|
97850
|
-
"
|
|
98039
|
+
"S1n4": {
|
|
97851
98040
|
"type": "structure",
|
|
97852
98041
|
"members": {
|
|
97853
98042
|
"Comment": {},
|
|
@@ -97862,14 +98051,14 @@ module.exports={
|
|
|
97862
98051
|
}
|
|
97863
98052
|
}
|
|
97864
98053
|
},
|
|
97865
|
-
"
|
|
98054
|
+
"S1n7": {
|
|
97866
98055
|
"type": "structure",
|
|
97867
98056
|
"members": {
|
|
97868
98057
|
"S3Bucket": {},
|
|
97869
98058
|
"S3Key": {}
|
|
97870
98059
|
}
|
|
97871
98060
|
},
|
|
97872
|
-
"
|
|
98061
|
+
"S1ne": {
|
|
97873
98062
|
"type": "structure",
|
|
97874
98063
|
"required": [
|
|
97875
98064
|
"Bytes",
|
|
@@ -97889,7 +98078,7 @@ module.exports={
|
|
|
97889
98078
|
}
|
|
97890
98079
|
}
|
|
97891
98080
|
},
|
|
97892
|
-
"
|
|
98081
|
+
"S1nf": {
|
|
97893
98082
|
"type": "structure",
|
|
97894
98083
|
"required": [
|
|
97895
98084
|
"Size"
|
|
@@ -97901,25 +98090,25 @@ module.exports={
|
|
|
97901
98090
|
}
|
|
97902
98091
|
}
|
|
97903
98092
|
},
|
|
97904
|
-
"
|
|
98093
|
+
"S1oa": {
|
|
97905
98094
|
"type": "list",
|
|
97906
98095
|
"member": {
|
|
97907
98096
|
"locationName": "UserId"
|
|
97908
98097
|
}
|
|
97909
98098
|
},
|
|
97910
|
-
"
|
|
98099
|
+
"S1ob": {
|
|
97911
98100
|
"type": "list",
|
|
97912
98101
|
"member": {
|
|
97913
98102
|
"locationName": "UserGroup"
|
|
97914
98103
|
}
|
|
97915
98104
|
},
|
|
97916
|
-
"
|
|
98105
|
+
"S1oc": {
|
|
97917
98106
|
"type": "list",
|
|
97918
98107
|
"member": {
|
|
97919
98108
|
"locationName": "ProductCode"
|
|
97920
98109
|
}
|
|
97921
98110
|
},
|
|
97922
|
-
"
|
|
98111
|
+
"S1oe": {
|
|
97923
98112
|
"type": "list",
|
|
97924
98113
|
"member": {
|
|
97925
98114
|
"locationName": "item",
|
|
@@ -97930,14 +98119,14 @@ module.exports={
|
|
|
97930
98119
|
}
|
|
97931
98120
|
}
|
|
97932
98121
|
},
|
|
97933
|
-
"
|
|
98122
|
+
"S1oj": {
|
|
97934
98123
|
"type": "list",
|
|
97935
98124
|
"member": {
|
|
97936
98125
|
"shape": "S17",
|
|
97937
98126
|
"locationName": "item"
|
|
97938
98127
|
}
|
|
97939
98128
|
},
|
|
97940
|
-
"
|
|
98129
|
+
"S1ow": {
|
|
97941
98130
|
"type": "structure",
|
|
97942
98131
|
"members": {
|
|
97943
98132
|
"CapacityReservationPreference": {},
|
|
@@ -97946,7 +98135,7 @@ module.exports={
|
|
|
97946
98135
|
}
|
|
97947
98136
|
}
|
|
97948
98137
|
},
|
|
97949
|
-
"
|
|
98138
|
+
"S1qy": {
|
|
97950
98139
|
"type": "structure",
|
|
97951
98140
|
"members": {
|
|
97952
98141
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -97960,7 +98149,7 @@ module.exports={
|
|
|
97960
98149
|
}
|
|
97961
98150
|
}
|
|
97962
98151
|
},
|
|
97963
|
-
"
|
|
98152
|
+
"S1r0": {
|
|
97964
98153
|
"type": "structure",
|
|
97965
98154
|
"members": {
|
|
97966
98155
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -97977,7 +98166,7 @@ module.exports={
|
|
|
97977
98166
|
}
|
|
97978
98167
|
}
|
|
97979
98168
|
},
|
|
97980
|
-
"
|
|
98169
|
+
"S1rf": {
|
|
97981
98170
|
"type": "list",
|
|
97982
98171
|
"member": {
|
|
97983
98172
|
"locationName": "item",
|
|
@@ -97987,39 +98176,39 @@ module.exports={
|
|
|
97987
98176
|
"locationName": "instanceId"
|
|
97988
98177
|
},
|
|
97989
98178
|
"Monitoring": {
|
|
97990
|
-
"shape": "
|
|
98179
|
+
"shape": "S13z",
|
|
97991
98180
|
"locationName": "monitoring"
|
|
97992
98181
|
}
|
|
97993
98182
|
}
|
|
97994
98183
|
}
|
|
97995
98184
|
},
|
|
97996
|
-
"
|
|
98185
|
+
"S1ui": {
|
|
97997
98186
|
"type": "list",
|
|
97998
98187
|
"member": {
|
|
97999
98188
|
"locationName": "SecurityGroupId"
|
|
98000
98189
|
}
|
|
98001
98190
|
},
|
|
98002
|
-
"
|
|
98191
|
+
"S1v6": {
|
|
98003
98192
|
"type": "list",
|
|
98004
98193
|
"member": {
|
|
98005
98194
|
"locationName": "item",
|
|
98006
98195
|
"type": "structure",
|
|
98007
98196
|
"members": {
|
|
98008
98197
|
"CurrentState": {
|
|
98009
|
-
"shape": "
|
|
98198
|
+
"shape": "S10q",
|
|
98010
98199
|
"locationName": "currentState"
|
|
98011
98200
|
},
|
|
98012
98201
|
"InstanceId": {
|
|
98013
98202
|
"locationName": "instanceId"
|
|
98014
98203
|
},
|
|
98015
98204
|
"PreviousState": {
|
|
98016
|
-
"shape": "
|
|
98205
|
+
"shape": "S10q",
|
|
98017
98206
|
"locationName": "previousState"
|
|
98018
98207
|
}
|
|
98019
98208
|
}
|
|
98020
98209
|
}
|
|
98021
98210
|
},
|
|
98022
|
-
"
|
|
98211
|
+
"S1vq": {
|
|
98023
98212
|
"type": "list",
|
|
98024
98213
|
"member": {
|
|
98025
98214
|
"locationName": "item",
|
|
@@ -159698,6 +159887,10 @@ module.exports={
|
|
|
159698
159887
|
},
|
|
159699
159888
|
"panorama": {
|
|
159700
159889
|
"name": "Panorama"
|
|
159890
|
+
},
|
|
159891
|
+
"chimesdkmeetings": {
|
|
159892
|
+
"prefix": "chime-sdk-meetings",
|
|
159893
|
+
"name": "ChimeSDKMeetings"
|
|
159701
159894
|
}
|
|
159702
159895
|
}
|
|
159703
159896
|
},{}],164:[function(require,module,exports){
|
|
@@ -218812,7 +219005,10 @@ module.exports={
|
|
|
218812
219005
|
"S3Uri"
|
|
218813
219006
|
],
|
|
218814
219007
|
"members": {
|
|
218815
|
-
"S3Uri": {}
|
|
219008
|
+
"S3Uri": {},
|
|
219009
|
+
"EncryptionKey": {
|
|
219010
|
+
"shape": "S7"
|
|
219011
|
+
}
|
|
218816
219012
|
}
|
|
218817
219013
|
},
|
|
218818
219014
|
"Sz": {
|
|
@@ -228767,7 +228963,7 @@ AWS.util.update(AWS, {
|
|
|
228767
228963
|
/**
|
|
228768
228964
|
* @constant
|
|
228769
228965
|
*/
|
|
228770
|
-
VERSION: '2.
|
|
228966
|
+
VERSION: '2.1024.0',
|
|
228771
228967
|
|
|
228772
228968
|
/**
|
|
228773
228969
|
* @api private
|
|
@@ -250120,7 +250316,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
250120
250316
|
}());
|
|
250121
250317
|
exports.LRUCache = LRUCache;
|
|
250122
250318
|
},{}],451:[function(require,module,exports){
|
|
250123
|
-
// AWS SDK for JavaScript v2.
|
|
250319
|
+
// AWS SDK for JavaScript v2.1024.0
|
|
250124
250320
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
250125
250321
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
250126
250322
|
require('./browser_loader');
|