@aws-sdk/client-rds 3.476.0 → 3.478.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/README.md +16 -0
- package/dist-cjs/RDS.js +4 -0
- package/dist-cjs/commands/DescribeDBRecommendationsCommand.js +51 -0
- package/dist-cjs/commands/ModifyDBRecommendationCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/pagination/DescribeBlueGreenDeploymentsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterAutomatedBackupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterBacktracksPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClustersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBLogFilesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBParameterGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxiesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxyEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxyTargetsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBRecommendationsPaginator.js +7 -0
- package/dist-cjs/pagination/DescribeDBSecurityGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEngineDefaultParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeExportTasksPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeIntegrationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOptionGroupOptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOptionGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReservedDBInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeSourceRegionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTenantDatabasesPaginator.js +2 -24
- package/dist-cjs/pagination/DownloadDBLogFilePortionPaginator.js +2 -24
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +6427 -5124
- package/dist-es/RDS.js +4 -0
- package/dist-es/commands/DescribeDBRecommendationsCommand.js +47 -0
- package/dist-es/commands/ModifyDBRecommendationCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/pagination/DescribeBlueGreenDeploymentsPaginator.js +2 -23
- package/dist-es/pagination/DescribeCertificatesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterAutomatedBackupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClustersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBLogFilesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxiesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBRecommendationsPaginator.js +4 -0
- package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventsPaginator.js +2 -23
- package/dist-es/pagination/DescribeExportTasksPaginator.js +2 -23
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +2 -23
- package/dist-es/pagination/DescribeIntegrationsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOptionGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +2 -23
- package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +2 -23
- package/dist-es/pagination/DescribeSourceRegionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeTenantDatabasesPaginator.js +2 -23
- package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +2 -23
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +6417 -5118
- package/dist-types/RDS.d.ts +14 -0
- package/dist-types/RDSClient.d.ts +4 -2
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +204 -0
- package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +197 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +798 -0
- package/dist-types/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterAutomatedBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBLogFilesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSourceRegionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTenantDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DownloadDBLogFilePortionPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_query.d.ts +18 -0
- package/dist-types/ts3.4/RDS.d.ts +34 -0
- package/dist-types/ts3.4/RDSClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +107 -0
- package/dist-types/ts3.4/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterAutomatedBackupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTenantDatabasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +24 -0
- package/package.json +7 -6
|
@@ -342,6 +342,100 @@ export interface DescribeDBProxyTargetsResponse {
|
|
|
342
342
|
Targets?: DBProxyTarget[];
|
|
343
343
|
Marker?: string;
|
|
344
344
|
}
|
|
345
|
+
export interface PerformanceInsightsMetricDimensionGroup {
|
|
346
|
+
Dimensions?: string[];
|
|
347
|
+
Group?: string;
|
|
348
|
+
Limit?: number;
|
|
349
|
+
}
|
|
350
|
+
export interface PerformanceInsightsMetricQuery {
|
|
351
|
+
GroupBy?: PerformanceInsightsMetricDimensionGroup;
|
|
352
|
+
Metric?: string;
|
|
353
|
+
}
|
|
354
|
+
export interface MetricQuery {
|
|
355
|
+
PerformanceInsightsMetricQuery?: PerformanceInsightsMetricQuery;
|
|
356
|
+
}
|
|
357
|
+
export interface ScalarReferenceDetails {
|
|
358
|
+
Value?: number;
|
|
359
|
+
}
|
|
360
|
+
export interface ReferenceDetails {
|
|
361
|
+
ScalarReferenceDetails?: ScalarReferenceDetails;
|
|
362
|
+
}
|
|
363
|
+
export interface MetricReference {
|
|
364
|
+
Name?: string;
|
|
365
|
+
ReferenceDetails?: ReferenceDetails;
|
|
366
|
+
}
|
|
367
|
+
export interface Metric {
|
|
368
|
+
Name?: string;
|
|
369
|
+
References?: MetricReference[];
|
|
370
|
+
StatisticsDetails?: string;
|
|
371
|
+
MetricQuery?: MetricQuery;
|
|
372
|
+
}
|
|
373
|
+
export interface PerformanceIssueDetails {
|
|
374
|
+
StartTime?: Date;
|
|
375
|
+
EndTime?: Date;
|
|
376
|
+
Metrics?: Metric[];
|
|
377
|
+
Analysis?: string;
|
|
378
|
+
}
|
|
379
|
+
export interface IssueDetails {
|
|
380
|
+
PerformanceIssueDetails?: PerformanceIssueDetails;
|
|
381
|
+
}
|
|
382
|
+
export interface DocLink {
|
|
383
|
+
Text?: string;
|
|
384
|
+
Url?: string;
|
|
385
|
+
}
|
|
386
|
+
export interface ContextAttribute {
|
|
387
|
+
Key?: string;
|
|
388
|
+
Value?: string;
|
|
389
|
+
}
|
|
390
|
+
export interface RecommendedActionParameter {
|
|
391
|
+
Key?: string;
|
|
392
|
+
Value?: string;
|
|
393
|
+
}
|
|
394
|
+
export interface RecommendedAction {
|
|
395
|
+
ActionId?: string;
|
|
396
|
+
Title?: string;
|
|
397
|
+
Description?: string;
|
|
398
|
+
Operation?: string;
|
|
399
|
+
Parameters?: RecommendedActionParameter[];
|
|
400
|
+
ApplyModes?: string[];
|
|
401
|
+
Status?: string;
|
|
402
|
+
IssueDetails?: IssueDetails;
|
|
403
|
+
ContextAttributes?: ContextAttribute[];
|
|
404
|
+
}
|
|
405
|
+
export interface DBRecommendation {
|
|
406
|
+
RecommendationId?: string;
|
|
407
|
+
TypeId?: string;
|
|
408
|
+
Severity?: string;
|
|
409
|
+
ResourceArn?: string;
|
|
410
|
+
Status?: string;
|
|
411
|
+
CreatedTime?: Date;
|
|
412
|
+
UpdatedTime?: Date;
|
|
413
|
+
Detection?: string;
|
|
414
|
+
Recommendation?: string;
|
|
415
|
+
Description?: string;
|
|
416
|
+
Reason?: string;
|
|
417
|
+
RecommendedActions?: RecommendedAction[];
|
|
418
|
+
Category?: string;
|
|
419
|
+
Source?: string;
|
|
420
|
+
TypeDetection?: string;
|
|
421
|
+
TypeRecommendation?: string;
|
|
422
|
+
Impact?: string;
|
|
423
|
+
AdditionalInfo?: string;
|
|
424
|
+
Links?: DocLink[];
|
|
425
|
+
IssueDetails?: IssueDetails;
|
|
426
|
+
}
|
|
427
|
+
export interface DBRecommendationsMessage {
|
|
428
|
+
DBRecommendations?: DBRecommendation[];
|
|
429
|
+
Marker?: string;
|
|
430
|
+
}
|
|
431
|
+
export interface DescribeDBRecommendationsMessage {
|
|
432
|
+
LastUpdatedAfter?: Date;
|
|
433
|
+
LastUpdatedBefore?: Date;
|
|
434
|
+
Locale?: string;
|
|
435
|
+
Filters?: Filter[];
|
|
436
|
+
MaxRecords?: number;
|
|
437
|
+
Marker?: string;
|
|
438
|
+
}
|
|
345
439
|
export interface DBSecurityGroupMessage {
|
|
346
440
|
Marker?: string;
|
|
347
441
|
DBSecurityGroups?: DBSecurityGroup[];
|
|
@@ -1109,6 +1203,19 @@ export interface ModifyDBProxyTargetGroupRequest {
|
|
|
1109
1203
|
export interface ModifyDBProxyTargetGroupResponse {
|
|
1110
1204
|
DBProxyTargetGroup?: DBProxyTargetGroup;
|
|
1111
1205
|
}
|
|
1206
|
+
export interface DBRecommendationMessage {
|
|
1207
|
+
DBRecommendation?: DBRecommendation;
|
|
1208
|
+
}
|
|
1209
|
+
export interface RecommendedActionUpdate {
|
|
1210
|
+
ActionId: string | undefined;
|
|
1211
|
+
Status: string | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
export interface ModifyDBRecommendationMessage {
|
|
1214
|
+
RecommendationId: string | undefined;
|
|
1215
|
+
Locale?: string;
|
|
1216
|
+
Status?: string;
|
|
1217
|
+
RecommendedActionUpdates?: RecommendedActionUpdate[];
|
|
1218
|
+
}
|
|
1112
1219
|
export interface ModifyDBSnapshotMessage {
|
|
1113
1220
|
DBSnapshotIdentifier: string | undefined;
|
|
1114
1221
|
EngineVersion?: string;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeBlueGreenDeploymentsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeBlueGreenDeployments: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeBlueGreenDeploymentsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeCertificatesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeCertificatesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeCertificates: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeCertificatesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCertificatesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterAutomatedBackupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterAutomatedBackupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterAutomatedBackups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterAutomatedBackupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterAutomatedBackupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterBacktracksCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterBacktracksCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterBacktracks: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterBacktracksCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterBacktracksCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterEndpointsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterEndpointsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterEndpoints: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterEndpointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterParameterGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterParameterGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameterGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterParametersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterSnapshotsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterSnapshots: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterSnapshotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClustersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClustersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBEngineVersionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBEngineVersionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBEngineVersions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBEngineVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBInstanceAutomatedBackupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBInstanceAutomatedBackups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBInstanceAutomatedBackupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBInstancesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBInstancesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBInstances: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBLogFilesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBLogFilesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBLogFiles: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBLogFilesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBLogFilesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBParameterGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBParameterGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameterGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBParameterGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBParametersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxiesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxiesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxies: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxiesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxiesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxyEndpointsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxyEndpointsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxyEndpoints: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxyEndpointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxyEndpointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxyTargetGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxyTargetGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxyTargetGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxyTargetGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxyTargetGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxyTargetsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxyTargetsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxyTargets: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxyTargetsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxyTargetsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBRecommendationsCommandInput,
|
|
4
|
+
DescribeDBRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBRecommendationsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeDBRecommendations: (
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBRecommendationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBRecommendationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSecurityGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSecurityGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSecurityGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSecurityGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSecurityGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSnapshotTenantDatabasesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSnapshotTenantDatabases: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSnapshotTenantDatabasesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSnapshotsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSnapshotsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSnapshots: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSnapshotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSnapshotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSubnetGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSubnetGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSubnetGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSubnetGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEngineDefaultParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEngineDefaultParametersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEngineDefaultParameters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeEngineDefaultParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEventSubscriptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEventSubscriptions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeEventSubscriptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEventsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEventsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEvents: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeEventsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeExportTasksCommandOutput,
|
|
5
5
|
} from "../commands/DescribeExportTasksCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeExportTasks: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeExportTasksCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeExportTasksCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeGlobalClustersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeGlobalClustersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeGlobalClusters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeGlobalClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeGlobalClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeIntegrationsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeIntegrationsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeIntegrations: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeIntegrationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeIntegrationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOptionGroupOptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOptionGroupOptionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOptionGroupOptions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeOptionGroupOptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOptionGroupOptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOptionGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOptionGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOptionGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeOptionGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOptionGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrderableDBInstanceOptions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribePendingMaintenanceActionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribePendingMaintenanceActions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribePendingMaintenanceActionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeReservedDBInstancesOfferingsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeReservedDBInstancesOfferings: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeReservedDBInstancesOfferingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeReservedDBInstancesOfferingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeReservedDBInstancesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeReservedDBInstancesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeReservedDBInstances: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeReservedDBInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeReservedDBInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeSourceRegionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeSourceRegionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeSourceRegions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeSourceRegionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeSourceRegionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeTenantDatabasesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeTenantDatabasesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeTenantDatabases: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeTenantDatabasesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeTenantDatabasesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DownloadDBLogFilePortionCommandOutput,
|
|
5
5
|
} from "../commands/DownloadDBLogFilePortionCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDownloadDBLogFilePortion: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DownloadDBLogFilePortionCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DownloadDBLogFilePortionCommandOutput>;
|