@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
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterEndpointsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterEndpointsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterEndpoints: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterEndpointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterParameterGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterParameterGroupsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameterGroups: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterParametersCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameters: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterSnapshotsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterSnapshots: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterSnapshotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClustersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClustersCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusters: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBEngineVersionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBEngineVersionsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBEngineVersions: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBEngineVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBInstancesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBInstancesCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBInstances: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBParameterGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBParameterGroupsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameterGroups: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBParameterGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBParametersCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameters: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSubnetGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSubnetGroupsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSubnetGroups: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeDBSubnetGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEngineDefaultParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEngineDefaultParametersCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEngineDefaultParameters: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeEngineDefaultParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEventSubscriptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEventSubscriptions: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeEventSubscriptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEventsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEventsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEvents: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeEventsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeGlobalClustersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeGlobalClustersCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeGlobalClusters: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeGlobalClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeGlobalClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrderableDBInstanceOptions: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribePendingMaintenanceActionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
6
6
|
import { NeptunePaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribePendingMaintenanceActions: (
|
|
8
8
|
config: NeptunePaginationConfiguration,
|
|
9
9
|
input: DescribePendingMaintenanceActionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.481.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.481.0",
|
|
24
|
+
"@aws-sdk/core": "3.481.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.481.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-sdk-rds": "3.470.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
33
33
|
"@aws-sdk/types": "3.468.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
37
37
|
"@smithy/config-resolver": "^2.0.21",
|
|
38
|
+
"@smithy/core": "^1.2.1",
|
|
38
39
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
39
40
|
"@smithy/hash-node": "^2.0.17",
|
|
40
41
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
41
42
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
42
43
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
44
45
|
"@smithy/middleware-serde": "^2.0.15",
|
|
45
46
|
"@smithy/middleware-stack": "^2.0.9",
|
|
46
47
|
"@smithy/node-config-provider": "^2.1.8",
|
|
47
48
|
"@smithy/node-http-handler": "^2.2.1",
|
|
48
49
|
"@smithy/protocol-http": "^3.0.11",
|
|
49
|
-
"@smithy/smithy-client": "^2.
|
|
50
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
50
51
|
"@smithy/types": "^2.7.0",
|
|
51
52
|
"@smithy/url-parser": "^2.0.15",
|
|
52
53
|
"@smithy/util-base64": "^2.0.1",
|
|
53
54
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
54
55
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.0.30",
|
|
57
58
|
"@smithy/util-endpoints": "^1.0.7",
|
|
58
59
|
"@smithy/util-retry": "^2.0.8",
|
|
59
60
|
"@smithy/util-utf8": "^2.0.2",
|