@aws-sdk/client-elasticache 3.928.0 → 3.930.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/index.js +4583 -9250
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ElastiCacheClient.js +2 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -9
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -9
- package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -9
- package/dist-es/commands/CompleteMigrationCommand.js +3 -9
- package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/CopySnapshotCommand.js +3 -9
- package/dist-es/commands/CreateCacheClusterCommand.js +3 -9
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -9
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -9
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/CreateReplicationGroupCommand.js +3 -9
- package/dist-es/commands/CreateServerlessCacheCommand.js +3 -9
- package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateUserCommand.js +3 -9
- package/dist-es/commands/CreateUserGroupCommand.js +3 -9
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -9
- package/dist-es/commands/DeleteCacheClusterCommand.js +3 -9
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +3 -9
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -9
- package/dist-es/commands/DeleteServerlessCacheCommand.js +3 -9
- package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteUserCommand.js +3 -9
- package/dist-es/commands/DeleteUserGroupCommand.js +3 -9
- package/dist-es/commands/DescribeCacheClustersCommand.js +3 -9
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -9
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeCacheParametersCommand.js +3 -9
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
- package/dist-es/commands/DescribeEventsCommand.js +3 -9
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -9
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -9
- package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +3 -9
- package/dist-es/commands/DescribeServerlessCachesCommand.js +3 -9
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -9
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -9
- package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -9
- package/dist-es/commands/DescribeUserGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeUsersCommand.js +3 -9
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -9
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ModifyCacheClusterCommand.js +3 -9
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -9
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -9
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -9
- package/dist-es/commands/ModifyServerlessCacheCommand.js +3 -9
- package/dist-es/commands/ModifyUserCommand.js +3 -9
- package/dist-es/commands/ModifyUserGroupCommand.js +3 -9
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -9
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/RebootCacheClusterCommand.js +3 -9
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -9
- package/dist-es/commands/StartMigrationCommand.js +3 -9
- package/dist-es/commands/TestFailoverCommand.js +3 -9
- package/dist-es/commands/TestMigrationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +4578 -0
- package/dist-types/ElastiCacheClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +440 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +445 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_query.js +0 -8861
- package/dist-types/protocols/Aws_query.d.ts +0 -677
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -905
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.