cdk-docker-image-deployment 0.0.110 → 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 +17 -1
- package/node_modules/aws-sdk/README.md +2 -2
- 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/license-manager-linux-subscriptions-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +203 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +212 -169
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +14 -5
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +52 -33
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- 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/licensemanagerlinuxsubscriptions.d.ts +269 -0
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.js +18 -0
- package/node_modules/aws-sdk/clients/macie2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +86 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +3 -3
- package/node_modules/aws-sdk/clients/support.d.ts +35 -35
- package/node_modules/aws-sdk/clients/transfer.d.ts +16 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +49 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +292 -178
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +76 -76
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- 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"
|
|
@@ -178112,6 +178179,10 @@ module.exports={
|
|
|
178112
178179
|
"kinesisvideowebrtcstorage": {
|
|
178113
178180
|
"prefix": "kinesis-video-webrtc-storage",
|
|
178114
178181
|
"name": "KinesisVideoWebRTCStorage"
|
|
178182
|
+
},
|
|
178183
|
+
"licensemanagerlinuxsubscriptions": {
|
|
178184
|
+
"prefix": "license-manager-linux-subscriptions",
|
|
178185
|
+
"name": "LicenseManagerLinuxSubscriptions"
|
|
178115
178186
|
}
|
|
178116
178187
|
}
|
|
178117
178188
|
},{}],166:[function(require,module,exports){
|
|
@@ -196438,6 +196509,10 @@ module.exports={
|
|
|
196438
196509
|
},
|
|
196439
196510
|
"NetworkType": {},
|
|
196440
196511
|
"DBSystemId": {},
|
|
196512
|
+
"ManageMasterUserPassword": {
|
|
196513
|
+
"type": "boolean"
|
|
196514
|
+
},
|
|
196515
|
+
"MasterUserSecretKmsKeyId": {},
|
|
196441
196516
|
"SourceRegion": {}
|
|
196442
196517
|
}
|
|
196443
196518
|
},
|
|
@@ -196475,7 +196550,7 @@ module.exports={
|
|
|
196475
196550
|
}
|
|
196476
196551
|
},
|
|
196477
196552
|
"output": {
|
|
196478
|
-
"shape": "
|
|
196553
|
+
"shape": "S3f",
|
|
196479
196554
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
|
196480
196555
|
}
|
|
196481
196556
|
},
|
|
@@ -196550,7 +196625,7 @@ module.exports={
|
|
|
196550
196625
|
"MasterUsername": {},
|
|
196551
196626
|
"MasterUserPassword": {},
|
|
196552
196627
|
"DBSecurityGroups": {
|
|
196553
|
-
"shape": "
|
|
196628
|
+
"shape": "S3l"
|
|
196554
196629
|
},
|
|
196555
196630
|
"VpcSecurityGroupIds": {
|
|
196556
196631
|
"shape": "S2q"
|
|
@@ -196637,7 +196712,11 @@ module.exports={
|
|
|
196637
196712
|
"NetworkType": {},
|
|
196638
196713
|
"StorageThroughput": {
|
|
196639
196714
|
"type": "integer"
|
|
196640
|
-
}
|
|
196715
|
+
},
|
|
196716
|
+
"ManageMasterUserPassword": {
|
|
196717
|
+
"type": "boolean"
|
|
196718
|
+
},
|
|
196719
|
+
"MasterUserSecretKmsKeyId": {}
|
|
196641
196720
|
}
|
|
196642
196721
|
},
|
|
196643
196722
|
"output": {
|
|
@@ -196645,7 +196724,7 @@ module.exports={
|
|
|
196645
196724
|
"type": "structure",
|
|
196646
196725
|
"members": {
|
|
196647
196726
|
"DBInstance": {
|
|
196648
|
-
"shape": "
|
|
196727
|
+
"shape": "S3n"
|
|
196649
196728
|
}
|
|
196650
196729
|
}
|
|
196651
196730
|
}
|
|
@@ -196740,7 +196819,7 @@ module.exports={
|
|
|
196740
196819
|
"type": "structure",
|
|
196741
196820
|
"members": {
|
|
196742
196821
|
"DBInstance": {
|
|
196743
|
-
"shape": "
|
|
196822
|
+
"shape": "S3n"
|
|
196744
196823
|
}
|
|
196745
196824
|
}
|
|
196746
196825
|
}
|
|
@@ -196786,7 +196865,7 @@ module.exports={
|
|
|
196786
196865
|
"DBProxyName": {},
|
|
196787
196866
|
"EngineFamily": {},
|
|
196788
196867
|
"Auth": {
|
|
196789
|
-
"shape": "
|
|
196868
|
+
"shape": "S4g"
|
|
196790
196869
|
},
|
|
196791
196870
|
"RoleArn": {},
|
|
196792
196871
|
"VpcSubnetIds": {
|
|
@@ -196814,7 +196893,7 @@ module.exports={
|
|
|
196814
196893
|
"type": "structure",
|
|
196815
196894
|
"members": {
|
|
196816
196895
|
"DBProxy": {
|
|
196817
|
-
"shape": "
|
|
196896
|
+
"shape": "S4m"
|
|
196818
196897
|
}
|
|
196819
196898
|
}
|
|
196820
196899
|
}
|
|
@@ -196847,7 +196926,7 @@ module.exports={
|
|
|
196847
196926
|
"type": "structure",
|
|
196848
196927
|
"members": {
|
|
196849
196928
|
"DBProxyEndpoint": {
|
|
196850
|
-
"shape": "
|
|
196929
|
+
"shape": "S4v"
|
|
196851
196930
|
}
|
|
196852
196931
|
}
|
|
196853
196932
|
}
|
|
@@ -196914,7 +196993,7 @@ module.exports={
|
|
|
196914
196993
|
"DBSubnetGroupName": {},
|
|
196915
196994
|
"DBSubnetGroupDescription": {},
|
|
196916
196995
|
"SubnetIds": {
|
|
196917
|
-
"shape": "
|
|
196996
|
+
"shape": "S52"
|
|
196918
196997
|
},
|
|
196919
196998
|
"Tags": {
|
|
196920
196999
|
"shape": "Sb"
|
|
@@ -196926,7 +197005,7 @@ module.exports={
|
|
|
196926
197005
|
"type": "structure",
|
|
196927
197006
|
"members": {
|
|
196928
197007
|
"DBSubnetGroup": {
|
|
196929
|
-
"shape": "
|
|
197008
|
+
"shape": "S3r"
|
|
196930
197009
|
}
|
|
196931
197010
|
}
|
|
196932
197011
|
}
|
|
@@ -196988,7 +197067,7 @@ module.exports={
|
|
|
196988
197067
|
"type": "structure",
|
|
196989
197068
|
"members": {
|
|
196990
197069
|
"GlobalCluster": {
|
|
196991
|
-
"shape": "
|
|
197070
|
+
"shape": "S58"
|
|
196992
197071
|
}
|
|
196993
197072
|
}
|
|
196994
197073
|
}
|
|
@@ -197097,7 +197176,7 @@ module.exports={
|
|
|
197097
197176
|
}
|
|
197098
197177
|
},
|
|
197099
197178
|
"output": {
|
|
197100
|
-
"shape": "
|
|
197179
|
+
"shape": "S3f",
|
|
197101
197180
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
|
197102
197181
|
}
|
|
197103
197182
|
},
|
|
@@ -197154,7 +197233,7 @@ module.exports={
|
|
|
197154
197233
|
"type": "structure",
|
|
197155
197234
|
"members": {
|
|
197156
197235
|
"DBInstance": {
|
|
197157
|
-
"shape": "
|
|
197236
|
+
"shape": "S3n"
|
|
197158
197237
|
}
|
|
197159
197238
|
}
|
|
197160
197239
|
}
|
|
@@ -197172,7 +197251,7 @@ module.exports={
|
|
|
197172
197251
|
"type": "structure",
|
|
197173
197252
|
"members": {
|
|
197174
197253
|
"DBInstanceAutomatedBackup": {
|
|
197175
|
-
"shape": "
|
|
197254
|
+
"shape": "S5t"
|
|
197176
197255
|
}
|
|
197177
197256
|
}
|
|
197178
197257
|
}
|
|
@@ -197203,7 +197282,7 @@ module.exports={
|
|
|
197203
197282
|
"type": "structure",
|
|
197204
197283
|
"members": {
|
|
197205
197284
|
"DBProxy": {
|
|
197206
|
-
"shape": "
|
|
197285
|
+
"shape": "S4m"
|
|
197207
197286
|
}
|
|
197208
197287
|
}
|
|
197209
197288
|
}
|
|
@@ -197223,7 +197302,7 @@ module.exports={
|
|
|
197223
197302
|
"type": "structure",
|
|
197224
197303
|
"members": {
|
|
197225
197304
|
"DBProxyEndpoint": {
|
|
197226
|
-
"shape": "
|
|
197305
|
+
"shape": "S4v"
|
|
197227
197306
|
}
|
|
197228
197307
|
}
|
|
197229
197308
|
}
|
|
@@ -197305,7 +197384,7 @@ module.exports={
|
|
|
197305
197384
|
"type": "structure",
|
|
197306
197385
|
"members": {
|
|
197307
197386
|
"GlobalCluster": {
|
|
197308
|
-
"shape": "
|
|
197387
|
+
"shape": "S58"
|
|
197309
197388
|
}
|
|
197310
197389
|
}
|
|
197311
197390
|
}
|
|
@@ -197379,7 +197458,7 @@ module.exports={
|
|
|
197379
197458
|
"members": {
|
|
197380
197459
|
"BlueGreenDeploymentIdentifier": {},
|
|
197381
197460
|
"Filters": {
|
|
197382
|
-
"shape": "
|
|
197461
|
+
"shape": "S6h"
|
|
197383
197462
|
},
|
|
197384
197463
|
"Marker": {},
|
|
197385
197464
|
"MaxRecords": {
|
|
@@ -197407,7 +197486,7 @@ module.exports={
|
|
|
197407
197486
|
"members": {
|
|
197408
197487
|
"CertificateIdentifier": {},
|
|
197409
197488
|
"Filters": {
|
|
197410
|
-
"shape": "
|
|
197489
|
+
"shape": "S6h"
|
|
197411
197490
|
},
|
|
197412
197491
|
"MaxRecords": {
|
|
197413
197492
|
"type": "integer"
|
|
@@ -197422,7 +197501,7 @@ module.exports={
|
|
|
197422
197501
|
"Certificates": {
|
|
197423
197502
|
"type": "list",
|
|
197424
197503
|
"member": {
|
|
197425
|
-
"shape": "
|
|
197504
|
+
"shape": "S6q",
|
|
197426
197505
|
"locationName": "Certificate"
|
|
197427
197506
|
}
|
|
197428
197507
|
},
|
|
@@ -197440,7 +197519,7 @@ module.exports={
|
|
|
197440
197519
|
"DBClusterIdentifier": {},
|
|
197441
197520
|
"BacktrackIdentifier": {},
|
|
197442
197521
|
"Filters": {
|
|
197443
|
-
"shape": "
|
|
197522
|
+
"shape": "S6h"
|
|
197444
197523
|
},
|
|
197445
197524
|
"MaxRecords": {
|
|
197446
197525
|
"type": "integer"
|
|
@@ -197470,7 +197549,7 @@ module.exports={
|
|
|
197470
197549
|
"DBClusterIdentifier": {},
|
|
197471
197550
|
"DBClusterEndpointIdentifier": {},
|
|
197472
197551
|
"Filters": {
|
|
197473
|
-
"shape": "
|
|
197552
|
+
"shape": "S6h"
|
|
197474
197553
|
},
|
|
197475
197554
|
"MaxRecords": {
|
|
197476
197555
|
"type": "integer"
|
|
@@ -197486,7 +197565,7 @@ module.exports={
|
|
|
197486
197565
|
"DBClusterEndpoints": {
|
|
197487
197566
|
"type": "list",
|
|
197488
197567
|
"member": {
|
|
197489
|
-
"shape": "
|
|
197568
|
+
"shape": "S3f",
|
|
197490
197569
|
"locationName": "DBClusterEndpointList"
|
|
197491
197570
|
}
|
|
197492
197571
|
}
|
|
@@ -197499,7 +197578,7 @@ module.exports={
|
|
|
197499
197578
|
"members": {
|
|
197500
197579
|
"DBClusterParameterGroupName": {},
|
|
197501
197580
|
"Filters": {
|
|
197502
|
-
"shape": "
|
|
197581
|
+
"shape": "S6h"
|
|
197503
197582
|
},
|
|
197504
197583
|
"MaxRecords": {
|
|
197505
197584
|
"type": "integer"
|
|
@@ -197532,7 +197611,7 @@ module.exports={
|
|
|
197532
197611
|
"DBClusterParameterGroupName": {},
|
|
197533
197612
|
"Source": {},
|
|
197534
197613
|
"Filters": {
|
|
197535
|
-
"shape": "
|
|
197614
|
+
"shape": "S6h"
|
|
197536
197615
|
},
|
|
197537
197616
|
"MaxRecords": {
|
|
197538
197617
|
"type": "integer"
|
|
@@ -197545,7 +197624,7 @@ module.exports={
|
|
|
197545
197624
|
"type": "structure",
|
|
197546
197625
|
"members": {
|
|
197547
197626
|
"Parameters": {
|
|
197548
|
-
"shape": "
|
|
197627
|
+
"shape": "S72"
|
|
197549
197628
|
},
|
|
197550
197629
|
"Marker": {}
|
|
197551
197630
|
}
|
|
@@ -197566,7 +197645,7 @@ module.exports={
|
|
|
197566
197645
|
"type": "structure",
|
|
197567
197646
|
"members": {
|
|
197568
197647
|
"DBClusterSnapshotAttributesResult": {
|
|
197569
|
-
"shape": "
|
|
197648
|
+
"shape": "S77"
|
|
197570
197649
|
}
|
|
197571
197650
|
}
|
|
197572
197651
|
}
|
|
@@ -197579,7 +197658,7 @@ module.exports={
|
|
|
197579
197658
|
"DBClusterSnapshotIdentifier": {},
|
|
197580
197659
|
"SnapshotType": {},
|
|
197581
197660
|
"Filters": {
|
|
197582
|
-
"shape": "
|
|
197661
|
+
"shape": "S6h"
|
|
197583
197662
|
},
|
|
197584
197663
|
"MaxRecords": {
|
|
197585
197664
|
"type": "integer"
|
|
@@ -197614,7 +197693,7 @@ module.exports={
|
|
|
197614
197693
|
"members": {
|
|
197615
197694
|
"DBClusterIdentifier": {},
|
|
197616
197695
|
"Filters": {
|
|
197617
|
-
"shape": "
|
|
197696
|
+
"shape": "S6h"
|
|
197618
197697
|
},
|
|
197619
197698
|
"MaxRecords": {
|
|
197620
197699
|
"type": "integer"
|
|
@@ -197648,7 +197727,7 @@ module.exports={
|
|
|
197648
197727
|
"EngineVersion": {},
|
|
197649
197728
|
"DBParameterGroupFamily": {},
|
|
197650
197729
|
"Filters": {
|
|
197651
|
-
"shape": "
|
|
197730
|
+
"shape": "S6h"
|
|
197652
197731
|
},
|
|
197653
197732
|
"MaxRecords": {
|
|
197654
197733
|
"type": "integer"
|
|
@@ -197690,7 +197769,7 @@ module.exports={
|
|
|
197690
197769
|
"DbiResourceId": {},
|
|
197691
197770
|
"DBInstanceIdentifier": {},
|
|
197692
197771
|
"Filters": {
|
|
197693
|
-
"shape": "
|
|
197772
|
+
"shape": "S6h"
|
|
197694
197773
|
},
|
|
197695
197774
|
"MaxRecords": {
|
|
197696
197775
|
"type": "integer"
|
|
@@ -197707,7 +197786,7 @@ module.exports={
|
|
|
197707
197786
|
"DBInstanceAutomatedBackups": {
|
|
197708
197787
|
"type": "list",
|
|
197709
197788
|
"member": {
|
|
197710
|
-
"shape": "
|
|
197789
|
+
"shape": "S5t",
|
|
197711
197790
|
"locationName": "DBInstanceAutomatedBackup"
|
|
197712
197791
|
}
|
|
197713
197792
|
}
|
|
@@ -197720,7 +197799,7 @@ module.exports={
|
|
|
197720
197799
|
"members": {
|
|
197721
197800
|
"DBInstanceIdentifier": {},
|
|
197722
197801
|
"Filters": {
|
|
197723
|
-
"shape": "
|
|
197802
|
+
"shape": "S6h"
|
|
197724
197803
|
},
|
|
197725
197804
|
"MaxRecords": {
|
|
197726
197805
|
"type": "integer"
|
|
@@ -197736,7 +197815,7 @@ module.exports={
|
|
|
197736
197815
|
"DBInstances": {
|
|
197737
197816
|
"type": "list",
|
|
197738
197817
|
"member": {
|
|
197739
|
-
"shape": "
|
|
197818
|
+
"shape": "S3n",
|
|
197740
197819
|
"locationName": "DBInstance"
|
|
197741
197820
|
}
|
|
197742
197821
|
}
|
|
@@ -197759,7 +197838,7 @@ module.exports={
|
|
|
197759
197838
|
"type": "long"
|
|
197760
197839
|
},
|
|
197761
197840
|
"Filters": {
|
|
197762
|
-
"shape": "
|
|
197841
|
+
"shape": "S6h"
|
|
197763
197842
|
},
|
|
197764
197843
|
"MaxRecords": {
|
|
197765
197844
|
"type": "integer"
|
|
@@ -197797,7 +197876,7 @@ module.exports={
|
|
|
197797
197876
|
"members": {
|
|
197798
197877
|
"DBParameterGroupName": {},
|
|
197799
197878
|
"Filters": {
|
|
197800
|
-
"shape": "
|
|
197879
|
+
"shape": "S6h"
|
|
197801
197880
|
},
|
|
197802
197881
|
"MaxRecords": {
|
|
197803
197882
|
"type": "integer"
|
|
@@ -197830,7 +197909,7 @@ module.exports={
|
|
|
197830
197909
|
"DBParameterGroupName": {},
|
|
197831
197910
|
"Source": {},
|
|
197832
197911
|
"Filters": {
|
|
197833
|
-
"shape": "
|
|
197912
|
+
"shape": "S6h"
|
|
197834
197913
|
},
|
|
197835
197914
|
"MaxRecords": {
|
|
197836
197915
|
"type": "integer"
|
|
@@ -197843,7 +197922,7 @@ module.exports={
|
|
|
197843
197922
|
"type": "structure",
|
|
197844
197923
|
"members": {
|
|
197845
197924
|
"Parameters": {
|
|
197846
|
-
"shape": "
|
|
197925
|
+
"shape": "S72"
|
|
197847
197926
|
},
|
|
197848
197927
|
"Marker": {}
|
|
197849
197928
|
}
|
|
@@ -197855,7 +197934,7 @@ module.exports={
|
|
|
197855
197934
|
"members": {
|
|
197856
197935
|
"DBProxyName": {},
|
|
197857
197936
|
"Filters": {
|
|
197858
|
-
"shape": "
|
|
197937
|
+
"shape": "S6h"
|
|
197859
197938
|
},
|
|
197860
197939
|
"Marker": {},
|
|
197861
197940
|
"MaxRecords": {
|
|
@@ -197870,7 +197949,7 @@ module.exports={
|
|
|
197870
197949
|
"DBProxies": {
|
|
197871
197950
|
"type": "list",
|
|
197872
197951
|
"member": {
|
|
197873
|
-
"shape": "
|
|
197952
|
+
"shape": "S4m"
|
|
197874
197953
|
}
|
|
197875
197954
|
},
|
|
197876
197955
|
"Marker": {}
|
|
@@ -197884,7 +197963,7 @@ module.exports={
|
|
|
197884
197963
|
"DBProxyName": {},
|
|
197885
197964
|
"DBProxyEndpointName": {},
|
|
197886
197965
|
"Filters": {
|
|
197887
|
-
"shape": "
|
|
197966
|
+
"shape": "S6h"
|
|
197888
197967
|
},
|
|
197889
197968
|
"Marker": {},
|
|
197890
197969
|
"MaxRecords": {
|
|
@@ -197899,7 +197978,7 @@ module.exports={
|
|
|
197899
197978
|
"DBProxyEndpoints": {
|
|
197900
197979
|
"type": "list",
|
|
197901
197980
|
"member": {
|
|
197902
|
-
"shape": "
|
|
197981
|
+
"shape": "S4v"
|
|
197903
197982
|
}
|
|
197904
197983
|
},
|
|
197905
197984
|
"Marker": {}
|
|
@@ -197916,7 +197995,7 @@ module.exports={
|
|
|
197916
197995
|
"DBProxyName": {},
|
|
197917
197996
|
"TargetGroupName": {},
|
|
197918
197997
|
"Filters": {
|
|
197919
|
-
"shape": "
|
|
197998
|
+
"shape": "S6h"
|
|
197920
197999
|
},
|
|
197921
198000
|
"Marker": {},
|
|
197922
198001
|
"MaxRecords": {
|
|
@@ -197931,7 +198010,7 @@ module.exports={
|
|
|
197931
198010
|
"TargetGroups": {
|
|
197932
198011
|
"type": "list",
|
|
197933
198012
|
"member": {
|
|
197934
|
-
"shape": "
|
|
198013
|
+
"shape": "S88"
|
|
197935
198014
|
}
|
|
197936
198015
|
},
|
|
197937
198016
|
"Marker": {}
|
|
@@ -197948,7 +198027,7 @@ module.exports={
|
|
|
197948
198027
|
"DBProxyName": {},
|
|
197949
198028
|
"TargetGroupName": {},
|
|
197950
198029
|
"Filters": {
|
|
197951
|
-
"shape": "
|
|
198030
|
+
"shape": "S6h"
|
|
197952
198031
|
},
|
|
197953
198032
|
"Marker": {},
|
|
197954
198033
|
"MaxRecords": {
|
|
@@ -197961,7 +198040,7 @@ module.exports={
|
|
|
197961
198040
|
"type": "structure",
|
|
197962
198041
|
"members": {
|
|
197963
198042
|
"Targets": {
|
|
197964
|
-
"shape": "
|
|
198043
|
+
"shape": "S8c"
|
|
197965
198044
|
},
|
|
197966
198045
|
"Marker": {}
|
|
197967
198046
|
}
|
|
@@ -197973,7 +198052,7 @@ module.exports={
|
|
|
197973
198052
|
"members": {
|
|
197974
198053
|
"DBSecurityGroupName": {},
|
|
197975
198054
|
"Filters": {
|
|
197976
|
-
"shape": "
|
|
198055
|
+
"shape": "S6h"
|
|
197977
198056
|
},
|
|
197978
198057
|
"MaxRecords": {
|
|
197979
198058
|
"type": "integer"
|
|
@@ -198011,7 +198090,7 @@ module.exports={
|
|
|
198011
198090
|
"type": "structure",
|
|
198012
198091
|
"members": {
|
|
198013
198092
|
"DBSnapshotAttributesResult": {
|
|
198014
|
-
"shape": "
|
|
198093
|
+
"shape": "S8o"
|
|
198015
198094
|
}
|
|
198016
198095
|
}
|
|
198017
198096
|
}
|
|
@@ -198024,7 +198103,7 @@ module.exports={
|
|
|
198024
198103
|
"DBSnapshotIdentifier": {},
|
|
198025
198104
|
"SnapshotType": {},
|
|
198026
198105
|
"Filters": {
|
|
198027
|
-
"shape": "
|
|
198106
|
+
"shape": "S6h"
|
|
198028
198107
|
},
|
|
198029
198108
|
"MaxRecords": {
|
|
198030
198109
|
"type": "integer"
|
|
@@ -198060,7 +198139,7 @@ module.exports={
|
|
|
198060
198139
|
"members": {
|
|
198061
198140
|
"DBSubnetGroupName": {},
|
|
198062
198141
|
"Filters": {
|
|
198063
|
-
"shape": "
|
|
198142
|
+
"shape": "S6h"
|
|
198064
198143
|
},
|
|
198065
198144
|
"MaxRecords": {
|
|
198066
198145
|
"type": "integer"
|
|
@@ -198076,7 +198155,7 @@ module.exports={
|
|
|
198076
198155
|
"DBSubnetGroups": {
|
|
198077
198156
|
"type": "list",
|
|
198078
198157
|
"member": {
|
|
198079
|
-
"shape": "
|
|
198158
|
+
"shape": "S3r",
|
|
198080
198159
|
"locationName": "DBSubnetGroup"
|
|
198081
198160
|
}
|
|
198082
198161
|
}
|
|
@@ -198092,7 +198171,7 @@ module.exports={
|
|
|
198092
198171
|
"members": {
|
|
198093
198172
|
"DBParameterGroupFamily": {},
|
|
198094
198173
|
"Filters": {
|
|
198095
|
-
"shape": "
|
|
198174
|
+
"shape": "S6h"
|
|
198096
198175
|
},
|
|
198097
198176
|
"MaxRecords": {
|
|
198098
198177
|
"type": "integer"
|
|
@@ -198105,7 +198184,7 @@ module.exports={
|
|
|
198105
198184
|
"type": "structure",
|
|
198106
198185
|
"members": {
|
|
198107
198186
|
"EngineDefaults": {
|
|
198108
|
-
"shape": "
|
|
198187
|
+
"shape": "S8z"
|
|
198109
198188
|
}
|
|
198110
198189
|
}
|
|
198111
198190
|
}
|
|
@@ -198119,7 +198198,7 @@ module.exports={
|
|
|
198119
198198
|
"members": {
|
|
198120
198199
|
"DBParameterGroupFamily": {},
|
|
198121
198200
|
"Filters": {
|
|
198122
|
-
"shape": "
|
|
198201
|
+
"shape": "S6h"
|
|
198123
198202
|
},
|
|
198124
198203
|
"MaxRecords": {
|
|
198125
198204
|
"type": "integer"
|
|
@@ -198132,7 +198211,7 @@ module.exports={
|
|
|
198132
198211
|
"type": "structure",
|
|
198133
198212
|
"members": {
|
|
198134
198213
|
"EngineDefaults": {
|
|
198135
|
-
"shape": "
|
|
198214
|
+
"shape": "S8z"
|
|
198136
198215
|
}
|
|
198137
198216
|
}
|
|
198138
198217
|
}
|
|
@@ -198143,7 +198222,7 @@ module.exports={
|
|
|
198143
198222
|
"members": {
|
|
198144
198223
|
"SourceType": {},
|
|
198145
198224
|
"Filters": {
|
|
198146
|
-
"shape": "
|
|
198225
|
+
"shape": "S6h"
|
|
198147
198226
|
}
|
|
198148
198227
|
}
|
|
198149
198228
|
},
|
|
@@ -198174,7 +198253,7 @@ module.exports={
|
|
|
198174
198253
|
"members": {
|
|
198175
198254
|
"SubscriptionName": {},
|
|
198176
198255
|
"Filters": {
|
|
198177
|
-
"shape": "
|
|
198256
|
+
"shape": "S6h"
|
|
198178
198257
|
},
|
|
198179
198258
|
"MaxRecords": {
|
|
198180
198259
|
"type": "integer"
|
|
@@ -198216,7 +198295,7 @@ module.exports={
|
|
|
198216
198295
|
"shape": "S8"
|
|
198217
198296
|
},
|
|
198218
198297
|
"Filters": {
|
|
198219
|
-
"shape": "
|
|
198298
|
+
"shape": "S6h"
|
|
198220
198299
|
},
|
|
198221
198300
|
"MaxRecords": {
|
|
198222
198301
|
"type": "integer"
|
|
@@ -198258,7 +198337,7 @@ module.exports={
|
|
|
198258
198337
|
"ExportTaskIdentifier": {},
|
|
198259
198338
|
"SourceArn": {},
|
|
198260
198339
|
"Filters": {
|
|
198261
|
-
"shape": "
|
|
198340
|
+
"shape": "S6h"
|
|
198262
198341
|
},
|
|
198263
198342
|
"Marker": {},
|
|
198264
198343
|
"MaxRecords": {
|
|
@@ -198288,7 +198367,7 @@ module.exports={
|
|
|
198288
198367
|
"members": {
|
|
198289
198368
|
"GlobalClusterIdentifier": {},
|
|
198290
198369
|
"Filters": {
|
|
198291
|
-
"shape": "
|
|
198370
|
+
"shape": "S6h"
|
|
198292
198371
|
},
|
|
198293
198372
|
"MaxRecords": {
|
|
198294
198373
|
"type": "integer"
|
|
@@ -198304,7 +198383,7 @@ module.exports={
|
|
|
198304
198383
|
"GlobalClusters": {
|
|
198305
198384
|
"type": "list",
|
|
198306
198385
|
"member": {
|
|
198307
|
-
"shape": "
|
|
198386
|
+
"shape": "S58",
|
|
198308
198387
|
"locationName": "GlobalClusterMember"
|
|
198309
198388
|
}
|
|
198310
198389
|
}
|
|
@@ -198321,7 +198400,7 @@ module.exports={
|
|
|
198321
198400
|
"EngineName": {},
|
|
198322
198401
|
"MajorEngineVersion": {},
|
|
198323
198402
|
"Filters": {
|
|
198324
|
-
"shape": "
|
|
198403
|
+
"shape": "S6h"
|
|
198325
198404
|
},
|
|
198326
198405
|
"MaxRecords": {
|
|
198327
198406
|
"type": "integer"
|
|
@@ -198437,7 +198516,7 @@ module.exports={
|
|
|
198437
198516
|
"members": {
|
|
198438
198517
|
"OptionGroupName": {},
|
|
198439
198518
|
"Filters": {
|
|
198440
|
-
"shape": "
|
|
198519
|
+
"shape": "S6h"
|
|
198441
198520
|
},
|
|
198442
198521
|
"Marker": {},
|
|
198443
198522
|
"MaxRecords": {
|
|
@@ -198478,7 +198557,7 @@ module.exports={
|
|
|
198478
198557
|
"type": "boolean"
|
|
198479
198558
|
},
|
|
198480
198559
|
"Filters": {
|
|
198481
|
-
"shape": "
|
|
198560
|
+
"shape": "S6h"
|
|
198482
198561
|
},
|
|
198483
198562
|
"MaxRecords": {
|
|
198484
198563
|
"type": "integer"
|
|
@@ -198504,7 +198583,7 @@ module.exports={
|
|
|
198504
198583
|
"AvailabilityZones": {
|
|
198505
198584
|
"type": "list",
|
|
198506
198585
|
"member": {
|
|
198507
|
-
"shape": "
|
|
198586
|
+
"shape": "S3u",
|
|
198508
198587
|
"locationName": "AvailabilityZone"
|
|
198509
198588
|
}
|
|
198510
198589
|
},
|
|
@@ -198552,7 +198631,7 @@ module.exports={
|
|
|
198552
198631
|
"type": "double"
|
|
198553
198632
|
},
|
|
198554
198633
|
"AvailableProcessorFeatures": {
|
|
198555
|
-
"shape": "
|
|
198634
|
+
"shape": "Sa4"
|
|
198556
198635
|
},
|
|
198557
198636
|
"SupportedEngineModes": {
|
|
198558
198637
|
"shape": "S2k"
|
|
@@ -198608,7 +198687,7 @@ module.exports={
|
|
|
198608
198687
|
"members": {
|
|
198609
198688
|
"ResourceIdentifier": {},
|
|
198610
198689
|
"Filters": {
|
|
198611
|
-
"shape": "
|
|
198690
|
+
"shape": "S6h"
|
|
198612
198691
|
},
|
|
198613
198692
|
"Marker": {},
|
|
198614
198693
|
"MaxRecords": {
|
|
@@ -198646,7 +198725,7 @@ module.exports={
|
|
|
198646
198725
|
},
|
|
198647
198726
|
"LeaseId": {},
|
|
198648
198727
|
"Filters": {
|
|
198649
|
-
"shape": "
|
|
198728
|
+
"shape": "S6h"
|
|
198650
198729
|
},
|
|
198651
198730
|
"MaxRecords": {
|
|
198652
198731
|
"type": "integer"
|
|
@@ -198662,7 +198741,7 @@ module.exports={
|
|
|
198662
198741
|
"ReservedDBInstances": {
|
|
198663
198742
|
"type": "list",
|
|
198664
198743
|
"member": {
|
|
198665
|
-
"shape": "
|
|
198744
|
+
"shape": "Sad",
|
|
198666
198745
|
"locationName": "ReservedDBInstance"
|
|
198667
198746
|
}
|
|
198668
198747
|
}
|
|
@@ -198682,7 +198761,7 @@ module.exports={
|
|
|
198682
198761
|
"type": "boolean"
|
|
198683
198762
|
},
|
|
198684
198763
|
"Filters": {
|
|
198685
|
-
"shape": "
|
|
198764
|
+
"shape": "S6h"
|
|
198686
198765
|
},
|
|
198687
198766
|
"MaxRecords": {
|
|
198688
198767
|
"type": "integer"
|
|
@@ -198719,7 +198798,7 @@ module.exports={
|
|
|
198719
198798
|
"type": "boolean"
|
|
198720
198799
|
},
|
|
198721
198800
|
"RecurringCharges": {
|
|
198722
|
-
"shape": "
|
|
198801
|
+
"shape": "Saf"
|
|
198723
198802
|
}
|
|
198724
198803
|
},
|
|
198725
198804
|
"wrapper": true
|
|
@@ -198738,7 +198817,7 @@ module.exports={
|
|
|
198738
198817
|
},
|
|
198739
198818
|
"Marker": {},
|
|
198740
198819
|
"Filters": {
|
|
198741
|
-
"shape": "
|
|
198820
|
+
"shape": "S6h"
|
|
198742
198821
|
}
|
|
198743
198822
|
}
|
|
198744
198823
|
},
|
|
@@ -198790,28 +198869,28 @@ module.exports={
|
|
|
198790
198869
|
"members": {
|
|
198791
198870
|
"StorageType": {},
|
|
198792
198871
|
"StorageSize": {
|
|
198793
|
-
"shape": "
|
|
198872
|
+
"shape": "Sau"
|
|
198794
198873
|
},
|
|
198795
198874
|
"ProvisionedIops": {
|
|
198796
|
-
"shape": "
|
|
198875
|
+
"shape": "Sau"
|
|
198797
198876
|
},
|
|
198798
198877
|
"IopsToStorageRatio": {
|
|
198799
|
-
"shape": "
|
|
198878
|
+
"shape": "Saw"
|
|
198800
198879
|
},
|
|
198801
198880
|
"SupportsStorageAutoscaling": {
|
|
198802
198881
|
"type": "boolean"
|
|
198803
198882
|
},
|
|
198804
198883
|
"ProvisionedStorageThroughput": {
|
|
198805
|
-
"shape": "
|
|
198884
|
+
"shape": "Sau"
|
|
198806
198885
|
},
|
|
198807
198886
|
"StorageThroughputToIopsRatio": {
|
|
198808
|
-
"shape": "
|
|
198887
|
+
"shape": "Saw"
|
|
198809
198888
|
}
|
|
198810
198889
|
}
|
|
198811
198890
|
}
|
|
198812
198891
|
},
|
|
198813
198892
|
"ValidProcessorFeatures": {
|
|
198814
|
-
"shape": "
|
|
198893
|
+
"shape": "Sa4"
|
|
198815
198894
|
}
|
|
198816
198895
|
},
|
|
198817
198896
|
"wrapper": true
|
|
@@ -198885,7 +198964,7 @@ module.exports={
|
|
|
198885
198964
|
"type": "structure",
|
|
198886
198965
|
"members": {
|
|
198887
198966
|
"GlobalCluster": {
|
|
198888
|
-
"shape": "
|
|
198967
|
+
"shape": "S58"
|
|
198889
198968
|
}
|
|
198890
198969
|
}
|
|
198891
198970
|
}
|
|
@@ -198899,7 +198978,7 @@ module.exports={
|
|
|
198899
198978
|
"members": {
|
|
198900
198979
|
"ResourceName": {},
|
|
198901
198980
|
"Filters": {
|
|
198902
|
-
"shape": "
|
|
198981
|
+
"shape": "S6h"
|
|
198903
198982
|
}
|
|
198904
198983
|
}
|
|
198905
198984
|
},
|
|
@@ -198951,7 +199030,7 @@ module.exports={
|
|
|
198951
199030
|
"type": "structure",
|
|
198952
199031
|
"members": {
|
|
198953
199032
|
"Certificate": {
|
|
198954
|
-
"shape": "
|
|
199033
|
+
"shape": "S6q"
|
|
198955
199034
|
}
|
|
198956
199035
|
}
|
|
198957
199036
|
}
|
|
@@ -199043,7 +199122,7 @@ module.exports={
|
|
|
199043
199122
|
"type": "long"
|
|
199044
199123
|
},
|
|
199045
199124
|
"CloudwatchLogsExportConfiguration": {
|
|
199046
|
-
"shape": "
|
|
199125
|
+
"shape": "Sbi"
|
|
199047
199126
|
},
|
|
199048
199127
|
"EngineVersion": {},
|
|
199049
199128
|
"AllowMajorVersionUpgrade": {
|
|
@@ -199092,7 +199171,14 @@ module.exports={
|
|
|
199092
199171
|
"ServerlessV2ScalingConfiguration": {
|
|
199093
199172
|
"shape": "S2t"
|
|
199094
199173
|
},
|
|
199095
|
-
"NetworkType": {}
|
|
199174
|
+
"NetworkType": {},
|
|
199175
|
+
"ManageMasterUserPassword": {
|
|
199176
|
+
"type": "boolean"
|
|
199177
|
+
},
|
|
199178
|
+
"RotateMasterUserPassword": {
|
|
199179
|
+
"type": "boolean"
|
|
199180
|
+
},
|
|
199181
|
+
"MasterUserSecretKmsKeyId": {}
|
|
199096
199182
|
}
|
|
199097
199183
|
},
|
|
199098
199184
|
"output": {
|
|
@@ -199123,7 +199209,7 @@ module.exports={
|
|
|
199123
199209
|
}
|
|
199124
199210
|
},
|
|
199125
199211
|
"output": {
|
|
199126
|
-
"shape": "
|
|
199212
|
+
"shape": "S3f",
|
|
199127
199213
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
|
199128
199214
|
}
|
|
199129
199215
|
},
|
|
@@ -199137,12 +199223,12 @@ module.exports={
|
|
|
199137
199223
|
"members": {
|
|
199138
199224
|
"DBClusterParameterGroupName": {},
|
|
199139
199225
|
"Parameters": {
|
|
199140
|
-
"shape": "
|
|
199226
|
+
"shape": "S72"
|
|
199141
199227
|
}
|
|
199142
199228
|
}
|
|
199143
199229
|
},
|
|
199144
199230
|
"output": {
|
|
199145
|
-
"shape": "
|
|
199231
|
+
"shape": "Sbm",
|
|
199146
199232
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
199147
199233
|
}
|
|
199148
199234
|
},
|
|
@@ -199157,10 +199243,10 @@ module.exports={
|
|
|
199157
199243
|
"DBClusterSnapshotIdentifier": {},
|
|
199158
199244
|
"AttributeName": {},
|
|
199159
199245
|
"ValuesToAdd": {
|
|
199160
|
-
"shape": "
|
|
199246
|
+
"shape": "S7a"
|
|
199161
199247
|
},
|
|
199162
199248
|
"ValuesToRemove": {
|
|
199163
|
-
"shape": "
|
|
199249
|
+
"shape": "S7a"
|
|
199164
199250
|
}
|
|
199165
199251
|
}
|
|
199166
199252
|
},
|
|
@@ -199169,7 +199255,7 @@ module.exports={
|
|
|
199169
199255
|
"type": "structure",
|
|
199170
199256
|
"members": {
|
|
199171
199257
|
"DBClusterSnapshotAttributesResult": {
|
|
199172
|
-
"shape": "
|
|
199258
|
+
"shape": "S77"
|
|
199173
199259
|
}
|
|
199174
199260
|
}
|
|
199175
199261
|
}
|
|
@@ -199188,7 +199274,7 @@ module.exports={
|
|
|
199188
199274
|
"DBInstanceClass": {},
|
|
199189
199275
|
"DBSubnetGroupName": {},
|
|
199190
199276
|
"DBSecurityGroups": {
|
|
199191
|
-
"shape": "
|
|
199277
|
+
"shape": "S3l"
|
|
199192
199278
|
},
|
|
199193
199279
|
"VpcSecurityGroupIds": {
|
|
199194
199280
|
"shape": "S2q"
|
|
@@ -199252,7 +199338,7 @@ module.exports={
|
|
|
199252
199338
|
"type": "integer"
|
|
199253
199339
|
},
|
|
199254
199340
|
"CloudwatchLogsExportConfiguration": {
|
|
199255
|
-
"shape": "
|
|
199341
|
+
"shape": "Sbi"
|
|
199256
199342
|
},
|
|
199257
199343
|
"ProcessorFeatures": {
|
|
199258
199344
|
"shape": "S1c"
|
|
@@ -199281,7 +199367,14 @@ module.exports={
|
|
|
199281
199367
|
"NetworkType": {},
|
|
199282
199368
|
"StorageThroughput": {
|
|
199283
199369
|
"type": "integer"
|
|
199284
|
-
}
|
|
199370
|
+
},
|
|
199371
|
+
"ManageMasterUserPassword": {
|
|
199372
|
+
"type": "boolean"
|
|
199373
|
+
},
|
|
199374
|
+
"RotateMasterUserPassword": {
|
|
199375
|
+
"type": "boolean"
|
|
199376
|
+
},
|
|
199377
|
+
"MasterUserSecretKmsKeyId": {}
|
|
199285
199378
|
}
|
|
199286
199379
|
},
|
|
199287
199380
|
"output": {
|
|
@@ -199289,7 +199382,7 @@ module.exports={
|
|
|
199289
199382
|
"type": "structure",
|
|
199290
199383
|
"members": {
|
|
199291
199384
|
"DBInstance": {
|
|
199292
|
-
"shape": "
|
|
199385
|
+
"shape": "S3n"
|
|
199293
199386
|
}
|
|
199294
199387
|
}
|
|
199295
199388
|
}
|
|
@@ -199304,12 +199397,12 @@ module.exports={
|
|
|
199304
199397
|
"members": {
|
|
199305
199398
|
"DBParameterGroupName": {},
|
|
199306
199399
|
"Parameters": {
|
|
199307
|
-
"shape": "
|
|
199400
|
+
"shape": "S72"
|
|
199308
199401
|
}
|
|
199309
199402
|
}
|
|
199310
199403
|
},
|
|
199311
199404
|
"output": {
|
|
199312
|
-
"shape": "
|
|
199405
|
+
"shape": "Sbt",
|
|
199313
199406
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
199314
199407
|
}
|
|
199315
199408
|
},
|
|
@@ -199323,7 +199416,7 @@ module.exports={
|
|
|
199323
199416
|
"DBProxyName": {},
|
|
199324
199417
|
"NewDBProxyName": {},
|
|
199325
199418
|
"Auth": {
|
|
199326
|
-
"shape": "
|
|
199419
|
+
"shape": "S4g"
|
|
199327
199420
|
},
|
|
199328
199421
|
"RequireTLS": {
|
|
199329
199422
|
"type": "boolean"
|
|
@@ -199345,7 +199438,7 @@ module.exports={
|
|
|
199345
199438
|
"type": "structure",
|
|
199346
199439
|
"members": {
|
|
199347
199440
|
"DBProxy": {
|
|
199348
|
-
"shape": "
|
|
199441
|
+
"shape": "S4m"
|
|
199349
199442
|
}
|
|
199350
199443
|
}
|
|
199351
199444
|
}
|
|
@@ -199369,7 +199462,7 @@ module.exports={
|
|
|
199369
199462
|
"type": "structure",
|
|
199370
199463
|
"members": {
|
|
199371
199464
|
"DBProxyEndpoint": {
|
|
199372
|
-
"shape": "
|
|
199465
|
+
"shape": "S4v"
|
|
199373
199466
|
}
|
|
199374
199467
|
}
|
|
199375
199468
|
}
|
|
@@ -199410,7 +199503,7 @@ module.exports={
|
|
|
199410
199503
|
"type": "structure",
|
|
199411
199504
|
"members": {
|
|
199412
199505
|
"DBProxyTargetGroup": {
|
|
199413
|
-
"shape": "
|
|
199506
|
+
"shape": "S88"
|
|
199414
199507
|
}
|
|
199415
199508
|
}
|
|
199416
199509
|
}
|
|
@@ -199448,10 +199541,10 @@ module.exports={
|
|
|
199448
199541
|
"DBSnapshotIdentifier": {},
|
|
199449
199542
|
"AttributeName": {},
|
|
199450
199543
|
"ValuesToAdd": {
|
|
199451
|
-
"shape": "
|
|
199544
|
+
"shape": "S7a"
|
|
199452
199545
|
},
|
|
199453
199546
|
"ValuesToRemove": {
|
|
199454
|
-
"shape": "
|
|
199547
|
+
"shape": "S7a"
|
|
199455
199548
|
}
|
|
199456
199549
|
}
|
|
199457
199550
|
},
|
|
@@ -199460,7 +199553,7 @@ module.exports={
|
|
|
199460
199553
|
"type": "structure",
|
|
199461
199554
|
"members": {
|
|
199462
199555
|
"DBSnapshotAttributesResult": {
|
|
199463
|
-
"shape": "
|
|
199556
|
+
"shape": "S8o"
|
|
199464
199557
|
}
|
|
199465
199558
|
}
|
|
199466
199559
|
}
|
|
@@ -199476,7 +199569,7 @@ module.exports={
|
|
|
199476
199569
|
"DBSubnetGroupName": {},
|
|
199477
199570
|
"DBSubnetGroupDescription": {},
|
|
199478
199571
|
"SubnetIds": {
|
|
199479
|
-
"shape": "
|
|
199572
|
+
"shape": "S52"
|
|
199480
199573
|
}
|
|
199481
199574
|
}
|
|
199482
199575
|
},
|
|
@@ -199485,7 +199578,7 @@ module.exports={
|
|
|
199485
199578
|
"type": "structure",
|
|
199486
199579
|
"members": {
|
|
199487
199580
|
"DBSubnetGroup": {
|
|
199488
|
-
"shape": "
|
|
199581
|
+
"shape": "S3r"
|
|
199489
199582
|
}
|
|
199490
199583
|
}
|
|
199491
199584
|
}
|
|
@@ -199538,7 +199631,7 @@ module.exports={
|
|
|
199538
199631
|
"type": "structure",
|
|
199539
199632
|
"members": {
|
|
199540
199633
|
"GlobalCluster": {
|
|
199541
|
-
"shape": "
|
|
199634
|
+
"shape": "S58"
|
|
199542
199635
|
}
|
|
199543
199636
|
}
|
|
199544
199637
|
}
|
|
@@ -199566,7 +199659,7 @@ module.exports={
|
|
|
199566
199659
|
},
|
|
199567
199660
|
"OptionVersion": {},
|
|
199568
199661
|
"DBSecurityGroupMemberships": {
|
|
199569
|
-
"shape": "
|
|
199662
|
+
"shape": "S3l"
|
|
199570
199663
|
},
|
|
199571
199664
|
"VpcSecurityGroupMemberships": {
|
|
199572
199665
|
"shape": "S2q"
|
|
@@ -199619,7 +199712,7 @@ module.exports={
|
|
|
199619
199712
|
"type": "structure",
|
|
199620
199713
|
"members": {
|
|
199621
199714
|
"DBInstance": {
|
|
199622
|
-
"shape": "
|
|
199715
|
+
"shape": "S3n"
|
|
199623
199716
|
}
|
|
199624
199717
|
}
|
|
199625
199718
|
}
|
|
@@ -199666,7 +199759,7 @@ module.exports={
|
|
|
199666
199759
|
"type": "structure",
|
|
199667
199760
|
"members": {
|
|
199668
199761
|
"ReservedDBInstance": {
|
|
199669
|
-
"shape": "
|
|
199762
|
+
"shape": "Sad"
|
|
199670
199763
|
}
|
|
199671
199764
|
}
|
|
199672
199765
|
}
|
|
@@ -199709,7 +199802,7 @@ module.exports={
|
|
|
199709
199802
|
"type": "structure",
|
|
199710
199803
|
"members": {
|
|
199711
199804
|
"DBInstance": {
|
|
199712
|
-
"shape": "
|
|
199805
|
+
"shape": "S3n"
|
|
199713
199806
|
}
|
|
199714
199807
|
}
|
|
199715
199808
|
}
|
|
@@ -199736,7 +199829,7 @@ module.exports={
|
|
|
199736
199829
|
"type": "structure",
|
|
199737
199830
|
"members": {
|
|
199738
199831
|
"DBProxyTargets": {
|
|
199739
|
-
"shape": "
|
|
199832
|
+
"shape": "S8c"
|
|
199740
199833
|
}
|
|
199741
199834
|
}
|
|
199742
199835
|
}
|
|
@@ -199754,7 +199847,7 @@ module.exports={
|
|
|
199754
199847
|
"type": "structure",
|
|
199755
199848
|
"members": {
|
|
199756
199849
|
"GlobalCluster": {
|
|
199757
|
-
"shape": "
|
|
199850
|
+
"shape": "S58"
|
|
199758
199851
|
}
|
|
199759
199852
|
}
|
|
199760
199853
|
}
|
|
@@ -199838,12 +199931,12 @@ module.exports={
|
|
|
199838
199931
|
"type": "boolean"
|
|
199839
199932
|
},
|
|
199840
199933
|
"Parameters": {
|
|
199841
|
-
"shape": "
|
|
199934
|
+
"shape": "S72"
|
|
199842
199935
|
}
|
|
199843
199936
|
}
|
|
199844
199937
|
},
|
|
199845
199938
|
"output": {
|
|
199846
|
-
"shape": "
|
|
199939
|
+
"shape": "Sbm",
|
|
199847
199940
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
199848
199941
|
}
|
|
199849
199942
|
},
|
|
@@ -199859,12 +199952,12 @@ module.exports={
|
|
|
199859
199952
|
"type": "boolean"
|
|
199860
199953
|
},
|
|
199861
199954
|
"Parameters": {
|
|
199862
|
-
"shape": "
|
|
199955
|
+
"shape": "S72"
|
|
199863
199956
|
}
|
|
199864
199957
|
}
|
|
199865
199958
|
},
|
|
199866
199959
|
"output": {
|
|
199867
|
-
"shape": "
|
|
199960
|
+
"shape": "Sbt",
|
|
199868
199961
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
199869
199962
|
}
|
|
199870
199963
|
},
|
|
@@ -199875,7 +199968,6 @@ module.exports={
|
|
|
199875
199968
|
"DBClusterIdentifier",
|
|
199876
199969
|
"Engine",
|
|
199877
199970
|
"MasterUsername",
|
|
199878
|
-
"MasterUserPassword",
|
|
199879
199971
|
"SourceEngine",
|
|
199880
199972
|
"SourceEngineVersion",
|
|
199881
199973
|
"S3BucketName",
|
|
@@ -199938,7 +200030,11 @@ module.exports={
|
|
|
199938
200030
|
"ServerlessV2ScalingConfiguration": {
|
|
199939
200031
|
"shape": "S2t"
|
|
199940
200032
|
},
|
|
199941
|
-
"NetworkType": {}
|
|
200033
|
+
"NetworkType": {},
|
|
200034
|
+
"ManageMasterUserPassword": {
|
|
200035
|
+
"type": "boolean"
|
|
200036
|
+
},
|
|
200037
|
+
"MasterUserSecretKmsKeyId": {}
|
|
199942
200038
|
}
|
|
199943
200039
|
},
|
|
199944
200040
|
"output": {
|
|
@@ -200179,7 +200275,7 @@ module.exports={
|
|
|
200179
200275
|
"type": "structure",
|
|
200180
200276
|
"members": {
|
|
200181
200277
|
"DBInstance": {
|
|
200182
|
-
"shape": "
|
|
200278
|
+
"shape": "S3n"
|
|
200183
200279
|
}
|
|
200184
200280
|
}
|
|
200185
200281
|
}
|
|
@@ -200207,7 +200303,7 @@ module.exports={
|
|
|
200207
200303
|
"MasterUsername": {},
|
|
200208
200304
|
"MasterUserPassword": {},
|
|
200209
200305
|
"DBSecurityGroups": {
|
|
200210
|
-
"shape": "
|
|
200306
|
+
"shape": "S3l"
|
|
200211
200307
|
},
|
|
200212
200308
|
"VpcSecurityGroupIds": {
|
|
200213
200309
|
"shape": "S2q"
|
|
@@ -200286,7 +200382,11 @@ module.exports={
|
|
|
200286
200382
|
"NetworkType": {},
|
|
200287
200383
|
"StorageThroughput": {
|
|
200288
200384
|
"type": "integer"
|
|
200289
|
-
}
|
|
200385
|
+
},
|
|
200386
|
+
"ManageMasterUserPassword": {
|
|
200387
|
+
"type": "boolean"
|
|
200388
|
+
},
|
|
200389
|
+
"MasterUserSecretKmsKeyId": {}
|
|
200290
200390
|
}
|
|
200291
200391
|
},
|
|
200292
200392
|
"output": {
|
|
@@ -200294,7 +200394,7 @@ module.exports={
|
|
|
200294
200394
|
"type": "structure",
|
|
200295
200395
|
"members": {
|
|
200296
200396
|
"DBInstance": {
|
|
200297
|
-
"shape": "
|
|
200397
|
+
"shape": "S3n"
|
|
200298
200398
|
}
|
|
200299
200399
|
}
|
|
200300
200400
|
}
|
|
@@ -200387,7 +200487,7 @@ module.exports={
|
|
|
200387
200487
|
"type": "structure",
|
|
200388
200488
|
"members": {
|
|
200389
200489
|
"DBInstance": {
|
|
200390
|
-
"shape": "
|
|
200490
|
+
"shape": "S3n"
|
|
200391
200491
|
}
|
|
200392
200492
|
}
|
|
200393
200493
|
}
|
|
@@ -200488,7 +200588,7 @@ module.exports={
|
|
|
200488
200588
|
"type": "structure",
|
|
200489
200589
|
"members": {
|
|
200490
200590
|
"DBInstance": {
|
|
200491
|
-
"shape": "
|
|
200591
|
+
"shape": "S3n"
|
|
200492
200592
|
}
|
|
200493
200593
|
}
|
|
200494
200594
|
}
|
|
@@ -200513,7 +200613,7 @@ module.exports={
|
|
|
200513
200613
|
"type": "structure",
|
|
200514
200614
|
"members": {
|
|
200515
200615
|
"DBInstanceAutomatedBackup": {
|
|
200516
|
-
"shape": "
|
|
200616
|
+
"shape": "S5t"
|
|
200517
200617
|
}
|
|
200518
200618
|
}
|
|
200519
200619
|
}
|
|
@@ -200604,7 +200704,7 @@ module.exports={
|
|
|
200604
200704
|
"type": "structure",
|
|
200605
200705
|
"members": {
|
|
200606
200706
|
"DBInstance": {
|
|
200607
|
-
"shape": "
|
|
200707
|
+
"shape": "S3n"
|
|
200608
200708
|
}
|
|
200609
200709
|
}
|
|
200610
200710
|
}
|
|
@@ -200624,7 +200724,7 @@ module.exports={
|
|
|
200624
200724
|
"type": "structure",
|
|
200625
200725
|
"members": {
|
|
200626
200726
|
"DBInstanceAutomatedBackup": {
|
|
200627
|
-
"shape": "
|
|
200727
|
+
"shape": "S5t"
|
|
200628
200728
|
}
|
|
200629
200729
|
}
|
|
200630
200730
|
}
|
|
@@ -200667,7 +200767,7 @@ module.exports={
|
|
|
200667
200767
|
"type": "structure",
|
|
200668
200768
|
"members": {
|
|
200669
200769
|
"DBInstance": {
|
|
200670
|
-
"shape": "
|
|
200770
|
+
"shape": "S3n"
|
|
200671
200771
|
}
|
|
200672
200772
|
}
|
|
200673
200773
|
}
|
|
@@ -201506,7 +201606,10 @@ module.exports={
|
|
|
201506
201606
|
}
|
|
201507
201607
|
},
|
|
201508
201608
|
"NetworkType": {},
|
|
201509
|
-
"DBSystemId": {}
|
|
201609
|
+
"DBSystemId": {},
|
|
201610
|
+
"MasterUserSecret": {
|
|
201611
|
+
"shape": "S3d"
|
|
201612
|
+
}
|
|
201510
201613
|
},
|
|
201511
201614
|
"wrapper": true
|
|
201512
201615
|
},
|
|
@@ -201534,7 +201637,15 @@ module.exports={
|
|
|
201534
201637
|
}
|
|
201535
201638
|
}
|
|
201536
201639
|
},
|
|
201537
|
-
"
|
|
201640
|
+
"S3d": {
|
|
201641
|
+
"type": "structure",
|
|
201642
|
+
"members": {
|
|
201643
|
+
"SecretArn": {},
|
|
201644
|
+
"SecretStatus": {},
|
|
201645
|
+
"KmsKeyId": {}
|
|
201646
|
+
}
|
|
201647
|
+
},
|
|
201648
|
+
"S3f": {
|
|
201538
201649
|
"type": "structure",
|
|
201539
201650
|
"members": {
|
|
201540
201651
|
"DBClusterEndpointIdentifier": {},
|
|
@@ -201553,13 +201664,13 @@ module.exports={
|
|
|
201553
201664
|
"DBClusterEndpointArn": {}
|
|
201554
201665
|
}
|
|
201555
201666
|
},
|
|
201556
|
-
"
|
|
201667
|
+
"S3l": {
|
|
201557
201668
|
"type": "list",
|
|
201558
201669
|
"member": {
|
|
201559
201670
|
"locationName": "DBSecurityGroupName"
|
|
201560
201671
|
}
|
|
201561
201672
|
},
|
|
201562
|
-
"
|
|
201673
|
+
"S3n": {
|
|
201563
201674
|
"type": "structure",
|
|
201564
201675
|
"members": {
|
|
201565
201676
|
"DBInstanceIdentifier": {},
|
|
@@ -201572,7 +201683,7 @@ module.exports={
|
|
|
201572
201683
|
"MasterUsername": {},
|
|
201573
201684
|
"DBName": {},
|
|
201574
201685
|
"Endpoint": {
|
|
201575
|
-
"shape": "
|
|
201686
|
+
"shape": "S3o"
|
|
201576
201687
|
},
|
|
201577
201688
|
"AllocatedStorage": {
|
|
201578
201689
|
"type": "integer"
|
|
@@ -201603,7 +201714,7 @@ module.exports={
|
|
|
201603
201714
|
},
|
|
201604
201715
|
"AvailabilityZone": {},
|
|
201605
201716
|
"DBSubnetGroup": {
|
|
201606
|
-
"shape": "
|
|
201717
|
+
"shape": "S3r"
|
|
201607
201718
|
},
|
|
201608
201719
|
"PreferredMaintenanceWindow": {},
|
|
201609
201720
|
"PendingModifiedValues": {
|
|
@@ -201770,7 +201881,7 @@ module.exports={
|
|
|
201770
201881
|
}
|
|
201771
201882
|
},
|
|
201772
201883
|
"ListenerEndpoint": {
|
|
201773
|
-
"shape": "
|
|
201884
|
+
"shape": "S3o"
|
|
201774
201885
|
},
|
|
201775
201886
|
"MaxAllocatedStorage": {
|
|
201776
201887
|
"type": "integer"
|
|
@@ -201779,7 +201890,7 @@ module.exports={
|
|
|
201779
201890
|
"shape": "Sb"
|
|
201780
201891
|
},
|
|
201781
201892
|
"DBInstanceAutomatedBackupsReplications": {
|
|
201782
|
-
"shape": "
|
|
201893
|
+
"shape": "S47"
|
|
201783
201894
|
},
|
|
201784
201895
|
"CustomerOwnedIpEnabled": {
|
|
201785
201896
|
"type": "boolean"
|
|
@@ -201803,11 +201914,14 @@ module.exports={
|
|
|
201803
201914
|
"StorageThroughput": {
|
|
201804
201915
|
"type": "integer"
|
|
201805
201916
|
},
|
|
201806
|
-
"DBSystemId": {}
|
|
201917
|
+
"DBSystemId": {},
|
|
201918
|
+
"MasterUserSecret": {
|
|
201919
|
+
"shape": "S3d"
|
|
201920
|
+
}
|
|
201807
201921
|
},
|
|
201808
201922
|
"wrapper": true
|
|
201809
201923
|
},
|
|
201810
|
-
"
|
|
201924
|
+
"S3o": {
|
|
201811
201925
|
"type": "structure",
|
|
201812
201926
|
"members": {
|
|
201813
201927
|
"Address": {},
|
|
@@ -201817,7 +201931,7 @@ module.exports={
|
|
|
201817
201931
|
"HostedZoneId": {}
|
|
201818
201932
|
}
|
|
201819
201933
|
},
|
|
201820
|
-
"
|
|
201934
|
+
"S3r": {
|
|
201821
201935
|
"type": "structure",
|
|
201822
201936
|
"members": {
|
|
201823
201937
|
"DBSubnetGroupName": {},
|
|
@@ -201832,7 +201946,7 @@ module.exports={
|
|
|
201832
201946
|
"members": {
|
|
201833
201947
|
"SubnetIdentifier": {},
|
|
201834
201948
|
"SubnetAvailabilityZone": {
|
|
201835
|
-
"shape": "
|
|
201949
|
+
"shape": "S3u"
|
|
201836
201950
|
},
|
|
201837
201951
|
"SubnetOutpost": {
|
|
201838
201952
|
"type": "structure",
|
|
@@ -201851,14 +201965,14 @@ module.exports={
|
|
|
201851
201965
|
},
|
|
201852
201966
|
"wrapper": true
|
|
201853
201967
|
},
|
|
201854
|
-
"
|
|
201968
|
+
"S3u": {
|
|
201855
201969
|
"type": "structure",
|
|
201856
201970
|
"members": {
|
|
201857
201971
|
"Name": {}
|
|
201858
201972
|
},
|
|
201859
201973
|
"wrapper": true
|
|
201860
201974
|
},
|
|
201861
|
-
"
|
|
201975
|
+
"S47": {
|
|
201862
201976
|
"type": "list",
|
|
201863
201977
|
"member": {
|
|
201864
201978
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
@@ -201868,7 +201982,7 @@ module.exports={
|
|
|
201868
201982
|
}
|
|
201869
201983
|
}
|
|
201870
201984
|
},
|
|
201871
|
-
"
|
|
201985
|
+
"S4g": {
|
|
201872
201986
|
"type": "list",
|
|
201873
201987
|
"member": {
|
|
201874
201988
|
"type": "structure",
|
|
@@ -201882,7 +201996,7 @@ module.exports={
|
|
|
201882
201996
|
}
|
|
201883
201997
|
}
|
|
201884
201998
|
},
|
|
201885
|
-
"
|
|
201999
|
+
"S4m": {
|
|
201886
202000
|
"type": "structure",
|
|
201887
202001
|
"members": {
|
|
201888
202002
|
"DBProxyName": {},
|
|
@@ -201929,7 +202043,7 @@ module.exports={
|
|
|
201929
202043
|
}
|
|
201930
202044
|
}
|
|
201931
202045
|
},
|
|
201932
|
-
"
|
|
202046
|
+
"S4v": {
|
|
201933
202047
|
"type": "structure",
|
|
201934
202048
|
"members": {
|
|
201935
202049
|
"DBProxyEndpointName": {},
|
|
@@ -201953,13 +202067,13 @@ module.exports={
|
|
|
201953
202067
|
}
|
|
201954
202068
|
}
|
|
201955
202069
|
},
|
|
201956
|
-
"
|
|
202070
|
+
"S52": {
|
|
201957
202071
|
"type": "list",
|
|
201958
202072
|
"member": {
|
|
201959
202073
|
"locationName": "SubnetIdentifier"
|
|
201960
202074
|
}
|
|
201961
202075
|
},
|
|
201962
|
-
"
|
|
202076
|
+
"S58": {
|
|
201963
202077
|
"type": "structure",
|
|
201964
202078
|
"members": {
|
|
201965
202079
|
"GlobalClusterIdentifier": {},
|
|
@@ -202006,7 +202120,7 @@ module.exports={
|
|
|
202006
202120
|
},
|
|
202007
202121
|
"wrapper": true
|
|
202008
202122
|
},
|
|
202009
|
-
"
|
|
202123
|
+
"S5t": {
|
|
202010
202124
|
"type": "structure",
|
|
202011
202125
|
"members": {
|
|
202012
202126
|
"DBInstanceArn": {},
|
|
@@ -202059,7 +202173,7 @@ module.exports={
|
|
|
202059
202173
|
},
|
|
202060
202174
|
"DBInstanceAutomatedBackupsArn": {},
|
|
202061
202175
|
"DBInstanceAutomatedBackupsReplications": {
|
|
202062
|
-
"shape": "
|
|
202176
|
+
"shape": "S47"
|
|
202063
202177
|
},
|
|
202064
202178
|
"BackupTarget": {},
|
|
202065
202179
|
"StorageThroughput": {
|
|
@@ -202068,7 +202182,7 @@ module.exports={
|
|
|
202068
202182
|
},
|
|
202069
202183
|
"wrapper": true
|
|
202070
202184
|
},
|
|
202071
|
-
"
|
|
202185
|
+
"S6h": {
|
|
202072
202186
|
"type": "list",
|
|
202073
202187
|
"member": {
|
|
202074
202188
|
"locationName": "Filter",
|
|
@@ -202088,7 +202202,7 @@ module.exports={
|
|
|
202088
202202
|
}
|
|
202089
202203
|
}
|
|
202090
202204
|
},
|
|
202091
|
-
"
|
|
202205
|
+
"S6q": {
|
|
202092
202206
|
"type": "structure",
|
|
202093
202207
|
"members": {
|
|
202094
202208
|
"CertificateIdentifier": {},
|
|
@@ -202110,7 +202224,7 @@ module.exports={
|
|
|
202110
202224
|
},
|
|
202111
202225
|
"wrapper": true
|
|
202112
202226
|
},
|
|
202113
|
-
"
|
|
202227
|
+
"S72": {
|
|
202114
202228
|
"type": "list",
|
|
202115
202229
|
"member": {
|
|
202116
202230
|
"locationName": "Parameter",
|
|
@@ -202134,7 +202248,7 @@ module.exports={
|
|
|
202134
202248
|
}
|
|
202135
202249
|
}
|
|
202136
202250
|
},
|
|
202137
|
-
"
|
|
202251
|
+
"S77": {
|
|
202138
202252
|
"type": "structure",
|
|
202139
202253
|
"members": {
|
|
202140
202254
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -202146,7 +202260,7 @@ module.exports={
|
|
|
202146
202260
|
"members": {
|
|
202147
202261
|
"AttributeName": {},
|
|
202148
202262
|
"AttributeValues": {
|
|
202149
|
-
"shape": "
|
|
202263
|
+
"shape": "S7a"
|
|
202150
202264
|
}
|
|
202151
202265
|
}
|
|
202152
202266
|
}
|
|
@@ -202154,13 +202268,13 @@ module.exports={
|
|
|
202154
202268
|
},
|
|
202155
202269
|
"wrapper": true
|
|
202156
202270
|
},
|
|
202157
|
-
"
|
|
202271
|
+
"S7a": {
|
|
202158
202272
|
"type": "list",
|
|
202159
202273
|
"member": {
|
|
202160
202274
|
"locationName": "AttributeValue"
|
|
202161
202275
|
}
|
|
202162
202276
|
},
|
|
202163
|
-
"
|
|
202277
|
+
"S88": {
|
|
202164
202278
|
"type": "structure",
|
|
202165
202279
|
"members": {
|
|
202166
202280
|
"DBProxyName": {},
|
|
@@ -202196,7 +202310,7 @@ module.exports={
|
|
|
202196
202310
|
}
|
|
202197
202311
|
}
|
|
202198
202312
|
},
|
|
202199
|
-
"
|
|
202313
|
+
"S8c": {
|
|
202200
202314
|
"type": "list",
|
|
202201
202315
|
"member": {
|
|
202202
202316
|
"type": "structure",
|
|
@@ -202221,7 +202335,7 @@ module.exports={
|
|
|
202221
202335
|
}
|
|
202222
202336
|
}
|
|
202223
202337
|
},
|
|
202224
|
-
"
|
|
202338
|
+
"S8o": {
|
|
202225
202339
|
"type": "structure",
|
|
202226
202340
|
"members": {
|
|
202227
202341
|
"DBSnapshotIdentifier": {},
|
|
@@ -202233,7 +202347,7 @@ module.exports={
|
|
|
202233
202347
|
"members": {
|
|
202234
202348
|
"AttributeName": {},
|
|
202235
202349
|
"AttributeValues": {
|
|
202236
|
-
"shape": "
|
|
202350
|
+
"shape": "S7a"
|
|
202237
202351
|
}
|
|
202238
202352
|
},
|
|
202239
202353
|
"wrapper": true
|
|
@@ -202242,18 +202356,18 @@ module.exports={
|
|
|
202242
202356
|
},
|
|
202243
202357
|
"wrapper": true
|
|
202244
202358
|
},
|
|
202245
|
-
"
|
|
202359
|
+
"S8z": {
|
|
202246
202360
|
"type": "structure",
|
|
202247
202361
|
"members": {
|
|
202248
202362
|
"DBParameterGroupFamily": {},
|
|
202249
202363
|
"Marker": {},
|
|
202250
202364
|
"Parameters": {
|
|
202251
|
-
"shape": "
|
|
202365
|
+
"shape": "S72"
|
|
202252
202366
|
}
|
|
202253
202367
|
},
|
|
202254
202368
|
"wrapper": true
|
|
202255
202369
|
},
|
|
202256
|
-
"
|
|
202370
|
+
"Sa4": {
|
|
202257
202371
|
"type": "list",
|
|
202258
202372
|
"member": {
|
|
202259
202373
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -202265,7 +202379,7 @@ module.exports={
|
|
|
202265
202379
|
}
|
|
202266
202380
|
}
|
|
202267
202381
|
},
|
|
202268
|
-
"
|
|
202382
|
+
"Sad": {
|
|
202269
202383
|
"type": "structure",
|
|
202270
202384
|
"members": {
|
|
202271
202385
|
"ReservedDBInstanceId": {},
|
|
@@ -202294,14 +202408,14 @@ module.exports={
|
|
|
202294
202408
|
},
|
|
202295
202409
|
"State": {},
|
|
202296
202410
|
"RecurringCharges": {
|
|
202297
|
-
"shape": "
|
|
202411
|
+
"shape": "Saf"
|
|
202298
202412
|
},
|
|
202299
202413
|
"ReservedDBInstanceArn": {},
|
|
202300
202414
|
"LeaseId": {}
|
|
202301
202415
|
},
|
|
202302
202416
|
"wrapper": true
|
|
202303
202417
|
},
|
|
202304
|
-
"
|
|
202418
|
+
"Saf": {
|
|
202305
202419
|
"type": "list",
|
|
202306
202420
|
"member": {
|
|
202307
202421
|
"locationName": "RecurringCharge",
|
|
@@ -202315,7 +202429,7 @@ module.exports={
|
|
|
202315
202429
|
"wrapper": true
|
|
202316
202430
|
}
|
|
202317
202431
|
},
|
|
202318
|
-
"
|
|
202432
|
+
"Sau": {
|
|
202319
202433
|
"type": "list",
|
|
202320
202434
|
"member": {
|
|
202321
202435
|
"locationName": "Range",
|
|
@@ -202333,7 +202447,7 @@ module.exports={
|
|
|
202333
202447
|
}
|
|
202334
202448
|
}
|
|
202335
202449
|
},
|
|
202336
|
-
"
|
|
202450
|
+
"Saw": {
|
|
202337
202451
|
"type": "list",
|
|
202338
202452
|
"member": {
|
|
202339
202453
|
"locationName": "DoubleRange",
|
|
@@ -202348,7 +202462,7 @@ module.exports={
|
|
|
202348
202462
|
}
|
|
202349
202463
|
}
|
|
202350
202464
|
},
|
|
202351
|
-
"
|
|
202465
|
+
"Sbi": {
|
|
202352
202466
|
"type": "structure",
|
|
202353
202467
|
"members": {
|
|
202354
202468
|
"EnableLogTypes": {
|
|
@@ -202359,13 +202473,13 @@ module.exports={
|
|
|
202359
202473
|
}
|
|
202360
202474
|
}
|
|
202361
202475
|
},
|
|
202362
|
-
"
|
|
202476
|
+
"Sbm": {
|
|
202363
202477
|
"type": "structure",
|
|
202364
202478
|
"members": {
|
|
202365
202479
|
"DBClusterParameterGroupName": {}
|
|
202366
202480
|
}
|
|
202367
202481
|
},
|
|
202368
|
-
"
|
|
202482
|
+
"Sbt": {
|
|
202369
202483
|
"type": "structure",
|
|
202370
202484
|
"members": {
|
|
202371
202485
|
"DBParameterGroupName": {}
|
|
@@ -251392,7 +251506,7 @@ AWS.util.update(AWS, {
|
|
|
251392
251506
|
/**
|
|
251393
251507
|
* @constant
|
|
251394
251508
|
*/
|
|
251395
|
-
VERSION: '2.
|
|
251509
|
+
VERSION: '2.1281.0',
|
|
251396
251510
|
|
|
251397
251511
|
/**
|
|
251398
251512
|
* @api private
|
|
@@ -273452,7 +273566,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273452
273566
|
}());
|
|
273453
273567
|
exports.LRUCache = LRUCache;
|
|
273454
273568
|
},{}],461:[function(require,module,exports){
|
|
273455
|
-
// AWS SDK for JavaScript v2.
|
|
273569
|
+
// AWS SDK for JavaScript v2.1281.0
|
|
273456
273570
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273457
273571
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273458
273572
|
require('./browser_loader');
|