aws-sdk 2.813.0 → 2.814.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 +7 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +11 -0
- package/apis/rds-2014-10-31.min.json +192 -172
- package/clients/ec2.d.ts +13 -1
- package/clients/rds.d.ts +41 -14
- package/dist/aws-sdk-core-react-native.js +6 -1
- package/dist/aws-sdk-react-native.js +13 -3
- package/dist/aws-sdk.js +211 -175
- package/dist/aws-sdk.min.js +53 -53
- package/lib/core.js +1 -1
- package/lib/util.js +5 -0
- 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.814.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){
|
|
@@ -80094,6 +80094,9 @@ module.exports={
|
|
|
80094
80094
|
},
|
|
80095
80095
|
"Throughput": {
|
|
80096
80096
|
"type": "integer"
|
|
80097
|
+
},
|
|
80098
|
+
"MultiAttachEnabled": {
|
|
80099
|
+
"type": "boolean"
|
|
80097
80100
|
}
|
|
80098
80101
|
}
|
|
80099
80102
|
},
|
|
@@ -89092,6 +89095,10 @@ module.exports={
|
|
|
89092
89095
|
"locationName": "targetThroughput",
|
|
89093
89096
|
"type": "integer"
|
|
89094
89097
|
},
|
|
89098
|
+
"TargetMultiAttachEnabled": {
|
|
89099
|
+
"locationName": "targetMultiAttachEnabled",
|
|
89100
|
+
"type": "boolean"
|
|
89101
|
+
},
|
|
89095
89102
|
"OriginalSize": {
|
|
89096
89103
|
"locationName": "originalSize",
|
|
89097
89104
|
"type": "integer"
|
|
@@ -89107,6 +89114,10 @@ module.exports={
|
|
|
89107
89114
|
"locationName": "originalThroughput",
|
|
89108
89115
|
"type": "integer"
|
|
89109
89116
|
},
|
|
89117
|
+
"OriginalMultiAttachEnabled": {
|
|
89118
|
+
"locationName": "originalMultiAttachEnabled",
|
|
89119
|
+
"type": "boolean"
|
|
89120
|
+
},
|
|
89110
89121
|
"Progress": {
|
|
89111
89122
|
"locationName": "progress",
|
|
89112
89123
|
"type": "long"
|
|
@@ -162271,7 +162282,7 @@ module.exports={
|
|
|
162271
162282
|
}
|
|
162272
162283
|
},
|
|
162273
162284
|
"output": {
|
|
162274
|
-
"shape": "
|
|
162285
|
+
"shape": "S2g",
|
|
162275
162286
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
|
162276
162287
|
}
|
|
162277
162288
|
},
|
|
@@ -162346,7 +162357,7 @@ module.exports={
|
|
|
162346
162357
|
"MasterUsername": {},
|
|
162347
162358
|
"MasterUserPassword": {},
|
|
162348
162359
|
"DBSecurityGroups": {
|
|
162349
|
-
"shape": "
|
|
162360
|
+
"shape": "S2m"
|
|
162350
162361
|
},
|
|
162351
162362
|
"VpcSecurityGroupIds": {
|
|
162352
162363
|
"shape": "S1u"
|
|
@@ -162432,7 +162443,7 @@ module.exports={
|
|
|
162432
162443
|
"type": "structure",
|
|
162433
162444
|
"members": {
|
|
162434
162445
|
"DBInstance": {
|
|
162435
|
-
"shape": "
|
|
162446
|
+
"shape": "S2o"
|
|
162436
162447
|
}
|
|
162437
162448
|
}
|
|
162438
162449
|
}
|
|
@@ -162519,7 +162530,7 @@ module.exports={
|
|
|
162519
162530
|
"type": "structure",
|
|
162520
162531
|
"members": {
|
|
162521
162532
|
"DBInstance": {
|
|
162522
|
-
"shape": "
|
|
162533
|
+
"shape": "S2o"
|
|
162523
162534
|
}
|
|
162524
162535
|
}
|
|
162525
162536
|
}
|
|
@@ -162565,7 +162576,7 @@ module.exports={
|
|
|
162565
162576
|
"DBProxyName": {},
|
|
162566
162577
|
"EngineFamily": {},
|
|
162567
162578
|
"Auth": {
|
|
162568
|
-
"shape": "
|
|
162579
|
+
"shape": "S3f"
|
|
162569
162580
|
},
|
|
162570
162581
|
"RoleArn": {},
|
|
162571
162582
|
"VpcSubnetIds": {
|
|
@@ -162593,7 +162604,7 @@ module.exports={
|
|
|
162593
162604
|
"type": "structure",
|
|
162594
162605
|
"members": {
|
|
162595
162606
|
"DBProxy": {
|
|
162596
|
-
"shape": "
|
|
162607
|
+
"shape": "S3k"
|
|
162597
162608
|
}
|
|
162598
162609
|
}
|
|
162599
162610
|
}
|
|
@@ -162660,7 +162671,7 @@ module.exports={
|
|
|
162660
162671
|
"DBSubnetGroupName": {},
|
|
162661
162672
|
"DBSubnetGroupDescription": {},
|
|
162662
162673
|
"SubnetIds": {
|
|
162663
|
-
"shape": "
|
|
162674
|
+
"shape": "S3t"
|
|
162664
162675
|
},
|
|
162665
162676
|
"Tags": {
|
|
162666
162677
|
"shape": "Sb"
|
|
@@ -162672,7 +162683,7 @@ module.exports={
|
|
|
162672
162683
|
"type": "structure",
|
|
162673
162684
|
"members": {
|
|
162674
162685
|
"DBSubnetGroup": {
|
|
162675
|
-
"shape": "
|
|
162686
|
+
"shape": "S2s"
|
|
162676
162687
|
}
|
|
162677
162688
|
}
|
|
162678
162689
|
}
|
|
@@ -162734,7 +162745,7 @@ module.exports={
|
|
|
162734
162745
|
"type": "structure",
|
|
162735
162746
|
"members": {
|
|
162736
162747
|
"GlobalCluster": {
|
|
162737
|
-
"shape": "
|
|
162748
|
+
"shape": "S3z"
|
|
162738
162749
|
}
|
|
162739
162750
|
}
|
|
162740
162751
|
}
|
|
@@ -162823,7 +162834,7 @@ module.exports={
|
|
|
162823
162834
|
}
|
|
162824
162835
|
},
|
|
162825
162836
|
"output": {
|
|
162826
|
-
"shape": "
|
|
162837
|
+
"shape": "S2g",
|
|
162827
162838
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
|
162828
162839
|
}
|
|
162829
162840
|
},
|
|
@@ -162880,7 +162891,7 @@ module.exports={
|
|
|
162880
162891
|
"type": "structure",
|
|
162881
162892
|
"members": {
|
|
162882
162893
|
"DBInstance": {
|
|
162883
|
-
"shape": "
|
|
162894
|
+
"shape": "S2o"
|
|
162884
162895
|
}
|
|
162885
162896
|
}
|
|
162886
162897
|
}
|
|
@@ -162898,7 +162909,7 @@ module.exports={
|
|
|
162898
162909
|
"type": "structure",
|
|
162899
162910
|
"members": {
|
|
162900
162911
|
"DBInstanceAutomatedBackup": {
|
|
162901
|
-
"shape": "
|
|
162912
|
+
"shape": "S4h"
|
|
162902
162913
|
}
|
|
162903
162914
|
}
|
|
162904
162915
|
}
|
|
@@ -162929,7 +162940,7 @@ module.exports={
|
|
|
162929
162940
|
"type": "structure",
|
|
162930
162941
|
"members": {
|
|
162931
162942
|
"DBProxy": {
|
|
162932
|
-
"shape": "
|
|
162943
|
+
"shape": "S3k"
|
|
162933
162944
|
}
|
|
162934
162945
|
}
|
|
162935
162946
|
}
|
|
@@ -163011,7 +163022,7 @@ module.exports={
|
|
|
163011
163022
|
"type": "structure",
|
|
163012
163023
|
"members": {
|
|
163013
163024
|
"GlobalCluster": {
|
|
163014
|
-
"shape": "
|
|
163025
|
+
"shape": "S3z"
|
|
163015
163026
|
}
|
|
163016
163027
|
}
|
|
163017
163028
|
}
|
|
@@ -163027,7 +163038,7 @@ module.exports={
|
|
|
163027
163038
|
}
|
|
163028
163039
|
},
|
|
163029
163040
|
"output": {
|
|
163030
|
-
"shape": "
|
|
163041
|
+
"shape": "S4v",
|
|
163031
163042
|
"resultWrapper": "DeleteInstallationMediaResult"
|
|
163032
163043
|
}
|
|
163033
163044
|
},
|
|
@@ -163100,7 +163111,7 @@ module.exports={
|
|
|
163100
163111
|
"members": {
|
|
163101
163112
|
"CertificateIdentifier": {},
|
|
163102
163113
|
"Filters": {
|
|
163103
|
-
"shape": "
|
|
163114
|
+
"shape": "S56"
|
|
163104
163115
|
},
|
|
163105
163116
|
"MaxRecords": {
|
|
163106
163117
|
"type": "integer"
|
|
@@ -163115,7 +163126,7 @@ module.exports={
|
|
|
163115
163126
|
"Certificates": {
|
|
163116
163127
|
"type": "list",
|
|
163117
163128
|
"member": {
|
|
163118
|
-
"shape": "
|
|
163129
|
+
"shape": "S5b",
|
|
163119
163130
|
"locationName": "Certificate"
|
|
163120
163131
|
}
|
|
163121
163132
|
},
|
|
@@ -163129,7 +163140,7 @@ module.exports={
|
|
|
163129
163140
|
"members": {
|
|
163130
163141
|
"CustomAvailabilityZoneId": {},
|
|
163131
163142
|
"Filters": {
|
|
163132
|
-
"shape": "
|
|
163143
|
+
"shape": "S56"
|
|
163133
163144
|
},
|
|
163134
163145
|
"MaxRecords": {
|
|
163135
163146
|
"type": "integer"
|
|
@@ -163162,7 +163173,7 @@ module.exports={
|
|
|
163162
163173
|
"DBClusterIdentifier": {},
|
|
163163
163174
|
"BacktrackIdentifier": {},
|
|
163164
163175
|
"Filters": {
|
|
163165
|
-
"shape": "
|
|
163176
|
+
"shape": "S56"
|
|
163166
163177
|
},
|
|
163167
163178
|
"MaxRecords": {
|
|
163168
163179
|
"type": "integer"
|
|
@@ -163192,7 +163203,7 @@ module.exports={
|
|
|
163192
163203
|
"DBClusterIdentifier": {},
|
|
163193
163204
|
"DBClusterEndpointIdentifier": {},
|
|
163194
163205
|
"Filters": {
|
|
163195
|
-
"shape": "
|
|
163206
|
+
"shape": "S56"
|
|
163196
163207
|
},
|
|
163197
163208
|
"MaxRecords": {
|
|
163198
163209
|
"type": "integer"
|
|
@@ -163208,7 +163219,7 @@ module.exports={
|
|
|
163208
163219
|
"DBClusterEndpoints": {
|
|
163209
163220
|
"type": "list",
|
|
163210
163221
|
"member": {
|
|
163211
|
-
"shape": "
|
|
163222
|
+
"shape": "S2g",
|
|
163212
163223
|
"locationName": "DBClusterEndpointList"
|
|
163213
163224
|
}
|
|
163214
163225
|
}
|
|
@@ -163221,7 +163232,7 @@ module.exports={
|
|
|
163221
163232
|
"members": {
|
|
163222
163233
|
"DBClusterParameterGroupName": {},
|
|
163223
163234
|
"Filters": {
|
|
163224
|
-
"shape": "
|
|
163235
|
+
"shape": "S56"
|
|
163225
163236
|
},
|
|
163226
163237
|
"MaxRecords": {
|
|
163227
163238
|
"type": "integer"
|
|
@@ -163254,7 +163265,7 @@ module.exports={
|
|
|
163254
163265
|
"DBClusterParameterGroupName": {},
|
|
163255
163266
|
"Source": {},
|
|
163256
163267
|
"Filters": {
|
|
163257
|
-
"shape": "
|
|
163268
|
+
"shape": "S56"
|
|
163258
163269
|
},
|
|
163259
163270
|
"MaxRecords": {
|
|
163260
163271
|
"type": "integer"
|
|
@@ -163267,7 +163278,7 @@ module.exports={
|
|
|
163267
163278
|
"type": "structure",
|
|
163268
163279
|
"members": {
|
|
163269
163280
|
"Parameters": {
|
|
163270
|
-
"shape": "
|
|
163281
|
+
"shape": "S5q"
|
|
163271
163282
|
},
|
|
163272
163283
|
"Marker": {}
|
|
163273
163284
|
}
|
|
@@ -163288,7 +163299,7 @@ module.exports={
|
|
|
163288
163299
|
"type": "structure",
|
|
163289
163300
|
"members": {
|
|
163290
163301
|
"DBClusterSnapshotAttributesResult": {
|
|
163291
|
-
"shape": "
|
|
163302
|
+
"shape": "S5w"
|
|
163292
163303
|
}
|
|
163293
163304
|
}
|
|
163294
163305
|
}
|
|
@@ -163301,7 +163312,7 @@ module.exports={
|
|
|
163301
163312
|
"DBClusterSnapshotIdentifier": {},
|
|
163302
163313
|
"SnapshotType": {},
|
|
163303
163314
|
"Filters": {
|
|
163304
|
-
"shape": "
|
|
163315
|
+
"shape": "S56"
|
|
163305
163316
|
},
|
|
163306
163317
|
"MaxRecords": {
|
|
163307
163318
|
"type": "integer"
|
|
@@ -163336,7 +163347,7 @@ module.exports={
|
|
|
163336
163347
|
"members": {
|
|
163337
163348
|
"DBClusterIdentifier": {},
|
|
163338
163349
|
"Filters": {
|
|
163339
|
-
"shape": "
|
|
163350
|
+
"shape": "S56"
|
|
163340
163351
|
},
|
|
163341
163352
|
"MaxRecords": {
|
|
163342
163353
|
"type": "integer"
|
|
@@ -163370,7 +163381,7 @@ module.exports={
|
|
|
163370
163381
|
"EngineVersion": {},
|
|
163371
163382
|
"DBParameterGroupFamily": {},
|
|
163372
163383
|
"Filters": {
|
|
163373
|
-
"shape": "
|
|
163384
|
+
"shape": "S56"
|
|
163374
163385
|
},
|
|
163375
163386
|
"MaxRecords": {
|
|
163376
163387
|
"type": "integer"
|
|
@@ -163407,13 +163418,13 @@ module.exports={
|
|
|
163407
163418
|
"DBEngineDescription": {},
|
|
163408
163419
|
"DBEngineVersionDescription": {},
|
|
163409
163420
|
"DefaultCharacterSet": {
|
|
163410
|
-
"shape": "
|
|
163421
|
+
"shape": "S6a"
|
|
163411
163422
|
},
|
|
163412
163423
|
"SupportedCharacterSets": {
|
|
163413
|
-
"shape": "
|
|
163424
|
+
"shape": "S6b"
|
|
163414
163425
|
},
|
|
163415
163426
|
"SupportedNcharCharacterSets": {
|
|
163416
|
-
"shape": "
|
|
163427
|
+
"shape": "S6b"
|
|
163417
163428
|
},
|
|
163418
163429
|
"ValidUpgradeTarget": {
|
|
163419
163430
|
"type": "list",
|
|
@@ -163453,7 +163464,7 @@ module.exports={
|
|
|
163453
163464
|
"type": "boolean"
|
|
163454
163465
|
},
|
|
163455
163466
|
"SupportedEngineModes": {
|
|
163456
|
-
"shape": "
|
|
163467
|
+
"shape": "S5t"
|
|
163457
163468
|
},
|
|
163458
163469
|
"SupportedFeatureNames": {
|
|
163459
163470
|
"type": "list",
|
|
@@ -163479,7 +163490,7 @@ module.exports={
|
|
|
163479
163490
|
"DbiResourceId": {},
|
|
163480
163491
|
"DBInstanceIdentifier": {},
|
|
163481
163492
|
"Filters": {
|
|
163482
|
-
"shape": "
|
|
163493
|
+
"shape": "S56"
|
|
163483
163494
|
},
|
|
163484
163495
|
"MaxRecords": {
|
|
163485
163496
|
"type": "integer"
|
|
@@ -163496,7 +163507,7 @@ module.exports={
|
|
|
163496
163507
|
"DBInstanceAutomatedBackups": {
|
|
163497
163508
|
"type": "list",
|
|
163498
163509
|
"member": {
|
|
163499
|
-
"shape": "
|
|
163510
|
+
"shape": "S4h",
|
|
163500
163511
|
"locationName": "DBInstanceAutomatedBackup"
|
|
163501
163512
|
}
|
|
163502
163513
|
}
|
|
@@ -163509,7 +163520,7 @@ module.exports={
|
|
|
163509
163520
|
"members": {
|
|
163510
163521
|
"DBInstanceIdentifier": {},
|
|
163511
163522
|
"Filters": {
|
|
163512
|
-
"shape": "
|
|
163523
|
+
"shape": "S56"
|
|
163513
163524
|
},
|
|
163514
163525
|
"MaxRecords": {
|
|
163515
163526
|
"type": "integer"
|
|
@@ -163525,7 +163536,7 @@ module.exports={
|
|
|
163525
163536
|
"DBInstances": {
|
|
163526
163537
|
"type": "list",
|
|
163527
163538
|
"member": {
|
|
163528
|
-
"shape": "
|
|
163539
|
+
"shape": "S2o",
|
|
163529
163540
|
"locationName": "DBInstance"
|
|
163530
163541
|
}
|
|
163531
163542
|
}
|
|
@@ -163548,7 +163559,7 @@ module.exports={
|
|
|
163548
163559
|
"type": "long"
|
|
163549
163560
|
},
|
|
163550
163561
|
"Filters": {
|
|
163551
|
-
"shape": "
|
|
163562
|
+
"shape": "S56"
|
|
163552
163563
|
},
|
|
163553
163564
|
"MaxRecords": {
|
|
163554
163565
|
"type": "integer"
|
|
@@ -163586,7 +163597,7 @@ module.exports={
|
|
|
163586
163597
|
"members": {
|
|
163587
163598
|
"DBParameterGroupName": {},
|
|
163588
163599
|
"Filters": {
|
|
163589
|
-
"shape": "
|
|
163600
|
+
"shape": "S56"
|
|
163590
163601
|
},
|
|
163591
163602
|
"MaxRecords": {
|
|
163592
163603
|
"type": "integer"
|
|
@@ -163619,7 +163630,7 @@ module.exports={
|
|
|
163619
163630
|
"DBParameterGroupName": {},
|
|
163620
163631
|
"Source": {},
|
|
163621
163632
|
"Filters": {
|
|
163622
|
-
"shape": "
|
|
163633
|
+
"shape": "S56"
|
|
163623
163634
|
},
|
|
163624
163635
|
"MaxRecords": {
|
|
163625
163636
|
"type": "integer"
|
|
@@ -163632,7 +163643,7 @@ module.exports={
|
|
|
163632
163643
|
"type": "structure",
|
|
163633
163644
|
"members": {
|
|
163634
163645
|
"Parameters": {
|
|
163635
|
-
"shape": "
|
|
163646
|
+
"shape": "S5q"
|
|
163636
163647
|
},
|
|
163637
163648
|
"Marker": {}
|
|
163638
163649
|
}
|
|
@@ -163644,7 +163655,7 @@ module.exports={
|
|
|
163644
163655
|
"members": {
|
|
163645
163656
|
"DBProxyName": {},
|
|
163646
163657
|
"Filters": {
|
|
163647
|
-
"shape": "
|
|
163658
|
+
"shape": "S56"
|
|
163648
163659
|
},
|
|
163649
163660
|
"Marker": {},
|
|
163650
163661
|
"MaxRecords": {
|
|
@@ -163659,7 +163670,7 @@ module.exports={
|
|
|
163659
163670
|
"DBProxies": {
|
|
163660
163671
|
"type": "list",
|
|
163661
163672
|
"member": {
|
|
163662
|
-
"shape": "
|
|
163673
|
+
"shape": "S3k"
|
|
163663
163674
|
}
|
|
163664
163675
|
},
|
|
163665
163676
|
"Marker": {}
|
|
@@ -163676,7 +163687,7 @@ module.exports={
|
|
|
163676
163687
|
"DBProxyName": {},
|
|
163677
163688
|
"TargetGroupName": {},
|
|
163678
163689
|
"Filters": {
|
|
163679
|
-
"shape": "
|
|
163690
|
+
"shape": "S56"
|
|
163680
163691
|
},
|
|
163681
163692
|
"Marker": {},
|
|
163682
163693
|
"MaxRecords": {
|
|
@@ -163691,7 +163702,7 @@ module.exports={
|
|
|
163691
163702
|
"TargetGroups": {
|
|
163692
163703
|
"type": "list",
|
|
163693
163704
|
"member": {
|
|
163694
|
-
"shape": "
|
|
163705
|
+
"shape": "S73"
|
|
163695
163706
|
}
|
|
163696
163707
|
},
|
|
163697
163708
|
"Marker": {}
|
|
@@ -163708,7 +163719,7 @@ module.exports={
|
|
|
163708
163719
|
"DBProxyName": {},
|
|
163709
163720
|
"TargetGroupName": {},
|
|
163710
163721
|
"Filters": {
|
|
163711
|
-
"shape": "
|
|
163722
|
+
"shape": "S56"
|
|
163712
163723
|
},
|
|
163713
163724
|
"Marker": {},
|
|
163714
163725
|
"MaxRecords": {
|
|
@@ -163721,7 +163732,7 @@ module.exports={
|
|
|
163721
163732
|
"type": "structure",
|
|
163722
163733
|
"members": {
|
|
163723
163734
|
"Targets": {
|
|
163724
|
-
"shape": "
|
|
163735
|
+
"shape": "S77"
|
|
163725
163736
|
},
|
|
163726
163737
|
"Marker": {}
|
|
163727
163738
|
}
|
|
@@ -163733,7 +163744,7 @@ module.exports={
|
|
|
163733
163744
|
"members": {
|
|
163734
163745
|
"DBSecurityGroupName": {},
|
|
163735
163746
|
"Filters": {
|
|
163736
|
-
"shape": "
|
|
163747
|
+
"shape": "S56"
|
|
163737
163748
|
},
|
|
163738
163749
|
"MaxRecords": {
|
|
163739
163750
|
"type": "integer"
|
|
@@ -163771,7 +163782,7 @@ module.exports={
|
|
|
163771
163782
|
"type": "structure",
|
|
163772
163783
|
"members": {
|
|
163773
163784
|
"DBSnapshotAttributesResult": {
|
|
163774
|
-
"shape": "
|
|
163785
|
+
"shape": "S7i"
|
|
163775
163786
|
}
|
|
163776
163787
|
}
|
|
163777
163788
|
}
|
|
@@ -163784,7 +163795,7 @@ module.exports={
|
|
|
163784
163795
|
"DBSnapshotIdentifier": {},
|
|
163785
163796
|
"SnapshotType": {},
|
|
163786
163797
|
"Filters": {
|
|
163787
|
-
"shape": "
|
|
163798
|
+
"shape": "S56"
|
|
163788
163799
|
},
|
|
163789
163800
|
"MaxRecords": {
|
|
163790
163801
|
"type": "integer"
|
|
@@ -163820,7 +163831,7 @@ module.exports={
|
|
|
163820
163831
|
"members": {
|
|
163821
163832
|
"DBSubnetGroupName": {},
|
|
163822
163833
|
"Filters": {
|
|
163823
|
-
"shape": "
|
|
163834
|
+
"shape": "S56"
|
|
163824
163835
|
},
|
|
163825
163836
|
"MaxRecords": {
|
|
163826
163837
|
"type": "integer"
|
|
@@ -163836,7 +163847,7 @@ module.exports={
|
|
|
163836
163847
|
"DBSubnetGroups": {
|
|
163837
163848
|
"type": "list",
|
|
163838
163849
|
"member": {
|
|
163839
|
-
"shape": "
|
|
163850
|
+
"shape": "S2s",
|
|
163840
163851
|
"locationName": "DBSubnetGroup"
|
|
163841
163852
|
}
|
|
163842
163853
|
}
|
|
@@ -163852,7 +163863,7 @@ module.exports={
|
|
|
163852
163863
|
"members": {
|
|
163853
163864
|
"DBParameterGroupFamily": {},
|
|
163854
163865
|
"Filters": {
|
|
163855
|
-
"shape": "
|
|
163866
|
+
"shape": "S56"
|
|
163856
163867
|
},
|
|
163857
163868
|
"MaxRecords": {
|
|
163858
163869
|
"type": "integer"
|
|
@@ -163865,7 +163876,7 @@ module.exports={
|
|
|
163865
163876
|
"type": "structure",
|
|
163866
163877
|
"members": {
|
|
163867
163878
|
"EngineDefaults": {
|
|
163868
|
-
"shape": "
|
|
163879
|
+
"shape": "S7t"
|
|
163869
163880
|
}
|
|
163870
163881
|
}
|
|
163871
163882
|
}
|
|
@@ -163879,7 +163890,7 @@ module.exports={
|
|
|
163879
163890
|
"members": {
|
|
163880
163891
|
"DBParameterGroupFamily": {},
|
|
163881
163892
|
"Filters": {
|
|
163882
|
-
"shape": "
|
|
163893
|
+
"shape": "S56"
|
|
163883
163894
|
},
|
|
163884
163895
|
"MaxRecords": {
|
|
163885
163896
|
"type": "integer"
|
|
@@ -163892,7 +163903,7 @@ module.exports={
|
|
|
163892
163903
|
"type": "structure",
|
|
163893
163904
|
"members": {
|
|
163894
163905
|
"EngineDefaults": {
|
|
163895
|
-
"shape": "
|
|
163906
|
+
"shape": "S7t"
|
|
163896
163907
|
}
|
|
163897
163908
|
}
|
|
163898
163909
|
}
|
|
@@ -163903,7 +163914,7 @@ module.exports={
|
|
|
163903
163914
|
"members": {
|
|
163904
163915
|
"SourceType": {},
|
|
163905
163916
|
"Filters": {
|
|
163906
|
-
"shape": "
|
|
163917
|
+
"shape": "S56"
|
|
163907
163918
|
}
|
|
163908
163919
|
}
|
|
163909
163920
|
},
|
|
@@ -163934,7 +163945,7 @@ module.exports={
|
|
|
163934
163945
|
"members": {
|
|
163935
163946
|
"SubscriptionName": {},
|
|
163936
163947
|
"Filters": {
|
|
163937
|
-
"shape": "
|
|
163948
|
+
"shape": "S56"
|
|
163938
163949
|
},
|
|
163939
163950
|
"MaxRecords": {
|
|
163940
163951
|
"type": "integer"
|
|
@@ -163976,7 +163987,7 @@ module.exports={
|
|
|
163976
163987
|
"shape": "S8"
|
|
163977
163988
|
},
|
|
163978
163989
|
"Filters": {
|
|
163979
|
-
"shape": "
|
|
163990
|
+
"shape": "S56"
|
|
163980
163991
|
},
|
|
163981
163992
|
"MaxRecords": {
|
|
163982
163993
|
"type": "integer"
|
|
@@ -164018,7 +164029,7 @@ module.exports={
|
|
|
164018
164029
|
"ExportTaskIdentifier": {},
|
|
164019
164030
|
"SourceArn": {},
|
|
164020
164031
|
"Filters": {
|
|
164021
|
-
"shape": "
|
|
164032
|
+
"shape": "S56"
|
|
164022
164033
|
},
|
|
164023
164034
|
"Marker": {},
|
|
164024
164035
|
"MaxRecords": {
|
|
@@ -164047,7 +164058,7 @@ module.exports={
|
|
|
164047
164058
|
"members": {
|
|
164048
164059
|
"GlobalClusterIdentifier": {},
|
|
164049
164060
|
"Filters": {
|
|
164050
|
-
"shape": "
|
|
164061
|
+
"shape": "S56"
|
|
164051
164062
|
},
|
|
164052
164063
|
"MaxRecords": {
|
|
164053
164064
|
"type": "integer"
|
|
@@ -164063,7 +164074,7 @@ module.exports={
|
|
|
164063
164074
|
"GlobalClusters": {
|
|
164064
164075
|
"type": "list",
|
|
164065
164076
|
"member": {
|
|
164066
|
-
"shape": "
|
|
164077
|
+
"shape": "S3z",
|
|
164067
164078
|
"locationName": "GlobalClusterMember"
|
|
164068
164079
|
}
|
|
164069
164080
|
}
|
|
@@ -164076,7 +164087,7 @@ module.exports={
|
|
|
164076
164087
|
"members": {
|
|
164077
164088
|
"InstallationMediaId": {},
|
|
164078
164089
|
"Filters": {
|
|
164079
|
-
"shape": "
|
|
164090
|
+
"shape": "S56"
|
|
164080
164091
|
},
|
|
164081
164092
|
"MaxRecords": {
|
|
164082
164093
|
"type": "integer"
|
|
@@ -164092,7 +164103,7 @@ module.exports={
|
|
|
164092
164103
|
"InstallationMedia": {
|
|
164093
164104
|
"type": "list",
|
|
164094
164105
|
"member": {
|
|
164095
|
-
"shape": "
|
|
164106
|
+
"shape": "S4v",
|
|
164096
164107
|
"locationName": "InstallationMedia"
|
|
164097
164108
|
}
|
|
164098
164109
|
}
|
|
@@ -164109,7 +164120,7 @@ module.exports={
|
|
|
164109
164120
|
"EngineName": {},
|
|
164110
164121
|
"MajorEngineVersion": {},
|
|
164111
164122
|
"Filters": {
|
|
164112
|
-
"shape": "
|
|
164123
|
+
"shape": "S56"
|
|
164113
164124
|
},
|
|
164114
164125
|
"MaxRecords": {
|
|
164115
164126
|
"type": "integer"
|
|
@@ -164222,7 +164233,7 @@ module.exports={
|
|
|
164222
164233
|
"members": {
|
|
164223
164234
|
"OptionGroupName": {},
|
|
164224
164235
|
"Filters": {
|
|
164225
|
-
"shape": "
|
|
164236
|
+
"shape": "S56"
|
|
164226
164237
|
},
|
|
164227
164238
|
"Marker": {},
|
|
164228
164239
|
"MaxRecords": {
|
|
@@ -164263,7 +164274,7 @@ module.exports={
|
|
|
164263
164274
|
"type": "boolean"
|
|
164264
164275
|
},
|
|
164265
164276
|
"Filters": {
|
|
164266
|
-
"shape": "
|
|
164277
|
+
"shape": "S56"
|
|
164267
164278
|
},
|
|
164268
164279
|
"MaxRecords": {
|
|
164269
164280
|
"type": "integer"
|
|
@@ -164289,7 +164300,7 @@ module.exports={
|
|
|
164289
164300
|
"AvailabilityZones": {
|
|
164290
164301
|
"type": "list",
|
|
164291
164302
|
"member": {
|
|
164292
|
-
"shape": "
|
|
164303
|
+
"shape": "S2v",
|
|
164293
164304
|
"locationName": "AvailabilityZone"
|
|
164294
164305
|
}
|
|
164295
164306
|
},
|
|
@@ -164337,10 +164348,10 @@ module.exports={
|
|
|
164337
164348
|
"type": "double"
|
|
164338
164349
|
},
|
|
164339
164350
|
"AvailableProcessorFeatures": {
|
|
164340
|
-
"shape": "
|
|
164351
|
+
"shape": "S92"
|
|
164341
164352
|
},
|
|
164342
164353
|
"SupportedEngineModes": {
|
|
164343
|
-
"shape": "
|
|
164354
|
+
"shape": "S5t"
|
|
164344
164355
|
},
|
|
164345
164356
|
"SupportsStorageAutoscaling": {
|
|
164346
164357
|
"type": "boolean"
|
|
@@ -164368,7 +164379,7 @@ module.exports={
|
|
|
164368
164379
|
"members": {
|
|
164369
164380
|
"ResourceIdentifier": {},
|
|
164370
164381
|
"Filters": {
|
|
164371
|
-
"shape": "
|
|
164382
|
+
"shape": "S56"
|
|
164372
164383
|
},
|
|
164373
164384
|
"Marker": {},
|
|
164374
164385
|
"MaxRecords": {
|
|
@@ -164406,7 +164417,7 @@ module.exports={
|
|
|
164406
164417
|
},
|
|
164407
164418
|
"LeaseId": {},
|
|
164408
164419
|
"Filters": {
|
|
164409
|
-
"shape": "
|
|
164420
|
+
"shape": "S56"
|
|
164410
164421
|
},
|
|
164411
164422
|
"MaxRecords": {
|
|
164412
164423
|
"type": "integer"
|
|
@@ -164422,7 +164433,7 @@ module.exports={
|
|
|
164422
164433
|
"ReservedDBInstances": {
|
|
164423
164434
|
"type": "list",
|
|
164424
164435
|
"member": {
|
|
164425
|
-
"shape": "
|
|
164436
|
+
"shape": "S9a",
|
|
164426
164437
|
"locationName": "ReservedDBInstance"
|
|
164427
164438
|
}
|
|
164428
164439
|
}
|
|
@@ -164442,7 +164453,7 @@ module.exports={
|
|
|
164442
164453
|
"type": "boolean"
|
|
164443
164454
|
},
|
|
164444
164455
|
"Filters": {
|
|
164445
|
-
"shape": "
|
|
164456
|
+
"shape": "S56"
|
|
164446
164457
|
},
|
|
164447
164458
|
"MaxRecords": {
|
|
164448
164459
|
"type": "integer"
|
|
@@ -164479,7 +164490,7 @@ module.exports={
|
|
|
164479
164490
|
"type": "boolean"
|
|
164480
164491
|
},
|
|
164481
164492
|
"RecurringCharges": {
|
|
164482
|
-
"shape": "
|
|
164493
|
+
"shape": "S9c"
|
|
164483
164494
|
}
|
|
164484
164495
|
},
|
|
164485
164496
|
"wrapper": true
|
|
@@ -164498,7 +164509,7 @@ module.exports={
|
|
|
164498
164509
|
},
|
|
164499
164510
|
"Marker": {},
|
|
164500
164511
|
"Filters": {
|
|
164501
|
-
"shape": "
|
|
164512
|
+
"shape": "S56"
|
|
164502
164513
|
}
|
|
164503
164514
|
}
|
|
164504
164515
|
},
|
|
@@ -164550,10 +164561,10 @@ module.exports={
|
|
|
164550
164561
|
"members": {
|
|
164551
164562
|
"StorageType": {},
|
|
164552
164563
|
"StorageSize": {
|
|
164553
|
-
"shape": "
|
|
164564
|
+
"shape": "S9r"
|
|
164554
164565
|
},
|
|
164555
164566
|
"ProvisionedIops": {
|
|
164556
|
-
"shape": "
|
|
164567
|
+
"shape": "S9r"
|
|
164557
164568
|
},
|
|
164558
164569
|
"IopsToStorageRatio": {
|
|
164559
164570
|
"type": "list",
|
|
@@ -164577,7 +164588,7 @@ module.exports={
|
|
|
164577
164588
|
}
|
|
164578
164589
|
},
|
|
164579
164590
|
"ValidProcessorFeatures": {
|
|
164580
|
-
"shape": "
|
|
164591
|
+
"shape": "S92"
|
|
164581
164592
|
}
|
|
164582
164593
|
},
|
|
164583
164594
|
"wrapper": true
|
|
@@ -164653,7 +164664,7 @@ module.exports={
|
|
|
164653
164664
|
}
|
|
164654
164665
|
},
|
|
164655
164666
|
"output": {
|
|
164656
|
-
"shape": "
|
|
164667
|
+
"shape": "S4v",
|
|
164657
164668
|
"resultWrapper": "ImportInstallationMediaResult"
|
|
164658
164669
|
}
|
|
164659
164670
|
},
|
|
@@ -164666,7 +164677,7 @@ module.exports={
|
|
|
164666
164677
|
"members": {
|
|
164667
164678
|
"ResourceName": {},
|
|
164668
164679
|
"Filters": {
|
|
164669
|
-
"shape": "
|
|
164680
|
+
"shape": "S56"
|
|
164670
164681
|
}
|
|
164671
164682
|
}
|
|
164672
164683
|
},
|
|
@@ -164695,7 +164706,7 @@ module.exports={
|
|
|
164695
164706
|
"type": "structure",
|
|
164696
164707
|
"members": {
|
|
164697
164708
|
"Certificate": {
|
|
164698
|
-
"shape": "
|
|
164709
|
+
"shape": "S5b"
|
|
164699
164710
|
}
|
|
164700
164711
|
}
|
|
164701
164712
|
}
|
|
@@ -164768,7 +164779,7 @@ module.exports={
|
|
|
164768
164779
|
"type": "long"
|
|
164769
164780
|
},
|
|
164770
164781
|
"CloudwatchLogsExportConfiguration": {
|
|
164771
|
-
"shape": "
|
|
164782
|
+
"shape": "Sa7"
|
|
164772
164783
|
},
|
|
164773
164784
|
"EngineVersion": {},
|
|
164774
164785
|
"AllowMajorVersionUpgrade": {
|
|
@@ -164822,7 +164833,7 @@ module.exports={
|
|
|
164822
164833
|
}
|
|
164823
164834
|
},
|
|
164824
164835
|
"output": {
|
|
164825
|
-
"shape": "
|
|
164836
|
+
"shape": "S2g",
|
|
164826
164837
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
|
164827
164838
|
}
|
|
164828
164839
|
},
|
|
@@ -164836,12 +164847,12 @@ module.exports={
|
|
|
164836
164847
|
"members": {
|
|
164837
164848
|
"DBClusterParameterGroupName": {},
|
|
164838
164849
|
"Parameters": {
|
|
164839
|
-
"shape": "
|
|
164850
|
+
"shape": "S5q"
|
|
164840
164851
|
}
|
|
164841
164852
|
}
|
|
164842
164853
|
},
|
|
164843
164854
|
"output": {
|
|
164844
|
-
"shape": "
|
|
164855
|
+
"shape": "Sab",
|
|
164845
164856
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
164846
164857
|
}
|
|
164847
164858
|
},
|
|
@@ -164856,10 +164867,10 @@ module.exports={
|
|
|
164856
164867
|
"DBClusterSnapshotIdentifier": {},
|
|
164857
164868
|
"AttributeName": {},
|
|
164858
164869
|
"ValuesToAdd": {
|
|
164859
|
-
"shape": "
|
|
164870
|
+
"shape": "S5z"
|
|
164860
164871
|
},
|
|
164861
164872
|
"ValuesToRemove": {
|
|
164862
|
-
"shape": "
|
|
164873
|
+
"shape": "S5z"
|
|
164863
164874
|
}
|
|
164864
164875
|
}
|
|
164865
164876
|
},
|
|
@@ -164868,7 +164879,7 @@ module.exports={
|
|
|
164868
164879
|
"type": "structure",
|
|
164869
164880
|
"members": {
|
|
164870
164881
|
"DBClusterSnapshotAttributesResult": {
|
|
164871
|
-
"shape": "
|
|
164882
|
+
"shape": "S5w"
|
|
164872
164883
|
}
|
|
164873
164884
|
}
|
|
164874
164885
|
}
|
|
@@ -164887,7 +164898,7 @@ module.exports={
|
|
|
164887
164898
|
"DBInstanceClass": {},
|
|
164888
164899
|
"DBSubnetGroupName": {},
|
|
164889
164900
|
"DBSecurityGroups": {
|
|
164890
|
-
"shape": "
|
|
164901
|
+
"shape": "S2m"
|
|
164891
164902
|
},
|
|
164892
164903
|
"VpcSecurityGroupIds": {
|
|
164893
164904
|
"shape": "S1u"
|
|
@@ -164951,7 +164962,7 @@ module.exports={
|
|
|
164951
164962
|
"type": "integer"
|
|
164952
164963
|
},
|
|
164953
164964
|
"CloudwatchLogsExportConfiguration": {
|
|
164954
|
-
"shape": "
|
|
164965
|
+
"shape": "Sa7"
|
|
164955
164966
|
},
|
|
164956
164967
|
"ProcessorFeatures": {
|
|
164957
164968
|
"shape": "S1b"
|
|
@@ -164976,7 +164987,7 @@ module.exports={
|
|
|
164976
164987
|
"type": "structure",
|
|
164977
164988
|
"members": {
|
|
164978
164989
|
"DBInstance": {
|
|
164979
|
-
"shape": "
|
|
164990
|
+
"shape": "S2o"
|
|
164980
164991
|
}
|
|
164981
164992
|
}
|
|
164982
164993
|
}
|
|
@@ -164991,12 +165002,12 @@ module.exports={
|
|
|
164991
165002
|
"members": {
|
|
164992
165003
|
"DBParameterGroupName": {},
|
|
164993
165004
|
"Parameters": {
|
|
164994
|
-
"shape": "
|
|
165005
|
+
"shape": "S5q"
|
|
164995
165006
|
}
|
|
164996
165007
|
}
|
|
164997
165008
|
},
|
|
164998
165009
|
"output": {
|
|
164999
|
-
"shape": "
|
|
165010
|
+
"shape": "Sah",
|
|
165000
165011
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
165001
165012
|
}
|
|
165002
165013
|
},
|
|
@@ -165010,7 +165021,7 @@ module.exports={
|
|
|
165010
165021
|
"DBProxyName": {},
|
|
165011
165022
|
"NewDBProxyName": {},
|
|
165012
165023
|
"Auth": {
|
|
165013
|
-
"shape": "
|
|
165024
|
+
"shape": "S3f"
|
|
165014
165025
|
},
|
|
165015
165026
|
"RequireTLS": {
|
|
165016
165027
|
"type": "boolean"
|
|
@@ -165032,7 +165043,7 @@ module.exports={
|
|
|
165032
165043
|
"type": "structure",
|
|
165033
165044
|
"members": {
|
|
165034
165045
|
"DBProxy": {
|
|
165035
|
-
"shape": "
|
|
165046
|
+
"shape": "S3k"
|
|
165036
165047
|
}
|
|
165037
165048
|
}
|
|
165038
165049
|
}
|
|
@@ -165073,7 +165084,7 @@ module.exports={
|
|
|
165073
165084
|
"type": "structure",
|
|
165074
165085
|
"members": {
|
|
165075
165086
|
"DBProxyTargetGroup": {
|
|
165076
|
-
"shape": "
|
|
165087
|
+
"shape": "S73"
|
|
165077
165088
|
}
|
|
165078
165089
|
}
|
|
165079
165090
|
}
|
|
@@ -165111,10 +165122,10 @@ module.exports={
|
|
|
165111
165122
|
"DBSnapshotIdentifier": {},
|
|
165112
165123
|
"AttributeName": {},
|
|
165113
165124
|
"ValuesToAdd": {
|
|
165114
|
-
"shape": "
|
|
165125
|
+
"shape": "S5z"
|
|
165115
165126
|
},
|
|
165116
165127
|
"ValuesToRemove": {
|
|
165117
|
-
"shape": "
|
|
165128
|
+
"shape": "S5z"
|
|
165118
165129
|
}
|
|
165119
165130
|
}
|
|
165120
165131
|
},
|
|
@@ -165123,7 +165134,7 @@ module.exports={
|
|
|
165123
165134
|
"type": "structure",
|
|
165124
165135
|
"members": {
|
|
165125
165136
|
"DBSnapshotAttributesResult": {
|
|
165126
|
-
"shape": "
|
|
165137
|
+
"shape": "S7i"
|
|
165127
165138
|
}
|
|
165128
165139
|
}
|
|
165129
165140
|
}
|
|
@@ -165139,7 +165150,7 @@ module.exports={
|
|
|
165139
165150
|
"DBSubnetGroupName": {},
|
|
165140
165151
|
"DBSubnetGroupDescription": {},
|
|
165141
165152
|
"SubnetIds": {
|
|
165142
|
-
"shape": "
|
|
165153
|
+
"shape": "S3t"
|
|
165143
165154
|
}
|
|
165144
165155
|
}
|
|
165145
165156
|
},
|
|
@@ -165148,7 +165159,7 @@ module.exports={
|
|
|
165148
165159
|
"type": "structure",
|
|
165149
165160
|
"members": {
|
|
165150
165161
|
"DBSubnetGroup": {
|
|
165151
|
-
"shape": "
|
|
165162
|
+
"shape": "S2s"
|
|
165152
165163
|
}
|
|
165153
165164
|
}
|
|
165154
165165
|
}
|
|
@@ -165197,7 +165208,7 @@ module.exports={
|
|
|
165197
165208
|
"type": "structure",
|
|
165198
165209
|
"members": {
|
|
165199
165210
|
"GlobalCluster": {
|
|
165200
|
-
"shape": "
|
|
165211
|
+
"shape": "S3z"
|
|
165201
165212
|
}
|
|
165202
165213
|
}
|
|
165203
165214
|
}
|
|
@@ -165225,7 +165236,7 @@ module.exports={
|
|
|
165225
165236
|
},
|
|
165226
165237
|
"OptionVersion": {},
|
|
165227
165238
|
"DBSecurityGroupMemberships": {
|
|
165228
|
-
"shape": "
|
|
165239
|
+
"shape": "S2m"
|
|
165229
165240
|
},
|
|
165230
165241
|
"VpcSecurityGroupMemberships": {
|
|
165231
165242
|
"shape": "S1u"
|
|
@@ -165278,7 +165289,7 @@ module.exports={
|
|
|
165278
165289
|
"type": "structure",
|
|
165279
165290
|
"members": {
|
|
165280
165291
|
"DBInstance": {
|
|
165281
|
-
"shape": "
|
|
165292
|
+
"shape": "S2o"
|
|
165282
165293
|
}
|
|
165283
165294
|
}
|
|
165284
165295
|
}
|
|
@@ -165325,7 +165336,7 @@ module.exports={
|
|
|
165325
165336
|
"type": "structure",
|
|
165326
165337
|
"members": {
|
|
165327
165338
|
"ReservedDBInstance": {
|
|
165328
|
-
"shape": "
|
|
165339
|
+
"shape": "S9a"
|
|
165329
165340
|
}
|
|
165330
165341
|
}
|
|
165331
165342
|
}
|
|
@@ -165348,7 +165359,7 @@ module.exports={
|
|
|
165348
165359
|
"type": "structure",
|
|
165349
165360
|
"members": {
|
|
165350
165361
|
"DBInstance": {
|
|
165351
|
-
"shape": "
|
|
165362
|
+
"shape": "S2o"
|
|
165352
165363
|
}
|
|
165353
165364
|
}
|
|
165354
165365
|
}
|
|
@@ -165375,7 +165386,7 @@ module.exports={
|
|
|
165375
165386
|
"type": "structure",
|
|
165376
165387
|
"members": {
|
|
165377
165388
|
"DBProxyTargets": {
|
|
165378
|
-
"shape": "
|
|
165389
|
+
"shape": "S77"
|
|
165379
165390
|
}
|
|
165380
165391
|
}
|
|
165381
165392
|
}
|
|
@@ -165393,7 +165404,7 @@ module.exports={
|
|
|
165393
165404
|
"type": "structure",
|
|
165394
165405
|
"members": {
|
|
165395
165406
|
"GlobalCluster": {
|
|
165396
|
-
"shape": "
|
|
165407
|
+
"shape": "S3z"
|
|
165397
165408
|
}
|
|
165398
165409
|
}
|
|
165399
165410
|
}
|
|
@@ -165477,12 +165488,12 @@ module.exports={
|
|
|
165477
165488
|
"type": "boolean"
|
|
165478
165489
|
},
|
|
165479
165490
|
"Parameters": {
|
|
165480
|
-
"shape": "
|
|
165491
|
+
"shape": "S5q"
|
|
165481
165492
|
}
|
|
165482
165493
|
}
|
|
165483
165494
|
},
|
|
165484
165495
|
"output": {
|
|
165485
|
-
"shape": "
|
|
165496
|
+
"shape": "Sab",
|
|
165486
165497
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
165487
165498
|
}
|
|
165488
165499
|
},
|
|
@@ -165498,12 +165509,12 @@ module.exports={
|
|
|
165498
165509
|
"type": "boolean"
|
|
165499
165510
|
},
|
|
165500
165511
|
"Parameters": {
|
|
165501
|
-
"shape": "
|
|
165512
|
+
"shape": "S5q"
|
|
165502
165513
|
}
|
|
165503
165514
|
}
|
|
165504
165515
|
},
|
|
165505
165516
|
"output": {
|
|
165506
|
-
"shape": "
|
|
165517
|
+
"shape": "Sah",
|
|
165507
165518
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
165508
165519
|
}
|
|
165509
165520
|
},
|
|
@@ -165777,7 +165788,7 @@ module.exports={
|
|
|
165777
165788
|
"type": "structure",
|
|
165778
165789
|
"members": {
|
|
165779
165790
|
"DBInstance": {
|
|
165780
|
-
"shape": "
|
|
165791
|
+
"shape": "S2o"
|
|
165781
165792
|
}
|
|
165782
165793
|
}
|
|
165783
165794
|
}
|
|
@@ -165805,7 +165816,7 @@ module.exports={
|
|
|
165805
165816
|
"MasterUsername": {},
|
|
165806
165817
|
"MasterUserPassword": {},
|
|
165807
165818
|
"DBSecurityGroups": {
|
|
165808
|
-
"shape": "
|
|
165819
|
+
"shape": "S2m"
|
|
165809
165820
|
},
|
|
165810
165821
|
"VpcSecurityGroupIds": {
|
|
165811
165822
|
"shape": "S1u"
|
|
@@ -165888,7 +165899,7 @@ module.exports={
|
|
|
165888
165899
|
"type": "structure",
|
|
165889
165900
|
"members": {
|
|
165890
165901
|
"DBInstance": {
|
|
165891
|
-
"shape": "
|
|
165902
|
+
"shape": "S2o"
|
|
165892
165903
|
}
|
|
165893
165904
|
}
|
|
165894
165905
|
}
|
|
@@ -165972,7 +165983,7 @@ module.exports={
|
|
|
165972
165983
|
"type": "structure",
|
|
165973
165984
|
"members": {
|
|
165974
165985
|
"DBInstance": {
|
|
165975
|
-
"shape": "
|
|
165986
|
+
"shape": "S2o"
|
|
165976
165987
|
}
|
|
165977
165988
|
}
|
|
165978
165989
|
}
|
|
@@ -166067,7 +166078,7 @@ module.exports={
|
|
|
166067
166078
|
"type": "structure",
|
|
166068
166079
|
"members": {
|
|
166069
166080
|
"DBInstance": {
|
|
166070
|
-
"shape": "
|
|
166081
|
+
"shape": "S2o"
|
|
166071
166082
|
}
|
|
166072
166083
|
}
|
|
166073
166084
|
}
|
|
@@ -166092,7 +166103,7 @@ module.exports={
|
|
|
166092
166103
|
"type": "structure",
|
|
166093
166104
|
"members": {
|
|
166094
166105
|
"DBInstanceAutomatedBackup": {
|
|
166095
|
-
"shape": "
|
|
166106
|
+
"shape": "S4h"
|
|
166096
166107
|
}
|
|
166097
166108
|
}
|
|
166098
166109
|
}
|
|
@@ -166183,7 +166194,7 @@ module.exports={
|
|
|
166183
166194
|
"type": "structure",
|
|
166184
166195
|
"members": {
|
|
166185
166196
|
"DBInstance": {
|
|
166186
|
-
"shape": "
|
|
166197
|
+
"shape": "S2o"
|
|
166187
166198
|
}
|
|
166188
166199
|
}
|
|
166189
166200
|
}
|
|
@@ -166203,7 +166214,7 @@ module.exports={
|
|
|
166203
166214
|
"type": "structure",
|
|
166204
166215
|
"members": {
|
|
166205
166216
|
"DBInstanceAutomatedBackup": {
|
|
166206
|
-
"shape": "
|
|
166217
|
+
"shape": "S4h"
|
|
166207
166218
|
}
|
|
166208
166219
|
}
|
|
166209
166220
|
}
|
|
@@ -166813,6 +166824,20 @@ module.exports={
|
|
|
166813
166824
|
"GlobalWriteForwardingStatus": {},
|
|
166814
166825
|
"GlobalWriteForwardingRequested": {
|
|
166815
166826
|
"type": "boolean"
|
|
166827
|
+
},
|
|
166828
|
+
"PendingModifiedValues": {
|
|
166829
|
+
"type": "structure",
|
|
166830
|
+
"members": {
|
|
166831
|
+
"PendingCloudwatchLogsExports": {
|
|
166832
|
+
"shape": "S2e"
|
|
166833
|
+
},
|
|
166834
|
+
"DBClusterIdentifier": {},
|
|
166835
|
+
"MasterUserPassword": {},
|
|
166836
|
+
"IAMDatabaseAuthenticationEnabled": {
|
|
166837
|
+
"type": "boolean"
|
|
166838
|
+
},
|
|
166839
|
+
"EngineVersion": {}
|
|
166840
|
+
}
|
|
166816
166841
|
}
|
|
166817
166842
|
},
|
|
166818
166843
|
"wrapper": true
|
|
@@ -166831,6 +166856,17 @@ module.exports={
|
|
|
166831
166856
|
}
|
|
166832
166857
|
},
|
|
166833
166858
|
"S2e": {
|
|
166859
|
+
"type": "structure",
|
|
166860
|
+
"members": {
|
|
166861
|
+
"LogTypesToEnable": {
|
|
166862
|
+
"shape": "S1w"
|
|
166863
|
+
},
|
|
166864
|
+
"LogTypesToDisable": {
|
|
166865
|
+
"shape": "S1w"
|
|
166866
|
+
}
|
|
166867
|
+
}
|
|
166868
|
+
},
|
|
166869
|
+
"S2g": {
|
|
166834
166870
|
"type": "structure",
|
|
166835
166871
|
"members": {
|
|
166836
166872
|
"DBClusterEndpointIdentifier": {},
|
|
@@ -166849,13 +166885,13 @@ module.exports={
|
|
|
166849
166885
|
"DBClusterEndpointArn": {}
|
|
166850
166886
|
}
|
|
166851
166887
|
},
|
|
166852
|
-
"
|
|
166888
|
+
"S2m": {
|
|
166853
166889
|
"type": "list",
|
|
166854
166890
|
"member": {
|
|
166855
166891
|
"locationName": "DBSecurityGroupName"
|
|
166856
166892
|
}
|
|
166857
166893
|
},
|
|
166858
|
-
"
|
|
166894
|
+
"S2o": {
|
|
166859
166895
|
"type": "structure",
|
|
166860
166896
|
"members": {
|
|
166861
166897
|
"DBInstanceIdentifier": {},
|
|
@@ -166865,7 +166901,7 @@ module.exports={
|
|
|
166865
166901
|
"MasterUsername": {},
|
|
166866
166902
|
"DBName": {},
|
|
166867
166903
|
"Endpoint": {
|
|
166868
|
-
"shape": "
|
|
166904
|
+
"shape": "S2p"
|
|
166869
166905
|
},
|
|
166870
166906
|
"AllocatedStorage": {
|
|
166871
166907
|
"type": "integer"
|
|
@@ -166896,7 +166932,7 @@ module.exports={
|
|
|
166896
166932
|
},
|
|
166897
166933
|
"AvailabilityZone": {},
|
|
166898
166934
|
"DBSubnetGroup": {
|
|
166899
|
-
"shape": "
|
|
166935
|
+
"shape": "S2s"
|
|
166900
166936
|
},
|
|
166901
166937
|
"PreferredMaintenanceWindow": {},
|
|
166902
166938
|
"PendingModifiedValues": {
|
|
@@ -166926,18 +166962,13 @@ module.exports={
|
|
|
166926
166962
|
"CACertificateIdentifier": {},
|
|
166927
166963
|
"DBSubnetGroupName": {},
|
|
166928
166964
|
"PendingCloudwatchLogsExports": {
|
|
166929
|
-
"
|
|
166930
|
-
"members": {
|
|
166931
|
-
"LogTypesToEnable": {
|
|
166932
|
-
"shape": "S1w"
|
|
166933
|
-
},
|
|
166934
|
-
"LogTypesToDisable": {
|
|
166935
|
-
"shape": "S1w"
|
|
166936
|
-
}
|
|
166937
|
-
}
|
|
166965
|
+
"shape": "S2e"
|
|
166938
166966
|
},
|
|
166939
166967
|
"ProcessorFeatures": {
|
|
166940
166968
|
"shape": "S1b"
|
|
166969
|
+
},
|
|
166970
|
+
"IAMDatabaseAuthenticationEnabled": {
|
|
166971
|
+
"type": "boolean"
|
|
166941
166972
|
}
|
|
166942
166973
|
}
|
|
166943
166974
|
},
|
|
@@ -167061,7 +167092,7 @@ module.exports={
|
|
|
167061
167092
|
}
|
|
167062
167093
|
},
|
|
167063
167094
|
"ListenerEndpoint": {
|
|
167064
|
-
"shape": "
|
|
167095
|
+
"shape": "S2p"
|
|
167065
167096
|
},
|
|
167066
167097
|
"MaxAllocatedStorage": {
|
|
167067
167098
|
"type": "integer"
|
|
@@ -167070,12 +167101,12 @@ module.exports={
|
|
|
167070
167101
|
"shape": "Sb"
|
|
167071
167102
|
},
|
|
167072
167103
|
"DBInstanceAutomatedBackupsReplications": {
|
|
167073
|
-
"shape": "
|
|
167104
|
+
"shape": "S37"
|
|
167074
167105
|
}
|
|
167075
167106
|
},
|
|
167076
167107
|
"wrapper": true
|
|
167077
167108
|
},
|
|
167078
|
-
"
|
|
167109
|
+
"S2p": {
|
|
167079
167110
|
"type": "structure",
|
|
167080
167111
|
"members": {
|
|
167081
167112
|
"Address": {},
|
|
@@ -167085,7 +167116,7 @@ module.exports={
|
|
|
167085
167116
|
"HostedZoneId": {}
|
|
167086
167117
|
}
|
|
167087
167118
|
},
|
|
167088
|
-
"
|
|
167119
|
+
"S2s": {
|
|
167089
167120
|
"type": "structure",
|
|
167090
167121
|
"members": {
|
|
167091
167122
|
"DBSubnetGroupName": {},
|
|
@@ -167100,7 +167131,7 @@ module.exports={
|
|
|
167100
167131
|
"members": {
|
|
167101
167132
|
"SubnetIdentifier": {},
|
|
167102
167133
|
"SubnetAvailabilityZone": {
|
|
167103
|
-
"shape": "
|
|
167134
|
+
"shape": "S2v"
|
|
167104
167135
|
},
|
|
167105
167136
|
"SubnetOutpost": {
|
|
167106
167137
|
"type": "structure",
|
|
@@ -167116,14 +167147,14 @@ module.exports={
|
|
|
167116
167147
|
},
|
|
167117
167148
|
"wrapper": true
|
|
167118
167149
|
},
|
|
167119
|
-
"
|
|
167150
|
+
"S2v": {
|
|
167120
167151
|
"type": "structure",
|
|
167121
167152
|
"members": {
|
|
167122
167153
|
"Name": {}
|
|
167123
167154
|
},
|
|
167124
167155
|
"wrapper": true
|
|
167125
167156
|
},
|
|
167126
|
-
"
|
|
167157
|
+
"S37": {
|
|
167127
167158
|
"type": "list",
|
|
167128
167159
|
"member": {
|
|
167129
167160
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
@@ -167133,7 +167164,7 @@ module.exports={
|
|
|
167133
167164
|
}
|
|
167134
167165
|
}
|
|
167135
167166
|
},
|
|
167136
|
-
"
|
|
167167
|
+
"S3f": {
|
|
167137
167168
|
"type": "list",
|
|
167138
167169
|
"member": {
|
|
167139
167170
|
"type": "structure",
|
|
@@ -167146,7 +167177,7 @@ module.exports={
|
|
|
167146
167177
|
}
|
|
167147
167178
|
}
|
|
167148
167179
|
},
|
|
167149
|
-
"
|
|
167180
|
+
"S3k": {
|
|
167150
167181
|
"type": "structure",
|
|
167151
167182
|
"members": {
|
|
167152
167183
|
"DBProxyName": {},
|
|
@@ -167191,13 +167222,13 @@ module.exports={
|
|
|
167191
167222
|
}
|
|
167192
167223
|
}
|
|
167193
167224
|
},
|
|
167194
|
-
"
|
|
167225
|
+
"S3t": {
|
|
167195
167226
|
"type": "list",
|
|
167196
167227
|
"member": {
|
|
167197
167228
|
"locationName": "SubnetIdentifier"
|
|
167198
167229
|
}
|
|
167199
167230
|
},
|
|
167200
|
-
"
|
|
167231
|
+
"S3z": {
|
|
167201
167232
|
"type": "structure",
|
|
167202
167233
|
"members": {
|
|
167203
167234
|
"GlobalClusterIdentifier": {},
|
|
@@ -167235,7 +167266,7 @@ module.exports={
|
|
|
167235
167266
|
},
|
|
167236
167267
|
"wrapper": true
|
|
167237
167268
|
},
|
|
167238
|
-
"
|
|
167269
|
+
"S4h": {
|
|
167239
167270
|
"type": "structure",
|
|
167240
167271
|
"members": {
|
|
167241
167272
|
"DBInstanceArn": {},
|
|
@@ -167288,12 +167319,12 @@ module.exports={
|
|
|
167288
167319
|
},
|
|
167289
167320
|
"DBInstanceAutomatedBackupsArn": {},
|
|
167290
167321
|
"DBInstanceAutomatedBackupsReplications": {
|
|
167291
|
-
"shape": "
|
|
167322
|
+
"shape": "S37"
|
|
167292
167323
|
}
|
|
167293
167324
|
},
|
|
167294
167325
|
"wrapper": true
|
|
167295
167326
|
},
|
|
167296
|
-
"
|
|
167327
|
+
"S4v": {
|
|
167297
167328
|
"type": "structure",
|
|
167298
167329
|
"members": {
|
|
167299
167330
|
"InstallationMediaId": {},
|
|
@@ -167311,7 +167342,7 @@ module.exports={
|
|
|
167311
167342
|
}
|
|
167312
167343
|
}
|
|
167313
167344
|
},
|
|
167314
|
-
"
|
|
167345
|
+
"S56": {
|
|
167315
167346
|
"type": "list",
|
|
167316
167347
|
"member": {
|
|
167317
167348
|
"locationName": "Filter",
|
|
@@ -167331,7 +167362,7 @@ module.exports={
|
|
|
167331
167362
|
}
|
|
167332
167363
|
}
|
|
167333
167364
|
},
|
|
167334
|
-
"
|
|
167365
|
+
"S5b": {
|
|
167335
167366
|
"type": "structure",
|
|
167336
167367
|
"members": {
|
|
167337
167368
|
"CertificateIdentifier": {},
|
|
@@ -167353,7 +167384,7 @@ module.exports={
|
|
|
167353
167384
|
},
|
|
167354
167385
|
"wrapper": true
|
|
167355
167386
|
},
|
|
167356
|
-
"
|
|
167387
|
+
"S5q": {
|
|
167357
167388
|
"type": "list",
|
|
167358
167389
|
"member": {
|
|
167359
167390
|
"locationName": "Parameter",
|
|
@@ -167372,16 +167403,16 @@ module.exports={
|
|
|
167372
167403
|
"MinimumEngineVersion": {},
|
|
167373
167404
|
"ApplyMethod": {},
|
|
167374
167405
|
"SupportedEngineModes": {
|
|
167375
|
-
"shape": "
|
|
167406
|
+
"shape": "S5t"
|
|
167376
167407
|
}
|
|
167377
167408
|
}
|
|
167378
167409
|
}
|
|
167379
167410
|
},
|
|
167380
|
-
"
|
|
167411
|
+
"S5t": {
|
|
167381
167412
|
"type": "list",
|
|
167382
167413
|
"member": {}
|
|
167383
167414
|
},
|
|
167384
|
-
"
|
|
167415
|
+
"S5w": {
|
|
167385
167416
|
"type": "structure",
|
|
167386
167417
|
"members": {
|
|
167387
167418
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -167393,7 +167424,7 @@ module.exports={
|
|
|
167393
167424
|
"members": {
|
|
167394
167425
|
"AttributeName": {},
|
|
167395
167426
|
"AttributeValues": {
|
|
167396
|
-
"shape": "
|
|
167427
|
+
"shape": "S5z"
|
|
167397
167428
|
}
|
|
167398
167429
|
}
|
|
167399
167430
|
}
|
|
@@ -167401,27 +167432,27 @@ module.exports={
|
|
|
167401
167432
|
},
|
|
167402
167433
|
"wrapper": true
|
|
167403
167434
|
},
|
|
167404
|
-
"
|
|
167435
|
+
"S5z": {
|
|
167405
167436
|
"type": "list",
|
|
167406
167437
|
"member": {
|
|
167407
167438
|
"locationName": "AttributeValue"
|
|
167408
167439
|
}
|
|
167409
167440
|
},
|
|
167410
|
-
"
|
|
167441
|
+
"S6a": {
|
|
167411
167442
|
"type": "structure",
|
|
167412
167443
|
"members": {
|
|
167413
167444
|
"CharacterSetName": {},
|
|
167414
167445
|
"CharacterSetDescription": {}
|
|
167415
167446
|
}
|
|
167416
167447
|
},
|
|
167417
|
-
"
|
|
167448
|
+
"S6b": {
|
|
167418
167449
|
"type": "list",
|
|
167419
167450
|
"member": {
|
|
167420
|
-
"shape": "
|
|
167451
|
+
"shape": "S6a",
|
|
167421
167452
|
"locationName": "CharacterSet"
|
|
167422
167453
|
}
|
|
167423
167454
|
},
|
|
167424
|
-
"
|
|
167455
|
+
"S73": {
|
|
167425
167456
|
"type": "structure",
|
|
167426
167457
|
"members": {
|
|
167427
167458
|
"DBProxyName": {},
|
|
@@ -167457,7 +167488,7 @@ module.exports={
|
|
|
167457
167488
|
}
|
|
167458
167489
|
}
|
|
167459
167490
|
},
|
|
167460
|
-
"
|
|
167491
|
+
"S77": {
|
|
167461
167492
|
"type": "list",
|
|
167462
167493
|
"member": {
|
|
167463
167494
|
"type": "structure",
|
|
@@ -167481,7 +167512,7 @@ module.exports={
|
|
|
167481
167512
|
}
|
|
167482
167513
|
}
|
|
167483
167514
|
},
|
|
167484
|
-
"
|
|
167515
|
+
"S7i": {
|
|
167485
167516
|
"type": "structure",
|
|
167486
167517
|
"members": {
|
|
167487
167518
|
"DBSnapshotIdentifier": {},
|
|
@@ -167493,7 +167524,7 @@ module.exports={
|
|
|
167493
167524
|
"members": {
|
|
167494
167525
|
"AttributeName": {},
|
|
167495
167526
|
"AttributeValues": {
|
|
167496
|
-
"shape": "
|
|
167527
|
+
"shape": "S5z"
|
|
167497
167528
|
}
|
|
167498
167529
|
},
|
|
167499
167530
|
"wrapper": true
|
|
@@ -167502,18 +167533,18 @@ module.exports={
|
|
|
167502
167533
|
},
|
|
167503
167534
|
"wrapper": true
|
|
167504
167535
|
},
|
|
167505
|
-
"
|
|
167536
|
+
"S7t": {
|
|
167506
167537
|
"type": "structure",
|
|
167507
167538
|
"members": {
|
|
167508
167539
|
"DBParameterGroupFamily": {},
|
|
167509
167540
|
"Marker": {},
|
|
167510
167541
|
"Parameters": {
|
|
167511
|
-
"shape": "
|
|
167542
|
+
"shape": "S5q"
|
|
167512
167543
|
}
|
|
167513
167544
|
},
|
|
167514
167545
|
"wrapper": true
|
|
167515
167546
|
},
|
|
167516
|
-
"
|
|
167547
|
+
"S92": {
|
|
167517
167548
|
"type": "list",
|
|
167518
167549
|
"member": {
|
|
167519
167550
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -167525,7 +167556,7 @@ module.exports={
|
|
|
167525
167556
|
}
|
|
167526
167557
|
}
|
|
167527
167558
|
},
|
|
167528
|
-
"
|
|
167559
|
+
"S9a": {
|
|
167529
167560
|
"type": "structure",
|
|
167530
167561
|
"members": {
|
|
167531
167562
|
"ReservedDBInstanceId": {},
|
|
@@ -167554,14 +167585,14 @@ module.exports={
|
|
|
167554
167585
|
},
|
|
167555
167586
|
"State": {},
|
|
167556
167587
|
"RecurringCharges": {
|
|
167557
|
-
"shape": "
|
|
167588
|
+
"shape": "S9c"
|
|
167558
167589
|
},
|
|
167559
167590
|
"ReservedDBInstanceArn": {},
|
|
167560
167591
|
"LeaseId": {}
|
|
167561
167592
|
},
|
|
167562
167593
|
"wrapper": true
|
|
167563
167594
|
},
|
|
167564
|
-
"
|
|
167595
|
+
"S9c": {
|
|
167565
167596
|
"type": "list",
|
|
167566
167597
|
"member": {
|
|
167567
167598
|
"locationName": "RecurringCharge",
|
|
@@ -167575,7 +167606,7 @@ module.exports={
|
|
|
167575
167606
|
"wrapper": true
|
|
167576
167607
|
}
|
|
167577
167608
|
},
|
|
167578
|
-
"
|
|
167609
|
+
"S9r": {
|
|
167579
167610
|
"type": "list",
|
|
167580
167611
|
"member": {
|
|
167581
167612
|
"locationName": "Range",
|
|
@@ -167593,7 +167624,7 @@ module.exports={
|
|
|
167593
167624
|
}
|
|
167594
167625
|
}
|
|
167595
167626
|
},
|
|
167596
|
-
"
|
|
167627
|
+
"Sa7": {
|
|
167597
167628
|
"type": "structure",
|
|
167598
167629
|
"members": {
|
|
167599
167630
|
"EnableLogTypes": {
|
|
@@ -167604,13 +167635,13 @@ module.exports={
|
|
|
167604
167635
|
}
|
|
167605
167636
|
}
|
|
167606
167637
|
},
|
|
167607
|
-
"
|
|
167638
|
+
"Sab": {
|
|
167608
167639
|
"type": "structure",
|
|
167609
167640
|
"members": {
|
|
167610
167641
|
"DBClusterParameterGroupName": {}
|
|
167611
167642
|
}
|
|
167612
167643
|
},
|
|
167613
|
-
"
|
|
167644
|
+
"Sah": {
|
|
167614
167645
|
"type": "structure",
|
|
167615
167646
|
"members": {
|
|
167616
167647
|
"DBParameterGroupName": {}
|
|
@@ -210984,7 +211015,7 @@ AWS.util.update(AWS, {
|
|
|
210984
211015
|
/**
|
|
210985
211016
|
* @constant
|
|
210986
211017
|
*/
|
|
210987
|
-
VERSION: '2.
|
|
211018
|
+
VERSION: '2.814.0',
|
|
210988
211019
|
|
|
210989
211020
|
/**
|
|
210990
211021
|
* @api private
|
|
@@ -224029,6 +224060,11 @@ var util = {
|
|
|
224029
224060
|
var section = line.match(/^\s*\[([^\[\]]+)\]\s*$/);
|
|
224030
224061
|
if (section) {
|
|
224031
224062
|
currentSection = section[1];
|
|
224063
|
+
if (currentSection === '__proto__' || currentSection.split(/\s/)[1] === '__proto__') {
|
|
224064
|
+
throw util.error(
|
|
224065
|
+
new Error('Cannot load profile name \'' + currentSection + '\' from shared ini file.')
|
|
224066
|
+
);
|
|
224067
|
+
}
|
|
224032
224068
|
} else if (currentSection) {
|
|
224033
224069
|
var item = line.match(/^\s*(.+?)\s*=\s*(.+?)\s*$/);
|
|
224034
224070
|
if (item) {
|
|
@@ -232137,7 +232173,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
232137
232173
|
}());
|
|
232138
232174
|
exports.LRUCache = LRUCache;
|
|
232139
232175
|
},{}],437:[function(require,module,exports){
|
|
232140
|
-
// AWS SDK for JavaScript v2.
|
|
232176
|
+
// AWS SDK for JavaScript v2.814.0
|
|
232141
232177
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
232142
232178
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
232143
232179
|
require('./browser_loader');
|