cdk-docker-image-deployment 0.0.111 → 0.0.112
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +311 -42
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +73 -6
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +17 -3
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +0 -17
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +212 -169
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +350 -4
- package/node_modules/aws-sdk/clients/connect.d.ts +70 -5
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +28 -24
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +0 -19
- package/node_modules/aws-sdk/clients/rds.d.ts +86 -8
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +8 -8
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +288 -178
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +76 -76
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1281.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){
|
|
@@ -67592,6 +67592,73 @@ module.exports={
|
|
|
67592
67592
|
}
|
|
67593
67593
|
}
|
|
67594
67594
|
},
|
|
67595
|
+
"UpdateParticipantRoleConfig": {
|
|
67596
|
+
"http": {
|
|
67597
|
+
"method": "PUT",
|
|
67598
|
+
"requestUri": "/contact/participant-role-config/{InstanceId}/{ContactId}"
|
|
67599
|
+
},
|
|
67600
|
+
"input": {
|
|
67601
|
+
"type": "structure",
|
|
67602
|
+
"required": [
|
|
67603
|
+
"InstanceId",
|
|
67604
|
+
"ContactId",
|
|
67605
|
+
"ChannelConfiguration"
|
|
67606
|
+
],
|
|
67607
|
+
"members": {
|
|
67608
|
+
"InstanceId": {
|
|
67609
|
+
"location": "uri",
|
|
67610
|
+
"locationName": "InstanceId"
|
|
67611
|
+
},
|
|
67612
|
+
"ContactId": {
|
|
67613
|
+
"location": "uri",
|
|
67614
|
+
"locationName": "ContactId"
|
|
67615
|
+
},
|
|
67616
|
+
"ChannelConfiguration": {
|
|
67617
|
+
"type": "structure",
|
|
67618
|
+
"members": {
|
|
67619
|
+
"Chat": {
|
|
67620
|
+
"type": "structure",
|
|
67621
|
+
"required": [
|
|
67622
|
+
"ParticipantTimerConfigList"
|
|
67623
|
+
],
|
|
67624
|
+
"members": {
|
|
67625
|
+
"ParticipantTimerConfigList": {
|
|
67626
|
+
"type": "list",
|
|
67627
|
+
"member": {
|
|
67628
|
+
"type": "structure",
|
|
67629
|
+
"required": [
|
|
67630
|
+
"ParticipantRole",
|
|
67631
|
+
"TimerType",
|
|
67632
|
+
"TimerValue"
|
|
67633
|
+
],
|
|
67634
|
+
"members": {
|
|
67635
|
+
"ParticipantRole": {},
|
|
67636
|
+
"TimerType": {},
|
|
67637
|
+
"TimerValue": {
|
|
67638
|
+
"type": "structure",
|
|
67639
|
+
"members": {
|
|
67640
|
+
"ParticipantTimerAction": {},
|
|
67641
|
+
"ParticipantTimerDurationInMinutes": {
|
|
67642
|
+
"type": "integer"
|
|
67643
|
+
}
|
|
67644
|
+
},
|
|
67645
|
+
"union": true
|
|
67646
|
+
}
|
|
67647
|
+
}
|
|
67648
|
+
}
|
|
67649
|
+
}
|
|
67650
|
+
}
|
|
67651
|
+
}
|
|
67652
|
+
},
|
|
67653
|
+
"union": true
|
|
67654
|
+
}
|
|
67655
|
+
}
|
|
67656
|
+
},
|
|
67657
|
+
"output": {
|
|
67658
|
+
"type": "structure",
|
|
67659
|
+
"members": {}
|
|
67660
|
+
}
|
|
67661
|
+
},
|
|
67595
67662
|
"UpdatePhoneNumber": {
|
|
67596
67663
|
"http": {
|
|
67597
67664
|
"method": "PUT",
|
|
@@ -68109,19 +68176,19 @@ module.exports={
|
|
|
68109
68176
|
"type": "structure",
|
|
68110
68177
|
"members": {
|
|
68111
68178
|
"LevelOne": {
|
|
68112
|
-
"shape": "
|
|
68179
|
+
"shape": "Sk2"
|
|
68113
68180
|
},
|
|
68114
68181
|
"LevelTwo": {
|
|
68115
|
-
"shape": "
|
|
68182
|
+
"shape": "Sk2"
|
|
68116
68183
|
},
|
|
68117
68184
|
"LevelThree": {
|
|
68118
|
-
"shape": "
|
|
68185
|
+
"shape": "Sk2"
|
|
68119
68186
|
},
|
|
68120
68187
|
"LevelFour": {
|
|
68121
|
-
"shape": "
|
|
68188
|
+
"shape": "Sk2"
|
|
68122
68189
|
},
|
|
68123
68190
|
"LevelFive": {
|
|
68124
|
-
"shape": "
|
|
68191
|
+
"shape": "Sk2"
|
|
68125
68192
|
}
|
|
68126
68193
|
}
|
|
68127
68194
|
},
|
|
@@ -69001,7 +69068,7 @@ module.exports={
|
|
|
69001
69068
|
"shape": "Sh2"
|
|
69002
69069
|
}
|
|
69003
69070
|
},
|
|
69004
|
-
"
|
|
69071
|
+
"Sk2": {
|
|
69005
69072
|
"type": "structure",
|
|
69006
69073
|
"required": [
|
|
69007
69074
|
"Name"
|
|
@@ -196442,6 +196509,10 @@ module.exports={
|
|
|
196442
196509
|
},
|
|
196443
196510
|
"NetworkType": {},
|
|
196444
196511
|
"DBSystemId": {},
|
|
196512
|
+
"ManageMasterUserPassword": {
|
|
196513
|
+
"type": "boolean"
|
|
196514
|
+
},
|
|
196515
|
+
"MasterUserSecretKmsKeyId": {},
|
|
196445
196516
|
"SourceRegion": {}
|
|
196446
196517
|
}
|
|
196447
196518
|
},
|
|
@@ -196479,7 +196550,7 @@ module.exports={
|
|
|
196479
196550
|
}
|
|
196480
196551
|
},
|
|
196481
196552
|
"output": {
|
|
196482
|
-
"shape": "
|
|
196553
|
+
"shape": "S3f",
|
|
196483
196554
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
|
196484
196555
|
}
|
|
196485
196556
|
},
|
|
@@ -196554,7 +196625,7 @@ module.exports={
|
|
|
196554
196625
|
"MasterUsername": {},
|
|
196555
196626
|
"MasterUserPassword": {},
|
|
196556
196627
|
"DBSecurityGroups": {
|
|
196557
|
-
"shape": "
|
|
196628
|
+
"shape": "S3l"
|
|
196558
196629
|
},
|
|
196559
196630
|
"VpcSecurityGroupIds": {
|
|
196560
196631
|
"shape": "S2q"
|
|
@@ -196641,7 +196712,11 @@ module.exports={
|
|
|
196641
196712
|
"NetworkType": {},
|
|
196642
196713
|
"StorageThroughput": {
|
|
196643
196714
|
"type": "integer"
|
|
196644
|
-
}
|
|
196715
|
+
},
|
|
196716
|
+
"ManageMasterUserPassword": {
|
|
196717
|
+
"type": "boolean"
|
|
196718
|
+
},
|
|
196719
|
+
"MasterUserSecretKmsKeyId": {}
|
|
196645
196720
|
}
|
|
196646
196721
|
},
|
|
196647
196722
|
"output": {
|
|
@@ -196649,7 +196724,7 @@ module.exports={
|
|
|
196649
196724
|
"type": "structure",
|
|
196650
196725
|
"members": {
|
|
196651
196726
|
"DBInstance": {
|
|
196652
|
-
"shape": "
|
|
196727
|
+
"shape": "S3n"
|
|
196653
196728
|
}
|
|
196654
196729
|
}
|
|
196655
196730
|
}
|
|
@@ -196744,7 +196819,7 @@ module.exports={
|
|
|
196744
196819
|
"type": "structure",
|
|
196745
196820
|
"members": {
|
|
196746
196821
|
"DBInstance": {
|
|
196747
|
-
"shape": "
|
|
196822
|
+
"shape": "S3n"
|
|
196748
196823
|
}
|
|
196749
196824
|
}
|
|
196750
196825
|
}
|
|
@@ -196790,7 +196865,7 @@ module.exports={
|
|
|
196790
196865
|
"DBProxyName": {},
|
|
196791
196866
|
"EngineFamily": {},
|
|
196792
196867
|
"Auth": {
|
|
196793
|
-
"shape": "
|
|
196868
|
+
"shape": "S4g"
|
|
196794
196869
|
},
|
|
196795
196870
|
"RoleArn": {},
|
|
196796
196871
|
"VpcSubnetIds": {
|
|
@@ -196818,7 +196893,7 @@ module.exports={
|
|
|
196818
196893
|
"type": "structure",
|
|
196819
196894
|
"members": {
|
|
196820
196895
|
"DBProxy": {
|
|
196821
|
-
"shape": "
|
|
196896
|
+
"shape": "S4m"
|
|
196822
196897
|
}
|
|
196823
196898
|
}
|
|
196824
196899
|
}
|
|
@@ -196851,7 +196926,7 @@ module.exports={
|
|
|
196851
196926
|
"type": "structure",
|
|
196852
196927
|
"members": {
|
|
196853
196928
|
"DBProxyEndpoint": {
|
|
196854
|
-
"shape": "
|
|
196929
|
+
"shape": "S4v"
|
|
196855
196930
|
}
|
|
196856
196931
|
}
|
|
196857
196932
|
}
|
|
@@ -196918,7 +196993,7 @@ module.exports={
|
|
|
196918
196993
|
"DBSubnetGroupName": {},
|
|
196919
196994
|
"DBSubnetGroupDescription": {},
|
|
196920
196995
|
"SubnetIds": {
|
|
196921
|
-
"shape": "
|
|
196996
|
+
"shape": "S52"
|
|
196922
196997
|
},
|
|
196923
196998
|
"Tags": {
|
|
196924
196999
|
"shape": "Sb"
|
|
@@ -196930,7 +197005,7 @@ module.exports={
|
|
|
196930
197005
|
"type": "structure",
|
|
196931
197006
|
"members": {
|
|
196932
197007
|
"DBSubnetGroup": {
|
|
196933
|
-
"shape": "
|
|
197008
|
+
"shape": "S3r"
|
|
196934
197009
|
}
|
|
196935
197010
|
}
|
|
196936
197011
|
}
|
|
@@ -196992,7 +197067,7 @@ module.exports={
|
|
|
196992
197067
|
"type": "structure",
|
|
196993
197068
|
"members": {
|
|
196994
197069
|
"GlobalCluster": {
|
|
196995
|
-
"shape": "
|
|
197070
|
+
"shape": "S58"
|
|
196996
197071
|
}
|
|
196997
197072
|
}
|
|
196998
197073
|
}
|
|
@@ -197101,7 +197176,7 @@ module.exports={
|
|
|
197101
197176
|
}
|
|
197102
197177
|
},
|
|
197103
197178
|
"output": {
|
|
197104
|
-
"shape": "
|
|
197179
|
+
"shape": "S3f",
|
|
197105
197180
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
|
197106
197181
|
}
|
|
197107
197182
|
},
|
|
@@ -197158,7 +197233,7 @@ module.exports={
|
|
|
197158
197233
|
"type": "structure",
|
|
197159
197234
|
"members": {
|
|
197160
197235
|
"DBInstance": {
|
|
197161
|
-
"shape": "
|
|
197236
|
+
"shape": "S3n"
|
|
197162
197237
|
}
|
|
197163
197238
|
}
|
|
197164
197239
|
}
|
|
@@ -197176,7 +197251,7 @@ module.exports={
|
|
|
197176
197251
|
"type": "structure",
|
|
197177
197252
|
"members": {
|
|
197178
197253
|
"DBInstanceAutomatedBackup": {
|
|
197179
|
-
"shape": "
|
|
197254
|
+
"shape": "S5t"
|
|
197180
197255
|
}
|
|
197181
197256
|
}
|
|
197182
197257
|
}
|
|
@@ -197207,7 +197282,7 @@ module.exports={
|
|
|
197207
197282
|
"type": "structure",
|
|
197208
197283
|
"members": {
|
|
197209
197284
|
"DBProxy": {
|
|
197210
|
-
"shape": "
|
|
197285
|
+
"shape": "S4m"
|
|
197211
197286
|
}
|
|
197212
197287
|
}
|
|
197213
197288
|
}
|
|
@@ -197227,7 +197302,7 @@ module.exports={
|
|
|
197227
197302
|
"type": "structure",
|
|
197228
197303
|
"members": {
|
|
197229
197304
|
"DBProxyEndpoint": {
|
|
197230
|
-
"shape": "
|
|
197305
|
+
"shape": "S4v"
|
|
197231
197306
|
}
|
|
197232
197307
|
}
|
|
197233
197308
|
}
|
|
@@ -197309,7 +197384,7 @@ module.exports={
|
|
|
197309
197384
|
"type": "structure",
|
|
197310
197385
|
"members": {
|
|
197311
197386
|
"GlobalCluster": {
|
|
197312
|
-
"shape": "
|
|
197387
|
+
"shape": "S58"
|
|
197313
197388
|
}
|
|
197314
197389
|
}
|
|
197315
197390
|
}
|
|
@@ -197383,7 +197458,7 @@ module.exports={
|
|
|
197383
197458
|
"members": {
|
|
197384
197459
|
"BlueGreenDeploymentIdentifier": {},
|
|
197385
197460
|
"Filters": {
|
|
197386
|
-
"shape": "
|
|
197461
|
+
"shape": "S6h"
|
|
197387
197462
|
},
|
|
197388
197463
|
"Marker": {},
|
|
197389
197464
|
"MaxRecords": {
|
|
@@ -197411,7 +197486,7 @@ module.exports={
|
|
|
197411
197486
|
"members": {
|
|
197412
197487
|
"CertificateIdentifier": {},
|
|
197413
197488
|
"Filters": {
|
|
197414
|
-
"shape": "
|
|
197489
|
+
"shape": "S6h"
|
|
197415
197490
|
},
|
|
197416
197491
|
"MaxRecords": {
|
|
197417
197492
|
"type": "integer"
|
|
@@ -197426,7 +197501,7 @@ module.exports={
|
|
|
197426
197501
|
"Certificates": {
|
|
197427
197502
|
"type": "list",
|
|
197428
197503
|
"member": {
|
|
197429
|
-
"shape": "
|
|
197504
|
+
"shape": "S6q",
|
|
197430
197505
|
"locationName": "Certificate"
|
|
197431
197506
|
}
|
|
197432
197507
|
},
|
|
@@ -197444,7 +197519,7 @@ module.exports={
|
|
|
197444
197519
|
"DBClusterIdentifier": {},
|
|
197445
197520
|
"BacktrackIdentifier": {},
|
|
197446
197521
|
"Filters": {
|
|
197447
|
-
"shape": "
|
|
197522
|
+
"shape": "S6h"
|
|
197448
197523
|
},
|
|
197449
197524
|
"MaxRecords": {
|
|
197450
197525
|
"type": "integer"
|
|
@@ -197474,7 +197549,7 @@ module.exports={
|
|
|
197474
197549
|
"DBClusterIdentifier": {},
|
|
197475
197550
|
"DBClusterEndpointIdentifier": {},
|
|
197476
197551
|
"Filters": {
|
|
197477
|
-
"shape": "
|
|
197552
|
+
"shape": "S6h"
|
|
197478
197553
|
},
|
|
197479
197554
|
"MaxRecords": {
|
|
197480
197555
|
"type": "integer"
|
|
@@ -197490,7 +197565,7 @@ module.exports={
|
|
|
197490
197565
|
"DBClusterEndpoints": {
|
|
197491
197566
|
"type": "list",
|
|
197492
197567
|
"member": {
|
|
197493
|
-
"shape": "
|
|
197568
|
+
"shape": "S3f",
|
|
197494
197569
|
"locationName": "DBClusterEndpointList"
|
|
197495
197570
|
}
|
|
197496
197571
|
}
|
|
@@ -197503,7 +197578,7 @@ module.exports={
|
|
|
197503
197578
|
"members": {
|
|
197504
197579
|
"DBClusterParameterGroupName": {},
|
|
197505
197580
|
"Filters": {
|
|
197506
|
-
"shape": "
|
|
197581
|
+
"shape": "S6h"
|
|
197507
197582
|
},
|
|
197508
197583
|
"MaxRecords": {
|
|
197509
197584
|
"type": "integer"
|
|
@@ -197536,7 +197611,7 @@ module.exports={
|
|
|
197536
197611
|
"DBClusterParameterGroupName": {},
|
|
197537
197612
|
"Source": {},
|
|
197538
197613
|
"Filters": {
|
|
197539
|
-
"shape": "
|
|
197614
|
+
"shape": "S6h"
|
|
197540
197615
|
},
|
|
197541
197616
|
"MaxRecords": {
|
|
197542
197617
|
"type": "integer"
|
|
@@ -197549,7 +197624,7 @@ module.exports={
|
|
|
197549
197624
|
"type": "structure",
|
|
197550
197625
|
"members": {
|
|
197551
197626
|
"Parameters": {
|
|
197552
|
-
"shape": "
|
|
197627
|
+
"shape": "S72"
|
|
197553
197628
|
},
|
|
197554
197629
|
"Marker": {}
|
|
197555
197630
|
}
|
|
@@ -197570,7 +197645,7 @@ module.exports={
|
|
|
197570
197645
|
"type": "structure",
|
|
197571
197646
|
"members": {
|
|
197572
197647
|
"DBClusterSnapshotAttributesResult": {
|
|
197573
|
-
"shape": "
|
|
197648
|
+
"shape": "S77"
|
|
197574
197649
|
}
|
|
197575
197650
|
}
|
|
197576
197651
|
}
|
|
@@ -197583,7 +197658,7 @@ module.exports={
|
|
|
197583
197658
|
"DBClusterSnapshotIdentifier": {},
|
|
197584
197659
|
"SnapshotType": {},
|
|
197585
197660
|
"Filters": {
|
|
197586
|
-
"shape": "
|
|
197661
|
+
"shape": "S6h"
|
|
197587
197662
|
},
|
|
197588
197663
|
"MaxRecords": {
|
|
197589
197664
|
"type": "integer"
|
|
@@ -197618,7 +197693,7 @@ module.exports={
|
|
|
197618
197693
|
"members": {
|
|
197619
197694
|
"DBClusterIdentifier": {},
|
|
197620
197695
|
"Filters": {
|
|
197621
|
-
"shape": "
|
|
197696
|
+
"shape": "S6h"
|
|
197622
197697
|
},
|
|
197623
197698
|
"MaxRecords": {
|
|
197624
197699
|
"type": "integer"
|
|
@@ -197652,7 +197727,7 @@ module.exports={
|
|
|
197652
197727
|
"EngineVersion": {},
|
|
197653
197728
|
"DBParameterGroupFamily": {},
|
|
197654
197729
|
"Filters": {
|
|
197655
|
-
"shape": "
|
|
197730
|
+
"shape": "S6h"
|
|
197656
197731
|
},
|
|
197657
197732
|
"MaxRecords": {
|
|
197658
197733
|
"type": "integer"
|
|
@@ -197694,7 +197769,7 @@ module.exports={
|
|
|
197694
197769
|
"DbiResourceId": {},
|
|
197695
197770
|
"DBInstanceIdentifier": {},
|
|
197696
197771
|
"Filters": {
|
|
197697
|
-
"shape": "
|
|
197772
|
+
"shape": "S6h"
|
|
197698
197773
|
},
|
|
197699
197774
|
"MaxRecords": {
|
|
197700
197775
|
"type": "integer"
|
|
@@ -197711,7 +197786,7 @@ module.exports={
|
|
|
197711
197786
|
"DBInstanceAutomatedBackups": {
|
|
197712
197787
|
"type": "list",
|
|
197713
197788
|
"member": {
|
|
197714
|
-
"shape": "
|
|
197789
|
+
"shape": "S5t",
|
|
197715
197790
|
"locationName": "DBInstanceAutomatedBackup"
|
|
197716
197791
|
}
|
|
197717
197792
|
}
|
|
@@ -197724,7 +197799,7 @@ module.exports={
|
|
|
197724
197799
|
"members": {
|
|
197725
197800
|
"DBInstanceIdentifier": {},
|
|
197726
197801
|
"Filters": {
|
|
197727
|
-
"shape": "
|
|
197802
|
+
"shape": "S6h"
|
|
197728
197803
|
},
|
|
197729
197804
|
"MaxRecords": {
|
|
197730
197805
|
"type": "integer"
|
|
@@ -197740,7 +197815,7 @@ module.exports={
|
|
|
197740
197815
|
"DBInstances": {
|
|
197741
197816
|
"type": "list",
|
|
197742
197817
|
"member": {
|
|
197743
|
-
"shape": "
|
|
197818
|
+
"shape": "S3n",
|
|
197744
197819
|
"locationName": "DBInstance"
|
|
197745
197820
|
}
|
|
197746
197821
|
}
|
|
@@ -197763,7 +197838,7 @@ module.exports={
|
|
|
197763
197838
|
"type": "long"
|
|
197764
197839
|
},
|
|
197765
197840
|
"Filters": {
|
|
197766
|
-
"shape": "
|
|
197841
|
+
"shape": "S6h"
|
|
197767
197842
|
},
|
|
197768
197843
|
"MaxRecords": {
|
|
197769
197844
|
"type": "integer"
|
|
@@ -197801,7 +197876,7 @@ module.exports={
|
|
|
197801
197876
|
"members": {
|
|
197802
197877
|
"DBParameterGroupName": {},
|
|
197803
197878
|
"Filters": {
|
|
197804
|
-
"shape": "
|
|
197879
|
+
"shape": "S6h"
|
|
197805
197880
|
},
|
|
197806
197881
|
"MaxRecords": {
|
|
197807
197882
|
"type": "integer"
|
|
@@ -197834,7 +197909,7 @@ module.exports={
|
|
|
197834
197909
|
"DBParameterGroupName": {},
|
|
197835
197910
|
"Source": {},
|
|
197836
197911
|
"Filters": {
|
|
197837
|
-
"shape": "
|
|
197912
|
+
"shape": "S6h"
|
|
197838
197913
|
},
|
|
197839
197914
|
"MaxRecords": {
|
|
197840
197915
|
"type": "integer"
|
|
@@ -197847,7 +197922,7 @@ module.exports={
|
|
|
197847
197922
|
"type": "structure",
|
|
197848
197923
|
"members": {
|
|
197849
197924
|
"Parameters": {
|
|
197850
|
-
"shape": "
|
|
197925
|
+
"shape": "S72"
|
|
197851
197926
|
},
|
|
197852
197927
|
"Marker": {}
|
|
197853
197928
|
}
|
|
@@ -197859,7 +197934,7 @@ module.exports={
|
|
|
197859
197934
|
"members": {
|
|
197860
197935
|
"DBProxyName": {},
|
|
197861
197936
|
"Filters": {
|
|
197862
|
-
"shape": "
|
|
197937
|
+
"shape": "S6h"
|
|
197863
197938
|
},
|
|
197864
197939
|
"Marker": {},
|
|
197865
197940
|
"MaxRecords": {
|
|
@@ -197874,7 +197949,7 @@ module.exports={
|
|
|
197874
197949
|
"DBProxies": {
|
|
197875
197950
|
"type": "list",
|
|
197876
197951
|
"member": {
|
|
197877
|
-
"shape": "
|
|
197952
|
+
"shape": "S4m"
|
|
197878
197953
|
}
|
|
197879
197954
|
},
|
|
197880
197955
|
"Marker": {}
|
|
@@ -197888,7 +197963,7 @@ module.exports={
|
|
|
197888
197963
|
"DBProxyName": {},
|
|
197889
197964
|
"DBProxyEndpointName": {},
|
|
197890
197965
|
"Filters": {
|
|
197891
|
-
"shape": "
|
|
197966
|
+
"shape": "S6h"
|
|
197892
197967
|
},
|
|
197893
197968
|
"Marker": {},
|
|
197894
197969
|
"MaxRecords": {
|
|
@@ -197903,7 +197978,7 @@ module.exports={
|
|
|
197903
197978
|
"DBProxyEndpoints": {
|
|
197904
197979
|
"type": "list",
|
|
197905
197980
|
"member": {
|
|
197906
|
-
"shape": "
|
|
197981
|
+
"shape": "S4v"
|
|
197907
197982
|
}
|
|
197908
197983
|
},
|
|
197909
197984
|
"Marker": {}
|
|
@@ -197920,7 +197995,7 @@ module.exports={
|
|
|
197920
197995
|
"DBProxyName": {},
|
|
197921
197996
|
"TargetGroupName": {},
|
|
197922
197997
|
"Filters": {
|
|
197923
|
-
"shape": "
|
|
197998
|
+
"shape": "S6h"
|
|
197924
197999
|
},
|
|
197925
198000
|
"Marker": {},
|
|
197926
198001
|
"MaxRecords": {
|
|
@@ -197935,7 +198010,7 @@ module.exports={
|
|
|
197935
198010
|
"TargetGroups": {
|
|
197936
198011
|
"type": "list",
|
|
197937
198012
|
"member": {
|
|
197938
|
-
"shape": "
|
|
198013
|
+
"shape": "S88"
|
|
197939
198014
|
}
|
|
197940
198015
|
},
|
|
197941
198016
|
"Marker": {}
|
|
@@ -197952,7 +198027,7 @@ module.exports={
|
|
|
197952
198027
|
"DBProxyName": {},
|
|
197953
198028
|
"TargetGroupName": {},
|
|
197954
198029
|
"Filters": {
|
|
197955
|
-
"shape": "
|
|
198030
|
+
"shape": "S6h"
|
|
197956
198031
|
},
|
|
197957
198032
|
"Marker": {},
|
|
197958
198033
|
"MaxRecords": {
|
|
@@ -197965,7 +198040,7 @@ module.exports={
|
|
|
197965
198040
|
"type": "structure",
|
|
197966
198041
|
"members": {
|
|
197967
198042
|
"Targets": {
|
|
197968
|
-
"shape": "
|
|
198043
|
+
"shape": "S8c"
|
|
197969
198044
|
},
|
|
197970
198045
|
"Marker": {}
|
|
197971
198046
|
}
|
|
@@ -197977,7 +198052,7 @@ module.exports={
|
|
|
197977
198052
|
"members": {
|
|
197978
198053
|
"DBSecurityGroupName": {},
|
|
197979
198054
|
"Filters": {
|
|
197980
|
-
"shape": "
|
|
198055
|
+
"shape": "S6h"
|
|
197981
198056
|
},
|
|
197982
198057
|
"MaxRecords": {
|
|
197983
198058
|
"type": "integer"
|
|
@@ -198015,7 +198090,7 @@ module.exports={
|
|
|
198015
198090
|
"type": "structure",
|
|
198016
198091
|
"members": {
|
|
198017
198092
|
"DBSnapshotAttributesResult": {
|
|
198018
|
-
"shape": "
|
|
198093
|
+
"shape": "S8o"
|
|
198019
198094
|
}
|
|
198020
198095
|
}
|
|
198021
198096
|
}
|
|
@@ -198028,7 +198103,7 @@ module.exports={
|
|
|
198028
198103
|
"DBSnapshotIdentifier": {},
|
|
198029
198104
|
"SnapshotType": {},
|
|
198030
198105
|
"Filters": {
|
|
198031
|
-
"shape": "
|
|
198106
|
+
"shape": "S6h"
|
|
198032
198107
|
},
|
|
198033
198108
|
"MaxRecords": {
|
|
198034
198109
|
"type": "integer"
|
|
@@ -198064,7 +198139,7 @@ module.exports={
|
|
|
198064
198139
|
"members": {
|
|
198065
198140
|
"DBSubnetGroupName": {},
|
|
198066
198141
|
"Filters": {
|
|
198067
|
-
"shape": "
|
|
198142
|
+
"shape": "S6h"
|
|
198068
198143
|
},
|
|
198069
198144
|
"MaxRecords": {
|
|
198070
198145
|
"type": "integer"
|
|
@@ -198080,7 +198155,7 @@ module.exports={
|
|
|
198080
198155
|
"DBSubnetGroups": {
|
|
198081
198156
|
"type": "list",
|
|
198082
198157
|
"member": {
|
|
198083
|
-
"shape": "
|
|
198158
|
+
"shape": "S3r",
|
|
198084
198159
|
"locationName": "DBSubnetGroup"
|
|
198085
198160
|
}
|
|
198086
198161
|
}
|
|
@@ -198096,7 +198171,7 @@ module.exports={
|
|
|
198096
198171
|
"members": {
|
|
198097
198172
|
"DBParameterGroupFamily": {},
|
|
198098
198173
|
"Filters": {
|
|
198099
|
-
"shape": "
|
|
198174
|
+
"shape": "S6h"
|
|
198100
198175
|
},
|
|
198101
198176
|
"MaxRecords": {
|
|
198102
198177
|
"type": "integer"
|
|
@@ -198109,7 +198184,7 @@ module.exports={
|
|
|
198109
198184
|
"type": "structure",
|
|
198110
198185
|
"members": {
|
|
198111
198186
|
"EngineDefaults": {
|
|
198112
|
-
"shape": "
|
|
198187
|
+
"shape": "S8z"
|
|
198113
198188
|
}
|
|
198114
198189
|
}
|
|
198115
198190
|
}
|
|
@@ -198123,7 +198198,7 @@ module.exports={
|
|
|
198123
198198
|
"members": {
|
|
198124
198199
|
"DBParameterGroupFamily": {},
|
|
198125
198200
|
"Filters": {
|
|
198126
|
-
"shape": "
|
|
198201
|
+
"shape": "S6h"
|
|
198127
198202
|
},
|
|
198128
198203
|
"MaxRecords": {
|
|
198129
198204
|
"type": "integer"
|
|
@@ -198136,7 +198211,7 @@ module.exports={
|
|
|
198136
198211
|
"type": "structure",
|
|
198137
198212
|
"members": {
|
|
198138
198213
|
"EngineDefaults": {
|
|
198139
|
-
"shape": "
|
|
198214
|
+
"shape": "S8z"
|
|
198140
198215
|
}
|
|
198141
198216
|
}
|
|
198142
198217
|
}
|
|
@@ -198147,7 +198222,7 @@ module.exports={
|
|
|
198147
198222
|
"members": {
|
|
198148
198223
|
"SourceType": {},
|
|
198149
198224
|
"Filters": {
|
|
198150
|
-
"shape": "
|
|
198225
|
+
"shape": "S6h"
|
|
198151
198226
|
}
|
|
198152
198227
|
}
|
|
198153
198228
|
},
|
|
@@ -198178,7 +198253,7 @@ module.exports={
|
|
|
198178
198253
|
"members": {
|
|
198179
198254
|
"SubscriptionName": {},
|
|
198180
198255
|
"Filters": {
|
|
198181
|
-
"shape": "
|
|
198256
|
+
"shape": "S6h"
|
|
198182
198257
|
},
|
|
198183
198258
|
"MaxRecords": {
|
|
198184
198259
|
"type": "integer"
|
|
@@ -198220,7 +198295,7 @@ module.exports={
|
|
|
198220
198295
|
"shape": "S8"
|
|
198221
198296
|
},
|
|
198222
198297
|
"Filters": {
|
|
198223
|
-
"shape": "
|
|
198298
|
+
"shape": "S6h"
|
|
198224
198299
|
},
|
|
198225
198300
|
"MaxRecords": {
|
|
198226
198301
|
"type": "integer"
|
|
@@ -198262,7 +198337,7 @@ module.exports={
|
|
|
198262
198337
|
"ExportTaskIdentifier": {},
|
|
198263
198338
|
"SourceArn": {},
|
|
198264
198339
|
"Filters": {
|
|
198265
|
-
"shape": "
|
|
198340
|
+
"shape": "S6h"
|
|
198266
198341
|
},
|
|
198267
198342
|
"Marker": {},
|
|
198268
198343
|
"MaxRecords": {
|
|
@@ -198292,7 +198367,7 @@ module.exports={
|
|
|
198292
198367
|
"members": {
|
|
198293
198368
|
"GlobalClusterIdentifier": {},
|
|
198294
198369
|
"Filters": {
|
|
198295
|
-
"shape": "
|
|
198370
|
+
"shape": "S6h"
|
|
198296
198371
|
},
|
|
198297
198372
|
"MaxRecords": {
|
|
198298
198373
|
"type": "integer"
|
|
@@ -198308,7 +198383,7 @@ module.exports={
|
|
|
198308
198383
|
"GlobalClusters": {
|
|
198309
198384
|
"type": "list",
|
|
198310
198385
|
"member": {
|
|
198311
|
-
"shape": "
|
|
198386
|
+
"shape": "S58",
|
|
198312
198387
|
"locationName": "GlobalClusterMember"
|
|
198313
198388
|
}
|
|
198314
198389
|
}
|
|
@@ -198325,7 +198400,7 @@ module.exports={
|
|
|
198325
198400
|
"EngineName": {},
|
|
198326
198401
|
"MajorEngineVersion": {},
|
|
198327
198402
|
"Filters": {
|
|
198328
|
-
"shape": "
|
|
198403
|
+
"shape": "S6h"
|
|
198329
198404
|
},
|
|
198330
198405
|
"MaxRecords": {
|
|
198331
198406
|
"type": "integer"
|
|
@@ -198441,7 +198516,7 @@ module.exports={
|
|
|
198441
198516
|
"members": {
|
|
198442
198517
|
"OptionGroupName": {},
|
|
198443
198518
|
"Filters": {
|
|
198444
|
-
"shape": "
|
|
198519
|
+
"shape": "S6h"
|
|
198445
198520
|
},
|
|
198446
198521
|
"Marker": {},
|
|
198447
198522
|
"MaxRecords": {
|
|
@@ -198482,7 +198557,7 @@ module.exports={
|
|
|
198482
198557
|
"type": "boolean"
|
|
198483
198558
|
},
|
|
198484
198559
|
"Filters": {
|
|
198485
|
-
"shape": "
|
|
198560
|
+
"shape": "S6h"
|
|
198486
198561
|
},
|
|
198487
198562
|
"MaxRecords": {
|
|
198488
198563
|
"type": "integer"
|
|
@@ -198508,7 +198583,7 @@ module.exports={
|
|
|
198508
198583
|
"AvailabilityZones": {
|
|
198509
198584
|
"type": "list",
|
|
198510
198585
|
"member": {
|
|
198511
|
-
"shape": "
|
|
198586
|
+
"shape": "S3u",
|
|
198512
198587
|
"locationName": "AvailabilityZone"
|
|
198513
198588
|
}
|
|
198514
198589
|
},
|
|
@@ -198556,7 +198631,7 @@ module.exports={
|
|
|
198556
198631
|
"type": "double"
|
|
198557
198632
|
},
|
|
198558
198633
|
"AvailableProcessorFeatures": {
|
|
198559
|
-
"shape": "
|
|
198634
|
+
"shape": "Sa4"
|
|
198560
198635
|
},
|
|
198561
198636
|
"SupportedEngineModes": {
|
|
198562
198637
|
"shape": "S2k"
|
|
@@ -198612,7 +198687,7 @@ module.exports={
|
|
|
198612
198687
|
"members": {
|
|
198613
198688
|
"ResourceIdentifier": {},
|
|
198614
198689
|
"Filters": {
|
|
198615
|
-
"shape": "
|
|
198690
|
+
"shape": "S6h"
|
|
198616
198691
|
},
|
|
198617
198692
|
"Marker": {},
|
|
198618
198693
|
"MaxRecords": {
|
|
@@ -198650,7 +198725,7 @@ module.exports={
|
|
|
198650
198725
|
},
|
|
198651
198726
|
"LeaseId": {},
|
|
198652
198727
|
"Filters": {
|
|
198653
|
-
"shape": "
|
|
198728
|
+
"shape": "S6h"
|
|
198654
198729
|
},
|
|
198655
198730
|
"MaxRecords": {
|
|
198656
198731
|
"type": "integer"
|
|
@@ -198666,7 +198741,7 @@ module.exports={
|
|
|
198666
198741
|
"ReservedDBInstances": {
|
|
198667
198742
|
"type": "list",
|
|
198668
198743
|
"member": {
|
|
198669
|
-
"shape": "
|
|
198744
|
+
"shape": "Sad",
|
|
198670
198745
|
"locationName": "ReservedDBInstance"
|
|
198671
198746
|
}
|
|
198672
198747
|
}
|
|
@@ -198686,7 +198761,7 @@ module.exports={
|
|
|
198686
198761
|
"type": "boolean"
|
|
198687
198762
|
},
|
|
198688
198763
|
"Filters": {
|
|
198689
|
-
"shape": "
|
|
198764
|
+
"shape": "S6h"
|
|
198690
198765
|
},
|
|
198691
198766
|
"MaxRecords": {
|
|
198692
198767
|
"type": "integer"
|
|
@@ -198723,7 +198798,7 @@ module.exports={
|
|
|
198723
198798
|
"type": "boolean"
|
|
198724
198799
|
},
|
|
198725
198800
|
"RecurringCharges": {
|
|
198726
|
-
"shape": "
|
|
198801
|
+
"shape": "Saf"
|
|
198727
198802
|
}
|
|
198728
198803
|
},
|
|
198729
198804
|
"wrapper": true
|
|
@@ -198742,7 +198817,7 @@ module.exports={
|
|
|
198742
198817
|
},
|
|
198743
198818
|
"Marker": {},
|
|
198744
198819
|
"Filters": {
|
|
198745
|
-
"shape": "
|
|
198820
|
+
"shape": "S6h"
|
|
198746
198821
|
}
|
|
198747
198822
|
}
|
|
198748
198823
|
},
|
|
@@ -198794,28 +198869,28 @@ module.exports={
|
|
|
198794
198869
|
"members": {
|
|
198795
198870
|
"StorageType": {},
|
|
198796
198871
|
"StorageSize": {
|
|
198797
|
-
"shape": "
|
|
198872
|
+
"shape": "Sau"
|
|
198798
198873
|
},
|
|
198799
198874
|
"ProvisionedIops": {
|
|
198800
|
-
"shape": "
|
|
198875
|
+
"shape": "Sau"
|
|
198801
198876
|
},
|
|
198802
198877
|
"IopsToStorageRatio": {
|
|
198803
|
-
"shape": "
|
|
198878
|
+
"shape": "Saw"
|
|
198804
198879
|
},
|
|
198805
198880
|
"SupportsStorageAutoscaling": {
|
|
198806
198881
|
"type": "boolean"
|
|
198807
198882
|
},
|
|
198808
198883
|
"ProvisionedStorageThroughput": {
|
|
198809
|
-
"shape": "
|
|
198884
|
+
"shape": "Sau"
|
|
198810
198885
|
},
|
|
198811
198886
|
"StorageThroughputToIopsRatio": {
|
|
198812
|
-
"shape": "
|
|
198887
|
+
"shape": "Saw"
|
|
198813
198888
|
}
|
|
198814
198889
|
}
|
|
198815
198890
|
}
|
|
198816
198891
|
},
|
|
198817
198892
|
"ValidProcessorFeatures": {
|
|
198818
|
-
"shape": "
|
|
198893
|
+
"shape": "Sa4"
|
|
198819
198894
|
}
|
|
198820
198895
|
},
|
|
198821
198896
|
"wrapper": true
|
|
@@ -198889,7 +198964,7 @@ module.exports={
|
|
|
198889
198964
|
"type": "structure",
|
|
198890
198965
|
"members": {
|
|
198891
198966
|
"GlobalCluster": {
|
|
198892
|
-
"shape": "
|
|
198967
|
+
"shape": "S58"
|
|
198893
198968
|
}
|
|
198894
198969
|
}
|
|
198895
198970
|
}
|
|
@@ -198903,7 +198978,7 @@ module.exports={
|
|
|
198903
198978
|
"members": {
|
|
198904
198979
|
"ResourceName": {},
|
|
198905
198980
|
"Filters": {
|
|
198906
|
-
"shape": "
|
|
198981
|
+
"shape": "S6h"
|
|
198907
198982
|
}
|
|
198908
198983
|
}
|
|
198909
198984
|
},
|
|
@@ -198955,7 +199030,7 @@ module.exports={
|
|
|
198955
199030
|
"type": "structure",
|
|
198956
199031
|
"members": {
|
|
198957
199032
|
"Certificate": {
|
|
198958
|
-
"shape": "
|
|
199033
|
+
"shape": "S6q"
|
|
198959
199034
|
}
|
|
198960
199035
|
}
|
|
198961
199036
|
}
|
|
@@ -199047,7 +199122,7 @@ module.exports={
|
|
|
199047
199122
|
"type": "long"
|
|
199048
199123
|
},
|
|
199049
199124
|
"CloudwatchLogsExportConfiguration": {
|
|
199050
|
-
"shape": "
|
|
199125
|
+
"shape": "Sbi"
|
|
199051
199126
|
},
|
|
199052
199127
|
"EngineVersion": {},
|
|
199053
199128
|
"AllowMajorVersionUpgrade": {
|
|
@@ -199096,7 +199171,14 @@ module.exports={
|
|
|
199096
199171
|
"ServerlessV2ScalingConfiguration": {
|
|
199097
199172
|
"shape": "S2t"
|
|
199098
199173
|
},
|
|
199099
|
-
"NetworkType": {}
|
|
199174
|
+
"NetworkType": {},
|
|
199175
|
+
"ManageMasterUserPassword": {
|
|
199176
|
+
"type": "boolean"
|
|
199177
|
+
},
|
|
199178
|
+
"RotateMasterUserPassword": {
|
|
199179
|
+
"type": "boolean"
|
|
199180
|
+
},
|
|
199181
|
+
"MasterUserSecretKmsKeyId": {}
|
|
199100
199182
|
}
|
|
199101
199183
|
},
|
|
199102
199184
|
"output": {
|
|
@@ -199127,7 +199209,7 @@ module.exports={
|
|
|
199127
199209
|
}
|
|
199128
199210
|
},
|
|
199129
199211
|
"output": {
|
|
199130
|
-
"shape": "
|
|
199212
|
+
"shape": "S3f",
|
|
199131
199213
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
|
199132
199214
|
}
|
|
199133
199215
|
},
|
|
@@ -199141,12 +199223,12 @@ module.exports={
|
|
|
199141
199223
|
"members": {
|
|
199142
199224
|
"DBClusterParameterGroupName": {},
|
|
199143
199225
|
"Parameters": {
|
|
199144
|
-
"shape": "
|
|
199226
|
+
"shape": "S72"
|
|
199145
199227
|
}
|
|
199146
199228
|
}
|
|
199147
199229
|
},
|
|
199148
199230
|
"output": {
|
|
199149
|
-
"shape": "
|
|
199231
|
+
"shape": "Sbm",
|
|
199150
199232
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
199151
199233
|
}
|
|
199152
199234
|
},
|
|
@@ -199161,10 +199243,10 @@ module.exports={
|
|
|
199161
199243
|
"DBClusterSnapshotIdentifier": {},
|
|
199162
199244
|
"AttributeName": {},
|
|
199163
199245
|
"ValuesToAdd": {
|
|
199164
|
-
"shape": "
|
|
199246
|
+
"shape": "S7a"
|
|
199165
199247
|
},
|
|
199166
199248
|
"ValuesToRemove": {
|
|
199167
|
-
"shape": "
|
|
199249
|
+
"shape": "S7a"
|
|
199168
199250
|
}
|
|
199169
199251
|
}
|
|
199170
199252
|
},
|
|
@@ -199173,7 +199255,7 @@ module.exports={
|
|
|
199173
199255
|
"type": "structure",
|
|
199174
199256
|
"members": {
|
|
199175
199257
|
"DBClusterSnapshotAttributesResult": {
|
|
199176
|
-
"shape": "
|
|
199258
|
+
"shape": "S77"
|
|
199177
199259
|
}
|
|
199178
199260
|
}
|
|
199179
199261
|
}
|
|
@@ -199192,7 +199274,7 @@ module.exports={
|
|
|
199192
199274
|
"DBInstanceClass": {},
|
|
199193
199275
|
"DBSubnetGroupName": {},
|
|
199194
199276
|
"DBSecurityGroups": {
|
|
199195
|
-
"shape": "
|
|
199277
|
+
"shape": "S3l"
|
|
199196
199278
|
},
|
|
199197
199279
|
"VpcSecurityGroupIds": {
|
|
199198
199280
|
"shape": "S2q"
|
|
@@ -199256,7 +199338,7 @@ module.exports={
|
|
|
199256
199338
|
"type": "integer"
|
|
199257
199339
|
},
|
|
199258
199340
|
"CloudwatchLogsExportConfiguration": {
|
|
199259
|
-
"shape": "
|
|
199341
|
+
"shape": "Sbi"
|
|
199260
199342
|
},
|
|
199261
199343
|
"ProcessorFeatures": {
|
|
199262
199344
|
"shape": "S1c"
|
|
@@ -199285,7 +199367,14 @@ module.exports={
|
|
|
199285
199367
|
"NetworkType": {},
|
|
199286
199368
|
"StorageThroughput": {
|
|
199287
199369
|
"type": "integer"
|
|
199288
|
-
}
|
|
199370
|
+
},
|
|
199371
|
+
"ManageMasterUserPassword": {
|
|
199372
|
+
"type": "boolean"
|
|
199373
|
+
},
|
|
199374
|
+
"RotateMasterUserPassword": {
|
|
199375
|
+
"type": "boolean"
|
|
199376
|
+
},
|
|
199377
|
+
"MasterUserSecretKmsKeyId": {}
|
|
199289
199378
|
}
|
|
199290
199379
|
},
|
|
199291
199380
|
"output": {
|
|
@@ -199293,7 +199382,7 @@ module.exports={
|
|
|
199293
199382
|
"type": "structure",
|
|
199294
199383
|
"members": {
|
|
199295
199384
|
"DBInstance": {
|
|
199296
|
-
"shape": "
|
|
199385
|
+
"shape": "S3n"
|
|
199297
199386
|
}
|
|
199298
199387
|
}
|
|
199299
199388
|
}
|
|
@@ -199308,12 +199397,12 @@ module.exports={
|
|
|
199308
199397
|
"members": {
|
|
199309
199398
|
"DBParameterGroupName": {},
|
|
199310
199399
|
"Parameters": {
|
|
199311
|
-
"shape": "
|
|
199400
|
+
"shape": "S72"
|
|
199312
199401
|
}
|
|
199313
199402
|
}
|
|
199314
199403
|
},
|
|
199315
199404
|
"output": {
|
|
199316
|
-
"shape": "
|
|
199405
|
+
"shape": "Sbt",
|
|
199317
199406
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
199318
199407
|
}
|
|
199319
199408
|
},
|
|
@@ -199327,7 +199416,7 @@ module.exports={
|
|
|
199327
199416
|
"DBProxyName": {},
|
|
199328
199417
|
"NewDBProxyName": {},
|
|
199329
199418
|
"Auth": {
|
|
199330
|
-
"shape": "
|
|
199419
|
+
"shape": "S4g"
|
|
199331
199420
|
},
|
|
199332
199421
|
"RequireTLS": {
|
|
199333
199422
|
"type": "boolean"
|
|
@@ -199349,7 +199438,7 @@ module.exports={
|
|
|
199349
199438
|
"type": "structure",
|
|
199350
199439
|
"members": {
|
|
199351
199440
|
"DBProxy": {
|
|
199352
|
-
"shape": "
|
|
199441
|
+
"shape": "S4m"
|
|
199353
199442
|
}
|
|
199354
199443
|
}
|
|
199355
199444
|
}
|
|
@@ -199373,7 +199462,7 @@ module.exports={
|
|
|
199373
199462
|
"type": "structure",
|
|
199374
199463
|
"members": {
|
|
199375
199464
|
"DBProxyEndpoint": {
|
|
199376
|
-
"shape": "
|
|
199465
|
+
"shape": "S4v"
|
|
199377
199466
|
}
|
|
199378
199467
|
}
|
|
199379
199468
|
}
|
|
@@ -199414,7 +199503,7 @@ module.exports={
|
|
|
199414
199503
|
"type": "structure",
|
|
199415
199504
|
"members": {
|
|
199416
199505
|
"DBProxyTargetGroup": {
|
|
199417
|
-
"shape": "
|
|
199506
|
+
"shape": "S88"
|
|
199418
199507
|
}
|
|
199419
199508
|
}
|
|
199420
199509
|
}
|
|
@@ -199452,10 +199541,10 @@ module.exports={
|
|
|
199452
199541
|
"DBSnapshotIdentifier": {},
|
|
199453
199542
|
"AttributeName": {},
|
|
199454
199543
|
"ValuesToAdd": {
|
|
199455
|
-
"shape": "
|
|
199544
|
+
"shape": "S7a"
|
|
199456
199545
|
},
|
|
199457
199546
|
"ValuesToRemove": {
|
|
199458
|
-
"shape": "
|
|
199547
|
+
"shape": "S7a"
|
|
199459
199548
|
}
|
|
199460
199549
|
}
|
|
199461
199550
|
},
|
|
@@ -199464,7 +199553,7 @@ module.exports={
|
|
|
199464
199553
|
"type": "structure",
|
|
199465
199554
|
"members": {
|
|
199466
199555
|
"DBSnapshotAttributesResult": {
|
|
199467
|
-
"shape": "
|
|
199556
|
+
"shape": "S8o"
|
|
199468
199557
|
}
|
|
199469
199558
|
}
|
|
199470
199559
|
}
|
|
@@ -199480,7 +199569,7 @@ module.exports={
|
|
|
199480
199569
|
"DBSubnetGroupName": {},
|
|
199481
199570
|
"DBSubnetGroupDescription": {},
|
|
199482
199571
|
"SubnetIds": {
|
|
199483
|
-
"shape": "
|
|
199572
|
+
"shape": "S52"
|
|
199484
199573
|
}
|
|
199485
199574
|
}
|
|
199486
199575
|
},
|
|
@@ -199489,7 +199578,7 @@ module.exports={
|
|
|
199489
199578
|
"type": "structure",
|
|
199490
199579
|
"members": {
|
|
199491
199580
|
"DBSubnetGroup": {
|
|
199492
|
-
"shape": "
|
|
199581
|
+
"shape": "S3r"
|
|
199493
199582
|
}
|
|
199494
199583
|
}
|
|
199495
199584
|
}
|
|
@@ -199542,7 +199631,7 @@ module.exports={
|
|
|
199542
199631
|
"type": "structure",
|
|
199543
199632
|
"members": {
|
|
199544
199633
|
"GlobalCluster": {
|
|
199545
|
-
"shape": "
|
|
199634
|
+
"shape": "S58"
|
|
199546
199635
|
}
|
|
199547
199636
|
}
|
|
199548
199637
|
}
|
|
@@ -199570,7 +199659,7 @@ module.exports={
|
|
|
199570
199659
|
},
|
|
199571
199660
|
"OptionVersion": {},
|
|
199572
199661
|
"DBSecurityGroupMemberships": {
|
|
199573
|
-
"shape": "
|
|
199662
|
+
"shape": "S3l"
|
|
199574
199663
|
},
|
|
199575
199664
|
"VpcSecurityGroupMemberships": {
|
|
199576
199665
|
"shape": "S2q"
|
|
@@ -199623,7 +199712,7 @@ module.exports={
|
|
|
199623
199712
|
"type": "structure",
|
|
199624
199713
|
"members": {
|
|
199625
199714
|
"DBInstance": {
|
|
199626
|
-
"shape": "
|
|
199715
|
+
"shape": "S3n"
|
|
199627
199716
|
}
|
|
199628
199717
|
}
|
|
199629
199718
|
}
|
|
@@ -199670,7 +199759,7 @@ module.exports={
|
|
|
199670
199759
|
"type": "structure",
|
|
199671
199760
|
"members": {
|
|
199672
199761
|
"ReservedDBInstance": {
|
|
199673
|
-
"shape": "
|
|
199762
|
+
"shape": "Sad"
|
|
199674
199763
|
}
|
|
199675
199764
|
}
|
|
199676
199765
|
}
|
|
@@ -199713,7 +199802,7 @@ module.exports={
|
|
|
199713
199802
|
"type": "structure",
|
|
199714
199803
|
"members": {
|
|
199715
199804
|
"DBInstance": {
|
|
199716
|
-
"shape": "
|
|
199805
|
+
"shape": "S3n"
|
|
199717
199806
|
}
|
|
199718
199807
|
}
|
|
199719
199808
|
}
|
|
@@ -199740,7 +199829,7 @@ module.exports={
|
|
|
199740
199829
|
"type": "structure",
|
|
199741
199830
|
"members": {
|
|
199742
199831
|
"DBProxyTargets": {
|
|
199743
|
-
"shape": "
|
|
199832
|
+
"shape": "S8c"
|
|
199744
199833
|
}
|
|
199745
199834
|
}
|
|
199746
199835
|
}
|
|
@@ -199758,7 +199847,7 @@ module.exports={
|
|
|
199758
199847
|
"type": "structure",
|
|
199759
199848
|
"members": {
|
|
199760
199849
|
"GlobalCluster": {
|
|
199761
|
-
"shape": "
|
|
199850
|
+
"shape": "S58"
|
|
199762
199851
|
}
|
|
199763
199852
|
}
|
|
199764
199853
|
}
|
|
@@ -199842,12 +199931,12 @@ module.exports={
|
|
|
199842
199931
|
"type": "boolean"
|
|
199843
199932
|
},
|
|
199844
199933
|
"Parameters": {
|
|
199845
|
-
"shape": "
|
|
199934
|
+
"shape": "S72"
|
|
199846
199935
|
}
|
|
199847
199936
|
}
|
|
199848
199937
|
},
|
|
199849
199938
|
"output": {
|
|
199850
|
-
"shape": "
|
|
199939
|
+
"shape": "Sbm",
|
|
199851
199940
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
199852
199941
|
}
|
|
199853
199942
|
},
|
|
@@ -199863,12 +199952,12 @@ module.exports={
|
|
|
199863
199952
|
"type": "boolean"
|
|
199864
199953
|
},
|
|
199865
199954
|
"Parameters": {
|
|
199866
|
-
"shape": "
|
|
199955
|
+
"shape": "S72"
|
|
199867
199956
|
}
|
|
199868
199957
|
}
|
|
199869
199958
|
},
|
|
199870
199959
|
"output": {
|
|
199871
|
-
"shape": "
|
|
199960
|
+
"shape": "Sbt",
|
|
199872
199961
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
199873
199962
|
}
|
|
199874
199963
|
},
|
|
@@ -199879,7 +199968,6 @@ module.exports={
|
|
|
199879
199968
|
"DBClusterIdentifier",
|
|
199880
199969
|
"Engine",
|
|
199881
199970
|
"MasterUsername",
|
|
199882
|
-
"MasterUserPassword",
|
|
199883
199971
|
"SourceEngine",
|
|
199884
199972
|
"SourceEngineVersion",
|
|
199885
199973
|
"S3BucketName",
|
|
@@ -199942,7 +200030,11 @@ module.exports={
|
|
|
199942
200030
|
"ServerlessV2ScalingConfiguration": {
|
|
199943
200031
|
"shape": "S2t"
|
|
199944
200032
|
},
|
|
199945
|
-
"NetworkType": {}
|
|
200033
|
+
"NetworkType": {},
|
|
200034
|
+
"ManageMasterUserPassword": {
|
|
200035
|
+
"type": "boolean"
|
|
200036
|
+
},
|
|
200037
|
+
"MasterUserSecretKmsKeyId": {}
|
|
199946
200038
|
}
|
|
199947
200039
|
},
|
|
199948
200040
|
"output": {
|
|
@@ -200183,7 +200275,7 @@ module.exports={
|
|
|
200183
200275
|
"type": "structure",
|
|
200184
200276
|
"members": {
|
|
200185
200277
|
"DBInstance": {
|
|
200186
|
-
"shape": "
|
|
200278
|
+
"shape": "S3n"
|
|
200187
200279
|
}
|
|
200188
200280
|
}
|
|
200189
200281
|
}
|
|
@@ -200211,7 +200303,7 @@ module.exports={
|
|
|
200211
200303
|
"MasterUsername": {},
|
|
200212
200304
|
"MasterUserPassword": {},
|
|
200213
200305
|
"DBSecurityGroups": {
|
|
200214
|
-
"shape": "
|
|
200306
|
+
"shape": "S3l"
|
|
200215
200307
|
},
|
|
200216
200308
|
"VpcSecurityGroupIds": {
|
|
200217
200309
|
"shape": "S2q"
|
|
@@ -200290,7 +200382,11 @@ module.exports={
|
|
|
200290
200382
|
"NetworkType": {},
|
|
200291
200383
|
"StorageThroughput": {
|
|
200292
200384
|
"type": "integer"
|
|
200293
|
-
}
|
|
200385
|
+
},
|
|
200386
|
+
"ManageMasterUserPassword": {
|
|
200387
|
+
"type": "boolean"
|
|
200388
|
+
},
|
|
200389
|
+
"MasterUserSecretKmsKeyId": {}
|
|
200294
200390
|
}
|
|
200295
200391
|
},
|
|
200296
200392
|
"output": {
|
|
@@ -200298,7 +200394,7 @@ module.exports={
|
|
|
200298
200394
|
"type": "structure",
|
|
200299
200395
|
"members": {
|
|
200300
200396
|
"DBInstance": {
|
|
200301
|
-
"shape": "
|
|
200397
|
+
"shape": "S3n"
|
|
200302
200398
|
}
|
|
200303
200399
|
}
|
|
200304
200400
|
}
|
|
@@ -200391,7 +200487,7 @@ module.exports={
|
|
|
200391
200487
|
"type": "structure",
|
|
200392
200488
|
"members": {
|
|
200393
200489
|
"DBInstance": {
|
|
200394
|
-
"shape": "
|
|
200490
|
+
"shape": "S3n"
|
|
200395
200491
|
}
|
|
200396
200492
|
}
|
|
200397
200493
|
}
|
|
@@ -200492,7 +200588,7 @@ module.exports={
|
|
|
200492
200588
|
"type": "structure",
|
|
200493
200589
|
"members": {
|
|
200494
200590
|
"DBInstance": {
|
|
200495
|
-
"shape": "
|
|
200591
|
+
"shape": "S3n"
|
|
200496
200592
|
}
|
|
200497
200593
|
}
|
|
200498
200594
|
}
|
|
@@ -200517,7 +200613,7 @@ module.exports={
|
|
|
200517
200613
|
"type": "structure",
|
|
200518
200614
|
"members": {
|
|
200519
200615
|
"DBInstanceAutomatedBackup": {
|
|
200520
|
-
"shape": "
|
|
200616
|
+
"shape": "S5t"
|
|
200521
200617
|
}
|
|
200522
200618
|
}
|
|
200523
200619
|
}
|
|
@@ -200608,7 +200704,7 @@ module.exports={
|
|
|
200608
200704
|
"type": "structure",
|
|
200609
200705
|
"members": {
|
|
200610
200706
|
"DBInstance": {
|
|
200611
|
-
"shape": "
|
|
200707
|
+
"shape": "S3n"
|
|
200612
200708
|
}
|
|
200613
200709
|
}
|
|
200614
200710
|
}
|
|
@@ -200628,7 +200724,7 @@ module.exports={
|
|
|
200628
200724
|
"type": "structure",
|
|
200629
200725
|
"members": {
|
|
200630
200726
|
"DBInstanceAutomatedBackup": {
|
|
200631
|
-
"shape": "
|
|
200727
|
+
"shape": "S5t"
|
|
200632
200728
|
}
|
|
200633
200729
|
}
|
|
200634
200730
|
}
|
|
@@ -200671,7 +200767,7 @@ module.exports={
|
|
|
200671
200767
|
"type": "structure",
|
|
200672
200768
|
"members": {
|
|
200673
200769
|
"DBInstance": {
|
|
200674
|
-
"shape": "
|
|
200770
|
+
"shape": "S3n"
|
|
200675
200771
|
}
|
|
200676
200772
|
}
|
|
200677
200773
|
}
|
|
@@ -201510,7 +201606,10 @@ module.exports={
|
|
|
201510
201606
|
}
|
|
201511
201607
|
},
|
|
201512
201608
|
"NetworkType": {},
|
|
201513
|
-
"DBSystemId": {}
|
|
201609
|
+
"DBSystemId": {},
|
|
201610
|
+
"MasterUserSecret": {
|
|
201611
|
+
"shape": "S3d"
|
|
201612
|
+
}
|
|
201514
201613
|
},
|
|
201515
201614
|
"wrapper": true
|
|
201516
201615
|
},
|
|
@@ -201538,7 +201637,15 @@ module.exports={
|
|
|
201538
201637
|
}
|
|
201539
201638
|
}
|
|
201540
201639
|
},
|
|
201541
|
-
"
|
|
201640
|
+
"S3d": {
|
|
201641
|
+
"type": "structure",
|
|
201642
|
+
"members": {
|
|
201643
|
+
"SecretArn": {},
|
|
201644
|
+
"SecretStatus": {},
|
|
201645
|
+
"KmsKeyId": {}
|
|
201646
|
+
}
|
|
201647
|
+
},
|
|
201648
|
+
"S3f": {
|
|
201542
201649
|
"type": "structure",
|
|
201543
201650
|
"members": {
|
|
201544
201651
|
"DBClusterEndpointIdentifier": {},
|
|
@@ -201557,13 +201664,13 @@ module.exports={
|
|
|
201557
201664
|
"DBClusterEndpointArn": {}
|
|
201558
201665
|
}
|
|
201559
201666
|
},
|
|
201560
|
-
"
|
|
201667
|
+
"S3l": {
|
|
201561
201668
|
"type": "list",
|
|
201562
201669
|
"member": {
|
|
201563
201670
|
"locationName": "DBSecurityGroupName"
|
|
201564
201671
|
}
|
|
201565
201672
|
},
|
|
201566
|
-
"
|
|
201673
|
+
"S3n": {
|
|
201567
201674
|
"type": "structure",
|
|
201568
201675
|
"members": {
|
|
201569
201676
|
"DBInstanceIdentifier": {},
|
|
@@ -201576,7 +201683,7 @@ module.exports={
|
|
|
201576
201683
|
"MasterUsername": {},
|
|
201577
201684
|
"DBName": {},
|
|
201578
201685
|
"Endpoint": {
|
|
201579
|
-
"shape": "
|
|
201686
|
+
"shape": "S3o"
|
|
201580
201687
|
},
|
|
201581
201688
|
"AllocatedStorage": {
|
|
201582
201689
|
"type": "integer"
|
|
@@ -201607,7 +201714,7 @@ module.exports={
|
|
|
201607
201714
|
},
|
|
201608
201715
|
"AvailabilityZone": {},
|
|
201609
201716
|
"DBSubnetGroup": {
|
|
201610
|
-
"shape": "
|
|
201717
|
+
"shape": "S3r"
|
|
201611
201718
|
},
|
|
201612
201719
|
"PreferredMaintenanceWindow": {},
|
|
201613
201720
|
"PendingModifiedValues": {
|
|
@@ -201774,7 +201881,7 @@ module.exports={
|
|
|
201774
201881
|
}
|
|
201775
201882
|
},
|
|
201776
201883
|
"ListenerEndpoint": {
|
|
201777
|
-
"shape": "
|
|
201884
|
+
"shape": "S3o"
|
|
201778
201885
|
},
|
|
201779
201886
|
"MaxAllocatedStorage": {
|
|
201780
201887
|
"type": "integer"
|
|
@@ -201783,7 +201890,7 @@ module.exports={
|
|
|
201783
201890
|
"shape": "Sb"
|
|
201784
201891
|
},
|
|
201785
201892
|
"DBInstanceAutomatedBackupsReplications": {
|
|
201786
|
-
"shape": "
|
|
201893
|
+
"shape": "S47"
|
|
201787
201894
|
},
|
|
201788
201895
|
"CustomerOwnedIpEnabled": {
|
|
201789
201896
|
"type": "boolean"
|
|
@@ -201807,11 +201914,14 @@ module.exports={
|
|
|
201807
201914
|
"StorageThroughput": {
|
|
201808
201915
|
"type": "integer"
|
|
201809
201916
|
},
|
|
201810
|
-
"DBSystemId": {}
|
|
201917
|
+
"DBSystemId": {},
|
|
201918
|
+
"MasterUserSecret": {
|
|
201919
|
+
"shape": "S3d"
|
|
201920
|
+
}
|
|
201811
201921
|
},
|
|
201812
201922
|
"wrapper": true
|
|
201813
201923
|
},
|
|
201814
|
-
"
|
|
201924
|
+
"S3o": {
|
|
201815
201925
|
"type": "structure",
|
|
201816
201926
|
"members": {
|
|
201817
201927
|
"Address": {},
|
|
@@ -201821,7 +201931,7 @@ module.exports={
|
|
|
201821
201931
|
"HostedZoneId": {}
|
|
201822
201932
|
}
|
|
201823
201933
|
},
|
|
201824
|
-
"
|
|
201934
|
+
"S3r": {
|
|
201825
201935
|
"type": "structure",
|
|
201826
201936
|
"members": {
|
|
201827
201937
|
"DBSubnetGroupName": {},
|
|
@@ -201836,7 +201946,7 @@ module.exports={
|
|
|
201836
201946
|
"members": {
|
|
201837
201947
|
"SubnetIdentifier": {},
|
|
201838
201948
|
"SubnetAvailabilityZone": {
|
|
201839
|
-
"shape": "
|
|
201949
|
+
"shape": "S3u"
|
|
201840
201950
|
},
|
|
201841
201951
|
"SubnetOutpost": {
|
|
201842
201952
|
"type": "structure",
|
|
@@ -201855,14 +201965,14 @@ module.exports={
|
|
|
201855
201965
|
},
|
|
201856
201966
|
"wrapper": true
|
|
201857
201967
|
},
|
|
201858
|
-
"
|
|
201968
|
+
"S3u": {
|
|
201859
201969
|
"type": "structure",
|
|
201860
201970
|
"members": {
|
|
201861
201971
|
"Name": {}
|
|
201862
201972
|
},
|
|
201863
201973
|
"wrapper": true
|
|
201864
201974
|
},
|
|
201865
|
-
"
|
|
201975
|
+
"S47": {
|
|
201866
201976
|
"type": "list",
|
|
201867
201977
|
"member": {
|
|
201868
201978
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
@@ -201872,7 +201982,7 @@ module.exports={
|
|
|
201872
201982
|
}
|
|
201873
201983
|
}
|
|
201874
201984
|
},
|
|
201875
|
-
"
|
|
201985
|
+
"S4g": {
|
|
201876
201986
|
"type": "list",
|
|
201877
201987
|
"member": {
|
|
201878
201988
|
"type": "structure",
|
|
@@ -201886,7 +201996,7 @@ module.exports={
|
|
|
201886
201996
|
}
|
|
201887
201997
|
}
|
|
201888
201998
|
},
|
|
201889
|
-
"
|
|
201999
|
+
"S4m": {
|
|
201890
202000
|
"type": "structure",
|
|
201891
202001
|
"members": {
|
|
201892
202002
|
"DBProxyName": {},
|
|
@@ -201933,7 +202043,7 @@ module.exports={
|
|
|
201933
202043
|
}
|
|
201934
202044
|
}
|
|
201935
202045
|
},
|
|
201936
|
-
"
|
|
202046
|
+
"S4v": {
|
|
201937
202047
|
"type": "structure",
|
|
201938
202048
|
"members": {
|
|
201939
202049
|
"DBProxyEndpointName": {},
|
|
@@ -201957,13 +202067,13 @@ module.exports={
|
|
|
201957
202067
|
}
|
|
201958
202068
|
}
|
|
201959
202069
|
},
|
|
201960
|
-
"
|
|
202070
|
+
"S52": {
|
|
201961
202071
|
"type": "list",
|
|
201962
202072
|
"member": {
|
|
201963
202073
|
"locationName": "SubnetIdentifier"
|
|
201964
202074
|
}
|
|
201965
202075
|
},
|
|
201966
|
-
"
|
|
202076
|
+
"S58": {
|
|
201967
202077
|
"type": "structure",
|
|
201968
202078
|
"members": {
|
|
201969
202079
|
"GlobalClusterIdentifier": {},
|
|
@@ -202010,7 +202120,7 @@ module.exports={
|
|
|
202010
202120
|
},
|
|
202011
202121
|
"wrapper": true
|
|
202012
202122
|
},
|
|
202013
|
-
"
|
|
202123
|
+
"S5t": {
|
|
202014
202124
|
"type": "structure",
|
|
202015
202125
|
"members": {
|
|
202016
202126
|
"DBInstanceArn": {},
|
|
@@ -202063,7 +202173,7 @@ module.exports={
|
|
|
202063
202173
|
},
|
|
202064
202174
|
"DBInstanceAutomatedBackupsArn": {},
|
|
202065
202175
|
"DBInstanceAutomatedBackupsReplications": {
|
|
202066
|
-
"shape": "
|
|
202176
|
+
"shape": "S47"
|
|
202067
202177
|
},
|
|
202068
202178
|
"BackupTarget": {},
|
|
202069
202179
|
"StorageThroughput": {
|
|
@@ -202072,7 +202182,7 @@ module.exports={
|
|
|
202072
202182
|
},
|
|
202073
202183
|
"wrapper": true
|
|
202074
202184
|
},
|
|
202075
|
-
"
|
|
202185
|
+
"S6h": {
|
|
202076
202186
|
"type": "list",
|
|
202077
202187
|
"member": {
|
|
202078
202188
|
"locationName": "Filter",
|
|
@@ -202092,7 +202202,7 @@ module.exports={
|
|
|
202092
202202
|
}
|
|
202093
202203
|
}
|
|
202094
202204
|
},
|
|
202095
|
-
"
|
|
202205
|
+
"S6q": {
|
|
202096
202206
|
"type": "structure",
|
|
202097
202207
|
"members": {
|
|
202098
202208
|
"CertificateIdentifier": {},
|
|
@@ -202114,7 +202224,7 @@ module.exports={
|
|
|
202114
202224
|
},
|
|
202115
202225
|
"wrapper": true
|
|
202116
202226
|
},
|
|
202117
|
-
"
|
|
202227
|
+
"S72": {
|
|
202118
202228
|
"type": "list",
|
|
202119
202229
|
"member": {
|
|
202120
202230
|
"locationName": "Parameter",
|
|
@@ -202138,7 +202248,7 @@ module.exports={
|
|
|
202138
202248
|
}
|
|
202139
202249
|
}
|
|
202140
202250
|
},
|
|
202141
|
-
"
|
|
202251
|
+
"S77": {
|
|
202142
202252
|
"type": "structure",
|
|
202143
202253
|
"members": {
|
|
202144
202254
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -202150,7 +202260,7 @@ module.exports={
|
|
|
202150
202260
|
"members": {
|
|
202151
202261
|
"AttributeName": {},
|
|
202152
202262
|
"AttributeValues": {
|
|
202153
|
-
"shape": "
|
|
202263
|
+
"shape": "S7a"
|
|
202154
202264
|
}
|
|
202155
202265
|
}
|
|
202156
202266
|
}
|
|
@@ -202158,13 +202268,13 @@ module.exports={
|
|
|
202158
202268
|
},
|
|
202159
202269
|
"wrapper": true
|
|
202160
202270
|
},
|
|
202161
|
-
"
|
|
202271
|
+
"S7a": {
|
|
202162
202272
|
"type": "list",
|
|
202163
202273
|
"member": {
|
|
202164
202274
|
"locationName": "AttributeValue"
|
|
202165
202275
|
}
|
|
202166
202276
|
},
|
|
202167
|
-
"
|
|
202277
|
+
"S88": {
|
|
202168
202278
|
"type": "structure",
|
|
202169
202279
|
"members": {
|
|
202170
202280
|
"DBProxyName": {},
|
|
@@ -202200,7 +202310,7 @@ module.exports={
|
|
|
202200
202310
|
}
|
|
202201
202311
|
}
|
|
202202
202312
|
},
|
|
202203
|
-
"
|
|
202313
|
+
"S8c": {
|
|
202204
202314
|
"type": "list",
|
|
202205
202315
|
"member": {
|
|
202206
202316
|
"type": "structure",
|
|
@@ -202225,7 +202335,7 @@ module.exports={
|
|
|
202225
202335
|
}
|
|
202226
202336
|
}
|
|
202227
202337
|
},
|
|
202228
|
-
"
|
|
202338
|
+
"S8o": {
|
|
202229
202339
|
"type": "structure",
|
|
202230
202340
|
"members": {
|
|
202231
202341
|
"DBSnapshotIdentifier": {},
|
|
@@ -202237,7 +202347,7 @@ module.exports={
|
|
|
202237
202347
|
"members": {
|
|
202238
202348
|
"AttributeName": {},
|
|
202239
202349
|
"AttributeValues": {
|
|
202240
|
-
"shape": "
|
|
202350
|
+
"shape": "S7a"
|
|
202241
202351
|
}
|
|
202242
202352
|
},
|
|
202243
202353
|
"wrapper": true
|
|
@@ -202246,18 +202356,18 @@ module.exports={
|
|
|
202246
202356
|
},
|
|
202247
202357
|
"wrapper": true
|
|
202248
202358
|
},
|
|
202249
|
-
"
|
|
202359
|
+
"S8z": {
|
|
202250
202360
|
"type": "structure",
|
|
202251
202361
|
"members": {
|
|
202252
202362
|
"DBParameterGroupFamily": {},
|
|
202253
202363
|
"Marker": {},
|
|
202254
202364
|
"Parameters": {
|
|
202255
|
-
"shape": "
|
|
202365
|
+
"shape": "S72"
|
|
202256
202366
|
}
|
|
202257
202367
|
},
|
|
202258
202368
|
"wrapper": true
|
|
202259
202369
|
},
|
|
202260
|
-
"
|
|
202370
|
+
"Sa4": {
|
|
202261
202371
|
"type": "list",
|
|
202262
202372
|
"member": {
|
|
202263
202373
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -202269,7 +202379,7 @@ module.exports={
|
|
|
202269
202379
|
}
|
|
202270
202380
|
}
|
|
202271
202381
|
},
|
|
202272
|
-
"
|
|
202382
|
+
"Sad": {
|
|
202273
202383
|
"type": "structure",
|
|
202274
202384
|
"members": {
|
|
202275
202385
|
"ReservedDBInstanceId": {},
|
|
@@ -202298,14 +202408,14 @@ module.exports={
|
|
|
202298
202408
|
},
|
|
202299
202409
|
"State": {},
|
|
202300
202410
|
"RecurringCharges": {
|
|
202301
|
-
"shape": "
|
|
202411
|
+
"shape": "Saf"
|
|
202302
202412
|
},
|
|
202303
202413
|
"ReservedDBInstanceArn": {},
|
|
202304
202414
|
"LeaseId": {}
|
|
202305
202415
|
},
|
|
202306
202416
|
"wrapper": true
|
|
202307
202417
|
},
|
|
202308
|
-
"
|
|
202418
|
+
"Saf": {
|
|
202309
202419
|
"type": "list",
|
|
202310
202420
|
"member": {
|
|
202311
202421
|
"locationName": "RecurringCharge",
|
|
@@ -202319,7 +202429,7 @@ module.exports={
|
|
|
202319
202429
|
"wrapper": true
|
|
202320
202430
|
}
|
|
202321
202431
|
},
|
|
202322
|
-
"
|
|
202432
|
+
"Sau": {
|
|
202323
202433
|
"type": "list",
|
|
202324
202434
|
"member": {
|
|
202325
202435
|
"locationName": "Range",
|
|
@@ -202337,7 +202447,7 @@ module.exports={
|
|
|
202337
202447
|
}
|
|
202338
202448
|
}
|
|
202339
202449
|
},
|
|
202340
|
-
"
|
|
202450
|
+
"Saw": {
|
|
202341
202451
|
"type": "list",
|
|
202342
202452
|
"member": {
|
|
202343
202453
|
"locationName": "DoubleRange",
|
|
@@ -202352,7 +202462,7 @@ module.exports={
|
|
|
202352
202462
|
}
|
|
202353
202463
|
}
|
|
202354
202464
|
},
|
|
202355
|
-
"
|
|
202465
|
+
"Sbi": {
|
|
202356
202466
|
"type": "structure",
|
|
202357
202467
|
"members": {
|
|
202358
202468
|
"EnableLogTypes": {
|
|
@@ -202363,13 +202473,13 @@ module.exports={
|
|
|
202363
202473
|
}
|
|
202364
202474
|
}
|
|
202365
202475
|
},
|
|
202366
|
-
"
|
|
202476
|
+
"Sbm": {
|
|
202367
202477
|
"type": "structure",
|
|
202368
202478
|
"members": {
|
|
202369
202479
|
"DBClusterParameterGroupName": {}
|
|
202370
202480
|
}
|
|
202371
202481
|
},
|
|
202372
|
-
"
|
|
202482
|
+
"Sbt": {
|
|
202373
202483
|
"type": "structure",
|
|
202374
202484
|
"members": {
|
|
202375
202485
|
"DBParameterGroupName": {}
|
|
@@ -251396,7 +251506,7 @@ AWS.util.update(AWS, {
|
|
|
251396
251506
|
/**
|
|
251397
251507
|
* @constant
|
|
251398
251508
|
*/
|
|
251399
|
-
VERSION: '2.
|
|
251509
|
+
VERSION: '2.1281.0',
|
|
251400
251510
|
|
|
251401
251511
|
/**
|
|
251402
251512
|
* @api private
|
|
@@ -273456,7 +273566,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273456
273566
|
}());
|
|
273457
273567
|
exports.LRUCache = LRUCache;
|
|
273458
273568
|
},{}],461:[function(require,module,exports){
|
|
273459
|
-
// AWS SDK for JavaScript v2.
|
|
273569
|
+
// AWS SDK for JavaScript v2.1281.0
|
|
273460
273570
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273461
273571
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273462
273572
|
require('./browser_loader');
|