cdk-lambda-subminute 2.0.282 → 2.0.284
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 +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
- package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- package/node_modules/aws-sdk/lib/core.js +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.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
|
}
|
@@ -206386,6 +206389,32 @@ module.exports={
|
|
206386
206389
|
}
|
206387
206390
|
}
|
206388
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
|
+
},
|
206389
206418
|
"CreateOptionGroup": {
|
206390
206419
|
"input": {
|
206391
206420
|
"type": "structure",
|
@@ -206497,7 +206526,7 @@ module.exports={
|
|
206497
206526
|
"type": "structure",
|
206498
206527
|
"members": {
|
206499
206528
|
"DBClusterAutomatedBackup": {
|
206500
|
-
"shape": "
|
206529
|
+
"shape": "S63"
|
206501
206530
|
}
|
206502
206531
|
}
|
206503
206532
|
}
|
@@ -206588,7 +206617,7 @@ module.exports={
|
|
206588
206617
|
"type": "structure",
|
206589
206618
|
"members": {
|
206590
206619
|
"DBInstanceAutomatedBackup": {
|
206591
|
-
"shape": "
|
206620
|
+
"shape": "S6d"
|
206592
206621
|
}
|
206593
206622
|
}
|
206594
206623
|
}
|
@@ -206726,6 +206755,21 @@ module.exports={
|
|
206726
206755
|
}
|
206727
206756
|
}
|
206728
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
|
+
},
|
206729
206773
|
"DeleteOptionGroup": {
|
206730
206774
|
"input": {
|
206731
206775
|
"type": "structure",
|
@@ -206795,7 +206839,7 @@ module.exports={
|
|
206795
206839
|
"members": {
|
206796
206840
|
"BlueGreenDeploymentIdentifier": {},
|
206797
206841
|
"Filters": {
|
206798
|
-
"shape": "
|
206842
|
+
"shape": "S72"
|
206799
206843
|
},
|
206800
206844
|
"Marker": {},
|
206801
206845
|
"MaxRecords": {
|
@@ -206823,7 +206867,7 @@ module.exports={
|
|
206823
206867
|
"members": {
|
206824
206868
|
"CertificateIdentifier": {},
|
206825
206869
|
"Filters": {
|
206826
|
-
"shape": "
|
206870
|
+
"shape": "S72"
|
206827
206871
|
},
|
206828
206872
|
"MaxRecords": {
|
206829
206873
|
"type": "integer"
|
@@ -206839,7 +206883,7 @@ module.exports={
|
|
206839
206883
|
"Certificates": {
|
206840
206884
|
"type": "list",
|
206841
206885
|
"member": {
|
206842
|
-
"shape": "
|
206886
|
+
"shape": "S7b",
|
206843
206887
|
"locationName": "Certificate"
|
206844
206888
|
}
|
206845
206889
|
},
|
@@ -206854,7 +206898,7 @@ module.exports={
|
|
206854
206898
|
"DbClusterResourceId": {},
|
206855
206899
|
"DBClusterIdentifier": {},
|
206856
206900
|
"Filters": {
|
206857
|
-
"shape": "
|
206901
|
+
"shape": "S72"
|
206858
206902
|
},
|
206859
206903
|
"MaxRecords": {
|
206860
206904
|
"type": "integer"
|
@@ -206870,7 +206914,7 @@ module.exports={
|
|
206870
206914
|
"DBClusterAutomatedBackups": {
|
206871
206915
|
"type": "list",
|
206872
206916
|
"member": {
|
206873
|
-
"shape": "
|
206917
|
+
"shape": "S63",
|
206874
206918
|
"locationName": "DBClusterAutomatedBackup"
|
206875
206919
|
}
|
206876
206920
|
}
|
@@ -206887,7 +206931,7 @@ module.exports={
|
|
206887
206931
|
"DBClusterIdentifier": {},
|
206888
206932
|
"BacktrackIdentifier": {},
|
206889
206933
|
"Filters": {
|
206890
|
-
"shape": "
|
206934
|
+
"shape": "S72"
|
206891
206935
|
},
|
206892
206936
|
"MaxRecords": {
|
206893
206937
|
"type": "integer"
|
@@ -206917,7 +206961,7 @@ module.exports={
|
|
206917
206961
|
"DBClusterIdentifier": {},
|
206918
206962
|
"DBClusterEndpointIdentifier": {},
|
206919
206963
|
"Filters": {
|
206920
|
-
"shape": "
|
206964
|
+
"shape": "S72"
|
206921
206965
|
},
|
206922
206966
|
"MaxRecords": {
|
206923
206967
|
"type": "integer"
|
@@ -206946,7 +206990,7 @@ module.exports={
|
|
206946
206990
|
"members": {
|
206947
206991
|
"DBClusterParameterGroupName": {},
|
206948
206992
|
"Filters": {
|
206949
|
-
"shape": "
|
206993
|
+
"shape": "S72"
|
206950
206994
|
},
|
206951
206995
|
"MaxRecords": {
|
206952
206996
|
"type": "integer"
|
@@ -206979,7 +207023,7 @@ module.exports={
|
|
206979
207023
|
"DBClusterParameterGroupName": {},
|
206980
207024
|
"Source": {},
|
206981
207025
|
"Filters": {
|
206982
|
-
"shape": "
|
207026
|
+
"shape": "S72"
|
206983
207027
|
},
|
206984
207028
|
"MaxRecords": {
|
206985
207029
|
"type": "integer"
|
@@ -206992,7 +207036,7 @@ module.exports={
|
|
206992
207036
|
"type": "structure",
|
206993
207037
|
"members": {
|
206994
207038
|
"Parameters": {
|
206995
|
-
"shape": "
|
207039
|
+
"shape": "S7q"
|
206996
207040
|
},
|
206997
207041
|
"Marker": {}
|
206998
207042
|
}
|
@@ -207013,7 +207057,7 @@ module.exports={
|
|
207013
207057
|
"type": "structure",
|
207014
207058
|
"members": {
|
207015
207059
|
"DBClusterSnapshotAttributesResult": {
|
207016
|
-
"shape": "
|
207060
|
+
"shape": "S7v"
|
207017
207061
|
}
|
207018
207062
|
}
|
207019
207063
|
}
|
@@ -207026,7 +207070,7 @@ module.exports={
|
|
207026
207070
|
"DBClusterSnapshotIdentifier": {},
|
207027
207071
|
"SnapshotType": {},
|
207028
207072
|
"Filters": {
|
207029
|
-
"shape": "
|
207073
|
+
"shape": "S72"
|
207030
207074
|
},
|
207031
207075
|
"MaxRecords": {
|
207032
207076
|
"type": "integer"
|
@@ -207062,7 +207106,7 @@ module.exports={
|
|
207062
207106
|
"members": {
|
207063
207107
|
"DBClusterIdentifier": {},
|
207064
207108
|
"Filters": {
|
207065
|
-
"shape": "
|
207109
|
+
"shape": "S72"
|
207066
207110
|
},
|
207067
207111
|
"MaxRecords": {
|
207068
207112
|
"type": "integer"
|
@@ -207096,7 +207140,7 @@ module.exports={
|
|
207096
207140
|
"EngineVersion": {},
|
207097
207141
|
"DBParameterGroupFamily": {},
|
207098
207142
|
"Filters": {
|
207099
|
-
"shape": "
|
207143
|
+
"shape": "S72"
|
207100
207144
|
},
|
207101
207145
|
"MaxRecords": {
|
207102
207146
|
"type": "integer"
|
@@ -207138,7 +207182,7 @@ module.exports={
|
|
207138
207182
|
"DbiResourceId": {},
|
207139
207183
|
"DBInstanceIdentifier": {},
|
207140
207184
|
"Filters": {
|
207141
|
-
"shape": "
|
207185
|
+
"shape": "S72"
|
207142
207186
|
},
|
207143
207187
|
"MaxRecords": {
|
207144
207188
|
"type": "integer"
|
@@ -207155,7 +207199,7 @@ module.exports={
|
|
207155
207199
|
"DBInstanceAutomatedBackups": {
|
207156
207200
|
"type": "list",
|
207157
207201
|
"member": {
|
207158
|
-
"shape": "
|
207202
|
+
"shape": "S6d",
|
207159
207203
|
"locationName": "DBInstanceAutomatedBackup"
|
207160
207204
|
}
|
207161
207205
|
}
|
@@ -207168,7 +207212,7 @@ module.exports={
|
|
207168
207212
|
"members": {
|
207169
207213
|
"DBInstanceIdentifier": {},
|
207170
207214
|
"Filters": {
|
207171
|
-
"shape": "
|
207215
|
+
"shape": "S72"
|
207172
207216
|
},
|
207173
207217
|
"MaxRecords": {
|
207174
207218
|
"type": "integer"
|
@@ -207207,7 +207251,7 @@ module.exports={
|
|
207207
207251
|
"type": "long"
|
207208
207252
|
},
|
207209
207253
|
"Filters": {
|
207210
|
-
"shape": "
|
207254
|
+
"shape": "S72"
|
207211
207255
|
},
|
207212
207256
|
"MaxRecords": {
|
207213
207257
|
"type": "integer"
|
@@ -207245,7 +207289,7 @@ module.exports={
|
|
207245
207289
|
"members": {
|
207246
207290
|
"DBParameterGroupName": {},
|
207247
207291
|
"Filters": {
|
207248
|
-
"shape": "
|
207292
|
+
"shape": "S72"
|
207249
207293
|
},
|
207250
207294
|
"MaxRecords": {
|
207251
207295
|
"type": "integer"
|
@@ -207278,7 +207322,7 @@ module.exports={
|
|
207278
207322
|
"DBParameterGroupName": {},
|
207279
207323
|
"Source": {},
|
207280
207324
|
"Filters": {
|
207281
|
-
"shape": "
|
207325
|
+
"shape": "S72"
|
207282
207326
|
},
|
207283
207327
|
"MaxRecords": {
|
207284
207328
|
"type": "integer"
|
@@ -207291,7 +207335,7 @@ module.exports={
|
|
207291
207335
|
"type": "structure",
|
207292
207336
|
"members": {
|
207293
207337
|
"Parameters": {
|
207294
|
-
"shape": "
|
207338
|
+
"shape": "S7q"
|
207295
207339
|
},
|
207296
207340
|
"Marker": {}
|
207297
207341
|
}
|
@@ -207303,7 +207347,7 @@ module.exports={
|
|
207303
207347
|
"members": {
|
207304
207348
|
"DBProxyName": {},
|
207305
207349
|
"Filters": {
|
207306
|
-
"shape": "
|
207350
|
+
"shape": "S72"
|
207307
207351
|
},
|
207308
207352
|
"Marker": {},
|
207309
207353
|
"MaxRecords": {
|
@@ -207332,7 +207376,7 @@ module.exports={
|
|
207332
207376
|
"DBProxyName": {},
|
207333
207377
|
"DBProxyEndpointName": {},
|
207334
207378
|
"Filters": {
|
207335
|
-
"shape": "
|
207379
|
+
"shape": "S72"
|
207336
207380
|
},
|
207337
207381
|
"Marker": {},
|
207338
207382
|
"MaxRecords": {
|
@@ -207364,7 +207408,7 @@ module.exports={
|
|
207364
207408
|
"DBProxyName": {},
|
207365
207409
|
"TargetGroupName": {},
|
207366
207410
|
"Filters": {
|
207367
|
-
"shape": "
|
207411
|
+
"shape": "S72"
|
207368
207412
|
},
|
207369
207413
|
"Marker": {},
|
207370
207414
|
"MaxRecords": {
|
@@ -207379,7 +207423,7 @@ module.exports={
|
|
207379
207423
|
"TargetGroups": {
|
207380
207424
|
"type": "list",
|
207381
207425
|
"member": {
|
207382
|
-
"shape": "
|
207426
|
+
"shape": "S8w"
|
207383
207427
|
}
|
207384
207428
|
},
|
207385
207429
|
"Marker": {}
|
@@ -207396,7 +207440,7 @@ module.exports={
|
|
207396
207440
|
"DBProxyName": {},
|
207397
207441
|
"TargetGroupName": {},
|
207398
207442
|
"Filters": {
|
207399
|
-
"shape": "
|
207443
|
+
"shape": "S72"
|
207400
207444
|
},
|
207401
207445
|
"Marker": {},
|
207402
207446
|
"MaxRecords": {
|
@@ -207409,7 +207453,7 @@ module.exports={
|
|
207409
207453
|
"type": "structure",
|
207410
207454
|
"members": {
|
207411
207455
|
"Targets": {
|
207412
|
-
"shape": "
|
207456
|
+
"shape": "S90"
|
207413
207457
|
},
|
207414
207458
|
"Marker": {}
|
207415
207459
|
}
|
@@ -207421,7 +207465,7 @@ module.exports={
|
|
207421
207465
|
"members": {
|
207422
207466
|
"DBSecurityGroupName": {},
|
207423
207467
|
"Filters": {
|
207424
|
-
"shape": "
|
207468
|
+
"shape": "S72"
|
207425
207469
|
},
|
207426
207470
|
"MaxRecords": {
|
207427
207471
|
"type": "integer"
|
@@ -207459,7 +207503,7 @@ module.exports={
|
|
207459
207503
|
"type": "structure",
|
207460
207504
|
"members": {
|
207461
207505
|
"DBSnapshotAttributesResult": {
|
207462
|
-
"shape": "
|
207506
|
+
"shape": "S9c"
|
207463
207507
|
}
|
207464
207508
|
}
|
207465
207509
|
}
|
@@ -207472,7 +207516,7 @@ module.exports={
|
|
207472
207516
|
"DBSnapshotIdentifier": {},
|
207473
207517
|
"SnapshotType": {},
|
207474
207518
|
"Filters": {
|
207475
|
-
"shape": "
|
207519
|
+
"shape": "S72"
|
207476
207520
|
},
|
207477
207521
|
"MaxRecords": {
|
207478
207522
|
"type": "integer"
|
@@ -207508,7 +207552,7 @@ module.exports={
|
|
207508
207552
|
"members": {
|
207509
207553
|
"DBSubnetGroupName": {},
|
207510
207554
|
"Filters": {
|
207511
|
-
"shape": "
|
207555
|
+
"shape": "S72"
|
207512
207556
|
},
|
207513
207557
|
"MaxRecords": {
|
207514
207558
|
"type": "integer"
|
@@ -207540,7 +207584,7 @@ module.exports={
|
|
207540
207584
|
"members": {
|
207541
207585
|
"DBParameterGroupFamily": {},
|
207542
207586
|
"Filters": {
|
207543
|
-
"shape": "
|
207587
|
+
"shape": "S72"
|
207544
207588
|
},
|
207545
207589
|
"MaxRecords": {
|
207546
207590
|
"type": "integer"
|
@@ -207553,7 +207597,7 @@ module.exports={
|
|
207553
207597
|
"type": "structure",
|
207554
207598
|
"members": {
|
207555
207599
|
"EngineDefaults": {
|
207556
|
-
"shape": "
|
207600
|
+
"shape": "S9n"
|
207557
207601
|
}
|
207558
207602
|
}
|
207559
207603
|
}
|
@@ -207567,7 +207611,7 @@ module.exports={
|
|
207567
207611
|
"members": {
|
207568
207612
|
"DBParameterGroupFamily": {},
|
207569
207613
|
"Filters": {
|
207570
|
-
"shape": "
|
207614
|
+
"shape": "S72"
|
207571
207615
|
},
|
207572
207616
|
"MaxRecords": {
|
207573
207617
|
"type": "integer"
|
@@ -207580,7 +207624,7 @@ module.exports={
|
|
207580
207624
|
"type": "structure",
|
207581
207625
|
"members": {
|
207582
207626
|
"EngineDefaults": {
|
207583
|
-
"shape": "
|
207627
|
+
"shape": "S9n"
|
207584
207628
|
}
|
207585
207629
|
}
|
207586
207630
|
}
|
@@ -207591,7 +207635,7 @@ module.exports={
|
|
207591
207635
|
"members": {
|
207592
207636
|
"SourceType": {},
|
207593
207637
|
"Filters": {
|
207594
|
-
"shape": "
|
207638
|
+
"shape": "S72"
|
207595
207639
|
}
|
207596
207640
|
}
|
207597
207641
|
},
|
@@ -207622,7 +207666,7 @@ module.exports={
|
|
207622
207666
|
"members": {
|
207623
207667
|
"SubscriptionName": {},
|
207624
207668
|
"Filters": {
|
207625
|
-
"shape": "
|
207669
|
+
"shape": "S72"
|
207626
207670
|
},
|
207627
207671
|
"MaxRecords": {
|
207628
207672
|
"type": "integer"
|
@@ -207664,7 +207708,7 @@ module.exports={
|
|
207664
207708
|
"shape": "S8"
|
207665
207709
|
},
|
207666
207710
|
"Filters": {
|
207667
|
-
"shape": "
|
207711
|
+
"shape": "S72"
|
207668
207712
|
},
|
207669
207713
|
"MaxRecords": {
|
207670
207714
|
"type": "integer"
|
@@ -207706,7 +207750,7 @@ module.exports={
|
|
207706
207750
|
"ExportTaskIdentifier": {},
|
207707
207751
|
"SourceArn": {},
|
207708
207752
|
"Filters": {
|
207709
|
-
"shape": "
|
207753
|
+
"shape": "S72"
|
207710
207754
|
},
|
207711
207755
|
"Marker": {},
|
207712
207756
|
"MaxRecords": {
|
@@ -207736,7 +207780,7 @@ module.exports={
|
|
207736
207780
|
"members": {
|
207737
207781
|
"GlobalClusterIdentifier": {},
|
207738
207782
|
"Filters": {
|
207739
|
-
"shape": "
|
207783
|
+
"shape": "S72"
|
207740
207784
|
},
|
207741
207785
|
"MaxRecords": {
|
207742
207786
|
"type": "integer"
|
@@ -207759,6 +207803,35 @@ module.exports={
|
|
207759
207803
|
}
|
207760
207804
|
}
|
207761
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
|
+
},
|
207762
207835
|
"DescribeOptionGroupOptions": {
|
207763
207836
|
"input": {
|
207764
207837
|
"type": "structure",
|
@@ -207769,7 +207842,7 @@ module.exports={
|
|
207769
207842
|
"EngineName": {},
|
207770
207843
|
"MajorEngineVersion": {},
|
207771
207844
|
"Filters": {
|
207772
|
-
"shape": "
|
207845
|
+
"shape": "S72"
|
207773
207846
|
},
|
207774
207847
|
"MaxRecords": {
|
207775
207848
|
"type": "integer"
|
@@ -207885,7 +207958,7 @@ module.exports={
|
|
207885
207958
|
"members": {
|
207886
207959
|
"OptionGroupName": {},
|
207887
207960
|
"Filters": {
|
207888
|
-
"shape": "
|
207961
|
+
"shape": "S72"
|
207889
207962
|
},
|
207890
207963
|
"Marker": {},
|
207891
207964
|
"MaxRecords": {
|
@@ -207926,7 +207999,7 @@ module.exports={
|
|
207926
207999
|
"type": "boolean"
|
207927
208000
|
},
|
207928
208001
|
"Filters": {
|
207929
|
-
"shape": "
|
208002
|
+
"shape": "S72"
|
207930
208003
|
},
|
207931
208004
|
"MaxRecords": {
|
207932
208005
|
"type": "integer"
|
@@ -208000,7 +208073,7 @@ module.exports={
|
|
208000
208073
|
"type": "double"
|
208001
208074
|
},
|
208002
208075
|
"AvailableProcessorFeatures": {
|
208003
|
-
"shape": "
|
208076
|
+
"shape": "Saw"
|
208004
208077
|
},
|
208005
208078
|
"SupportedEngineModes": {
|
208006
208079
|
"shape": "S2m"
|
@@ -208059,7 +208132,7 @@ module.exports={
|
|
208059
208132
|
"members": {
|
208060
208133
|
"ResourceIdentifier": {},
|
208061
208134
|
"Filters": {
|
208062
|
-
"shape": "
|
208135
|
+
"shape": "S72"
|
208063
208136
|
},
|
208064
208137
|
"Marker": {},
|
208065
208138
|
"MaxRecords": {
|
@@ -208097,7 +208170,7 @@ module.exports={
|
|
208097
208170
|
},
|
208098
208171
|
"LeaseId": {},
|
208099
208172
|
"Filters": {
|
208100
|
-
"shape": "
|
208173
|
+
"shape": "S72"
|
208101
208174
|
},
|
208102
208175
|
"MaxRecords": {
|
208103
208176
|
"type": "integer"
|
@@ -208113,7 +208186,7 @@ module.exports={
|
|
208113
208186
|
"ReservedDBInstances": {
|
208114
208187
|
"type": "list",
|
208115
208188
|
"member": {
|
208116
|
-
"shape": "
|
208189
|
+
"shape": "Sb5",
|
208117
208190
|
"locationName": "ReservedDBInstance"
|
208118
208191
|
}
|
208119
208192
|
}
|
@@ -208133,7 +208206,7 @@ module.exports={
|
|
208133
208206
|
"type": "boolean"
|
208134
208207
|
},
|
208135
208208
|
"Filters": {
|
208136
|
-
"shape": "
|
208209
|
+
"shape": "S72"
|
208137
208210
|
},
|
208138
208211
|
"MaxRecords": {
|
208139
208212
|
"type": "integer"
|
@@ -208170,7 +208243,7 @@ module.exports={
|
|
208170
208243
|
"type": "boolean"
|
208171
208244
|
},
|
208172
208245
|
"RecurringCharges": {
|
208173
|
-
"shape": "
|
208246
|
+
"shape": "Sb7"
|
208174
208247
|
}
|
208175
208248
|
},
|
208176
208249
|
"wrapper": true
|
@@ -208189,7 +208262,7 @@ module.exports={
|
|
208189
208262
|
},
|
208190
208263
|
"Marker": {},
|
208191
208264
|
"Filters": {
|
208192
|
-
"shape": "
|
208265
|
+
"shape": "S72"
|
208193
208266
|
}
|
208194
208267
|
}
|
208195
208268
|
},
|
@@ -208241,28 +208314,28 @@ module.exports={
|
|
208241
208314
|
"members": {
|
208242
208315
|
"StorageType": {},
|
208243
208316
|
"StorageSize": {
|
208244
|
-
"shape": "
|
208317
|
+
"shape": "Sbm"
|
208245
208318
|
},
|
208246
208319
|
"ProvisionedIops": {
|
208247
|
-
"shape": "
|
208320
|
+
"shape": "Sbm"
|
208248
208321
|
},
|
208249
208322
|
"IopsToStorageRatio": {
|
208250
|
-
"shape": "
|
208323
|
+
"shape": "Sbo"
|
208251
208324
|
},
|
208252
208325
|
"SupportsStorageAutoscaling": {
|
208253
208326
|
"type": "boolean"
|
208254
208327
|
},
|
208255
208328
|
"ProvisionedStorageThroughput": {
|
208256
|
-
"shape": "
|
208329
|
+
"shape": "Sbm"
|
208257
208330
|
},
|
208258
208331
|
"StorageThroughputToIopsRatio": {
|
208259
|
-
"shape": "
|
208332
|
+
"shape": "Sbo"
|
208260
208333
|
}
|
208261
208334
|
}
|
208262
208335
|
}
|
208263
208336
|
},
|
208264
208337
|
"ValidProcessorFeatures": {
|
208265
|
-
"shape": "
|
208338
|
+
"shape": "Saw"
|
208266
208339
|
},
|
208267
208340
|
"SupportsDedicatedLogVolume": {
|
208268
208341
|
"type": "boolean"
|
@@ -208359,7 +208432,7 @@ module.exports={
|
|
208359
208432
|
"members": {
|
208360
208433
|
"ResourceName": {},
|
208361
208434
|
"Filters": {
|
208362
|
-
"shape": "
|
208435
|
+
"shape": "S72"
|
208363
208436
|
}
|
208364
208437
|
}
|
208365
208438
|
},
|
@@ -208411,7 +208484,7 @@ module.exports={
|
|
208411
208484
|
"type": "structure",
|
208412
208485
|
"members": {
|
208413
208486
|
"Certificate": {
|
208414
|
-
"shape": "
|
208487
|
+
"shape": "S7b"
|
208415
208488
|
}
|
208416
208489
|
}
|
208417
208490
|
}
|
@@ -208503,7 +208576,7 @@ module.exports={
|
|
208503
208576
|
"type": "long"
|
208504
208577
|
},
|
208505
208578
|
"CloudwatchLogsExportConfiguration": {
|
208506
|
-
"shape": "
|
208579
|
+
"shape": "Sca"
|
208507
208580
|
},
|
208508
208581
|
"EngineVersion": {},
|
208509
208582
|
"AllowMajorVersionUpgrade": {
|
@@ -208612,12 +208685,12 @@ module.exports={
|
|
208612
208685
|
"members": {
|
208613
208686
|
"DBClusterParameterGroupName": {},
|
208614
208687
|
"Parameters": {
|
208615
|
-
"shape": "
|
208688
|
+
"shape": "S7q"
|
208616
208689
|
}
|
208617
208690
|
}
|
208618
208691
|
},
|
208619
208692
|
"output": {
|
208620
|
-
"shape": "
|
208693
|
+
"shape": "Scf",
|
208621
208694
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
208622
208695
|
}
|
208623
208696
|
},
|
@@ -208632,10 +208705,10 @@ module.exports={
|
|
208632
208705
|
"DBClusterSnapshotIdentifier": {},
|
208633
208706
|
"AttributeName": {},
|
208634
208707
|
"ValuesToAdd": {
|
208635
|
-
"shape": "
|
208708
|
+
"shape": "S7y"
|
208636
208709
|
},
|
208637
208710
|
"ValuesToRemove": {
|
208638
|
-
"shape": "
|
208711
|
+
"shape": "S7y"
|
208639
208712
|
}
|
208640
208713
|
}
|
208641
208714
|
},
|
@@ -208644,7 +208717,7 @@ module.exports={
|
|
208644
208717
|
"type": "structure",
|
208645
208718
|
"members": {
|
208646
208719
|
"DBClusterSnapshotAttributesResult": {
|
208647
|
-
"shape": "
|
208720
|
+
"shape": "S7v"
|
208648
208721
|
}
|
208649
208722
|
}
|
208650
208723
|
}
|
@@ -208736,7 +208809,7 @@ module.exports={
|
|
208736
208809
|
"type": "integer"
|
208737
208810
|
},
|
208738
208811
|
"CloudwatchLogsExportConfiguration": {
|
208739
|
-
"shape": "
|
208812
|
+
"shape": "Sca"
|
208740
208813
|
},
|
208741
208814
|
"ProcessorFeatures": {
|
208742
208815
|
"shape": "S1c"
|
@@ -208799,12 +208872,12 @@ module.exports={
|
|
208799
208872
|
"members": {
|
208800
208873
|
"DBParameterGroupName": {},
|
208801
208874
|
"Parameters": {
|
208802
|
-
"shape": "
|
208875
|
+
"shape": "S7q"
|
208803
208876
|
}
|
208804
208877
|
}
|
208805
208878
|
},
|
208806
208879
|
"output": {
|
208807
|
-
"shape": "
|
208880
|
+
"shape": "Scl",
|
208808
208881
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
208809
208882
|
}
|
208810
208883
|
},
|
@@ -208905,7 +208978,7 @@ module.exports={
|
|
208905
208978
|
"type": "structure",
|
208906
208979
|
"members": {
|
208907
208980
|
"DBProxyTargetGroup": {
|
208908
|
-
"shape": "
|
208981
|
+
"shape": "S8w"
|
208909
208982
|
}
|
208910
208983
|
}
|
208911
208984
|
}
|
@@ -208943,10 +209016,10 @@ module.exports={
|
|
208943
209016
|
"DBSnapshotIdentifier": {},
|
208944
209017
|
"AttributeName": {},
|
208945
209018
|
"ValuesToAdd": {
|
208946
|
-
"shape": "
|
209019
|
+
"shape": "S7y"
|
208947
209020
|
},
|
208948
209021
|
"ValuesToRemove": {
|
208949
|
-
"shape": "
|
209022
|
+
"shape": "S7y"
|
208950
209023
|
}
|
208951
209024
|
}
|
208952
209025
|
},
|
@@ -208955,7 +209028,7 @@ module.exports={
|
|
208955
209028
|
"type": "structure",
|
208956
209029
|
"members": {
|
208957
209030
|
"DBSnapshotAttributesResult": {
|
208958
|
-
"shape": "
|
209031
|
+
"shape": "S9c"
|
208959
209032
|
}
|
208960
209033
|
}
|
208961
209034
|
}
|
@@ -209161,7 +209234,7 @@ module.exports={
|
|
209161
209234
|
"type": "structure",
|
209162
209235
|
"members": {
|
209163
209236
|
"ReservedDBInstance": {
|
209164
|
-
"shape": "
|
209237
|
+
"shape": "Sb5"
|
209165
209238
|
}
|
209166
209239
|
}
|
209167
209240
|
}
|
@@ -209231,7 +209304,7 @@ module.exports={
|
|
209231
209304
|
"type": "structure",
|
209232
209305
|
"members": {
|
209233
209306
|
"DBProxyTargets": {
|
209234
|
-
"shape": "
|
209307
|
+
"shape": "S90"
|
209235
209308
|
}
|
209236
209309
|
}
|
209237
209310
|
}
|
@@ -209333,12 +209406,12 @@ module.exports={
|
|
209333
209406
|
"type": "boolean"
|
209334
209407
|
},
|
209335
209408
|
"Parameters": {
|
209336
|
-
"shape": "
|
209409
|
+
"shape": "S7q"
|
209337
209410
|
}
|
209338
209411
|
}
|
209339
209412
|
},
|
209340
209413
|
"output": {
|
209341
|
-
"shape": "
|
209414
|
+
"shape": "Scf",
|
209342
209415
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
209343
209416
|
}
|
209344
209417
|
},
|
@@ -209354,12 +209427,12 @@ module.exports={
|
|
209354
209427
|
"type": "boolean"
|
209355
209428
|
},
|
209356
209429
|
"Parameters": {
|
209357
|
-
"shape": "
|
209430
|
+
"shape": "S7q"
|
209358
209431
|
}
|
209359
209432
|
}
|
209360
209433
|
},
|
209361
209434
|
"output": {
|
209362
|
-
"shape": "
|
209435
|
+
"shape": "Scl",
|
209363
209436
|
"resultWrapper": "ResetDBParameterGroupResult"
|
209364
209437
|
}
|
209365
209438
|
},
|
@@ -210043,7 +210116,7 @@ module.exports={
|
|
210043
210116
|
"type": "structure",
|
210044
210117
|
"members": {
|
210045
210118
|
"DBInstanceAutomatedBackup": {
|
210046
|
-
"shape": "
|
210119
|
+
"shape": "S6d"
|
210047
210120
|
}
|
210048
210121
|
}
|
210049
210122
|
}
|
@@ -210154,7 +210227,7 @@ module.exports={
|
|
210154
210227
|
"type": "structure",
|
210155
210228
|
"members": {
|
210156
210229
|
"DBInstanceAutomatedBackup": {
|
210157
|
-
"shape": "
|
210230
|
+
"shape": "S6d"
|
210158
210231
|
}
|
210159
210232
|
}
|
210160
210233
|
}
|
@@ -210732,6 +210805,9 @@ module.exports={
|
|
210732
210805
|
},
|
210733
210806
|
"SupportsLocalWriteForwarding": {
|
210734
210807
|
"type": "boolean"
|
210808
|
+
},
|
210809
|
+
"SupportsIntegrations": {
|
210810
|
+
"type": "boolean"
|
210735
210811
|
}
|
210736
210812
|
}
|
210737
210813
|
}
|
@@ -210793,6 +210869,9 @@ module.exports={
|
|
210793
210869
|
},
|
210794
210870
|
"SupportsLocalWriteForwarding": {
|
210795
210871
|
"type": "boolean"
|
210872
|
+
},
|
210873
|
+
"SupportsIntegrations": {
|
210874
|
+
"type": "boolean"
|
210796
210875
|
}
|
210797
210876
|
}
|
210798
210877
|
},
|
@@ -211635,7 +211714,46 @@ module.exports={
|
|
211635
211714
|
},
|
211636
211715
|
"wrapper": true
|
211637
211716
|
},
|
211638
|
-
"
|
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": {
|
211639
211757
|
"type": "structure",
|
211640
211758
|
"members": {
|
211641
211759
|
"Engine": {},
|
@@ -211643,7 +211761,7 @@ module.exports={
|
|
211643
211761
|
"DBClusterAutomatedBackupsArn": {},
|
211644
211762
|
"DBClusterIdentifier": {},
|
211645
211763
|
"RestoreWindow": {
|
211646
|
-
"shape": "
|
211764
|
+
"shape": "S64"
|
211647
211765
|
},
|
211648
211766
|
"MasterUsername": {},
|
211649
211767
|
"DbClusterResourceId": {},
|
@@ -211683,7 +211801,7 @@ module.exports={
|
|
211683
211801
|
},
|
211684
211802
|
"wrapper": true
|
211685
211803
|
},
|
211686
|
-
"
|
211804
|
+
"S64": {
|
211687
211805
|
"type": "structure",
|
211688
211806
|
"members": {
|
211689
211807
|
"EarliestTime": {
|
@@ -211694,7 +211812,7 @@ module.exports={
|
|
211694
211812
|
}
|
211695
211813
|
}
|
211696
211814
|
},
|
211697
|
-
"
|
211815
|
+
"S6d": {
|
211698
211816
|
"type": "structure",
|
211699
211817
|
"members": {
|
211700
211818
|
"DBInstanceArn": {},
|
@@ -211702,7 +211820,7 @@ module.exports={
|
|
211702
211820
|
"Region": {},
|
211703
211821
|
"DBInstanceIdentifier": {},
|
211704
211822
|
"RestoreWindow": {
|
211705
|
-
"shape": "
|
211823
|
+
"shape": "S64"
|
211706
211824
|
},
|
211707
211825
|
"AllocatedStorage": {
|
211708
211826
|
"type": "integer"
|
@@ -211752,7 +211870,7 @@ module.exports={
|
|
211752
211870
|
},
|
211753
211871
|
"wrapper": true
|
211754
211872
|
},
|
211755
|
-
"
|
211873
|
+
"S72": {
|
211756
211874
|
"type": "list",
|
211757
211875
|
"member": {
|
211758
211876
|
"locationName": "Filter",
|
@@ -211772,7 +211890,7 @@ module.exports={
|
|
211772
211890
|
}
|
211773
211891
|
}
|
211774
211892
|
},
|
211775
|
-
"
|
211893
|
+
"S7b": {
|
211776
211894
|
"type": "structure",
|
211777
211895
|
"members": {
|
211778
211896
|
"CertificateIdentifier": {},
|
@@ -211794,7 +211912,7 @@ module.exports={
|
|
211794
211912
|
},
|
211795
211913
|
"wrapper": true
|
211796
211914
|
},
|
211797
|
-
"
|
211915
|
+
"S7q": {
|
211798
211916
|
"type": "list",
|
211799
211917
|
"member": {
|
211800
211918
|
"locationName": "Parameter",
|
@@ -211818,7 +211936,7 @@ module.exports={
|
|
211818
211936
|
}
|
211819
211937
|
}
|
211820
211938
|
},
|
211821
|
-
"
|
211939
|
+
"S7v": {
|
211822
211940
|
"type": "structure",
|
211823
211941
|
"members": {
|
211824
211942
|
"DBClusterSnapshotIdentifier": {},
|
@@ -211830,7 +211948,7 @@ module.exports={
|
|
211830
211948
|
"members": {
|
211831
211949
|
"AttributeName": {},
|
211832
211950
|
"AttributeValues": {
|
211833
|
-
"shape": "
|
211951
|
+
"shape": "S7y"
|
211834
211952
|
}
|
211835
211953
|
}
|
211836
211954
|
}
|
@@ -211838,13 +211956,13 @@ module.exports={
|
|
211838
211956
|
},
|
211839
211957
|
"wrapper": true
|
211840
211958
|
},
|
211841
|
-
"
|
211959
|
+
"S7y": {
|
211842
211960
|
"type": "list",
|
211843
211961
|
"member": {
|
211844
211962
|
"locationName": "AttributeValue"
|
211845
211963
|
}
|
211846
211964
|
},
|
211847
|
-
"
|
211965
|
+
"S8w": {
|
211848
211966
|
"type": "structure",
|
211849
211967
|
"members": {
|
211850
211968
|
"DBProxyName": {},
|
@@ -211880,7 +211998,7 @@ module.exports={
|
|
211880
211998
|
}
|
211881
211999
|
}
|
211882
212000
|
},
|
211883
|
-
"
|
212001
|
+
"S90": {
|
211884
212002
|
"type": "list",
|
211885
212003
|
"member": {
|
211886
212004
|
"type": "structure",
|
@@ -211905,7 +212023,7 @@ module.exports={
|
|
211905
212023
|
}
|
211906
212024
|
}
|
211907
212025
|
},
|
211908
|
-
"
|
212026
|
+
"S9c": {
|
211909
212027
|
"type": "structure",
|
211910
212028
|
"members": {
|
211911
212029
|
"DBSnapshotIdentifier": {},
|
@@ -211917,7 +212035,7 @@ module.exports={
|
|
211917
212035
|
"members": {
|
211918
212036
|
"AttributeName": {},
|
211919
212037
|
"AttributeValues": {
|
211920
|
-
"shape": "
|
212038
|
+
"shape": "S7y"
|
211921
212039
|
}
|
211922
212040
|
},
|
211923
212041
|
"wrapper": true
|
@@ -211926,18 +212044,18 @@ module.exports={
|
|
211926
212044
|
},
|
211927
212045
|
"wrapper": true
|
211928
212046
|
},
|
211929
|
-
"
|
212047
|
+
"S9n": {
|
211930
212048
|
"type": "structure",
|
211931
212049
|
"members": {
|
211932
212050
|
"DBParameterGroupFamily": {},
|
211933
212051
|
"Marker": {},
|
211934
212052
|
"Parameters": {
|
211935
|
-
"shape": "
|
212053
|
+
"shape": "S7q"
|
211936
212054
|
}
|
211937
212055
|
},
|
211938
212056
|
"wrapper": true
|
211939
212057
|
},
|
211940
|
-
"
|
212058
|
+
"Saw": {
|
211941
212059
|
"type": "list",
|
211942
212060
|
"member": {
|
211943
212061
|
"locationName": "AvailableProcessorFeature",
|
@@ -211949,7 +212067,7 @@ module.exports={
|
|
211949
212067
|
}
|
211950
212068
|
}
|
211951
212069
|
},
|
211952
|
-
"
|
212070
|
+
"Sb5": {
|
211953
212071
|
"type": "structure",
|
211954
212072
|
"members": {
|
211955
212073
|
"ReservedDBInstanceId": {},
|
@@ -211978,14 +212096,14 @@ module.exports={
|
|
211978
212096
|
},
|
211979
212097
|
"State": {},
|
211980
212098
|
"RecurringCharges": {
|
211981
|
-
"shape": "
|
212099
|
+
"shape": "Sb7"
|
211982
212100
|
},
|
211983
212101
|
"ReservedDBInstanceArn": {},
|
211984
212102
|
"LeaseId": {}
|
211985
212103
|
},
|
211986
212104
|
"wrapper": true
|
211987
212105
|
},
|
211988
|
-
"
|
212106
|
+
"Sb7": {
|
211989
212107
|
"type": "list",
|
211990
212108
|
"member": {
|
211991
212109
|
"locationName": "RecurringCharge",
|
@@ -211999,7 +212117,7 @@ module.exports={
|
|
211999
212117
|
"wrapper": true
|
212000
212118
|
}
|
212001
212119
|
},
|
212002
|
-
"
|
212120
|
+
"Sbm": {
|
212003
212121
|
"type": "list",
|
212004
212122
|
"member": {
|
212005
212123
|
"locationName": "Range",
|
@@ -212017,7 +212135,7 @@ module.exports={
|
|
212017
212135
|
}
|
212018
212136
|
}
|
212019
212137
|
},
|
212020
|
-
"
|
212138
|
+
"Sbo": {
|
212021
212139
|
"type": "list",
|
212022
212140
|
"member": {
|
212023
212141
|
"locationName": "DoubleRange",
|
@@ -212032,7 +212150,7 @@ module.exports={
|
|
212032
212150
|
}
|
212033
212151
|
}
|
212034
212152
|
},
|
212035
|
-
"
|
212153
|
+
"Sca": {
|
212036
212154
|
"type": "structure",
|
212037
212155
|
"members": {
|
212038
212156
|
"EnableLogTypes": {
|
@@ -212043,13 +212161,13 @@ module.exports={
|
|
212043
212161
|
}
|
212044
212162
|
}
|
212045
212163
|
},
|
212046
|
-
"
|
212164
|
+
"Scf": {
|
212047
212165
|
"type": "structure",
|
212048
212166
|
"members": {
|
212049
212167
|
"DBClusterParameterGroupName": {}
|
212050
212168
|
}
|
212051
212169
|
},
|
212052
|
-
"
|
212170
|
+
"Scl": {
|
212053
212171
|
"type": "structure",
|
212054
212172
|
"members": {
|
212055
212173
|
"DBParameterGroupName": {}
|
@@ -212222,6 +212340,12 @@ module.exports={
|
|
212222
212340
|
"output_token": "Marker",
|
212223
212341
|
"result_key": "GlobalClusters"
|
212224
212342
|
},
|
212343
|
+
"DescribeIntegrations": {
|
212344
|
+
"input_token": "Marker",
|
212345
|
+
"limit_key": "MaxRecords",
|
212346
|
+
"output_token": "Marker",
|
212347
|
+
"result_key": "Integrations"
|
212348
|
+
},
|
212225
212349
|
"DescribeOptionGroupOptions": {
|
212226
212350
|
"input_token": "Marker",
|
212227
212351
|
"limit_key": "MaxRecords",
|
@@ -262839,7 +262963,7 @@ AWS.util.update(AWS, {
|
|
262839
262963
|
/**
|
262840
262964
|
* @constant
|
262841
262965
|
*/
|
262842
|
-
VERSION: '2.
|
262966
|
+
VERSION: '2.1484.0',
|
262843
262967
|
|
262844
262968
|
/**
|
262845
262969
|
* @api private
|
@@ -285020,7 +285144,7 @@ var LRUCache = /** @class */ (function () {
|
|
285020
285144
|
}());
|
285021
285145
|
exports.LRUCache = LRUCache;
|
285022
285146
|
},{}],467:[function(require,module,exports){
|
285023
|
-
// AWS SDK for JavaScript v2.
|
285147
|
+
// AWS SDK for JavaScript v2.1484.0
|
285024
285148
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
285025
285149
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
285026
285150
|
require('./browser_loader');
|