@aws-sdk/client-docdb 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/DocDB.js +0 -4
- package/dist-cjs/DocDBClient.js +0 -9
- package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -26
- package/dist-cjs/commands/AddTagsToResourceCommand.js +0 -28
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -26
- package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +0 -25
- package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +0 -36
- package/dist-cjs/commands/CreateDBClusterCommand.js +0 -25
- package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +0 -43
- package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +0 -25
- package/dist-cjs/commands/CreateDBInstanceCommand.js +0 -25
- package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +0 -27
- package/dist-cjs/commands/CreateGlobalClusterCommand.js +0 -30
- package/dist-cjs/commands/DeleteDBClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +0 -28
- package/dist-cjs/commands/DeleteDBInstanceCommand.js +0 -25
- package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +0 -29
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +0 -25
- package/dist-cjs/commands/DeleteGlobalClusterCommand.js +0 -28
- package/dist-cjs/commands/DescribeCertificatesCommand.js +0 -25
- package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +0 -25
- package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +0 -26
- package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -28
- package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +0 -25
- package/dist-cjs/commands/DescribeDBClustersCommand.js +0 -30
- package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +0 -25
- package/dist-cjs/commands/DescribeDBInstancesCommand.js +0 -25
- package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +0 -26
- package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventsCommand.js +0 -25
- package/dist-cjs/commands/DescribeGlobalClustersCommand.js +0 -28
- package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -25
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -26
- package/dist-cjs/commands/FailoverDBClusterCommand.js +0 -27
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ModifyDBClusterCommand.js +0 -27
- package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +0 -43
- package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -26
- package/dist-cjs/commands/ModifyDBInstanceCommand.js +0 -25
- package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +0 -25
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +0 -25
- package/dist-cjs/commands/ModifyGlobalClusterCommand.js +0 -28
- package/dist-cjs/commands/RebootDBInstanceCommand.js +0 -31
- package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +0 -28
- package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -26
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -25
- package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +0 -32
- package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +0 -27
- package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +0 -29
- package/dist-cjs/commands/StartDBClusterCommand.js +0 -27
- package/dist-cjs/commands/StopDBClusterCommand.js +0 -28
- package/dist-cjs/commands/index.js +56 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -71
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -571
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBClustersPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeEventsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/protocols/Aws_query.js +0 -3
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForDBInstanceAvailable.js +0 -10
- package/dist-es/DocDB.js +0 -1
- package/dist-es/DocDBClient.js +0 -1
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -1
- package/dist-es/commands/AddTagsToResourceCommand.js +0 -1
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +0 -1
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +0 -1
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +0 -1
- package/dist-es/commands/CreateDBClusterCommand.js +0 -1
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +0 -1
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +0 -1
- package/dist-es/commands/CreateDBInstanceCommand.js +0 -1
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +0 -1
- package/dist-es/commands/CreateEventSubscriptionCommand.js +0 -1
- package/dist-es/commands/CreateGlobalClusterCommand.js +0 -1
- package/dist-es/commands/DeleteDBClusterCommand.js +0 -1
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +0 -1
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +0 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js +0 -1
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +0 -1
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +0 -1
- package/dist-es/commands/DeleteGlobalClusterCommand.js +0 -1
- package/dist-es/commands/DescribeCertificatesCommand.js +0 -1
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +0 -1
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +0 -1
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -1
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +0 -1
- package/dist-es/commands/DescribeDBClustersCommand.js +0 -1
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +0 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js +0 -1
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +0 -1
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -1
- package/dist-es/commands/DescribeEventCategoriesCommand.js +0 -1
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +0 -1
- package/dist-es/commands/DescribeEventsCommand.js +0 -1
- package/dist-es/commands/DescribeGlobalClustersCommand.js +0 -1
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -1
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +0 -1
- package/dist-es/commands/FailoverDBClusterCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ModifyDBClusterCommand.js +0 -1
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +0 -1
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js +0 -1
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +0 -1
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +0 -1
- package/dist-es/commands/ModifyGlobalClusterCommand.js +0 -1
- package/dist-es/commands/RebootDBInstanceCommand.js +0 -1
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +0 -1
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -1
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -1
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +0 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +0 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +0 -1
- package/dist-es/commands/StartDBClusterCommand.js +0 -1
- package/dist-es/commands/StopDBClusterCommand.js +0 -1
- package/dist-es/commands/index.js +53 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -71
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeCertificatesPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBClustersPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +0 -1
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +0 -1
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +0 -1
- package/dist-es/pagination/DescribeEventsPaginator.js +0 -1
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +0 -1
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -1
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/protocols/Aws_query.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForDBInstanceAvailable.js +0 -1
- package/dist-types/commands/index.d.ts +53 -0
- package/dist-types/index.d.ts +5 -70
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/DocDB.d.ts +54 -286
- package/dist-types/ts3.4/DocDBClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/index.d.ts +53 -0
- package/dist-types/ts3.4/index.d.ts +5 -70
- package/dist-types/ts3.4/models/models_0.d.ts +845 -3657
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +35 -32
- package/dist-cjs/DocDB.js.map +0 -1
- package/dist-cjs/DocDBClient.js.map +0 -1
- package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDBClusterCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDBInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDBSubnetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGlobalClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDBClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDBInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGlobalClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBClusterParametersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBClustersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBInstancesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGlobalClustersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist-cjs/commands/FailoverDBClusterCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyDBClusterCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyDBInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyGlobalClusterCommand.js.map +0 -1
- package/dist-cjs/commands/RebootDBInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
- package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
- package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
- package/dist-cjs/commands/StartDBClusterCommand.js.map +0 -1
- package/dist-cjs/commands/StopDBClusterCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBClustersPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBInstancesPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/protocols/Aws_query.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForDBInstanceAvailable.js.map +0 -1
- package/dist-es/DocDB.js.map +0 -1
- package/dist-es/DocDBClient.js.map +0 -1
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
- package/dist-es/commands/CreateDBClusterCommand.js.map +0 -1
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
- package/dist-es/commands/CreateDBInstanceCommand.js.map +0 -1
- package/dist-es/commands/CreateDBSubnetGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/CreateGlobalClusterCommand.js.map +0 -1
- package/dist-es/commands/DeleteDBClusterCommand.js.map +0 -1
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js.map +0 -1
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/DeleteGlobalClusterCommand.js.map +0 -1
- package/dist-es/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBClusterParametersCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBClustersCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js.map +0 -1
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist-es/commands/DescribeGlobalClustersCommand.js.map +0 -1
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist-es/commands/FailoverDBClusterCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ModifyDBClusterCommand.js.map +0 -1
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js.map +0 -1
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
- package/dist-es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/ModifyGlobalClusterCommand.js.map +0 -1
- package/dist-es/commands/RebootDBInstanceCommand.js.map +0 -1
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
- package/dist-es/commands/StartDBClusterCommand.js.map +0 -1
- package/dist-es/commands/StopDBClusterCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBClustersPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBInstancesPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/protocols/Aws_query.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForDBInstanceAvailable.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/DocDB.ts +0 -2097
- package/src/DocDBClient.ts +0 -515
- package/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +0 -104
- package/src/commands/AddTagsToResourceCommand.ts +0 -98
- package/src/commands/ApplyPendingMaintenanceActionCommand.ts +0 -101
- package/src/commands/CopyDBClusterParameterGroupCommand.ts +0 -98
- package/src/commands/CopyDBClusterSnapshotCommand.ts +0 -108
- package/src/commands/CreateDBClusterCommand.ts +0 -95
- package/src/commands/CreateDBClusterParameterGroupCommand.ts +0 -118
- package/src/commands/CreateDBClusterSnapshotCommand.ts +0 -95
- package/src/commands/CreateDBInstanceCommand.ts +0 -95
- package/src/commands/CreateDBSubnetGroupCommand.ts +0 -96
- package/src/commands/CreateEventSubscriptionCommand.ts +0 -97
- package/src/commands/CreateGlobalClusterCommand.ts +0 -100
- package/src/commands/DeleteDBClusterCommand.ts +0 -96
- package/src/commands/DeleteDBClusterParameterGroupCommand.ts +0 -98
- package/src/commands/DeleteDBClusterSnapshotCommand.ts +0 -98
- package/src/commands/DeleteDBInstanceCommand.ts +0 -95
- package/src/commands/DeleteDBSubnetGroupCommand.ts +0 -99
- package/src/commands/DeleteEventSubscriptionCommand.ts +0 -95
- package/src/commands/DeleteGlobalClusterCommand.ts +0 -98
- package/src/commands/DescribeCertificatesCommand.ts +0 -95
- package/src/commands/DescribeDBClusterParameterGroupsCommand.ts +0 -103
- package/src/commands/DescribeDBClusterParametersCommand.ts +0 -99
- package/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +0 -109
- package/src/commands/DescribeDBClusterSnapshotsCommand.ts +0 -98
- package/src/commands/DescribeDBClustersCommand.ts +0 -100
- package/src/commands/DescribeDBEngineVersionsCommand.ts +0 -95
- package/src/commands/DescribeDBInstancesCommand.ts +0 -95
- package/src/commands/DescribeDBSubnetGroupsCommand.ts +0 -96
- package/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +0 -108
- package/src/commands/DescribeEventCategoriesCommand.ts +0 -96
- package/src/commands/DescribeEventSubscriptionsCommand.ts +0 -99
- package/src/commands/DescribeEventsCommand.ts +0 -95
- package/src/commands/DescribeGlobalClustersCommand.ts +0 -98
- package/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +0 -103
- package/src/commands/DescribePendingMaintenanceActionsCommand.ts +0 -104
- package/src/commands/FailoverDBClusterCommand.ts +0 -97
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ModifyDBClusterCommand.ts +0 -97
- package/src/commands/ModifyDBClusterParameterGroupCommand.ts +0 -118
- package/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +0 -104
- package/src/commands/ModifyDBInstanceCommand.ts +0 -95
- package/src/commands/ModifyDBSubnetGroupCommand.ts +0 -95
- package/src/commands/ModifyEventSubscriptionCommand.ts +0 -95
- package/src/commands/ModifyGlobalClusterCommand.ts +0 -98
- package/src/commands/RebootDBInstanceCommand.ts +0 -101
- package/src/commands/RemoveFromGlobalClusterCommand.ts +0 -98
- package/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +0 -108
- package/src/commands/RemoveTagsFromResourceCommand.ts +0 -95
- package/src/commands/ResetDBClusterParameterGroupCommand.ts +0 -107
- package/src/commands/RestoreDBClusterFromSnapshotCommand.ts +0 -102
- package/src/commands/RestoreDBClusterToPointInTimeCommand.ts +0 -104
- package/src/commands/StartDBClusterCommand.ts +0 -97
- package/src/commands/StopDBClusterCommand.ts +0 -98
- package/src/endpoints.ts +0 -91
- package/src/index.ts +0 -71
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -6422
- package/src/pagination/DescribeCertificatesPaginator.ts +0 -59
- package/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts +0 -59
- package/src/pagination/DescribeDBClusterParametersPaginator.ts +0 -59
- package/src/pagination/DescribeDBClusterSnapshotsPaginator.ts +0 -59
- package/src/pagination/DescribeDBClustersPaginator.ts +0 -59
- package/src/pagination/DescribeDBEngineVersionsPaginator.ts +0 -59
- package/src/pagination/DescribeDBInstancesPaginator.ts +0 -59
- package/src/pagination/DescribeDBSubnetGroupsPaginator.ts +0 -59
- package/src/pagination/DescribeEventSubscriptionsPaginator.ts +0 -59
- package/src/pagination/DescribeEventsPaginator.ts +0 -59
- package/src/pagination/DescribeGlobalClustersPaginator.ts +0 -59
- package/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +0 -59
- package/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/protocols/Aws_query.ts +0 -10761
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForDBInstanceAvailable.ts +0 -125
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,1712 +6,1141 @@ exports.FailoverDBClusterResult = exports.FailoverDBClusterMessage = exports.Pen
|
|
|
6
6
|
exports.StopDBClusterResult = exports.StopDBClusterMessage = exports.StartDBClusterResult = exports.StartDBClusterMessage = exports.RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotMessage = exports.InvalidRestoreFault = exports.InvalidDBSnapshotStateFault = exports.InsufficientDBClusterCapacityFault = exports.ResetDBClusterParameterGroupMessage = exports.RemoveTagsFromResourceMessage = exports.RemoveSourceIdentifierFromSubscriptionResult = exports.RemoveSourceIdentifierFromSubscriptionMessage = exports.RemoveFromGlobalClusterResult = exports.RemoveFromGlobalClusterMessage = exports.RebootDBInstanceResult = exports.RebootDBInstanceMessage = exports.ModifyGlobalClusterResult = exports.ModifyGlobalClusterMessage = exports.ModifyEventSubscriptionResult = exports.ModifyEventSubscriptionMessage = exports.SubnetAlreadyInUse = exports.ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupMessage = exports.ModifyDBInstanceResult = exports.ModifyDBInstanceMessage = exports.DBUpgradeDependencyFailureFault = exports.SharedSnapshotQuotaExceededFault = exports.ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeMessage = exports.ModifyDBClusterParameterGroupMessage = exports.DBClusterParameterGroupNameMessage = exports.ModifyDBClusterResult = exports.ModifyDBClusterMessage = exports.CloudwatchLogsExportConfiguration = exports.InvalidDBSecurityGroupStateFault = exports.TagListMessage = exports.ListTagsForResourceMessage = void 0;
|
|
7
7
|
var AddSourceIdentifierToSubscriptionMessage;
|
|
8
8
|
(function (AddSourceIdentifierToSubscriptionMessage) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
AddSourceIdentifierToSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
15
12
|
})(AddSourceIdentifierToSubscriptionMessage = exports.AddSourceIdentifierToSubscriptionMessage || (exports.AddSourceIdentifierToSubscriptionMessage = {}));
|
|
16
13
|
var EventSubscription;
|
|
17
14
|
(function (EventSubscription) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
15
|
EventSubscription.filterSensitiveLog = (obj) => ({
|
|
22
16
|
...obj,
|
|
23
17
|
});
|
|
24
18
|
})(EventSubscription = exports.EventSubscription || (exports.EventSubscription = {}));
|
|
25
19
|
var AddSourceIdentifierToSubscriptionResult;
|
|
26
20
|
(function (AddSourceIdentifierToSubscriptionResult) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
21
|
AddSourceIdentifierToSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
31
22
|
...obj,
|
|
32
23
|
});
|
|
33
24
|
})(AddSourceIdentifierToSubscriptionResult = exports.AddSourceIdentifierToSubscriptionResult || (exports.AddSourceIdentifierToSubscriptionResult = {}));
|
|
34
25
|
var SourceNotFoundFault;
|
|
35
26
|
(function (SourceNotFoundFault) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
SourceNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
40
28
|
...obj,
|
|
41
29
|
});
|
|
42
30
|
})(SourceNotFoundFault = exports.SourceNotFoundFault || (exports.SourceNotFoundFault = {}));
|
|
43
31
|
var SubscriptionNotFoundFault;
|
|
44
32
|
(function (SubscriptionNotFoundFault) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
33
|
SubscriptionNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
49
34
|
...obj,
|
|
50
35
|
});
|
|
51
36
|
})(SubscriptionNotFoundFault = exports.SubscriptionNotFoundFault || (exports.SubscriptionNotFoundFault = {}));
|
|
52
37
|
var Tag;
|
|
53
38
|
(function (Tag) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
39
|
Tag.filterSensitiveLog = (obj) => ({
|
|
58
40
|
...obj,
|
|
59
41
|
});
|
|
60
42
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
61
43
|
var AddTagsToResourceMessage;
|
|
62
44
|
(function (AddTagsToResourceMessage) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
45
|
AddTagsToResourceMessage.filterSensitiveLog = (obj) => ({
|
|
67
46
|
...obj,
|
|
68
47
|
});
|
|
69
48
|
})(AddTagsToResourceMessage = exports.AddTagsToResourceMessage || (exports.AddTagsToResourceMessage = {}));
|
|
70
49
|
var DBClusterNotFoundFault;
|
|
71
50
|
(function (DBClusterNotFoundFault) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
51
|
DBClusterNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
76
52
|
...obj,
|
|
77
53
|
});
|
|
78
54
|
})(DBClusterNotFoundFault = exports.DBClusterNotFoundFault || (exports.DBClusterNotFoundFault = {}));
|
|
79
55
|
var DBInstanceNotFoundFault;
|
|
80
56
|
(function (DBInstanceNotFoundFault) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
57
|
DBInstanceNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
85
58
|
...obj,
|
|
86
59
|
});
|
|
87
60
|
})(DBInstanceNotFoundFault = exports.DBInstanceNotFoundFault || (exports.DBInstanceNotFoundFault = {}));
|
|
88
61
|
var DBSnapshotNotFoundFault;
|
|
89
62
|
(function (DBSnapshotNotFoundFault) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
63
|
DBSnapshotNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
94
64
|
...obj,
|
|
95
65
|
});
|
|
96
66
|
})(DBSnapshotNotFoundFault = exports.DBSnapshotNotFoundFault || (exports.DBSnapshotNotFoundFault = {}));
|
|
97
67
|
var ApplyPendingMaintenanceActionMessage;
|
|
98
68
|
(function (ApplyPendingMaintenanceActionMessage) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
69
|
ApplyPendingMaintenanceActionMessage.filterSensitiveLog = (obj) => ({
|
|
103
70
|
...obj,
|
|
104
71
|
});
|
|
105
72
|
})(ApplyPendingMaintenanceActionMessage = exports.ApplyPendingMaintenanceActionMessage || (exports.ApplyPendingMaintenanceActionMessage = {}));
|
|
106
73
|
var PendingMaintenanceAction;
|
|
107
74
|
(function (PendingMaintenanceAction) {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
75
|
PendingMaintenanceAction.filterSensitiveLog = (obj) => ({
|
|
112
76
|
...obj,
|
|
113
77
|
});
|
|
114
78
|
})(PendingMaintenanceAction = exports.PendingMaintenanceAction || (exports.PendingMaintenanceAction = {}));
|
|
115
79
|
var ResourcePendingMaintenanceActions;
|
|
116
80
|
(function (ResourcePendingMaintenanceActions) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
81
|
ResourcePendingMaintenanceActions.filterSensitiveLog = (obj) => ({
|
|
121
82
|
...obj,
|
|
122
83
|
});
|
|
123
84
|
})(ResourcePendingMaintenanceActions = exports.ResourcePendingMaintenanceActions || (exports.ResourcePendingMaintenanceActions = {}));
|
|
124
85
|
var ApplyPendingMaintenanceActionResult;
|
|
125
86
|
(function (ApplyPendingMaintenanceActionResult) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
87
|
ApplyPendingMaintenanceActionResult.filterSensitiveLog = (obj) => ({
|
|
130
88
|
...obj,
|
|
131
89
|
});
|
|
132
90
|
})(ApplyPendingMaintenanceActionResult = exports.ApplyPendingMaintenanceActionResult || (exports.ApplyPendingMaintenanceActionResult = {}));
|
|
133
91
|
var InvalidDBClusterStateFault;
|
|
134
92
|
(function (InvalidDBClusterStateFault) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
93
|
InvalidDBClusterStateFault.filterSensitiveLog = (obj) => ({
|
|
139
94
|
...obj,
|
|
140
95
|
});
|
|
141
96
|
})(InvalidDBClusterStateFault = exports.InvalidDBClusterStateFault || (exports.InvalidDBClusterStateFault = {}));
|
|
142
97
|
var InvalidDBInstanceStateFault;
|
|
143
98
|
(function (InvalidDBInstanceStateFault) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
99
|
InvalidDBInstanceStateFault.filterSensitiveLog = (obj) => ({
|
|
148
100
|
...obj,
|
|
149
101
|
});
|
|
150
102
|
})(InvalidDBInstanceStateFault = exports.InvalidDBInstanceStateFault || (exports.InvalidDBInstanceStateFault = {}));
|
|
151
103
|
var ResourceNotFoundFault;
|
|
152
104
|
(function (ResourceNotFoundFault) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
105
|
ResourceNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
157
106
|
...obj,
|
|
158
107
|
});
|
|
159
108
|
})(ResourceNotFoundFault = exports.ResourceNotFoundFault || (exports.ResourceNotFoundFault = {}));
|
|
160
109
|
var CopyDBClusterParameterGroupMessage;
|
|
161
110
|
(function (CopyDBClusterParameterGroupMessage) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
111
|
CopyDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
166
112
|
...obj,
|
|
167
113
|
});
|
|
168
114
|
})(CopyDBClusterParameterGroupMessage = exports.CopyDBClusterParameterGroupMessage || (exports.CopyDBClusterParameterGroupMessage = {}));
|
|
169
115
|
var DBClusterParameterGroup;
|
|
170
116
|
(function (DBClusterParameterGroup) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
117
|
DBClusterParameterGroup.filterSensitiveLog = (obj) => ({
|
|
175
118
|
...obj,
|
|
176
119
|
});
|
|
177
120
|
})(DBClusterParameterGroup = exports.DBClusterParameterGroup || (exports.DBClusterParameterGroup = {}));
|
|
178
121
|
var CopyDBClusterParameterGroupResult;
|
|
179
122
|
(function (CopyDBClusterParameterGroupResult) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
123
|
CopyDBClusterParameterGroupResult.filterSensitiveLog = (obj) => ({
|
|
184
124
|
...obj,
|
|
185
125
|
});
|
|
186
126
|
})(CopyDBClusterParameterGroupResult = exports.CopyDBClusterParameterGroupResult || (exports.CopyDBClusterParameterGroupResult = {}));
|
|
187
127
|
var DBParameterGroupAlreadyExistsFault;
|
|
188
128
|
(function (DBParameterGroupAlreadyExistsFault) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
129
|
DBParameterGroupAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
193
130
|
...obj,
|
|
194
131
|
});
|
|
195
132
|
})(DBParameterGroupAlreadyExistsFault = exports.DBParameterGroupAlreadyExistsFault || (exports.DBParameterGroupAlreadyExistsFault = {}));
|
|
196
133
|
var DBParameterGroupNotFoundFault;
|
|
197
134
|
(function (DBParameterGroupNotFoundFault) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
135
|
DBParameterGroupNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
202
136
|
...obj,
|
|
203
137
|
});
|
|
204
138
|
})(DBParameterGroupNotFoundFault = exports.DBParameterGroupNotFoundFault || (exports.DBParameterGroupNotFoundFault = {}));
|
|
205
139
|
var DBParameterGroupQuotaExceededFault;
|
|
206
140
|
(function (DBParameterGroupQuotaExceededFault) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
141
|
DBParameterGroupQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
211
142
|
...obj,
|
|
212
143
|
});
|
|
213
144
|
})(DBParameterGroupQuotaExceededFault = exports.DBParameterGroupQuotaExceededFault || (exports.DBParameterGroupQuotaExceededFault = {}));
|
|
214
145
|
var CopyDBClusterSnapshotMessage;
|
|
215
146
|
(function (CopyDBClusterSnapshotMessage) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
147
|
CopyDBClusterSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
220
148
|
...obj,
|
|
221
149
|
});
|
|
222
150
|
})(CopyDBClusterSnapshotMessage = exports.CopyDBClusterSnapshotMessage || (exports.CopyDBClusterSnapshotMessage = {}));
|
|
223
151
|
var DBClusterSnapshot;
|
|
224
152
|
(function (DBClusterSnapshot) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
153
|
DBClusterSnapshot.filterSensitiveLog = (obj) => ({
|
|
229
154
|
...obj,
|
|
230
155
|
});
|
|
231
156
|
})(DBClusterSnapshot = exports.DBClusterSnapshot || (exports.DBClusterSnapshot = {}));
|
|
232
157
|
var CopyDBClusterSnapshotResult;
|
|
233
158
|
(function (CopyDBClusterSnapshotResult) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
159
|
CopyDBClusterSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
238
160
|
...obj,
|
|
239
161
|
});
|
|
240
162
|
})(CopyDBClusterSnapshotResult = exports.CopyDBClusterSnapshotResult || (exports.CopyDBClusterSnapshotResult = {}));
|
|
241
163
|
var DBClusterSnapshotAlreadyExistsFault;
|
|
242
164
|
(function (DBClusterSnapshotAlreadyExistsFault) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
165
|
DBClusterSnapshotAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
247
166
|
...obj,
|
|
248
167
|
});
|
|
249
168
|
})(DBClusterSnapshotAlreadyExistsFault = exports.DBClusterSnapshotAlreadyExistsFault || (exports.DBClusterSnapshotAlreadyExistsFault = {}));
|
|
250
169
|
var DBClusterSnapshotNotFoundFault;
|
|
251
170
|
(function (DBClusterSnapshotNotFoundFault) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
171
|
DBClusterSnapshotNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
256
172
|
...obj,
|
|
257
173
|
});
|
|
258
174
|
})(DBClusterSnapshotNotFoundFault = exports.DBClusterSnapshotNotFoundFault || (exports.DBClusterSnapshotNotFoundFault = {}));
|
|
259
175
|
var InvalidDBClusterSnapshotStateFault;
|
|
260
176
|
(function (InvalidDBClusterSnapshotStateFault) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
177
|
InvalidDBClusterSnapshotStateFault.filterSensitiveLog = (obj) => ({
|
|
265
178
|
...obj,
|
|
266
179
|
});
|
|
267
180
|
})(InvalidDBClusterSnapshotStateFault = exports.InvalidDBClusterSnapshotStateFault || (exports.InvalidDBClusterSnapshotStateFault = {}));
|
|
268
181
|
var KMSKeyNotAccessibleFault;
|
|
269
182
|
(function (KMSKeyNotAccessibleFault) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
183
|
KMSKeyNotAccessibleFault.filterSensitiveLog = (obj) => ({
|
|
274
184
|
...obj,
|
|
275
185
|
});
|
|
276
186
|
})(KMSKeyNotAccessibleFault = exports.KMSKeyNotAccessibleFault || (exports.KMSKeyNotAccessibleFault = {}));
|
|
277
187
|
var SnapshotQuotaExceededFault;
|
|
278
188
|
(function (SnapshotQuotaExceededFault) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
189
|
SnapshotQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
283
190
|
...obj,
|
|
284
191
|
});
|
|
285
192
|
})(SnapshotQuotaExceededFault = exports.SnapshotQuotaExceededFault || (exports.SnapshotQuotaExceededFault = {}));
|
|
286
193
|
var CreateDBClusterMessage;
|
|
287
194
|
(function (CreateDBClusterMessage) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
195
|
CreateDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
292
196
|
...obj,
|
|
293
197
|
});
|
|
294
198
|
})(CreateDBClusterMessage = exports.CreateDBClusterMessage || (exports.CreateDBClusterMessage = {}));
|
|
295
199
|
var DBClusterRole;
|
|
296
200
|
(function (DBClusterRole) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
201
|
DBClusterRole.filterSensitiveLog = (obj) => ({
|
|
301
202
|
...obj,
|
|
302
203
|
});
|
|
303
204
|
})(DBClusterRole = exports.DBClusterRole || (exports.DBClusterRole = {}));
|
|
304
205
|
var DBClusterMember;
|
|
305
206
|
(function (DBClusterMember) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
207
|
DBClusterMember.filterSensitiveLog = (obj) => ({
|
|
310
208
|
...obj,
|
|
311
209
|
});
|
|
312
210
|
})(DBClusterMember = exports.DBClusterMember || (exports.DBClusterMember = {}));
|
|
313
211
|
var VpcSecurityGroupMembership;
|
|
314
212
|
(function (VpcSecurityGroupMembership) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
213
|
VpcSecurityGroupMembership.filterSensitiveLog = (obj) => ({
|
|
319
214
|
...obj,
|
|
320
215
|
});
|
|
321
216
|
})(VpcSecurityGroupMembership = exports.VpcSecurityGroupMembership || (exports.VpcSecurityGroupMembership = {}));
|
|
322
217
|
var DBCluster;
|
|
323
218
|
(function (DBCluster) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
219
|
DBCluster.filterSensitiveLog = (obj) => ({
|
|
328
220
|
...obj,
|
|
329
221
|
});
|
|
330
222
|
})(DBCluster = exports.DBCluster || (exports.DBCluster = {}));
|
|
331
223
|
var CreateDBClusterResult;
|
|
332
224
|
(function (CreateDBClusterResult) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
225
|
CreateDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
337
226
|
...obj,
|
|
338
227
|
});
|
|
339
228
|
})(CreateDBClusterResult = exports.CreateDBClusterResult || (exports.CreateDBClusterResult = {}));
|
|
340
229
|
var DBClusterAlreadyExistsFault;
|
|
341
230
|
(function (DBClusterAlreadyExistsFault) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
231
|
DBClusterAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
346
232
|
...obj,
|
|
347
233
|
});
|
|
348
234
|
})(DBClusterAlreadyExistsFault = exports.DBClusterAlreadyExistsFault || (exports.DBClusterAlreadyExistsFault = {}));
|
|
349
235
|
var DBClusterParameterGroupNotFoundFault;
|
|
350
236
|
(function (DBClusterParameterGroupNotFoundFault) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
237
|
DBClusterParameterGroupNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
355
238
|
...obj,
|
|
356
239
|
});
|
|
357
240
|
})(DBClusterParameterGroupNotFoundFault = exports.DBClusterParameterGroupNotFoundFault || (exports.DBClusterParameterGroupNotFoundFault = {}));
|
|
358
241
|
var DBClusterQuotaExceededFault;
|
|
359
242
|
(function (DBClusterQuotaExceededFault) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
243
|
DBClusterQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
364
244
|
...obj,
|
|
365
245
|
});
|
|
366
246
|
})(DBClusterQuotaExceededFault = exports.DBClusterQuotaExceededFault || (exports.DBClusterQuotaExceededFault = {}));
|
|
367
247
|
var DBSubnetGroupDoesNotCoverEnoughAZs;
|
|
368
248
|
(function (DBSubnetGroupDoesNotCoverEnoughAZs) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
249
|
DBSubnetGroupDoesNotCoverEnoughAZs.filterSensitiveLog = (obj) => ({
|
|
373
250
|
...obj,
|
|
374
251
|
});
|
|
375
252
|
})(DBSubnetGroupDoesNotCoverEnoughAZs = exports.DBSubnetGroupDoesNotCoverEnoughAZs || (exports.DBSubnetGroupDoesNotCoverEnoughAZs = {}));
|
|
376
253
|
var DBSubnetGroupNotFoundFault;
|
|
377
254
|
(function (DBSubnetGroupNotFoundFault) {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
255
|
DBSubnetGroupNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
382
256
|
...obj,
|
|
383
257
|
});
|
|
384
258
|
})(DBSubnetGroupNotFoundFault = exports.DBSubnetGroupNotFoundFault || (exports.DBSubnetGroupNotFoundFault = {}));
|
|
385
259
|
var GlobalClusterNotFoundFault;
|
|
386
260
|
(function (GlobalClusterNotFoundFault) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
261
|
GlobalClusterNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
391
262
|
...obj,
|
|
392
263
|
});
|
|
393
264
|
})(GlobalClusterNotFoundFault = exports.GlobalClusterNotFoundFault || (exports.GlobalClusterNotFoundFault = {}));
|
|
394
265
|
var InsufficientStorageClusterCapacityFault;
|
|
395
266
|
(function (InsufficientStorageClusterCapacityFault) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
267
|
InsufficientStorageClusterCapacityFault.filterSensitiveLog = (obj) => ({
|
|
400
268
|
...obj,
|
|
401
269
|
});
|
|
402
270
|
})(InsufficientStorageClusterCapacityFault = exports.InsufficientStorageClusterCapacityFault || (exports.InsufficientStorageClusterCapacityFault = {}));
|
|
403
271
|
var InvalidDBSubnetGroupStateFault;
|
|
404
272
|
(function (InvalidDBSubnetGroupStateFault) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
273
|
InvalidDBSubnetGroupStateFault.filterSensitiveLog = (obj) => ({
|
|
409
274
|
...obj,
|
|
410
275
|
});
|
|
411
276
|
})(InvalidDBSubnetGroupStateFault = exports.InvalidDBSubnetGroupStateFault || (exports.InvalidDBSubnetGroupStateFault = {}));
|
|
412
277
|
var InvalidGlobalClusterStateFault;
|
|
413
278
|
(function (InvalidGlobalClusterStateFault) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
279
|
InvalidGlobalClusterStateFault.filterSensitiveLog = (obj) => ({
|
|
418
280
|
...obj,
|
|
419
281
|
});
|
|
420
282
|
})(InvalidGlobalClusterStateFault = exports.InvalidGlobalClusterStateFault || (exports.InvalidGlobalClusterStateFault = {}));
|
|
421
283
|
var InvalidSubnet;
|
|
422
284
|
(function (InvalidSubnet) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
285
|
InvalidSubnet.filterSensitiveLog = (obj) => ({
|
|
427
286
|
...obj,
|
|
428
287
|
});
|
|
429
288
|
})(InvalidSubnet = exports.InvalidSubnet || (exports.InvalidSubnet = {}));
|
|
430
289
|
var InvalidVPCNetworkStateFault;
|
|
431
290
|
(function (InvalidVPCNetworkStateFault) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
291
|
InvalidVPCNetworkStateFault.filterSensitiveLog = (obj) => ({
|
|
436
292
|
...obj,
|
|
437
293
|
});
|
|
438
294
|
})(InvalidVPCNetworkStateFault = exports.InvalidVPCNetworkStateFault || (exports.InvalidVPCNetworkStateFault = {}));
|
|
439
295
|
var StorageQuotaExceededFault;
|
|
440
296
|
(function (StorageQuotaExceededFault) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
297
|
StorageQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
445
298
|
...obj,
|
|
446
299
|
});
|
|
447
300
|
})(StorageQuotaExceededFault = exports.StorageQuotaExceededFault || (exports.StorageQuotaExceededFault = {}));
|
|
448
301
|
var CreateDBClusterParameterGroupMessage;
|
|
449
302
|
(function (CreateDBClusterParameterGroupMessage) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
303
|
CreateDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
454
304
|
...obj,
|
|
455
305
|
});
|
|
456
306
|
})(CreateDBClusterParameterGroupMessage = exports.CreateDBClusterParameterGroupMessage || (exports.CreateDBClusterParameterGroupMessage = {}));
|
|
457
307
|
var CreateDBClusterParameterGroupResult;
|
|
458
308
|
(function (CreateDBClusterParameterGroupResult) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
309
|
CreateDBClusterParameterGroupResult.filterSensitiveLog = (obj) => ({
|
|
463
310
|
...obj,
|
|
464
311
|
});
|
|
465
312
|
})(CreateDBClusterParameterGroupResult = exports.CreateDBClusterParameterGroupResult || (exports.CreateDBClusterParameterGroupResult = {}));
|
|
466
313
|
var CreateDBClusterSnapshotMessage;
|
|
467
314
|
(function (CreateDBClusterSnapshotMessage) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
315
|
CreateDBClusterSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
472
316
|
...obj,
|
|
473
317
|
});
|
|
474
318
|
})(CreateDBClusterSnapshotMessage = exports.CreateDBClusterSnapshotMessage || (exports.CreateDBClusterSnapshotMessage = {}));
|
|
475
319
|
var CreateDBClusterSnapshotResult;
|
|
476
320
|
(function (CreateDBClusterSnapshotResult) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
321
|
CreateDBClusterSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
481
322
|
...obj,
|
|
482
323
|
});
|
|
483
324
|
})(CreateDBClusterSnapshotResult = exports.CreateDBClusterSnapshotResult || (exports.CreateDBClusterSnapshotResult = {}));
|
|
484
325
|
var AuthorizationNotFoundFault;
|
|
485
326
|
(function (AuthorizationNotFoundFault) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
327
|
AuthorizationNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
490
328
|
...obj,
|
|
491
329
|
});
|
|
492
330
|
})(AuthorizationNotFoundFault = exports.AuthorizationNotFoundFault || (exports.AuthorizationNotFoundFault = {}));
|
|
493
331
|
var CreateDBInstanceMessage;
|
|
494
332
|
(function (CreateDBInstanceMessage) {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
333
|
CreateDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
499
334
|
...obj,
|
|
500
335
|
});
|
|
501
336
|
})(CreateDBInstanceMessage = exports.CreateDBInstanceMessage || (exports.CreateDBInstanceMessage = {}));
|
|
502
337
|
var AvailabilityZone;
|
|
503
338
|
(function (AvailabilityZone) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
339
|
AvailabilityZone.filterSensitiveLog = (obj) => ({
|
|
508
340
|
...obj,
|
|
509
341
|
});
|
|
510
342
|
})(AvailabilityZone = exports.AvailabilityZone || (exports.AvailabilityZone = {}));
|
|
511
343
|
var Subnet;
|
|
512
344
|
(function (Subnet) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
345
|
Subnet.filterSensitiveLog = (obj) => ({
|
|
517
346
|
...obj,
|
|
518
347
|
});
|
|
519
348
|
})(Subnet = exports.Subnet || (exports.Subnet = {}));
|
|
520
349
|
var DBSubnetGroup;
|
|
521
350
|
(function (DBSubnetGroup) {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
351
|
DBSubnetGroup.filterSensitiveLog = (obj) => ({
|
|
526
352
|
...obj,
|
|
527
353
|
});
|
|
528
354
|
})(DBSubnetGroup = exports.DBSubnetGroup || (exports.DBSubnetGroup = {}));
|
|
529
355
|
var Endpoint;
|
|
530
356
|
(function (Endpoint) {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
357
|
Endpoint.filterSensitiveLog = (obj) => ({
|
|
535
358
|
...obj,
|
|
536
359
|
});
|
|
537
360
|
})(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
|
|
538
361
|
var PendingCloudwatchLogsExports;
|
|
539
362
|
(function (PendingCloudwatchLogsExports) {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
363
|
PendingCloudwatchLogsExports.filterSensitiveLog = (obj) => ({
|
|
544
364
|
...obj,
|
|
545
365
|
});
|
|
546
366
|
})(PendingCloudwatchLogsExports = exports.PendingCloudwatchLogsExports || (exports.PendingCloudwatchLogsExports = {}));
|
|
547
367
|
var PendingModifiedValues;
|
|
548
368
|
(function (PendingModifiedValues) {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
369
|
PendingModifiedValues.filterSensitiveLog = (obj) => ({
|
|
553
370
|
...obj,
|
|
554
371
|
});
|
|
555
372
|
})(PendingModifiedValues = exports.PendingModifiedValues || (exports.PendingModifiedValues = {}));
|
|
556
373
|
var DBInstanceStatusInfo;
|
|
557
374
|
(function (DBInstanceStatusInfo) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
375
|
DBInstanceStatusInfo.filterSensitiveLog = (obj) => ({
|
|
562
376
|
...obj,
|
|
563
377
|
});
|
|
564
378
|
})(DBInstanceStatusInfo = exports.DBInstanceStatusInfo || (exports.DBInstanceStatusInfo = {}));
|
|
565
379
|
var DBInstance;
|
|
566
380
|
(function (DBInstance) {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
381
|
DBInstance.filterSensitiveLog = (obj) => ({
|
|
571
382
|
...obj,
|
|
572
383
|
});
|
|
573
384
|
})(DBInstance = exports.DBInstance || (exports.DBInstance = {}));
|
|
574
385
|
var CreateDBInstanceResult;
|
|
575
386
|
(function (CreateDBInstanceResult) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
387
|
CreateDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
580
388
|
...obj,
|
|
581
389
|
});
|
|
582
390
|
})(CreateDBInstanceResult = exports.CreateDBInstanceResult || (exports.CreateDBInstanceResult = {}));
|
|
583
391
|
var DBInstanceAlreadyExistsFault;
|
|
584
392
|
(function (DBInstanceAlreadyExistsFault) {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
393
|
DBInstanceAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
589
394
|
...obj,
|
|
590
395
|
});
|
|
591
396
|
})(DBInstanceAlreadyExistsFault = exports.DBInstanceAlreadyExistsFault || (exports.DBInstanceAlreadyExistsFault = {}));
|
|
592
397
|
var DBSecurityGroupNotFoundFault;
|
|
593
398
|
(function (DBSecurityGroupNotFoundFault) {
|
|
594
|
-
/**
|
|
595
|
-
* @internal
|
|
596
|
-
*/
|
|
597
399
|
DBSecurityGroupNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
598
400
|
...obj,
|
|
599
401
|
});
|
|
600
402
|
})(DBSecurityGroupNotFoundFault = exports.DBSecurityGroupNotFoundFault || (exports.DBSecurityGroupNotFoundFault = {}));
|
|
601
403
|
var InstanceQuotaExceededFault;
|
|
602
404
|
(function (InstanceQuotaExceededFault) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
405
|
InstanceQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
607
406
|
...obj,
|
|
608
407
|
});
|
|
609
408
|
})(InstanceQuotaExceededFault = exports.InstanceQuotaExceededFault || (exports.InstanceQuotaExceededFault = {}));
|
|
610
409
|
var InsufficientDBInstanceCapacityFault;
|
|
611
410
|
(function (InsufficientDBInstanceCapacityFault) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
411
|
InsufficientDBInstanceCapacityFault.filterSensitiveLog = (obj) => ({
|
|
616
412
|
...obj,
|
|
617
413
|
});
|
|
618
414
|
})(InsufficientDBInstanceCapacityFault = exports.InsufficientDBInstanceCapacityFault || (exports.InsufficientDBInstanceCapacityFault = {}));
|
|
619
415
|
var StorageTypeNotSupportedFault;
|
|
620
416
|
(function (StorageTypeNotSupportedFault) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
417
|
StorageTypeNotSupportedFault.filterSensitiveLog = (obj) => ({
|
|
625
418
|
...obj,
|
|
626
419
|
});
|
|
627
420
|
})(StorageTypeNotSupportedFault = exports.StorageTypeNotSupportedFault || (exports.StorageTypeNotSupportedFault = {}));
|
|
628
421
|
var CreateDBSubnetGroupMessage;
|
|
629
422
|
(function (CreateDBSubnetGroupMessage) {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
423
|
CreateDBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
634
424
|
...obj,
|
|
635
425
|
});
|
|
636
426
|
})(CreateDBSubnetGroupMessage = exports.CreateDBSubnetGroupMessage || (exports.CreateDBSubnetGroupMessage = {}));
|
|
637
427
|
var CreateDBSubnetGroupResult;
|
|
638
428
|
(function (CreateDBSubnetGroupResult) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
429
|
CreateDBSubnetGroupResult.filterSensitiveLog = (obj) => ({
|
|
643
430
|
...obj,
|
|
644
431
|
});
|
|
645
432
|
})(CreateDBSubnetGroupResult = exports.CreateDBSubnetGroupResult || (exports.CreateDBSubnetGroupResult = {}));
|
|
646
433
|
var DBSubnetGroupAlreadyExistsFault;
|
|
647
434
|
(function (DBSubnetGroupAlreadyExistsFault) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
435
|
DBSubnetGroupAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
652
436
|
...obj,
|
|
653
437
|
});
|
|
654
438
|
})(DBSubnetGroupAlreadyExistsFault = exports.DBSubnetGroupAlreadyExistsFault || (exports.DBSubnetGroupAlreadyExistsFault = {}));
|
|
655
439
|
var DBSubnetGroupQuotaExceededFault;
|
|
656
440
|
(function (DBSubnetGroupQuotaExceededFault) {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
441
|
DBSubnetGroupQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
661
442
|
...obj,
|
|
662
443
|
});
|
|
663
444
|
})(DBSubnetGroupQuotaExceededFault = exports.DBSubnetGroupQuotaExceededFault || (exports.DBSubnetGroupQuotaExceededFault = {}));
|
|
664
445
|
var DBSubnetQuotaExceededFault;
|
|
665
446
|
(function (DBSubnetQuotaExceededFault) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
447
|
DBSubnetQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
670
448
|
...obj,
|
|
671
449
|
});
|
|
672
450
|
})(DBSubnetQuotaExceededFault = exports.DBSubnetQuotaExceededFault || (exports.DBSubnetQuotaExceededFault = {}));
|
|
673
451
|
var CreateEventSubscriptionMessage;
|
|
674
452
|
(function (CreateEventSubscriptionMessage) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
453
|
CreateEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
679
454
|
...obj,
|
|
680
455
|
});
|
|
681
456
|
})(CreateEventSubscriptionMessage = exports.CreateEventSubscriptionMessage || (exports.CreateEventSubscriptionMessage = {}));
|
|
682
457
|
var CreateEventSubscriptionResult;
|
|
683
458
|
(function (CreateEventSubscriptionResult) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
459
|
CreateEventSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
688
460
|
...obj,
|
|
689
461
|
});
|
|
690
462
|
})(CreateEventSubscriptionResult = exports.CreateEventSubscriptionResult || (exports.CreateEventSubscriptionResult = {}));
|
|
691
463
|
var EventSubscriptionQuotaExceededFault;
|
|
692
464
|
(function (EventSubscriptionQuotaExceededFault) {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
465
|
EventSubscriptionQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
697
466
|
...obj,
|
|
698
467
|
});
|
|
699
468
|
})(EventSubscriptionQuotaExceededFault = exports.EventSubscriptionQuotaExceededFault || (exports.EventSubscriptionQuotaExceededFault = {}));
|
|
700
469
|
var SNSInvalidTopicFault;
|
|
701
470
|
(function (SNSInvalidTopicFault) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
471
|
SNSInvalidTopicFault.filterSensitiveLog = (obj) => ({
|
|
706
472
|
...obj,
|
|
707
473
|
});
|
|
708
474
|
})(SNSInvalidTopicFault = exports.SNSInvalidTopicFault || (exports.SNSInvalidTopicFault = {}));
|
|
709
475
|
var SNSNoAuthorizationFault;
|
|
710
476
|
(function (SNSNoAuthorizationFault) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
477
|
SNSNoAuthorizationFault.filterSensitiveLog = (obj) => ({
|
|
715
478
|
...obj,
|
|
716
479
|
});
|
|
717
480
|
})(SNSNoAuthorizationFault = exports.SNSNoAuthorizationFault || (exports.SNSNoAuthorizationFault = {}));
|
|
718
481
|
var SNSTopicArnNotFoundFault;
|
|
719
482
|
(function (SNSTopicArnNotFoundFault) {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
483
|
SNSTopicArnNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
724
484
|
...obj,
|
|
725
485
|
});
|
|
726
486
|
})(SNSTopicArnNotFoundFault = exports.SNSTopicArnNotFoundFault || (exports.SNSTopicArnNotFoundFault = {}));
|
|
727
487
|
var SubscriptionAlreadyExistFault;
|
|
728
488
|
(function (SubscriptionAlreadyExistFault) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
489
|
SubscriptionAlreadyExistFault.filterSensitiveLog = (obj) => ({
|
|
733
490
|
...obj,
|
|
734
491
|
});
|
|
735
492
|
})(SubscriptionAlreadyExistFault = exports.SubscriptionAlreadyExistFault || (exports.SubscriptionAlreadyExistFault = {}));
|
|
736
493
|
var SubscriptionCategoryNotFoundFault;
|
|
737
494
|
(function (SubscriptionCategoryNotFoundFault) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
495
|
SubscriptionCategoryNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
742
496
|
...obj,
|
|
743
497
|
});
|
|
744
498
|
})(SubscriptionCategoryNotFoundFault = exports.SubscriptionCategoryNotFoundFault || (exports.SubscriptionCategoryNotFoundFault = {}));
|
|
745
499
|
var CreateGlobalClusterMessage;
|
|
746
500
|
(function (CreateGlobalClusterMessage) {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
501
|
CreateGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
751
502
|
...obj,
|
|
752
503
|
});
|
|
753
504
|
})(CreateGlobalClusterMessage = exports.CreateGlobalClusterMessage || (exports.CreateGlobalClusterMessage = {}));
|
|
754
505
|
var GlobalClusterMember;
|
|
755
506
|
(function (GlobalClusterMember) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
507
|
GlobalClusterMember.filterSensitiveLog = (obj) => ({
|
|
760
508
|
...obj,
|
|
761
509
|
});
|
|
762
510
|
})(GlobalClusterMember = exports.GlobalClusterMember || (exports.GlobalClusterMember = {}));
|
|
763
511
|
var GlobalCluster;
|
|
764
512
|
(function (GlobalCluster) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
513
|
GlobalCluster.filterSensitiveLog = (obj) => ({
|
|
769
514
|
...obj,
|
|
770
515
|
});
|
|
771
516
|
})(GlobalCluster = exports.GlobalCluster || (exports.GlobalCluster = {}));
|
|
772
517
|
var CreateGlobalClusterResult;
|
|
773
518
|
(function (CreateGlobalClusterResult) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
519
|
CreateGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
778
520
|
...obj,
|
|
779
521
|
});
|
|
780
522
|
})(CreateGlobalClusterResult = exports.CreateGlobalClusterResult || (exports.CreateGlobalClusterResult = {}));
|
|
781
523
|
var GlobalClusterAlreadyExistsFault;
|
|
782
524
|
(function (GlobalClusterAlreadyExistsFault) {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
525
|
GlobalClusterAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
787
526
|
...obj,
|
|
788
527
|
});
|
|
789
528
|
})(GlobalClusterAlreadyExistsFault = exports.GlobalClusterAlreadyExistsFault || (exports.GlobalClusterAlreadyExistsFault = {}));
|
|
790
529
|
var GlobalClusterQuotaExceededFault;
|
|
791
530
|
(function (GlobalClusterQuotaExceededFault) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
531
|
GlobalClusterQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
796
532
|
...obj,
|
|
797
533
|
});
|
|
798
534
|
})(GlobalClusterQuotaExceededFault = exports.GlobalClusterQuotaExceededFault || (exports.GlobalClusterQuotaExceededFault = {}));
|
|
799
535
|
var DeleteDBClusterMessage;
|
|
800
536
|
(function (DeleteDBClusterMessage) {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
537
|
DeleteDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
805
538
|
...obj,
|
|
806
539
|
});
|
|
807
540
|
})(DeleteDBClusterMessage = exports.DeleteDBClusterMessage || (exports.DeleteDBClusterMessage = {}));
|
|
808
541
|
var DeleteDBClusterResult;
|
|
809
542
|
(function (DeleteDBClusterResult) {
|
|
810
|
-
/**
|
|
811
|
-
* @internal
|
|
812
|
-
*/
|
|
813
543
|
DeleteDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
814
544
|
...obj,
|
|
815
545
|
});
|
|
816
546
|
})(DeleteDBClusterResult = exports.DeleteDBClusterResult || (exports.DeleteDBClusterResult = {}));
|
|
817
547
|
var DeleteDBClusterParameterGroupMessage;
|
|
818
548
|
(function (DeleteDBClusterParameterGroupMessage) {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
549
|
DeleteDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
823
550
|
...obj,
|
|
824
551
|
});
|
|
825
552
|
})(DeleteDBClusterParameterGroupMessage = exports.DeleteDBClusterParameterGroupMessage || (exports.DeleteDBClusterParameterGroupMessage = {}));
|
|
826
553
|
var InvalidDBParameterGroupStateFault;
|
|
827
554
|
(function (InvalidDBParameterGroupStateFault) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
555
|
InvalidDBParameterGroupStateFault.filterSensitiveLog = (obj) => ({
|
|
832
556
|
...obj,
|
|
833
557
|
});
|
|
834
558
|
})(InvalidDBParameterGroupStateFault = exports.InvalidDBParameterGroupStateFault || (exports.InvalidDBParameterGroupStateFault = {}));
|
|
835
559
|
var DeleteDBClusterSnapshotMessage;
|
|
836
560
|
(function (DeleteDBClusterSnapshotMessage) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
561
|
DeleteDBClusterSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
841
562
|
...obj,
|
|
842
563
|
});
|
|
843
564
|
})(DeleteDBClusterSnapshotMessage = exports.DeleteDBClusterSnapshotMessage || (exports.DeleteDBClusterSnapshotMessage = {}));
|
|
844
565
|
var DeleteDBClusterSnapshotResult;
|
|
845
566
|
(function (DeleteDBClusterSnapshotResult) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
567
|
DeleteDBClusterSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
850
568
|
...obj,
|
|
851
569
|
});
|
|
852
570
|
})(DeleteDBClusterSnapshotResult = exports.DeleteDBClusterSnapshotResult || (exports.DeleteDBClusterSnapshotResult = {}));
|
|
853
571
|
var DBSnapshotAlreadyExistsFault;
|
|
854
572
|
(function (DBSnapshotAlreadyExistsFault) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
573
|
DBSnapshotAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
859
574
|
...obj,
|
|
860
575
|
});
|
|
861
576
|
})(DBSnapshotAlreadyExistsFault = exports.DBSnapshotAlreadyExistsFault || (exports.DBSnapshotAlreadyExistsFault = {}));
|
|
862
577
|
var DeleteDBInstanceMessage;
|
|
863
578
|
(function (DeleteDBInstanceMessage) {
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
579
|
DeleteDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
868
580
|
...obj,
|
|
869
581
|
});
|
|
870
582
|
})(DeleteDBInstanceMessage = exports.DeleteDBInstanceMessage || (exports.DeleteDBInstanceMessage = {}));
|
|
871
583
|
var DeleteDBInstanceResult;
|
|
872
584
|
(function (DeleteDBInstanceResult) {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
585
|
DeleteDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
877
586
|
...obj,
|
|
878
587
|
});
|
|
879
588
|
})(DeleteDBInstanceResult = exports.DeleteDBInstanceResult || (exports.DeleteDBInstanceResult = {}));
|
|
880
589
|
var DeleteDBSubnetGroupMessage;
|
|
881
590
|
(function (DeleteDBSubnetGroupMessage) {
|
|
882
|
-
/**
|
|
883
|
-
* @internal
|
|
884
|
-
*/
|
|
885
591
|
DeleteDBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
886
592
|
...obj,
|
|
887
593
|
});
|
|
888
594
|
})(DeleteDBSubnetGroupMessage = exports.DeleteDBSubnetGroupMessage || (exports.DeleteDBSubnetGroupMessage = {}));
|
|
889
595
|
var InvalidDBSubnetStateFault;
|
|
890
596
|
(function (InvalidDBSubnetStateFault) {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
597
|
InvalidDBSubnetStateFault.filterSensitiveLog = (obj) => ({
|
|
895
598
|
...obj,
|
|
896
599
|
});
|
|
897
600
|
})(InvalidDBSubnetStateFault = exports.InvalidDBSubnetStateFault || (exports.InvalidDBSubnetStateFault = {}));
|
|
898
601
|
var DeleteEventSubscriptionMessage;
|
|
899
602
|
(function (DeleteEventSubscriptionMessage) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
603
|
DeleteEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
904
604
|
...obj,
|
|
905
605
|
});
|
|
906
606
|
})(DeleteEventSubscriptionMessage = exports.DeleteEventSubscriptionMessage || (exports.DeleteEventSubscriptionMessage = {}));
|
|
907
607
|
var DeleteEventSubscriptionResult;
|
|
908
608
|
(function (DeleteEventSubscriptionResult) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
609
|
DeleteEventSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
913
610
|
...obj,
|
|
914
611
|
});
|
|
915
612
|
})(DeleteEventSubscriptionResult = exports.DeleteEventSubscriptionResult || (exports.DeleteEventSubscriptionResult = {}));
|
|
916
613
|
var InvalidEventSubscriptionStateFault;
|
|
917
614
|
(function (InvalidEventSubscriptionStateFault) {
|
|
918
|
-
/**
|
|
919
|
-
* @internal
|
|
920
|
-
*/
|
|
921
615
|
InvalidEventSubscriptionStateFault.filterSensitiveLog = (obj) => ({
|
|
922
616
|
...obj,
|
|
923
617
|
});
|
|
924
618
|
})(InvalidEventSubscriptionStateFault = exports.InvalidEventSubscriptionStateFault || (exports.InvalidEventSubscriptionStateFault = {}));
|
|
925
619
|
var DeleteGlobalClusterMessage;
|
|
926
620
|
(function (DeleteGlobalClusterMessage) {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
621
|
DeleteGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
931
622
|
...obj,
|
|
932
623
|
});
|
|
933
624
|
})(DeleteGlobalClusterMessage = exports.DeleteGlobalClusterMessage || (exports.DeleteGlobalClusterMessage = {}));
|
|
934
625
|
var DeleteGlobalClusterResult;
|
|
935
626
|
(function (DeleteGlobalClusterResult) {
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
627
|
DeleteGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
940
628
|
...obj,
|
|
941
629
|
});
|
|
942
630
|
})(DeleteGlobalClusterResult = exports.DeleteGlobalClusterResult || (exports.DeleteGlobalClusterResult = {}));
|
|
943
631
|
var Certificate;
|
|
944
632
|
(function (Certificate) {
|
|
945
|
-
/**
|
|
946
|
-
* @internal
|
|
947
|
-
*/
|
|
948
633
|
Certificate.filterSensitiveLog = (obj) => ({
|
|
949
634
|
...obj,
|
|
950
635
|
});
|
|
951
636
|
})(Certificate = exports.Certificate || (exports.Certificate = {}));
|
|
952
637
|
var CertificateMessage;
|
|
953
638
|
(function (CertificateMessage) {
|
|
954
|
-
/**
|
|
955
|
-
* @internal
|
|
956
|
-
*/
|
|
957
639
|
CertificateMessage.filterSensitiveLog = (obj) => ({
|
|
958
640
|
...obj,
|
|
959
641
|
});
|
|
960
642
|
})(CertificateMessage = exports.CertificateMessage || (exports.CertificateMessage = {}));
|
|
961
643
|
var CertificateNotFoundFault;
|
|
962
644
|
(function (CertificateNotFoundFault) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
645
|
CertificateNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
967
646
|
...obj,
|
|
968
647
|
});
|
|
969
648
|
})(CertificateNotFoundFault = exports.CertificateNotFoundFault || (exports.CertificateNotFoundFault = {}));
|
|
970
649
|
var Filter;
|
|
971
650
|
(function (Filter) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
651
|
Filter.filterSensitiveLog = (obj) => ({
|
|
976
652
|
...obj,
|
|
977
653
|
});
|
|
978
654
|
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
979
655
|
var DescribeCertificatesMessage;
|
|
980
656
|
(function (DescribeCertificatesMessage) {
|
|
981
|
-
/**
|
|
982
|
-
* @internal
|
|
983
|
-
*/
|
|
984
657
|
DescribeCertificatesMessage.filterSensitiveLog = (obj) => ({
|
|
985
658
|
...obj,
|
|
986
659
|
});
|
|
987
660
|
})(DescribeCertificatesMessage = exports.DescribeCertificatesMessage || (exports.DescribeCertificatesMessage = {}));
|
|
988
661
|
var DBClusterParameterGroupsMessage;
|
|
989
662
|
(function (DBClusterParameterGroupsMessage) {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
663
|
DBClusterParameterGroupsMessage.filterSensitiveLog = (obj) => ({
|
|
994
664
|
...obj,
|
|
995
665
|
});
|
|
996
666
|
})(DBClusterParameterGroupsMessage = exports.DBClusterParameterGroupsMessage || (exports.DBClusterParameterGroupsMessage = {}));
|
|
997
667
|
var DescribeDBClusterParameterGroupsMessage;
|
|
998
668
|
(function (DescribeDBClusterParameterGroupsMessage) {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
669
|
DescribeDBClusterParameterGroupsMessage.filterSensitiveLog = (obj) => ({
|
|
1003
670
|
...obj,
|
|
1004
671
|
});
|
|
1005
672
|
})(DescribeDBClusterParameterGroupsMessage = exports.DescribeDBClusterParameterGroupsMessage || (exports.DescribeDBClusterParameterGroupsMessage = {}));
|
|
1006
673
|
var Parameter;
|
|
1007
674
|
(function (Parameter) {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
675
|
Parameter.filterSensitiveLog = (obj) => ({
|
|
1012
676
|
...obj,
|
|
1013
677
|
});
|
|
1014
678
|
})(Parameter = exports.Parameter || (exports.Parameter = {}));
|
|
1015
679
|
var DBClusterParameterGroupDetails;
|
|
1016
680
|
(function (DBClusterParameterGroupDetails) {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
681
|
DBClusterParameterGroupDetails.filterSensitiveLog = (obj) => ({
|
|
1021
682
|
...obj,
|
|
1022
683
|
});
|
|
1023
684
|
})(DBClusterParameterGroupDetails = exports.DBClusterParameterGroupDetails || (exports.DBClusterParameterGroupDetails = {}));
|
|
1024
685
|
var DescribeDBClusterParametersMessage;
|
|
1025
686
|
(function (DescribeDBClusterParametersMessage) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
687
|
DescribeDBClusterParametersMessage.filterSensitiveLog = (obj) => ({
|
|
1030
688
|
...obj,
|
|
1031
689
|
});
|
|
1032
690
|
})(DescribeDBClusterParametersMessage = exports.DescribeDBClusterParametersMessage || (exports.DescribeDBClusterParametersMessage = {}));
|
|
1033
691
|
var DBClusterMessage;
|
|
1034
692
|
(function (DBClusterMessage) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
693
|
DBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1039
694
|
...obj,
|
|
1040
695
|
});
|
|
1041
696
|
})(DBClusterMessage = exports.DBClusterMessage || (exports.DBClusterMessage = {}));
|
|
1042
697
|
var DescribeDBClustersMessage;
|
|
1043
698
|
(function (DescribeDBClustersMessage) {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
699
|
DescribeDBClustersMessage.filterSensitiveLog = (obj) => ({
|
|
1048
700
|
...obj,
|
|
1049
701
|
});
|
|
1050
702
|
})(DescribeDBClustersMessage = exports.DescribeDBClustersMessage || (exports.DescribeDBClustersMessage = {}));
|
|
1051
703
|
var DescribeDBClusterSnapshotAttributesMessage;
|
|
1052
704
|
(function (DescribeDBClusterSnapshotAttributesMessage) {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
705
|
DescribeDBClusterSnapshotAttributesMessage.filterSensitiveLog = (obj) => ({
|
|
1057
706
|
...obj,
|
|
1058
707
|
});
|
|
1059
708
|
})(DescribeDBClusterSnapshotAttributesMessage = exports.DescribeDBClusterSnapshotAttributesMessage || (exports.DescribeDBClusterSnapshotAttributesMessage = {}));
|
|
1060
709
|
var DBClusterSnapshotAttribute;
|
|
1061
710
|
(function (DBClusterSnapshotAttribute) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
711
|
DBClusterSnapshotAttribute.filterSensitiveLog = (obj) => ({
|
|
1066
712
|
...obj,
|
|
1067
713
|
});
|
|
1068
714
|
})(DBClusterSnapshotAttribute = exports.DBClusterSnapshotAttribute || (exports.DBClusterSnapshotAttribute = {}));
|
|
1069
715
|
var DBClusterSnapshotAttributesResult;
|
|
1070
716
|
(function (DBClusterSnapshotAttributesResult) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
717
|
DBClusterSnapshotAttributesResult.filterSensitiveLog = (obj) => ({
|
|
1075
718
|
...obj,
|
|
1076
719
|
});
|
|
1077
720
|
})(DBClusterSnapshotAttributesResult = exports.DBClusterSnapshotAttributesResult || (exports.DBClusterSnapshotAttributesResult = {}));
|
|
1078
721
|
var DescribeDBClusterSnapshotAttributesResult;
|
|
1079
722
|
(function (DescribeDBClusterSnapshotAttributesResult) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
723
|
DescribeDBClusterSnapshotAttributesResult.filterSensitiveLog = (obj) => ({
|
|
1084
724
|
...obj,
|
|
1085
725
|
});
|
|
1086
726
|
})(DescribeDBClusterSnapshotAttributesResult = exports.DescribeDBClusterSnapshotAttributesResult || (exports.DescribeDBClusterSnapshotAttributesResult = {}));
|
|
1087
727
|
var DBClusterSnapshotMessage;
|
|
1088
728
|
(function (DBClusterSnapshotMessage) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
729
|
DBClusterSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
1093
730
|
...obj,
|
|
1094
731
|
});
|
|
1095
732
|
})(DBClusterSnapshotMessage = exports.DBClusterSnapshotMessage || (exports.DBClusterSnapshotMessage = {}));
|
|
1096
733
|
var DescribeDBClusterSnapshotsMessage;
|
|
1097
734
|
(function (DescribeDBClusterSnapshotsMessage) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
735
|
DescribeDBClusterSnapshotsMessage.filterSensitiveLog = (obj) => ({
|
|
1102
736
|
...obj,
|
|
1103
737
|
});
|
|
1104
738
|
})(DescribeDBClusterSnapshotsMessage = exports.DescribeDBClusterSnapshotsMessage || (exports.DescribeDBClusterSnapshotsMessage = {}));
|
|
1105
739
|
var UpgradeTarget;
|
|
1106
740
|
(function (UpgradeTarget) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
741
|
UpgradeTarget.filterSensitiveLog = (obj) => ({
|
|
1111
742
|
...obj,
|
|
1112
743
|
});
|
|
1113
744
|
})(UpgradeTarget = exports.UpgradeTarget || (exports.UpgradeTarget = {}));
|
|
1114
745
|
var DBEngineVersion;
|
|
1115
746
|
(function (DBEngineVersion) {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
747
|
DBEngineVersion.filterSensitiveLog = (obj) => ({
|
|
1120
748
|
...obj,
|
|
1121
749
|
});
|
|
1122
750
|
})(DBEngineVersion = exports.DBEngineVersion || (exports.DBEngineVersion = {}));
|
|
1123
751
|
var DBEngineVersionMessage;
|
|
1124
752
|
(function (DBEngineVersionMessage) {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
753
|
DBEngineVersionMessage.filterSensitiveLog = (obj) => ({
|
|
1129
754
|
...obj,
|
|
1130
755
|
});
|
|
1131
756
|
})(DBEngineVersionMessage = exports.DBEngineVersionMessage || (exports.DBEngineVersionMessage = {}));
|
|
1132
757
|
var DescribeDBEngineVersionsMessage;
|
|
1133
758
|
(function (DescribeDBEngineVersionsMessage) {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
759
|
DescribeDBEngineVersionsMessage.filterSensitiveLog = (obj) => ({
|
|
1138
760
|
...obj,
|
|
1139
761
|
});
|
|
1140
762
|
})(DescribeDBEngineVersionsMessage = exports.DescribeDBEngineVersionsMessage || (exports.DescribeDBEngineVersionsMessage = {}));
|
|
1141
763
|
var DBInstanceMessage;
|
|
1142
764
|
(function (DBInstanceMessage) {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
765
|
DBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1147
766
|
...obj,
|
|
1148
767
|
});
|
|
1149
768
|
})(DBInstanceMessage = exports.DBInstanceMessage || (exports.DBInstanceMessage = {}));
|
|
1150
769
|
var DescribeDBInstancesMessage;
|
|
1151
770
|
(function (DescribeDBInstancesMessage) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
771
|
DescribeDBInstancesMessage.filterSensitiveLog = (obj) => ({
|
|
1156
772
|
...obj,
|
|
1157
773
|
});
|
|
1158
774
|
})(DescribeDBInstancesMessage = exports.DescribeDBInstancesMessage || (exports.DescribeDBInstancesMessage = {}));
|
|
1159
775
|
var DBSubnetGroupMessage;
|
|
1160
776
|
(function (DBSubnetGroupMessage) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
777
|
DBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1165
778
|
...obj,
|
|
1166
779
|
});
|
|
1167
780
|
})(DBSubnetGroupMessage = exports.DBSubnetGroupMessage || (exports.DBSubnetGroupMessage = {}));
|
|
1168
781
|
var DescribeDBSubnetGroupsMessage;
|
|
1169
782
|
(function (DescribeDBSubnetGroupsMessage) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
783
|
DescribeDBSubnetGroupsMessage.filterSensitiveLog = (obj) => ({
|
|
1174
784
|
...obj,
|
|
1175
785
|
});
|
|
1176
786
|
})(DescribeDBSubnetGroupsMessage = exports.DescribeDBSubnetGroupsMessage || (exports.DescribeDBSubnetGroupsMessage = {}));
|
|
1177
787
|
var DescribeEngineDefaultClusterParametersMessage;
|
|
1178
788
|
(function (DescribeEngineDefaultClusterParametersMessage) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
789
|
DescribeEngineDefaultClusterParametersMessage.filterSensitiveLog = (obj) => ({
|
|
1183
790
|
...obj,
|
|
1184
791
|
});
|
|
1185
792
|
})(DescribeEngineDefaultClusterParametersMessage = exports.DescribeEngineDefaultClusterParametersMessage || (exports.DescribeEngineDefaultClusterParametersMessage = {}));
|
|
1186
793
|
var EngineDefaults;
|
|
1187
794
|
(function (EngineDefaults) {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
795
|
EngineDefaults.filterSensitiveLog = (obj) => ({
|
|
1192
796
|
...obj,
|
|
1193
797
|
});
|
|
1194
798
|
})(EngineDefaults = exports.EngineDefaults || (exports.EngineDefaults = {}));
|
|
1195
799
|
var DescribeEngineDefaultClusterParametersResult;
|
|
1196
800
|
(function (DescribeEngineDefaultClusterParametersResult) {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
801
|
DescribeEngineDefaultClusterParametersResult.filterSensitiveLog = (obj) => ({
|
|
1201
802
|
...obj,
|
|
1202
803
|
});
|
|
1203
804
|
})(DescribeEngineDefaultClusterParametersResult = exports.DescribeEngineDefaultClusterParametersResult || (exports.DescribeEngineDefaultClusterParametersResult = {}));
|
|
1204
805
|
var DescribeEventCategoriesMessage;
|
|
1205
806
|
(function (DescribeEventCategoriesMessage) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
807
|
DescribeEventCategoriesMessage.filterSensitiveLog = (obj) => ({
|
|
1210
808
|
...obj,
|
|
1211
809
|
});
|
|
1212
810
|
})(DescribeEventCategoriesMessage = exports.DescribeEventCategoriesMessage || (exports.DescribeEventCategoriesMessage = {}));
|
|
1213
811
|
var EventCategoriesMap;
|
|
1214
812
|
(function (EventCategoriesMap) {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
813
|
EventCategoriesMap.filterSensitiveLog = (obj) => ({
|
|
1219
814
|
...obj,
|
|
1220
815
|
});
|
|
1221
816
|
})(EventCategoriesMap = exports.EventCategoriesMap || (exports.EventCategoriesMap = {}));
|
|
1222
817
|
var EventCategoriesMessage;
|
|
1223
818
|
(function (EventCategoriesMessage) {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
819
|
EventCategoriesMessage.filterSensitiveLog = (obj) => ({
|
|
1228
820
|
...obj,
|
|
1229
821
|
});
|
|
1230
822
|
})(EventCategoriesMessage = exports.EventCategoriesMessage || (exports.EventCategoriesMessage = {}));
|
|
1231
823
|
var DescribeEventsMessage;
|
|
1232
824
|
(function (DescribeEventsMessage) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
825
|
DescribeEventsMessage.filterSensitiveLog = (obj) => ({
|
|
1237
826
|
...obj,
|
|
1238
827
|
});
|
|
1239
828
|
})(DescribeEventsMessage = exports.DescribeEventsMessage || (exports.DescribeEventsMessage = {}));
|
|
1240
829
|
var Event;
|
|
1241
830
|
(function (Event) {
|
|
1242
|
-
/**
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
831
|
Event.filterSensitiveLog = (obj) => ({
|
|
1246
832
|
...obj,
|
|
1247
833
|
});
|
|
1248
834
|
})(Event = exports.Event || (exports.Event = {}));
|
|
1249
835
|
var EventsMessage;
|
|
1250
836
|
(function (EventsMessage) {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
837
|
EventsMessage.filterSensitiveLog = (obj) => ({
|
|
1255
838
|
...obj,
|
|
1256
839
|
});
|
|
1257
840
|
})(EventsMessage = exports.EventsMessage || (exports.EventsMessage = {}));
|
|
1258
841
|
var DescribeEventSubscriptionsMessage;
|
|
1259
842
|
(function (DescribeEventSubscriptionsMessage) {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
843
|
DescribeEventSubscriptionsMessage.filterSensitiveLog = (obj) => ({
|
|
1264
844
|
...obj,
|
|
1265
845
|
});
|
|
1266
846
|
})(DescribeEventSubscriptionsMessage = exports.DescribeEventSubscriptionsMessage || (exports.DescribeEventSubscriptionsMessage = {}));
|
|
1267
847
|
var EventSubscriptionsMessage;
|
|
1268
848
|
(function (EventSubscriptionsMessage) {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
849
|
EventSubscriptionsMessage.filterSensitiveLog = (obj) => ({
|
|
1273
850
|
...obj,
|
|
1274
851
|
});
|
|
1275
852
|
})(EventSubscriptionsMessage = exports.EventSubscriptionsMessage || (exports.EventSubscriptionsMessage = {}));
|
|
1276
853
|
var DescribeGlobalClustersMessage;
|
|
1277
854
|
(function (DescribeGlobalClustersMessage) {
|
|
1278
|
-
/**
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1281
855
|
DescribeGlobalClustersMessage.filterSensitiveLog = (obj) => ({
|
|
1282
856
|
...obj,
|
|
1283
857
|
});
|
|
1284
858
|
})(DescribeGlobalClustersMessage = exports.DescribeGlobalClustersMessage || (exports.DescribeGlobalClustersMessage = {}));
|
|
1285
859
|
var GlobalClustersMessage;
|
|
1286
860
|
(function (GlobalClustersMessage) {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
861
|
GlobalClustersMessage.filterSensitiveLog = (obj) => ({
|
|
1291
862
|
...obj,
|
|
1292
863
|
});
|
|
1293
864
|
})(GlobalClustersMessage = exports.GlobalClustersMessage || (exports.GlobalClustersMessage = {}));
|
|
1294
865
|
var DescribeOrderableDBInstanceOptionsMessage;
|
|
1295
866
|
(function (DescribeOrderableDBInstanceOptionsMessage) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
867
|
DescribeOrderableDBInstanceOptionsMessage.filterSensitiveLog = (obj) => ({
|
|
1300
868
|
...obj,
|
|
1301
869
|
});
|
|
1302
870
|
})(DescribeOrderableDBInstanceOptionsMessage = exports.DescribeOrderableDBInstanceOptionsMessage || (exports.DescribeOrderableDBInstanceOptionsMessage = {}));
|
|
1303
871
|
var OrderableDBInstanceOption;
|
|
1304
872
|
(function (OrderableDBInstanceOption) {
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
*/
|
|
1308
873
|
OrderableDBInstanceOption.filterSensitiveLog = (obj) => ({
|
|
1309
874
|
...obj,
|
|
1310
875
|
});
|
|
1311
876
|
})(OrderableDBInstanceOption = exports.OrderableDBInstanceOption || (exports.OrderableDBInstanceOption = {}));
|
|
1312
877
|
var OrderableDBInstanceOptionsMessage;
|
|
1313
878
|
(function (OrderableDBInstanceOptionsMessage) {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
879
|
OrderableDBInstanceOptionsMessage.filterSensitiveLog = (obj) => ({
|
|
1318
880
|
...obj,
|
|
1319
881
|
});
|
|
1320
882
|
})(OrderableDBInstanceOptionsMessage = exports.OrderableDBInstanceOptionsMessage || (exports.OrderableDBInstanceOptionsMessage = {}));
|
|
1321
883
|
var DescribePendingMaintenanceActionsMessage;
|
|
1322
884
|
(function (DescribePendingMaintenanceActionsMessage) {
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
885
|
DescribePendingMaintenanceActionsMessage.filterSensitiveLog = (obj) => ({
|
|
1327
886
|
...obj,
|
|
1328
887
|
});
|
|
1329
888
|
})(DescribePendingMaintenanceActionsMessage = exports.DescribePendingMaintenanceActionsMessage || (exports.DescribePendingMaintenanceActionsMessage = {}));
|
|
1330
889
|
var PendingMaintenanceActionsMessage;
|
|
1331
890
|
(function (PendingMaintenanceActionsMessage) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
891
|
PendingMaintenanceActionsMessage.filterSensitiveLog = (obj) => ({
|
|
1336
892
|
...obj,
|
|
1337
893
|
});
|
|
1338
894
|
})(PendingMaintenanceActionsMessage = exports.PendingMaintenanceActionsMessage || (exports.PendingMaintenanceActionsMessage = {}));
|
|
1339
895
|
var FailoverDBClusterMessage;
|
|
1340
896
|
(function (FailoverDBClusterMessage) {
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
897
|
FailoverDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1345
898
|
...obj,
|
|
1346
899
|
});
|
|
1347
900
|
})(FailoverDBClusterMessage = exports.FailoverDBClusterMessage || (exports.FailoverDBClusterMessage = {}));
|
|
1348
901
|
var FailoverDBClusterResult;
|
|
1349
902
|
(function (FailoverDBClusterResult) {
|
|
1350
|
-
/**
|
|
1351
|
-
* @internal
|
|
1352
|
-
*/
|
|
1353
903
|
FailoverDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1354
904
|
...obj,
|
|
1355
905
|
});
|
|
1356
906
|
})(FailoverDBClusterResult = exports.FailoverDBClusterResult || (exports.FailoverDBClusterResult = {}));
|
|
1357
907
|
var ListTagsForResourceMessage;
|
|
1358
908
|
(function (ListTagsForResourceMessage) {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
909
|
ListTagsForResourceMessage.filterSensitiveLog = (obj) => ({
|
|
1363
910
|
...obj,
|
|
1364
911
|
});
|
|
1365
912
|
})(ListTagsForResourceMessage = exports.ListTagsForResourceMessage || (exports.ListTagsForResourceMessage = {}));
|
|
1366
913
|
var TagListMessage;
|
|
1367
914
|
(function (TagListMessage) {
|
|
1368
|
-
/**
|
|
1369
|
-
* @internal
|
|
1370
|
-
*/
|
|
1371
915
|
TagListMessage.filterSensitiveLog = (obj) => ({
|
|
1372
916
|
...obj,
|
|
1373
917
|
});
|
|
1374
918
|
})(TagListMessage = exports.TagListMessage || (exports.TagListMessage = {}));
|
|
1375
919
|
var InvalidDBSecurityGroupStateFault;
|
|
1376
920
|
(function (InvalidDBSecurityGroupStateFault) {
|
|
1377
|
-
/**
|
|
1378
|
-
* @internal
|
|
1379
|
-
*/
|
|
1380
921
|
InvalidDBSecurityGroupStateFault.filterSensitiveLog = (obj) => ({
|
|
1381
922
|
...obj,
|
|
1382
923
|
});
|
|
1383
924
|
})(InvalidDBSecurityGroupStateFault = exports.InvalidDBSecurityGroupStateFault || (exports.InvalidDBSecurityGroupStateFault = {}));
|
|
1384
925
|
var CloudwatchLogsExportConfiguration;
|
|
1385
926
|
(function (CloudwatchLogsExportConfiguration) {
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
927
|
CloudwatchLogsExportConfiguration.filterSensitiveLog = (obj) => ({
|
|
1390
928
|
...obj,
|
|
1391
929
|
});
|
|
1392
930
|
})(CloudwatchLogsExportConfiguration = exports.CloudwatchLogsExportConfiguration || (exports.CloudwatchLogsExportConfiguration = {}));
|
|
1393
931
|
var ModifyDBClusterMessage;
|
|
1394
932
|
(function (ModifyDBClusterMessage) {
|
|
1395
|
-
/**
|
|
1396
|
-
* @internal
|
|
1397
|
-
*/
|
|
1398
933
|
ModifyDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1399
934
|
...obj,
|
|
1400
935
|
});
|
|
1401
936
|
})(ModifyDBClusterMessage = exports.ModifyDBClusterMessage || (exports.ModifyDBClusterMessage = {}));
|
|
1402
937
|
var ModifyDBClusterResult;
|
|
1403
938
|
(function (ModifyDBClusterResult) {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
939
|
ModifyDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1408
940
|
...obj,
|
|
1409
941
|
});
|
|
1410
942
|
})(ModifyDBClusterResult = exports.ModifyDBClusterResult || (exports.ModifyDBClusterResult = {}));
|
|
1411
943
|
var DBClusterParameterGroupNameMessage;
|
|
1412
944
|
(function (DBClusterParameterGroupNameMessage) {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
945
|
DBClusterParameterGroupNameMessage.filterSensitiveLog = (obj) => ({
|
|
1417
946
|
...obj,
|
|
1418
947
|
});
|
|
1419
948
|
})(DBClusterParameterGroupNameMessage = exports.DBClusterParameterGroupNameMessage || (exports.DBClusterParameterGroupNameMessage = {}));
|
|
1420
949
|
var ModifyDBClusterParameterGroupMessage;
|
|
1421
950
|
(function (ModifyDBClusterParameterGroupMessage) {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
951
|
ModifyDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1426
952
|
...obj,
|
|
1427
953
|
});
|
|
1428
954
|
})(ModifyDBClusterParameterGroupMessage = exports.ModifyDBClusterParameterGroupMessage || (exports.ModifyDBClusterParameterGroupMessage = {}));
|
|
1429
955
|
var ModifyDBClusterSnapshotAttributeMessage;
|
|
1430
956
|
(function (ModifyDBClusterSnapshotAttributeMessage) {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
957
|
ModifyDBClusterSnapshotAttributeMessage.filterSensitiveLog = (obj) => ({
|
|
1435
958
|
...obj,
|
|
1436
959
|
});
|
|
1437
960
|
})(ModifyDBClusterSnapshotAttributeMessage = exports.ModifyDBClusterSnapshotAttributeMessage || (exports.ModifyDBClusterSnapshotAttributeMessage = {}));
|
|
1438
961
|
var ModifyDBClusterSnapshotAttributeResult;
|
|
1439
962
|
(function (ModifyDBClusterSnapshotAttributeResult) {
|
|
1440
|
-
/**
|
|
1441
|
-
* @internal
|
|
1442
|
-
*/
|
|
1443
963
|
ModifyDBClusterSnapshotAttributeResult.filterSensitiveLog = (obj) => ({
|
|
1444
964
|
...obj,
|
|
1445
965
|
});
|
|
1446
966
|
})(ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeResult || (exports.ModifyDBClusterSnapshotAttributeResult = {}));
|
|
1447
967
|
var SharedSnapshotQuotaExceededFault;
|
|
1448
968
|
(function (SharedSnapshotQuotaExceededFault) {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
969
|
SharedSnapshotQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
1453
970
|
...obj,
|
|
1454
971
|
});
|
|
1455
972
|
})(SharedSnapshotQuotaExceededFault = exports.SharedSnapshotQuotaExceededFault || (exports.SharedSnapshotQuotaExceededFault = {}));
|
|
1456
973
|
var DBUpgradeDependencyFailureFault;
|
|
1457
974
|
(function (DBUpgradeDependencyFailureFault) {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
975
|
DBUpgradeDependencyFailureFault.filterSensitiveLog = (obj) => ({
|
|
1462
976
|
...obj,
|
|
1463
977
|
});
|
|
1464
978
|
})(DBUpgradeDependencyFailureFault = exports.DBUpgradeDependencyFailureFault || (exports.DBUpgradeDependencyFailureFault = {}));
|
|
1465
979
|
var ModifyDBInstanceMessage;
|
|
1466
980
|
(function (ModifyDBInstanceMessage) {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
981
|
ModifyDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1471
982
|
...obj,
|
|
1472
983
|
});
|
|
1473
984
|
})(ModifyDBInstanceMessage = exports.ModifyDBInstanceMessage || (exports.ModifyDBInstanceMessage = {}));
|
|
1474
985
|
var ModifyDBInstanceResult;
|
|
1475
986
|
(function (ModifyDBInstanceResult) {
|
|
1476
|
-
/**
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
1479
987
|
ModifyDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
1480
988
|
...obj,
|
|
1481
989
|
});
|
|
1482
990
|
})(ModifyDBInstanceResult = exports.ModifyDBInstanceResult || (exports.ModifyDBInstanceResult = {}));
|
|
1483
991
|
var ModifyDBSubnetGroupMessage;
|
|
1484
992
|
(function (ModifyDBSubnetGroupMessage) {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
993
|
ModifyDBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1489
994
|
...obj,
|
|
1490
995
|
});
|
|
1491
996
|
})(ModifyDBSubnetGroupMessage = exports.ModifyDBSubnetGroupMessage || (exports.ModifyDBSubnetGroupMessage = {}));
|
|
1492
997
|
var ModifyDBSubnetGroupResult;
|
|
1493
998
|
(function (ModifyDBSubnetGroupResult) {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
999
|
ModifyDBSubnetGroupResult.filterSensitiveLog = (obj) => ({
|
|
1498
1000
|
...obj,
|
|
1499
1001
|
});
|
|
1500
1002
|
})(ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupResult || (exports.ModifyDBSubnetGroupResult = {}));
|
|
1501
1003
|
var SubnetAlreadyInUse;
|
|
1502
1004
|
(function (SubnetAlreadyInUse) {
|
|
1503
|
-
/**
|
|
1504
|
-
* @internal
|
|
1505
|
-
*/
|
|
1506
1005
|
SubnetAlreadyInUse.filterSensitiveLog = (obj) => ({
|
|
1507
1006
|
...obj,
|
|
1508
1007
|
});
|
|
1509
1008
|
})(SubnetAlreadyInUse = exports.SubnetAlreadyInUse || (exports.SubnetAlreadyInUse = {}));
|
|
1510
1009
|
var ModifyEventSubscriptionMessage;
|
|
1511
1010
|
(function (ModifyEventSubscriptionMessage) {
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
1011
|
ModifyEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
1516
1012
|
...obj,
|
|
1517
1013
|
});
|
|
1518
1014
|
})(ModifyEventSubscriptionMessage = exports.ModifyEventSubscriptionMessage || (exports.ModifyEventSubscriptionMessage = {}));
|
|
1519
1015
|
var ModifyEventSubscriptionResult;
|
|
1520
1016
|
(function (ModifyEventSubscriptionResult) {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
1017
|
ModifyEventSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
1525
1018
|
...obj,
|
|
1526
1019
|
});
|
|
1527
1020
|
})(ModifyEventSubscriptionResult = exports.ModifyEventSubscriptionResult || (exports.ModifyEventSubscriptionResult = {}));
|
|
1528
1021
|
var ModifyGlobalClusterMessage;
|
|
1529
1022
|
(function (ModifyGlobalClusterMessage) {
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
1023
|
ModifyGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1534
1024
|
...obj,
|
|
1535
1025
|
});
|
|
1536
1026
|
})(ModifyGlobalClusterMessage = exports.ModifyGlobalClusterMessage || (exports.ModifyGlobalClusterMessage = {}));
|
|
1537
1027
|
var ModifyGlobalClusterResult;
|
|
1538
1028
|
(function (ModifyGlobalClusterResult) {
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
1029
|
ModifyGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
1543
1030
|
...obj,
|
|
1544
1031
|
});
|
|
1545
1032
|
})(ModifyGlobalClusterResult = exports.ModifyGlobalClusterResult || (exports.ModifyGlobalClusterResult = {}));
|
|
1546
1033
|
var RebootDBInstanceMessage;
|
|
1547
1034
|
(function (RebootDBInstanceMessage) {
|
|
1548
|
-
/**
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
1551
1035
|
RebootDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1552
1036
|
...obj,
|
|
1553
1037
|
});
|
|
1554
1038
|
})(RebootDBInstanceMessage = exports.RebootDBInstanceMessage || (exports.RebootDBInstanceMessage = {}));
|
|
1555
1039
|
var RebootDBInstanceResult;
|
|
1556
1040
|
(function (RebootDBInstanceResult) {
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
*/
|
|
1560
1041
|
RebootDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
1561
1042
|
...obj,
|
|
1562
1043
|
});
|
|
1563
1044
|
})(RebootDBInstanceResult = exports.RebootDBInstanceResult || (exports.RebootDBInstanceResult = {}));
|
|
1564
1045
|
var RemoveFromGlobalClusterMessage;
|
|
1565
1046
|
(function (RemoveFromGlobalClusterMessage) {
|
|
1566
|
-
/**
|
|
1567
|
-
* @internal
|
|
1568
|
-
*/
|
|
1569
1047
|
RemoveFromGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1570
1048
|
...obj,
|
|
1571
1049
|
});
|
|
1572
1050
|
})(RemoveFromGlobalClusterMessage = exports.RemoveFromGlobalClusterMessage || (exports.RemoveFromGlobalClusterMessage = {}));
|
|
1573
1051
|
var RemoveFromGlobalClusterResult;
|
|
1574
1052
|
(function (RemoveFromGlobalClusterResult) {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
1053
|
RemoveFromGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
1579
1054
|
...obj,
|
|
1580
1055
|
});
|
|
1581
1056
|
})(RemoveFromGlobalClusterResult = exports.RemoveFromGlobalClusterResult || (exports.RemoveFromGlobalClusterResult = {}));
|
|
1582
1057
|
var RemoveSourceIdentifierFromSubscriptionMessage;
|
|
1583
1058
|
(function (RemoveSourceIdentifierFromSubscriptionMessage) {
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
1059
|
RemoveSourceIdentifierFromSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
1588
1060
|
...obj,
|
|
1589
1061
|
});
|
|
1590
1062
|
})(RemoveSourceIdentifierFromSubscriptionMessage = exports.RemoveSourceIdentifierFromSubscriptionMessage || (exports.RemoveSourceIdentifierFromSubscriptionMessage = {}));
|
|
1591
1063
|
var RemoveSourceIdentifierFromSubscriptionResult;
|
|
1592
1064
|
(function (RemoveSourceIdentifierFromSubscriptionResult) {
|
|
1593
|
-
/**
|
|
1594
|
-
* @internal
|
|
1595
|
-
*/
|
|
1596
1065
|
RemoveSourceIdentifierFromSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
1597
1066
|
...obj,
|
|
1598
1067
|
});
|
|
1599
1068
|
})(RemoveSourceIdentifierFromSubscriptionResult = exports.RemoveSourceIdentifierFromSubscriptionResult || (exports.RemoveSourceIdentifierFromSubscriptionResult = {}));
|
|
1600
1069
|
var RemoveTagsFromResourceMessage;
|
|
1601
1070
|
(function (RemoveTagsFromResourceMessage) {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
1071
|
RemoveTagsFromResourceMessage.filterSensitiveLog = (obj) => ({
|
|
1606
1072
|
...obj,
|
|
1607
1073
|
});
|
|
1608
1074
|
})(RemoveTagsFromResourceMessage = exports.RemoveTagsFromResourceMessage || (exports.RemoveTagsFromResourceMessage = {}));
|
|
1609
1075
|
var ResetDBClusterParameterGroupMessage;
|
|
1610
1076
|
(function (ResetDBClusterParameterGroupMessage) {
|
|
1611
|
-
/**
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
1614
1077
|
ResetDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1615
1078
|
...obj,
|
|
1616
1079
|
});
|
|
1617
1080
|
})(ResetDBClusterParameterGroupMessage = exports.ResetDBClusterParameterGroupMessage || (exports.ResetDBClusterParameterGroupMessage = {}));
|
|
1618
1081
|
var InsufficientDBClusterCapacityFault;
|
|
1619
1082
|
(function (InsufficientDBClusterCapacityFault) {
|
|
1620
|
-
/**
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
1623
1083
|
InsufficientDBClusterCapacityFault.filterSensitiveLog = (obj) => ({
|
|
1624
1084
|
...obj,
|
|
1625
1085
|
});
|
|
1626
1086
|
})(InsufficientDBClusterCapacityFault = exports.InsufficientDBClusterCapacityFault || (exports.InsufficientDBClusterCapacityFault = {}));
|
|
1627
1087
|
var InvalidDBSnapshotStateFault;
|
|
1628
1088
|
(function (InvalidDBSnapshotStateFault) {
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
1089
|
InvalidDBSnapshotStateFault.filterSensitiveLog = (obj) => ({
|
|
1633
1090
|
...obj,
|
|
1634
1091
|
});
|
|
1635
1092
|
})(InvalidDBSnapshotStateFault = exports.InvalidDBSnapshotStateFault || (exports.InvalidDBSnapshotStateFault = {}));
|
|
1636
1093
|
var InvalidRestoreFault;
|
|
1637
1094
|
(function (InvalidRestoreFault) {
|
|
1638
|
-
/**
|
|
1639
|
-
* @internal
|
|
1640
|
-
*/
|
|
1641
1095
|
InvalidRestoreFault.filterSensitiveLog = (obj) => ({
|
|
1642
1096
|
...obj,
|
|
1643
1097
|
});
|
|
1644
1098
|
})(InvalidRestoreFault = exports.InvalidRestoreFault || (exports.InvalidRestoreFault = {}));
|
|
1645
1099
|
var RestoreDBClusterFromSnapshotMessage;
|
|
1646
1100
|
(function (RestoreDBClusterFromSnapshotMessage) {
|
|
1647
|
-
/**
|
|
1648
|
-
* @internal
|
|
1649
|
-
*/
|
|
1650
1101
|
RestoreDBClusterFromSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
1651
1102
|
...obj,
|
|
1652
1103
|
});
|
|
1653
1104
|
})(RestoreDBClusterFromSnapshotMessage = exports.RestoreDBClusterFromSnapshotMessage || (exports.RestoreDBClusterFromSnapshotMessage = {}));
|
|
1654
1105
|
var RestoreDBClusterFromSnapshotResult;
|
|
1655
1106
|
(function (RestoreDBClusterFromSnapshotResult) {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
1107
|
RestoreDBClusterFromSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
1660
1108
|
...obj,
|
|
1661
1109
|
});
|
|
1662
1110
|
})(RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotResult || (exports.RestoreDBClusterFromSnapshotResult = {}));
|
|
1663
1111
|
var RestoreDBClusterToPointInTimeMessage;
|
|
1664
1112
|
(function (RestoreDBClusterToPointInTimeMessage) {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
1113
|
RestoreDBClusterToPointInTimeMessage.filterSensitiveLog = (obj) => ({
|
|
1669
1114
|
...obj,
|
|
1670
1115
|
});
|
|
1671
1116
|
})(RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterToPointInTimeMessage || (exports.RestoreDBClusterToPointInTimeMessage = {}));
|
|
1672
1117
|
var RestoreDBClusterToPointInTimeResult;
|
|
1673
1118
|
(function (RestoreDBClusterToPointInTimeResult) {
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
1119
|
RestoreDBClusterToPointInTimeResult.filterSensitiveLog = (obj) => ({
|
|
1678
1120
|
...obj,
|
|
1679
1121
|
});
|
|
1680
1122
|
})(RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeResult || (exports.RestoreDBClusterToPointInTimeResult = {}));
|
|
1681
1123
|
var StartDBClusterMessage;
|
|
1682
1124
|
(function (StartDBClusterMessage) {
|
|
1683
|
-
/**
|
|
1684
|
-
* @internal
|
|
1685
|
-
*/
|
|
1686
1125
|
StartDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1687
1126
|
...obj,
|
|
1688
1127
|
});
|
|
1689
1128
|
})(StartDBClusterMessage = exports.StartDBClusterMessage || (exports.StartDBClusterMessage = {}));
|
|
1690
1129
|
var StartDBClusterResult;
|
|
1691
1130
|
(function (StartDBClusterResult) {
|
|
1692
|
-
/**
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
1695
1131
|
StartDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1696
1132
|
...obj,
|
|
1697
1133
|
});
|
|
1698
1134
|
})(StartDBClusterResult = exports.StartDBClusterResult || (exports.StartDBClusterResult = {}));
|
|
1699
1135
|
var StopDBClusterMessage;
|
|
1700
1136
|
(function (StopDBClusterMessage) {
|
|
1701
|
-
/**
|
|
1702
|
-
* @internal
|
|
1703
|
-
*/
|
|
1704
1137
|
StopDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1705
1138
|
...obj,
|
|
1706
1139
|
});
|
|
1707
1140
|
})(StopDBClusterMessage = exports.StopDBClusterMessage || (exports.StopDBClusterMessage = {}));
|
|
1708
1141
|
var StopDBClusterResult;
|
|
1709
1142
|
(function (StopDBClusterResult) {
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
1143
|
StopDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1714
1144
|
...obj,
|
|
1715
1145
|
});
|
|
1716
1146
|
})(StopDBClusterResult = exports.StopDBClusterResult || (exports.StopDBClusterResult = {}));
|
|
1717
|
-
//# sourceMappingURL=models_0.js.map
|