cdk-lambda-subminute 2.0.330 → 2.0.331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +65 -44
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +33 -13
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +9 -5
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +81 -22
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +251 -31
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/appsync.d.ts +39 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +56 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +21 -6
- package/node_modules/aws-sdk/clients/fsx.d.ts +11 -2
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +74 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +335 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +348 -58
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/console +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1522.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){
|
@@ -85792,7 +85792,8 @@ module.exports={
|
|
85792
85792
|
"Asn": {},
|
85793
85793
|
"DryRun": {
|
85794
85794
|
"type": "boolean"
|
85795
|
-
}
|
85795
|
+
},
|
85796
|
+
"NetworkBorderGroup": {}
|
85796
85797
|
}
|
85797
85798
|
},
|
85798
85799
|
"output": {
|
@@ -108617,7 +108618,8 @@ module.exports={
|
|
108617
108618
|
},
|
108618
108619
|
"MultiRegion": {
|
108619
108620
|
"type": "boolean"
|
108620
|
-
}
|
108621
|
+
},
|
108622
|
+
"NetworkBorderGroup": {}
|
108621
108623
|
}
|
108622
108624
|
},
|
108623
108625
|
"output": {
|
@@ -111576,6 +111578,9 @@ module.exports={
|
|
111576
111578
|
},
|
111577
111579
|
"State": {
|
111578
111580
|
"locationName": "state"
|
111581
|
+
},
|
111582
|
+
"NetworkBorderGroup": {
|
111583
|
+
"locationName": "networkBorderGroup"
|
111579
111584
|
}
|
111580
111585
|
}
|
111581
111586
|
},
|
@@ -190401,6 +190406,65 @@ module.exports={
|
|
190401
190406
|
"uid": "marketplace-catalog-2018-09-17"
|
190402
190407
|
},
|
190403
190408
|
"operations": {
|
190409
|
+
"BatchDescribeEntities": {
|
190410
|
+
"http": {
|
190411
|
+
"requestUri": "/BatchDescribeEntities"
|
190412
|
+
},
|
190413
|
+
"input": {
|
190414
|
+
"type": "structure",
|
190415
|
+
"required": [
|
190416
|
+
"EntityRequestList"
|
190417
|
+
],
|
190418
|
+
"members": {
|
190419
|
+
"EntityRequestList": {
|
190420
|
+
"type": "list",
|
190421
|
+
"member": {
|
190422
|
+
"type": "structure",
|
190423
|
+
"required": [
|
190424
|
+
"Catalog",
|
190425
|
+
"EntityId"
|
190426
|
+
],
|
190427
|
+
"members": {
|
190428
|
+
"Catalog": {},
|
190429
|
+
"EntityId": {}
|
190430
|
+
}
|
190431
|
+
}
|
190432
|
+
}
|
190433
|
+
}
|
190434
|
+
},
|
190435
|
+
"output": {
|
190436
|
+
"type": "structure",
|
190437
|
+
"members": {
|
190438
|
+
"EntityDetails": {
|
190439
|
+
"type": "map",
|
190440
|
+
"key": {},
|
190441
|
+
"value": {
|
190442
|
+
"type": "structure",
|
190443
|
+
"members": {
|
190444
|
+
"EntityType": {},
|
190445
|
+
"EntityArn": {},
|
190446
|
+
"EntityIdentifier": {},
|
190447
|
+
"LastModifiedDate": {},
|
190448
|
+
"DetailsDocument": {
|
190449
|
+
"shape": "Sd"
|
190450
|
+
}
|
190451
|
+
}
|
190452
|
+
}
|
190453
|
+
},
|
190454
|
+
"Errors": {
|
190455
|
+
"type": "map",
|
190456
|
+
"key": {},
|
190457
|
+
"value": {
|
190458
|
+
"type": "structure",
|
190459
|
+
"members": {
|
190460
|
+
"ErrorCode": {},
|
190461
|
+
"ErrorMessage": {}
|
190462
|
+
}
|
190463
|
+
}
|
190464
|
+
}
|
190465
|
+
}
|
190466
|
+
}
|
190467
|
+
},
|
190404
190468
|
"CancelChangeSet": {
|
190405
190469
|
"http": {
|
190406
190470
|
"method": "PATCH",
|
@@ -190493,11 +190557,11 @@ module.exports={
|
|
190493
190557
|
"members": {
|
190494
190558
|
"ChangeType": {},
|
190495
190559
|
"Entity": {
|
190496
|
-
"shape": "
|
190560
|
+
"shape": "Sx"
|
190497
190561
|
},
|
190498
190562
|
"Details": {},
|
190499
190563
|
"DetailsDocument": {
|
190500
|
-
"shape": "
|
190564
|
+
"shape": "Sd"
|
190501
190565
|
},
|
190502
190566
|
"ErrorDetailList": {
|
190503
190567
|
"type": "list",
|
@@ -190547,7 +190611,7 @@ module.exports={
|
|
190547
190611
|
"LastModifiedDate": {},
|
190548
190612
|
"Details": {},
|
190549
190613
|
"DetailsDocument": {
|
190550
|
-
"shape": "
|
190614
|
+
"shape": "Sd"
|
190551
190615
|
}
|
190552
190616
|
}
|
190553
190617
|
}
|
@@ -190588,10 +190652,10 @@ module.exports={
|
|
190588
190652
|
"members": {
|
190589
190653
|
"Catalog": {},
|
190590
190654
|
"FilterList": {
|
190591
|
-
"shape": "
|
190655
|
+
"shape": "S19"
|
190592
190656
|
},
|
190593
190657
|
"Sort": {
|
190594
|
-
"shape": "
|
190658
|
+
"shape": "S1e"
|
190595
190659
|
},
|
190596
190660
|
"MaxResults": {
|
190597
190661
|
"type": "integer"
|
@@ -190639,10 +190703,10 @@ module.exports={
|
|
190639
190703
|
"Catalog": {},
|
190640
190704
|
"EntityType": {},
|
190641
190705
|
"FilterList": {
|
190642
|
-
"shape": "
|
190706
|
+
"shape": "S19"
|
190643
190707
|
},
|
190644
190708
|
"Sort": {
|
190645
|
-
"shape": "
|
190709
|
+
"shape": "S1e"
|
190646
190710
|
},
|
190647
190711
|
"NextToken": {},
|
190648
190712
|
"MaxResults": {
|
@@ -191225,7 +191289,7 @@ module.exports={
|
|
191225
191289
|
"members": {
|
191226
191290
|
"ResourceArn": {},
|
191227
191291
|
"Tags": {
|
191228
|
-
"shape": "
|
191292
|
+
"shape": "S5u"
|
191229
191293
|
}
|
191230
191294
|
}
|
191231
191295
|
}
|
@@ -191273,14 +191337,14 @@ module.exports={
|
|
191273
191337
|
"members": {
|
191274
191338
|
"ChangeType": {},
|
191275
191339
|
"Entity": {
|
191276
|
-
"shape": "
|
191340
|
+
"shape": "Sx"
|
191277
191341
|
},
|
191278
191342
|
"EntityTags": {
|
191279
|
-
"shape": "
|
191343
|
+
"shape": "S5u"
|
191280
191344
|
},
|
191281
191345
|
"Details": {},
|
191282
191346
|
"DetailsDocument": {
|
191283
|
-
"shape": "
|
191347
|
+
"shape": "Sd"
|
191284
191348
|
},
|
191285
191349
|
"ChangeName": {}
|
191286
191350
|
}
|
@@ -191291,7 +191355,7 @@ module.exports={
|
|
191291
191355
|
"idempotencyToken": true
|
191292
191356
|
},
|
191293
191357
|
"ChangeSetTags": {
|
191294
|
-
"shape": "
|
191358
|
+
"shape": "S5u"
|
191295
191359
|
}
|
191296
191360
|
}
|
191297
191361
|
},
|
@@ -191316,7 +191380,7 @@ module.exports={
|
|
191316
191380
|
"members": {
|
191317
191381
|
"ResourceArn": {},
|
191318
191382
|
"Tags": {
|
191319
|
-
"shape": "
|
191383
|
+
"shape": "S5u"
|
191320
191384
|
}
|
191321
191385
|
}
|
191322
191386
|
},
|
@@ -191350,7 +191414,12 @@ module.exports={
|
|
191350
191414
|
}
|
191351
191415
|
},
|
191352
191416
|
"shapes": {
|
191353
|
-
"
|
191417
|
+
"Sd": {
|
191418
|
+
"type": "structure",
|
191419
|
+
"members": {},
|
191420
|
+
"document": true
|
191421
|
+
},
|
191422
|
+
"Sx": {
|
191354
191423
|
"type": "structure",
|
191355
191424
|
"required": [
|
191356
191425
|
"Type"
|
@@ -191360,12 +191429,7 @@ module.exports={
|
|
191360
191429
|
"Identifier": {}
|
191361
191430
|
}
|
191362
191431
|
},
|
191363
|
-
"
|
191364
|
-
"type": "structure",
|
191365
|
-
"members": {},
|
191366
|
-
"document": true
|
191367
|
-
},
|
191368
|
-
"Sy": {
|
191432
|
+
"S19": {
|
191369
191433
|
"type": "list",
|
191370
191434
|
"member": {
|
191371
191435
|
"type": "structure",
|
@@ -191378,14 +191442,14 @@ module.exports={
|
|
191378
191442
|
}
|
191379
191443
|
}
|
191380
191444
|
},
|
191381
|
-
"
|
191445
|
+
"S1e": {
|
191382
191446
|
"type": "structure",
|
191383
191447
|
"members": {
|
191384
191448
|
"SortBy": {},
|
191385
191449
|
"SortOrder": {}
|
191386
191450
|
}
|
191387
191451
|
},
|
191388
|
-
"
|
191452
|
+
"S5u": {
|
191389
191453
|
"type": "list",
|
191390
191454
|
"member": {
|
191391
191455
|
"type": "structure",
|
@@ -213567,6 +213631,40 @@ module.exports={
|
|
213567
213631
|
}
|
213568
213632
|
}
|
213569
213633
|
},
|
213634
|
+
"DescribeDBRecommendations": {
|
213635
|
+
"input": {
|
213636
|
+
"type": "structure",
|
213637
|
+
"members": {
|
213638
|
+
"LastUpdatedAfter": {
|
213639
|
+
"type": "timestamp"
|
213640
|
+
},
|
213641
|
+
"LastUpdatedBefore": {
|
213642
|
+
"type": "timestamp"
|
213643
|
+
},
|
213644
|
+
"Locale": {},
|
213645
|
+
"Filters": {
|
213646
|
+
"shape": "S7c"
|
213647
|
+
},
|
213648
|
+
"MaxRecords": {
|
213649
|
+
"type": "integer"
|
213650
|
+
},
|
213651
|
+
"Marker": {}
|
213652
|
+
}
|
213653
|
+
},
|
213654
|
+
"output": {
|
213655
|
+
"resultWrapper": "DescribeDBRecommendationsResult",
|
213656
|
+
"type": "structure",
|
213657
|
+
"members": {
|
213658
|
+
"DBRecommendations": {
|
213659
|
+
"type": "list",
|
213660
|
+
"member": {
|
213661
|
+
"shape": "S9k"
|
213662
|
+
}
|
213663
|
+
},
|
213664
|
+
"Marker": {}
|
213665
|
+
}
|
213666
|
+
}
|
213667
|
+
},
|
213570
213668
|
"DescribeDBSecurityGroups": {
|
213571
213669
|
"input": {
|
213572
213670
|
"type": "structure",
|
@@ -213611,7 +213709,7 @@ module.exports={
|
|
213611
213709
|
"type": "structure",
|
213612
213710
|
"members": {
|
213613
213711
|
"DBSnapshotAttributesResult": {
|
213614
|
-
"shape": "
|
213712
|
+
"shape": "Saa"
|
213615
213713
|
}
|
213616
213714
|
}
|
213617
213715
|
}
|
@@ -213757,7 +213855,7 @@ module.exports={
|
|
213757
213855
|
"type": "structure",
|
213758
213856
|
"members": {
|
213759
213857
|
"EngineDefaults": {
|
213760
|
-
"shape": "
|
213858
|
+
"shape": "Sap"
|
213761
213859
|
}
|
213762
213860
|
}
|
213763
213861
|
}
|
@@ -213784,7 +213882,7 @@ module.exports={
|
|
213784
213882
|
"type": "structure",
|
213785
213883
|
"members": {
|
213786
213884
|
"EngineDefaults": {
|
213787
|
-
"shape": "
|
213885
|
+
"shape": "Sap"
|
213788
213886
|
}
|
213789
213887
|
}
|
213790
213888
|
}
|
@@ -214233,7 +214331,7 @@ module.exports={
|
|
214233
214331
|
"type": "double"
|
214234
214332
|
},
|
214235
214333
|
"AvailableProcessorFeatures": {
|
214236
|
-
"shape": "
|
214334
|
+
"shape": "Sby"
|
214237
214335
|
},
|
214238
214336
|
"SupportedEngineModes": {
|
214239
214337
|
"shape": "S2m"
|
@@ -214346,7 +214444,7 @@ module.exports={
|
|
214346
214444
|
"ReservedDBInstances": {
|
214347
214445
|
"type": "list",
|
214348
214446
|
"member": {
|
214349
|
-
"shape": "
|
214447
|
+
"shape": "Sc7",
|
214350
214448
|
"locationName": "ReservedDBInstance"
|
214351
214449
|
}
|
214352
214450
|
}
|
@@ -214403,7 +214501,7 @@ module.exports={
|
|
214403
214501
|
"type": "boolean"
|
214404
214502
|
},
|
214405
214503
|
"RecurringCharges": {
|
214406
|
-
"shape": "
|
214504
|
+
"shape": "Sc8"
|
214407
214505
|
}
|
214408
214506
|
},
|
214409
214507
|
"wrapper": true
|
@@ -214504,28 +214602,28 @@ module.exports={
|
|
214504
214602
|
"members": {
|
214505
214603
|
"StorageType": {},
|
214506
214604
|
"StorageSize": {
|
214507
|
-
"shape": "
|
214605
|
+
"shape": "Scq"
|
214508
214606
|
},
|
214509
214607
|
"ProvisionedIops": {
|
214510
|
-
"shape": "
|
214608
|
+
"shape": "Scq"
|
214511
214609
|
},
|
214512
214610
|
"IopsToStorageRatio": {
|
214513
|
-
"shape": "
|
214611
|
+
"shape": "Scs"
|
214514
214612
|
},
|
214515
214613
|
"SupportsStorageAutoscaling": {
|
214516
214614
|
"type": "boolean"
|
214517
214615
|
},
|
214518
214616
|
"ProvisionedStorageThroughput": {
|
214519
|
-
"shape": "
|
214617
|
+
"shape": "Scq"
|
214520
214618
|
},
|
214521
214619
|
"StorageThroughputToIopsRatio": {
|
214522
|
-
"shape": "
|
214620
|
+
"shape": "Scs"
|
214523
214621
|
}
|
214524
214622
|
}
|
214525
214623
|
}
|
214526
214624
|
},
|
214527
214625
|
"ValidProcessorFeatures": {
|
214528
|
-
"shape": "
|
214626
|
+
"shape": "Sby"
|
214529
214627
|
},
|
214530
214628
|
"SupportsDedicatedLogVolume": {
|
214531
214629
|
"type": "boolean"
|
@@ -214766,7 +214864,7 @@ module.exports={
|
|
214766
214864
|
"type": "long"
|
214767
214865
|
},
|
214768
214866
|
"CloudwatchLogsExportConfiguration": {
|
214769
|
-
"shape": "
|
214867
|
+
"shape": "Sde"
|
214770
214868
|
},
|
214771
214869
|
"EngineVersion": {},
|
214772
214870
|
"AllowMajorVersionUpgrade": {
|
@@ -214880,7 +214978,7 @@ module.exports={
|
|
214880
214978
|
}
|
214881
214979
|
},
|
214882
214980
|
"output": {
|
214883
|
-
"shape": "
|
214981
|
+
"shape": "Sdj",
|
214884
214982
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
214885
214983
|
}
|
214886
214984
|
},
|
@@ -214999,7 +215097,7 @@ module.exports={
|
|
214999
215097
|
"type": "integer"
|
215000
215098
|
},
|
215001
215099
|
"CloudwatchLogsExportConfiguration": {
|
215002
|
-
"shape": "
|
215100
|
+
"shape": "Sde"
|
215003
215101
|
},
|
215004
215102
|
"ProcessorFeatures": {
|
215005
215103
|
"shape": "S1c"
|
@@ -215070,7 +215168,7 @@ module.exports={
|
|
215070
215168
|
}
|
215071
215169
|
},
|
215072
215170
|
"output": {
|
215073
|
-
"shape": "
|
215171
|
+
"shape": "Sdp",
|
215074
215172
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
215075
215173
|
}
|
215076
215174
|
},
|
@@ -215176,6 +215274,42 @@ module.exports={
|
|
215176
215274
|
}
|
215177
215275
|
}
|
215178
215276
|
},
|
215277
|
+
"ModifyDBRecommendation": {
|
215278
|
+
"input": {
|
215279
|
+
"type": "structure",
|
215280
|
+
"required": [
|
215281
|
+
"RecommendationId"
|
215282
|
+
],
|
215283
|
+
"members": {
|
215284
|
+
"RecommendationId": {},
|
215285
|
+
"Locale": {},
|
215286
|
+
"Status": {},
|
215287
|
+
"RecommendedActionUpdates": {
|
215288
|
+
"type": "list",
|
215289
|
+
"member": {
|
215290
|
+
"type": "structure",
|
215291
|
+
"required": [
|
215292
|
+
"ActionId",
|
215293
|
+
"Status"
|
215294
|
+
],
|
215295
|
+
"members": {
|
215296
|
+
"ActionId": {},
|
215297
|
+
"Status": {}
|
215298
|
+
}
|
215299
|
+
}
|
215300
|
+
}
|
215301
|
+
}
|
215302
|
+
},
|
215303
|
+
"output": {
|
215304
|
+
"resultWrapper": "ModifyDBRecommendationResult",
|
215305
|
+
"type": "structure",
|
215306
|
+
"members": {
|
215307
|
+
"DBRecommendation": {
|
215308
|
+
"shape": "S9k"
|
215309
|
+
}
|
215310
|
+
}
|
215311
|
+
}
|
215312
|
+
},
|
215179
215313
|
"ModifyDBSnapshot": {
|
215180
215314
|
"input": {
|
215181
215315
|
"type": "structure",
|
@@ -215221,7 +215355,7 @@ module.exports={
|
|
215221
215355
|
"type": "structure",
|
215222
215356
|
"members": {
|
215223
215357
|
"DBSnapshotAttributesResult": {
|
215224
|
-
"shape": "
|
215358
|
+
"shape": "Saa"
|
215225
215359
|
}
|
215226
215360
|
}
|
215227
215361
|
}
|
@@ -215453,7 +215587,7 @@ module.exports={
|
|
215453
215587
|
"type": "structure",
|
215454
215588
|
"members": {
|
215455
215589
|
"ReservedDBInstance": {
|
215456
|
-
"shape": "
|
215590
|
+
"shape": "Sc7"
|
215457
215591
|
}
|
215458
215592
|
}
|
215459
215593
|
}
|
@@ -215630,7 +215764,7 @@ module.exports={
|
|
215630
215764
|
}
|
215631
215765
|
},
|
215632
215766
|
"output": {
|
215633
|
-
"shape": "
|
215767
|
+
"shape": "Sdj",
|
215634
215768
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
215635
215769
|
}
|
215636
215770
|
},
|
@@ -215651,7 +215785,7 @@ module.exports={
|
|
215651
215785
|
}
|
215652
215786
|
},
|
215653
215787
|
"output": {
|
215654
|
-
"shape": "
|
215788
|
+
"shape": "Sdp",
|
215655
215789
|
"resultWrapper": "ResetDBParameterGroupResult"
|
215656
215790
|
}
|
215657
215791
|
},
|
@@ -218326,7 +218460,157 @@ module.exports={
|
|
218326
218460
|
}
|
218327
218461
|
}
|
218328
218462
|
},
|
218329
|
-
"
|
218463
|
+
"S9k": {
|
218464
|
+
"type": "structure",
|
218465
|
+
"members": {
|
218466
|
+
"RecommendationId": {},
|
218467
|
+
"TypeId": {},
|
218468
|
+
"Severity": {},
|
218469
|
+
"ResourceArn": {},
|
218470
|
+
"Status": {},
|
218471
|
+
"CreatedTime": {
|
218472
|
+
"type": "timestamp"
|
218473
|
+
},
|
218474
|
+
"UpdatedTime": {
|
218475
|
+
"type": "timestamp"
|
218476
|
+
},
|
218477
|
+
"Detection": {},
|
218478
|
+
"Recommendation": {},
|
218479
|
+
"Description": {},
|
218480
|
+
"Reason": {},
|
218481
|
+
"RecommendedActions": {
|
218482
|
+
"type": "list",
|
218483
|
+
"member": {
|
218484
|
+
"type": "structure",
|
218485
|
+
"members": {
|
218486
|
+
"ActionId": {},
|
218487
|
+
"Title": {},
|
218488
|
+
"Description": {},
|
218489
|
+
"Operation": {},
|
218490
|
+
"Parameters": {
|
218491
|
+
"type": "list",
|
218492
|
+
"member": {
|
218493
|
+
"type": "structure",
|
218494
|
+
"members": {
|
218495
|
+
"Key": {},
|
218496
|
+
"Value": {}
|
218497
|
+
}
|
218498
|
+
}
|
218499
|
+
},
|
218500
|
+
"ApplyModes": {
|
218501
|
+
"shape": "Sv"
|
218502
|
+
},
|
218503
|
+
"Status": {},
|
218504
|
+
"IssueDetails": {
|
218505
|
+
"shape": "S9p"
|
218506
|
+
},
|
218507
|
+
"ContextAttributes": {
|
218508
|
+
"type": "list",
|
218509
|
+
"member": {
|
218510
|
+
"type": "structure",
|
218511
|
+
"members": {
|
218512
|
+
"Key": {},
|
218513
|
+
"Value": {}
|
218514
|
+
}
|
218515
|
+
}
|
218516
|
+
}
|
218517
|
+
}
|
218518
|
+
}
|
218519
|
+
},
|
218520
|
+
"Category": {},
|
218521
|
+
"Source": {},
|
218522
|
+
"TypeDetection": {},
|
218523
|
+
"TypeRecommendation": {},
|
218524
|
+
"Impact": {},
|
218525
|
+
"AdditionalInfo": {},
|
218526
|
+
"Links": {
|
218527
|
+
"type": "list",
|
218528
|
+
"member": {
|
218529
|
+
"type": "structure",
|
218530
|
+
"members": {
|
218531
|
+
"Text": {},
|
218532
|
+
"Url": {}
|
218533
|
+
}
|
218534
|
+
}
|
218535
|
+
},
|
218536
|
+
"IssueDetails": {
|
218537
|
+
"shape": "S9p"
|
218538
|
+
}
|
218539
|
+
}
|
218540
|
+
},
|
218541
|
+
"S9p": {
|
218542
|
+
"type": "structure",
|
218543
|
+
"members": {
|
218544
|
+
"PerformanceIssueDetails": {
|
218545
|
+
"type": "structure",
|
218546
|
+
"members": {
|
218547
|
+
"StartTime": {
|
218548
|
+
"type": "timestamp"
|
218549
|
+
},
|
218550
|
+
"EndTime": {
|
218551
|
+
"type": "timestamp"
|
218552
|
+
},
|
218553
|
+
"Metrics": {
|
218554
|
+
"type": "list",
|
218555
|
+
"member": {
|
218556
|
+
"type": "structure",
|
218557
|
+
"members": {
|
218558
|
+
"Name": {},
|
218559
|
+
"References": {
|
218560
|
+
"type": "list",
|
218561
|
+
"member": {
|
218562
|
+
"type": "structure",
|
218563
|
+
"members": {
|
218564
|
+
"Name": {},
|
218565
|
+
"ReferenceDetails": {
|
218566
|
+
"type": "structure",
|
218567
|
+
"members": {
|
218568
|
+
"ScalarReferenceDetails": {
|
218569
|
+
"type": "structure",
|
218570
|
+
"members": {
|
218571
|
+
"Value": {
|
218572
|
+
"type": "double"
|
218573
|
+
}
|
218574
|
+
}
|
218575
|
+
}
|
218576
|
+
}
|
218577
|
+
}
|
218578
|
+
}
|
218579
|
+
}
|
218580
|
+
},
|
218581
|
+
"StatisticsDetails": {},
|
218582
|
+
"MetricQuery": {
|
218583
|
+
"type": "structure",
|
218584
|
+
"members": {
|
218585
|
+
"PerformanceInsightsMetricQuery": {
|
218586
|
+
"type": "structure",
|
218587
|
+
"members": {
|
218588
|
+
"GroupBy": {
|
218589
|
+
"type": "structure",
|
218590
|
+
"members": {
|
218591
|
+
"Dimensions": {
|
218592
|
+
"shape": "Sv"
|
218593
|
+
},
|
218594
|
+
"Group": {},
|
218595
|
+
"Limit": {
|
218596
|
+
"type": "integer"
|
218597
|
+
}
|
218598
|
+
}
|
218599
|
+
},
|
218600
|
+
"Metric": {}
|
218601
|
+
}
|
218602
|
+
}
|
218603
|
+
}
|
218604
|
+
}
|
218605
|
+
}
|
218606
|
+
}
|
218607
|
+
},
|
218608
|
+
"Analysis": {}
|
218609
|
+
}
|
218610
|
+
}
|
218611
|
+
}
|
218612
|
+
},
|
218613
|
+
"Saa": {
|
218330
218614
|
"type": "structure",
|
218331
218615
|
"members": {
|
218332
218616
|
"DBSnapshotIdentifier": {},
|
@@ -218347,7 +218631,7 @@ module.exports={
|
|
218347
218631
|
},
|
218348
218632
|
"wrapper": true
|
218349
218633
|
},
|
218350
|
-
"
|
218634
|
+
"Sap": {
|
218351
218635
|
"type": "structure",
|
218352
218636
|
"members": {
|
218353
218637
|
"DBParameterGroupFamily": {},
|
@@ -218358,7 +218642,7 @@ module.exports={
|
|
218358
218642
|
},
|
218359
218643
|
"wrapper": true
|
218360
218644
|
},
|
218361
|
-
"
|
218645
|
+
"Sby": {
|
218362
218646
|
"type": "list",
|
218363
218647
|
"member": {
|
218364
218648
|
"locationName": "AvailableProcessorFeature",
|
@@ -218370,7 +218654,7 @@ module.exports={
|
|
218370
218654
|
}
|
218371
218655
|
}
|
218372
218656
|
},
|
218373
|
-
"
|
218657
|
+
"Sc7": {
|
218374
218658
|
"type": "structure",
|
218375
218659
|
"members": {
|
218376
218660
|
"ReservedDBInstanceId": {},
|
@@ -218399,14 +218683,14 @@ module.exports={
|
|
218399
218683
|
},
|
218400
218684
|
"State": {},
|
218401
218685
|
"RecurringCharges": {
|
218402
|
-
"shape": "
|
218686
|
+
"shape": "Sc8"
|
218403
218687
|
},
|
218404
218688
|
"ReservedDBInstanceArn": {},
|
218405
218689
|
"LeaseId": {}
|
218406
218690
|
},
|
218407
218691
|
"wrapper": true
|
218408
218692
|
},
|
218409
|
-
"
|
218693
|
+
"Sc8": {
|
218410
218694
|
"type": "list",
|
218411
218695
|
"member": {
|
218412
218696
|
"locationName": "RecurringCharge",
|
@@ -218420,7 +218704,7 @@ module.exports={
|
|
218420
218704
|
"wrapper": true
|
218421
218705
|
}
|
218422
218706
|
},
|
218423
|
-
"
|
218707
|
+
"Scq": {
|
218424
218708
|
"type": "list",
|
218425
218709
|
"member": {
|
218426
218710
|
"locationName": "Range",
|
@@ -218438,7 +218722,7 @@ module.exports={
|
|
218438
218722
|
}
|
218439
218723
|
}
|
218440
218724
|
},
|
218441
|
-
"
|
218725
|
+
"Scs": {
|
218442
218726
|
"type": "list",
|
218443
218727
|
"member": {
|
218444
218728
|
"locationName": "DoubleRange",
|
@@ -218453,7 +218737,7 @@ module.exports={
|
|
218453
218737
|
}
|
218454
218738
|
}
|
218455
218739
|
},
|
218456
|
-
"
|
218740
|
+
"Sde": {
|
218457
218741
|
"type": "structure",
|
218458
218742
|
"members": {
|
218459
218743
|
"EnableLogTypes": {
|
@@ -218464,13 +218748,13 @@ module.exports={
|
|
218464
218748
|
}
|
218465
218749
|
}
|
218466
218750
|
},
|
218467
|
-
"
|
218751
|
+
"Sdj": {
|
218468
218752
|
"type": "structure",
|
218469
218753
|
"members": {
|
218470
218754
|
"DBClusterParameterGroupName": {}
|
218471
218755
|
}
|
218472
218756
|
},
|
218473
|
-
"
|
218757
|
+
"Sdp": {
|
218474
218758
|
"type": "structure",
|
218475
218759
|
"members": {
|
218476
218760
|
"DBParameterGroupName": {}
|
@@ -218595,6 +218879,12 @@ module.exports={
|
|
218595
218879
|
"output_token": "Marker",
|
218596
218880
|
"result_key": "Targets"
|
218597
218881
|
},
|
218882
|
+
"DescribeDBRecommendations": {
|
218883
|
+
"input_token": "Marker",
|
218884
|
+
"limit_key": "MaxRecords",
|
218885
|
+
"output_token": "Marker",
|
218886
|
+
"result_key": "DBRecommendations"
|
218887
|
+
},
|
218598
218888
|
"DescribeDBSecurityGroups": {
|
218599
218889
|
"input_token": "Marker",
|
218600
218890
|
"limit_key": "MaxRecords",
|
@@ -270090,7 +270380,7 @@ AWS.util.update(AWS, {
|
|
270090
270380
|
/**
|
270091
270381
|
* @constant
|
270092
270382
|
*/
|
270093
|
-
VERSION: '2.
|
270383
|
+
VERSION: '2.1522.0',
|
270094
270384
|
|
270095
270385
|
/**
|
270096
270386
|
* @api private
|
@@ -292314,7 +292604,7 @@ var LRUCache = /** @class */ (function () {
|
|
292314
292604
|
}());
|
292315
292605
|
exports.LRUCache = LRUCache;
|
292316
292606
|
},{}],467:[function(require,module,exports){
|
292317
|
-
// AWS SDK for JavaScript v2.
|
292607
|
+
// AWS SDK for JavaScript v2.1522.0
|
292318
292608
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
292319
292609
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
292320
292610
|
require('./browser_loader');
|