aws-sdk 2.1482.0 → 2.1484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +8 -5
- package/apis/dataexchange-2017-07-25.min.json +125 -0
- package/apis/datasync-2018-11-09.min.json +27 -15
- package/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/apis/finspace-2021-03-12.min.json +47 -0
- package/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/apis/neptune-2014-10-31.min.json +86 -78
- package/apis/rds-2014-10-31.min.json +222 -107
- package/apis/rds-2014-10-31.paginators.json +6 -0
- package/apis/redshift-2012-12-01.min.json +121 -113
- package/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/apis/s3outposts-2017-07-25.min.json +1 -0
- package/clients/connect.d.ts +46 -22
- package/clients/dataexchange.d.ts +153 -0
- package/clients/datasync.d.ts +45 -30
- package/clients/emr.d.ts +56 -40
- package/clients/finspace.d.ts +46 -2
- package/clients/mediapackagev2.d.ts +24 -0
- package/clients/neptune.d.ts +20 -4
- package/clients/pinpoint.d.ts +3 -3
- package/clients/rds.d.ts +148 -0
- package/clients/redshift.d.ts +24 -0
- package/clients/redshiftserverless.d.ts +212 -2
- package/clients/resiliencehub.d.ts +136 -103
- package/clients/s3outposts.d.ts +5 -0
- package/clients/wafv2.d.ts +20 -20
- package/clients/wisdom.d.ts +8 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +374 -230
- package/dist/aws-sdk.min.js +66 -66
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1484.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){
|
@@ -65147,11 +65147,11 @@ module.exports={
|
|
65147
65147
|
"input": {
|
65148
65148
|
"type": "structure",
|
65149
65149
|
"required": [
|
65150
|
-
"TargetArn",
|
65151
65150
|
"PhoneNumber"
|
65152
65151
|
],
|
65153
65152
|
"members": {
|
65154
65153
|
"TargetArn": {},
|
65154
|
+
"InstanceId": {},
|
65155
65155
|
"PhoneNumber": {},
|
65156
65156
|
"PhoneNumberDescription": {},
|
65157
65157
|
"Tags": {
|
@@ -67178,6 +67178,7 @@ module.exports={
|
|
67178
67178
|
"PhoneNumberType": {},
|
67179
67179
|
"PhoneNumberDescription": {},
|
67180
67180
|
"TargetArn": {},
|
67181
|
+
"InstanceId": {},
|
67181
67182
|
"Tags": {
|
67182
67183
|
"shape": "S1r"
|
67183
67184
|
},
|
@@ -69573,6 +69574,7 @@ module.exports={
|
|
69573
69574
|
"type": "structure",
|
69574
69575
|
"members": {
|
69575
69576
|
"TargetArn": {},
|
69577
|
+
"InstanceId": {},
|
69576
69578
|
"MaxResults": {
|
69577
69579
|
"type": "integer"
|
69578
69580
|
},
|
@@ -69600,7 +69602,8 @@ module.exports={
|
|
69600
69602
|
"PhoneNumber": {},
|
69601
69603
|
"PhoneNumberCountryCode": {},
|
69602
69604
|
"PhoneNumberType": {},
|
69603
|
-
"TargetArn": {}
|
69605
|
+
"TargetArn": {},
|
69606
|
+
"InstanceId": {}
|
69604
69607
|
}
|
69605
69608
|
}
|
69606
69609
|
}
|
@@ -70712,12 +70715,12 @@ module.exports={
|
|
70712
70715
|
"input": {
|
70713
70716
|
"type": "structure",
|
70714
70717
|
"required": [
|
70715
|
-
"TargetArn",
|
70716
70718
|
"PhoneNumberCountryCode",
|
70717
70719
|
"PhoneNumberType"
|
70718
70720
|
],
|
70719
70721
|
"members": {
|
70720
70722
|
"TargetArn": {},
|
70723
|
+
"InstanceId": {},
|
70721
70724
|
"PhoneNumberCountryCode": {},
|
70722
70725
|
"PhoneNumberType": {},
|
70723
70726
|
"PhoneNumberPrefix": {},
|
@@ -72160,8 +72163,7 @@ module.exports={
|
|
72160
72163
|
"input": {
|
72161
72164
|
"type": "structure",
|
72162
72165
|
"required": [
|
72163
|
-
"PhoneNumberId"
|
72164
|
-
"TargetArn"
|
72166
|
+
"PhoneNumberId"
|
72165
72167
|
],
|
72166
72168
|
"members": {
|
72167
72169
|
"PhoneNumberId": {
|
@@ -72169,6 +72171,7 @@ module.exports={
|
|
72169
72171
|
"locationName": "PhoneNumberId"
|
72170
72172
|
},
|
72171
72173
|
"TargetArn": {},
|
72174
|
+
"InstanceId": {},
|
72172
72175
|
"ClientToken": {
|
72173
72176
|
"idempotencyToken": true
|
72174
72177
|
}
|
@@ -133814,7 +133817,13 @@ module.exports={
|
|
133814
133817
|
"PlacementGroups": {
|
133815
133818
|
"shape": "S38"
|
133816
133819
|
},
|
133817
|
-
"OSReleaseLabel": {}
|
133820
|
+
"OSReleaseLabel": {},
|
133821
|
+
"EbsRootVolumeIops": {
|
133822
|
+
"type": "integer"
|
133823
|
+
},
|
133824
|
+
"EbsRootVolumeThroughput": {
|
133825
|
+
"type": "integer"
|
133826
|
+
}
|
133818
133827
|
}
|
133819
133828
|
}
|
133820
133829
|
}
|
@@ -135307,7 +135316,13 @@ module.exports={
|
|
135307
135316
|
"AutoTerminationPolicy": {
|
135308
135317
|
"shape": "S4w"
|
135309
135318
|
},
|
135310
|
-
"OSReleaseLabel": {}
|
135319
|
+
"OSReleaseLabel": {},
|
135320
|
+
"EbsRootVolumeIops": {
|
135321
|
+
"type": "integer"
|
135322
|
+
},
|
135323
|
+
"EbsRootVolumeThroughput": {
|
135324
|
+
"type": "integer"
|
135325
|
+
}
|
135311
135326
|
}
|
135312
135327
|
},
|
135313
135328
|
"output": {
|
@@ -206374,6 +206389,32 @@ module.exports={
|
|
206374
206389
|
}
|
206375
206390
|
}
|
206376
206391
|
},
|
206392
|
+
"CreateIntegration": {
|
206393
|
+
"input": {
|
206394
|
+
"type": "structure",
|
206395
|
+
"required": [
|
206396
|
+
"SourceArn",
|
206397
|
+
"TargetArn",
|
206398
|
+
"IntegrationName"
|
206399
|
+
],
|
206400
|
+
"members": {
|
206401
|
+
"SourceArn": {},
|
206402
|
+
"TargetArn": {},
|
206403
|
+
"IntegrationName": {},
|
206404
|
+
"KMSKeyId": {},
|
206405
|
+
"AdditionalEncryptionContext": {
|
206406
|
+
"shape": "S5o"
|
206407
|
+
},
|
206408
|
+
"Tags": {
|
206409
|
+
"shape": "Sb"
|
206410
|
+
}
|
206411
|
+
}
|
206412
|
+
},
|
206413
|
+
"output": {
|
206414
|
+
"shape": "S5p",
|
206415
|
+
"resultWrapper": "CreateIntegrationResult"
|
206416
|
+
}
|
206417
|
+
},
|
206377
206418
|
"CreateOptionGroup": {
|
206378
206419
|
"input": {
|
206379
206420
|
"type": "structure",
|
@@ -206485,7 +206526,7 @@ module.exports={
|
|
206485
206526
|
"type": "structure",
|
206486
206527
|
"members": {
|
206487
206528
|
"DBClusterAutomatedBackup": {
|
206488
|
-
"shape": "
|
206529
|
+
"shape": "S63"
|
206489
206530
|
}
|
206490
206531
|
}
|
206491
206532
|
}
|
@@ -206576,7 +206617,7 @@ module.exports={
|
|
206576
206617
|
"type": "structure",
|
206577
206618
|
"members": {
|
206578
206619
|
"DBInstanceAutomatedBackup": {
|
206579
|
-
"shape": "
|
206620
|
+
"shape": "S6d"
|
206580
206621
|
}
|
206581
206622
|
}
|
206582
206623
|
}
|
@@ -206714,6 +206755,21 @@ module.exports={
|
|
206714
206755
|
}
|
206715
206756
|
}
|
206716
206757
|
},
|
206758
|
+
"DeleteIntegration": {
|
206759
|
+
"input": {
|
206760
|
+
"type": "structure",
|
206761
|
+
"required": [
|
206762
|
+
"IntegrationIdentifier"
|
206763
|
+
],
|
206764
|
+
"members": {
|
206765
|
+
"IntegrationIdentifier": {}
|
206766
|
+
}
|
206767
|
+
},
|
206768
|
+
"output": {
|
206769
|
+
"shape": "S5p",
|
206770
|
+
"resultWrapper": "DeleteIntegrationResult"
|
206771
|
+
}
|
206772
|
+
},
|
206717
206773
|
"DeleteOptionGroup": {
|
206718
206774
|
"input": {
|
206719
206775
|
"type": "structure",
|
@@ -206783,7 +206839,7 @@ module.exports={
|
|
206783
206839
|
"members": {
|
206784
206840
|
"BlueGreenDeploymentIdentifier": {},
|
206785
206841
|
"Filters": {
|
206786
|
-
"shape": "
|
206842
|
+
"shape": "S72"
|
206787
206843
|
},
|
206788
206844
|
"Marker": {},
|
206789
206845
|
"MaxRecords": {
|
@@ -206811,7 +206867,7 @@ module.exports={
|
|
206811
206867
|
"members": {
|
206812
206868
|
"CertificateIdentifier": {},
|
206813
206869
|
"Filters": {
|
206814
|
-
"shape": "
|
206870
|
+
"shape": "S72"
|
206815
206871
|
},
|
206816
206872
|
"MaxRecords": {
|
206817
206873
|
"type": "integer"
|
@@ -206827,7 +206883,7 @@ module.exports={
|
|
206827
206883
|
"Certificates": {
|
206828
206884
|
"type": "list",
|
206829
206885
|
"member": {
|
206830
|
-
"shape": "
|
206886
|
+
"shape": "S7b",
|
206831
206887
|
"locationName": "Certificate"
|
206832
206888
|
}
|
206833
206889
|
},
|
@@ -206842,7 +206898,7 @@ module.exports={
|
|
206842
206898
|
"DbClusterResourceId": {},
|
206843
206899
|
"DBClusterIdentifier": {},
|
206844
206900
|
"Filters": {
|
206845
|
-
"shape": "
|
206901
|
+
"shape": "S72"
|
206846
206902
|
},
|
206847
206903
|
"MaxRecords": {
|
206848
206904
|
"type": "integer"
|
@@ -206858,7 +206914,7 @@ module.exports={
|
|
206858
206914
|
"DBClusterAutomatedBackups": {
|
206859
206915
|
"type": "list",
|
206860
206916
|
"member": {
|
206861
|
-
"shape": "
|
206917
|
+
"shape": "S63",
|
206862
206918
|
"locationName": "DBClusterAutomatedBackup"
|
206863
206919
|
}
|
206864
206920
|
}
|
@@ -206875,7 +206931,7 @@ module.exports={
|
|
206875
206931
|
"DBClusterIdentifier": {},
|
206876
206932
|
"BacktrackIdentifier": {},
|
206877
206933
|
"Filters": {
|
206878
|
-
"shape": "
|
206934
|
+
"shape": "S72"
|
206879
206935
|
},
|
206880
206936
|
"MaxRecords": {
|
206881
206937
|
"type": "integer"
|
@@ -206905,7 +206961,7 @@ module.exports={
|
|
206905
206961
|
"DBClusterIdentifier": {},
|
206906
206962
|
"DBClusterEndpointIdentifier": {},
|
206907
206963
|
"Filters": {
|
206908
|
-
"shape": "
|
206964
|
+
"shape": "S72"
|
206909
206965
|
},
|
206910
206966
|
"MaxRecords": {
|
206911
206967
|
"type": "integer"
|
@@ -206934,7 +206990,7 @@ module.exports={
|
|
206934
206990
|
"members": {
|
206935
206991
|
"DBClusterParameterGroupName": {},
|
206936
206992
|
"Filters": {
|
206937
|
-
"shape": "
|
206993
|
+
"shape": "S72"
|
206938
206994
|
},
|
206939
206995
|
"MaxRecords": {
|
206940
206996
|
"type": "integer"
|
@@ -206967,7 +207023,7 @@ module.exports={
|
|
206967
207023
|
"DBClusterParameterGroupName": {},
|
206968
207024
|
"Source": {},
|
206969
207025
|
"Filters": {
|
206970
|
-
"shape": "
|
207026
|
+
"shape": "S72"
|
206971
207027
|
},
|
206972
207028
|
"MaxRecords": {
|
206973
207029
|
"type": "integer"
|
@@ -206980,7 +207036,7 @@ module.exports={
|
|
206980
207036
|
"type": "structure",
|
206981
207037
|
"members": {
|
206982
207038
|
"Parameters": {
|
206983
|
-
"shape": "
|
207039
|
+
"shape": "S7q"
|
206984
207040
|
},
|
206985
207041
|
"Marker": {}
|
206986
207042
|
}
|
@@ -207001,7 +207057,7 @@ module.exports={
|
|
207001
207057
|
"type": "structure",
|
207002
207058
|
"members": {
|
207003
207059
|
"DBClusterSnapshotAttributesResult": {
|
207004
|
-
"shape": "
|
207060
|
+
"shape": "S7v"
|
207005
207061
|
}
|
207006
207062
|
}
|
207007
207063
|
}
|
@@ -207014,7 +207070,7 @@ module.exports={
|
|
207014
207070
|
"DBClusterSnapshotIdentifier": {},
|
207015
207071
|
"SnapshotType": {},
|
207016
207072
|
"Filters": {
|
207017
|
-
"shape": "
|
207073
|
+
"shape": "S72"
|
207018
207074
|
},
|
207019
207075
|
"MaxRecords": {
|
207020
207076
|
"type": "integer"
|
@@ -207050,7 +207106,7 @@ module.exports={
|
|
207050
207106
|
"members": {
|
207051
207107
|
"DBClusterIdentifier": {},
|
207052
207108
|
"Filters": {
|
207053
|
-
"shape": "
|
207109
|
+
"shape": "S72"
|
207054
207110
|
},
|
207055
207111
|
"MaxRecords": {
|
207056
207112
|
"type": "integer"
|
@@ -207084,7 +207140,7 @@ module.exports={
|
|
207084
207140
|
"EngineVersion": {},
|
207085
207141
|
"DBParameterGroupFamily": {},
|
207086
207142
|
"Filters": {
|
207087
|
-
"shape": "
|
207143
|
+
"shape": "S72"
|
207088
207144
|
},
|
207089
207145
|
"MaxRecords": {
|
207090
207146
|
"type": "integer"
|
@@ -207126,7 +207182,7 @@ module.exports={
|
|
207126
207182
|
"DbiResourceId": {},
|
207127
207183
|
"DBInstanceIdentifier": {},
|
207128
207184
|
"Filters": {
|
207129
|
-
"shape": "
|
207185
|
+
"shape": "S72"
|
207130
207186
|
},
|
207131
207187
|
"MaxRecords": {
|
207132
207188
|
"type": "integer"
|
@@ -207143,7 +207199,7 @@ module.exports={
|
|
207143
207199
|
"DBInstanceAutomatedBackups": {
|
207144
207200
|
"type": "list",
|
207145
207201
|
"member": {
|
207146
|
-
"shape": "
|
207202
|
+
"shape": "S6d",
|
207147
207203
|
"locationName": "DBInstanceAutomatedBackup"
|
207148
207204
|
}
|
207149
207205
|
}
|
@@ -207156,7 +207212,7 @@ module.exports={
|
|
207156
207212
|
"members": {
|
207157
207213
|
"DBInstanceIdentifier": {},
|
207158
207214
|
"Filters": {
|
207159
|
-
"shape": "
|
207215
|
+
"shape": "S72"
|
207160
207216
|
},
|
207161
207217
|
"MaxRecords": {
|
207162
207218
|
"type": "integer"
|
@@ -207195,7 +207251,7 @@ module.exports={
|
|
207195
207251
|
"type": "long"
|
207196
207252
|
},
|
207197
207253
|
"Filters": {
|
207198
|
-
"shape": "
|
207254
|
+
"shape": "S72"
|
207199
207255
|
},
|
207200
207256
|
"MaxRecords": {
|
207201
207257
|
"type": "integer"
|
@@ -207233,7 +207289,7 @@ module.exports={
|
|
207233
207289
|
"members": {
|
207234
207290
|
"DBParameterGroupName": {},
|
207235
207291
|
"Filters": {
|
207236
|
-
"shape": "
|
207292
|
+
"shape": "S72"
|
207237
207293
|
},
|
207238
207294
|
"MaxRecords": {
|
207239
207295
|
"type": "integer"
|
@@ -207266,7 +207322,7 @@ module.exports={
|
|
207266
207322
|
"DBParameterGroupName": {},
|
207267
207323
|
"Source": {},
|
207268
207324
|
"Filters": {
|
207269
|
-
"shape": "
|
207325
|
+
"shape": "S72"
|
207270
207326
|
},
|
207271
207327
|
"MaxRecords": {
|
207272
207328
|
"type": "integer"
|
@@ -207279,7 +207335,7 @@ module.exports={
|
|
207279
207335
|
"type": "structure",
|
207280
207336
|
"members": {
|
207281
207337
|
"Parameters": {
|
207282
|
-
"shape": "
|
207338
|
+
"shape": "S7q"
|
207283
207339
|
},
|
207284
207340
|
"Marker": {}
|
207285
207341
|
}
|
@@ -207291,7 +207347,7 @@ module.exports={
|
|
207291
207347
|
"members": {
|
207292
207348
|
"DBProxyName": {},
|
207293
207349
|
"Filters": {
|
207294
|
-
"shape": "
|
207350
|
+
"shape": "S72"
|
207295
207351
|
},
|
207296
207352
|
"Marker": {},
|
207297
207353
|
"MaxRecords": {
|
@@ -207320,7 +207376,7 @@ module.exports={
|
|
207320
207376
|
"DBProxyName": {},
|
207321
207377
|
"DBProxyEndpointName": {},
|
207322
207378
|
"Filters": {
|
207323
|
-
"shape": "
|
207379
|
+
"shape": "S72"
|
207324
207380
|
},
|
207325
207381
|
"Marker": {},
|
207326
207382
|
"MaxRecords": {
|
@@ -207352,7 +207408,7 @@ module.exports={
|
|
207352
207408
|
"DBProxyName": {},
|
207353
207409
|
"TargetGroupName": {},
|
207354
207410
|
"Filters": {
|
207355
|
-
"shape": "
|
207411
|
+
"shape": "S72"
|
207356
207412
|
},
|
207357
207413
|
"Marker": {},
|
207358
207414
|
"MaxRecords": {
|
@@ -207367,7 +207423,7 @@ module.exports={
|
|
207367
207423
|
"TargetGroups": {
|
207368
207424
|
"type": "list",
|
207369
207425
|
"member": {
|
207370
|
-
"shape": "
|
207426
|
+
"shape": "S8w"
|
207371
207427
|
}
|
207372
207428
|
},
|
207373
207429
|
"Marker": {}
|
@@ -207384,7 +207440,7 @@ module.exports={
|
|
207384
207440
|
"DBProxyName": {},
|
207385
207441
|
"TargetGroupName": {},
|
207386
207442
|
"Filters": {
|
207387
|
-
"shape": "
|
207443
|
+
"shape": "S72"
|
207388
207444
|
},
|
207389
207445
|
"Marker": {},
|
207390
207446
|
"MaxRecords": {
|
@@ -207397,7 +207453,7 @@ module.exports={
|
|
207397
207453
|
"type": "structure",
|
207398
207454
|
"members": {
|
207399
207455
|
"Targets": {
|
207400
|
-
"shape": "
|
207456
|
+
"shape": "S90"
|
207401
207457
|
},
|
207402
207458
|
"Marker": {}
|
207403
207459
|
}
|
@@ -207409,7 +207465,7 @@ module.exports={
|
|
207409
207465
|
"members": {
|
207410
207466
|
"DBSecurityGroupName": {},
|
207411
207467
|
"Filters": {
|
207412
|
-
"shape": "
|
207468
|
+
"shape": "S72"
|
207413
207469
|
},
|
207414
207470
|
"MaxRecords": {
|
207415
207471
|
"type": "integer"
|
@@ -207447,7 +207503,7 @@ module.exports={
|
|
207447
207503
|
"type": "structure",
|
207448
207504
|
"members": {
|
207449
207505
|
"DBSnapshotAttributesResult": {
|
207450
|
-
"shape": "
|
207506
|
+
"shape": "S9c"
|
207451
207507
|
}
|
207452
207508
|
}
|
207453
207509
|
}
|
@@ -207460,7 +207516,7 @@ module.exports={
|
|
207460
207516
|
"DBSnapshotIdentifier": {},
|
207461
207517
|
"SnapshotType": {},
|
207462
207518
|
"Filters": {
|
207463
|
-
"shape": "
|
207519
|
+
"shape": "S72"
|
207464
207520
|
},
|
207465
207521
|
"MaxRecords": {
|
207466
207522
|
"type": "integer"
|
@@ -207496,7 +207552,7 @@ module.exports={
|
|
207496
207552
|
"members": {
|
207497
207553
|
"DBSubnetGroupName": {},
|
207498
207554
|
"Filters": {
|
207499
|
-
"shape": "
|
207555
|
+
"shape": "S72"
|
207500
207556
|
},
|
207501
207557
|
"MaxRecords": {
|
207502
207558
|
"type": "integer"
|
@@ -207528,7 +207584,7 @@ module.exports={
|
|
207528
207584
|
"members": {
|
207529
207585
|
"DBParameterGroupFamily": {},
|
207530
207586
|
"Filters": {
|
207531
|
-
"shape": "
|
207587
|
+
"shape": "S72"
|
207532
207588
|
},
|
207533
207589
|
"MaxRecords": {
|
207534
207590
|
"type": "integer"
|
@@ -207541,7 +207597,7 @@ module.exports={
|
|
207541
207597
|
"type": "structure",
|
207542
207598
|
"members": {
|
207543
207599
|
"EngineDefaults": {
|
207544
|
-
"shape": "
|
207600
|
+
"shape": "S9n"
|
207545
207601
|
}
|
207546
207602
|
}
|
207547
207603
|
}
|
@@ -207555,7 +207611,7 @@ module.exports={
|
|
207555
207611
|
"members": {
|
207556
207612
|
"DBParameterGroupFamily": {},
|
207557
207613
|
"Filters": {
|
207558
|
-
"shape": "
|
207614
|
+
"shape": "S72"
|
207559
207615
|
},
|
207560
207616
|
"MaxRecords": {
|
207561
207617
|
"type": "integer"
|
@@ -207568,7 +207624,7 @@ module.exports={
|
|
207568
207624
|
"type": "structure",
|
207569
207625
|
"members": {
|
207570
207626
|
"EngineDefaults": {
|
207571
|
-
"shape": "
|
207627
|
+
"shape": "S9n"
|
207572
207628
|
}
|
207573
207629
|
}
|
207574
207630
|
}
|
@@ -207579,7 +207635,7 @@ module.exports={
|
|
207579
207635
|
"members": {
|
207580
207636
|
"SourceType": {},
|
207581
207637
|
"Filters": {
|
207582
|
-
"shape": "
|
207638
|
+
"shape": "S72"
|
207583
207639
|
}
|
207584
207640
|
}
|
207585
207641
|
},
|
@@ -207610,7 +207666,7 @@ module.exports={
|
|
207610
207666
|
"members": {
|
207611
207667
|
"SubscriptionName": {},
|
207612
207668
|
"Filters": {
|
207613
|
-
"shape": "
|
207669
|
+
"shape": "S72"
|
207614
207670
|
},
|
207615
207671
|
"MaxRecords": {
|
207616
207672
|
"type": "integer"
|
@@ -207652,7 +207708,7 @@ module.exports={
|
|
207652
207708
|
"shape": "S8"
|
207653
207709
|
},
|
207654
207710
|
"Filters": {
|
207655
|
-
"shape": "
|
207711
|
+
"shape": "S72"
|
207656
207712
|
},
|
207657
207713
|
"MaxRecords": {
|
207658
207714
|
"type": "integer"
|
@@ -207694,7 +207750,7 @@ module.exports={
|
|
207694
207750
|
"ExportTaskIdentifier": {},
|
207695
207751
|
"SourceArn": {},
|
207696
207752
|
"Filters": {
|
207697
|
-
"shape": "
|
207753
|
+
"shape": "S72"
|
207698
207754
|
},
|
207699
207755
|
"Marker": {},
|
207700
207756
|
"MaxRecords": {
|
@@ -207724,7 +207780,7 @@ module.exports={
|
|
207724
207780
|
"members": {
|
207725
207781
|
"GlobalClusterIdentifier": {},
|
207726
207782
|
"Filters": {
|
207727
|
-
"shape": "
|
207783
|
+
"shape": "S72"
|
207728
207784
|
},
|
207729
207785
|
"MaxRecords": {
|
207730
207786
|
"type": "integer"
|
@@ -207747,6 +207803,35 @@ module.exports={
|
|
207747
207803
|
}
|
207748
207804
|
}
|
207749
207805
|
},
|
207806
|
+
"DescribeIntegrations": {
|
207807
|
+
"input": {
|
207808
|
+
"type": "structure",
|
207809
|
+
"members": {
|
207810
|
+
"IntegrationIdentifier": {},
|
207811
|
+
"Filters": {
|
207812
|
+
"shape": "S72"
|
207813
|
+
},
|
207814
|
+
"MaxRecords": {
|
207815
|
+
"type": "integer"
|
207816
|
+
},
|
207817
|
+
"Marker": {}
|
207818
|
+
}
|
207819
|
+
},
|
207820
|
+
"output": {
|
207821
|
+
"resultWrapper": "DescribeIntegrationsResult",
|
207822
|
+
"type": "structure",
|
207823
|
+
"members": {
|
207824
|
+
"Marker": {},
|
207825
|
+
"Integrations": {
|
207826
|
+
"type": "list",
|
207827
|
+
"member": {
|
207828
|
+
"shape": "S5p",
|
207829
|
+
"locationName": "Integration"
|
207830
|
+
}
|
207831
|
+
}
|
207832
|
+
}
|
207833
|
+
}
|
207834
|
+
},
|
207750
207835
|
"DescribeOptionGroupOptions": {
|
207751
207836
|
"input": {
|
207752
207837
|
"type": "structure",
|
@@ -207757,7 +207842,7 @@ module.exports={
|
|
207757
207842
|
"EngineName": {},
|
207758
207843
|
"MajorEngineVersion": {},
|
207759
207844
|
"Filters": {
|
207760
|
-
"shape": "
|
207845
|
+
"shape": "S72"
|
207761
207846
|
},
|
207762
207847
|
"MaxRecords": {
|
207763
207848
|
"type": "integer"
|
@@ -207873,7 +207958,7 @@ module.exports={
|
|
207873
207958
|
"members": {
|
207874
207959
|
"OptionGroupName": {},
|
207875
207960
|
"Filters": {
|
207876
|
-
"shape": "
|
207961
|
+
"shape": "S72"
|
207877
207962
|
},
|
207878
207963
|
"Marker": {},
|
207879
207964
|
"MaxRecords": {
|
@@ -207914,7 +207999,7 @@ module.exports={
|
|
207914
207999
|
"type": "boolean"
|
207915
208000
|
},
|
207916
208001
|
"Filters": {
|
207917
|
-
"shape": "
|
208002
|
+
"shape": "S72"
|
207918
208003
|
},
|
207919
208004
|
"MaxRecords": {
|
207920
208005
|
"type": "integer"
|
@@ -207988,7 +208073,7 @@ module.exports={
|
|
207988
208073
|
"type": "double"
|
207989
208074
|
},
|
207990
208075
|
"AvailableProcessorFeatures": {
|
207991
|
-
"shape": "
|
208076
|
+
"shape": "Saw"
|
207992
208077
|
},
|
207993
208078
|
"SupportedEngineModes": {
|
207994
208079
|
"shape": "S2m"
|
@@ -208047,7 +208132,7 @@ module.exports={
|
|
208047
208132
|
"members": {
|
208048
208133
|
"ResourceIdentifier": {},
|
208049
208134
|
"Filters": {
|
208050
|
-
"shape": "
|
208135
|
+
"shape": "S72"
|
208051
208136
|
},
|
208052
208137
|
"Marker": {},
|
208053
208138
|
"MaxRecords": {
|
@@ -208085,7 +208170,7 @@ module.exports={
|
|
208085
208170
|
},
|
208086
208171
|
"LeaseId": {},
|
208087
208172
|
"Filters": {
|
208088
|
-
"shape": "
|
208173
|
+
"shape": "S72"
|
208089
208174
|
},
|
208090
208175
|
"MaxRecords": {
|
208091
208176
|
"type": "integer"
|
@@ -208101,7 +208186,7 @@ module.exports={
|
|
208101
208186
|
"ReservedDBInstances": {
|
208102
208187
|
"type": "list",
|
208103
208188
|
"member": {
|
208104
|
-
"shape": "
|
208189
|
+
"shape": "Sb5",
|
208105
208190
|
"locationName": "ReservedDBInstance"
|
208106
208191
|
}
|
208107
208192
|
}
|
@@ -208121,7 +208206,7 @@ module.exports={
|
|
208121
208206
|
"type": "boolean"
|
208122
208207
|
},
|
208123
208208
|
"Filters": {
|
208124
|
-
"shape": "
|
208209
|
+
"shape": "S72"
|
208125
208210
|
},
|
208126
208211
|
"MaxRecords": {
|
208127
208212
|
"type": "integer"
|
@@ -208158,7 +208243,7 @@ module.exports={
|
|
208158
208243
|
"type": "boolean"
|
208159
208244
|
},
|
208160
208245
|
"RecurringCharges": {
|
208161
|
-
"shape": "
|
208246
|
+
"shape": "Sb7"
|
208162
208247
|
}
|
208163
208248
|
},
|
208164
208249
|
"wrapper": true
|
@@ -208177,7 +208262,7 @@ module.exports={
|
|
208177
208262
|
},
|
208178
208263
|
"Marker": {},
|
208179
208264
|
"Filters": {
|
208180
|
-
"shape": "
|
208265
|
+
"shape": "S72"
|
208181
208266
|
}
|
208182
208267
|
}
|
208183
208268
|
},
|
@@ -208229,28 +208314,28 @@ module.exports={
|
|
208229
208314
|
"members": {
|
208230
208315
|
"StorageType": {},
|
208231
208316
|
"StorageSize": {
|
208232
|
-
"shape": "
|
208317
|
+
"shape": "Sbm"
|
208233
208318
|
},
|
208234
208319
|
"ProvisionedIops": {
|
208235
|
-
"shape": "
|
208320
|
+
"shape": "Sbm"
|
208236
208321
|
},
|
208237
208322
|
"IopsToStorageRatio": {
|
208238
|
-
"shape": "
|
208323
|
+
"shape": "Sbo"
|
208239
208324
|
},
|
208240
208325
|
"SupportsStorageAutoscaling": {
|
208241
208326
|
"type": "boolean"
|
208242
208327
|
},
|
208243
208328
|
"ProvisionedStorageThroughput": {
|
208244
|
-
"shape": "
|
208329
|
+
"shape": "Sbm"
|
208245
208330
|
},
|
208246
208331
|
"StorageThroughputToIopsRatio": {
|
208247
|
-
"shape": "
|
208332
|
+
"shape": "Sbo"
|
208248
208333
|
}
|
208249
208334
|
}
|
208250
208335
|
}
|
208251
208336
|
},
|
208252
208337
|
"ValidProcessorFeatures": {
|
208253
|
-
"shape": "
|
208338
|
+
"shape": "Saw"
|
208254
208339
|
},
|
208255
208340
|
"SupportsDedicatedLogVolume": {
|
208256
208341
|
"type": "boolean"
|
@@ -208347,7 +208432,7 @@ module.exports={
|
|
208347
208432
|
"members": {
|
208348
208433
|
"ResourceName": {},
|
208349
208434
|
"Filters": {
|
208350
|
-
"shape": "
|
208435
|
+
"shape": "S72"
|
208351
208436
|
}
|
208352
208437
|
}
|
208353
208438
|
},
|
@@ -208399,7 +208484,7 @@ module.exports={
|
|
208399
208484
|
"type": "structure",
|
208400
208485
|
"members": {
|
208401
208486
|
"Certificate": {
|
208402
|
-
"shape": "
|
208487
|
+
"shape": "S7b"
|
208403
208488
|
}
|
208404
208489
|
}
|
208405
208490
|
}
|
@@ -208491,7 +208576,7 @@ module.exports={
|
|
208491
208576
|
"type": "long"
|
208492
208577
|
},
|
208493
208578
|
"CloudwatchLogsExportConfiguration": {
|
208494
|
-
"shape": "
|
208579
|
+
"shape": "Sca"
|
208495
208580
|
},
|
208496
208581
|
"EngineVersion": {},
|
208497
208582
|
"AllowMajorVersionUpgrade": {
|
@@ -208600,12 +208685,12 @@ module.exports={
|
|
208600
208685
|
"members": {
|
208601
208686
|
"DBClusterParameterGroupName": {},
|
208602
208687
|
"Parameters": {
|
208603
|
-
"shape": "
|
208688
|
+
"shape": "S7q"
|
208604
208689
|
}
|
208605
208690
|
}
|
208606
208691
|
},
|
208607
208692
|
"output": {
|
208608
|
-
"shape": "
|
208693
|
+
"shape": "Scf",
|
208609
208694
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
208610
208695
|
}
|
208611
208696
|
},
|
@@ -208620,10 +208705,10 @@ module.exports={
|
|
208620
208705
|
"DBClusterSnapshotIdentifier": {},
|
208621
208706
|
"AttributeName": {},
|
208622
208707
|
"ValuesToAdd": {
|
208623
|
-
"shape": "
|
208708
|
+
"shape": "S7y"
|
208624
208709
|
},
|
208625
208710
|
"ValuesToRemove": {
|
208626
|
-
"shape": "
|
208711
|
+
"shape": "S7y"
|
208627
208712
|
}
|
208628
208713
|
}
|
208629
208714
|
},
|
@@ -208632,7 +208717,7 @@ module.exports={
|
|
208632
208717
|
"type": "structure",
|
208633
208718
|
"members": {
|
208634
208719
|
"DBClusterSnapshotAttributesResult": {
|
208635
|
-
"shape": "
|
208720
|
+
"shape": "S7v"
|
208636
208721
|
}
|
208637
208722
|
}
|
208638
208723
|
}
|
@@ -208724,7 +208809,7 @@ module.exports={
|
|
208724
208809
|
"type": "integer"
|
208725
208810
|
},
|
208726
208811
|
"CloudwatchLogsExportConfiguration": {
|
208727
|
-
"shape": "
|
208812
|
+
"shape": "Sca"
|
208728
208813
|
},
|
208729
208814
|
"ProcessorFeatures": {
|
208730
208815
|
"shape": "S1c"
|
@@ -208787,12 +208872,12 @@ module.exports={
|
|
208787
208872
|
"members": {
|
208788
208873
|
"DBParameterGroupName": {},
|
208789
208874
|
"Parameters": {
|
208790
|
-
"shape": "
|
208875
|
+
"shape": "S7q"
|
208791
208876
|
}
|
208792
208877
|
}
|
208793
208878
|
},
|
208794
208879
|
"output": {
|
208795
|
-
"shape": "
|
208880
|
+
"shape": "Scl",
|
208796
208881
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
208797
208882
|
}
|
208798
208883
|
},
|
@@ -208893,7 +208978,7 @@ module.exports={
|
|
208893
208978
|
"type": "structure",
|
208894
208979
|
"members": {
|
208895
208980
|
"DBProxyTargetGroup": {
|
208896
|
-
"shape": "
|
208981
|
+
"shape": "S8w"
|
208897
208982
|
}
|
208898
208983
|
}
|
208899
208984
|
}
|
@@ -208931,10 +209016,10 @@ module.exports={
|
|
208931
209016
|
"DBSnapshotIdentifier": {},
|
208932
209017
|
"AttributeName": {},
|
208933
209018
|
"ValuesToAdd": {
|
208934
|
-
"shape": "
|
209019
|
+
"shape": "S7y"
|
208935
209020
|
},
|
208936
209021
|
"ValuesToRemove": {
|
208937
|
-
"shape": "
|
209022
|
+
"shape": "S7y"
|
208938
209023
|
}
|
208939
209024
|
}
|
208940
209025
|
},
|
@@ -208943,7 +209028,7 @@ module.exports={
|
|
208943
209028
|
"type": "structure",
|
208944
209029
|
"members": {
|
208945
209030
|
"DBSnapshotAttributesResult": {
|
208946
|
-
"shape": "
|
209031
|
+
"shape": "S9c"
|
208947
209032
|
}
|
208948
209033
|
}
|
208949
209034
|
}
|
@@ -209149,7 +209234,7 @@ module.exports={
|
|
209149
209234
|
"type": "structure",
|
209150
209235
|
"members": {
|
209151
209236
|
"ReservedDBInstance": {
|
209152
|
-
"shape": "
|
209237
|
+
"shape": "Sb5"
|
209153
209238
|
}
|
209154
209239
|
}
|
209155
209240
|
}
|
@@ -209219,7 +209304,7 @@ module.exports={
|
|
209219
209304
|
"type": "structure",
|
209220
209305
|
"members": {
|
209221
209306
|
"DBProxyTargets": {
|
209222
|
-
"shape": "
|
209307
|
+
"shape": "S90"
|
209223
209308
|
}
|
209224
209309
|
}
|
209225
209310
|
}
|
@@ -209321,12 +209406,12 @@ module.exports={
|
|
209321
209406
|
"type": "boolean"
|
209322
209407
|
},
|
209323
209408
|
"Parameters": {
|
209324
|
-
"shape": "
|
209409
|
+
"shape": "S7q"
|
209325
209410
|
}
|
209326
209411
|
}
|
209327
209412
|
},
|
209328
209413
|
"output": {
|
209329
|
-
"shape": "
|
209414
|
+
"shape": "Scf",
|
209330
209415
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
209331
209416
|
}
|
209332
209417
|
},
|
@@ -209342,12 +209427,12 @@ module.exports={
|
|
209342
209427
|
"type": "boolean"
|
209343
209428
|
},
|
209344
209429
|
"Parameters": {
|
209345
|
-
"shape": "
|
209430
|
+
"shape": "S7q"
|
209346
209431
|
}
|
209347
209432
|
}
|
209348
209433
|
},
|
209349
209434
|
"output": {
|
209350
|
-
"shape": "
|
209435
|
+
"shape": "Scl",
|
209351
209436
|
"resultWrapper": "ResetDBParameterGroupResult"
|
209352
209437
|
}
|
209353
209438
|
},
|
@@ -210031,7 +210116,7 @@ module.exports={
|
|
210031
210116
|
"type": "structure",
|
210032
210117
|
"members": {
|
210033
210118
|
"DBInstanceAutomatedBackup": {
|
210034
|
-
"shape": "
|
210119
|
+
"shape": "S6d"
|
210035
210120
|
}
|
210036
210121
|
}
|
210037
210122
|
}
|
@@ -210142,7 +210227,7 @@ module.exports={
|
|
210142
210227
|
"type": "structure",
|
210143
210228
|
"members": {
|
210144
210229
|
"DBInstanceAutomatedBackup": {
|
210145
|
-
"shape": "
|
210230
|
+
"shape": "S6d"
|
210146
210231
|
}
|
210147
210232
|
}
|
210148
210233
|
}
|
@@ -210720,6 +210805,9 @@ module.exports={
|
|
210720
210805
|
},
|
210721
210806
|
"SupportsLocalWriteForwarding": {
|
210722
210807
|
"type": "boolean"
|
210808
|
+
},
|
210809
|
+
"SupportsIntegrations": {
|
210810
|
+
"type": "boolean"
|
210723
210811
|
}
|
210724
210812
|
}
|
210725
210813
|
}
|
@@ -210781,6 +210869,9 @@ module.exports={
|
|
210781
210869
|
},
|
210782
210870
|
"SupportsLocalWriteForwarding": {
|
210783
210871
|
"type": "boolean"
|
210872
|
+
},
|
210873
|
+
"SupportsIntegrations": {
|
210874
|
+
"type": "boolean"
|
210784
210875
|
}
|
210785
210876
|
}
|
210786
210877
|
},
|
@@ -211623,7 +211714,46 @@ module.exports={
|
|
211623
211714
|
},
|
211624
211715
|
"wrapper": true
|
211625
211716
|
},
|
211626
|
-
"
|
211717
|
+
"S5o": {
|
211718
|
+
"type": "map",
|
211719
|
+
"key": {},
|
211720
|
+
"value": {}
|
211721
|
+
},
|
211722
|
+
"S5p": {
|
211723
|
+
"type": "structure",
|
211724
|
+
"members": {
|
211725
|
+
"SourceArn": {},
|
211726
|
+
"TargetArn": {},
|
211727
|
+
"IntegrationName": {},
|
211728
|
+
"IntegrationArn": {},
|
211729
|
+
"KMSKeyId": {},
|
211730
|
+
"AdditionalEncryptionContext": {
|
211731
|
+
"shape": "S5o"
|
211732
|
+
},
|
211733
|
+
"Status": {},
|
211734
|
+
"Tags": {
|
211735
|
+
"shape": "Sb"
|
211736
|
+
},
|
211737
|
+
"CreateTime": {
|
211738
|
+
"type": "timestamp"
|
211739
|
+
},
|
211740
|
+
"Errors": {
|
211741
|
+
"type": "list",
|
211742
|
+
"member": {
|
211743
|
+
"locationName": "IntegrationError",
|
211744
|
+
"type": "structure",
|
211745
|
+
"required": [
|
211746
|
+
"ErrorCode"
|
211747
|
+
],
|
211748
|
+
"members": {
|
211749
|
+
"ErrorCode": {},
|
211750
|
+
"ErrorMessage": {}
|
211751
|
+
}
|
211752
|
+
}
|
211753
|
+
}
|
211754
|
+
}
|
211755
|
+
},
|
211756
|
+
"S63": {
|
211627
211757
|
"type": "structure",
|
211628
211758
|
"members": {
|
211629
211759
|
"Engine": {},
|
@@ -211631,7 +211761,7 @@ module.exports={
|
|
211631
211761
|
"DBClusterAutomatedBackupsArn": {},
|
211632
211762
|
"DBClusterIdentifier": {},
|
211633
211763
|
"RestoreWindow": {
|
211634
|
-
"shape": "
|
211764
|
+
"shape": "S64"
|
211635
211765
|
},
|
211636
211766
|
"MasterUsername": {},
|
211637
211767
|
"DbClusterResourceId": {},
|
@@ -211671,7 +211801,7 @@ module.exports={
|
|
211671
211801
|
},
|
211672
211802
|
"wrapper": true
|
211673
211803
|
},
|
211674
|
-
"
|
211804
|
+
"S64": {
|
211675
211805
|
"type": "structure",
|
211676
211806
|
"members": {
|
211677
211807
|
"EarliestTime": {
|
@@ -211682,7 +211812,7 @@ module.exports={
|
|
211682
211812
|
}
|
211683
211813
|
}
|
211684
211814
|
},
|
211685
|
-
"
|
211815
|
+
"S6d": {
|
211686
211816
|
"type": "structure",
|
211687
211817
|
"members": {
|
211688
211818
|
"DBInstanceArn": {},
|
@@ -211690,7 +211820,7 @@ module.exports={
|
|
211690
211820
|
"Region": {},
|
211691
211821
|
"DBInstanceIdentifier": {},
|
211692
211822
|
"RestoreWindow": {
|
211693
|
-
"shape": "
|
211823
|
+
"shape": "S64"
|
211694
211824
|
},
|
211695
211825
|
"AllocatedStorage": {
|
211696
211826
|
"type": "integer"
|
@@ -211740,7 +211870,7 @@ module.exports={
|
|
211740
211870
|
},
|
211741
211871
|
"wrapper": true
|
211742
211872
|
},
|
211743
|
-
"
|
211873
|
+
"S72": {
|
211744
211874
|
"type": "list",
|
211745
211875
|
"member": {
|
211746
211876
|
"locationName": "Filter",
|
@@ -211760,7 +211890,7 @@ module.exports={
|
|
211760
211890
|
}
|
211761
211891
|
}
|
211762
211892
|
},
|
211763
|
-
"
|
211893
|
+
"S7b": {
|
211764
211894
|
"type": "structure",
|
211765
211895
|
"members": {
|
211766
211896
|
"CertificateIdentifier": {},
|
@@ -211782,7 +211912,7 @@ module.exports={
|
|
211782
211912
|
},
|
211783
211913
|
"wrapper": true
|
211784
211914
|
},
|
211785
|
-
"
|
211915
|
+
"S7q": {
|
211786
211916
|
"type": "list",
|
211787
211917
|
"member": {
|
211788
211918
|
"locationName": "Parameter",
|
@@ -211806,7 +211936,7 @@ module.exports={
|
|
211806
211936
|
}
|
211807
211937
|
}
|
211808
211938
|
},
|
211809
|
-
"
|
211939
|
+
"S7v": {
|
211810
211940
|
"type": "structure",
|
211811
211941
|
"members": {
|
211812
211942
|
"DBClusterSnapshotIdentifier": {},
|
@@ -211818,7 +211948,7 @@ module.exports={
|
|
211818
211948
|
"members": {
|
211819
211949
|
"AttributeName": {},
|
211820
211950
|
"AttributeValues": {
|
211821
|
-
"shape": "
|
211951
|
+
"shape": "S7y"
|
211822
211952
|
}
|
211823
211953
|
}
|
211824
211954
|
}
|
@@ -211826,13 +211956,13 @@ module.exports={
|
|
211826
211956
|
},
|
211827
211957
|
"wrapper": true
|
211828
211958
|
},
|
211829
|
-
"
|
211959
|
+
"S7y": {
|
211830
211960
|
"type": "list",
|
211831
211961
|
"member": {
|
211832
211962
|
"locationName": "AttributeValue"
|
211833
211963
|
}
|
211834
211964
|
},
|
211835
|
-
"
|
211965
|
+
"S8w": {
|
211836
211966
|
"type": "structure",
|
211837
211967
|
"members": {
|
211838
211968
|
"DBProxyName": {},
|
@@ -211868,7 +211998,7 @@ module.exports={
|
|
211868
211998
|
}
|
211869
211999
|
}
|
211870
212000
|
},
|
211871
|
-
"
|
212001
|
+
"S90": {
|
211872
212002
|
"type": "list",
|
211873
212003
|
"member": {
|
211874
212004
|
"type": "structure",
|
@@ -211893,7 +212023,7 @@ module.exports={
|
|
211893
212023
|
}
|
211894
212024
|
}
|
211895
212025
|
},
|
211896
|
-
"
|
212026
|
+
"S9c": {
|
211897
212027
|
"type": "structure",
|
211898
212028
|
"members": {
|
211899
212029
|
"DBSnapshotIdentifier": {},
|
@@ -211905,7 +212035,7 @@ module.exports={
|
|
211905
212035
|
"members": {
|
211906
212036
|
"AttributeName": {},
|
211907
212037
|
"AttributeValues": {
|
211908
|
-
"shape": "
|
212038
|
+
"shape": "S7y"
|
211909
212039
|
}
|
211910
212040
|
},
|
211911
212041
|
"wrapper": true
|
@@ -211914,18 +212044,18 @@ module.exports={
|
|
211914
212044
|
},
|
211915
212045
|
"wrapper": true
|
211916
212046
|
},
|
211917
|
-
"
|
212047
|
+
"S9n": {
|
211918
212048
|
"type": "structure",
|
211919
212049
|
"members": {
|
211920
212050
|
"DBParameterGroupFamily": {},
|
211921
212051
|
"Marker": {},
|
211922
212052
|
"Parameters": {
|
211923
|
-
"shape": "
|
212053
|
+
"shape": "S7q"
|
211924
212054
|
}
|
211925
212055
|
},
|
211926
212056
|
"wrapper": true
|
211927
212057
|
},
|
211928
|
-
"
|
212058
|
+
"Saw": {
|
211929
212059
|
"type": "list",
|
211930
212060
|
"member": {
|
211931
212061
|
"locationName": "AvailableProcessorFeature",
|
@@ -211937,7 +212067,7 @@ module.exports={
|
|
211937
212067
|
}
|
211938
212068
|
}
|
211939
212069
|
},
|
211940
|
-
"
|
212070
|
+
"Sb5": {
|
211941
212071
|
"type": "structure",
|
211942
212072
|
"members": {
|
211943
212073
|
"ReservedDBInstanceId": {},
|
@@ -211966,14 +212096,14 @@ module.exports={
|
|
211966
212096
|
},
|
211967
212097
|
"State": {},
|
211968
212098
|
"RecurringCharges": {
|
211969
|
-
"shape": "
|
212099
|
+
"shape": "Sb7"
|
211970
212100
|
},
|
211971
212101
|
"ReservedDBInstanceArn": {},
|
211972
212102
|
"LeaseId": {}
|
211973
212103
|
},
|
211974
212104
|
"wrapper": true
|
211975
212105
|
},
|
211976
|
-
"
|
212106
|
+
"Sb7": {
|
211977
212107
|
"type": "list",
|
211978
212108
|
"member": {
|
211979
212109
|
"locationName": "RecurringCharge",
|
@@ -211987,7 +212117,7 @@ module.exports={
|
|
211987
212117
|
"wrapper": true
|
211988
212118
|
}
|
211989
212119
|
},
|
211990
|
-
"
|
212120
|
+
"Sbm": {
|
211991
212121
|
"type": "list",
|
211992
212122
|
"member": {
|
211993
212123
|
"locationName": "Range",
|
@@ -212005,7 +212135,7 @@ module.exports={
|
|
212005
212135
|
}
|
212006
212136
|
}
|
212007
212137
|
},
|
212008
|
-
"
|
212138
|
+
"Sbo": {
|
212009
212139
|
"type": "list",
|
212010
212140
|
"member": {
|
212011
212141
|
"locationName": "DoubleRange",
|
@@ -212020,7 +212150,7 @@ module.exports={
|
|
212020
212150
|
}
|
212021
212151
|
}
|
212022
212152
|
},
|
212023
|
-
"
|
212153
|
+
"Sca": {
|
212024
212154
|
"type": "structure",
|
212025
212155
|
"members": {
|
212026
212156
|
"EnableLogTypes": {
|
@@ -212031,13 +212161,13 @@ module.exports={
|
|
212031
212161
|
}
|
212032
212162
|
}
|
212033
212163
|
},
|
212034
|
-
"
|
212164
|
+
"Scf": {
|
212035
212165
|
"type": "structure",
|
212036
212166
|
"members": {
|
212037
212167
|
"DBClusterParameterGroupName": {}
|
212038
212168
|
}
|
212039
212169
|
},
|
212040
|
-
"
|
212170
|
+
"Scl": {
|
212041
212171
|
"type": "structure",
|
212042
212172
|
"members": {
|
212043
212173
|
"DBParameterGroupName": {}
|
@@ -212210,6 +212340,12 @@ module.exports={
|
|
212210
212340
|
"output_token": "Marker",
|
212211
212341
|
"result_key": "GlobalClusters"
|
212212
212342
|
},
|
212343
|
+
"DescribeIntegrations": {
|
212344
|
+
"input_token": "Marker",
|
212345
|
+
"limit_key": "MaxRecords",
|
212346
|
+
"output_token": "Marker",
|
212347
|
+
"result_key": "Integrations"
|
212348
|
+
},
|
212213
212349
|
"DescribeOptionGroupOptions": {
|
212214
212350
|
"input_token": "Marker",
|
212215
212351
|
"limit_key": "MaxRecords",
|
@@ -212962,7 +213098,8 @@ module.exports={
|
|
212962
213098
|
"ManageMasterPassword": {
|
212963
213099
|
"type": "boolean"
|
212964
213100
|
},
|
212965
|
-
"MasterPasswordSecretKmsKeyId": {}
|
213101
|
+
"MasterPasswordSecretKmsKeyId": {},
|
213102
|
+
"IpAddressType": {}
|
212966
213103
|
}
|
212967
213104
|
},
|
212968
213105
|
"output": {
|
@@ -213127,7 +213264,7 @@ module.exports={
|
|
213127
213264
|
}
|
213128
213265
|
},
|
213129
213266
|
"output": {
|
213130
|
-
"shape": "
|
213267
|
+
"shape": "S3m",
|
213131
213268
|
"resultWrapper": "CreateEndpointAccessResult"
|
213132
213269
|
}
|
213133
213270
|
},
|
@@ -213143,10 +213280,10 @@ module.exports={
|
|
213143
213280
|
"SnsTopicArn": {},
|
213144
213281
|
"SourceType": {},
|
213145
213282
|
"SourceIds": {
|
213146
|
-
"shape": "
|
213283
|
+
"shape": "S3o"
|
213147
213284
|
},
|
213148
213285
|
"EventCategories": {
|
213149
|
-
"shape": "
|
213286
|
+
"shape": "S3p"
|
213150
213287
|
},
|
213151
213288
|
"Severity": {},
|
213152
213289
|
"Enabled": {
|
@@ -213162,7 +213299,7 @@ module.exports={
|
|
213162
213299
|
"type": "structure",
|
213163
213300
|
"members": {
|
213164
213301
|
"EventSubscription": {
|
213165
|
-
"shape": "
|
213302
|
+
"shape": "S3r"
|
213166
213303
|
}
|
213167
213304
|
}
|
213168
213305
|
}
|
@@ -213185,7 +213322,7 @@ module.exports={
|
|
213185
213322
|
"type": "structure",
|
213186
213323
|
"members": {
|
213187
213324
|
"HsmClientCertificate": {
|
213188
|
-
"shape": "
|
213325
|
+
"shape": "S3u"
|
213189
213326
|
}
|
213190
213327
|
}
|
213191
213328
|
}
|
@@ -213218,7 +213355,7 @@ module.exports={
|
|
213218
213355
|
"type": "structure",
|
213219
213356
|
"members": {
|
213220
213357
|
"HsmConfiguration": {
|
213221
|
-
"shape": "
|
213358
|
+
"shape": "S3x"
|
213222
213359
|
}
|
213223
213360
|
}
|
213224
213361
|
}
|
@@ -213235,7 +213372,7 @@ module.exports={
|
|
213235
213372
|
"members": {
|
213236
213373
|
"ScheduledActionName": {},
|
213237
213374
|
"TargetAction": {
|
213238
|
-
"shape": "
|
213375
|
+
"shape": "S3z"
|
213239
213376
|
},
|
213240
213377
|
"Schedule": {},
|
213241
213378
|
"IamRole": {},
|
@@ -213252,7 +213389,7 @@ module.exports={
|
|
213252
213389
|
}
|
213253
213390
|
},
|
213254
213391
|
"output": {
|
213255
|
-
"shape": "
|
213392
|
+
"shape": "S43",
|
213256
213393
|
"resultWrapper": "CreateScheduledActionResult"
|
213257
213394
|
}
|
213258
213395
|
},
|
@@ -213275,7 +213412,7 @@ module.exports={
|
|
213275
213412
|
"type": "structure",
|
213276
213413
|
"members": {
|
213277
213414
|
"SnapshotCopyGrant": {
|
213278
|
-
"shape": "
|
213415
|
+
"shape": "S48"
|
213279
213416
|
}
|
213280
213417
|
}
|
213281
213418
|
}
|
@@ -213285,7 +213422,7 @@ module.exports={
|
|
213285
213422
|
"type": "structure",
|
213286
213423
|
"members": {
|
213287
213424
|
"ScheduleDefinitions": {
|
213288
|
-
"shape": "
|
213425
|
+
"shape": "S4a"
|
213289
213426
|
},
|
213290
213427
|
"ScheduleIdentifier": {},
|
213291
213428
|
"ScheduleDescription": {},
|
@@ -213301,7 +213438,7 @@ module.exports={
|
|
213301
213438
|
}
|
213302
213439
|
},
|
213303
213440
|
"output": {
|
213304
|
-
"shape": "
|
213441
|
+
"shape": "S4b",
|
213305
213442
|
"resultWrapper": "CreateSnapshotScheduleResult"
|
213306
213443
|
}
|
213307
213444
|
},
|
@@ -213344,7 +213481,7 @@ module.exports={
|
|
213344
213481
|
}
|
213345
213482
|
},
|
213346
213483
|
"output": {
|
213347
|
-
"shape": "
|
213484
|
+
"shape": "S4l",
|
213348
213485
|
"resultWrapper": "CreateUsageLimitResult"
|
213349
213486
|
}
|
213350
213487
|
},
|
@@ -213479,7 +213616,7 @@ module.exports={
|
|
213479
213616
|
}
|
213480
213617
|
},
|
213481
213618
|
"output": {
|
213482
|
-
"shape": "
|
213619
|
+
"shape": "S3m",
|
213483
213620
|
"resultWrapper": "DeleteEndpointAccessResult"
|
213484
213621
|
}
|
213485
213622
|
},
|
@@ -213579,7 +213716,7 @@ module.exports={
|
|
213579
213716
|
"members": {
|
213580
213717
|
"ResourceName": {},
|
213581
213718
|
"TagKeys": {
|
213582
|
-
"shape": "
|
213719
|
+
"shape": "S55"
|
213583
213720
|
}
|
213584
213721
|
}
|
213585
213722
|
}
|
@@ -213715,10 +213852,10 @@ module.exports={
|
|
213715
213852
|
},
|
213716
213853
|
"Marker": {},
|
213717
213854
|
"TagKeys": {
|
213718
|
-
"shape": "
|
213855
|
+
"shape": "S55"
|
213719
213856
|
},
|
213720
213857
|
"TagValues": {
|
213721
|
-
"shape": "
|
213858
|
+
"shape": "S5p"
|
213722
213859
|
}
|
213723
213860
|
}
|
213724
213861
|
},
|
@@ -213757,7 +213894,7 @@ module.exports={
|
|
213757
213894
|
"type": "structure",
|
213758
213895
|
"members": {
|
213759
213896
|
"Parameters": {
|
213760
|
-
"shape": "
|
213897
|
+
"shape": "S5u"
|
213761
213898
|
},
|
213762
213899
|
"Marker": {}
|
213763
213900
|
}
|
@@ -213773,10 +213910,10 @@ module.exports={
|
|
213773
213910
|
},
|
213774
213911
|
"Marker": {},
|
213775
213912
|
"TagKeys": {
|
213776
|
-
"shape": "
|
213913
|
+
"shape": "S55"
|
213777
213914
|
},
|
213778
213915
|
"TagValues": {
|
213779
|
-
"shape": "
|
213916
|
+
"shape": "S5p"
|
213780
213917
|
}
|
213781
213918
|
}
|
213782
213919
|
},
|
@@ -213815,10 +213952,10 @@ module.exports={
|
|
213815
213952
|
"Marker": {},
|
213816
213953
|
"OwnerAccount": {},
|
213817
213954
|
"TagKeys": {
|
213818
|
-
"shape": "
|
213955
|
+
"shape": "S55"
|
213819
213956
|
},
|
213820
213957
|
"TagValues": {
|
213821
|
-
"shape": "
|
213958
|
+
"shape": "S5p"
|
213822
213959
|
},
|
213823
213960
|
"ClusterExists": {
|
213824
213961
|
"type": "boolean"
|
@@ -213864,10 +214001,10 @@ module.exports={
|
|
213864
214001
|
},
|
213865
214002
|
"Marker": {},
|
213866
214003
|
"TagKeys": {
|
213867
|
-
"shape": "
|
214004
|
+
"shape": "S55"
|
213868
214005
|
},
|
213869
214006
|
"TagValues": {
|
213870
|
-
"shape": "
|
214007
|
+
"shape": "S5p"
|
213871
214008
|
}
|
213872
214009
|
}
|
213873
214010
|
},
|
@@ -213979,10 +214116,10 @@ module.exports={
|
|
213979
214116
|
},
|
213980
214117
|
"Marker": {},
|
213981
214118
|
"TagKeys": {
|
213982
|
-
"shape": "
|
214119
|
+
"shape": "S55"
|
213983
214120
|
},
|
213984
214121
|
"TagValues": {
|
213985
|
-
"shape": "
|
214122
|
+
"shape": "S5p"
|
213986
214123
|
}
|
213987
214124
|
}
|
213988
214125
|
},
|
@@ -214062,7 +214199,7 @@ module.exports={
|
|
214062
214199
|
"type": "structure",
|
214063
214200
|
"members": {
|
214064
214201
|
"DataShares": {
|
214065
|
-
"shape": "
|
214202
|
+
"shape": "S6x"
|
214066
214203
|
},
|
214067
214204
|
"Marker": {}
|
214068
214205
|
}
|
@@ -214085,7 +214222,7 @@ module.exports={
|
|
214085
214222
|
"type": "structure",
|
214086
214223
|
"members": {
|
214087
214224
|
"DataShares": {
|
214088
|
-
"shape": "
|
214225
|
+
"shape": "S6x"
|
214089
214226
|
},
|
214090
214227
|
"Marker": {}
|
214091
214228
|
}
|
@@ -214108,7 +214245,7 @@ module.exports={
|
|
214108
214245
|
"type": "structure",
|
214109
214246
|
"members": {
|
214110
214247
|
"DataShares": {
|
214111
|
-
"shape": "
|
214248
|
+
"shape": "S6x"
|
214112
214249
|
},
|
214113
214250
|
"Marker": {}
|
214114
214251
|
}
|
@@ -214138,7 +214275,7 @@ module.exports={
|
|
214138
214275
|
"ParameterGroupFamily": {},
|
214139
214276
|
"Marker": {},
|
214140
214277
|
"Parameters": {
|
214141
|
-
"shape": "
|
214278
|
+
"shape": "S5u"
|
214142
214279
|
}
|
214143
214280
|
},
|
214144
214281
|
"wrapper": true
|
@@ -214167,7 +214304,7 @@ module.exports={
|
|
214167
214304
|
"EndpointAccessList": {
|
214168
214305
|
"type": "list",
|
214169
214306
|
"member": {
|
214170
|
-
"shape": "
|
214307
|
+
"shape": "S3m"
|
214171
214308
|
}
|
214172
214309
|
},
|
214173
214310
|
"Marker": {}
|
@@ -214229,7 +214366,7 @@ module.exports={
|
|
214229
214366
|
"members": {
|
214230
214367
|
"EventId": {},
|
214231
214368
|
"EventCategories": {
|
214232
|
-
"shape": "
|
214369
|
+
"shape": "S3p"
|
214233
214370
|
},
|
214234
214371
|
"EventDescription": {},
|
214235
214372
|
"Severity": {}
|
@@ -214254,10 +214391,10 @@ module.exports={
|
|
214254
214391
|
},
|
214255
214392
|
"Marker": {},
|
214256
214393
|
"TagKeys": {
|
214257
|
-
"shape": "
|
214394
|
+
"shape": "S55"
|
214258
214395
|
},
|
214259
214396
|
"TagValues": {
|
214260
|
-
"shape": "
|
214397
|
+
"shape": "S5p"
|
214261
214398
|
}
|
214262
214399
|
}
|
214263
214400
|
},
|
@@ -214269,7 +214406,7 @@ module.exports={
|
|
214269
214406
|
"EventSubscriptionsList": {
|
214270
214407
|
"type": "list",
|
214271
214408
|
"member": {
|
214272
|
-
"shape": "
|
214409
|
+
"shape": "S3r",
|
214273
214410
|
"locationName": "EventSubscription"
|
214274
214411
|
}
|
214275
214412
|
}
|
@@ -214312,7 +214449,7 @@ module.exports={
|
|
214312
214449
|
"SourceType": {},
|
214313
214450
|
"Message": {},
|
214314
214451
|
"EventCategories": {
|
214315
|
-
"shape": "
|
214452
|
+
"shape": "S3p"
|
214316
214453
|
},
|
214317
214454
|
"Severity": {},
|
214318
214455
|
"Date": {
|
@@ -214335,10 +214472,10 @@ module.exports={
|
|
214335
214472
|
},
|
214336
214473
|
"Marker": {},
|
214337
214474
|
"TagKeys": {
|
214338
|
-
"shape": "
|
214475
|
+
"shape": "S55"
|
214339
214476
|
},
|
214340
214477
|
"TagValues": {
|
214341
|
-
"shape": "
|
214478
|
+
"shape": "S5p"
|
214342
214479
|
}
|
214343
214480
|
}
|
214344
214481
|
},
|
@@ -214350,7 +214487,7 @@ module.exports={
|
|
214350
214487
|
"HsmClientCertificates": {
|
214351
214488
|
"type": "list",
|
214352
214489
|
"member": {
|
214353
|
-
"shape": "
|
214490
|
+
"shape": "S3u",
|
214354
214491
|
"locationName": "HsmClientCertificate"
|
214355
214492
|
}
|
214356
214493
|
}
|
@@ -214367,10 +214504,10 @@ module.exports={
|
|
214367
214504
|
},
|
214368
214505
|
"Marker": {},
|
214369
214506
|
"TagKeys": {
|
214370
|
-
"shape": "
|
214507
|
+
"shape": "S55"
|
214371
214508
|
},
|
214372
214509
|
"TagValues": {
|
214373
|
-
"shape": "
|
214510
|
+
"shape": "S5p"
|
214374
214511
|
}
|
214375
214512
|
}
|
214376
214513
|
},
|
@@ -214382,7 +214519,7 @@ module.exports={
|
|
214382
214519
|
"HsmConfigurations": {
|
214383
214520
|
"type": "list",
|
214384
214521
|
"member": {
|
214385
|
-
"shape": "
|
214522
|
+
"shape": "S3x",
|
214386
214523
|
"locationName": "HsmConfiguration"
|
214387
214524
|
}
|
214388
214525
|
}
|
@@ -214450,7 +214587,7 @@ module.exports={
|
|
214450
214587
|
}
|
214451
214588
|
},
|
214452
214589
|
"output": {
|
214453
|
-
"shape": "
|
214590
|
+
"shape": "S85",
|
214454
214591
|
"resultWrapper": "DescribeLoggingStatusResult"
|
214455
214592
|
}
|
214456
214593
|
},
|
@@ -214476,7 +214613,7 @@ module.exports={
|
|
214476
214613
|
"Name": {},
|
214477
214614
|
"Operator": {},
|
214478
214615
|
"Values": {
|
214479
|
-
"shape": "
|
214616
|
+
"shape": "S3g",
|
214480
214617
|
"locationName": "Value"
|
214481
214618
|
}
|
214482
214619
|
}
|
@@ -214710,7 +214847,7 @@ module.exports={
|
|
214710
214847
|
"members": {
|
214711
214848
|
"Name": {},
|
214712
214849
|
"Values": {
|
214713
|
-
"shape": "
|
214850
|
+
"shape": "S3g"
|
214714
214851
|
}
|
214715
214852
|
}
|
214716
214853
|
}
|
@@ -214729,7 +214866,7 @@ module.exports={
|
|
214729
214866
|
"ScheduledActions": {
|
214730
214867
|
"type": "list",
|
214731
214868
|
"member": {
|
214732
|
-
"shape": "
|
214869
|
+
"shape": "S43",
|
214733
214870
|
"locationName": "ScheduledAction"
|
214734
214871
|
}
|
214735
214872
|
}
|
@@ -214746,10 +214883,10 @@ module.exports={
|
|
214746
214883
|
},
|
214747
214884
|
"Marker": {},
|
214748
214885
|
"TagKeys": {
|
214749
|
-
"shape": "
|
214886
|
+
"shape": "S55"
|
214750
214887
|
},
|
214751
214888
|
"TagValues": {
|
214752
|
-
"shape": "
|
214889
|
+
"shape": "S5p"
|
214753
214890
|
}
|
214754
214891
|
}
|
214755
214892
|
},
|
@@ -214761,7 +214898,7 @@ module.exports={
|
|
214761
214898
|
"SnapshotCopyGrants": {
|
214762
214899
|
"type": "list",
|
214763
214900
|
"member": {
|
214764
|
-
"shape": "
|
214901
|
+
"shape": "S48",
|
214765
214902
|
"locationName": "SnapshotCopyGrant"
|
214766
214903
|
}
|
214767
214904
|
}
|
@@ -214775,10 +214912,10 @@ module.exports={
|
|
214775
214912
|
"ClusterIdentifier": {},
|
214776
214913
|
"ScheduleIdentifier": {},
|
214777
214914
|
"TagKeys": {
|
214778
|
-
"shape": "
|
214915
|
+
"shape": "S55"
|
214779
214916
|
},
|
214780
214917
|
"TagValues": {
|
214781
|
-
"shape": "
|
214918
|
+
"shape": "S5p"
|
214782
214919
|
},
|
214783
214920
|
"Marker": {},
|
214784
214921
|
"MaxRecords": {
|
@@ -214793,7 +214930,7 @@ module.exports={
|
|
214793
214930
|
"SnapshotSchedules": {
|
214794
214931
|
"type": "list",
|
214795
214932
|
"member": {
|
214796
|
-
"shape": "
|
214933
|
+
"shape": "S4b",
|
214797
214934
|
"locationName": "SnapshotSchedule"
|
214798
214935
|
}
|
214799
214936
|
},
|
@@ -214853,10 +214990,10 @@ module.exports={
|
|
214853
214990
|
},
|
214854
214991
|
"Marker": {},
|
214855
214992
|
"TagKeys": {
|
214856
|
-
"shape": "
|
214993
|
+
"shape": "S55"
|
214857
214994
|
},
|
214858
214995
|
"TagValues": {
|
214859
|
-
"shape": "
|
214996
|
+
"shape": "S5p"
|
214860
214997
|
}
|
214861
214998
|
}
|
214862
214999
|
},
|
@@ -214894,10 +215031,10 @@ module.exports={
|
|
214894
215031
|
},
|
214895
215032
|
"Marker": {},
|
214896
215033
|
"TagKeys": {
|
214897
|
-
"shape": "
|
215034
|
+
"shape": "S55"
|
214898
215035
|
},
|
214899
215036
|
"TagValues": {
|
214900
|
-
"shape": "
|
215037
|
+
"shape": "S5p"
|
214901
215038
|
}
|
214902
215039
|
}
|
214903
215040
|
},
|
@@ -214908,7 +215045,7 @@ module.exports={
|
|
214908
215045
|
"UsageLimits": {
|
214909
215046
|
"type": "list",
|
214910
215047
|
"member": {
|
214911
|
-
"shape": "
|
215048
|
+
"shape": "S4l"
|
214912
215049
|
}
|
214913
215050
|
},
|
214914
215051
|
"Marker": {}
|
@@ -214926,7 +215063,7 @@ module.exports={
|
|
214926
215063
|
}
|
214927
215064
|
},
|
214928
215065
|
"output": {
|
214929
|
-
"shape": "
|
215066
|
+
"shape": "S85",
|
214930
215067
|
"resultWrapper": "DisableLoggingResult"
|
214931
215068
|
}
|
214932
215069
|
},
|
@@ -214982,12 +215119,12 @@ module.exports={
|
|
214982
215119
|
"S3KeyPrefix": {},
|
214983
215120
|
"LogDestinationType": {},
|
214984
215121
|
"LogExports": {
|
214985
|
-
"shape": "
|
215122
|
+
"shape": "S87"
|
214986
215123
|
}
|
214987
215124
|
}
|
214988
215125
|
},
|
214989
215126
|
"output": {
|
214990
|
-
"shape": "
|
215127
|
+
"shape": "S85",
|
214991
215128
|
"resultWrapper": "EnableLoggingResult"
|
214992
215129
|
}
|
214993
215130
|
},
|
@@ -215277,7 +215414,8 @@ module.exports={
|
|
215277
215414
|
"ManageMasterPassword": {
|
215278
215415
|
"type": "boolean"
|
215279
215416
|
},
|
215280
|
-
"MasterPasswordSecretKmsKeyId": {}
|
215417
|
+
"MasterPasswordSecretKmsKeyId": {},
|
215418
|
+
"IpAddressType": {}
|
215281
215419
|
}
|
215282
215420
|
},
|
215283
215421
|
"output": {
|
@@ -215382,7 +215520,7 @@ module.exports={
|
|
215382
215520
|
"members": {
|
215383
215521
|
"ParameterGroupName": {},
|
215384
215522
|
"Parameters": {
|
215385
|
-
"shape": "
|
215523
|
+
"shape": "S5u"
|
215386
215524
|
}
|
215387
215525
|
}
|
215388
215526
|
},
|
@@ -215494,7 +215632,7 @@ module.exports={
|
|
215494
215632
|
}
|
215495
215633
|
},
|
215496
215634
|
"output": {
|
215497
|
-
"shape": "
|
215635
|
+
"shape": "S3m",
|
215498
215636
|
"resultWrapper": "ModifyEndpointAccessResult"
|
215499
215637
|
}
|
215500
215638
|
},
|
@@ -215509,10 +215647,10 @@ module.exports={
|
|
215509
215647
|
"SnsTopicArn": {},
|
215510
215648
|
"SourceType": {},
|
215511
215649
|
"SourceIds": {
|
215512
|
-
"shape": "
|
215650
|
+
"shape": "S3o"
|
215513
215651
|
},
|
215514
215652
|
"EventCategories": {
|
215515
|
-
"shape": "
|
215653
|
+
"shape": "S3p"
|
215516
215654
|
},
|
215517
215655
|
"Severity": {},
|
215518
215656
|
"Enabled": {
|
@@ -215525,7 +215663,7 @@ module.exports={
|
|
215525
215663
|
"type": "structure",
|
215526
215664
|
"members": {
|
215527
215665
|
"EventSubscription": {
|
215528
|
-
"shape": "
|
215666
|
+
"shape": "S3r"
|
215529
215667
|
}
|
215530
215668
|
}
|
215531
215669
|
}
|
@@ -215539,7 +215677,7 @@ module.exports={
|
|
215539
215677
|
"members": {
|
215540
215678
|
"ScheduledActionName": {},
|
215541
215679
|
"TargetAction": {
|
215542
|
-
"shape": "
|
215680
|
+
"shape": "S3z"
|
215543
215681
|
},
|
215544
215682
|
"Schedule": {},
|
215545
215683
|
"IamRole": {},
|
@@ -215556,7 +215694,7 @@ module.exports={
|
|
215556
215694
|
}
|
215557
215695
|
},
|
215558
215696
|
"output": {
|
215559
|
-
"shape": "
|
215697
|
+
"shape": "S43",
|
215560
215698
|
"resultWrapper": "ModifyScheduledActionResult"
|
215561
215699
|
}
|
215562
215700
|
},
|
@@ -215597,12 +215735,12 @@ module.exports={
|
|
215597
215735
|
"members": {
|
215598
215736
|
"ScheduleIdentifier": {},
|
215599
215737
|
"ScheduleDefinitions": {
|
215600
|
-
"shape": "
|
215738
|
+
"shape": "S4a"
|
215601
215739
|
}
|
215602
215740
|
}
|
215603
215741
|
},
|
215604
215742
|
"output": {
|
215605
|
-
"shape": "
|
215743
|
+
"shape": "S4b",
|
215606
215744
|
"resultWrapper": "ModifySnapshotScheduleResult"
|
215607
215745
|
}
|
215608
215746
|
},
|
@@ -215621,13 +215759,13 @@ module.exports={
|
|
215621
215759
|
}
|
215622
215760
|
},
|
215623
215761
|
"output": {
|
215624
|
-
"shape": "
|
215762
|
+
"shape": "S4l",
|
215625
215763
|
"resultWrapper": "ModifyUsageLimitResult"
|
215626
215764
|
}
|
215627
215765
|
},
|
215628
215766
|
"PauseCluster": {
|
215629
215767
|
"input": {
|
215630
|
-
"shape": "
|
215768
|
+
"shape": "S41"
|
215631
215769
|
},
|
215632
215770
|
"output": {
|
215633
215771
|
"resultWrapper": "PauseClusterResult",
|
@@ -215731,7 +215869,7 @@ module.exports={
|
|
215731
215869
|
"type": "boolean"
|
215732
215870
|
},
|
215733
215871
|
"Parameters": {
|
215734
|
-
"shape": "
|
215872
|
+
"shape": "S5u"
|
215735
215873
|
}
|
215736
215874
|
}
|
215737
215875
|
},
|
@@ -215742,7 +215880,7 @@ module.exports={
|
|
215742
215880
|
},
|
215743
215881
|
"ResizeCluster": {
|
215744
215882
|
"input": {
|
215745
|
-
"shape": "
|
215883
|
+
"shape": "S40"
|
215746
215884
|
},
|
215747
215885
|
"output": {
|
215748
215886
|
"resultWrapper": "ResizeClusterResult",
|
@@ -215821,7 +215959,8 @@ module.exports={
|
|
215821
215959
|
"ManageMasterPassword": {
|
215822
215960
|
"type": "boolean"
|
215823
215961
|
},
|
215824
|
-
"MasterPasswordSecretKmsKeyId": {}
|
215962
|
+
"MasterPasswordSecretKmsKeyId": {},
|
215963
|
+
"IpAddressType": {}
|
215825
215964
|
}
|
215826
215965
|
},
|
215827
215966
|
"output": {
|
@@ -215870,7 +216009,7 @@ module.exports={
|
|
215870
216009
|
},
|
215871
216010
|
"ResumeCluster": {
|
215872
216011
|
"input": {
|
215873
|
-
"shape": "
|
216012
|
+
"shape": "S42"
|
215874
216013
|
},
|
215875
216014
|
"output": {
|
215876
216015
|
"resultWrapper": "ResumeClusterResult",
|
@@ -216625,7 +216764,8 @@ module.exports={
|
|
216625
216764
|
"type": "timestamp"
|
216626
216765
|
},
|
216627
216766
|
"MasterPasswordSecretArn": {},
|
216628
|
-
"MasterPasswordSecretKmsKeyId": {}
|
216767
|
+
"MasterPasswordSecretKmsKeyId": {},
|
216768
|
+
"IpAddressType": {}
|
216629
216769
|
},
|
216630
216770
|
"wrapper": true
|
216631
216771
|
},
|
@@ -216643,7 +216783,8 @@ module.exports={
|
|
216643
216783
|
"NetworkInterfaceId": {},
|
216644
216784
|
"SubnetId": {},
|
216645
216785
|
"PrivateIpAddress": {},
|
216646
|
-
"AvailabilityZone": {}
|
216786
|
+
"AvailabilityZone": {},
|
216787
|
+
"Ipv6Address": {}
|
216647
216788
|
}
|
216648
216789
|
}
|
216649
216790
|
}
|
@@ -216729,6 +216870,9 @@ module.exports={
|
|
216729
216870
|
},
|
216730
216871
|
"Tags": {
|
216731
216872
|
"shape": "St"
|
216873
|
+
},
|
216874
|
+
"SupportedClusterIpAddressTypes": {
|
216875
|
+
"shape": "S3g"
|
216732
216876
|
}
|
216733
216877
|
},
|
216734
216878
|
"wrapper": true
|
@@ -216751,7 +216895,13 @@ module.exports={
|
|
216751
216895
|
},
|
216752
216896
|
"wrapper": true
|
216753
216897
|
},
|
216754
|
-
"
|
216898
|
+
"S3g": {
|
216899
|
+
"type": "list",
|
216900
|
+
"member": {
|
216901
|
+
"locationName": "item"
|
216902
|
+
}
|
216903
|
+
},
|
216904
|
+
"S3m": {
|
216755
216905
|
"type": "structure",
|
216756
216906
|
"members": {
|
216757
216907
|
"ClusterIdentifier": {},
|
@@ -216774,19 +216924,19 @@ module.exports={
|
|
216774
216924
|
}
|
216775
216925
|
}
|
216776
216926
|
},
|
216777
|
-
"
|
216927
|
+
"S3o": {
|
216778
216928
|
"type": "list",
|
216779
216929
|
"member": {
|
216780
216930
|
"locationName": "SourceId"
|
216781
216931
|
}
|
216782
216932
|
},
|
216783
|
-
"
|
216933
|
+
"S3p": {
|
216784
216934
|
"type": "list",
|
216785
216935
|
"member": {
|
216786
216936
|
"locationName": "EventCategory"
|
216787
216937
|
}
|
216788
216938
|
},
|
216789
|
-
"
|
216939
|
+
"S3r": {
|
216790
216940
|
"type": "structure",
|
216791
216941
|
"members": {
|
216792
216942
|
"CustomerAwsId": {},
|
@@ -216798,10 +216948,10 @@ module.exports={
|
|
216798
216948
|
},
|
216799
216949
|
"SourceType": {},
|
216800
216950
|
"SourceIdsList": {
|
216801
|
-
"shape": "
|
216951
|
+
"shape": "S3o"
|
216802
216952
|
},
|
216803
216953
|
"EventCategoriesList": {
|
216804
|
-
"shape": "
|
216954
|
+
"shape": "S3p"
|
216805
216955
|
},
|
216806
216956
|
"Severity": {},
|
216807
216957
|
"Enabled": {
|
@@ -216813,7 +216963,7 @@ module.exports={
|
|
216813
216963
|
},
|
216814
216964
|
"wrapper": true
|
216815
216965
|
},
|
216816
|
-
"
|
216966
|
+
"S3u": {
|
216817
216967
|
"type": "structure",
|
216818
216968
|
"members": {
|
216819
216969
|
"HsmClientCertificateIdentifier": {},
|
@@ -216824,7 +216974,7 @@ module.exports={
|
|
216824
216974
|
},
|
216825
216975
|
"wrapper": true
|
216826
216976
|
},
|
216827
|
-
"
|
216977
|
+
"S3x": {
|
216828
216978
|
"type": "structure",
|
216829
216979
|
"members": {
|
216830
216980
|
"HsmConfigurationIdentifier": {},
|
@@ -216837,21 +216987,21 @@ module.exports={
|
|
216837
216987
|
},
|
216838
216988
|
"wrapper": true
|
216839
216989
|
},
|
216840
|
-
"
|
216990
|
+
"S3z": {
|
216841
216991
|
"type": "structure",
|
216842
216992
|
"members": {
|
216843
216993
|
"ResizeCluster": {
|
216844
|
-
"shape": "
|
216994
|
+
"shape": "S40"
|
216845
216995
|
},
|
216846
216996
|
"PauseCluster": {
|
216847
|
-
"shape": "
|
216997
|
+
"shape": "S41"
|
216848
216998
|
},
|
216849
216999
|
"ResumeCluster": {
|
216850
|
-
"shape": "
|
217000
|
+
"shape": "S42"
|
216851
217001
|
}
|
216852
217002
|
}
|
216853
217003
|
},
|
216854
|
-
"
|
217004
|
+
"S40": {
|
216855
217005
|
"type": "structure",
|
216856
217006
|
"required": [
|
216857
217007
|
"ClusterIdentifier"
|
@@ -216870,7 +217020,7 @@ module.exports={
|
|
216870
217020
|
"TargetReservedNodeOfferingId": {}
|
216871
217021
|
}
|
216872
217022
|
},
|
216873
|
-
"
|
217023
|
+
"S41": {
|
216874
217024
|
"type": "structure",
|
216875
217025
|
"required": [
|
216876
217026
|
"ClusterIdentifier"
|
@@ -216879,7 +217029,7 @@ module.exports={
|
|
216879
217029
|
"ClusterIdentifier": {}
|
216880
217030
|
}
|
216881
217031
|
},
|
216882
|
-
"
|
217032
|
+
"S42": {
|
216883
217033
|
"type": "structure",
|
216884
217034
|
"required": [
|
216885
217035
|
"ClusterIdentifier"
|
@@ -216888,12 +217038,12 @@ module.exports={
|
|
216888
217038
|
"ClusterIdentifier": {}
|
216889
217039
|
}
|
216890
217040
|
},
|
216891
|
-
"
|
217041
|
+
"S43": {
|
216892
217042
|
"type": "structure",
|
216893
217043
|
"members": {
|
216894
217044
|
"ScheduledActionName": {},
|
216895
217045
|
"TargetAction": {
|
216896
|
-
"shape": "
|
217046
|
+
"shape": "S3z"
|
216897
217047
|
},
|
216898
217048
|
"Schedule": {},
|
216899
217049
|
"IamRole": {},
|
@@ -216914,7 +217064,7 @@ module.exports={
|
|
216914
217064
|
}
|
216915
217065
|
}
|
216916
217066
|
},
|
216917
|
-
"
|
217067
|
+
"S48": {
|
216918
217068
|
"type": "structure",
|
216919
217069
|
"members": {
|
216920
217070
|
"SnapshotCopyGrantName": {},
|
@@ -216925,17 +217075,17 @@ module.exports={
|
|
216925
217075
|
},
|
216926
217076
|
"wrapper": true
|
216927
217077
|
},
|
216928
|
-
"
|
217078
|
+
"S4a": {
|
216929
217079
|
"type": "list",
|
216930
217080
|
"member": {
|
216931
217081
|
"locationName": "ScheduleDefinition"
|
216932
217082
|
}
|
216933
217083
|
},
|
216934
|
-
"
|
217084
|
+
"S4b": {
|
216935
217085
|
"type": "structure",
|
216936
217086
|
"members": {
|
216937
217087
|
"ScheduleDefinitions": {
|
216938
|
-
"shape": "
|
217088
|
+
"shape": "S4a"
|
216939
217089
|
},
|
216940
217090
|
"ScheduleIdentifier": {},
|
216941
217091
|
"ScheduleDescription": {},
|
@@ -216965,7 +217115,7 @@ module.exports={
|
|
216965
217115
|
}
|
216966
217116
|
}
|
216967
217117
|
},
|
216968
|
-
"
|
217118
|
+
"S4l": {
|
216969
217119
|
"type": "structure",
|
216970
217120
|
"members": {
|
216971
217121
|
"UsageLimitId": {},
|
@@ -216982,19 +217132,19 @@ module.exports={
|
|
216982
217132
|
}
|
216983
217133
|
}
|
216984
217134
|
},
|
216985
|
-
"
|
217135
|
+
"S55": {
|
216986
217136
|
"type": "list",
|
216987
217137
|
"member": {
|
216988
217138
|
"locationName": "TagKey"
|
216989
217139
|
}
|
216990
217140
|
},
|
216991
|
-
"
|
217141
|
+
"S5p": {
|
216992
217142
|
"type": "list",
|
216993
217143
|
"member": {
|
216994
217144
|
"locationName": "TagValue"
|
216995
217145
|
}
|
216996
217146
|
},
|
216997
|
-
"
|
217147
|
+
"S5u": {
|
216998
217148
|
"type": "list",
|
216999
217149
|
"member": {
|
217000
217150
|
"locationName": "Parameter",
|
@@ -217014,13 +217164,13 @@ module.exports={
|
|
217014
217164
|
}
|
217015
217165
|
}
|
217016
217166
|
},
|
217017
|
-
"
|
217167
|
+
"S6x": {
|
217018
217168
|
"type": "list",
|
217019
217169
|
"member": {
|
217020
217170
|
"shape": "Sj"
|
217021
217171
|
}
|
217022
217172
|
},
|
217023
|
-
"
|
217173
|
+
"S85": {
|
217024
217174
|
"type": "structure",
|
217025
217175
|
"members": {
|
217026
217176
|
"LoggingEnabled": {
|
@@ -217037,20 +217187,14 @@ module.exports={
|
|
217037
217187
|
"LastFailureMessage": {},
|
217038
217188
|
"LogDestinationType": {},
|
217039
217189
|
"LogExports": {
|
217040
|
-
"shape": "
|
217190
|
+
"shape": "S87"
|
217041
217191
|
}
|
217042
217192
|
}
|
217043
217193
|
},
|
217044
|
-
"
|
217194
|
+
"S87": {
|
217045
217195
|
"type": "list",
|
217046
217196
|
"member": {}
|
217047
217197
|
},
|
217048
|
-
"S8d": {
|
217049
|
-
"type": "list",
|
217050
|
-
"member": {
|
217051
|
-
"locationName": "item"
|
217052
|
-
}
|
217053
|
-
},
|
217054
217198
|
"S8y": {
|
217055
217199
|
"type": "list",
|
217056
217200
|
"member": {
|
@@ -262819,7 +262963,7 @@ AWS.util.update(AWS, {
|
|
262819
262963
|
/**
|
262820
262964
|
* @constant
|
262821
262965
|
*/
|
262822
|
-
VERSION: '2.
|
262966
|
+
VERSION: '2.1484.0',
|
262823
262967
|
|
262824
262968
|
/**
|
262825
262969
|
* @api private
|
@@ -285000,7 +285144,7 @@ var LRUCache = /** @class */ (function () {
|
|
285000
285144
|
}());
|
285001
285145
|
exports.LRUCache = LRUCache;
|
285002
285146
|
},{}],467:[function(require,module,exports){
|
285003
|
-
// AWS SDK for JavaScript v2.
|
285147
|
+
// AWS SDK for JavaScript v2.1484.0
|
285004
285148
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
285005
285149
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
285006
285150
|
require('./browser_loader');
|