cdk-lambda-subminute 2.0.268 → 2.0.270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +28 -6
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +721 -79
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +111 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +78 -59
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +205 -184
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +34 -18
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +40 -18
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/drs.d.ts +27 -1
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +650 -12
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -9
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +13 -13
- package/node_modules/aws-sdk/clients/opensearch.d.ts +46 -6
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -7
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +42 -2
- package/node_modules/aws-sdk/clients/sesv2.d.ts +43 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
- package/node_modules/aws-sdk/clients/xray.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +45 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +98 -34
- package/node_modules/aws-sdk/dist/aws-sdk.js +208 -187
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/s3/managed_upload.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1474.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){
|
@@ -212703,8 +212703,7 @@ module.exports={
|
|
212703
212703
|
"required": [
|
212704
212704
|
"ClusterIdentifier",
|
212705
212705
|
"NodeType",
|
212706
|
-
"MasterUsername"
|
212707
|
-
"MasterUserPassword"
|
212706
|
+
"MasterUsername"
|
212708
212707
|
],
|
212709
212708
|
"members": {
|
212710
212709
|
"DBName": {},
|
@@ -212712,13 +212711,15 @@ module.exports={
|
|
212712
212711
|
"ClusterType": {},
|
212713
212712
|
"NodeType": {},
|
212714
212713
|
"MasterUsername": {},
|
212715
|
-
"MasterUserPassword": {
|
212716
|
-
"ClusterSecurityGroups": {
|
212714
|
+
"MasterUserPassword": {
|
212717
212715
|
"shape": "S1x"
|
212718
212716
|
},
|
212719
|
-
"
|
212717
|
+
"ClusterSecurityGroups": {
|
212720
212718
|
"shape": "S1y"
|
212721
212719
|
},
|
212720
|
+
"VpcSecurityGroupIds": {
|
212721
|
+
"shape": "S1z"
|
212722
|
+
},
|
212722
212723
|
"ClusterSubnetGroupName": {},
|
212723
212724
|
"AvailabilityZone": {},
|
212724
212725
|
"PreferredMaintenanceWindow": {},
|
@@ -212757,7 +212758,7 @@ module.exports={
|
|
212757
212758
|
},
|
212758
212759
|
"AdditionalInfo": {},
|
212759
212760
|
"IamRoles": {
|
212760
|
-
"shape": "
|
212761
|
+
"shape": "S20"
|
212761
212762
|
},
|
212762
212763
|
"MaintenanceTrackName": {},
|
212763
212764
|
"SnapshotScheduleIdentifier": {},
|
@@ -212766,7 +212767,11 @@ module.exports={
|
|
212766
212767
|
},
|
212767
212768
|
"AquaConfigurationStatus": {},
|
212768
212769
|
"DefaultIamRoleArn": {},
|
212769
|
-
"LoadSampleData": {}
|
212770
|
+
"LoadSampleData": {},
|
212771
|
+
"ManageMasterPassword": {
|
212772
|
+
"type": "boolean"
|
212773
|
+
},
|
212774
|
+
"MasterPasswordSecretKmsKeyId": {}
|
212770
212775
|
}
|
212771
212776
|
},
|
212772
212777
|
"output": {
|
@@ -212774,7 +212779,7 @@ module.exports={
|
|
212774
212779
|
"type": "structure",
|
212775
212780
|
"members": {
|
212776
212781
|
"Cluster": {
|
212777
|
-
"shape": "
|
212782
|
+
"shape": "S23"
|
212778
212783
|
}
|
212779
212784
|
}
|
212780
212785
|
}
|
@@ -212801,7 +212806,7 @@ module.exports={
|
|
212801
212806
|
"type": "structure",
|
212802
212807
|
"members": {
|
212803
212808
|
"ClusterParameterGroup": {
|
212804
|
-
"shape": "
|
212809
|
+
"shape": "S32"
|
212805
212810
|
}
|
212806
212811
|
}
|
212807
212812
|
}
|
@@ -212871,7 +212876,7 @@ module.exports={
|
|
212871
212876
|
"ClusterSubnetGroupName": {},
|
212872
212877
|
"Description": {},
|
212873
212878
|
"SubnetIds": {
|
212874
|
-
"shape": "
|
212879
|
+
"shape": "S38"
|
212875
212880
|
},
|
212876
212881
|
"Tags": {
|
212877
212882
|
"shape": "St"
|
@@ -212883,7 +212888,7 @@ module.exports={
|
|
212883
212888
|
"type": "structure",
|
212884
212889
|
"members": {
|
212885
212890
|
"ClusterSubnetGroup": {
|
212886
|
-
"shape": "
|
212891
|
+
"shape": "S3a"
|
212887
212892
|
}
|
212888
212893
|
}
|
212889
212894
|
}
|
@@ -212926,12 +212931,12 @@ module.exports={
|
|
212926
212931
|
"EndpointName": {},
|
212927
212932
|
"SubnetGroupName": {},
|
212928
212933
|
"VpcSecurityGroupIds": {
|
212929
|
-
"shape": "
|
212934
|
+
"shape": "S1z"
|
212930
212935
|
}
|
212931
212936
|
}
|
212932
212937
|
},
|
212933
212938
|
"output": {
|
212934
|
-
"shape": "
|
212939
|
+
"shape": "S3l",
|
212935
212940
|
"resultWrapper": "CreateEndpointAccessResult"
|
212936
212941
|
}
|
212937
212942
|
},
|
@@ -212947,10 +212952,10 @@ module.exports={
|
|
212947
212952
|
"SnsTopicArn": {},
|
212948
212953
|
"SourceType": {},
|
212949
212954
|
"SourceIds": {
|
212950
|
-
"shape": "
|
212955
|
+
"shape": "S3n"
|
212951
212956
|
},
|
212952
212957
|
"EventCategories": {
|
212953
|
-
"shape": "
|
212958
|
+
"shape": "S3o"
|
212954
212959
|
},
|
212955
212960
|
"Severity": {},
|
212956
212961
|
"Enabled": {
|
@@ -212966,7 +212971,7 @@ module.exports={
|
|
212966
212971
|
"type": "structure",
|
212967
212972
|
"members": {
|
212968
212973
|
"EventSubscription": {
|
212969
|
-
"shape": "
|
212974
|
+
"shape": "S3q"
|
212970
212975
|
}
|
212971
212976
|
}
|
212972
212977
|
}
|
@@ -212989,7 +212994,7 @@ module.exports={
|
|
212989
212994
|
"type": "structure",
|
212990
212995
|
"members": {
|
212991
212996
|
"HsmClientCertificate": {
|
212992
|
-
"shape": "
|
212997
|
+
"shape": "S3t"
|
212993
212998
|
}
|
212994
212999
|
}
|
212995
213000
|
}
|
@@ -213022,7 +213027,7 @@ module.exports={
|
|
213022
213027
|
"type": "structure",
|
213023
213028
|
"members": {
|
213024
213029
|
"HsmConfiguration": {
|
213025
|
-
"shape": "
|
213030
|
+
"shape": "S3w"
|
213026
213031
|
}
|
213027
213032
|
}
|
213028
213033
|
}
|
@@ -213039,7 +213044,7 @@ module.exports={
|
|
213039
213044
|
"members": {
|
213040
213045
|
"ScheduledActionName": {},
|
213041
213046
|
"TargetAction": {
|
213042
|
-
"shape": "
|
213047
|
+
"shape": "S3y"
|
213043
213048
|
},
|
213044
213049
|
"Schedule": {},
|
213045
213050
|
"IamRole": {},
|
@@ -213056,7 +213061,7 @@ module.exports={
|
|
213056
213061
|
}
|
213057
213062
|
},
|
213058
213063
|
"output": {
|
213059
|
-
"shape": "
|
213064
|
+
"shape": "S42",
|
213060
213065
|
"resultWrapper": "CreateScheduledActionResult"
|
213061
213066
|
}
|
213062
213067
|
},
|
@@ -213079,7 +213084,7 @@ module.exports={
|
|
213079
213084
|
"type": "structure",
|
213080
213085
|
"members": {
|
213081
213086
|
"SnapshotCopyGrant": {
|
213082
|
-
"shape": "
|
213087
|
+
"shape": "S47"
|
213083
213088
|
}
|
213084
213089
|
}
|
213085
213090
|
}
|
@@ -213089,7 +213094,7 @@ module.exports={
|
|
213089
213094
|
"type": "structure",
|
213090
213095
|
"members": {
|
213091
213096
|
"ScheduleDefinitions": {
|
213092
|
-
"shape": "
|
213097
|
+
"shape": "S49"
|
213093
213098
|
},
|
213094
213099
|
"ScheduleIdentifier": {},
|
213095
213100
|
"ScheduleDescription": {},
|
@@ -213105,7 +213110,7 @@ module.exports={
|
|
213105
213110
|
}
|
213106
213111
|
},
|
213107
213112
|
"output": {
|
213108
|
-
"shape": "
|
213113
|
+
"shape": "S4a",
|
213109
213114
|
"resultWrapper": "CreateSnapshotScheduleResult"
|
213110
213115
|
}
|
213111
213116
|
},
|
@@ -213148,7 +213153,7 @@ module.exports={
|
|
213148
213153
|
}
|
213149
213154
|
},
|
213150
213155
|
"output": {
|
213151
|
-
"shape": "
|
213156
|
+
"shape": "S4k",
|
213152
213157
|
"resultWrapper": "CreateUsageLimitResult"
|
213153
213158
|
}
|
213154
213159
|
},
|
@@ -213209,7 +213214,7 @@ module.exports={
|
|
213209
213214
|
"type": "structure",
|
213210
213215
|
"members": {
|
213211
213216
|
"Cluster": {
|
213212
|
-
"shape": "
|
213217
|
+
"shape": "S23"
|
213213
213218
|
}
|
213214
213219
|
}
|
213215
213220
|
}
|
@@ -213283,7 +213288,7 @@ module.exports={
|
|
213283
213288
|
}
|
213284
213289
|
},
|
213285
213290
|
"output": {
|
213286
|
-
"shape": "
|
213291
|
+
"shape": "S3l",
|
213287
213292
|
"resultWrapper": "DeleteEndpointAccessResult"
|
213288
213293
|
}
|
213289
213294
|
},
|
@@ -213372,7 +213377,7 @@ module.exports={
|
|
213372
213377
|
"members": {
|
213373
213378
|
"ResourceName": {},
|
213374
213379
|
"TagKeys": {
|
213375
|
-
"shape": "
|
213380
|
+
"shape": "S53"
|
213376
213381
|
}
|
213377
213382
|
}
|
213378
213383
|
}
|
@@ -213508,10 +213513,10 @@ module.exports={
|
|
213508
213513
|
},
|
213509
213514
|
"Marker": {},
|
213510
213515
|
"TagKeys": {
|
213511
|
-
"shape": "
|
213516
|
+
"shape": "S53"
|
213512
213517
|
},
|
213513
213518
|
"TagValues": {
|
213514
|
-
"shape": "
|
213519
|
+
"shape": "S5n"
|
213515
213520
|
}
|
213516
213521
|
}
|
213517
213522
|
},
|
@@ -213523,7 +213528,7 @@ module.exports={
|
|
213523
213528
|
"ParameterGroups": {
|
213524
213529
|
"type": "list",
|
213525
213530
|
"member": {
|
213526
|
-
"shape": "
|
213531
|
+
"shape": "S32",
|
213527
213532
|
"locationName": "ClusterParameterGroup"
|
213528
213533
|
}
|
213529
213534
|
}
|
@@ -213550,7 +213555,7 @@ module.exports={
|
|
213550
213555
|
"type": "structure",
|
213551
213556
|
"members": {
|
213552
213557
|
"Parameters": {
|
213553
|
-
"shape": "
|
213558
|
+
"shape": "S5s"
|
213554
213559
|
},
|
213555
213560
|
"Marker": {}
|
213556
213561
|
}
|
@@ -213566,10 +213571,10 @@ module.exports={
|
|
213566
213571
|
},
|
213567
213572
|
"Marker": {},
|
213568
213573
|
"TagKeys": {
|
213569
|
-
"shape": "
|
213574
|
+
"shape": "S53"
|
213570
213575
|
},
|
213571
213576
|
"TagValues": {
|
213572
|
-
"shape": "
|
213577
|
+
"shape": "S5n"
|
213573
213578
|
}
|
213574
213579
|
}
|
213575
213580
|
},
|
@@ -213608,10 +213613,10 @@ module.exports={
|
|
213608
213613
|
"Marker": {},
|
213609
213614
|
"OwnerAccount": {},
|
213610
213615
|
"TagKeys": {
|
213611
|
-
"shape": "
|
213616
|
+
"shape": "S53"
|
213612
213617
|
},
|
213613
213618
|
"TagValues": {
|
213614
|
-
"shape": "
|
213619
|
+
"shape": "S5n"
|
213615
213620
|
},
|
213616
213621
|
"ClusterExists": {
|
213617
213622
|
"type": "boolean"
|
@@ -213657,10 +213662,10 @@ module.exports={
|
|
213657
213662
|
},
|
213658
213663
|
"Marker": {},
|
213659
213664
|
"TagKeys": {
|
213660
|
-
"shape": "
|
213665
|
+
"shape": "S53"
|
213661
213666
|
},
|
213662
213667
|
"TagValues": {
|
213663
|
-
"shape": "
|
213668
|
+
"shape": "S5n"
|
213664
213669
|
}
|
213665
213670
|
}
|
213666
213671
|
},
|
@@ -213672,7 +213677,7 @@ module.exports={
|
|
213672
213677
|
"ClusterSubnetGroups": {
|
213673
213678
|
"type": "list",
|
213674
213679
|
"member": {
|
213675
|
-
"shape": "
|
213680
|
+
"shape": "S3a",
|
213676
213681
|
"locationName": "ClusterSubnetGroup"
|
213677
213682
|
}
|
213678
213683
|
}
|
@@ -213772,10 +213777,10 @@ module.exports={
|
|
213772
213777
|
},
|
213773
213778
|
"Marker": {},
|
213774
213779
|
"TagKeys": {
|
213775
|
-
"shape": "
|
213780
|
+
"shape": "S53"
|
213776
213781
|
},
|
213777
213782
|
"TagValues": {
|
213778
|
-
"shape": "
|
213783
|
+
"shape": "S5n"
|
213779
213784
|
}
|
213780
213785
|
}
|
213781
213786
|
},
|
@@ -213787,7 +213792,7 @@ module.exports={
|
|
213787
213792
|
"Clusters": {
|
213788
213793
|
"type": "list",
|
213789
213794
|
"member": {
|
213790
|
-
"shape": "
|
213795
|
+
"shape": "S23",
|
213791
213796
|
"locationName": "Cluster"
|
213792
213797
|
}
|
213793
213798
|
}
|
@@ -213855,7 +213860,7 @@ module.exports={
|
|
213855
213860
|
"type": "structure",
|
213856
213861
|
"members": {
|
213857
213862
|
"DataShares": {
|
213858
|
-
"shape": "
|
213863
|
+
"shape": "S6v"
|
213859
213864
|
},
|
213860
213865
|
"Marker": {}
|
213861
213866
|
}
|
@@ -213878,7 +213883,7 @@ module.exports={
|
|
213878
213883
|
"type": "structure",
|
213879
213884
|
"members": {
|
213880
213885
|
"DataShares": {
|
213881
|
-
"shape": "
|
213886
|
+
"shape": "S6v"
|
213882
213887
|
},
|
213883
213888
|
"Marker": {}
|
213884
213889
|
}
|
@@ -213901,7 +213906,7 @@ module.exports={
|
|
213901
213906
|
"type": "structure",
|
213902
213907
|
"members": {
|
213903
213908
|
"DataShares": {
|
213904
|
-
"shape": "
|
213909
|
+
"shape": "S6v"
|
213905
213910
|
},
|
213906
213911
|
"Marker": {}
|
213907
213912
|
}
|
@@ -213931,7 +213936,7 @@ module.exports={
|
|
213931
213936
|
"ParameterGroupFamily": {},
|
213932
213937
|
"Marker": {},
|
213933
213938
|
"Parameters": {
|
213934
|
-
"shape": "
|
213939
|
+
"shape": "S5s"
|
213935
213940
|
}
|
213936
213941
|
},
|
213937
213942
|
"wrapper": true
|
@@ -213960,7 +213965,7 @@ module.exports={
|
|
213960
213965
|
"EndpointAccessList": {
|
213961
213966
|
"type": "list",
|
213962
213967
|
"member": {
|
213963
|
-
"shape": "
|
213968
|
+
"shape": "S3l"
|
213964
213969
|
}
|
213965
213970
|
},
|
213966
213971
|
"Marker": {}
|
@@ -214022,7 +214027,7 @@ module.exports={
|
|
214022
214027
|
"members": {
|
214023
214028
|
"EventId": {},
|
214024
214029
|
"EventCategories": {
|
214025
|
-
"shape": "
|
214030
|
+
"shape": "S3o"
|
214026
214031
|
},
|
214027
214032
|
"EventDescription": {},
|
214028
214033
|
"Severity": {}
|
@@ -214047,10 +214052,10 @@ module.exports={
|
|
214047
214052
|
},
|
214048
214053
|
"Marker": {},
|
214049
214054
|
"TagKeys": {
|
214050
|
-
"shape": "
|
214055
|
+
"shape": "S53"
|
214051
214056
|
},
|
214052
214057
|
"TagValues": {
|
214053
|
-
"shape": "
|
214058
|
+
"shape": "S5n"
|
214054
214059
|
}
|
214055
214060
|
}
|
214056
214061
|
},
|
@@ -214062,7 +214067,7 @@ module.exports={
|
|
214062
214067
|
"EventSubscriptionsList": {
|
214063
214068
|
"type": "list",
|
214064
214069
|
"member": {
|
214065
|
-
"shape": "
|
214070
|
+
"shape": "S3q",
|
214066
214071
|
"locationName": "EventSubscription"
|
214067
214072
|
}
|
214068
214073
|
}
|
@@ -214105,7 +214110,7 @@ module.exports={
|
|
214105
214110
|
"SourceType": {},
|
214106
214111
|
"Message": {},
|
214107
214112
|
"EventCategories": {
|
214108
|
-
"shape": "
|
214113
|
+
"shape": "S3o"
|
214109
214114
|
},
|
214110
214115
|
"Severity": {},
|
214111
214116
|
"Date": {
|
@@ -214128,10 +214133,10 @@ module.exports={
|
|
214128
214133
|
},
|
214129
214134
|
"Marker": {},
|
214130
214135
|
"TagKeys": {
|
214131
|
-
"shape": "
|
214136
|
+
"shape": "S53"
|
214132
214137
|
},
|
214133
214138
|
"TagValues": {
|
214134
|
-
"shape": "
|
214139
|
+
"shape": "S5n"
|
214135
214140
|
}
|
214136
214141
|
}
|
214137
214142
|
},
|
@@ -214143,7 +214148,7 @@ module.exports={
|
|
214143
214148
|
"HsmClientCertificates": {
|
214144
214149
|
"type": "list",
|
214145
214150
|
"member": {
|
214146
|
-
"shape": "
|
214151
|
+
"shape": "S3t",
|
214147
214152
|
"locationName": "HsmClientCertificate"
|
214148
214153
|
}
|
214149
214154
|
}
|
@@ -214160,10 +214165,10 @@ module.exports={
|
|
214160
214165
|
},
|
214161
214166
|
"Marker": {},
|
214162
214167
|
"TagKeys": {
|
214163
|
-
"shape": "
|
214168
|
+
"shape": "S53"
|
214164
214169
|
},
|
214165
214170
|
"TagValues": {
|
214166
|
-
"shape": "
|
214171
|
+
"shape": "S5n"
|
214167
214172
|
}
|
214168
214173
|
}
|
214169
214174
|
},
|
@@ -214175,7 +214180,7 @@ module.exports={
|
|
214175
214180
|
"HsmConfigurations": {
|
214176
214181
|
"type": "list",
|
214177
214182
|
"member": {
|
214178
|
-
"shape": "
|
214183
|
+
"shape": "S3w",
|
214179
214184
|
"locationName": "HsmConfiguration"
|
214180
214185
|
}
|
214181
214186
|
}
|
@@ -214193,7 +214198,7 @@ module.exports={
|
|
214193
214198
|
}
|
214194
214199
|
},
|
214195
214200
|
"output": {
|
214196
|
-
"shape": "
|
214201
|
+
"shape": "S7w",
|
214197
214202
|
"resultWrapper": "DescribeLoggingStatusResult"
|
214198
214203
|
}
|
214199
214204
|
},
|
@@ -214219,7 +214224,7 @@ module.exports={
|
|
214219
214224
|
"Name": {},
|
214220
214225
|
"Operator": {},
|
214221
214226
|
"Values": {
|
214222
|
-
"shape": "
|
214227
|
+
"shape": "S85",
|
214223
214228
|
"locationName": "Value"
|
214224
214229
|
}
|
214225
214230
|
}
|
@@ -214284,7 +214289,7 @@ module.exports={
|
|
214284
214289
|
"AvailabilityZones": {
|
214285
214290
|
"type": "list",
|
214286
214291
|
"member": {
|
214287
|
-
"shape": "
|
214292
|
+
"shape": "S3d",
|
214288
214293
|
"locationName": "AvailabilityZone"
|
214289
214294
|
}
|
214290
214295
|
}
|
@@ -214355,7 +214360,7 @@ module.exports={
|
|
214355
214360
|
"ReservedNodeExchangeStatusDetails": {
|
214356
214361
|
"type": "list",
|
214357
214362
|
"member": {
|
214358
|
-
"shape": "
|
214363
|
+
"shape": "S2y",
|
214359
214364
|
"locationName": "ReservedNodeExchangeStatus"
|
214360
214365
|
}
|
214361
214366
|
},
|
@@ -214380,7 +214385,7 @@ module.exports={
|
|
214380
214385
|
"members": {
|
214381
214386
|
"Marker": {},
|
214382
214387
|
"ReservedNodeOfferings": {
|
214383
|
-
"shape": "
|
214388
|
+
"shape": "S8q"
|
214384
214389
|
}
|
214385
214390
|
}
|
214386
214391
|
}
|
@@ -214453,7 +214458,7 @@ module.exports={
|
|
214453
214458
|
"members": {
|
214454
214459
|
"Name": {},
|
214455
214460
|
"Values": {
|
214456
|
-
"shape": "
|
214461
|
+
"shape": "S85"
|
214457
214462
|
}
|
214458
214463
|
}
|
214459
214464
|
}
|
@@ -214472,7 +214477,7 @@ module.exports={
|
|
214472
214477
|
"ScheduledActions": {
|
214473
214478
|
"type": "list",
|
214474
214479
|
"member": {
|
214475
|
-
"shape": "
|
214480
|
+
"shape": "S42",
|
214476
214481
|
"locationName": "ScheduledAction"
|
214477
214482
|
}
|
214478
214483
|
}
|
@@ -214489,10 +214494,10 @@ module.exports={
|
|
214489
214494
|
},
|
214490
214495
|
"Marker": {},
|
214491
214496
|
"TagKeys": {
|
214492
|
-
"shape": "
|
214497
|
+
"shape": "S53"
|
214493
214498
|
},
|
214494
214499
|
"TagValues": {
|
214495
|
-
"shape": "
|
214500
|
+
"shape": "S5n"
|
214496
214501
|
}
|
214497
214502
|
}
|
214498
214503
|
},
|
@@ -214504,7 +214509,7 @@ module.exports={
|
|
214504
214509
|
"SnapshotCopyGrants": {
|
214505
214510
|
"type": "list",
|
214506
214511
|
"member": {
|
214507
|
-
"shape": "
|
214512
|
+
"shape": "S47",
|
214508
214513
|
"locationName": "SnapshotCopyGrant"
|
214509
214514
|
}
|
214510
214515
|
}
|
@@ -214518,10 +214523,10 @@ module.exports={
|
|
214518
214523
|
"ClusterIdentifier": {},
|
214519
214524
|
"ScheduleIdentifier": {},
|
214520
214525
|
"TagKeys": {
|
214521
|
-
"shape": "
|
214526
|
+
"shape": "S53"
|
214522
214527
|
},
|
214523
214528
|
"TagValues": {
|
214524
|
-
"shape": "
|
214529
|
+
"shape": "S5n"
|
214525
214530
|
},
|
214526
214531
|
"Marker": {},
|
214527
214532
|
"MaxRecords": {
|
@@ -214536,7 +214541,7 @@ module.exports={
|
|
214536
214541
|
"SnapshotSchedules": {
|
214537
214542
|
"type": "list",
|
214538
214543
|
"member": {
|
214539
|
-
"shape": "
|
214544
|
+
"shape": "S4a",
|
214540
214545
|
"locationName": "SnapshotSchedule"
|
214541
214546
|
}
|
214542
214547
|
},
|
@@ -214577,7 +214582,7 @@ module.exports={
|
|
214577
214582
|
"TableRestoreStatusDetails": {
|
214578
214583
|
"type": "list",
|
214579
214584
|
"member": {
|
214580
|
-
"shape": "
|
214585
|
+
"shape": "S9d",
|
214581
214586
|
"locationName": "TableRestoreStatus"
|
214582
214587
|
}
|
214583
214588
|
},
|
@@ -214596,10 +214601,10 @@ module.exports={
|
|
214596
214601
|
},
|
214597
214602
|
"Marker": {},
|
214598
214603
|
"TagKeys": {
|
214599
|
-
"shape": "
|
214604
|
+
"shape": "S53"
|
214600
214605
|
},
|
214601
214606
|
"TagValues": {
|
214602
|
-
"shape": "
|
214607
|
+
"shape": "S5n"
|
214603
214608
|
}
|
214604
214609
|
}
|
214605
214610
|
},
|
@@ -214637,10 +214642,10 @@ module.exports={
|
|
214637
214642
|
},
|
214638
214643
|
"Marker": {},
|
214639
214644
|
"TagKeys": {
|
214640
|
-
"shape": "
|
214645
|
+
"shape": "S53"
|
214641
214646
|
},
|
214642
214647
|
"TagValues": {
|
214643
|
-
"shape": "
|
214648
|
+
"shape": "S5n"
|
214644
214649
|
}
|
214645
214650
|
}
|
214646
214651
|
},
|
@@ -214651,7 +214656,7 @@ module.exports={
|
|
214651
214656
|
"UsageLimits": {
|
214652
214657
|
"type": "list",
|
214653
214658
|
"member": {
|
214654
|
-
"shape": "
|
214659
|
+
"shape": "S4k"
|
214655
214660
|
}
|
214656
214661
|
},
|
214657
214662
|
"Marker": {}
|
@@ -214669,7 +214674,7 @@ module.exports={
|
|
214669
214674
|
}
|
214670
214675
|
},
|
214671
214676
|
"output": {
|
214672
|
-
"shape": "
|
214677
|
+
"shape": "S7w",
|
214673
214678
|
"resultWrapper": "DisableLoggingResult"
|
214674
214679
|
}
|
214675
214680
|
},
|
@@ -214688,7 +214693,7 @@ module.exports={
|
|
214688
214693
|
"type": "structure",
|
214689
214694
|
"members": {
|
214690
214695
|
"Cluster": {
|
214691
|
-
"shape": "
|
214696
|
+
"shape": "S23"
|
214692
214697
|
}
|
214693
214698
|
}
|
214694
214699
|
}
|
@@ -214725,12 +214730,12 @@ module.exports={
|
|
214725
214730
|
"S3KeyPrefix": {},
|
214726
214731
|
"LogDestinationType": {},
|
214727
214732
|
"LogExports": {
|
214728
|
-
"shape": "
|
214733
|
+
"shape": "S7y"
|
214729
214734
|
}
|
214730
214735
|
}
|
214731
214736
|
},
|
214732
214737
|
"output": {
|
214733
|
-
"shape": "
|
214738
|
+
"shape": "S7w",
|
214734
214739
|
"resultWrapper": "EnableLoggingResult"
|
214735
214740
|
}
|
214736
214741
|
},
|
@@ -214758,7 +214763,7 @@ module.exports={
|
|
214758
214763
|
"type": "structure",
|
214759
214764
|
"members": {
|
214760
214765
|
"Cluster": {
|
214761
|
-
"shape": "
|
214766
|
+
"shape": "S23"
|
214762
214767
|
}
|
214763
214768
|
}
|
214764
214769
|
}
|
@@ -214794,7 +214799,7 @@ module.exports={
|
|
214794
214799
|
"members": {
|
214795
214800
|
"DbUser": {},
|
214796
214801
|
"DbPassword": {
|
214797
|
-
"shape": "
|
214802
|
+
"shape": "S1x"
|
214798
214803
|
},
|
214799
214804
|
"Expiration": {
|
214800
214805
|
"type": "timestamp"
|
@@ -214820,7 +214825,7 @@ module.exports={
|
|
214820
214825
|
"members": {
|
214821
214826
|
"DbUser": {},
|
214822
214827
|
"DbPassword": {
|
214823
|
-
"shape": "
|
214828
|
+
"shape": "S1x"
|
214824
214829
|
},
|
214825
214830
|
"Expiration": {
|
214826
214831
|
"type": "timestamp"
|
@@ -214865,7 +214870,7 @@ module.exports={
|
|
214865
214870
|
"type": "integer"
|
214866
214871
|
},
|
214867
214872
|
"TargetReservedNodeOffering": {
|
214868
|
-
"shape": "
|
214873
|
+
"shape": "S8r"
|
214869
214874
|
}
|
214870
214875
|
},
|
214871
214876
|
"wrapper": true
|
@@ -214894,7 +214899,7 @@ module.exports={
|
|
214894
214899
|
"members": {
|
214895
214900
|
"Marker": {},
|
214896
214901
|
"ReservedNodeOfferings": {
|
214897
|
-
"shape": "
|
214902
|
+
"shape": "S8q"
|
214898
214903
|
}
|
214899
214904
|
}
|
214900
214905
|
}
|
@@ -214915,7 +214920,7 @@ module.exports={
|
|
214915
214920
|
"type": "structure",
|
214916
214921
|
"members": {
|
214917
214922
|
"AquaConfiguration": {
|
214918
|
-
"shape": "
|
214923
|
+
"shape": "S2w"
|
214919
214924
|
}
|
214920
214925
|
}
|
214921
214926
|
}
|
@@ -214955,12 +214960,14 @@ module.exports={
|
|
214955
214960
|
"type": "integer"
|
214956
214961
|
},
|
214957
214962
|
"ClusterSecurityGroups": {
|
214958
|
-
"shape": "
|
214963
|
+
"shape": "S1y"
|
214959
214964
|
},
|
214960
214965
|
"VpcSecurityGroupIds": {
|
214961
|
-
"shape": "
|
214966
|
+
"shape": "S1z"
|
214967
|
+
},
|
214968
|
+
"MasterUserPassword": {
|
214969
|
+
"shape": "S1x"
|
214962
214970
|
},
|
214963
|
-
"MasterUserPassword": {},
|
214964
214971
|
"ClusterParameterGroupName": {},
|
214965
214972
|
"AutomatedSnapshotRetentionPeriod": {
|
214966
214973
|
"type": "integer"
|
@@ -214994,7 +215001,11 @@ module.exports={
|
|
214994
215001
|
"AvailabilityZone": {},
|
214995
215002
|
"Port": {
|
214996
215003
|
"type": "integer"
|
214997
|
-
}
|
215004
|
+
},
|
215005
|
+
"ManageMasterPassword": {
|
215006
|
+
"type": "boolean"
|
215007
|
+
},
|
215008
|
+
"MasterPasswordSecretKmsKeyId": {}
|
214998
215009
|
}
|
214999
215010
|
},
|
215000
215011
|
"output": {
|
@@ -215002,7 +215013,7 @@ module.exports={
|
|
215002
215013
|
"type": "structure",
|
215003
215014
|
"members": {
|
215004
215015
|
"Cluster": {
|
215005
|
-
"shape": "
|
215016
|
+
"shape": "S23"
|
215006
215017
|
}
|
215007
215018
|
}
|
215008
215019
|
}
|
@@ -215024,7 +215035,7 @@ module.exports={
|
|
215024
215035
|
"type": "structure",
|
215025
215036
|
"members": {
|
215026
215037
|
"Cluster": {
|
215027
|
-
"shape": "
|
215038
|
+
"shape": "S23"
|
215028
215039
|
}
|
215029
215040
|
}
|
215030
215041
|
}
|
@@ -215038,10 +215049,10 @@ module.exports={
|
|
215038
215049
|
"members": {
|
215039
215050
|
"ClusterIdentifier": {},
|
215040
215051
|
"AddIamRoles": {
|
215041
|
-
"shape": "
|
215052
|
+
"shape": "S20"
|
215042
215053
|
},
|
215043
215054
|
"RemoveIamRoles": {
|
215044
|
-
"shape": "
|
215055
|
+
"shape": "S20"
|
215045
215056
|
},
|
215046
215057
|
"DefaultIamRoleArn": {}
|
215047
215058
|
}
|
@@ -215051,7 +215062,7 @@ module.exports={
|
|
215051
215062
|
"type": "structure",
|
215052
215063
|
"members": {
|
215053
215064
|
"Cluster": {
|
215054
|
-
"shape": "
|
215065
|
+
"shape": "S23"
|
215055
215066
|
}
|
215056
215067
|
}
|
215057
215068
|
}
|
@@ -215084,7 +215095,7 @@ module.exports={
|
|
215084
215095
|
"type": "structure",
|
215085
215096
|
"members": {
|
215086
215097
|
"Cluster": {
|
215087
|
-
"shape": "
|
215098
|
+
"shape": "S23"
|
215088
215099
|
}
|
215089
215100
|
}
|
215090
215101
|
}
|
@@ -215099,7 +215110,7 @@ module.exports={
|
|
215099
215110
|
"members": {
|
215100
215111
|
"ParameterGroupName": {},
|
215101
215112
|
"Parameters": {
|
215102
|
-
"shape": "
|
215113
|
+
"shape": "S5s"
|
215103
215114
|
}
|
215104
215115
|
}
|
215105
215116
|
},
|
@@ -215160,7 +215171,7 @@ module.exports={
|
|
215160
215171
|
"ClusterSubnetGroupName": {},
|
215161
215172
|
"Description": {},
|
215162
215173
|
"SubnetIds": {
|
215163
|
-
"shape": "
|
215174
|
+
"shape": "S38"
|
215164
215175
|
}
|
215165
215176
|
}
|
215166
215177
|
},
|
@@ -215169,7 +215180,7 @@ module.exports={
|
|
215169
215180
|
"type": "structure",
|
215170
215181
|
"members": {
|
215171
215182
|
"ClusterSubnetGroup": {
|
215172
|
-
"shape": "
|
215183
|
+
"shape": "S3a"
|
215173
215184
|
}
|
215174
215185
|
}
|
215175
215186
|
}
|
@@ -215206,12 +215217,12 @@ module.exports={
|
|
215206
215217
|
"members": {
|
215207
215218
|
"EndpointName": {},
|
215208
215219
|
"VpcSecurityGroupIds": {
|
215209
|
-
"shape": "
|
215220
|
+
"shape": "S1z"
|
215210
215221
|
}
|
215211
215222
|
}
|
215212
215223
|
},
|
215213
215224
|
"output": {
|
215214
|
-
"shape": "
|
215225
|
+
"shape": "S3l",
|
215215
215226
|
"resultWrapper": "ModifyEndpointAccessResult"
|
215216
215227
|
}
|
215217
215228
|
},
|
@@ -215226,10 +215237,10 @@ module.exports={
|
|
215226
215237
|
"SnsTopicArn": {},
|
215227
215238
|
"SourceType": {},
|
215228
215239
|
"SourceIds": {
|
215229
|
-
"shape": "
|
215240
|
+
"shape": "S3n"
|
215230
215241
|
},
|
215231
215242
|
"EventCategories": {
|
215232
|
-
"shape": "
|
215243
|
+
"shape": "S3o"
|
215233
215244
|
},
|
215234
215245
|
"Severity": {},
|
215235
215246
|
"Enabled": {
|
@@ -215242,7 +215253,7 @@ module.exports={
|
|
215242
215253
|
"type": "structure",
|
215243
215254
|
"members": {
|
215244
215255
|
"EventSubscription": {
|
215245
|
-
"shape": "
|
215256
|
+
"shape": "S3q"
|
215246
215257
|
}
|
215247
215258
|
}
|
215248
215259
|
}
|
@@ -215256,7 +215267,7 @@ module.exports={
|
|
215256
215267
|
"members": {
|
215257
215268
|
"ScheduledActionName": {},
|
215258
215269
|
"TargetAction": {
|
215259
|
-
"shape": "
|
215270
|
+
"shape": "S3y"
|
215260
215271
|
},
|
215261
215272
|
"Schedule": {},
|
215262
215273
|
"IamRole": {},
|
@@ -215273,7 +215284,7 @@ module.exports={
|
|
215273
215284
|
}
|
215274
215285
|
},
|
215275
215286
|
"output": {
|
215276
|
-
"shape": "
|
215287
|
+
"shape": "S42",
|
215277
215288
|
"resultWrapper": "ModifyScheduledActionResult"
|
215278
215289
|
}
|
215279
215290
|
},
|
@@ -215299,7 +215310,7 @@ module.exports={
|
|
215299
215310
|
"type": "structure",
|
215300
215311
|
"members": {
|
215301
215312
|
"Cluster": {
|
215302
|
-
"shape": "
|
215313
|
+
"shape": "S23"
|
215303
215314
|
}
|
215304
215315
|
}
|
215305
215316
|
}
|
@@ -215314,12 +215325,12 @@ module.exports={
|
|
215314
215325
|
"members": {
|
215315
215326
|
"ScheduleIdentifier": {},
|
215316
215327
|
"ScheduleDefinitions": {
|
215317
|
-
"shape": "
|
215328
|
+
"shape": "S49"
|
215318
215329
|
}
|
215319
215330
|
}
|
215320
215331
|
},
|
215321
215332
|
"output": {
|
215322
|
-
"shape": "
|
215333
|
+
"shape": "S4a",
|
215323
215334
|
"resultWrapper": "ModifySnapshotScheduleResult"
|
215324
215335
|
}
|
215325
215336
|
},
|
@@ -215338,20 +215349,20 @@ module.exports={
|
|
215338
215349
|
}
|
215339
215350
|
},
|
215340
215351
|
"output": {
|
215341
|
-
"shape": "
|
215352
|
+
"shape": "S4k",
|
215342
215353
|
"resultWrapper": "ModifyUsageLimitResult"
|
215343
215354
|
}
|
215344
215355
|
},
|
215345
215356
|
"PauseCluster": {
|
215346
215357
|
"input": {
|
215347
|
-
"shape": "
|
215358
|
+
"shape": "S40"
|
215348
215359
|
},
|
215349
215360
|
"output": {
|
215350
215361
|
"resultWrapper": "PauseClusterResult",
|
215351
215362
|
"type": "structure",
|
215352
215363
|
"members": {
|
215353
215364
|
"Cluster": {
|
215354
|
-
"shape": "
|
215365
|
+
"shape": "S23"
|
215355
215366
|
}
|
215356
215367
|
}
|
215357
215368
|
}
|
@@ -215394,7 +215405,7 @@ module.exports={
|
|
215394
215405
|
"type": "structure",
|
215395
215406
|
"members": {
|
215396
215407
|
"Cluster": {
|
215397
|
-
"shape": "
|
215408
|
+
"shape": "S23"
|
215398
215409
|
}
|
215399
215410
|
}
|
215400
215411
|
}
|
@@ -215426,7 +215437,7 @@ module.exports={
|
|
215426
215437
|
"type": "boolean"
|
215427
215438
|
},
|
215428
215439
|
"Parameters": {
|
215429
|
-
"shape": "
|
215440
|
+
"shape": "S5s"
|
215430
215441
|
}
|
215431
215442
|
}
|
215432
215443
|
},
|
@@ -215437,14 +215448,14 @@ module.exports={
|
|
215437
215448
|
},
|
215438
215449
|
"ResizeCluster": {
|
215439
215450
|
"input": {
|
215440
|
-
"shape": "
|
215451
|
+
"shape": "S3z"
|
215441
215452
|
},
|
215442
215453
|
"output": {
|
215443
215454
|
"resultWrapper": "ResizeClusterResult",
|
215444
215455
|
"type": "structure",
|
215445
215456
|
"members": {
|
215446
215457
|
"Cluster": {
|
215447
|
-
"shape": "
|
215458
|
+
"shape": "S23"
|
215448
215459
|
}
|
215449
215460
|
}
|
215450
215461
|
}
|
@@ -215477,10 +215488,10 @@ module.exports={
|
|
215477
215488
|
"ElasticIp": {},
|
215478
215489
|
"ClusterParameterGroupName": {},
|
215479
215490
|
"ClusterSecurityGroups": {
|
215480
|
-
"shape": "
|
215491
|
+
"shape": "S1y"
|
215481
215492
|
},
|
215482
215493
|
"VpcSecurityGroupIds": {
|
215483
|
-
"shape": "
|
215494
|
+
"shape": "S1z"
|
215484
215495
|
},
|
215485
215496
|
"PreferredMaintenanceWindow": {},
|
215486
215497
|
"AutomatedSnapshotRetentionPeriod": {
|
@@ -215496,7 +215507,7 @@ module.exports={
|
|
215496
215507
|
},
|
215497
215508
|
"AdditionalInfo": {},
|
215498
215509
|
"IamRoles": {
|
215499
|
-
"shape": "
|
215510
|
+
"shape": "S20"
|
215500
215511
|
},
|
215501
215512
|
"MaintenanceTrackName": {},
|
215502
215513
|
"SnapshotScheduleIdentifier": {},
|
@@ -215512,7 +215523,11 @@ module.exports={
|
|
215512
215523
|
"TargetReservedNodeOfferingId": {},
|
215513
215524
|
"Encrypted": {
|
215514
215525
|
"type": "boolean"
|
215515
|
-
}
|
215526
|
+
},
|
215527
|
+
"ManageMasterPassword": {
|
215528
|
+
"type": "boolean"
|
215529
|
+
},
|
215530
|
+
"MasterPasswordSecretKmsKeyId": {}
|
215516
215531
|
}
|
215517
215532
|
},
|
215518
215533
|
"output": {
|
@@ -215520,7 +215535,7 @@ module.exports={
|
|
215520
215535
|
"type": "structure",
|
215521
215536
|
"members": {
|
215522
215537
|
"Cluster": {
|
215523
|
-
"shape": "
|
215538
|
+
"shape": "S23"
|
215524
215539
|
}
|
215525
215540
|
}
|
215526
215541
|
}
|
@@ -215554,21 +215569,21 @@ module.exports={
|
|
215554
215569
|
"type": "structure",
|
215555
215570
|
"members": {
|
215556
215571
|
"TableRestoreStatus": {
|
215557
|
-
"shape": "
|
215572
|
+
"shape": "S9d"
|
215558
215573
|
}
|
215559
215574
|
}
|
215560
215575
|
}
|
215561
215576
|
},
|
215562
215577
|
"ResumeCluster": {
|
215563
215578
|
"input": {
|
215564
|
-
"shape": "
|
215579
|
+
"shape": "S41"
|
215565
215580
|
},
|
215566
215581
|
"output": {
|
215567
215582
|
"resultWrapper": "ResumeClusterResult",
|
215568
215583
|
"type": "structure",
|
215569
215584
|
"members": {
|
215570
215585
|
"Cluster": {
|
215571
|
-
"shape": "
|
215586
|
+
"shape": "S23"
|
215572
215587
|
}
|
215573
215588
|
}
|
215574
215589
|
}
|
@@ -215653,7 +215668,7 @@ module.exports={
|
|
215653
215668
|
"type": "structure",
|
215654
215669
|
"members": {
|
215655
215670
|
"Cluster": {
|
215656
|
-
"shape": "
|
215671
|
+
"shape": "S23"
|
215657
215672
|
}
|
215658
215673
|
}
|
215659
215674
|
}
|
@@ -215946,7 +215961,9 @@ module.exports={
|
|
215946
215961
|
},
|
215947
215962
|
"SnapshotRetentionStartTime": {
|
215948
215963
|
"type": "timestamp"
|
215949
|
-
}
|
215964
|
+
},
|
215965
|
+
"MasterPasswordSecretArn": {},
|
215966
|
+
"MasterPasswordSecretKmsKeyId": {}
|
215950
215967
|
},
|
215951
215968
|
"wrapper": true
|
215952
215969
|
},
|
@@ -216020,24 +216037,28 @@ module.exports={
|
|
216020
216037
|
}
|
216021
216038
|
},
|
216022
216039
|
"S1x": {
|
216040
|
+
"type": "string",
|
216041
|
+
"sensitive": true
|
216042
|
+
},
|
216043
|
+
"S1y": {
|
216023
216044
|
"type": "list",
|
216024
216045
|
"member": {
|
216025
216046
|
"locationName": "ClusterSecurityGroupName"
|
216026
216047
|
}
|
216027
216048
|
},
|
216028
|
-
"
|
216049
|
+
"S1z": {
|
216029
216050
|
"type": "list",
|
216030
216051
|
"member": {
|
216031
216052
|
"locationName": "VpcSecurityGroupId"
|
216032
216053
|
}
|
216033
216054
|
},
|
216034
|
-
"
|
216055
|
+
"S20": {
|
216035
216056
|
"type": "list",
|
216036
216057
|
"member": {
|
216037
216058
|
"locationName": "IamRoleArn"
|
216038
216059
|
}
|
216039
216060
|
},
|
216040
|
-
"
|
216061
|
+
"S23": {
|
216041
216062
|
"type": "structure",
|
216042
216063
|
"members": {
|
216043
216064
|
"ClusterIdentifier": {},
|
@@ -216057,7 +216078,7 @@ module.exports={
|
|
216057
216078
|
"VpcEndpoints": {
|
216058
216079
|
"type": "list",
|
216059
216080
|
"member": {
|
216060
|
-
"shape": "
|
216081
|
+
"shape": "S26",
|
216061
216082
|
"locationName": "VpcEndpoint"
|
216062
216083
|
}
|
216063
216084
|
}
|
@@ -216084,7 +216105,7 @@ module.exports={
|
|
216084
216105
|
}
|
216085
216106
|
},
|
216086
216107
|
"VpcSecurityGroups": {
|
216087
|
-
"shape": "
|
216108
|
+
"shape": "S2b"
|
216088
216109
|
},
|
216089
216110
|
"ClusterParameterGroups": {
|
216090
216111
|
"type": "list",
|
@@ -216115,7 +216136,9 @@ module.exports={
|
|
216115
216136
|
"PendingModifiedValues": {
|
216116
216137
|
"type": "structure",
|
216117
216138
|
"members": {
|
216118
|
-
"MasterUserPassword": {
|
216139
|
+
"MasterUserPassword": {
|
216140
|
+
"shape": "S1x"
|
216141
|
+
},
|
216119
216142
|
"NodeType": {},
|
216120
216143
|
"NumberOfNodes": {
|
216121
216144
|
"type": "integer"
|
@@ -216296,21 +216319,23 @@ module.exports={
|
|
216296
216319
|
"type": "long"
|
216297
216320
|
},
|
216298
216321
|
"AquaConfiguration": {
|
216299
|
-
"shape": "
|
216322
|
+
"shape": "S2w"
|
216300
216323
|
},
|
216301
216324
|
"DefaultIamRoleArn": {},
|
216302
216325
|
"ReservedNodeExchangeStatus": {
|
216303
|
-
"shape": "
|
216326
|
+
"shape": "S2y"
|
216304
216327
|
},
|
216305
216328
|
"CustomDomainName": {},
|
216306
216329
|
"CustomDomainCertificateArn": {},
|
216307
216330
|
"CustomDomainCertificateExpiryDate": {
|
216308
216331
|
"type": "timestamp"
|
216309
|
-
}
|
216332
|
+
},
|
216333
|
+
"MasterPasswordSecretArn": {},
|
216334
|
+
"MasterPasswordSecretKmsKeyId": {}
|
216310
216335
|
},
|
216311
216336
|
"wrapper": true
|
216312
216337
|
},
|
216313
|
-
"
|
216338
|
+
"S26": {
|
216314
216339
|
"type": "structure",
|
216315
216340
|
"members": {
|
216316
216341
|
"VpcEndpointId": {},
|
@@ -216330,7 +216355,7 @@ module.exports={
|
|
216330
216355
|
}
|
216331
216356
|
}
|
216332
216357
|
},
|
216333
|
-
"
|
216358
|
+
"S2b": {
|
216334
216359
|
"type": "list",
|
216335
216360
|
"member": {
|
216336
216361
|
"locationName": "VpcSecurityGroup",
|
@@ -216341,14 +216366,14 @@ module.exports={
|
|
216341
216366
|
}
|
216342
216367
|
}
|
216343
216368
|
},
|
216344
|
-
"
|
216369
|
+
"S2w": {
|
216345
216370
|
"type": "structure",
|
216346
216371
|
"members": {
|
216347
216372
|
"AquaStatus": {},
|
216348
216373
|
"AquaConfigurationStatus": {}
|
216349
216374
|
}
|
216350
216375
|
},
|
216351
|
-
"
|
216376
|
+
"S2y": {
|
216352
216377
|
"type": "structure",
|
216353
216378
|
"members": {
|
216354
216379
|
"ReservedNodeExchangeRequestId": {},
|
@@ -216369,7 +216394,7 @@ module.exports={
|
|
216369
216394
|
},
|
216370
216395
|
"wrapper": true
|
216371
216396
|
},
|
216372
|
-
"
|
216397
|
+
"S32": {
|
216373
216398
|
"type": "structure",
|
216374
216399
|
"members": {
|
216375
216400
|
"ParameterGroupName": {},
|
@@ -216381,13 +216406,13 @@ module.exports={
|
|
216381
216406
|
},
|
216382
216407
|
"wrapper": true
|
216383
216408
|
},
|
216384
|
-
"
|
216409
|
+
"S38": {
|
216385
216410
|
"type": "list",
|
216386
216411
|
"member": {
|
216387
216412
|
"locationName": "SubnetIdentifier"
|
216388
216413
|
}
|
216389
216414
|
},
|
216390
|
-
"
|
216415
|
+
"S3a": {
|
216391
216416
|
"type": "structure",
|
216392
216417
|
"members": {
|
216393
216418
|
"ClusterSubnetGroupName": {},
|
@@ -216402,7 +216427,7 @@ module.exports={
|
|
216402
216427
|
"members": {
|
216403
216428
|
"SubnetIdentifier": {},
|
216404
216429
|
"SubnetAvailabilityZone": {
|
216405
|
-
"shape": "
|
216430
|
+
"shape": "S3d"
|
216406
216431
|
},
|
216407
216432
|
"SubnetStatus": {}
|
216408
216433
|
}
|
@@ -216414,7 +216439,7 @@ module.exports={
|
|
216414
216439
|
},
|
216415
216440
|
"wrapper": true
|
216416
216441
|
},
|
216417
|
-
"
|
216442
|
+
"S3d": {
|
216418
216443
|
"type": "structure",
|
216419
216444
|
"members": {
|
216420
216445
|
"Name": {},
|
@@ -216432,7 +216457,7 @@ module.exports={
|
|
216432
216457
|
},
|
216433
216458
|
"wrapper": true
|
216434
216459
|
},
|
216435
|
-
"
|
216460
|
+
"S3l": {
|
216436
216461
|
"type": "structure",
|
216437
216462
|
"members": {
|
216438
216463
|
"ClusterIdentifier": {},
|
@@ -216448,26 +216473,26 @@ module.exports={
|
|
216448
216473
|
},
|
216449
216474
|
"Address": {},
|
216450
216475
|
"VpcSecurityGroups": {
|
216451
|
-
"shape": "
|
216476
|
+
"shape": "S2b"
|
216452
216477
|
},
|
216453
216478
|
"VpcEndpoint": {
|
216454
|
-
"shape": "
|
216479
|
+
"shape": "S26"
|
216455
216480
|
}
|
216456
216481
|
}
|
216457
216482
|
},
|
216458
|
-
"
|
216483
|
+
"S3n": {
|
216459
216484
|
"type": "list",
|
216460
216485
|
"member": {
|
216461
216486
|
"locationName": "SourceId"
|
216462
216487
|
}
|
216463
216488
|
},
|
216464
|
-
"
|
216489
|
+
"S3o": {
|
216465
216490
|
"type": "list",
|
216466
216491
|
"member": {
|
216467
216492
|
"locationName": "EventCategory"
|
216468
216493
|
}
|
216469
216494
|
},
|
216470
|
-
"
|
216495
|
+
"S3q": {
|
216471
216496
|
"type": "structure",
|
216472
216497
|
"members": {
|
216473
216498
|
"CustomerAwsId": {},
|
@@ -216479,10 +216504,10 @@ module.exports={
|
|
216479
216504
|
},
|
216480
216505
|
"SourceType": {},
|
216481
216506
|
"SourceIdsList": {
|
216482
|
-
"shape": "
|
216507
|
+
"shape": "S3n"
|
216483
216508
|
},
|
216484
216509
|
"EventCategoriesList": {
|
216485
|
-
"shape": "
|
216510
|
+
"shape": "S3o"
|
216486
216511
|
},
|
216487
216512
|
"Severity": {},
|
216488
216513
|
"Enabled": {
|
@@ -216494,7 +216519,7 @@ module.exports={
|
|
216494
216519
|
},
|
216495
216520
|
"wrapper": true
|
216496
216521
|
},
|
216497
|
-
"
|
216522
|
+
"S3t": {
|
216498
216523
|
"type": "structure",
|
216499
216524
|
"members": {
|
216500
216525
|
"HsmClientCertificateIdentifier": {},
|
@@ -216505,7 +216530,7 @@ module.exports={
|
|
216505
216530
|
},
|
216506
216531
|
"wrapper": true
|
216507
216532
|
},
|
216508
|
-
"
|
216533
|
+
"S3w": {
|
216509
216534
|
"type": "structure",
|
216510
216535
|
"members": {
|
216511
216536
|
"HsmConfigurationIdentifier": {},
|
@@ -216518,21 +216543,21 @@ module.exports={
|
|
216518
216543
|
},
|
216519
216544
|
"wrapper": true
|
216520
216545
|
},
|
216521
|
-
"
|
216546
|
+
"S3y": {
|
216522
216547
|
"type": "structure",
|
216523
216548
|
"members": {
|
216524
216549
|
"ResizeCluster": {
|
216525
|
-
"shape": "
|
216550
|
+
"shape": "S3z"
|
216526
216551
|
},
|
216527
216552
|
"PauseCluster": {
|
216528
|
-
"shape": "
|
216553
|
+
"shape": "S40"
|
216529
216554
|
},
|
216530
216555
|
"ResumeCluster": {
|
216531
|
-
"shape": "
|
216556
|
+
"shape": "S41"
|
216532
216557
|
}
|
216533
216558
|
}
|
216534
216559
|
},
|
216535
|
-
"
|
216560
|
+
"S3z": {
|
216536
216561
|
"type": "structure",
|
216537
216562
|
"required": [
|
216538
216563
|
"ClusterIdentifier"
|
@@ -216551,7 +216576,7 @@ module.exports={
|
|
216551
216576
|
"TargetReservedNodeOfferingId": {}
|
216552
216577
|
}
|
216553
216578
|
},
|
216554
|
-
"
|
216579
|
+
"S40": {
|
216555
216580
|
"type": "structure",
|
216556
216581
|
"required": [
|
216557
216582
|
"ClusterIdentifier"
|
@@ -216560,7 +216585,7 @@ module.exports={
|
|
216560
216585
|
"ClusterIdentifier": {}
|
216561
216586
|
}
|
216562
216587
|
},
|
216563
|
-
"
|
216588
|
+
"S41": {
|
216564
216589
|
"type": "structure",
|
216565
216590
|
"required": [
|
216566
216591
|
"ClusterIdentifier"
|
@@ -216569,12 +216594,12 @@ module.exports={
|
|
216569
216594
|
"ClusterIdentifier": {}
|
216570
216595
|
}
|
216571
216596
|
},
|
216572
|
-
"
|
216597
|
+
"S42": {
|
216573
216598
|
"type": "structure",
|
216574
216599
|
"members": {
|
216575
216600
|
"ScheduledActionName": {},
|
216576
216601
|
"TargetAction": {
|
216577
|
-
"shape": "
|
216602
|
+
"shape": "S3y"
|
216578
216603
|
},
|
216579
216604
|
"Schedule": {},
|
216580
216605
|
"IamRole": {},
|
@@ -216595,7 +216620,7 @@ module.exports={
|
|
216595
216620
|
}
|
216596
216621
|
}
|
216597
216622
|
},
|
216598
|
-
"
|
216623
|
+
"S47": {
|
216599
216624
|
"type": "structure",
|
216600
216625
|
"members": {
|
216601
216626
|
"SnapshotCopyGrantName": {},
|
@@ -216606,17 +216631,17 @@ module.exports={
|
|
216606
216631
|
},
|
216607
216632
|
"wrapper": true
|
216608
216633
|
},
|
216609
|
-
"
|
216634
|
+
"S49": {
|
216610
216635
|
"type": "list",
|
216611
216636
|
"member": {
|
216612
216637
|
"locationName": "ScheduleDefinition"
|
216613
216638
|
}
|
216614
216639
|
},
|
216615
|
-
"
|
216640
|
+
"S4a": {
|
216616
216641
|
"type": "structure",
|
216617
216642
|
"members": {
|
216618
216643
|
"ScheduleDefinitions": {
|
216619
|
-
"shape": "
|
216644
|
+
"shape": "S49"
|
216620
216645
|
},
|
216621
216646
|
"ScheduleIdentifier": {},
|
216622
216647
|
"ScheduleDescription": {},
|
@@ -216646,7 +216671,7 @@ module.exports={
|
|
216646
216671
|
}
|
216647
216672
|
}
|
216648
216673
|
},
|
216649
|
-
"
|
216674
|
+
"S4k": {
|
216650
216675
|
"type": "structure",
|
216651
216676
|
"members": {
|
216652
216677
|
"UsageLimitId": {},
|
@@ -216663,19 +216688,19 @@ module.exports={
|
|
216663
216688
|
}
|
216664
216689
|
}
|
216665
216690
|
},
|
216666
|
-
"
|
216691
|
+
"S53": {
|
216667
216692
|
"type": "list",
|
216668
216693
|
"member": {
|
216669
216694
|
"locationName": "TagKey"
|
216670
216695
|
}
|
216671
216696
|
},
|
216672
|
-
"
|
216697
|
+
"S5n": {
|
216673
216698
|
"type": "list",
|
216674
216699
|
"member": {
|
216675
216700
|
"locationName": "TagValue"
|
216676
216701
|
}
|
216677
216702
|
},
|
216678
|
-
"
|
216703
|
+
"S5s": {
|
216679
216704
|
"type": "list",
|
216680
216705
|
"member": {
|
216681
216706
|
"locationName": "Parameter",
|
@@ -216695,13 +216720,13 @@ module.exports={
|
|
216695
216720
|
}
|
216696
216721
|
}
|
216697
216722
|
},
|
216698
|
-
"
|
216723
|
+
"S6v": {
|
216699
216724
|
"type": "list",
|
216700
216725
|
"member": {
|
216701
216726
|
"shape": "Sj"
|
216702
216727
|
}
|
216703
216728
|
},
|
216704
|
-
"
|
216729
|
+
"S7w": {
|
216705
216730
|
"type": "structure",
|
216706
216731
|
"members": {
|
216707
216732
|
"LoggingEnabled": {
|
@@ -216718,28 +216743,28 @@ module.exports={
|
|
216718
216743
|
"LastFailureMessage": {},
|
216719
216744
|
"LogDestinationType": {},
|
216720
216745
|
"LogExports": {
|
216721
|
-
"shape": "
|
216746
|
+
"shape": "S7y"
|
216722
216747
|
}
|
216723
216748
|
}
|
216724
216749
|
},
|
216725
|
-
"
|
216750
|
+
"S7y": {
|
216726
216751
|
"type": "list",
|
216727
216752
|
"member": {}
|
216728
216753
|
},
|
216729
|
-
"
|
216754
|
+
"S85": {
|
216730
216755
|
"type": "list",
|
216731
216756
|
"member": {
|
216732
216757
|
"locationName": "item"
|
216733
216758
|
}
|
216734
216759
|
},
|
216735
|
-
"
|
216760
|
+
"S8q": {
|
216736
216761
|
"type": "list",
|
216737
216762
|
"member": {
|
216738
|
-
"shape": "
|
216763
|
+
"shape": "S8r",
|
216739
216764
|
"locationName": "ReservedNodeOffering"
|
216740
216765
|
}
|
216741
216766
|
},
|
216742
|
-
"
|
216767
|
+
"S8r": {
|
216743
216768
|
"type": "structure",
|
216744
216769
|
"members": {
|
216745
216770
|
"ReservedNodeOfferingId": {},
|
@@ -216762,7 +216787,7 @@ module.exports={
|
|
216762
216787
|
},
|
216763
216788
|
"wrapper": true
|
216764
216789
|
},
|
216765
|
-
"
|
216790
|
+
"S9d": {
|
216766
216791
|
"type": "structure",
|
216767
216792
|
"members": {
|
216768
216793
|
"TableRestoreRequestId": {},
|
@@ -216788,10 +216813,6 @@ module.exports={
|
|
216788
216813
|
},
|
216789
216814
|
"wrapper": true
|
216790
216815
|
},
|
216791
|
-
"S9v": {
|
216792
|
-
"type": "string",
|
216793
|
-
"sensitive": true
|
216794
|
-
},
|
216795
216816
|
"Sai": {
|
216796
216817
|
"type": "structure",
|
216797
216818
|
"members": {
|
@@ -262261,7 +262282,7 @@ AWS.util.update(AWS, {
|
|
262261
262282
|
/**
|
262262
262283
|
* @constant
|
262263
262284
|
*/
|
262264
|
-
VERSION: '2.
|
262285
|
+
VERSION: '2.1474.0',
|
262265
262286
|
|
262266
262287
|
/**
|
262267
262288
|
* @api private
|
@@ -284442,7 +284463,7 @@ var LRUCache = /** @class */ (function () {
|
|
284442
284463
|
}());
|
284443
284464
|
exports.LRUCache = LRUCache;
|
284444
284465
|
},{}],467:[function(require,module,exports){
|
284445
|
-
// AWS SDK for JavaScript v2.
|
284466
|
+
// AWS SDK for JavaScript v2.1474.0
|
284446
284467
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284447
284468
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284448
284469
|
require('./browser_loader');
|