@aws-sdk/client-neptune 3.477.0 → 3.481.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/dist-cjs/commands/AddRoleToDBClusterCommand.js +18 -41
- package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
- package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +19 -42
- package/dist-cjs/commands/CopyDBParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateDBClusterCommand.js +19 -42
- package/dist-cjs/commands/CreateDBClusterEndpointCommand.js +18 -41
- package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +18 -41
- package/dist-cjs/commands/CreateDBInstanceCommand.js +18 -41
- package/dist-cjs/commands/CreateDBParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateGlobalClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBClusterEndpointCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteGlobalClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBClusterEndpointsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBClustersCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBInstancesCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBParameterGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
- package/dist-cjs/commands/DescribeGlobalClustersCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
- package/dist-cjs/commands/FailoverDBClusterCommand.js +18 -41
- package/dist-cjs/commands/FailoverGlobalClusterCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBClusterCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBClusterEndpointCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBInstanceCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +18 -41
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/ModifyGlobalClusterCommand.js +18 -41
- package/dist-cjs/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
- package/dist-cjs/commands/RebootDBInstanceCommand.js +18 -41
- package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +18 -41
- package/dist-cjs/commands/RemoveRoleFromDBClusterCommand.js +18 -41
- package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
- package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/ResetDBParameterGroupCommand.js +18 -41
- package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
- package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
- package/dist-cjs/commands/StartDBClusterCommand.js +18 -41
- package/dist-cjs/commands/StopDBClusterCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeDBClusterEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClustersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBParameterGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEngineDefaultParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -24
- package/dist-es/commands/AddRoleToDBClusterCommand.js +18 -41
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
- package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +18 -41
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +19 -42
- package/dist-es/commands/CopyDBParameterGroupCommand.js +18 -41
- package/dist-es/commands/CreateDBClusterCommand.js +19 -42
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +18 -41
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +18 -41
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +18 -41
- package/dist-es/commands/CreateDBInstanceCommand.js +18 -41
- package/dist-es/commands/CreateDBParameterGroupCommand.js +18 -41
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +18 -41
- package/dist-es/commands/CreateEventSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateGlobalClusterCommand.js +18 -41
- package/dist-es/commands/DeleteDBClusterCommand.js +18 -41
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +18 -41
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +18 -41
- package/dist-es/commands/DeleteDBInstanceCommand.js +18 -41
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +18 -41
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteGlobalClusterCommand.js +18 -41
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +18 -41
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +18 -41
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
- package/dist-es/commands/DescribeDBClustersCommand.js +18 -41
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +18 -41
- package/dist-es/commands/DescribeDBInstancesCommand.js +18 -41
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeDBParametersCommand.js +18 -41
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +18 -41
- package/dist-es/commands/DescribeEventCategoriesCommand.js +18 -41
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +18 -41
- package/dist-es/commands/DescribeEventsCommand.js +18 -41
- package/dist-es/commands/DescribeGlobalClustersCommand.js +18 -41
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
- package/dist-es/commands/FailoverDBClusterCommand.js +18 -41
- package/dist-es/commands/FailoverGlobalClusterCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ModifyDBClusterCommand.js +18 -41
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +18 -41
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
- package/dist-es/commands/ModifyDBInstanceCommand.js +18 -41
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +18 -41
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +18 -41
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +18 -41
- package/dist-es/commands/ModifyGlobalClusterCommand.js +18 -41
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
- package/dist-es/commands/RebootDBInstanceCommand.js +18 -41
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +18 -41
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +18 -41
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +18 -41
- package/dist-es/commands/ResetDBParameterGroupCommand.js +18 -41
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
- package/dist-es/commands/StartDBClusterCommand.js +18 -41
- package/dist-es/commands/StopDBClusterCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClustersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventsPaginator.js +2 -23
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +2 -23
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -23
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -21
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +6 -21
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -21
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -21
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -21
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -21
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -21
- package/dist-types/commands/StartDBClusterCommand.d.ts +6 -21
- package/dist-types/commands/StopDBClusterCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PromoteReadReplicaDBClusterMessage, PromoteReadReplicaDBClusterResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PromoteReadReplicaDBClusterCommandInput extends PromoteReadRepl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadReplicaDBClusterResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
24
|
+
new (input: PromoteReadReplicaDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Not supported.</p>
|
|
@@ -152,23 +155,5 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
|
|
|
152
155
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
153
156
|
*
|
|
154
157
|
*/
|
|
155
|
-
export declare class PromoteReadReplicaDBClusterCommand extends
|
|
156
|
-
readonly input: PromoteReadReplicaDBClusterCommandInput;
|
|
157
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
158
|
-
/**
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
constructor(input: PromoteReadReplicaDBClusterCommandInput);
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private serialize;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private deserialize;
|
|
158
|
+
export declare class PromoteReadReplicaDBClusterCommand extends PromoteReadReplicaDBClusterCommand_base {
|
|
174
159
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RebootDBInstanceCommand_base: {
|
|
24
|
+
new (input: RebootDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>You might need to reboot your DB instance, usually for maintenance reasons. For example,
|
|
@@ -198,23 +201,5 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
198
201
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
199
202
|
*
|
|
200
203
|
*/
|
|
201
|
-
export declare class RebootDBInstanceCommand extends
|
|
202
|
-
readonly input: RebootDBInstanceCommandInput;
|
|
203
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
204
|
-
/**
|
|
205
|
-
* @public
|
|
206
|
-
*/
|
|
207
|
-
constructor(input: RebootDBInstanceCommandInput);
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
private serialize;
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
private deserialize;
|
|
204
|
+
export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
|
|
220
205
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveFromGlobalClusterCommandInput extends RemoveFromGlobalClu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalClusterResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveFromGlobalClusterCommand_base: {
|
|
24
|
+
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Detaches a Neptune DB cluster from a Neptune global database. A secondary
|
|
@@ -83,23 +86,5 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class RemoveFromGlobalClusterCommand extends
|
|
87
|
-
readonly input: RemoveFromGlobalClusterCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: RemoveFromGlobalClusterCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RemoveRoleFromDBClusterMessage } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveRoleFromDBClusterCommandInput extends RemoveRoleFromDBClu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveRoleFromDBClusterCommand_base: {
|
|
24
|
+
new (input: RemoveRoleFromDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disassociates an Identity and Access Management (IAM) role from a DB cluster.</p>
|
|
@@ -61,23 +64,5 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class RemoveRoleFromDBClusterCommand extends
|
|
65
|
-
readonly input: RemoveRoleFromDBClusterCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: RemoveRoleFromDBClusterCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class RemoveRoleFromDBClusterCommand extends RemoveRoleFromDBClusterCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RemoveSourceIdentifierFromSubscriptionMessage, RemoveSourceIdentifierFromSubscriptionResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandInput extends Remo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends RemoveSourceIdentifierFromSubscriptionResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
24
|
+
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a source identifier from an existing event notification subscription.</p>
|
|
@@ -73,23 +76,5 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends
|
|
77
|
-
readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: RemoveSourceIdentifierFromSubscriptionCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RemoveTagsFromResourceMessage } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveTagsFromResourceCommand_base: {
|
|
24
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes metadata tags from an Amazon Neptune resource.</p>
|
|
@@ -64,23 +67,5 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class RemoveTagsFromResourceCommand extends
|
|
68
|
-
readonly input: RemoveTagsFromResourceCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: RemoveTagsFromResourceCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ResetDBClusterParameterGroupCommandInput extends ResetDBCluster
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ResetDBClusterParameterGroupCommand_base: {
|
|
24
|
+
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Modifies the parameters of a DB cluster parameter group to the default value. To reset
|
|
@@ -82,23 +85,5 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ResetDBClusterParameterGroupCommand extends
|
|
86
|
-
readonly input: ResetDBClusterParameterGroupCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ResetDBClusterParameterGroupCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DBParameterGroupNameMessage, ResetDBParameterGroupMessage } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ResetDBParameterGroupCommandInput extends ResetDBParameterGroup
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupNameMessage, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ResetDBParameterGroupCommand_base: {
|
|
24
|
+
new (input: ResetDBParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the parameters of a DB parameter group to the engine/system default value. To
|
|
@@ -81,23 +84,5 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ResetDBParameterGroupCommand extends
|
|
85
|
-
readonly input: ResetDBParameterGroupCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ResetDBParameterGroupCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ResetDBParameterGroupCommand extends ResetDBParameterGroupCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClust
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
24
|
+
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>
|
|
@@ -241,23 +244,5 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
|
|
|
241
244
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
242
245
|
*
|
|
243
246
|
*/
|
|
244
|
-
export declare class RestoreDBClusterFromSnapshotCommand extends
|
|
245
|
-
readonly input: RestoreDBClusterFromSnapshotCommandInput;
|
|
246
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
247
|
-
/**
|
|
248
|
-
* @public
|
|
249
|
-
*/
|
|
250
|
-
constructor(input: RestoreDBClusterFromSnapshotCommandInput);
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
private serialize;
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
private deserialize;
|
|
247
|
+
export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
|
|
263
248
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClus
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
24
|
+
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point in
|
|
@@ -247,23 +250,5 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
|
|
|
247
250
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
248
251
|
*
|
|
249
252
|
*/
|
|
250
|
-
export declare class RestoreDBClusterToPointInTimeCommand extends
|
|
251
|
-
readonly input: RestoreDBClusterToPointInTimeCommandInput;
|
|
252
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
253
|
-
/**
|
|
254
|
-
* @public
|
|
255
|
-
*/
|
|
256
|
-
constructor(input: RestoreDBClusterToPointInTimeCommandInput);
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
|
-
private serialize;
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
|
-
private deserialize;
|
|
253
|
+
export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
|
|
269
254
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartDBClusterCommandInput extends StartDBClusterMessage {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartDBClusterCommand_base: {
|
|
24
|
+
new (input: StartDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts an Amazon Neptune DB cluster that was stopped using the Amazon
|
|
@@ -156,23 +159,5 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
|
|
|
156
159
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
157
160
|
*
|
|
158
161
|
*/
|
|
159
|
-
export declare class StartDBClusterCommand extends
|
|
160
|
-
readonly input: StartDBClusterCommandInput;
|
|
161
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
162
|
-
/**
|
|
163
|
-
* @public
|
|
164
|
-
*/
|
|
165
|
-
constructor(input: StartDBClusterCommandInput);
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDBClusterCommandInput, StartDBClusterCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private serialize;
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
private deserialize;
|
|
162
|
+
export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
|
|
178
163
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
|
|
5
4
|
import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopDBClusterCommandInput extends StopDBClusterMessage {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopDBClusterCommandOutput extends StopDBClusterResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopDBClusterCommand_base: {
|
|
24
|
+
new (input: StopDBClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops an Amazon Neptune DB cluster. When you stop a DB cluster, Neptune
|
|
@@ -159,23 +162,5 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
159
162
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
160
163
|
*
|
|
161
164
|
*/
|
|
162
|
-
export declare class StopDBClusterCommand extends
|
|
163
|
-
readonly input: StopDBClusterCommandInput;
|
|
164
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
165
|
-
/**
|
|
166
|
-
* @public
|
|
167
|
-
*/
|
|
168
|
-
constructor(input: StopDBClusterCommandInput);
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDBClusterCommandInput, StopDBClusterCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
private serialize;
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
private deserialize;
|
|
165
|
+
export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
|
|
181
166
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterEndpoints: (config: NeptunePaginationConfiguration, input: DescribeDBClusterEndpointsCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameterGroups: (config: NeptunePaginationConfiguration, input: DescribeDBClusterParameterGroupsCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameters: (config: NeptunePaginationConfiguration, input: DescribeDBClusterParametersCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterSnapshots: (config: NeptunePaginationConfiguration, input: DescribeDBClusterSnapshotsCommandInput, ...rest: any[]) => Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusters: (config: NeptunePaginationConfiguration, input: DescribeDBClustersCommandInput, ...rest: any[]) => Paginator<DescribeDBClustersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBEngineVersions: (config: NeptunePaginationConfiguration, input: DescribeDBEngineVersionsCommandInput, ...rest: any[]) => Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBInstances: (config: NeptunePaginationConfiguration, input: DescribeDBInstancesCommandInput, ...rest: any[]) => Paginator<DescribeDBInstancesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameterGroups: (config: NeptunePaginationConfiguration, input: DescribeDBParameterGroupsCommandInput, ...rest: any[]) => Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameters: (config: NeptunePaginationConfiguration, input: DescribeDBParametersCommandInput, ...rest: any[]) => Paginator<DescribeDBParametersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSubnetGroups: (config: NeptunePaginationConfiguration, input: DescribeDBSubnetGroupsCommandInput, ...rest: any[]) => Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEngineDefaultParameters: (config: NeptunePaginationConfiguration, input: DescribeEngineDefaultParametersCommandInput, ...rest: any[]) => Paginator<DescribeEngineDefaultParametersCommandOutput>;
|