aws-sdk 2.1414.0 → 2.1416.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 +21 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +6 -2
- package/apis/connect-2017-08-08.min.json +223 -177
- package/apis/datasync-2018-11-09.min.json +11 -2
- package/apis/dms-2016-01-01.min.json +148 -146
- package/apis/docdb-2014-10-31.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +294 -278
- package/apis/fsx-2018-03-01.min.json +236 -131
- package/apis/ivs-2020-07-14.min.json +39 -18
- package/apis/lakeformation-2017-03-31.min.json +8 -4
- package/apis/mediatailor-2018-04-23.min.json +4 -3
- package/apis/personalize-2018-05-22.min.json +40 -6
- package/apis/proton-2020-07-20.min.json +400 -151
- package/apis/proton-2020-07-20.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +92 -92
- package/apis/sagemaker-2017-07-24.min.json +730 -723
- package/apis/secretsmanager-2017-10-17.examples.json +1 -1
- package/clients/codeartifact.d.ts +1 -1
- package/clients/connect.d.ts +38 -2
- package/clients/datasync.d.ts +24 -12
- package/clients/dms.d.ts +9 -0
- package/clients/docdb.d.ts +5 -1
- package/clients/ec2.d.ts +18 -1
- package/clients/fsx.d.ts +134 -4
- package/clients/glue.d.ts +1 -1
- package/clients/iam.d.ts +27 -27
- package/clients/ivs.d.ts +33 -1
- package/clients/lakeformation.d.ts +14 -6
- package/clients/mediatailor.d.ts +6 -1
- package/clients/personalize.d.ts +52 -2
- package/clients/proton.d.ts +414 -0
- package/clients/s3.d.ts +4 -4
- package/clients/sagemaker.d.ts +21 -1
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +566 -466
- package/dist/aws-sdk.min.js +84 -83
- 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.1416.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){
|
@@ -54098,7 +54098,10 @@ module.exports={
|
|
54098
54098
|
"Session": {
|
54099
54099
|
"shape": "S1s"
|
54100
54100
|
},
|
54101
|
-
"UserCode": {
|
54101
|
+
"UserCode": {
|
54102
|
+
"type": "string",
|
54103
|
+
"sensitive": true
|
54104
|
+
},
|
54102
54105
|
"FriendlyDeviceName": {}
|
54103
54106
|
}
|
54104
54107
|
},
|
@@ -54409,7 +54412,8 @@ module.exports={
|
|
54409
54412
|
"members": {
|
54410
54413
|
"IpAddress": {},
|
54411
54414
|
"EncodedData": {}
|
54412
|
-
}
|
54415
|
+
},
|
54416
|
+
"sensitive": true
|
54413
54417
|
},
|
54414
54418
|
"S43": {
|
54415
54419
|
"type": "map",
|
@@ -65663,6 +65667,29 @@ module.exports={
|
|
65663
65667
|
}
|
65664
65668
|
}
|
65665
65669
|
},
|
65670
|
+
"DeleteQueue": {
|
65671
|
+
"http": {
|
65672
|
+
"method": "DELETE",
|
65673
|
+
"requestUri": "/queues/{InstanceId}/{QueueId}"
|
65674
|
+
},
|
65675
|
+
"input": {
|
65676
|
+
"type": "structure",
|
65677
|
+
"required": [
|
65678
|
+
"InstanceId",
|
65679
|
+
"QueueId"
|
65680
|
+
],
|
65681
|
+
"members": {
|
65682
|
+
"InstanceId": {
|
65683
|
+
"location": "uri",
|
65684
|
+
"locationName": "InstanceId"
|
65685
|
+
},
|
65686
|
+
"QueueId": {
|
65687
|
+
"location": "uri",
|
65688
|
+
"locationName": "QueueId"
|
65689
|
+
}
|
65690
|
+
}
|
65691
|
+
}
|
65692
|
+
},
|
65666
65693
|
"DeleteQuickConnect": {
|
65667
65694
|
"http": {
|
65668
65695
|
"method": "DELETE",
|
@@ -65686,6 +65713,29 @@ module.exports={
|
|
65686
65713
|
}
|
65687
65714
|
}
|
65688
65715
|
},
|
65716
|
+
"DeleteRoutingProfile": {
|
65717
|
+
"http": {
|
65718
|
+
"method": "DELETE",
|
65719
|
+
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}"
|
65720
|
+
},
|
65721
|
+
"input": {
|
65722
|
+
"type": "structure",
|
65723
|
+
"required": [
|
65724
|
+
"InstanceId",
|
65725
|
+
"RoutingProfileId"
|
65726
|
+
],
|
65727
|
+
"members": {
|
65728
|
+
"InstanceId": {
|
65729
|
+
"location": "uri",
|
65730
|
+
"locationName": "InstanceId"
|
65731
|
+
},
|
65732
|
+
"RoutingProfileId": {
|
65733
|
+
"location": "uri",
|
65734
|
+
"locationName": "RoutingProfileId"
|
65735
|
+
}
|
65736
|
+
}
|
65737
|
+
}
|
65738
|
+
},
|
65689
65739
|
"DeleteRule": {
|
65690
65740
|
"http": {
|
65691
65741
|
"method": "DELETE",
|
@@ -66068,7 +66118,7 @@ module.exports={
|
|
66068
66118
|
"EvaluatorArn": {},
|
66069
66119
|
"ContactAgentId": {},
|
66070
66120
|
"Score": {
|
66071
|
-
"shape": "
|
66121
|
+
"shape": "S9c"
|
66072
66122
|
}
|
66073
66123
|
}
|
66074
66124
|
},
|
@@ -66079,23 +66129,23 @@ module.exports={
|
|
66079
66129
|
"type": "structure",
|
66080
66130
|
"members": {
|
66081
66131
|
"Value": {
|
66082
|
-
"shape": "
|
66132
|
+
"shape": "S9g"
|
66083
66133
|
},
|
66084
66134
|
"SystemSuggestedValue": {
|
66085
|
-
"shape": "
|
66135
|
+
"shape": "S9g"
|
66086
66136
|
}
|
66087
66137
|
}
|
66088
66138
|
}
|
66089
66139
|
},
|
66090
66140
|
"Notes": {
|
66091
|
-
"shape": "
|
66141
|
+
"shape": "S9j"
|
66092
66142
|
},
|
66093
66143
|
"Status": {},
|
66094
66144
|
"Scores": {
|
66095
66145
|
"type": "map",
|
66096
66146
|
"key": {},
|
66097
66147
|
"value": {
|
66098
|
-
"shape": "
|
66148
|
+
"shape": "S9c"
|
66099
66149
|
}
|
66100
66150
|
},
|
66101
66151
|
"CreatedTime": {
|
@@ -66331,7 +66381,7 @@ module.exports={
|
|
66331
66381
|
"type": "structure",
|
66332
66382
|
"members": {
|
66333
66383
|
"HoursOfOperation": {
|
66334
|
-
"shape": "
|
66384
|
+
"shape": "Sa6"
|
66335
66385
|
}
|
66336
66386
|
}
|
66337
66387
|
}
|
@@ -66414,7 +66464,7 @@ module.exports={
|
|
66414
66464
|
"type": "structure",
|
66415
66465
|
"members": {
|
66416
66466
|
"Attribute": {
|
66417
|
-
"shape": "
|
66467
|
+
"shape": "Sag"
|
66418
66468
|
}
|
66419
66469
|
}
|
66420
66470
|
}
|
@@ -66526,7 +66576,7 @@ module.exports={
|
|
66526
66576
|
"type": "structure",
|
66527
66577
|
"members": {
|
66528
66578
|
"Prompt": {
|
66529
|
-
"shape": "
|
66579
|
+
"shape": "Sau"
|
66530
66580
|
}
|
66531
66581
|
}
|
66532
66582
|
}
|
@@ -66557,7 +66607,7 @@ module.exports={
|
|
66557
66607
|
"type": "structure",
|
66558
66608
|
"members": {
|
66559
66609
|
"Queue": {
|
66560
|
-
"shape": "
|
66610
|
+
"shape": "Sax"
|
66561
66611
|
}
|
66562
66612
|
}
|
66563
66613
|
}
|
@@ -66588,7 +66638,7 @@ module.exports={
|
|
66588
66638
|
"type": "structure",
|
66589
66639
|
"members": {
|
66590
66640
|
"QuickConnect": {
|
66591
|
-
"shape": "
|
66641
|
+
"shape": "Sb1"
|
66592
66642
|
}
|
66593
66643
|
}
|
66594
66644
|
}
|
@@ -66619,7 +66669,7 @@ module.exports={
|
|
66619
66669
|
"type": "structure",
|
66620
66670
|
"members": {
|
66621
66671
|
"RoutingProfile": {
|
66622
|
-
"shape": "
|
66672
|
+
"shape": "Sb4"
|
66623
66673
|
}
|
66624
66674
|
}
|
66625
66675
|
}
|
@@ -66864,19 +66914,19 @@ module.exports={
|
|
66864
66914
|
"type": "structure",
|
66865
66915
|
"members": {
|
66866
66916
|
"LevelOne": {
|
66867
|
-
"shape": "
|
66917
|
+
"shape": "Sbq"
|
66868
66918
|
},
|
66869
66919
|
"LevelTwo": {
|
66870
|
-
"shape": "
|
66920
|
+
"shape": "Sbq"
|
66871
66921
|
},
|
66872
66922
|
"LevelThree": {
|
66873
|
-
"shape": "
|
66923
|
+
"shape": "Sbq"
|
66874
66924
|
},
|
66875
66925
|
"LevelFour": {
|
66876
|
-
"shape": "
|
66926
|
+
"shape": "Sbq"
|
66877
66927
|
},
|
66878
66928
|
"LevelFive": {
|
66879
|
-
"shape": "
|
66929
|
+
"shape": "Sbq"
|
66880
66930
|
}
|
66881
66931
|
}
|
66882
66932
|
},
|
@@ -66912,19 +66962,19 @@ module.exports={
|
|
66912
66962
|
"type": "structure",
|
66913
66963
|
"members": {
|
66914
66964
|
"LevelOne": {
|
66915
|
-
"shape": "
|
66965
|
+
"shape": "Sbu"
|
66916
66966
|
},
|
66917
66967
|
"LevelTwo": {
|
66918
|
-
"shape": "
|
66968
|
+
"shape": "Sbu"
|
66919
66969
|
},
|
66920
66970
|
"LevelThree": {
|
66921
|
-
"shape": "
|
66971
|
+
"shape": "Sbu"
|
66922
66972
|
},
|
66923
66973
|
"LevelFour": {
|
66924
|
-
"shape": "
|
66974
|
+
"shape": "Sbu"
|
66925
66975
|
},
|
66926
66976
|
"LevelFive": {
|
66927
|
-
"shape": "
|
66977
|
+
"shape": "Sbu"
|
66928
66978
|
}
|
66929
66979
|
}
|
66930
66980
|
}
|
@@ -67268,7 +67318,7 @@ module.exports={
|
|
67268
67318
|
"type": "structure",
|
67269
67319
|
"members": {
|
67270
67320
|
"Attributes": {
|
67271
|
-
"shape": "
|
67321
|
+
"shape": "Scf"
|
67272
67322
|
}
|
67273
67323
|
}
|
67274
67324
|
}
|
@@ -67290,15 +67340,15 @@ module.exports={
|
|
67290
67340
|
"locationName": "InstanceId"
|
67291
67341
|
},
|
67292
67342
|
"Filters": {
|
67293
|
-
"shape": "
|
67343
|
+
"shape": "Scj"
|
67294
67344
|
},
|
67295
67345
|
"Groupings": {
|
67296
|
-
"shape": "
|
67346
|
+
"shape": "Scn"
|
67297
67347
|
},
|
67298
67348
|
"CurrentMetrics": {
|
67299
67349
|
"type": "list",
|
67300
67350
|
"member": {
|
67301
|
-
"shape": "
|
67351
|
+
"shape": "Scq"
|
67302
67352
|
}
|
67303
67353
|
},
|
67304
67354
|
"NextToken": {},
|
@@ -67327,7 +67377,7 @@ module.exports={
|
|
67327
67377
|
"type": "structure",
|
67328
67378
|
"members": {
|
67329
67379
|
"Dimensions": {
|
67330
|
-
"shape": "
|
67380
|
+
"shape": "Sd1"
|
67331
67381
|
},
|
67332
67382
|
"Collections": {
|
67333
67383
|
"type": "list",
|
@@ -67335,7 +67385,7 @@ module.exports={
|
|
67335
67385
|
"type": "structure",
|
67336
67386
|
"members": {
|
67337
67387
|
"Metric": {
|
67338
|
-
"shape": "
|
67388
|
+
"shape": "Scq"
|
67339
67389
|
},
|
67340
67390
|
"Value": {
|
67341
67391
|
"type": "double"
|
@@ -67374,7 +67424,7 @@ module.exports={
|
|
67374
67424
|
"type": "structure",
|
67375
67425
|
"members": {
|
67376
67426
|
"Queues": {
|
67377
|
-
"shape": "
|
67427
|
+
"shape": "Sck"
|
67378
67428
|
},
|
67379
67429
|
"ContactFilter": {
|
67380
67430
|
"type": "structure",
|
@@ -67386,7 +67436,7 @@ module.exports={
|
|
67386
67436
|
}
|
67387
67437
|
},
|
67388
67438
|
"RoutingProfiles": {
|
67389
|
-
"shape": "
|
67439
|
+
"shape": "Scm"
|
67390
67440
|
},
|
67391
67441
|
"Agents": {
|
67392
67442
|
"type": "list",
|
@@ -67421,25 +67471,25 @@ module.exports={
|
|
67421
67471
|
}
|
67422
67472
|
},
|
67423
67473
|
"RoutingProfile": {
|
67424
|
-
"shape": "
|
67474
|
+
"shape": "Sd3"
|
67425
67475
|
},
|
67426
67476
|
"HierarchyPath": {
|
67427
67477
|
"type": "structure",
|
67428
67478
|
"members": {
|
67429
67479
|
"LevelOne": {
|
67430
|
-
"shape": "
|
67480
|
+
"shape": "Sdk"
|
67431
67481
|
},
|
67432
67482
|
"LevelTwo": {
|
67433
|
-
"shape": "
|
67483
|
+
"shape": "Sdk"
|
67434
67484
|
},
|
67435
67485
|
"LevelThree": {
|
67436
|
-
"shape": "
|
67486
|
+
"shape": "Sdk"
|
67437
67487
|
},
|
67438
67488
|
"LevelFour": {
|
67439
|
-
"shape": "
|
67489
|
+
"shape": "Sdk"
|
67440
67490
|
},
|
67441
67491
|
"LevelFive": {
|
67442
|
-
"shape": "
|
67492
|
+
"shape": "Sdk"
|
67443
67493
|
}
|
67444
67494
|
}
|
67445
67495
|
},
|
@@ -67454,13 +67504,13 @@ module.exports={
|
|
67454
67504
|
}
|
67455
67505
|
},
|
67456
67506
|
"AvailableSlotsByChannel": {
|
67457
|
-
"shape": "
|
67507
|
+
"shape": "Sdm"
|
67458
67508
|
},
|
67459
67509
|
"MaxSlotsByChannel": {
|
67460
|
-
"shape": "
|
67510
|
+
"shape": "Sdm"
|
67461
67511
|
},
|
67462
67512
|
"ActiveSlotsByChannel": {
|
67463
|
-
"shape": "
|
67513
|
+
"shape": "Sdm"
|
67464
67514
|
},
|
67465
67515
|
"Contacts": {
|
67466
67516
|
"type": "list",
|
@@ -67478,7 +67528,7 @@ module.exports={
|
|
67478
67528
|
"type": "timestamp"
|
67479
67529
|
},
|
67480
67530
|
"Queue": {
|
67481
|
-
"shape": "
|
67531
|
+
"shape": "Sd2"
|
67482
67532
|
}
|
67483
67533
|
}
|
67484
67534
|
}
|
@@ -67517,13 +67567,13 @@ module.exports={
|
|
67517
67567
|
"type": "structure",
|
67518
67568
|
"members": {
|
67519
67569
|
"AccessToken": {
|
67520
|
-
"shape": "
|
67570
|
+
"shape": "Sdt"
|
67521
67571
|
},
|
67522
67572
|
"AccessTokenExpiration": {
|
67523
67573
|
"type": "timestamp"
|
67524
67574
|
},
|
67525
67575
|
"RefreshToken": {
|
67526
|
-
"shape": "
|
67576
|
+
"shape": "Sdt"
|
67527
67577
|
},
|
67528
67578
|
"RefreshTokenExpiration": {
|
67529
67579
|
"type": "timestamp"
|
@@ -67561,15 +67611,15 @@ module.exports={
|
|
67561
67611
|
"type": "timestamp"
|
67562
67612
|
},
|
67563
67613
|
"Filters": {
|
67564
|
-
"shape": "
|
67614
|
+
"shape": "Scj"
|
67565
67615
|
},
|
67566
67616
|
"Groupings": {
|
67567
|
-
"shape": "
|
67617
|
+
"shape": "Scn"
|
67568
67618
|
},
|
67569
67619
|
"HistoricalMetrics": {
|
67570
67620
|
"type": "list",
|
67571
67621
|
"member": {
|
67572
|
-
"shape": "
|
67622
|
+
"shape": "Sdw"
|
67573
67623
|
}
|
67574
67624
|
},
|
67575
67625
|
"NextToken": {},
|
@@ -67588,7 +67638,7 @@ module.exports={
|
|
67588
67638
|
"type": "structure",
|
67589
67639
|
"members": {
|
67590
67640
|
"Dimensions": {
|
67591
|
-
"shape": "
|
67641
|
+
"shape": "Sd1"
|
67592
67642
|
},
|
67593
67643
|
"Collections": {
|
67594
67644
|
"type": "list",
|
@@ -67596,7 +67646,7 @@ module.exports={
|
|
67596
67646
|
"type": "structure",
|
67597
67647
|
"members": {
|
67598
67648
|
"Metric": {
|
67599
|
-
"shape": "
|
67649
|
+
"shape": "Sdw"
|
67600
67650
|
},
|
67601
67651
|
"Value": {
|
67602
67652
|
"type": "double"
|
@@ -67651,7 +67701,7 @@ module.exports={
|
|
67651
67701
|
"Metrics": {
|
67652
67702
|
"type": "list",
|
67653
67703
|
"member": {
|
67654
|
-
"shape": "
|
67704
|
+
"shape": "Sef"
|
67655
67705
|
}
|
67656
67706
|
},
|
67657
67707
|
"NextToken": {},
|
@@ -67680,7 +67730,7 @@ module.exports={
|
|
67680
67730
|
"type": "structure",
|
67681
67731
|
"members": {
|
67682
67732
|
"Metric": {
|
67683
|
-
"shape": "
|
67733
|
+
"shape": "Sef"
|
67684
67734
|
},
|
67685
67735
|
"Value": {
|
67686
67736
|
"type": "double"
|
@@ -67806,7 +67856,7 @@ module.exports={
|
|
67806
67856
|
"type": "structure",
|
67807
67857
|
"members": {
|
67808
67858
|
"TelephonyConfig": {
|
67809
|
-
"shape": "
|
67859
|
+
"shape": "Sf3"
|
67810
67860
|
},
|
67811
67861
|
"Id": {},
|
67812
67862
|
"Arn": {}
|
@@ -68007,7 +68057,7 @@ module.exports={
|
|
68007
68057
|
"Status": {},
|
68008
68058
|
"EvaluatorArn": {},
|
68009
68059
|
"Score": {
|
68010
|
-
"shape": "
|
68060
|
+
"shape": "S9c"
|
68011
68061
|
},
|
68012
68062
|
"CreatedTime": {
|
68013
68063
|
"type": "timestamp"
|
@@ -68492,7 +68542,7 @@ module.exports={
|
|
68492
68542
|
"Attributes": {
|
68493
68543
|
"type": "list",
|
68494
68544
|
"member": {
|
68495
|
-
"shape": "
|
68545
|
+
"shape": "Sag"
|
68496
68546
|
}
|
68497
68547
|
},
|
68498
68548
|
"NextToken": {}
|
@@ -68740,12 +68790,12 @@ module.exports={
|
|
68740
68790
|
"locationName": "InstanceId"
|
68741
68791
|
},
|
68742
68792
|
"PhoneNumberTypes": {
|
68743
|
-
"shape": "
|
68793
|
+
"shape": "Shh",
|
68744
68794
|
"location": "querystring",
|
68745
68795
|
"locationName": "phoneNumberTypes"
|
68746
68796
|
},
|
68747
68797
|
"PhoneNumberCountryCodes": {
|
68748
|
-
"shape": "
|
68798
|
+
"shape": "Shi",
|
68749
68799
|
"location": "querystring",
|
68750
68800
|
"locationName": "phoneNumberCountryCodes"
|
68751
68801
|
},
|
@@ -68793,10 +68843,10 @@ module.exports={
|
|
68793
68843
|
},
|
68794
68844
|
"NextToken": {},
|
68795
68845
|
"PhoneNumberCountryCodes": {
|
68796
|
-
"shape": "
|
68846
|
+
"shape": "Shi"
|
68797
68847
|
},
|
68798
68848
|
"PhoneNumberTypes": {
|
68799
|
-
"shape": "
|
68849
|
+
"shape": "Shh"
|
68800
68850
|
},
|
68801
68851
|
"PhoneNumberPrefix": {}
|
68802
68852
|
}
|
@@ -68902,7 +68952,7 @@ module.exports={
|
|
68902
68952
|
"members": {
|
68903
68953
|
"NextToken": {},
|
68904
68954
|
"QuickConnectSummaryList": {
|
68905
|
-
"shape": "
|
68955
|
+
"shape": "Shz"
|
68906
68956
|
}
|
68907
68957
|
}
|
68908
68958
|
}
|
@@ -68994,7 +69044,7 @@ module.exports={
|
|
68994
69044
|
"type": "structure",
|
68995
69045
|
"members": {
|
68996
69046
|
"QuickConnectSummaryList": {
|
68997
|
-
"shape": "
|
69047
|
+
"shape": "Shz"
|
68998
69048
|
},
|
68999
69049
|
"NextToken": {}
|
69000
69050
|
}
|
@@ -69534,7 +69584,7 @@ module.exports={
|
|
69534
69584
|
"UserHierarchyGroupSummaryList": {
|
69535
69585
|
"type": "list",
|
69536
69586
|
"member": {
|
69537
|
-
"shape": "
|
69587
|
+
"shape": "Sbq"
|
69538
69588
|
}
|
69539
69589
|
},
|
69540
69590
|
"NextToken": {}
|
@@ -69783,12 +69833,12 @@ module.exports={
|
|
69783
69833
|
"type": "structure",
|
69784
69834
|
"members": {
|
69785
69835
|
"TagFilter": {
|
69786
|
-
"shape": "
|
69836
|
+
"shape": "Sk3"
|
69787
69837
|
}
|
69788
69838
|
}
|
69789
69839
|
},
|
69790
69840
|
"SearchCriteria": {
|
69791
|
-
"shape": "
|
69841
|
+
"shape": "Sk7"
|
69792
69842
|
}
|
69793
69843
|
}
|
69794
69844
|
},
|
@@ -69798,7 +69848,7 @@ module.exports={
|
|
69798
69848
|
"HoursOfOperations": {
|
69799
69849
|
"type": "list",
|
69800
69850
|
"member": {
|
69801
|
-
"shape": "
|
69851
|
+
"shape": "Sa6"
|
69802
69852
|
}
|
69803
69853
|
},
|
69804
69854
|
"NextToken": {},
|
@@ -69827,12 +69877,12 @@ module.exports={
|
|
69827
69877
|
"type": "structure",
|
69828
69878
|
"members": {
|
69829
69879
|
"TagFilter": {
|
69830
|
-
"shape": "
|
69880
|
+
"shape": "Sk3"
|
69831
69881
|
}
|
69832
69882
|
}
|
69833
69883
|
},
|
69834
69884
|
"SearchCriteria": {
|
69835
|
-
"shape": "
|
69885
|
+
"shape": "Skf"
|
69836
69886
|
}
|
69837
69887
|
}
|
69838
69888
|
},
|
@@ -69842,7 +69892,7 @@ module.exports={
|
|
69842
69892
|
"Prompts": {
|
69843
69893
|
"type": "list",
|
69844
69894
|
"member": {
|
69845
|
-
"shape": "
|
69895
|
+
"shape": "Sau"
|
69846
69896
|
}
|
69847
69897
|
},
|
69848
69898
|
"NextToken": {},
|
@@ -69871,12 +69921,12 @@ module.exports={
|
|
69871
69921
|
"type": "structure",
|
69872
69922
|
"members": {
|
69873
69923
|
"TagFilter": {
|
69874
|
-
"shape": "
|
69924
|
+
"shape": "Sk3"
|
69875
69925
|
}
|
69876
69926
|
}
|
69877
69927
|
},
|
69878
69928
|
"SearchCriteria": {
|
69879
|
-
"shape": "
|
69929
|
+
"shape": "Skl"
|
69880
69930
|
}
|
69881
69931
|
}
|
69882
69932
|
},
|
@@ -69886,7 +69936,7 @@ module.exports={
|
|
69886
69936
|
"Queues": {
|
69887
69937
|
"type": "list",
|
69888
69938
|
"member": {
|
69889
|
-
"shape": "
|
69939
|
+
"shape": "Sax"
|
69890
69940
|
}
|
69891
69941
|
},
|
69892
69942
|
"NextToken": {},
|
@@ -69915,12 +69965,12 @@ module.exports={
|
|
69915
69965
|
"type": "structure",
|
69916
69966
|
"members": {
|
69917
69967
|
"TagFilter": {
|
69918
|
-
"shape": "
|
69968
|
+
"shape": "Sk3"
|
69919
69969
|
}
|
69920
69970
|
}
|
69921
69971
|
},
|
69922
69972
|
"SearchCriteria": {
|
69923
|
-
"shape": "
|
69973
|
+
"shape": "Sks"
|
69924
69974
|
}
|
69925
69975
|
}
|
69926
69976
|
},
|
@@ -69930,7 +69980,7 @@ module.exports={
|
|
69930
69980
|
"QuickConnects": {
|
69931
69981
|
"type": "list",
|
69932
69982
|
"member": {
|
69933
|
-
"shape": "
|
69983
|
+
"shape": "Sb1"
|
69934
69984
|
}
|
69935
69985
|
},
|
69936
69986
|
"NextToken": {},
|
@@ -70011,12 +70061,12 @@ module.exports={
|
|
70011
70061
|
"type": "structure",
|
70012
70062
|
"members": {
|
70013
70063
|
"TagFilter": {
|
70014
|
-
"shape": "
|
70064
|
+
"shape": "Sk3"
|
70015
70065
|
}
|
70016
70066
|
}
|
70017
70067
|
},
|
70018
70068
|
"SearchCriteria": {
|
70019
|
-
"shape": "
|
70069
|
+
"shape": "Sl7"
|
70020
70070
|
}
|
70021
70071
|
}
|
70022
70072
|
},
|
@@ -70026,7 +70076,7 @@ module.exports={
|
|
70026
70076
|
"RoutingProfiles": {
|
70027
70077
|
"type": "list",
|
70028
70078
|
"member": {
|
70029
|
-
"shape": "
|
70079
|
+
"shape": "Sb4"
|
70030
70080
|
}
|
70031
70081
|
},
|
70032
70082
|
"NextToken": {},
|
@@ -70052,13 +70102,13 @@ module.exports={
|
|
70052
70102
|
"type": "integer"
|
70053
70103
|
},
|
70054
70104
|
"SearchCriteria": {
|
70055
|
-
"shape": "
|
70105
|
+
"shape": "Slc"
|
70056
70106
|
},
|
70057
70107
|
"SearchFilter": {
|
70058
70108
|
"type": "structure",
|
70059
70109
|
"members": {
|
70060
70110
|
"TagFilter": {
|
70061
|
-
"shape": "
|
70111
|
+
"shape": "Sk3"
|
70062
70112
|
}
|
70063
70113
|
}
|
70064
70114
|
}
|
@@ -70106,12 +70156,12 @@ module.exports={
|
|
70106
70156
|
"type": "structure",
|
70107
70157
|
"members": {
|
70108
70158
|
"TagFilter": {
|
70109
|
-
"shape": "
|
70159
|
+
"shape": "Sk3"
|
70110
70160
|
}
|
70111
70161
|
}
|
70112
70162
|
},
|
70113
70163
|
"SearchCriteria": {
|
70114
|
-
"shape": "
|
70164
|
+
"shape": "Slk"
|
70115
70165
|
}
|
70116
70166
|
}
|
70117
70167
|
},
|
@@ -70226,7 +70276,7 @@ module.exports={
|
|
70226
70276
|
"InstanceId": {},
|
70227
70277
|
"ContactFlowId": {},
|
70228
70278
|
"Attributes": {
|
70229
|
-
"shape": "
|
70279
|
+
"shape": "Scf"
|
70230
70280
|
},
|
70231
70281
|
"ParticipantDetails": {
|
70232
70282
|
"type": "structure",
|
@@ -70405,7 +70455,7 @@ module.exports={
|
|
70405
70455
|
"SourcePhoneNumber": {},
|
70406
70456
|
"QueueId": {},
|
70407
70457
|
"Attributes": {
|
70408
|
-
"shape": "
|
70458
|
+
"shape": "Scf"
|
70409
70459
|
},
|
70410
70460
|
"AnswerMachineDetectionConfig": {
|
70411
70461
|
"type": "structure",
|
@@ -70445,7 +70495,7 @@ module.exports={
|
|
70445
70495
|
"PreviousContactId": {},
|
70446
70496
|
"ContactFlowId": {},
|
70447
70497
|
"Attributes": {
|
70448
|
-
"shape": "
|
70498
|
+
"shape": "Scf"
|
70449
70499
|
},
|
70450
70500
|
"Name": {},
|
70451
70501
|
"References": {
|
@@ -70554,10 +70604,10 @@ module.exports={
|
|
70554
70604
|
"locationName": "EvaluationId"
|
70555
70605
|
},
|
70556
70606
|
"Answers": {
|
70557
|
-
"shape": "
|
70607
|
+
"shape": "Smw"
|
70558
70608
|
},
|
70559
70609
|
"Notes": {
|
70560
|
-
"shape": "
|
70610
|
+
"shape": "S9j"
|
70561
70611
|
}
|
70562
70612
|
}
|
70563
70613
|
},
|
@@ -70748,7 +70798,7 @@ module.exports={
|
|
70748
70798
|
"InitialContactId": {},
|
70749
70799
|
"InstanceId": {},
|
70750
70800
|
"Attributes": {
|
70751
|
-
"shape": "
|
70801
|
+
"shape": "Scf"
|
70752
70802
|
}
|
70753
70803
|
}
|
70754
70804
|
},
|
@@ -70777,10 +70827,10 @@ module.exports={
|
|
70777
70827
|
"locationName": "EvaluationId"
|
70778
70828
|
},
|
70779
70829
|
"Answers": {
|
70780
|
-
"shape": "
|
70830
|
+
"shape": "Smw"
|
70781
70831
|
},
|
70782
70832
|
"Notes": {
|
70783
|
-
"shape": "
|
70833
|
+
"shape": "S9j"
|
70784
70834
|
}
|
70785
70835
|
}
|
70786
70836
|
},
|
@@ -71649,7 +71699,7 @@ module.exports={
|
|
71649
71699
|
"locationName": "Id"
|
71650
71700
|
},
|
71651
71701
|
"TelephonyConfig": {
|
71652
|
-
"shape": "
|
71702
|
+
"shape": "Sf3"
|
71653
71703
|
}
|
71654
71704
|
}
|
71655
71705
|
},
|
@@ -71720,19 +71770,19 @@ module.exports={
|
|
71720
71770
|
"type": "structure",
|
71721
71771
|
"members": {
|
71722
71772
|
"LevelOne": {
|
71723
|
-
"shape": "
|
71773
|
+
"shape": "Soy"
|
71724
71774
|
},
|
71725
71775
|
"LevelTwo": {
|
71726
|
-
"shape": "
|
71776
|
+
"shape": "Soy"
|
71727
71777
|
},
|
71728
71778
|
"LevelThree": {
|
71729
|
-
"shape": "
|
71779
|
+
"shape": "Soy"
|
71730
71780
|
},
|
71731
71781
|
"LevelFour": {
|
71732
|
-
"shape": "
|
71782
|
+
"shape": "Soy"
|
71733
71783
|
},
|
71734
71784
|
"LevelFive": {
|
71735
|
-
"shape": "
|
71785
|
+
"shape": "Soy"
|
71736
71786
|
}
|
71737
71787
|
}
|
71738
71788
|
},
|
@@ -72485,7 +72535,7 @@ module.exports={
|
|
72485
72535
|
"type": "list",
|
72486
72536
|
"member": {}
|
72487
72537
|
},
|
72488
|
-
"
|
72538
|
+
"S9c": {
|
72489
72539
|
"type": "structure",
|
72490
72540
|
"members": {
|
72491
72541
|
"Percentage": {
|
@@ -72499,7 +72549,7 @@ module.exports={
|
|
72499
72549
|
}
|
72500
72550
|
}
|
72501
72551
|
},
|
72502
|
-
"
|
72552
|
+
"S9g": {
|
72503
72553
|
"type": "structure",
|
72504
72554
|
"members": {
|
72505
72555
|
"StringValue": {},
|
@@ -72512,7 +72562,7 @@ module.exports={
|
|
72512
72562
|
},
|
72513
72563
|
"union": true
|
72514
72564
|
},
|
72515
|
-
"
|
72565
|
+
"S9j": {
|
72516
72566
|
"type": "map",
|
72517
72567
|
"key": {},
|
72518
72568
|
"value": {
|
@@ -72522,7 +72572,7 @@ module.exports={
|
|
72522
72572
|
}
|
72523
72573
|
}
|
72524
72574
|
},
|
72525
|
-
"
|
72575
|
+
"Sa6": {
|
72526
72576
|
"type": "structure",
|
72527
72577
|
"members": {
|
72528
72578
|
"HoursOfOperationId": {},
|
@@ -72538,14 +72588,14 @@ module.exports={
|
|
72538
72588
|
}
|
72539
72589
|
}
|
72540
72590
|
},
|
72541
|
-
"
|
72591
|
+
"Sag": {
|
72542
72592
|
"type": "structure",
|
72543
72593
|
"members": {
|
72544
72594
|
"AttributeType": {},
|
72545
72595
|
"Value": {}
|
72546
72596
|
}
|
72547
72597
|
},
|
72548
|
-
"
|
72598
|
+
"Sau": {
|
72549
72599
|
"type": "structure",
|
72550
72600
|
"members": {
|
72551
72601
|
"PromptARN": {},
|
@@ -72557,7 +72607,7 @@ module.exports={
|
|
72557
72607
|
}
|
72558
72608
|
}
|
72559
72609
|
},
|
72560
|
-
"
|
72610
|
+
"Sax": {
|
72561
72611
|
"type": "structure",
|
72562
72612
|
"members": {
|
72563
72613
|
"Name": {},
|
@@ -72577,7 +72627,7 @@ module.exports={
|
|
72577
72627
|
}
|
72578
72628
|
}
|
72579
72629
|
},
|
72580
|
-
"
|
72630
|
+
"Sb1": {
|
72581
72631
|
"type": "structure",
|
72582
72632
|
"members": {
|
72583
72633
|
"QuickConnectARN": {},
|
@@ -72592,7 +72642,7 @@ module.exports={
|
|
72592
72642
|
}
|
72593
72643
|
}
|
72594
72644
|
},
|
72595
|
-
"
|
72645
|
+
"Sb4": {
|
72596
72646
|
"type": "structure",
|
72597
72647
|
"members": {
|
72598
72648
|
"InstanceId": {},
|
@@ -72615,7 +72665,7 @@ module.exports={
|
|
72615
72665
|
}
|
72616
72666
|
}
|
72617
72667
|
},
|
72618
|
-
"
|
72668
|
+
"Sbq": {
|
72619
72669
|
"type": "structure",
|
72620
72670
|
"members": {
|
72621
72671
|
"Id": {},
|
@@ -72623,7 +72673,7 @@ module.exports={
|
|
72623
72673
|
"Name": {}
|
72624
72674
|
}
|
72625
72675
|
},
|
72626
|
-
"
|
72676
|
+
"Sbu": {
|
72627
72677
|
"type": "structure",
|
72628
72678
|
"members": {
|
72629
72679
|
"Id": {},
|
@@ -72631,90 +72681,90 @@ module.exports={
|
|
72631
72681
|
"Name": {}
|
72632
72682
|
}
|
72633
72683
|
},
|
72634
|
-
"
|
72684
|
+
"Scf": {
|
72635
72685
|
"type": "map",
|
72636
72686
|
"key": {},
|
72637
72687
|
"value": {}
|
72638
72688
|
},
|
72639
|
-
"
|
72689
|
+
"Scj": {
|
72640
72690
|
"type": "structure",
|
72641
72691
|
"members": {
|
72642
72692
|
"Queues": {
|
72643
|
-
"shape": "
|
72693
|
+
"shape": "Sck"
|
72644
72694
|
},
|
72645
72695
|
"Channels": {
|
72646
72696
|
"type": "list",
|
72647
72697
|
"member": {}
|
72648
72698
|
},
|
72649
72699
|
"RoutingProfiles": {
|
72650
|
-
"shape": "
|
72700
|
+
"shape": "Scm"
|
72651
72701
|
}
|
72652
72702
|
}
|
72653
72703
|
},
|
72654
|
-
"
|
72704
|
+
"Sck": {
|
72655
72705
|
"type": "list",
|
72656
72706
|
"member": {}
|
72657
72707
|
},
|
72658
|
-
"
|
72708
|
+
"Scm": {
|
72659
72709
|
"type": "list",
|
72660
72710
|
"member": {}
|
72661
72711
|
},
|
72662
|
-
"
|
72712
|
+
"Scn": {
|
72663
72713
|
"type": "list",
|
72664
72714
|
"member": {}
|
72665
72715
|
},
|
72666
|
-
"
|
72716
|
+
"Scq": {
|
72667
72717
|
"type": "structure",
|
72668
72718
|
"members": {
|
72669
72719
|
"Name": {},
|
72670
72720
|
"Unit": {}
|
72671
72721
|
}
|
72672
72722
|
},
|
72673
|
-
"
|
72723
|
+
"Sd1": {
|
72674
72724
|
"type": "structure",
|
72675
72725
|
"members": {
|
72676
72726
|
"Queue": {
|
72677
|
-
"shape": "
|
72727
|
+
"shape": "Sd2"
|
72678
72728
|
},
|
72679
72729
|
"Channel": {},
|
72680
72730
|
"RoutingProfile": {
|
72681
|
-
"shape": "
|
72731
|
+
"shape": "Sd3"
|
72682
72732
|
}
|
72683
72733
|
}
|
72684
72734
|
},
|
72685
|
-
"
|
72735
|
+
"Sd2": {
|
72686
72736
|
"type": "structure",
|
72687
72737
|
"members": {
|
72688
72738
|
"Id": {},
|
72689
72739
|
"Arn": {}
|
72690
72740
|
}
|
72691
72741
|
},
|
72692
|
-
"
|
72742
|
+
"Sd3": {
|
72693
72743
|
"type": "structure",
|
72694
72744
|
"members": {
|
72695
72745
|
"Id": {},
|
72696
72746
|
"Arn": {}
|
72697
72747
|
}
|
72698
72748
|
},
|
72699
|
-
"
|
72749
|
+
"Sdk": {
|
72700
72750
|
"type": "structure",
|
72701
72751
|
"members": {
|
72702
72752
|
"Id": {},
|
72703
72753
|
"Arn": {}
|
72704
72754
|
}
|
72705
72755
|
},
|
72706
|
-
"
|
72756
|
+
"Sdm": {
|
72707
72757
|
"type": "map",
|
72708
72758
|
"key": {},
|
72709
72759
|
"value": {
|
72710
72760
|
"type": "integer"
|
72711
72761
|
}
|
72712
72762
|
},
|
72713
|
-
"
|
72763
|
+
"Sdt": {
|
72714
72764
|
"type": "string",
|
72715
72765
|
"sensitive": true
|
72716
72766
|
},
|
72717
|
-
"
|
72767
|
+
"Sdw": {
|
72718
72768
|
"type": "structure",
|
72719
72769
|
"members": {
|
72720
72770
|
"Name": {},
|
@@ -72731,7 +72781,7 @@ module.exports={
|
|
72731
72781
|
"Unit": {}
|
72732
72782
|
}
|
72733
72783
|
},
|
72734
|
-
"
|
72784
|
+
"Sef": {
|
72735
72785
|
"type": "structure",
|
72736
72786
|
"members": {
|
72737
72787
|
"Name": {},
|
@@ -72762,7 +72812,7 @@ module.exports={
|
|
72762
72812
|
}
|
72763
72813
|
}
|
72764
72814
|
},
|
72765
|
-
"
|
72815
|
+
"Sf3": {
|
72766
72816
|
"type": "structure",
|
72767
72817
|
"required": [
|
72768
72818
|
"Distributions"
|
@@ -72786,15 +72836,15 @@ module.exports={
|
|
72786
72836
|
}
|
72787
72837
|
}
|
72788
72838
|
},
|
72789
|
-
"
|
72839
|
+
"Shh": {
|
72790
72840
|
"type": "list",
|
72791
72841
|
"member": {}
|
72792
72842
|
},
|
72793
|
-
"
|
72843
|
+
"Shi": {
|
72794
72844
|
"type": "list",
|
72795
72845
|
"member": {}
|
72796
72846
|
},
|
72797
|
-
"
|
72847
|
+
"Shz": {
|
72798
72848
|
"type": "list",
|
72799
72849
|
"member": {
|
72800
72850
|
"type": "structure",
|
@@ -72806,57 +72856,57 @@ module.exports={
|
|
72806
72856
|
}
|
72807
72857
|
}
|
72808
72858
|
},
|
72809
|
-
"
|
72859
|
+
"Sk3": {
|
72810
72860
|
"type": "structure",
|
72811
72861
|
"members": {
|
72812
72862
|
"OrConditions": {
|
72813
72863
|
"type": "list",
|
72814
72864
|
"member": {
|
72815
|
-
"shape": "
|
72865
|
+
"shape": "Sk5"
|
72816
72866
|
}
|
72817
72867
|
},
|
72818
72868
|
"AndConditions": {
|
72819
|
-
"shape": "
|
72869
|
+
"shape": "Sk5"
|
72820
72870
|
},
|
72821
72871
|
"TagCondition": {
|
72822
|
-
"shape": "
|
72872
|
+
"shape": "Sk6"
|
72823
72873
|
}
|
72824
72874
|
}
|
72825
72875
|
},
|
72826
|
-
"
|
72876
|
+
"Sk5": {
|
72827
72877
|
"type": "list",
|
72828
72878
|
"member": {
|
72829
|
-
"shape": "
|
72879
|
+
"shape": "Sk6"
|
72830
72880
|
}
|
72831
72881
|
},
|
72832
|
-
"
|
72882
|
+
"Sk6": {
|
72833
72883
|
"type": "structure",
|
72834
72884
|
"members": {
|
72835
72885
|
"TagKey": {},
|
72836
72886
|
"TagValue": {}
|
72837
72887
|
}
|
72838
72888
|
},
|
72839
|
-
"
|
72889
|
+
"Sk7": {
|
72840
72890
|
"type": "structure",
|
72841
72891
|
"members": {
|
72842
72892
|
"OrConditions": {
|
72843
|
-
"shape": "
|
72893
|
+
"shape": "Sk8"
|
72844
72894
|
},
|
72845
72895
|
"AndConditions": {
|
72846
|
-
"shape": "
|
72896
|
+
"shape": "Sk8"
|
72847
72897
|
},
|
72848
72898
|
"StringCondition": {
|
72849
|
-
"shape": "
|
72899
|
+
"shape": "Sk9"
|
72850
72900
|
}
|
72851
72901
|
}
|
72852
72902
|
},
|
72853
|
-
"
|
72903
|
+
"Sk8": {
|
72854
72904
|
"type": "list",
|
72855
72905
|
"member": {
|
72856
|
-
"shape": "
|
72906
|
+
"shape": "Sk7"
|
72857
72907
|
}
|
72858
72908
|
},
|
72859
|
-
"
|
72909
|
+
"Sk9": {
|
72860
72910
|
"type": "structure",
|
72861
72911
|
"members": {
|
72862
72912
|
"FieldName": {},
|
@@ -72864,118 +72914,118 @@ module.exports={
|
|
72864
72914
|
"ComparisonType": {}
|
72865
72915
|
}
|
72866
72916
|
},
|
72867
|
-
"
|
72917
|
+
"Skf": {
|
72868
72918
|
"type": "structure",
|
72869
72919
|
"members": {
|
72870
72920
|
"OrConditions": {
|
72871
|
-
"shape": "
|
72921
|
+
"shape": "Skg"
|
72872
72922
|
},
|
72873
72923
|
"AndConditions": {
|
72874
|
-
"shape": "
|
72924
|
+
"shape": "Skg"
|
72875
72925
|
},
|
72876
72926
|
"StringCondition": {
|
72877
|
-
"shape": "
|
72927
|
+
"shape": "Sk9"
|
72878
72928
|
}
|
72879
72929
|
}
|
72880
72930
|
},
|
72881
|
-
"
|
72931
|
+
"Skg": {
|
72882
72932
|
"type": "list",
|
72883
72933
|
"member": {
|
72884
|
-
"shape": "
|
72934
|
+
"shape": "Skf"
|
72885
72935
|
}
|
72886
72936
|
},
|
72887
|
-
"
|
72937
|
+
"Skl": {
|
72888
72938
|
"type": "structure",
|
72889
72939
|
"members": {
|
72890
72940
|
"OrConditions": {
|
72891
|
-
"shape": "
|
72941
|
+
"shape": "Skm"
|
72892
72942
|
},
|
72893
72943
|
"AndConditions": {
|
72894
|
-
"shape": "
|
72944
|
+
"shape": "Skm"
|
72895
72945
|
},
|
72896
72946
|
"StringCondition": {
|
72897
|
-
"shape": "
|
72947
|
+
"shape": "Sk9"
|
72898
72948
|
},
|
72899
72949
|
"QueueTypeCondition": {}
|
72900
72950
|
}
|
72901
72951
|
},
|
72902
|
-
"
|
72952
|
+
"Skm": {
|
72903
72953
|
"type": "list",
|
72904
72954
|
"member": {
|
72905
|
-
"shape": "
|
72955
|
+
"shape": "Skl"
|
72906
72956
|
}
|
72907
72957
|
},
|
72908
|
-
"
|
72958
|
+
"Sks": {
|
72909
72959
|
"type": "structure",
|
72910
72960
|
"members": {
|
72911
72961
|
"OrConditions": {
|
72912
|
-
"shape": "
|
72962
|
+
"shape": "Skt"
|
72913
72963
|
},
|
72914
72964
|
"AndConditions": {
|
72915
|
-
"shape": "
|
72965
|
+
"shape": "Skt"
|
72916
72966
|
},
|
72917
72967
|
"StringCondition": {
|
72918
|
-
"shape": "
|
72968
|
+
"shape": "Sk9"
|
72919
72969
|
}
|
72920
72970
|
}
|
72921
72971
|
},
|
72922
|
-
"
|
72972
|
+
"Skt": {
|
72923
72973
|
"type": "list",
|
72924
72974
|
"member": {
|
72925
|
-
"shape": "
|
72975
|
+
"shape": "Sks"
|
72926
72976
|
}
|
72927
72977
|
},
|
72928
|
-
"
|
72978
|
+
"Sl7": {
|
72929
72979
|
"type": "structure",
|
72930
72980
|
"members": {
|
72931
72981
|
"OrConditions": {
|
72932
|
-
"shape": "
|
72982
|
+
"shape": "Sl8"
|
72933
72983
|
},
|
72934
72984
|
"AndConditions": {
|
72935
|
-
"shape": "
|
72985
|
+
"shape": "Sl8"
|
72936
72986
|
},
|
72937
72987
|
"StringCondition": {
|
72938
|
-
"shape": "
|
72988
|
+
"shape": "Sk9"
|
72939
72989
|
}
|
72940
72990
|
}
|
72941
72991
|
},
|
72942
|
-
"
|
72992
|
+
"Sl8": {
|
72943
72993
|
"type": "list",
|
72944
72994
|
"member": {
|
72945
|
-
"shape": "
|
72995
|
+
"shape": "Sl7"
|
72946
72996
|
}
|
72947
72997
|
},
|
72948
|
-
"
|
72998
|
+
"Slc": {
|
72949
72999
|
"type": "structure",
|
72950
73000
|
"members": {
|
72951
73001
|
"OrConditions": {
|
72952
|
-
"shape": "
|
73002
|
+
"shape": "Sld"
|
72953
73003
|
},
|
72954
73004
|
"AndConditions": {
|
72955
|
-
"shape": "
|
73005
|
+
"shape": "Sld"
|
72956
73006
|
},
|
72957
73007
|
"StringCondition": {
|
72958
|
-
"shape": "
|
73008
|
+
"shape": "Sk9"
|
72959
73009
|
}
|
72960
73010
|
}
|
72961
73011
|
},
|
72962
|
-
"
|
73012
|
+
"Sld": {
|
72963
73013
|
"type": "list",
|
72964
73014
|
"member": {
|
72965
|
-
"shape": "
|
73015
|
+
"shape": "Slc"
|
72966
73016
|
}
|
72967
73017
|
},
|
72968
|
-
"
|
73018
|
+
"Slk": {
|
72969
73019
|
"type": "structure",
|
72970
73020
|
"members": {
|
72971
73021
|
"OrConditions": {
|
72972
|
-
"shape": "
|
73022
|
+
"shape": "Sll"
|
72973
73023
|
},
|
72974
73024
|
"AndConditions": {
|
72975
|
-
"shape": "
|
73025
|
+
"shape": "Sll"
|
72976
73026
|
},
|
72977
73027
|
"StringCondition": {
|
72978
|
-
"shape": "
|
73028
|
+
"shape": "Sk9"
|
72979
73029
|
},
|
72980
73030
|
"HierarchyGroupCondition": {
|
72981
73031
|
"type": "structure",
|
@@ -72986,25 +73036,25 @@ module.exports={
|
|
72986
73036
|
}
|
72987
73037
|
}
|
72988
73038
|
},
|
72989
|
-
"
|
73039
|
+
"Sll": {
|
72990
73040
|
"type": "list",
|
72991
73041
|
"member": {
|
72992
|
-
"shape": "
|
73042
|
+
"shape": "Slk"
|
72993
73043
|
}
|
72994
73044
|
},
|
72995
|
-
"
|
73045
|
+
"Smw": {
|
72996
73046
|
"type": "map",
|
72997
73047
|
"key": {},
|
72998
73048
|
"value": {
|
72999
73049
|
"type": "structure",
|
73000
73050
|
"members": {
|
73001
73051
|
"Value": {
|
73002
|
-
"shape": "
|
73052
|
+
"shape": "S9g"
|
73003
73053
|
}
|
73004
73054
|
}
|
73005
73055
|
}
|
73006
73056
|
},
|
73007
|
-
"
|
73057
|
+
"Soy": {
|
73008
73058
|
"type": "structure",
|
73009
73059
|
"required": [
|
73010
73060
|
"Name"
|
@@ -92989,6 +93039,22 @@ module.exports={
|
|
92989
93039
|
},
|
92990
93040
|
"NitroEnclavesSupport": {
|
92991
93041
|
"locationName": "nitroEnclavesSupport"
|
93042
|
+
},
|
93043
|
+
"NitroTpmSupport": {
|
93044
|
+
"locationName": "nitroTpmSupport"
|
93045
|
+
},
|
93046
|
+
"NitroTpmInfo": {
|
93047
|
+
"locationName": "nitroTpmInfo",
|
93048
|
+
"type": "structure",
|
93049
|
+
"members": {
|
93050
|
+
"SupportedVersions": {
|
93051
|
+
"locationName": "supportedVersions",
|
93052
|
+
"type": "list",
|
93053
|
+
"member": {
|
93054
|
+
"locationName": "item"
|
93055
|
+
}
|
93056
|
+
}
|
93057
|
+
}
|
92992
93058
|
}
|
92993
93059
|
}
|
92994
93060
|
}
|
@@ -93031,7 +93097,7 @@ module.exports={
|
|
93031
93097
|
"locationName": "reservationSet",
|
93032
93098
|
"type": "list",
|
93033
93099
|
"member": {
|
93034
|
-
"shape": "
|
93100
|
+
"shape": "S1cg",
|
93035
93101
|
"locationName": "item"
|
93036
93102
|
}
|
93037
93103
|
},
|
@@ -93663,7 +93729,7 @@ module.exports={
|
|
93663
93729
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
93664
93730
|
},
|
93665
93731
|
"LocalGatewayVirtualInterfaceIds": {
|
93666
|
-
"shape": "
|
93732
|
+
"shape": "S1f5",
|
93667
93733
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
93668
93734
|
},
|
93669
93735
|
"LocalGatewayId": {
|
@@ -93690,7 +93756,7 @@ module.exports={
|
|
93690
93756
|
"type": "structure",
|
93691
93757
|
"members": {
|
93692
93758
|
"LocalGatewayVirtualInterfaceIds": {
|
93693
|
-
"shape": "
|
93759
|
+
"shape": "S1f5",
|
93694
93760
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
93695
93761
|
},
|
93696
93762
|
"Filters": {
|
@@ -94023,7 +94089,7 @@ module.exports={
|
|
94023
94089
|
"locationName": "networkInsightsAccessScopeAnalysisSet",
|
94024
94090
|
"type": "list",
|
94025
94091
|
"member": {
|
94026
|
-
"shape": "
|
94092
|
+
"shape": "S1g5",
|
94027
94093
|
"locationName": "item"
|
94028
94094
|
}
|
94029
94095
|
},
|
@@ -94112,7 +94178,7 @@ module.exports={
|
|
94112
94178
|
"locationName": "networkInsightsAnalysisSet",
|
94113
94179
|
"type": "list",
|
94114
94180
|
"member": {
|
94115
|
-
"shape": "
|
94181
|
+
"shape": "S1gg",
|
94116
94182
|
"locationName": "item"
|
94117
94183
|
}
|
94118
94184
|
},
|
@@ -94465,7 +94531,7 @@ module.exports={
|
|
94465
94531
|
"locationName": "poolAddressRangeSet",
|
94466
94532
|
"type": "list",
|
94467
94533
|
"member": {
|
94468
|
-
"shape": "
|
94534
|
+
"shape": "S1ij",
|
94469
94535
|
"locationName": "item"
|
94470
94536
|
}
|
94471
94537
|
},
|
@@ -94593,7 +94659,7 @@ module.exports={
|
|
94593
94659
|
},
|
94594
94660
|
"OfferingClass": {},
|
94595
94661
|
"ReservedInstancesIds": {
|
94596
|
-
"shape": "
|
94662
|
+
"shape": "S1iw",
|
94597
94663
|
"locationName": "ReservedInstancesId"
|
94598
94664
|
},
|
94599
94665
|
"DryRun": {
|
@@ -94667,7 +94733,7 @@ module.exports={
|
|
94667
94733
|
"locationName": "offeringType"
|
94668
94734
|
},
|
94669
94735
|
"RecurringCharges": {
|
94670
|
-
"shape": "
|
94736
|
+
"shape": "S1j4",
|
94671
94737
|
"locationName": "recurringCharges"
|
94672
94738
|
},
|
94673
94739
|
"Scope": {
|
@@ -94764,7 +94830,7 @@ module.exports={
|
|
94764
94830
|
"locationName": "reservedInstancesId"
|
94765
94831
|
},
|
94766
94832
|
"TargetConfiguration": {
|
94767
|
-
"shape": "
|
94833
|
+
"shape": "S1ji",
|
94768
94834
|
"locationName": "targetConfiguration"
|
94769
94835
|
}
|
94770
94836
|
}
|
@@ -94919,7 +94985,7 @@ module.exports={
|
|
94919
94985
|
}
|
94920
94986
|
},
|
94921
94987
|
"RecurringCharges": {
|
94922
|
-
"shape": "
|
94988
|
+
"shape": "S1j4",
|
94923
94989
|
"locationName": "recurringCharges"
|
94924
94990
|
},
|
94925
94991
|
"Scope": {
|
@@ -95087,7 +95153,7 @@ module.exports={
|
|
95087
95153
|
"locationName": "purchaseToken"
|
95088
95154
|
},
|
95089
95155
|
"Recurrence": {
|
95090
|
-
"shape": "
|
95156
|
+
"shape": "S1k5",
|
95091
95157
|
"locationName": "recurrence"
|
95092
95158
|
},
|
95093
95159
|
"SlotDurationInHours": {
|
@@ -95149,7 +95215,7 @@ module.exports={
|
|
95149
95215
|
"locationName": "scheduledInstanceSet",
|
95150
95216
|
"type": "list",
|
95151
95217
|
"member": {
|
95152
|
-
"shape": "
|
95218
|
+
"shape": "S1kd",
|
95153
95219
|
"locationName": "item"
|
95154
95220
|
}
|
95155
95221
|
}
|
@@ -95208,7 +95274,7 @@ module.exports={
|
|
95208
95274
|
"locationName": "Filter"
|
95209
95275
|
},
|
95210
95276
|
"SecurityGroupRuleIds": {
|
95211
|
-
"shape": "
|
95277
|
+
"shape": "S1kk",
|
95212
95278
|
"locationName": "SecurityGroupRuleId"
|
95213
95279
|
},
|
95214
95280
|
"DryRun": {
|
@@ -95246,7 +95312,7 @@ module.exports={
|
|
95246
95312
|
"locationName": "GroupId"
|
95247
95313
|
},
|
95248
95314
|
"GroupNames": {
|
95249
|
-
"shape": "
|
95315
|
+
"shape": "S1ko",
|
95250
95316
|
"locationName": "GroupName"
|
95251
95317
|
},
|
95252
95318
|
"DryRun": {
|
@@ -95325,7 +95391,7 @@ module.exports={
|
|
95325
95391
|
"type": "structure",
|
95326
95392
|
"members": {
|
95327
95393
|
"CreateVolumePermissions": {
|
95328
|
-
"shape": "
|
95394
|
+
"shape": "S1kw",
|
95329
95395
|
"locationName": "createVolumePermission"
|
95330
95396
|
},
|
95331
95397
|
"ProductCodes": {
|
@@ -95437,7 +95503,7 @@ module.exports={
|
|
95437
95503
|
"member": {}
|
95438
95504
|
},
|
95439
95505
|
"SnapshotIds": {
|
95440
|
-
"shape": "
|
95506
|
+
"shape": "S1l6",
|
95441
95507
|
"locationName": "SnapshotId"
|
95442
95508
|
},
|
95443
95509
|
"DryRun": {
|
@@ -95636,7 +95702,7 @@ module.exports={
|
|
95636
95702
|
"type": "timestamp"
|
95637
95703
|
},
|
95638
95704
|
"SpotFleetRequestConfig": {
|
95639
|
-
"shape": "
|
95705
|
+
"shape": "S1lp",
|
95640
95706
|
"locationName": "spotFleetRequestConfig"
|
95641
95707
|
},
|
95642
95708
|
"SpotFleetRequestId": {
|
@@ -95681,7 +95747,7 @@ module.exports={
|
|
95681
95747
|
"type": "structure",
|
95682
95748
|
"members": {
|
95683
95749
|
"SpotInstanceRequests": {
|
95684
|
-
"shape": "
|
95750
|
+
"shape": "S1mh",
|
95685
95751
|
"locationName": "spotInstanceRequestSet"
|
95686
95752
|
},
|
95687
95753
|
"NextToken": {
|
@@ -95807,11 +95873,11 @@ module.exports={
|
|
95807
95873
|
"locationName": "groupName"
|
95808
95874
|
},
|
95809
95875
|
"StaleIpPermissions": {
|
95810
|
-
"shape": "
|
95876
|
+
"shape": "S1mz",
|
95811
95877
|
"locationName": "staleIpPermissions"
|
95812
95878
|
},
|
95813
95879
|
"StaleIpPermissionsEgress": {
|
95814
|
-
"shape": "
|
95880
|
+
"shape": "S1mz",
|
95815
95881
|
"locationName": "staleIpPermissionsEgress"
|
95816
95882
|
},
|
95817
95883
|
"VpcId": {
|
@@ -96111,7 +96177,7 @@ module.exports={
|
|
96111
96177
|
"type": "structure",
|
96112
96178
|
"members": {
|
96113
96179
|
"TransitGatewayAttachmentIds": {
|
96114
|
-
"shape": "
|
96180
|
+
"shape": "S1nx"
|
96115
96181
|
},
|
96116
96182
|
"Filters": {
|
96117
96183
|
"shape": "Szi",
|
@@ -96231,7 +96297,7 @@ module.exports={
|
|
96231
96297
|
"type": "structure",
|
96232
96298
|
"members": {
|
96233
96299
|
"TransitGatewayAttachmentIds": {
|
96234
|
-
"shape": "
|
96300
|
+
"shape": "S1nx"
|
96235
96301
|
},
|
96236
96302
|
"Filters": {
|
96237
96303
|
"shape": "Szi",
|
@@ -96308,7 +96374,7 @@ module.exports={
|
|
96308
96374
|
"type": "structure",
|
96309
96375
|
"members": {
|
96310
96376
|
"TransitGatewayAttachmentIds": {
|
96311
|
-
"shape": "
|
96377
|
+
"shape": "S1nx"
|
96312
96378
|
},
|
96313
96379
|
"Filters": {
|
96314
96380
|
"shape": "Szi",
|
@@ -96465,7 +96531,7 @@ module.exports={
|
|
96465
96531
|
"type": "structure",
|
96466
96532
|
"members": {
|
96467
96533
|
"TransitGatewayAttachmentIds": {
|
96468
|
-
"shape": "
|
96534
|
+
"shape": "S1nx"
|
96469
96535
|
},
|
96470
96536
|
"Filters": {
|
96471
96537
|
"shape": "Szi",
|
@@ -96668,7 +96734,7 @@ module.exports={
|
|
96668
96734
|
"type": "structure",
|
96669
96735
|
"members": {
|
96670
96736
|
"VerifiedAccessInstanceIds": {
|
96671
|
-
"shape": "
|
96737
|
+
"shape": "S1pg",
|
96672
96738
|
"locationName": "VerifiedAccessInstanceId"
|
96673
96739
|
},
|
96674
96740
|
"MaxResults": {
|
@@ -96691,7 +96757,7 @@ module.exports={
|
|
96691
96757
|
"locationName": "loggingConfigurationSet",
|
96692
96758
|
"type": "list",
|
96693
96759
|
"member": {
|
96694
|
-
"shape": "
|
96760
|
+
"shape": "S1pk",
|
96695
96761
|
"locationName": "item"
|
96696
96762
|
}
|
96697
96763
|
},
|
@@ -96706,7 +96772,7 @@ module.exports={
|
|
96706
96772
|
"type": "structure",
|
96707
96773
|
"members": {
|
96708
96774
|
"VerifiedAccessInstanceIds": {
|
96709
|
-
"shape": "
|
96775
|
+
"shape": "S1pg",
|
96710
96776
|
"locationName": "VerifiedAccessInstanceId"
|
96711
96777
|
},
|
96712
96778
|
"MaxResults": {
|
@@ -97026,7 +97092,7 @@ module.exports={
|
|
97026
97092
|
"locationName": "volumeModificationSet",
|
97027
97093
|
"type": "list",
|
97028
97094
|
"member": {
|
97029
|
-
"shape": "
|
97095
|
+
"shape": "S1qo",
|
97030
97096
|
"locationName": "item"
|
97031
97097
|
}
|
97032
97098
|
},
|
@@ -97086,7 +97152,7 @@ module.exports={
|
|
97086
97152
|
"type": "boolean"
|
97087
97153
|
},
|
97088
97154
|
"VpcIds": {
|
97089
|
-
"shape": "
|
97155
|
+
"shape": "S1qu",
|
97090
97156
|
"locationName": "VpcId"
|
97091
97157
|
}
|
97092
97158
|
}
|
@@ -97130,7 +97196,7 @@ module.exports={
|
|
97130
97196
|
"locationName": "nextToken"
|
97131
97197
|
},
|
97132
97198
|
"VpcIds": {
|
97133
|
-
"shape": "
|
97199
|
+
"shape": "S1qu"
|
97134
97200
|
}
|
97135
97201
|
}
|
97136
97202
|
},
|
@@ -97933,11 +97999,11 @@ module.exports={
|
|
97933
97999
|
],
|
97934
98000
|
"members": {
|
97935
98001
|
"AvailabilityZones": {
|
97936
|
-
"shape": "
|
98002
|
+
"shape": "S1su",
|
97937
98003
|
"locationName": "AvailabilityZone"
|
97938
98004
|
},
|
97939
98005
|
"SourceSnapshotIds": {
|
97940
|
-
"shape": "
|
98006
|
+
"shape": "S1l6",
|
97941
98007
|
"locationName": "SourceSnapshotId"
|
97942
98008
|
},
|
97943
98009
|
"DryRun": {
|
@@ -98121,7 +98187,7 @@ module.exports={
|
|
98121
98187
|
"type": "structure",
|
98122
98188
|
"members": {
|
98123
98189
|
"Propagation": {
|
98124
|
-
"shape": "
|
98190
|
+
"shape": "S1tb",
|
98125
98191
|
"locationName": "propagation"
|
98126
98192
|
}
|
98127
98193
|
}
|
@@ -98701,11 +98767,11 @@ module.exports={
|
|
98701
98767
|
],
|
98702
98768
|
"members": {
|
98703
98769
|
"AvailabilityZones": {
|
98704
|
-
"shape": "
|
98770
|
+
"shape": "S1su",
|
98705
98771
|
"locationName": "AvailabilityZone"
|
98706
98772
|
},
|
98707
98773
|
"SourceSnapshotIds": {
|
98708
|
-
"shape": "
|
98774
|
+
"shape": "S1l6",
|
98709
98775
|
"locationName": "SourceSnapshotId"
|
98710
98776
|
},
|
98711
98777
|
"DryRun": {
|
@@ -98912,7 +98978,7 @@ module.exports={
|
|
98912
98978
|
"type": "structure",
|
98913
98979
|
"members": {
|
98914
98980
|
"Propagation": {
|
98915
|
-
"shape": "
|
98981
|
+
"shape": "S1tb",
|
98916
98982
|
"locationName": "propagation"
|
98917
98983
|
}
|
98918
98984
|
}
|
@@ -99523,7 +99589,7 @@ module.exports={
|
|
99523
99589
|
"type": "structure",
|
99524
99590
|
"members": {
|
99525
99591
|
"InstanceFamilyCreditSpecification": {
|
99526
|
-
"shape": "
|
99592
|
+
"shape": "S1wl",
|
99527
99593
|
"locationName": "instanceFamilyCreditSpecification"
|
99528
99594
|
}
|
99529
99595
|
}
|
@@ -99670,7 +99736,7 @@ module.exports={
|
|
99670
99736
|
],
|
99671
99737
|
"members": {
|
99672
99738
|
"HostIdSet": {
|
99673
|
-
"shape": "
|
99739
|
+
"shape": "S1x2"
|
99674
99740
|
},
|
99675
99741
|
"OfferingId": {}
|
99676
99742
|
}
|
@@ -99682,7 +99748,7 @@ module.exports={
|
|
99682
99748
|
"locationName": "currencyCode"
|
99683
99749
|
},
|
99684
99750
|
"Purchase": {
|
99685
|
-
"shape": "
|
99751
|
+
"shape": "S1x4",
|
99686
99752
|
"locationName": "purchase"
|
99687
99753
|
},
|
99688
99754
|
"TotalHourlyPrice": {
|
@@ -99707,11 +99773,11 @@ module.exports={
|
|
99707
99773
|
"type": "boolean"
|
99708
99774
|
},
|
99709
99775
|
"ArchitectureTypes": {
|
99710
|
-
"shape": "
|
99776
|
+
"shape": "S1x7",
|
99711
99777
|
"locationName": "ArchitectureType"
|
99712
99778
|
},
|
99713
99779
|
"VirtualizationTypes": {
|
99714
|
-
"shape": "
|
99780
|
+
"shape": "S1x8",
|
99715
99781
|
"locationName": "VirtualizationType"
|
99716
99782
|
},
|
99717
99783
|
"InstanceRequirements": {
|
@@ -100108,7 +100174,7 @@ module.exports={
|
|
100108
100174
|
"locationName": "ipamResourceCidrSet",
|
100109
100175
|
"type": "list",
|
100110
100176
|
"member": {
|
100111
|
-
"shape": "
|
100177
|
+
"shape": "S1y8",
|
100112
100178
|
"locationName": "item"
|
100113
100179
|
}
|
100114
100180
|
}
|
@@ -100268,7 +100334,7 @@ module.exports={
|
|
100268
100334
|
"locationName": "findingId"
|
100269
100335
|
},
|
100270
100336
|
"FindingComponents": {
|
100271
|
-
"shape": "
|
100337
|
+
"shape": "S1gi",
|
100272
100338
|
"locationName": "findingComponentSet"
|
100273
100339
|
}
|
100274
100340
|
}
|
@@ -100371,7 +100437,7 @@ module.exports={
|
|
100371
100437
|
"locationName": "paymentDue"
|
100372
100438
|
},
|
100373
100439
|
"ReservedInstanceValueRollup": {
|
100374
|
-
"shape": "
|
100440
|
+
"shape": "S1yv",
|
100375
100441
|
"locationName": "reservedInstanceValueRollup"
|
100376
100442
|
},
|
100377
100443
|
"ReservedInstanceValueSet": {
|
@@ -100382,7 +100448,7 @@ module.exports={
|
|
100382
100448
|
"type": "structure",
|
100383
100449
|
"members": {
|
100384
100450
|
"ReservationValue": {
|
100385
|
-
"shape": "
|
100451
|
+
"shape": "S1yv",
|
100386
100452
|
"locationName": "reservationValue"
|
100387
100453
|
},
|
100388
100454
|
"ReservedInstanceId": {
|
@@ -100392,7 +100458,7 @@ module.exports={
|
|
100392
100458
|
}
|
100393
100459
|
},
|
100394
100460
|
"TargetConfigurationValueRollup": {
|
100395
|
-
"shape": "
|
100461
|
+
"shape": "S1yv",
|
100396
100462
|
"locationName": "targetConfigurationValueRollup"
|
100397
100463
|
},
|
100398
100464
|
"TargetConfigurationValueSet": {
|
@@ -100403,7 +100469,7 @@ module.exports={
|
|
100403
100469
|
"type": "structure",
|
100404
100470
|
"members": {
|
100405
100471
|
"ReservationValue": {
|
100406
|
-
"shape": "
|
100472
|
+
"shape": "S1yv",
|
100407
100473
|
"locationName": "reservationValue"
|
100408
100474
|
},
|
100409
100475
|
"TargetConfiguration": {
|
@@ -100475,11 +100541,11 @@ module.exports={
|
|
100475
100541
|
"type": "structure",
|
100476
100542
|
"members": {
|
100477
100543
|
"ArchitectureTypes": {
|
100478
|
-
"shape": "
|
100544
|
+
"shape": "S1x7",
|
100479
100545
|
"locationName": "ArchitectureType"
|
100480
100546
|
},
|
100481
100547
|
"VirtualizationTypes": {
|
100482
|
-
"shape": "
|
100548
|
+
"shape": "S1x8",
|
100483
100549
|
"locationName": "VirtualizationType"
|
100484
100550
|
},
|
100485
100551
|
"InstanceRequirements": {
|
@@ -100550,11 +100616,11 @@ module.exports={
|
|
100550
100616
|
"type": "structure",
|
100551
100617
|
"members": {
|
100552
100618
|
"SubnetIpv4CidrReservations": {
|
100553
|
-
"shape": "
|
100619
|
+
"shape": "S1zf",
|
100554
100620
|
"locationName": "subnetIpv4CidrReservationSet"
|
100555
100621
|
},
|
100556
100622
|
"SubnetIpv6CidrReservations": {
|
100557
|
-
"shape": "
|
100623
|
+
"shape": "S1zf",
|
100558
100624
|
"locationName": "subnetIpv6CidrReservationSet"
|
100559
100625
|
},
|
100560
100626
|
"NextToken": {
|
@@ -101131,7 +101197,7 @@ module.exports={
|
|
101131
101197
|
"members": {
|
101132
101198
|
"Architecture": {},
|
101133
101199
|
"ClientData": {
|
101134
|
-
"shape": "
|
101200
|
+
"shape": "S20r"
|
101135
101201
|
},
|
101136
101202
|
"ClientToken": {},
|
101137
101203
|
"Description": {},
|
@@ -101150,7 +101216,7 @@ module.exports={
|
|
101150
101216
|
"shape": "S17v"
|
101151
101217
|
},
|
101152
101218
|
"UserBucket": {
|
101153
|
-
"shape": "
|
101219
|
+
"shape": "S20u"
|
101154
101220
|
}
|
101155
101221
|
}
|
101156
101222
|
}
|
@@ -101260,10 +101326,10 @@ module.exports={
|
|
101260
101326
|
"members": {
|
101261
101327
|
"Description": {},
|
101262
101328
|
"Image": {
|
101263
|
-
"shape": "
|
101329
|
+
"shape": "S211"
|
101264
101330
|
},
|
101265
101331
|
"Volume": {
|
101266
|
-
"shape": "
|
101332
|
+
"shape": "S212"
|
101267
101333
|
}
|
101268
101334
|
}
|
101269
101335
|
}
|
@@ -101386,7 +101452,7 @@ module.exports={
|
|
101386
101452
|
"type": "structure",
|
101387
101453
|
"members": {
|
101388
101454
|
"ClientData": {
|
101389
|
-
"shape": "
|
101455
|
+
"shape": "S20r"
|
101390
101456
|
},
|
101391
101457
|
"ClientToken": {},
|
101392
101458
|
"Description": {},
|
@@ -101399,7 +101465,7 @@ module.exports={
|
|
101399
101465
|
"shape": "S17v"
|
101400
101466
|
},
|
101401
101467
|
"UserBucket": {
|
101402
|
-
"shape": "
|
101468
|
+
"shape": "S20u"
|
101403
101469
|
}
|
101404
101470
|
}
|
101405
101471
|
},
|
@@ -101457,11 +101523,11 @@ module.exports={
|
|
101457
101523
|
"type": "boolean"
|
101458
101524
|
},
|
101459
101525
|
"Image": {
|
101460
|
-
"shape": "
|
101526
|
+
"shape": "S211",
|
101461
101527
|
"locationName": "image"
|
101462
101528
|
},
|
101463
101529
|
"Volume": {
|
101464
|
-
"shape": "
|
101530
|
+
"shape": "S212",
|
101465
101531
|
"locationName": "volume"
|
101466
101532
|
}
|
101467
101533
|
}
|
@@ -101538,7 +101604,7 @@ module.exports={
|
|
101538
101604
|
},
|
101539
101605
|
"NextToken": {},
|
101540
101606
|
"SnapshotIds": {
|
101541
|
-
"shape": "
|
101607
|
+
"shape": "S1l6",
|
101542
101608
|
"locationName": "SnapshotId"
|
101543
101609
|
},
|
101544
101610
|
"DryRun": {
|
@@ -101776,7 +101842,7 @@ module.exports={
|
|
101776
101842
|
"type": "structure",
|
101777
101843
|
"members": {
|
101778
101844
|
"InstanceFamilyCreditSpecification": {
|
101779
|
-
"shape": "
|
101845
|
+
"shape": "S1wl",
|
101780
101846
|
"locationName": "instanceFamilyCreditSpecification"
|
101781
101847
|
}
|
101782
101848
|
}
|
@@ -101850,25 +101916,25 @@ module.exports={
|
|
101850
101916
|
"Attribute": {},
|
101851
101917
|
"OperationType": {},
|
101852
101918
|
"UserIds": {
|
101853
|
-
"shape": "
|
101919
|
+
"shape": "S227",
|
101854
101920
|
"locationName": "UserId"
|
101855
101921
|
},
|
101856
101922
|
"UserGroups": {
|
101857
|
-
"shape": "
|
101923
|
+
"shape": "S228",
|
101858
101924
|
"locationName": "UserGroup"
|
101859
101925
|
},
|
101860
101926
|
"ProductCodes": {
|
101861
|
-
"shape": "
|
101927
|
+
"shape": "S229",
|
101862
101928
|
"locationName": "ProductCode"
|
101863
101929
|
},
|
101864
101930
|
"LoadPermission": {
|
101865
101931
|
"type": "structure",
|
101866
101932
|
"members": {
|
101867
101933
|
"Add": {
|
101868
|
-
"shape": "
|
101934
|
+
"shape": "S22b"
|
101869
101935
|
},
|
101870
101936
|
"Remove": {
|
101871
|
-
"shape": "
|
101937
|
+
"shape": "S22b"
|
101872
101938
|
}
|
101873
101939
|
}
|
101874
101940
|
},
|
@@ -101914,7 +101980,7 @@ module.exports={
|
|
101914
101980
|
"locationName": "successful"
|
101915
101981
|
},
|
101916
101982
|
"Unsuccessful": {
|
101917
|
-
"shape": "
|
101983
|
+
"shape": "S22g",
|
101918
101984
|
"locationName": "unsuccessful"
|
101919
101985
|
}
|
101920
101986
|
}
|
@@ -101982,15 +102048,15 @@ module.exports={
|
|
101982
102048
|
},
|
101983
102049
|
"OperationType": {},
|
101984
102050
|
"ProductCodes": {
|
101985
|
-
"shape": "
|
102051
|
+
"shape": "S229",
|
101986
102052
|
"locationName": "ProductCode"
|
101987
102053
|
},
|
101988
102054
|
"UserGroups": {
|
101989
|
-
"shape": "
|
102055
|
+
"shape": "S228",
|
101990
102056
|
"locationName": "UserGroup"
|
101991
102057
|
},
|
101992
102058
|
"UserIds": {
|
101993
|
-
"shape": "
|
102059
|
+
"shape": "S227",
|
101994
102060
|
"locationName": "UserId"
|
101995
102061
|
},
|
101996
102062
|
"Value": {},
|
@@ -102135,7 +102201,7 @@ module.exports={
|
|
102135
102201
|
"members": {
|
102136
102202
|
"InstanceId": {},
|
102137
102203
|
"CapacityReservationSpecification": {
|
102138
|
-
"shape": "
|
102204
|
+
"shape": "S22t"
|
102139
102205
|
},
|
102140
102206
|
"DryRun": {
|
102141
102207
|
"type": "boolean"
|
@@ -102335,7 +102401,7 @@ module.exports={
|
|
102335
102401
|
"locationName": "instanceId"
|
102336
102402
|
},
|
102337
102403
|
"InstanceMetadataOptions": {
|
102338
|
-
"shape": "
|
102404
|
+
"shape": "S1d5",
|
102339
102405
|
"locationName": "instanceMetadataOptions"
|
102340
102406
|
}
|
102341
102407
|
}
|
@@ -102395,7 +102461,7 @@ module.exports={
|
|
102395
102461
|
"locationName": "AddOperatingRegion"
|
102396
102462
|
},
|
102397
102463
|
"RemoveOperatingRegions": {
|
102398
|
-
"shape": "
|
102464
|
+
"shape": "S23i",
|
102399
102465
|
"locationName": "RemoveOperatingRegion"
|
102400
102466
|
}
|
102401
102467
|
}
|
@@ -102485,7 +102551,7 @@ module.exports={
|
|
102485
102551
|
"type": "structure",
|
102486
102552
|
"members": {
|
102487
102553
|
"IpamResourceCidr": {
|
102488
|
-
"shape": "
|
102554
|
+
"shape": "S1y8",
|
102489
102555
|
"locationName": "ipamResourceCidr"
|
102490
102556
|
}
|
102491
102557
|
}
|
@@ -102508,7 +102574,7 @@ module.exports={
|
|
102508
102574
|
"locationName": "AddOperatingRegion"
|
102509
102575
|
},
|
102510
102576
|
"RemoveOperatingRegions": {
|
102511
|
-
"shape": "
|
102577
|
+
"shape": "S23i",
|
102512
102578
|
"locationName": "RemoveOperatingRegion"
|
102513
102579
|
}
|
102514
102580
|
}
|
@@ -102730,7 +102796,7 @@ module.exports={
|
|
102730
102796
|
],
|
102731
102797
|
"members": {
|
102732
102798
|
"ReservedInstancesIds": {
|
102733
|
-
"shape": "
|
102799
|
+
"shape": "S1iw",
|
102734
102800
|
"locationName": "ReservedInstancesId"
|
102735
102801
|
},
|
102736
102802
|
"ClientToken": {
|
@@ -102740,7 +102806,7 @@ module.exports={
|
|
102740
102806
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
102741
102807
|
"type": "list",
|
102742
102808
|
"member": {
|
102743
|
-
"shape": "
|
102809
|
+
"shape": "S1ji",
|
102744
102810
|
"locationName": "item"
|
102745
102811
|
}
|
102746
102812
|
}
|
@@ -102822,21 +102888,21 @@ module.exports={
|
|
102822
102888
|
"type": "structure",
|
102823
102889
|
"members": {
|
102824
102890
|
"Add": {
|
102825
|
-
"shape": "
|
102891
|
+
"shape": "S1kw"
|
102826
102892
|
},
|
102827
102893
|
"Remove": {
|
102828
|
-
"shape": "
|
102894
|
+
"shape": "S1kw"
|
102829
102895
|
}
|
102830
102896
|
}
|
102831
102897
|
},
|
102832
102898
|
"GroupNames": {
|
102833
|
-
"shape": "
|
102899
|
+
"shape": "S1ko",
|
102834
102900
|
"locationName": "UserGroup"
|
102835
102901
|
},
|
102836
102902
|
"OperationType": {},
|
102837
102903
|
"SnapshotId": {},
|
102838
102904
|
"UserIds": {
|
102839
|
-
"shape": "
|
102905
|
+
"shape": "S227",
|
102840
102906
|
"locationName": "UserId"
|
102841
102907
|
},
|
102842
102908
|
"DryRun": {
|
@@ -102884,7 +102950,7 @@ module.exports={
|
|
102884
102950
|
"locationName": "excessCapacityTerminationPolicy"
|
102885
102951
|
},
|
102886
102952
|
"LaunchTemplateConfigs": {
|
102887
|
-
"shape": "
|
102953
|
+
"shape": "S1m4",
|
102888
102954
|
"locationName": "LaunchTemplateConfig"
|
102889
102955
|
},
|
102890
102956
|
"SpotFleetRequestId": {
|
@@ -103420,7 +103486,7 @@ module.exports={
|
|
103420
103486
|
"type": "structure",
|
103421
103487
|
"members": {
|
103422
103488
|
"LoggingConfiguration": {
|
103423
|
-
"shape": "
|
103489
|
+
"shape": "S1pk",
|
103424
103490
|
"locationName": "loggingConfiguration"
|
103425
103491
|
}
|
103426
103492
|
}
|
@@ -103497,7 +103563,7 @@ module.exports={
|
|
103497
103563
|
"type": "structure",
|
103498
103564
|
"members": {
|
103499
103565
|
"VolumeModification": {
|
103500
|
-
"shape": "
|
103566
|
+
"shape": "S1qo",
|
103501
103567
|
"locationName": "volumeModification"
|
103502
103568
|
}
|
103503
103569
|
}
|
@@ -103766,13 +103832,13 @@ module.exports={
|
|
103766
103832
|
],
|
103767
103833
|
"members": {
|
103768
103834
|
"AccepterPeeringConnectionOptions": {
|
103769
|
-
"shape": "
|
103835
|
+
"shape": "S266"
|
103770
103836
|
},
|
103771
103837
|
"DryRun": {
|
103772
103838
|
"type": "boolean"
|
103773
103839
|
},
|
103774
103840
|
"RequesterPeeringConnectionOptions": {
|
103775
|
-
"shape": "
|
103841
|
+
"shape": "S266"
|
103776
103842
|
},
|
103777
103843
|
"VpcPeeringConnectionId": {}
|
103778
103844
|
}
|
@@ -103781,11 +103847,11 @@ module.exports={
|
|
103781
103847
|
"type": "structure",
|
103782
103848
|
"members": {
|
103783
103849
|
"AccepterPeeringConnectionOptions": {
|
103784
|
-
"shape": "
|
103850
|
+
"shape": "S268",
|
103785
103851
|
"locationName": "accepterPeeringConnectionOptions"
|
103786
103852
|
},
|
103787
103853
|
"RequesterPeeringConnectionOptions": {
|
103788
|
-
"shape": "
|
103854
|
+
"shape": "S268",
|
103789
103855
|
"locationName": "requesterPeeringConnectionOptions"
|
103790
103856
|
}
|
103791
103857
|
}
|
@@ -104009,7 +104075,7 @@ module.exports={
|
|
104009
104075
|
"type": "structure",
|
104010
104076
|
"members": {
|
104011
104077
|
"InstanceMonitorings": {
|
104012
|
-
"shape": "
|
104078
|
+
"shape": "S26n",
|
104013
104079
|
"locationName": "instancesSet"
|
104014
104080
|
}
|
104015
104081
|
}
|
@@ -104178,7 +104244,7 @@ module.exports={
|
|
104178
104244
|
"locationName": "poolId"
|
104179
104245
|
},
|
104180
104246
|
"PoolAddressRange": {
|
104181
|
-
"shape": "
|
104247
|
+
"shape": "S1ij",
|
104182
104248
|
"locationName": "poolAddressRange"
|
104183
104249
|
}
|
104184
104250
|
}
|
@@ -104195,7 +104261,7 @@ module.exports={
|
|
104195
104261
|
"ClientToken": {},
|
104196
104262
|
"CurrencyCode": {},
|
104197
104263
|
"HostIdSet": {
|
104198
|
-
"shape": "
|
104264
|
+
"shape": "S1x2"
|
104199
104265
|
},
|
104200
104266
|
"LimitPrice": {},
|
104201
104267
|
"OfferingId": {},
|
@@ -104215,7 +104281,7 @@ module.exports={
|
|
104215
104281
|
"locationName": "currencyCode"
|
104216
104282
|
},
|
104217
104283
|
"Purchase": {
|
104218
|
-
"shape": "
|
104284
|
+
"shape": "S1x4",
|
104219
104285
|
"locationName": "purchase"
|
104220
104286
|
},
|
104221
104287
|
"TotalHourlyPrice": {
|
@@ -104310,7 +104376,7 @@ module.exports={
|
|
104310
104376
|
"locationName": "scheduledInstanceSet",
|
104311
104377
|
"type": "list",
|
104312
104378
|
"member": {
|
104313
|
-
"shape": "
|
104379
|
+
"shape": "S1kd",
|
104314
104380
|
"locationName": "item"
|
104315
104381
|
}
|
104316
104382
|
}
|
@@ -104674,7 +104740,7 @@ module.exports={
|
|
104674
104740
|
"locationName": "successful"
|
104675
104741
|
},
|
104676
104742
|
"Unsuccessful": {
|
104677
|
-
"shape": "
|
104743
|
+
"shape": "S22g",
|
104678
104744
|
"locationName": "unsuccessful"
|
104679
104745
|
}
|
104680
104746
|
}
|
@@ -105002,7 +105068,7 @@ module.exports={
|
|
105002
105068
|
"type": "boolean"
|
105003
105069
|
},
|
105004
105070
|
"SpotFleetRequestConfig": {
|
105005
|
-
"shape": "
|
105071
|
+
"shape": "S1lp",
|
105006
105072
|
"locationName": "spotFleetRequestConfig"
|
105007
105073
|
}
|
105008
105074
|
}
|
@@ -105086,15 +105152,15 @@ module.exports={
|
|
105086
105152
|
"locationName": "keyName"
|
105087
105153
|
},
|
105088
105154
|
"Monitoring": {
|
105089
|
-
"shape": "
|
105155
|
+
"shape": "S1mk",
|
105090
105156
|
"locationName": "monitoring"
|
105091
105157
|
},
|
105092
105158
|
"NetworkInterfaces": {
|
105093
|
-
"shape": "
|
105159
|
+
"shape": "S1lz",
|
105094
105160
|
"locationName": "NetworkInterface"
|
105095
105161
|
},
|
105096
105162
|
"Placement": {
|
105097
|
-
"shape": "
|
105163
|
+
"shape": "S1m1",
|
105098
105164
|
"locationName": "placement"
|
105099
105165
|
},
|
105100
105166
|
"RamdiskId": {
|
@@ -105134,7 +105200,7 @@ module.exports={
|
|
105134
105200
|
"type": "structure",
|
105135
105201
|
"members": {
|
105136
105202
|
"SpotInstanceRequests": {
|
105137
|
-
"shape": "
|
105203
|
+
"shape": "S1mh",
|
105138
105204
|
"locationName": "spotInstanceRequestSet"
|
105139
105205
|
}
|
105140
105206
|
}
|
@@ -105504,7 +105570,7 @@ module.exports={
|
|
105504
105570
|
"locationName": "ipPermissions"
|
105505
105571
|
},
|
105506
105572
|
"SecurityGroupRuleIds": {
|
105507
|
-
"shape": "
|
105573
|
+
"shape": "S1kk",
|
105508
105574
|
"locationName": "SecurityGroupRuleId"
|
105509
105575
|
},
|
105510
105576
|
"CidrIp": {
|
@@ -105567,7 +105633,7 @@ module.exports={
|
|
105567
105633
|
"type": "boolean"
|
105568
105634
|
},
|
105569
105635
|
"SecurityGroupRuleIds": {
|
105570
|
-
"shape": "
|
105636
|
+
"shape": "S1kk",
|
105571
105637
|
"locationName": "SecurityGroupRuleId"
|
105572
105638
|
}
|
105573
105639
|
}
|
@@ -105616,7 +105682,7 @@ module.exports={
|
|
105616
105682
|
"type": "integer"
|
105617
105683
|
},
|
105618
105684
|
"Monitoring": {
|
105619
|
-
"shape": "
|
105685
|
+
"shape": "S1mk"
|
105620
105686
|
},
|
105621
105687
|
"Placement": {
|
105622
105688
|
"shape": "Scg"
|
@@ -105662,7 +105728,7 @@ module.exports={
|
|
105662
105728
|
"locationName": "instanceInitiatedShutdownBehavior"
|
105663
105729
|
},
|
105664
105730
|
"NetworkInterfaces": {
|
105665
|
-
"shape": "
|
105731
|
+
"shape": "S1lz",
|
105666
105732
|
"locationName": "networkInterface"
|
105667
105733
|
},
|
105668
105734
|
"PrivateIpAddress": {
|
@@ -105740,7 +105806,7 @@ module.exports={
|
|
105740
105806
|
}
|
105741
105807
|
},
|
105742
105808
|
"CapacityReservationSpecification": {
|
105743
|
-
"shape": "
|
105809
|
+
"shape": "S22t"
|
105744
105810
|
},
|
105745
105811
|
"HibernationOptions": {
|
105746
105812
|
"type": "structure",
|
@@ -105805,7 +105871,7 @@ module.exports={
|
|
105805
105871
|
}
|
105806
105872
|
},
|
105807
105873
|
"output": {
|
105808
|
-
"shape": "
|
105874
|
+
"shape": "S1cg"
|
105809
105875
|
}
|
105810
105876
|
},
|
105811
105877
|
"RunScheduledInstances": {
|
@@ -105903,7 +105969,7 @@ module.exports={
|
|
105903
105969
|
"type": "integer"
|
105904
105970
|
},
|
105905
105971
|
"Groups": {
|
105906
|
-
"shape": "
|
105972
|
+
"shape": "S2ac",
|
105907
105973
|
"locationName": "Group"
|
105908
105974
|
},
|
105909
105975
|
"Ipv6AddressCount": {
|
@@ -105952,7 +106018,7 @@ module.exports={
|
|
105952
106018
|
},
|
105953
106019
|
"RamdiskId": {},
|
105954
106020
|
"SecurityGroupIds": {
|
105955
|
-
"shape": "
|
106021
|
+
"shape": "S2ac",
|
105956
106022
|
"locationName": "SecurityGroupId"
|
105957
106023
|
},
|
105958
106024
|
"SubnetId": {},
|
@@ -106166,7 +106232,7 @@ module.exports={
|
|
106166
106232
|
"type": "structure",
|
106167
106233
|
"members": {
|
106168
106234
|
"StartingInstances": {
|
106169
|
-
"shape": "
|
106235
|
+
"shape": "S2b0",
|
106170
106236
|
"locationName": "instancesSet"
|
106171
106237
|
}
|
106172
106238
|
}
|
@@ -106197,7 +106263,7 @@ module.exports={
|
|
106197
106263
|
"type": "structure",
|
106198
106264
|
"members": {
|
106199
106265
|
"NetworkInsightsAccessScopeAnalysis": {
|
106200
|
-
"shape": "
|
106266
|
+
"shape": "S1g5",
|
106201
106267
|
"locationName": "networkInsightsAccessScopeAnalysis"
|
106202
106268
|
}
|
106203
106269
|
}
|
@@ -106217,7 +106283,7 @@ module.exports={
|
|
106217
106283
|
"locationName": "AdditionalAccount"
|
106218
106284
|
},
|
106219
106285
|
"FilterInArns": {
|
106220
|
-
"shape": "
|
106286
|
+
"shape": "S1gh",
|
106221
106287
|
"locationName": "FilterInArn"
|
106222
106288
|
},
|
106223
106289
|
"DryRun": {
|
@@ -106236,7 +106302,7 @@ module.exports={
|
|
106236
106302
|
"type": "structure",
|
106237
106303
|
"members": {
|
106238
106304
|
"NetworkInsightsAnalysis": {
|
106239
|
-
"shape": "
|
106305
|
+
"shape": "S1gg",
|
106240
106306
|
"locationName": "networkInsightsAnalysis"
|
106241
106307
|
}
|
106242
106308
|
}
|
@@ -106293,7 +106359,7 @@ module.exports={
|
|
106293
106359
|
"type": "structure",
|
106294
106360
|
"members": {
|
106295
106361
|
"StoppingInstances": {
|
106296
|
-
"shape": "
|
106362
|
+
"shape": "S2b0",
|
106297
106363
|
"locationName": "instancesSet"
|
106298
106364
|
}
|
106299
106365
|
}
|
@@ -106368,7 +106434,7 @@ module.exports={
|
|
106368
106434
|
"type": "structure",
|
106369
106435
|
"members": {
|
106370
106436
|
"TerminatingInstances": {
|
106371
|
-
"shape": "
|
106437
|
+
"shape": "S2b0",
|
106372
106438
|
"locationName": "instancesSet"
|
106373
106439
|
}
|
106374
106440
|
}
|
@@ -106487,7 +106553,7 @@ module.exports={
|
|
106487
106553
|
"type": "structure",
|
106488
106554
|
"members": {
|
106489
106555
|
"InstanceMonitorings": {
|
106490
|
-
"shape": "
|
106556
|
+
"shape": "S26n",
|
106491
106557
|
"locationName": "instancesSet"
|
106492
106558
|
}
|
106493
106559
|
}
|
@@ -106506,7 +106572,7 @@ module.exports={
|
|
106506
106572
|
"shape": "S6o"
|
106507
106573
|
},
|
106508
106574
|
"SecurityGroupRuleDescriptions": {
|
106509
|
-
"shape": "
|
106575
|
+
"shape": "S2bo",
|
106510
106576
|
"locationName": "SecurityGroupRuleDescription"
|
106511
106577
|
}
|
106512
106578
|
}
|
@@ -106534,7 +106600,7 @@ module.exports={
|
|
106534
106600
|
"shape": "S6o"
|
106535
106601
|
},
|
106536
106602
|
"SecurityGroupRuleDescriptions": {
|
106537
|
-
"shape": "
|
106603
|
+
"shape": "S2bo",
|
106538
106604
|
"locationName": "SecurityGroupRuleDescription"
|
106539
106605
|
}
|
106540
106606
|
}
|
@@ -113810,7 +113876,7 @@ module.exports={
|
|
113810
113876
|
}
|
113811
113877
|
}
|
113812
113878
|
},
|
113813
|
-
"
|
113879
|
+
"S1cg": {
|
113814
113880
|
"type": "structure",
|
113815
113881
|
"members": {
|
113816
113882
|
"Groups": {
|
@@ -113848,7 +113914,7 @@ module.exports={
|
|
113848
113914
|
"type": "timestamp"
|
113849
113915
|
},
|
113850
113916
|
"Monitoring": {
|
113851
|
-
"shape": "
|
113917
|
+
"shape": "S1cj",
|
113852
113918
|
"locationName": "monitoring"
|
113853
113919
|
},
|
113854
113920
|
"Placement": {
|
@@ -113971,7 +114037,7 @@ module.exports={
|
|
113971
114037
|
"type": "structure",
|
113972
114038
|
"members": {
|
113973
114039
|
"Association": {
|
113974
|
-
"shape": "
|
114040
|
+
"shape": "S1cs",
|
113975
114041
|
"locationName": "association"
|
113976
114042
|
},
|
113977
114043
|
"Attachment": {
|
@@ -114036,7 +114102,7 @@ module.exports={
|
|
114036
114102
|
"type": "structure",
|
114037
114103
|
"members": {
|
114038
114104
|
"Association": {
|
114039
|
-
"shape": "
|
114105
|
+
"shape": "S1cs",
|
114040
114106
|
"locationName": "association"
|
114041
114107
|
},
|
114042
114108
|
"Primary": {
|
@@ -114188,7 +114254,7 @@ module.exports={
|
|
114188
114254
|
}
|
114189
114255
|
},
|
114190
114256
|
"MetadataOptions": {
|
114191
|
-
"shape": "
|
114257
|
+
"shape": "S1d5",
|
114192
114258
|
"locationName": "metadataOptions"
|
114193
114259
|
},
|
114194
114260
|
"EnclaveOptions": {
|
@@ -114257,7 +114323,7 @@ module.exports={
|
|
114257
114323
|
}
|
114258
114324
|
}
|
114259
114325
|
},
|
114260
|
-
"
|
114326
|
+
"S1cj": {
|
114261
114327
|
"type": "structure",
|
114262
114328
|
"members": {
|
114263
114329
|
"State": {
|
@@ -114265,7 +114331,7 @@ module.exports={
|
|
114265
114331
|
}
|
114266
114332
|
}
|
114267
114333
|
},
|
114268
|
-
"
|
114334
|
+
"S1cs": {
|
114269
114335
|
"type": "structure",
|
114270
114336
|
"members": {
|
114271
114337
|
"CarrierIp": {
|
@@ -114285,7 +114351,7 @@ module.exports={
|
|
114285
114351
|
}
|
114286
114352
|
}
|
114287
114353
|
},
|
114288
|
-
"
|
114354
|
+
"S1d5": {
|
114289
114355
|
"type": "structure",
|
114290
114356
|
"members": {
|
114291
114357
|
"State": {
|
@@ -114309,13 +114375,13 @@ module.exports={
|
|
114309
114375
|
}
|
114310
114376
|
}
|
114311
114377
|
},
|
114312
|
-
"
|
114378
|
+
"S1f5": {
|
114313
114379
|
"type": "list",
|
114314
114380
|
"member": {
|
114315
114381
|
"locationName": "item"
|
114316
114382
|
}
|
114317
114383
|
},
|
114318
|
-
"
|
114384
|
+
"S1g5": {
|
114319
114385
|
"type": "structure",
|
114320
114386
|
"members": {
|
114321
114387
|
"NetworkInsightsAccessScopeAnalysisId": {
|
@@ -114357,7 +114423,7 @@ module.exports={
|
|
114357
114423
|
}
|
114358
114424
|
}
|
114359
114425
|
},
|
114360
|
-
"
|
114426
|
+
"S1gg": {
|
114361
114427
|
"type": "structure",
|
114362
114428
|
"members": {
|
114363
114429
|
"NetworkInsightsAnalysisId": {
|
@@ -114374,7 +114440,7 @@ module.exports={
|
|
114374
114440
|
"locationName": "additionalAccountSet"
|
114375
114441
|
},
|
114376
114442
|
"FilterInArns": {
|
114377
|
-
"shape": "
|
114443
|
+
"shape": "S1gh",
|
114378
114444
|
"locationName": "filterInArnSet"
|
114379
114445
|
},
|
114380
114446
|
"StartDate": {
|
@@ -114395,15 +114461,15 @@ module.exports={
|
|
114395
114461
|
"type": "boolean"
|
114396
114462
|
},
|
114397
114463
|
"ForwardPathComponents": {
|
114398
|
-
"shape": "
|
114464
|
+
"shape": "S1gi",
|
114399
114465
|
"locationName": "forwardPathComponentSet"
|
114400
114466
|
},
|
114401
114467
|
"ReturnPathComponents": {
|
114402
|
-
"shape": "
|
114468
|
+
"shape": "S1gi",
|
114403
114469
|
"locationName": "returnPathComponentSet"
|
114404
114470
|
},
|
114405
114471
|
"Explanations": {
|
114406
|
-
"shape": "
|
114472
|
+
"shape": "S1h2",
|
114407
114473
|
"locationName": "explanationSet"
|
114408
114474
|
},
|
114409
114475
|
"AlternatePathHints": {
|
@@ -114432,13 +114498,13 @@ module.exports={
|
|
114432
114498
|
}
|
114433
114499
|
}
|
114434
114500
|
},
|
114435
|
-
"
|
114501
|
+
"S1gh": {
|
114436
114502
|
"type": "list",
|
114437
114503
|
"member": {
|
114438
114504
|
"locationName": "item"
|
114439
114505
|
}
|
114440
114506
|
},
|
114441
|
-
"
|
114507
|
+
"S1gi": {
|
114442
114508
|
"type": "list",
|
114443
114509
|
"member": {
|
114444
114510
|
"locationName": "item",
|
@@ -114449,47 +114515,47 @@ module.exports={
|
|
114449
114515
|
"type": "integer"
|
114450
114516
|
},
|
114451
114517
|
"AclRule": {
|
114452
|
-
"shape": "
|
114518
|
+
"shape": "S1gk",
|
114453
114519
|
"locationName": "aclRule"
|
114454
114520
|
},
|
114455
114521
|
"AttachedTo": {
|
114456
|
-
"shape": "
|
114522
|
+
"shape": "S1gl",
|
114457
114523
|
"locationName": "attachedTo"
|
114458
114524
|
},
|
114459
114525
|
"Component": {
|
114460
|
-
"shape": "
|
114526
|
+
"shape": "S1gl",
|
114461
114527
|
"locationName": "component"
|
114462
114528
|
},
|
114463
114529
|
"DestinationVpc": {
|
114464
|
-
"shape": "
|
114530
|
+
"shape": "S1gl",
|
114465
114531
|
"locationName": "destinationVpc"
|
114466
114532
|
},
|
114467
114533
|
"OutboundHeader": {
|
114468
|
-
"shape": "
|
114534
|
+
"shape": "S1gm",
|
114469
114535
|
"locationName": "outboundHeader"
|
114470
114536
|
},
|
114471
114537
|
"InboundHeader": {
|
114472
|
-
"shape": "
|
114538
|
+
"shape": "S1gm",
|
114473
114539
|
"locationName": "inboundHeader"
|
114474
114540
|
},
|
114475
114541
|
"RouteTableRoute": {
|
114476
|
-
"shape": "
|
114542
|
+
"shape": "S1gp",
|
114477
114543
|
"locationName": "routeTableRoute"
|
114478
114544
|
},
|
114479
114545
|
"SecurityGroupRule": {
|
114480
|
-
"shape": "
|
114546
|
+
"shape": "S1gq",
|
114481
114547
|
"locationName": "securityGroupRule"
|
114482
114548
|
},
|
114483
114549
|
"SourceVpc": {
|
114484
|
-
"shape": "
|
114550
|
+
"shape": "S1gl",
|
114485
114551
|
"locationName": "sourceVpc"
|
114486
114552
|
},
|
114487
114553
|
"Subnet": {
|
114488
|
-
"shape": "
|
114554
|
+
"shape": "S1gl",
|
114489
114555
|
"locationName": "subnet"
|
114490
114556
|
},
|
114491
114557
|
"Vpc": {
|
114492
|
-
"shape": "
|
114558
|
+
"shape": "S1gl",
|
114493
114559
|
"locationName": "vpc"
|
114494
114560
|
},
|
114495
114561
|
"AdditionalDetails": {
|
@@ -114503,15 +114569,15 @@ module.exports={
|
|
114503
114569
|
"locationName": "additionalDetailType"
|
114504
114570
|
},
|
114505
114571
|
"Component": {
|
114506
|
-
"shape": "
|
114572
|
+
"shape": "S1gl",
|
114507
114573
|
"locationName": "component"
|
114508
114574
|
},
|
114509
114575
|
"VpcEndpointService": {
|
114510
|
-
"shape": "
|
114576
|
+
"shape": "S1gl",
|
114511
114577
|
"locationName": "vpcEndpointService"
|
114512
114578
|
},
|
114513
114579
|
"RuleOptions": {
|
114514
|
-
"shape": "
|
114580
|
+
"shape": "S1gt",
|
114515
114581
|
"locationName": "ruleOptionSet"
|
114516
114582
|
},
|
114517
114583
|
"RuleGroupTypePairs": {
|
@@ -114541,7 +114607,7 @@ module.exports={
|
|
114541
114607
|
"locationName": "ruleGroupArn"
|
114542
114608
|
},
|
114543
114609
|
"RuleOptions": {
|
114544
|
-
"shape": "
|
114610
|
+
"shape": "S1gt",
|
114545
114611
|
"locationName": "ruleOptionSet"
|
114546
114612
|
}
|
114547
114613
|
}
|
@@ -114551,34 +114617,34 @@ module.exports={
|
|
114551
114617
|
"locationName": "serviceName"
|
114552
114618
|
},
|
114553
114619
|
"LoadBalancers": {
|
114554
|
-
"shape": "
|
114620
|
+
"shape": "S1h0",
|
114555
114621
|
"locationName": "loadBalancerSet"
|
114556
114622
|
}
|
114557
114623
|
}
|
114558
114624
|
}
|
114559
114625
|
},
|
114560
114626
|
"TransitGateway": {
|
114561
|
-
"shape": "
|
114627
|
+
"shape": "S1gl",
|
114562
114628
|
"locationName": "transitGateway"
|
114563
114629
|
},
|
114564
114630
|
"TransitGatewayRouteTableRoute": {
|
114565
|
-
"shape": "
|
114631
|
+
"shape": "S1h1",
|
114566
114632
|
"locationName": "transitGatewayRouteTableRoute"
|
114567
114633
|
},
|
114568
114634
|
"Explanations": {
|
114569
|
-
"shape": "
|
114635
|
+
"shape": "S1h2",
|
114570
114636
|
"locationName": "explanationSet"
|
114571
114637
|
},
|
114572
114638
|
"ElasticLoadBalancerListener": {
|
114573
|
-
"shape": "
|
114639
|
+
"shape": "S1gl",
|
114574
114640
|
"locationName": "elasticLoadBalancerListener"
|
114575
114641
|
},
|
114576
114642
|
"FirewallStatelessRule": {
|
114577
|
-
"shape": "
|
114643
|
+
"shape": "S1h8",
|
114578
114644
|
"locationName": "firewallStatelessRule"
|
114579
114645
|
},
|
114580
114646
|
"FirewallStatefulRule": {
|
114581
|
-
"shape": "
|
114647
|
+
"shape": "S1hc",
|
114582
114648
|
"locationName": "firewallStatefulRule"
|
114583
114649
|
},
|
114584
114650
|
"ServiceName": {
|
@@ -114587,7 +114653,7 @@ module.exports={
|
|
114587
114653
|
}
|
114588
114654
|
}
|
114589
114655
|
},
|
114590
|
-
"
|
114656
|
+
"S1gk": {
|
114591
114657
|
"type": "structure",
|
114592
114658
|
"members": {
|
114593
114659
|
"Cidr": {
|
@@ -114613,7 +114679,7 @@ module.exports={
|
|
114613
114679
|
}
|
114614
114680
|
}
|
114615
114681
|
},
|
114616
|
-
"
|
114682
|
+
"S1gl": {
|
114617
114683
|
"type": "structure",
|
114618
114684
|
"members": {
|
114619
114685
|
"Id": {
|
@@ -114627,44 +114693,44 @@ module.exports={
|
|
114627
114693
|
}
|
114628
114694
|
}
|
114629
114695
|
},
|
114630
|
-
"
|
114696
|
+
"S1gm": {
|
114631
114697
|
"type": "structure",
|
114632
114698
|
"members": {
|
114633
114699
|
"DestinationAddresses": {
|
114634
|
-
"shape": "
|
114700
|
+
"shape": "S1gn",
|
114635
114701
|
"locationName": "destinationAddressSet"
|
114636
114702
|
},
|
114637
114703
|
"DestinationPortRanges": {
|
114638
|
-
"shape": "
|
114704
|
+
"shape": "S1go",
|
114639
114705
|
"locationName": "destinationPortRangeSet"
|
114640
114706
|
},
|
114641
114707
|
"Protocol": {
|
114642
114708
|
"locationName": "protocol"
|
114643
114709
|
},
|
114644
114710
|
"SourceAddresses": {
|
114645
|
-
"shape": "
|
114711
|
+
"shape": "S1gn",
|
114646
114712
|
"locationName": "sourceAddressSet"
|
114647
114713
|
},
|
114648
114714
|
"SourcePortRanges": {
|
114649
|
-
"shape": "
|
114715
|
+
"shape": "S1go",
|
114650
114716
|
"locationName": "sourcePortRangeSet"
|
114651
114717
|
}
|
114652
114718
|
}
|
114653
114719
|
},
|
114654
|
-
"
|
114720
|
+
"S1gn": {
|
114655
114721
|
"type": "list",
|
114656
114722
|
"member": {
|
114657
114723
|
"locationName": "item"
|
114658
114724
|
}
|
114659
114725
|
},
|
114660
|
-
"
|
114726
|
+
"S1go": {
|
114661
114727
|
"type": "list",
|
114662
114728
|
"member": {
|
114663
114729
|
"shape": "Sk4",
|
114664
114730
|
"locationName": "item"
|
114665
114731
|
}
|
114666
114732
|
},
|
114667
|
-
"
|
114733
|
+
"S1gp": {
|
114668
114734
|
"type": "structure",
|
114669
114735
|
"members": {
|
114670
114736
|
"DestinationCidr": {
|
@@ -114711,7 +114777,7 @@ module.exports={
|
|
114711
114777
|
}
|
114712
114778
|
}
|
114713
114779
|
},
|
114714
|
-
"
|
114780
|
+
"S1gq": {
|
114715
114781
|
"type": "structure",
|
114716
114782
|
"members": {
|
114717
114783
|
"Cidr": {
|
@@ -114735,7 +114801,7 @@ module.exports={
|
|
114735
114801
|
}
|
114736
114802
|
}
|
114737
114803
|
},
|
114738
|
-
"
|
114804
|
+
"S1gt": {
|
114739
114805
|
"type": "list",
|
114740
114806
|
"member": {
|
114741
114807
|
"locationName": "item",
|
@@ -114745,26 +114811,26 @@ module.exports={
|
|
114745
114811
|
"locationName": "keyword"
|
114746
114812
|
},
|
114747
114813
|
"Settings": {
|
114748
|
-
"shape": "
|
114814
|
+
"shape": "S1gv",
|
114749
114815
|
"locationName": "settingSet"
|
114750
114816
|
}
|
114751
114817
|
}
|
114752
114818
|
}
|
114753
114819
|
},
|
114754
|
-
"
|
114820
|
+
"S1gv": {
|
114755
114821
|
"type": "list",
|
114756
114822
|
"member": {
|
114757
114823
|
"locationName": "item"
|
114758
114824
|
}
|
114759
114825
|
},
|
114760
|
-
"
|
114826
|
+
"S1h0": {
|
114761
114827
|
"type": "list",
|
114762
114828
|
"member": {
|
114763
|
-
"shape": "
|
114829
|
+
"shape": "S1gl",
|
114764
114830
|
"locationName": "item"
|
114765
114831
|
}
|
114766
114832
|
},
|
114767
|
-
"
|
114833
|
+
"S1h1": {
|
114768
114834
|
"type": "structure",
|
114769
114835
|
"members": {
|
114770
114836
|
"DestinationCidr": {
|
@@ -114790,29 +114856,29 @@ module.exports={
|
|
114790
114856
|
}
|
114791
114857
|
}
|
114792
114858
|
},
|
114793
|
-
"
|
114859
|
+
"S1h2": {
|
114794
114860
|
"type": "list",
|
114795
114861
|
"member": {
|
114796
114862
|
"locationName": "item",
|
114797
114863
|
"type": "structure",
|
114798
114864
|
"members": {
|
114799
114865
|
"Acl": {
|
114800
|
-
"shape": "
|
114866
|
+
"shape": "S1gl",
|
114801
114867
|
"locationName": "acl"
|
114802
114868
|
},
|
114803
114869
|
"AclRule": {
|
114804
|
-
"shape": "
|
114870
|
+
"shape": "S1gk",
|
114805
114871
|
"locationName": "aclRule"
|
114806
114872
|
},
|
114807
114873
|
"Address": {
|
114808
114874
|
"locationName": "address"
|
114809
114875
|
},
|
114810
114876
|
"Addresses": {
|
114811
|
-
"shape": "
|
114877
|
+
"shape": "S1gn",
|
114812
114878
|
"locationName": "addressSet"
|
114813
114879
|
},
|
114814
114880
|
"AttachedTo": {
|
114815
|
-
"shape": "
|
114881
|
+
"shape": "S1gl",
|
114816
114882
|
"locationName": "attachedTo"
|
114817
114883
|
},
|
114818
114884
|
"AvailabilityZones": {
|
@@ -114824,19 +114890,19 @@ module.exports={
|
|
114824
114890
|
"locationName": "cidrSet"
|
114825
114891
|
},
|
114826
114892
|
"Component": {
|
114827
|
-
"shape": "
|
114893
|
+
"shape": "S1gl",
|
114828
114894
|
"locationName": "component"
|
114829
114895
|
},
|
114830
114896
|
"CustomerGateway": {
|
114831
|
-
"shape": "
|
114897
|
+
"shape": "S1gl",
|
114832
114898
|
"locationName": "customerGateway"
|
114833
114899
|
},
|
114834
114900
|
"Destination": {
|
114835
|
-
"shape": "
|
114901
|
+
"shape": "S1gl",
|
114836
114902
|
"locationName": "destination"
|
114837
114903
|
},
|
114838
114904
|
"DestinationVpc": {
|
114839
|
-
"shape": "
|
114905
|
+
"shape": "S1gl",
|
114840
114906
|
"locationName": "destinationVpc"
|
114841
114907
|
},
|
114842
114908
|
"Direction": {
|
@@ -114846,11 +114912,11 @@ module.exports={
|
|
114846
114912
|
"locationName": "explanationCode"
|
114847
114913
|
},
|
114848
114914
|
"IngressRouteTable": {
|
114849
|
-
"shape": "
|
114915
|
+
"shape": "S1gl",
|
114850
114916
|
"locationName": "ingressRouteTable"
|
114851
114917
|
},
|
114852
114918
|
"InternetGateway": {
|
114853
|
-
"shape": "
|
114919
|
+
"shape": "S1gl",
|
114854
114920
|
"locationName": "internetGateway"
|
114855
114921
|
},
|
114856
114922
|
"LoadBalancerArn": {
|
@@ -114885,7 +114951,7 @@ module.exports={
|
|
114885
114951
|
"locationName": "availabilityZone"
|
114886
114952
|
},
|
114887
114953
|
"Instance": {
|
114888
|
-
"shape": "
|
114954
|
+
"shape": "S1gl",
|
114889
114955
|
"locationName": "instance"
|
114890
114956
|
},
|
114891
114957
|
"Port": {
|
@@ -114895,11 +114961,11 @@ module.exports={
|
|
114895
114961
|
}
|
114896
114962
|
},
|
114897
114963
|
"LoadBalancerTargetGroup": {
|
114898
|
-
"shape": "
|
114964
|
+
"shape": "S1gl",
|
114899
114965
|
"locationName": "loadBalancerTargetGroup"
|
114900
114966
|
},
|
114901
114967
|
"LoadBalancerTargetGroups": {
|
114902
|
-
"shape": "
|
114968
|
+
"shape": "S1h0",
|
114903
114969
|
"locationName": "loadBalancerTargetGroupSet"
|
114904
114970
|
},
|
114905
114971
|
"LoadBalancerTargetPort": {
|
@@ -114907,25 +114973,25 @@ module.exports={
|
|
114907
114973
|
"type": "integer"
|
114908
114974
|
},
|
114909
114975
|
"ElasticLoadBalancerListener": {
|
114910
|
-
"shape": "
|
114976
|
+
"shape": "S1gl",
|
114911
114977
|
"locationName": "elasticLoadBalancerListener"
|
114912
114978
|
},
|
114913
114979
|
"MissingComponent": {
|
114914
114980
|
"locationName": "missingComponent"
|
114915
114981
|
},
|
114916
114982
|
"NatGateway": {
|
114917
|
-
"shape": "
|
114983
|
+
"shape": "S1gl",
|
114918
114984
|
"locationName": "natGateway"
|
114919
114985
|
},
|
114920
114986
|
"NetworkInterface": {
|
114921
|
-
"shape": "
|
114987
|
+
"shape": "S1gl",
|
114922
114988
|
"locationName": "networkInterface"
|
114923
114989
|
},
|
114924
114990
|
"PacketField": {
|
114925
114991
|
"locationName": "packetField"
|
114926
114992
|
},
|
114927
114993
|
"VpcPeeringConnection": {
|
114928
|
-
"shape": "
|
114994
|
+
"shape": "S1gl",
|
114929
114995
|
"locationName": "vpcPeeringConnection"
|
114930
114996
|
},
|
114931
114997
|
"Port": {
|
@@ -114933,82 +114999,82 @@ module.exports={
|
|
114933
114999
|
"type": "integer"
|
114934
115000
|
},
|
114935
115001
|
"PortRanges": {
|
114936
|
-
"shape": "
|
115002
|
+
"shape": "S1go",
|
114937
115003
|
"locationName": "portRangeSet"
|
114938
115004
|
},
|
114939
115005
|
"PrefixList": {
|
114940
|
-
"shape": "
|
115006
|
+
"shape": "S1gl",
|
114941
115007
|
"locationName": "prefixList"
|
114942
115008
|
},
|
114943
115009
|
"Protocols": {
|
114944
|
-
"shape": "
|
115010
|
+
"shape": "S1gv",
|
114945
115011
|
"locationName": "protocolSet"
|
114946
115012
|
},
|
114947
115013
|
"RouteTableRoute": {
|
114948
|
-
"shape": "
|
115014
|
+
"shape": "S1gp",
|
114949
115015
|
"locationName": "routeTableRoute"
|
114950
115016
|
},
|
114951
115017
|
"RouteTable": {
|
114952
|
-
"shape": "
|
115018
|
+
"shape": "S1gl",
|
114953
115019
|
"locationName": "routeTable"
|
114954
115020
|
},
|
114955
115021
|
"SecurityGroup": {
|
114956
|
-
"shape": "
|
115022
|
+
"shape": "S1gl",
|
114957
115023
|
"locationName": "securityGroup"
|
114958
115024
|
},
|
114959
115025
|
"SecurityGroupRule": {
|
114960
|
-
"shape": "
|
115026
|
+
"shape": "S1gq",
|
114961
115027
|
"locationName": "securityGroupRule"
|
114962
115028
|
},
|
114963
115029
|
"SecurityGroups": {
|
114964
|
-
"shape": "
|
115030
|
+
"shape": "S1h0",
|
114965
115031
|
"locationName": "securityGroupSet"
|
114966
115032
|
},
|
114967
115033
|
"SourceVpc": {
|
114968
|
-
"shape": "
|
115034
|
+
"shape": "S1gl",
|
114969
115035
|
"locationName": "sourceVpc"
|
114970
115036
|
},
|
114971
115037
|
"State": {
|
114972
115038
|
"locationName": "state"
|
114973
115039
|
},
|
114974
115040
|
"Subnet": {
|
114975
|
-
"shape": "
|
115041
|
+
"shape": "S1gl",
|
114976
115042
|
"locationName": "subnet"
|
114977
115043
|
},
|
114978
115044
|
"SubnetRouteTable": {
|
114979
|
-
"shape": "
|
115045
|
+
"shape": "S1gl",
|
114980
115046
|
"locationName": "subnetRouteTable"
|
114981
115047
|
},
|
114982
115048
|
"Vpc": {
|
114983
|
-
"shape": "
|
115049
|
+
"shape": "S1gl",
|
114984
115050
|
"locationName": "vpc"
|
114985
115051
|
},
|
114986
115052
|
"VpcEndpoint": {
|
114987
|
-
"shape": "
|
115053
|
+
"shape": "S1gl",
|
114988
115054
|
"locationName": "vpcEndpoint"
|
114989
115055
|
},
|
114990
115056
|
"VpnConnection": {
|
114991
|
-
"shape": "
|
115057
|
+
"shape": "S1gl",
|
114992
115058
|
"locationName": "vpnConnection"
|
114993
115059
|
},
|
114994
115060
|
"VpnGateway": {
|
114995
|
-
"shape": "
|
115061
|
+
"shape": "S1gl",
|
114996
115062
|
"locationName": "vpnGateway"
|
114997
115063
|
},
|
114998
115064
|
"TransitGateway": {
|
114999
|
-
"shape": "
|
115065
|
+
"shape": "S1gl",
|
115000
115066
|
"locationName": "transitGateway"
|
115001
115067
|
},
|
115002
115068
|
"TransitGatewayRouteTable": {
|
115003
|
-
"shape": "
|
115069
|
+
"shape": "S1gl",
|
115004
115070
|
"locationName": "transitGatewayRouteTable"
|
115005
115071
|
},
|
115006
115072
|
"TransitGatewayRouteTableRoute": {
|
115007
|
-
"shape": "
|
115073
|
+
"shape": "S1h1",
|
115008
115074
|
"locationName": "transitGatewayRouteTableRoute"
|
115009
115075
|
},
|
115010
115076
|
"TransitGatewayAttachment": {
|
115011
|
-
"shape": "
|
115077
|
+
"shape": "S1gl",
|
115012
115078
|
"locationName": "transitGatewayAttachment"
|
115013
115079
|
},
|
115014
115080
|
"ComponentAccount": {
|
@@ -115018,17 +115084,17 @@ module.exports={
|
|
115018
115084
|
"locationName": "componentRegion"
|
115019
115085
|
},
|
115020
115086
|
"FirewallStatelessRule": {
|
115021
|
-
"shape": "
|
115087
|
+
"shape": "S1h8",
|
115022
115088
|
"locationName": "firewallStatelessRule"
|
115023
115089
|
},
|
115024
115090
|
"FirewallStatefulRule": {
|
115025
|
-
"shape": "
|
115091
|
+
"shape": "S1hc",
|
115026
115092
|
"locationName": "firewallStatefulRule"
|
115027
115093
|
}
|
115028
115094
|
}
|
115029
115095
|
}
|
115030
115096
|
},
|
115031
|
-
"
|
115097
|
+
"S1h8": {
|
115032
115098
|
"type": "structure",
|
115033
115099
|
"members": {
|
115034
115100
|
"RuleGroupArn": {
|
@@ -115043,11 +115109,11 @@ module.exports={
|
|
115043
115109
|
"locationName": "destinationSet"
|
115044
115110
|
},
|
115045
115111
|
"SourcePorts": {
|
115046
|
-
"shape": "
|
115112
|
+
"shape": "S1go",
|
115047
115113
|
"locationName": "sourcePortSet"
|
115048
115114
|
},
|
115049
115115
|
"DestinationPorts": {
|
115050
|
-
"shape": "
|
115116
|
+
"shape": "S1go",
|
115051
115117
|
"locationName": "destinationPortSet"
|
115052
115118
|
},
|
115053
115119
|
"Protocols": {
|
@@ -115067,7 +115133,7 @@ module.exports={
|
|
115067
115133
|
}
|
115068
115134
|
}
|
115069
115135
|
},
|
115070
|
-
"
|
115136
|
+
"S1hc": {
|
115071
115137
|
"type": "structure",
|
115072
115138
|
"members": {
|
115073
115139
|
"RuleGroupArn": {
|
@@ -115082,11 +115148,11 @@ module.exports={
|
|
115082
115148
|
"locationName": "destinationSet"
|
115083
115149
|
},
|
115084
115150
|
"SourcePorts": {
|
115085
|
-
"shape": "
|
115151
|
+
"shape": "S1go",
|
115086
115152
|
"locationName": "sourcePortSet"
|
115087
115153
|
},
|
115088
115154
|
"DestinationPorts": {
|
115089
|
-
"shape": "
|
115155
|
+
"shape": "S1go",
|
115090
115156
|
"locationName": "destinationPortSet"
|
115091
115157
|
},
|
115092
115158
|
"Protocol": {
|
@@ -115100,7 +115166,7 @@ module.exports={
|
|
115100
115166
|
}
|
115101
115167
|
}
|
115102
115168
|
},
|
115103
|
-
"
|
115169
|
+
"S1ij": {
|
115104
115170
|
"type": "structure",
|
115105
115171
|
"members": {
|
115106
115172
|
"FirstAddress": {
|
@@ -115119,13 +115185,13 @@ module.exports={
|
|
115119
115185
|
}
|
115120
115186
|
}
|
115121
115187
|
},
|
115122
|
-
"
|
115188
|
+
"S1iw": {
|
115123
115189
|
"type": "list",
|
115124
115190
|
"member": {
|
115125
115191
|
"locationName": "ReservedInstancesId"
|
115126
115192
|
}
|
115127
115193
|
},
|
115128
|
-
"
|
115194
|
+
"S1j4": {
|
115129
115195
|
"type": "list",
|
115130
115196
|
"member": {
|
115131
115197
|
"locationName": "item",
|
@@ -115141,7 +115207,7 @@ module.exports={
|
|
115141
115207
|
}
|
115142
115208
|
}
|
115143
115209
|
},
|
115144
|
-
"
|
115210
|
+
"S1ji": {
|
115145
115211
|
"type": "structure",
|
115146
115212
|
"members": {
|
115147
115213
|
"AvailabilityZone": {
|
@@ -115162,7 +115228,7 @@ module.exports={
|
|
115162
115228
|
}
|
115163
115229
|
}
|
115164
115230
|
},
|
115165
|
-
"
|
115231
|
+
"S1k5": {
|
115166
115232
|
"type": "structure",
|
115167
115233
|
"members": {
|
115168
115234
|
"Frequency": {
|
@@ -115189,7 +115255,7 @@ module.exports={
|
|
115189
115255
|
}
|
115190
115256
|
}
|
115191
115257
|
},
|
115192
|
-
"
|
115258
|
+
"S1kd": {
|
115193
115259
|
"type": "structure",
|
115194
115260
|
"members": {
|
115195
115261
|
"AvailabilityZone": {
|
@@ -115224,7 +115290,7 @@ module.exports={
|
|
115224
115290
|
"type": "timestamp"
|
115225
115291
|
},
|
115226
115292
|
"Recurrence": {
|
115227
|
-
"shape": "
|
115293
|
+
"shape": "S1k5",
|
115228
115294
|
"locationName": "recurrence"
|
115229
115295
|
},
|
115230
115296
|
"ScheduledInstanceId": {
|
@@ -115248,19 +115314,19 @@ module.exports={
|
|
115248
115314
|
}
|
115249
115315
|
}
|
115250
115316
|
},
|
115251
|
-
"
|
115317
|
+
"S1kk": {
|
115252
115318
|
"type": "list",
|
115253
115319
|
"member": {
|
115254
115320
|
"locationName": "item"
|
115255
115321
|
}
|
115256
115322
|
},
|
115257
|
-
"
|
115323
|
+
"S1ko": {
|
115258
115324
|
"type": "list",
|
115259
115325
|
"member": {
|
115260
115326
|
"locationName": "GroupName"
|
115261
115327
|
}
|
115262
115328
|
},
|
115263
|
-
"
|
115329
|
+
"S1kw": {
|
115264
115330
|
"type": "list",
|
115265
115331
|
"member": {
|
115266
115332
|
"locationName": "item",
|
@@ -115275,13 +115341,13 @@ module.exports={
|
|
115275
115341
|
}
|
115276
115342
|
}
|
115277
115343
|
},
|
115278
|
-
"
|
115344
|
+
"S1l6": {
|
115279
115345
|
"type": "list",
|
115280
115346
|
"member": {
|
115281
115347
|
"locationName": "SnapshotId"
|
115282
115348
|
}
|
115283
115349
|
},
|
115284
|
-
"
|
115350
|
+
"S1lp": {
|
115285
115351
|
"type": "structure",
|
115286
115352
|
"required": [
|
115287
115353
|
"IamFleetRole",
|
@@ -115379,11 +115445,11 @@ module.exports={
|
|
115379
115445
|
}
|
115380
115446
|
},
|
115381
115447
|
"NetworkInterfaces": {
|
115382
|
-
"shape": "
|
115448
|
+
"shape": "S1lz",
|
115383
115449
|
"locationName": "networkInterfaceSet"
|
115384
115450
|
},
|
115385
115451
|
"Placement": {
|
115386
|
-
"shape": "
|
115452
|
+
"shape": "S1m1",
|
115387
115453
|
"locationName": "placement"
|
115388
115454
|
},
|
115389
115455
|
"RamdiskId": {
|
@@ -115428,7 +115494,7 @@ module.exports={
|
|
115428
115494
|
}
|
115429
115495
|
},
|
115430
115496
|
"LaunchTemplateConfigs": {
|
115431
|
-
"shape": "
|
115497
|
+
"shape": "S1m4",
|
115432
115498
|
"locationName": "launchTemplateConfigs"
|
115433
115499
|
},
|
115434
115500
|
"SpotPrice": {
|
@@ -115530,7 +115596,7 @@ module.exports={
|
|
115530
115596
|
}
|
115531
115597
|
}
|
115532
115598
|
},
|
115533
|
-
"
|
115599
|
+
"S1lz": {
|
115534
115600
|
"type": "list",
|
115535
115601
|
"member": {
|
115536
115602
|
"locationName": "item",
|
@@ -115606,7 +115672,7 @@ module.exports={
|
|
115606
115672
|
}
|
115607
115673
|
}
|
115608
115674
|
},
|
115609
|
-
"
|
115675
|
+
"S1m1": {
|
115610
115676
|
"type": "structure",
|
115611
115677
|
"members": {
|
115612
115678
|
"AvailabilityZone": {
|
@@ -115620,7 +115686,7 @@ module.exports={
|
|
115620
115686
|
}
|
115621
115687
|
}
|
115622
115688
|
},
|
115623
|
-
"
|
115689
|
+
"S1m4": {
|
115624
115690
|
"type": "list",
|
115625
115691
|
"member": {
|
115626
115692
|
"locationName": "item",
|
@@ -115667,7 +115733,7 @@ module.exports={
|
|
115667
115733
|
}
|
115668
115734
|
}
|
115669
115735
|
},
|
115670
|
-
"
|
115736
|
+
"S1mh": {
|
115671
115737
|
"type": "list",
|
115672
115738
|
"member": {
|
115673
115739
|
"locationName": "item",
|
@@ -115737,11 +115803,11 @@ module.exports={
|
|
115737
115803
|
"locationName": "keyName"
|
115738
115804
|
},
|
115739
115805
|
"NetworkInterfaces": {
|
115740
|
-
"shape": "
|
115806
|
+
"shape": "S1lz",
|
115741
115807
|
"locationName": "networkInterfaceSet"
|
115742
115808
|
},
|
115743
115809
|
"Placement": {
|
115744
|
-
"shape": "
|
115810
|
+
"shape": "S1m1",
|
115745
115811
|
"locationName": "placement"
|
115746
115812
|
},
|
115747
115813
|
"RamdiskId": {
|
@@ -115751,7 +115817,7 @@ module.exports={
|
|
115751
115817
|
"locationName": "subnetId"
|
115752
115818
|
},
|
115753
115819
|
"Monitoring": {
|
115754
|
-
"shape": "
|
115820
|
+
"shape": "S1mk",
|
115755
115821
|
"locationName": "monitoring"
|
115756
115822
|
}
|
115757
115823
|
}
|
@@ -115808,7 +115874,7 @@ module.exports={
|
|
115808
115874
|
}
|
115809
115875
|
}
|
115810
115876
|
},
|
115811
|
-
"
|
115877
|
+
"S1mk": {
|
115812
115878
|
"type": "structure",
|
115813
115879
|
"required": [
|
115814
115880
|
"Enabled"
|
@@ -115820,7 +115886,7 @@ module.exports={
|
|
115820
115886
|
}
|
115821
115887
|
}
|
115822
115888
|
},
|
115823
|
-
"
|
115889
|
+
"S1mz": {
|
115824
115890
|
"type": "list",
|
115825
115891
|
"member": {
|
115826
115892
|
"locationName": "item",
|
@@ -115862,17 +115928,17 @@ module.exports={
|
|
115862
115928
|
}
|
115863
115929
|
}
|
115864
115930
|
},
|
115865
|
-
"
|
115931
|
+
"S1nx": {
|
115866
115932
|
"type": "list",
|
115867
115933
|
"member": {}
|
115868
115934
|
},
|
115869
|
-
"
|
115935
|
+
"S1pg": {
|
115870
115936
|
"type": "list",
|
115871
115937
|
"member": {
|
115872
115938
|
"locationName": "item"
|
115873
115939
|
}
|
115874
115940
|
},
|
115875
|
-
"
|
115941
|
+
"S1pk": {
|
115876
115942
|
"type": "structure",
|
115877
115943
|
"members": {
|
115878
115944
|
"VerifiedAccessInstanceId": {
|
@@ -115891,7 +115957,7 @@ module.exports={
|
|
115891
115957
|
"type": "boolean"
|
115892
115958
|
},
|
115893
115959
|
"DeliveryStatus": {
|
115894
|
-
"shape": "
|
115960
|
+
"shape": "S1pn",
|
115895
115961
|
"locationName": "deliveryStatus"
|
115896
115962
|
},
|
115897
115963
|
"BucketName": {
|
@@ -115914,7 +115980,7 @@ module.exports={
|
|
115914
115980
|
"type": "boolean"
|
115915
115981
|
},
|
115916
115982
|
"DeliveryStatus": {
|
115917
|
-
"shape": "
|
115983
|
+
"shape": "S1pn",
|
115918
115984
|
"locationName": "deliveryStatus"
|
115919
115985
|
},
|
115920
115986
|
"LogGroup": {
|
@@ -115931,7 +115997,7 @@ module.exports={
|
|
115931
115997
|
"type": "boolean"
|
115932
115998
|
},
|
115933
115999
|
"DeliveryStatus": {
|
115934
|
-
"shape": "
|
116000
|
+
"shape": "S1pn",
|
115935
116001
|
"locationName": "deliveryStatus"
|
115936
116002
|
},
|
115937
116003
|
"DeliveryStream": {
|
@@ -115950,7 +116016,7 @@ module.exports={
|
|
115950
116016
|
}
|
115951
116017
|
}
|
115952
116018
|
},
|
115953
|
-
"
|
116019
|
+
"S1pn": {
|
115954
116020
|
"type": "structure",
|
115955
116021
|
"members": {
|
115956
116022
|
"Code": {
|
@@ -115961,7 +116027,7 @@ module.exports={
|
|
115961
116027
|
}
|
115962
116028
|
}
|
115963
116029
|
},
|
115964
|
-
"
|
116030
|
+
"S1qo": {
|
115965
116031
|
"type": "structure",
|
115966
116032
|
"members": {
|
115967
116033
|
"VolumeId": {
|
@@ -116025,19 +116091,19 @@ module.exports={
|
|
116025
116091
|
}
|
116026
116092
|
}
|
116027
116093
|
},
|
116028
|
-
"
|
116094
|
+
"S1qu": {
|
116029
116095
|
"type": "list",
|
116030
116096
|
"member": {
|
116031
116097
|
"locationName": "VpcId"
|
116032
116098
|
}
|
116033
116099
|
},
|
116034
|
-
"
|
116100
|
+
"S1su": {
|
116035
116101
|
"type": "list",
|
116036
116102
|
"member": {
|
116037
116103
|
"locationName": "AvailabilityZone"
|
116038
116104
|
}
|
116039
116105
|
},
|
116040
|
-
"
|
116106
|
+
"S1tb": {
|
116041
116107
|
"type": "structure",
|
116042
116108
|
"members": {
|
116043
116109
|
"TransitGatewayAttachmentId": {
|
@@ -116060,7 +116126,7 @@ module.exports={
|
|
116060
116126
|
}
|
116061
116127
|
}
|
116062
116128
|
},
|
116063
|
-
"
|
116129
|
+
"S1wl": {
|
116064
116130
|
"type": "structure",
|
116065
116131
|
"members": {
|
116066
116132
|
"InstanceFamily": {
|
@@ -116071,13 +116137,13 @@ module.exports={
|
|
116071
116137
|
}
|
116072
116138
|
}
|
116073
116139
|
},
|
116074
|
-
"
|
116140
|
+
"S1x2": {
|
116075
116141
|
"type": "list",
|
116076
116142
|
"member": {
|
116077
116143
|
"locationName": "item"
|
116078
116144
|
}
|
116079
116145
|
},
|
116080
|
-
"
|
116146
|
+
"S1x4": {
|
116081
116147
|
"type": "list",
|
116082
116148
|
"member": {
|
116083
116149
|
"locationName": "item",
|
@@ -116112,19 +116178,19 @@ module.exports={
|
|
116112
116178
|
}
|
116113
116179
|
}
|
116114
116180
|
},
|
116115
|
-
"
|
116181
|
+
"S1x7": {
|
116116
116182
|
"type": "list",
|
116117
116183
|
"member": {
|
116118
116184
|
"locationName": "item"
|
116119
116185
|
}
|
116120
116186
|
},
|
116121
|
-
"
|
116187
|
+
"S1x8": {
|
116122
116188
|
"type": "list",
|
116123
116189
|
"member": {
|
116124
116190
|
"locationName": "item"
|
116125
116191
|
}
|
116126
116192
|
},
|
116127
|
-
"
|
116193
|
+
"S1y8": {
|
116128
116194
|
"type": "structure",
|
116129
116195
|
"members": {
|
116130
116196
|
"IpamId": {
|
@@ -116176,7 +116242,7 @@ module.exports={
|
|
116176
116242
|
}
|
116177
116243
|
}
|
116178
116244
|
},
|
116179
|
-
"
|
116245
|
+
"S1yv": {
|
116180
116246
|
"type": "structure",
|
116181
116247
|
"members": {
|
116182
116248
|
"HourlyPrice": {
|
@@ -116190,14 +116256,14 @@ module.exports={
|
|
116190
116256
|
}
|
116191
116257
|
}
|
116192
116258
|
},
|
116193
|
-
"
|
116259
|
+
"S1zf": {
|
116194
116260
|
"type": "list",
|
116195
116261
|
"member": {
|
116196
116262
|
"shape": "Snj",
|
116197
116263
|
"locationName": "item"
|
116198
116264
|
}
|
116199
116265
|
},
|
116200
|
-
"
|
116266
|
+
"S20r": {
|
116201
116267
|
"type": "structure",
|
116202
116268
|
"members": {
|
116203
116269
|
"Comment": {},
|
@@ -116212,14 +116278,14 @@ module.exports={
|
|
116212
116278
|
}
|
116213
116279
|
}
|
116214
116280
|
},
|
116215
|
-
"
|
116281
|
+
"S20u": {
|
116216
116282
|
"type": "structure",
|
116217
116283
|
"members": {
|
116218
116284
|
"S3Bucket": {},
|
116219
116285
|
"S3Key": {}
|
116220
116286
|
}
|
116221
116287
|
},
|
116222
|
-
"
|
116288
|
+
"S211": {
|
116223
116289
|
"type": "structure",
|
116224
116290
|
"required": [
|
116225
116291
|
"Bytes",
|
@@ -116240,7 +116306,7 @@ module.exports={
|
|
116240
116306
|
}
|
116241
116307
|
}
|
116242
116308
|
},
|
116243
|
-
"
|
116309
|
+
"S212": {
|
116244
116310
|
"type": "structure",
|
116245
116311
|
"required": [
|
116246
116312
|
"Size"
|
@@ -116252,25 +116318,25 @@ module.exports={
|
|
116252
116318
|
}
|
116253
116319
|
}
|
116254
116320
|
},
|
116255
|
-
"
|
116321
|
+
"S227": {
|
116256
116322
|
"type": "list",
|
116257
116323
|
"member": {
|
116258
116324
|
"locationName": "UserId"
|
116259
116325
|
}
|
116260
116326
|
},
|
116261
|
-
"
|
116327
|
+
"S228": {
|
116262
116328
|
"type": "list",
|
116263
116329
|
"member": {
|
116264
116330
|
"locationName": "UserGroup"
|
116265
116331
|
}
|
116266
116332
|
},
|
116267
|
-
"
|
116333
|
+
"S229": {
|
116268
116334
|
"type": "list",
|
116269
116335
|
"member": {
|
116270
116336
|
"locationName": "ProductCode"
|
116271
116337
|
}
|
116272
116338
|
},
|
116273
|
-
"
|
116339
|
+
"S22b": {
|
116274
116340
|
"type": "list",
|
116275
116341
|
"member": {
|
116276
116342
|
"locationName": "item",
|
@@ -116281,14 +116347,14 @@ module.exports={
|
|
116281
116347
|
}
|
116282
116348
|
}
|
116283
116349
|
},
|
116284
|
-
"
|
116350
|
+
"S22g": {
|
116285
116351
|
"type": "list",
|
116286
116352
|
"member": {
|
116287
116353
|
"shape": "S1h",
|
116288
116354
|
"locationName": "item"
|
116289
116355
|
}
|
116290
116356
|
},
|
116291
|
-
"
|
116357
|
+
"S22t": {
|
116292
116358
|
"type": "structure",
|
116293
116359
|
"members": {
|
116294
116360
|
"CapacityReservationPreference": {},
|
@@ -116297,7 +116363,7 @@ module.exports={
|
|
116297
116363
|
}
|
116298
116364
|
}
|
116299
116365
|
},
|
116300
|
-
"
|
116366
|
+
"S23i": {
|
116301
116367
|
"type": "list",
|
116302
116368
|
"member": {
|
116303
116369
|
"type": "structure",
|
@@ -116306,7 +116372,7 @@ module.exports={
|
|
116306
116372
|
}
|
116307
116373
|
}
|
116308
116374
|
},
|
116309
|
-
"
|
116375
|
+
"S266": {
|
116310
116376
|
"type": "structure",
|
116311
116377
|
"members": {
|
116312
116378
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -116320,7 +116386,7 @@ module.exports={
|
|
116320
116386
|
}
|
116321
116387
|
}
|
116322
116388
|
},
|
116323
|
-
"
|
116389
|
+
"S268": {
|
116324
116390
|
"type": "structure",
|
116325
116391
|
"members": {
|
116326
116392
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -116337,7 +116403,7 @@ module.exports={
|
|
116337
116403
|
}
|
116338
116404
|
}
|
116339
116405
|
},
|
116340
|
-
"
|
116406
|
+
"S26n": {
|
116341
116407
|
"type": "list",
|
116342
116408
|
"member": {
|
116343
116409
|
"locationName": "item",
|
@@ -116347,19 +116413,19 @@ module.exports={
|
|
116347
116413
|
"locationName": "instanceId"
|
116348
116414
|
},
|
116349
116415
|
"Monitoring": {
|
116350
|
-
"shape": "
|
116416
|
+
"shape": "S1cj",
|
116351
116417
|
"locationName": "monitoring"
|
116352
116418
|
}
|
116353
116419
|
}
|
116354
116420
|
}
|
116355
116421
|
},
|
116356
|
-
"
|
116422
|
+
"S2ac": {
|
116357
116423
|
"type": "list",
|
116358
116424
|
"member": {
|
116359
116425
|
"locationName": "SecurityGroupId"
|
116360
116426
|
}
|
116361
116427
|
},
|
116362
|
-
"
|
116428
|
+
"S2b0": {
|
116363
116429
|
"type": "list",
|
116364
116430
|
"member": {
|
116365
116431
|
"locationName": "item",
|
@@ -116379,7 +116445,7 @@ module.exports={
|
|
116379
116445
|
}
|
116380
116446
|
}
|
116381
116447
|
},
|
116382
|
-
"
|
116448
|
+
"S2bo": {
|
116383
116449
|
"type": "list",
|
116384
116450
|
"member": {
|
116385
116451
|
"locationName": "item",
|
@@ -192166,6 +192232,20 @@ module.exports={
|
|
192166
192232
|
},
|
192167
192233
|
"lastUpdatedDateTime": {
|
192168
192234
|
"type": "timestamp"
|
192235
|
+
},
|
192236
|
+
"latestDatasetUpdate": {
|
192237
|
+
"type": "structure",
|
192238
|
+
"members": {
|
192239
|
+
"schemaArn": {},
|
192240
|
+
"status": {},
|
192241
|
+
"failureReason": {},
|
192242
|
+
"creationDateTime": {
|
192243
|
+
"type": "timestamp"
|
192244
|
+
},
|
192245
|
+
"lastUpdatedDateTime": {
|
192246
|
+
"type": "timestamp"
|
192247
|
+
}
|
192248
|
+
}
|
192169
192249
|
}
|
192170
192250
|
}
|
192171
192251
|
}
|
@@ -192511,7 +192591,7 @@ module.exports={
|
|
192511
192591
|
}
|
192512
192592
|
},
|
192513
192593
|
"modelMetrics": {
|
192514
|
-
"shape": "
|
192594
|
+
"shape": "S4t"
|
192515
192595
|
}
|
192516
192596
|
}
|
192517
192597
|
}
|
@@ -192595,7 +192675,7 @@ module.exports={
|
|
192595
192675
|
"type": "timestamp"
|
192596
192676
|
},
|
192597
192677
|
"latestSolutionVersion": {
|
192598
|
-
"shape": "
|
192678
|
+
"shape": "S53"
|
192599
192679
|
}
|
192600
192680
|
}
|
192601
192681
|
}
|
@@ -192675,7 +192755,7 @@ module.exports={
|
|
192675
192755
|
"members": {
|
192676
192756
|
"solutionVersionArn": {},
|
192677
192757
|
"metrics": {
|
192678
|
-
"shape": "
|
192758
|
+
"shape": "S4t"
|
192679
192759
|
}
|
192680
192760
|
}
|
192681
192761
|
}
|
@@ -193206,7 +193286,7 @@ module.exports={
|
|
193206
193286
|
"solutionVersions": {
|
193207
193287
|
"type": "list",
|
193208
193288
|
"member": {
|
193209
|
-
"shape": "
|
193289
|
+
"shape": "S53"
|
193210
193290
|
}
|
193211
193291
|
},
|
193212
193292
|
"nextToken": {}
|
@@ -193382,6 +193462,26 @@ module.exports={
|
|
193382
193462
|
},
|
193383
193463
|
"idempotent": true
|
193384
193464
|
},
|
193465
|
+
"UpdateDataset": {
|
193466
|
+
"input": {
|
193467
|
+
"type": "structure",
|
193468
|
+
"required": [
|
193469
|
+
"datasetArn",
|
193470
|
+
"schemaArn"
|
193471
|
+
],
|
193472
|
+
"members": {
|
193473
|
+
"datasetArn": {},
|
193474
|
+
"schemaArn": {}
|
193475
|
+
}
|
193476
|
+
},
|
193477
|
+
"output": {
|
193478
|
+
"type": "structure",
|
193479
|
+
"members": {
|
193480
|
+
"datasetArn": {}
|
193481
|
+
}
|
193482
|
+
},
|
193483
|
+
"idempotent": true
|
193484
|
+
},
|
193385
193485
|
"UpdateMetricAttribution": {
|
193386
193486
|
"input": {
|
193387
193487
|
"type": "structure",
|
@@ -193700,14 +193800,14 @@ module.exports={
|
|
193700
193800
|
"type": "list",
|
193701
193801
|
"member": {}
|
193702
193802
|
},
|
193703
|
-
"
|
193803
|
+
"S4t": {
|
193704
193804
|
"type": "map",
|
193705
193805
|
"key": {},
|
193706
193806
|
"value": {
|
193707
193807
|
"type": "double"
|
193708
193808
|
}
|
193709
193809
|
},
|
193710
|
-
"
|
193810
|
+
"S53": {
|
193711
193811
|
"type": "structure",
|
193712
193812
|
"members": {
|
193713
193813
|
"solutionVersionArn": {},
|
@@ -260231,7 +260331,7 @@ AWS.util.update(AWS, {
|
|
260231
260331
|
/**
|
260232
260332
|
* @constant
|
260233
260333
|
*/
|
260234
|
-
VERSION: '2.
|
260334
|
+
VERSION: '2.1416.0',
|
260235
260335
|
|
260236
260336
|
/**
|
260237
260337
|
* @api private
|
@@ -282412,7 +282512,7 @@ var LRUCache = /** @class */ (function () {
|
|
282412
282512
|
}());
|
282413
282513
|
exports.LRUCache = LRUCache;
|
282414
282514
|
},{}],467:[function(require,module,exports){
|
282415
|
-
// AWS SDK for JavaScript v2.
|
282515
|
+
// AWS SDK for JavaScript v2.1416.0
|
282416
282516
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282417
282517
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282418
282518
|
require('./browser_loader');
|