@aws-sdk/client-rds 3.37.0 → 3.41.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 +45 -0
- package/dist-cjs/RDS.js +45 -0
- package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -1
- package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +37 -0
- package/dist-cjs/commands/index.js +143 -0
- package/dist-cjs/endpoints.js +166 -27
- package/dist-cjs/index.js +5 -181
- package/dist-cjs/models/models_0.js +70 -73
- package/dist-cjs/models/models_1.js +60 -4
- package/dist-cjs/pagination/index.js +39 -0
- package/dist-cjs/protocols/Aws_query.js +426 -6
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +9 -0
- package/dist-es/RDS.js +45 -0
- package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
- package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
- package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
- package/dist-es/commands/index.js +140 -0
- package/dist-es/endpoints.js +166 -27
- package/dist-es/index.js +5 -181
- package/dist-es/models/models_0.js +45 -54
- package/dist-es/models/models_1.js +48 -0
- package/dist-es/pagination/index.js +36 -0
- package/dist-es/protocols/Aws_query.js +431 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +6 -0
- package/dist-types/RDS.d.ts +103 -13
- package/dist-types/RDSClient.d.ts +13 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +5 -4
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -5
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -2
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +140 -0
- package/dist-types/index.d.ts +5 -181
- package/dist-types/models/models_0.d.ts +697 -410
- package/dist-types/models/models_1.d.ts +468 -137
- package/dist-types/pagination/index.d.ts +36 -0
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/RDS.d.ts +15 -0
- package/dist-types/ts3.4/RDSClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/index.d.ts +140 -0
- package/dist-types/ts3.4/index.d.ts +5 -181
- package/dist-types/ts3.4/models/models_0.d.ts +190 -154
- package/dist-types/ts3.4/models/models_1.d.ts +97 -2
- package/dist-types/ts3.4/pagination/index.d.ts +36 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/waiters/index.d.ts +6 -0
- package/package.json +28 -28
package/dist-es/index.js
CHANGED
|
@@ -1,182 +1,6 @@
|
|
|
1
|
-
export * from "./RDSClient";
|
|
2
1
|
export * from "./RDS";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/AuthorizeDBSecurityGroupIngressCommand";
|
|
9
|
-
export * from "./commands/BacktrackDBClusterCommand";
|
|
10
|
-
export * from "./commands/CancelExportTaskCommand";
|
|
11
|
-
export * from "./commands/CopyDBClusterParameterGroupCommand";
|
|
12
|
-
export * from "./commands/CopyDBClusterSnapshotCommand";
|
|
13
|
-
export * from "./commands/CopyDBParameterGroupCommand";
|
|
14
|
-
export * from "./commands/CopyDBSnapshotCommand";
|
|
15
|
-
export * from "./commands/CopyOptionGroupCommand";
|
|
16
|
-
export * from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
17
|
-
export * from "./commands/CreateDBClusterCommand";
|
|
18
|
-
export * from "./commands/CreateDBClusterEndpointCommand";
|
|
19
|
-
export * from "./commands/CreateDBClusterParameterGroupCommand";
|
|
20
|
-
export * from "./commands/CreateDBClusterSnapshotCommand";
|
|
21
|
-
export * from "./commands/CreateDBInstanceCommand";
|
|
22
|
-
export * from "./commands/CreateDBInstanceReadReplicaCommand";
|
|
23
|
-
export * from "./commands/CreateDBParameterGroupCommand";
|
|
24
|
-
export * from "./commands/CreateDBProxyCommand";
|
|
25
|
-
export * from "./commands/CreateDBProxyEndpointCommand";
|
|
26
|
-
export * from "./commands/CreateDBSecurityGroupCommand";
|
|
27
|
-
export * from "./commands/CreateDBSnapshotCommand";
|
|
28
|
-
export * from "./commands/CreateDBSubnetGroupCommand";
|
|
29
|
-
export * from "./commands/CreateEventSubscriptionCommand";
|
|
30
|
-
export * from "./commands/CreateGlobalClusterCommand";
|
|
31
|
-
export * from "./commands/CreateOptionGroupCommand";
|
|
32
|
-
export * from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
33
|
-
export * from "./commands/DeleteDBClusterCommand";
|
|
34
|
-
export * from "./commands/DeleteDBClusterEndpointCommand";
|
|
35
|
-
export * from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
36
|
-
export * from "./commands/DeleteDBClusterSnapshotCommand";
|
|
37
|
-
export * from "./commands/DeleteDBInstanceCommand";
|
|
38
|
-
export * from "./commands/DeleteDBInstanceAutomatedBackupCommand";
|
|
39
|
-
export * from "./commands/DeleteDBParameterGroupCommand";
|
|
40
|
-
export * from "./commands/DeleteDBProxyCommand";
|
|
41
|
-
export * from "./commands/DeleteDBProxyEndpointCommand";
|
|
42
|
-
export * from "./commands/DeleteDBSecurityGroupCommand";
|
|
43
|
-
export * from "./commands/DeleteDBSnapshotCommand";
|
|
44
|
-
export * from "./commands/DeleteDBSubnetGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteEventSubscriptionCommand";
|
|
46
|
-
export * from "./commands/DeleteGlobalClusterCommand";
|
|
47
|
-
export * from "./commands/DeleteInstallationMediaCommand";
|
|
48
|
-
export * from "./commands/DeleteOptionGroupCommand";
|
|
49
|
-
export * from "./commands/DeregisterDBProxyTargetsCommand";
|
|
50
|
-
export * from "./commands/DescribeAccountAttributesCommand";
|
|
51
|
-
export * from "./commands/DescribeCertificatesCommand";
|
|
52
|
-
export * from "./pagination/DescribeCertificatesPaginator";
|
|
53
|
-
export * from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
54
|
-
export * from "./pagination/DescribeCustomAvailabilityZonesPaginator";
|
|
55
|
-
export * from "./commands/DescribeDBClusterBacktracksCommand";
|
|
56
|
-
export * from "./pagination/DescribeDBClusterBacktracksPaginator";
|
|
57
|
-
export * from "./commands/DescribeDBClusterEndpointsCommand";
|
|
58
|
-
export * from "./pagination/DescribeDBClusterEndpointsPaginator";
|
|
59
|
-
export * from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
60
|
-
export * from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
61
|
-
export * from "./commands/DescribeDBClusterParametersCommand";
|
|
62
|
-
export * from "./pagination/DescribeDBClusterParametersPaginator";
|
|
63
|
-
export * from "./commands/DescribeDBClustersCommand";
|
|
64
|
-
export * from "./pagination/DescribeDBClustersPaginator";
|
|
65
|
-
export * from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
66
|
-
export * from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
67
|
-
export * from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
68
|
-
export * from "./waiters/waitForDBClusterSnapshotAvailable";
|
|
69
|
-
export * from "./waiters/waitForDBClusterSnapshotDeleted";
|
|
70
|
-
export * from "./commands/DescribeDBEngineVersionsCommand";
|
|
71
|
-
export * from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
72
|
-
export * from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
73
|
-
export * from "./pagination/DescribeDBInstanceAutomatedBackupsPaginator";
|
|
74
|
-
export * from "./commands/DescribeDBInstancesCommand";
|
|
75
|
-
export * from "./pagination/DescribeDBInstancesPaginator";
|
|
76
|
-
export * from "./waiters/waitForDBInstanceAvailable";
|
|
77
|
-
export * from "./waiters/waitForDBInstanceDeleted";
|
|
78
|
-
export * from "./commands/DescribeDBLogFilesCommand";
|
|
79
|
-
export * from "./pagination/DescribeDBLogFilesPaginator";
|
|
80
|
-
export * from "./commands/DescribeDBParameterGroupsCommand";
|
|
81
|
-
export * from "./pagination/DescribeDBParameterGroupsPaginator";
|
|
82
|
-
export * from "./commands/DescribeDBParametersCommand";
|
|
83
|
-
export * from "./pagination/DescribeDBParametersPaginator";
|
|
84
|
-
export * from "./commands/DescribeDBProxiesCommand";
|
|
85
|
-
export * from "./pagination/DescribeDBProxiesPaginator";
|
|
86
|
-
export * from "./commands/DescribeDBProxyEndpointsCommand";
|
|
87
|
-
export * from "./pagination/DescribeDBProxyEndpointsPaginator";
|
|
88
|
-
export * from "./commands/DescribeDBProxyTargetGroupsCommand";
|
|
89
|
-
export * from "./pagination/DescribeDBProxyTargetGroupsPaginator";
|
|
90
|
-
export * from "./commands/DescribeDBProxyTargetsCommand";
|
|
91
|
-
export * from "./pagination/DescribeDBProxyTargetsPaginator";
|
|
92
|
-
export * from "./commands/DescribeDBSecurityGroupsCommand";
|
|
93
|
-
export * from "./pagination/DescribeDBSecurityGroupsPaginator";
|
|
94
|
-
export * from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
95
|
-
export * from "./commands/DescribeDBSnapshotsCommand";
|
|
96
|
-
export * from "./pagination/DescribeDBSnapshotsPaginator";
|
|
97
|
-
export * from "./waiters/waitForDBSnapshotAvailable";
|
|
98
|
-
export * from "./waiters/waitForDBSnapshotDeleted";
|
|
99
|
-
export * from "./commands/DescribeDBSubnetGroupsCommand";
|
|
100
|
-
export * from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
101
|
-
export * from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
102
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
103
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
104
|
-
export * from "./commands/DescribeEventCategoriesCommand";
|
|
105
|
-
export * from "./commands/DescribeEventsCommand";
|
|
106
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
107
|
-
export * from "./commands/DescribeEventSubscriptionsCommand";
|
|
108
|
-
export * from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
109
|
-
export * from "./commands/DescribeExportTasksCommand";
|
|
110
|
-
export * from "./pagination/DescribeExportTasksPaginator";
|
|
111
|
-
export * from "./commands/DescribeGlobalClustersCommand";
|
|
112
|
-
export * from "./pagination/DescribeGlobalClustersPaginator";
|
|
113
|
-
export * from "./commands/DescribeInstallationMediaCommand";
|
|
114
|
-
export * from "./pagination/DescribeInstallationMediaPaginator";
|
|
115
|
-
export * from "./commands/DescribeOptionGroupOptionsCommand";
|
|
116
|
-
export * from "./pagination/DescribeOptionGroupOptionsPaginator";
|
|
117
|
-
export * from "./commands/DescribeOptionGroupsCommand";
|
|
118
|
-
export * from "./pagination/DescribeOptionGroupsPaginator";
|
|
119
|
-
export * from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
120
|
-
export * from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
121
|
-
export * from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
122
|
-
export * from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
123
|
-
export * from "./commands/DescribeReservedDBInstancesCommand";
|
|
124
|
-
export * from "./pagination/DescribeReservedDBInstancesPaginator";
|
|
125
|
-
export * from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
126
|
-
export * from "./pagination/DescribeReservedDBInstancesOfferingsPaginator";
|
|
127
|
-
export * from "./commands/DescribeSourceRegionsCommand";
|
|
128
|
-
export * from "./pagination/DescribeSourceRegionsPaginator";
|
|
129
|
-
export * from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
130
|
-
export * from "./commands/DownloadDBLogFilePortionCommand";
|
|
131
|
-
export * from "./pagination/DownloadDBLogFilePortionPaginator";
|
|
132
|
-
export * from "./commands/FailoverDBClusterCommand";
|
|
133
|
-
export * from "./commands/FailoverGlobalClusterCommand";
|
|
134
|
-
export * from "./commands/ImportInstallationMediaCommand";
|
|
135
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
136
|
-
export * from "./commands/ModifyCertificatesCommand";
|
|
137
|
-
export * from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
138
|
-
export * from "./commands/ModifyDBClusterCommand";
|
|
139
|
-
export * from "./commands/ModifyDBClusterEndpointCommand";
|
|
140
|
-
export * from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
141
|
-
export * from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
142
|
-
export * from "./commands/ModifyDBInstanceCommand";
|
|
143
|
-
export * from "./commands/ModifyDBParameterGroupCommand";
|
|
144
|
-
export * from "./commands/ModifyDBProxyCommand";
|
|
145
|
-
export * from "./commands/ModifyDBProxyEndpointCommand";
|
|
146
|
-
export * from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
147
|
-
export * from "./commands/ModifyDBSnapshotCommand";
|
|
148
|
-
export * from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
149
|
-
export * from "./commands/ModifyDBSubnetGroupCommand";
|
|
150
|
-
export * from "./commands/ModifyEventSubscriptionCommand";
|
|
151
|
-
export * from "./commands/ModifyGlobalClusterCommand";
|
|
152
|
-
export * from "./commands/ModifyOptionGroupCommand";
|
|
153
|
-
export * from "./commands/PromoteReadReplicaCommand";
|
|
154
|
-
export * from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
155
|
-
export * from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
156
|
-
export * from "./commands/RebootDBInstanceCommand";
|
|
157
|
-
export * from "./commands/RegisterDBProxyTargetsCommand";
|
|
158
|
-
export * from "./commands/RemoveFromGlobalClusterCommand";
|
|
159
|
-
export * from "./commands/RemoveRoleFromDBClusterCommand";
|
|
160
|
-
export * from "./commands/RemoveRoleFromDBInstanceCommand";
|
|
161
|
-
export * from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
162
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
163
|
-
export * from "./commands/ResetDBClusterParameterGroupCommand";
|
|
164
|
-
export * from "./commands/ResetDBParameterGroupCommand";
|
|
165
|
-
export * from "./commands/RestoreDBClusterFromS3Command";
|
|
166
|
-
export * from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
167
|
-
export * from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
168
|
-
export * from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
|
|
169
|
-
export * from "./commands/RestoreDBInstanceFromS3Command";
|
|
170
|
-
export * from "./commands/RestoreDBInstanceToPointInTimeCommand";
|
|
171
|
-
export * from "./commands/RevokeDBSecurityGroupIngressCommand";
|
|
172
|
-
export * from "./commands/StartActivityStreamCommand";
|
|
173
|
-
export * from "./commands/StartDBClusterCommand";
|
|
174
|
-
export * from "./commands/StartDBInstanceCommand";
|
|
175
|
-
export * from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
176
|
-
export * from "./commands/StartExportTaskCommand";
|
|
177
|
-
export * from "./commands/StopActivityStreamCommand";
|
|
178
|
-
export * from "./commands/StopDBClusterCommand";
|
|
179
|
-
export * from "./commands/StopDBInstanceCommand";
|
|
180
|
-
export * from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
181
|
-
export * from "./pagination/Interfaces";
|
|
182
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./RDSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -330,6 +330,34 @@ export var CustomAvailabilityZoneQuotaExceededFault;
|
|
|
330
330
|
(function (CustomAvailabilityZoneQuotaExceededFault) {
|
|
331
331
|
CustomAvailabilityZoneQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
332
|
})(CustomAvailabilityZoneQuotaExceededFault || (CustomAvailabilityZoneQuotaExceededFault = {}));
|
|
333
|
+
export var CreateCustomDBEngineVersionMessage;
|
|
334
|
+
(function (CreateCustomDBEngineVersionMessage) {
|
|
335
|
+
CreateCustomDBEngineVersionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
})(CreateCustomDBEngineVersionMessage || (CreateCustomDBEngineVersionMessage = {}));
|
|
337
|
+
export var CustomDBEngineVersionAlreadyExistsFault;
|
|
338
|
+
(function (CustomDBEngineVersionAlreadyExistsFault) {
|
|
339
|
+
CustomDBEngineVersionAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
})(CustomDBEngineVersionAlreadyExistsFault || (CustomDBEngineVersionAlreadyExistsFault = {}));
|
|
341
|
+
export var CustomDBEngineVersionQuotaExceededFault;
|
|
342
|
+
(function (CustomDBEngineVersionQuotaExceededFault) {
|
|
343
|
+
CustomDBEngineVersionQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
})(CustomDBEngineVersionQuotaExceededFault || (CustomDBEngineVersionQuotaExceededFault = {}));
|
|
345
|
+
export var CharacterSet;
|
|
346
|
+
(function (CharacterSet) {
|
|
347
|
+
CharacterSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
})(CharacterSet || (CharacterSet = {}));
|
|
349
|
+
export var Timezone;
|
|
350
|
+
(function (Timezone) {
|
|
351
|
+
Timezone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
})(Timezone || (Timezone = {}));
|
|
353
|
+
export var UpgradeTarget;
|
|
354
|
+
(function (UpgradeTarget) {
|
|
355
|
+
UpgradeTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
})(UpgradeTarget || (UpgradeTarget = {}));
|
|
357
|
+
export var DBEngineVersion;
|
|
358
|
+
(function (DBEngineVersion) {
|
|
359
|
+
DBEngineVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
})(DBEngineVersion || (DBEngineVersion = {}));
|
|
333
361
|
export var ScalingConfiguration;
|
|
334
362
|
(function (ScalingConfiguration) {
|
|
335
363
|
ScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -482,6 +510,11 @@ export var DBInstanceRole;
|
|
|
482
510
|
(function (DBInstanceRole) {
|
|
483
511
|
DBInstanceRole.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
512
|
})(DBInstanceRole || (DBInstanceRole = {}));
|
|
513
|
+
export var AutomationMode;
|
|
514
|
+
(function (AutomationMode) {
|
|
515
|
+
AutomationMode["ALL_PAUSED"] = "all-paused";
|
|
516
|
+
AutomationMode["FULL"] = "full";
|
|
517
|
+
})(AutomationMode || (AutomationMode = {}));
|
|
485
518
|
export var DBInstanceAutomatedBackupsReplication;
|
|
486
519
|
(function (DBInstanceAutomatedBackupsReplication) {
|
|
487
520
|
DBInstanceAutomatedBackupsReplication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -803,6 +836,18 @@ export var DeleteCustomAvailabilityZoneResult;
|
|
|
803
836
|
CustomAvailabilityZone: CustomAvailabilityZone.filterSensitiveLog(obj.CustomAvailabilityZone),
|
|
804
837
|
}))); };
|
|
805
838
|
})(DeleteCustomAvailabilityZoneResult || (DeleteCustomAvailabilityZoneResult = {}));
|
|
839
|
+
export var CustomDBEngineVersionNotFoundFault;
|
|
840
|
+
(function (CustomDBEngineVersionNotFoundFault) {
|
|
841
|
+
CustomDBEngineVersionNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
})(CustomDBEngineVersionNotFoundFault || (CustomDBEngineVersionNotFoundFault = {}));
|
|
843
|
+
export var DeleteCustomDBEngineVersionMessage;
|
|
844
|
+
(function (DeleteCustomDBEngineVersionMessage) {
|
|
845
|
+
DeleteCustomDBEngineVersionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
})(DeleteCustomDBEngineVersionMessage || (DeleteCustomDBEngineVersionMessage = {}));
|
|
847
|
+
export var InvalidCustomDBEngineVersionStateFault;
|
|
848
|
+
(function (InvalidCustomDBEngineVersionStateFault) {
|
|
849
|
+
InvalidCustomDBEngineVersionStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
})(InvalidCustomDBEngineVersionStateFault || (InvalidCustomDBEngineVersionStateFault = {}));
|
|
806
851
|
export var DeleteDBClusterMessage;
|
|
807
852
|
(function (DeleteDBClusterMessage) {
|
|
808
853
|
DeleteDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1087,22 +1132,6 @@ export var DescribeDBClusterSnapshotsMessage;
|
|
|
1087
1132
|
(function (DescribeDBClusterSnapshotsMessage) {
|
|
1088
1133
|
DescribeDBClusterSnapshotsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
1134
|
})(DescribeDBClusterSnapshotsMessage || (DescribeDBClusterSnapshotsMessage = {}));
|
|
1090
|
-
export var CharacterSet;
|
|
1091
|
-
(function (CharacterSet) {
|
|
1092
|
-
CharacterSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
-
})(CharacterSet || (CharacterSet = {}));
|
|
1094
|
-
export var Timezone;
|
|
1095
|
-
(function (Timezone) {
|
|
1096
|
-
Timezone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
-
})(Timezone || (Timezone = {}));
|
|
1098
|
-
export var UpgradeTarget;
|
|
1099
|
-
(function (UpgradeTarget) {
|
|
1100
|
-
UpgradeTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
-
})(UpgradeTarget || (UpgradeTarget = {}));
|
|
1102
|
-
export var DBEngineVersion;
|
|
1103
|
-
(function (DBEngineVersion) {
|
|
1104
|
-
DBEngineVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
-
})(DBEngineVersion || (DBEngineVersion = {}));
|
|
1106
1135
|
export var DBEngineVersionMessage;
|
|
1107
1136
|
(function (DBEngineVersionMessage) {
|
|
1108
1137
|
DBEngineVersionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1191,41 +1220,3 @@ export var DescribeDBProxyTargetsRequest;
|
|
|
1191
1220
|
(function (DescribeDBProxyTargetsRequest) {
|
|
1192
1221
|
DescribeDBProxyTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1193
1222
|
})(DescribeDBProxyTargetsRequest || (DescribeDBProxyTargetsRequest = {}));
|
|
1194
|
-
export var TargetRole;
|
|
1195
|
-
(function (TargetRole) {
|
|
1196
|
-
TargetRole["READ_ONLY"] = "READ_ONLY";
|
|
1197
|
-
TargetRole["READ_WRITE"] = "READ_WRITE";
|
|
1198
|
-
TargetRole["UNKNOWN"] = "UNKNOWN";
|
|
1199
|
-
})(TargetRole || (TargetRole = {}));
|
|
1200
|
-
export var TargetHealthReason;
|
|
1201
|
-
(function (TargetHealthReason) {
|
|
1202
|
-
TargetHealthReason["AUTH_FAILURE"] = "AUTH_FAILURE";
|
|
1203
|
-
TargetHealthReason["CONNECTION_FAILED"] = "CONNECTION_FAILED";
|
|
1204
|
-
TargetHealthReason["INVALID_REPLICATION_STATE"] = "INVALID_REPLICATION_STATE";
|
|
1205
|
-
TargetHealthReason["PENDING_PROXY_CAPACITY"] = "PENDING_PROXY_CAPACITY";
|
|
1206
|
-
TargetHealthReason["UNREACHABLE"] = "UNREACHABLE";
|
|
1207
|
-
})(TargetHealthReason || (TargetHealthReason = {}));
|
|
1208
|
-
export var TargetState;
|
|
1209
|
-
(function (TargetState) {
|
|
1210
|
-
TargetState["available"] = "AVAILABLE";
|
|
1211
|
-
TargetState["registering"] = "REGISTERING";
|
|
1212
|
-
TargetState["unavailable"] = "UNAVAILABLE";
|
|
1213
|
-
})(TargetState || (TargetState = {}));
|
|
1214
|
-
export var TargetHealth;
|
|
1215
|
-
(function (TargetHealth) {
|
|
1216
|
-
TargetHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
-
})(TargetHealth || (TargetHealth = {}));
|
|
1218
|
-
export var TargetType;
|
|
1219
|
-
(function (TargetType) {
|
|
1220
|
-
TargetType["RDS_INSTANCE"] = "RDS_INSTANCE";
|
|
1221
|
-
TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
|
|
1222
|
-
TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
|
|
1223
|
-
})(TargetType || (TargetType = {}));
|
|
1224
|
-
export var DBProxyTarget;
|
|
1225
|
-
(function (DBProxyTarget) {
|
|
1226
|
-
DBProxyTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1227
|
-
})(DBProxyTarget || (DBProxyTarget = {}));
|
|
1228
|
-
export var DescribeDBProxyTargetsResponse;
|
|
1229
|
-
(function (DescribeDBProxyTargetsResponse) {
|
|
1230
|
-
DescribeDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1231
|
-
})(DescribeDBProxyTargetsResponse || (DescribeDBProxyTargetsResponse = {}));
|
|
@@ -1,4 +1,42 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var TargetRole;
|
|
3
|
+
(function (TargetRole) {
|
|
4
|
+
TargetRole["READ_ONLY"] = "READ_ONLY";
|
|
5
|
+
TargetRole["READ_WRITE"] = "READ_WRITE";
|
|
6
|
+
TargetRole["UNKNOWN"] = "UNKNOWN";
|
|
7
|
+
})(TargetRole || (TargetRole = {}));
|
|
8
|
+
export var TargetHealthReason;
|
|
9
|
+
(function (TargetHealthReason) {
|
|
10
|
+
TargetHealthReason["AUTH_FAILURE"] = "AUTH_FAILURE";
|
|
11
|
+
TargetHealthReason["CONNECTION_FAILED"] = "CONNECTION_FAILED";
|
|
12
|
+
TargetHealthReason["INVALID_REPLICATION_STATE"] = "INVALID_REPLICATION_STATE";
|
|
13
|
+
TargetHealthReason["PENDING_PROXY_CAPACITY"] = "PENDING_PROXY_CAPACITY";
|
|
14
|
+
TargetHealthReason["UNREACHABLE"] = "UNREACHABLE";
|
|
15
|
+
})(TargetHealthReason || (TargetHealthReason = {}));
|
|
16
|
+
export var TargetState;
|
|
17
|
+
(function (TargetState) {
|
|
18
|
+
TargetState["available"] = "AVAILABLE";
|
|
19
|
+
TargetState["registering"] = "REGISTERING";
|
|
20
|
+
TargetState["unavailable"] = "UNAVAILABLE";
|
|
21
|
+
})(TargetState || (TargetState = {}));
|
|
22
|
+
export var TargetHealth;
|
|
23
|
+
(function (TargetHealth) {
|
|
24
|
+
TargetHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(TargetHealth || (TargetHealth = {}));
|
|
26
|
+
export var TargetType;
|
|
27
|
+
(function (TargetType) {
|
|
28
|
+
TargetType["RDS_INSTANCE"] = "RDS_INSTANCE";
|
|
29
|
+
TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
|
|
30
|
+
TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
|
|
31
|
+
})(TargetType || (TargetType = {}));
|
|
32
|
+
export var DBProxyTarget;
|
|
33
|
+
(function (DBProxyTarget) {
|
|
34
|
+
DBProxyTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(DBProxyTarget || (DBProxyTarget = {}));
|
|
36
|
+
export var DescribeDBProxyTargetsResponse;
|
|
37
|
+
(function (DescribeDBProxyTargetsResponse) {
|
|
38
|
+
DescribeDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(DescribeDBProxyTargetsResponse || (DescribeDBProxyTargetsResponse = {}));
|
|
2
40
|
export var DBSecurityGroupMessage;
|
|
3
41
|
(function (DBSecurityGroupMessage) {
|
|
4
42
|
DBSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -307,6 +345,16 @@ export var ModifyCurrentDBClusterCapacityMessage;
|
|
|
307
345
|
(function (ModifyCurrentDBClusterCapacityMessage) {
|
|
308
346
|
ModifyCurrentDBClusterCapacityMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
347
|
})(ModifyCurrentDBClusterCapacityMessage || (ModifyCurrentDBClusterCapacityMessage = {}));
|
|
348
|
+
export var CustomEngineVersionStatus;
|
|
349
|
+
(function (CustomEngineVersionStatus) {
|
|
350
|
+
CustomEngineVersionStatus["available"] = "available";
|
|
351
|
+
CustomEngineVersionStatus["inactive"] = "inactive";
|
|
352
|
+
CustomEngineVersionStatus["inactive_except_restore"] = "inactive-except-restore";
|
|
353
|
+
})(CustomEngineVersionStatus || (CustomEngineVersionStatus = {}));
|
|
354
|
+
export var ModifyCustomDBEngineVersionMessage;
|
|
355
|
+
(function (ModifyCustomDBEngineVersionMessage) {
|
|
356
|
+
ModifyCustomDBEngineVersionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
})(ModifyCustomDBEngineVersionMessage || (ModifyCustomDBEngineVersionMessage = {}));
|
|
310
358
|
export var CloudwatchLogsExportConfiguration;
|
|
311
359
|
(function (CloudwatchLogsExportConfiguration) {
|
|
312
360
|
CloudwatchLogsExportConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export * from "./DescribeCertificatesPaginator";
|
|
2
|
+
export * from "./DescribeCustomAvailabilityZonesPaginator";
|
|
3
|
+
export * from "./DescribeDBClusterBacktracksPaginator";
|
|
4
|
+
export * from "./DescribeDBClusterEndpointsPaginator";
|
|
5
|
+
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
6
|
+
export * from "./DescribeDBClusterParametersPaginator";
|
|
7
|
+
export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
8
|
+
export * from "./DescribeDBClustersPaginator";
|
|
9
|
+
export * from "./DescribeDBEngineVersionsPaginator";
|
|
10
|
+
export * from "./DescribeDBInstanceAutomatedBackupsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeDBInstancesPaginator";
|
|
13
|
+
export * from "./DescribeDBLogFilesPaginator";
|
|
14
|
+
export * from "./DescribeDBParameterGroupsPaginator";
|
|
15
|
+
export * from "./DescribeDBParametersPaginator";
|
|
16
|
+
export * from "./DescribeDBProxiesPaginator";
|
|
17
|
+
export * from "./DescribeDBProxyEndpointsPaginator";
|
|
18
|
+
export * from "./DescribeDBProxyTargetGroupsPaginator";
|
|
19
|
+
export * from "./DescribeDBProxyTargetsPaginator";
|
|
20
|
+
export * from "./DescribeDBSecurityGroupsPaginator";
|
|
21
|
+
export * from "./DescribeDBSnapshotsPaginator";
|
|
22
|
+
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
23
|
+
export * from "./DescribeEngineDefaultParametersPaginator";
|
|
24
|
+
export * from "./DescribeEventSubscriptionsPaginator";
|
|
25
|
+
export * from "./DescribeEventsPaginator";
|
|
26
|
+
export * from "./DescribeExportTasksPaginator";
|
|
27
|
+
export * from "./DescribeGlobalClustersPaginator";
|
|
28
|
+
export * from "./DescribeInstallationMediaPaginator";
|
|
29
|
+
export * from "./DescribeOptionGroupOptionsPaginator";
|
|
30
|
+
export * from "./DescribeOptionGroupsPaginator";
|
|
31
|
+
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
32
|
+
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
33
|
+
export * from "./DescribeReservedDBInstancesOfferingsPaginator";
|
|
34
|
+
export * from "./DescribeReservedDBInstancesPaginator";
|
|
35
|
+
export * from "./DescribeSourceRegionsPaginator";
|
|
36
|
+
export * from "./DownloadDBLogFilePortionPaginator";
|