@aws-sdk/client-elasticache 3.362.0 → 3.369.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/ElastiCache.js +1 -1
- package/dist-cjs/ElastiCacheClient.js +5 -5
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +3 -3
- package/dist-cjs/commands/BatchStopUpdateActionCommand.js +3 -3
- package/dist-cjs/commands/CompleteMigrationCommand.js +3 -3
- package/dist-cjs/commands/CopySnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateUserCommand.js +3 -3
- package/dist-cjs/commands/CreateUserGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseReplicaCountCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheClustersCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUpdateActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUsersCommand.js +3 -3
- package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/IncreaseReplicaCountCommand.js +3 -3
- package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyUserCommand.js +3 -3
- package/dist-cjs/commands/ModifyUserGroupCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
- package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/RebootCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/StartMigrationCommand.js +3 -3
- package/dist-cjs/commands/TestFailoverCommand.js +3 -3
- package/dist-cjs/models/ElastiCacheServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-cjs/waiters/waitForCacheClusterAvailable.js +1 -1
- package/dist-cjs/waiters/waitForCacheClusterDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationGroupAvailable.js +1 -1
- package/dist-cjs/waiters/waitForReplicationGroupDeleted.js +1 -1
- package/dist-es/ElastiCache.js +1 -1
- package/dist-es/ElastiCacheClient.js +5 -5
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -3
- package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -3
- package/dist-es/commands/CompleteMigrationCommand.js +3 -3
- package/dist-es/commands/CopySnapshotCommand.js +3 -3
- package/dist-es/commands/CreateCacheClusterCommand.js +3 -3
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/CreateReplicationGroupCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/CreateUserGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -3
- package/dist-es/commands/DeleteCacheClusterCommand.js +3 -3
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DeleteUserGroupCommand.js +3 -3
- package/dist-es/commands/DescribeCacheClustersCommand.js +3 -3
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheParametersCommand.js +3 -3
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -3
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -3
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyCacheClusterCommand.js +3 -3
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
- package/dist-es/commands/ModifyUserCommand.js +3 -3
- package/dist-es/commands/ModifyUserGroupCommand.js +3 -3
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/RebootCacheClusterCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-es/commands/StartMigrationCommand.js +3 -3
- package/dist-es/commands/TestFailoverCommand.js +3 -3
- package/dist-es/models/ElastiCacheServiceException.js +1 -1
- package/dist-es/protocols/Aws_query.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-es/waiters/waitForCacheClusterAvailable.js +1 -1
- package/dist-es/waiters/waitForCacheClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationGroupAvailable.js +1 -1
- package/dist-es/waiters/waitForReplicationGroupDeleted.js +1 -1
- package/dist-types/ElastiCache.d.ts +1 -1
- package/dist-types/ElastiCacheClient.d.ts +8 -8
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -3
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -3
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -3
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUsersCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -3
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -3
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ModifyUserCommand.d.ts +3 -3
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -3
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -3
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -3
- package/dist-types/commands/TestFailoverCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/ElastiCacheServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeCacheClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCacheEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCacheParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCacheParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedCacheNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeServiceUpdatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeUpdateActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeUserGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/ElastiCache.d.ts +1 -1
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCacheClustersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCacheEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCacheParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCacheParametersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeServiceUpdatesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeUpdateActionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeUserGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForCacheClusterAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForCacheClusterDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationGroupAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationGroupDeleted.d.ts +1 -1
- package/package.json +35 -34
package/dist-cjs/ElastiCache.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElastiCache = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AddTagsToResourceCommand_1 = require("./commands/AddTagsToResourceCommand");
|
|
6
6
|
const AuthorizeCacheSecurityGroupIngressCommand_1 = require("./commands/AuthorizeCacheSecurityGroupIngressCommand");
|
|
7
7
|
const BatchApplyUpdateActionCommand_1 = require("./commands/BatchApplyUpdateActionCommand");
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElastiCacheClient = exports.__Client = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
7
4
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
8
5
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
9
6
|
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
7
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
12
8
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
13
|
-
const
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
14
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
15
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
16
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddTagsToResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class AddTagsToResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AuthorizeCacheSecurityGroupIngressCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class AuthorizeCacheSecurityGroupIngressCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BatchApplyUpdateActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class BatchApplyUpdateActionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BatchStopUpdateActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class BatchStopUpdateActionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CompleteMigrationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CompleteMigrationCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CopySnapshotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CopySnapshotCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateCacheClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateCacheClusterCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateCacheParameterGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateCacheParameterGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateCacheSecurityGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateCacheSecurityGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateCacheSubnetGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateCacheSubnetGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateGlobalReplicationGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateGlobalReplicationGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateReplicationGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateReplicationGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateSnapshotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateSnapshotCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateUserCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateUserGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class CreateUserGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DecreaseNodeGroupsInGlobalReplicationGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DecreaseReplicaCountCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DecreaseReplicaCountCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteCacheClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteCacheClusterCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteCacheParameterGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteCacheParameterGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteCacheSecurityGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteCacheSecurityGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteCacheSubnetGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteCacheSubnetGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteGlobalReplicationGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteGlobalReplicationGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteReplicationGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteReplicationGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteSnapshotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteSnapshotCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteUserCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteUserGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DeleteUserGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCacheClustersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeCacheClustersCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCacheEngineVersionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeCacheEngineVersionsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCacheParameterGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeCacheParameterGroupsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCacheParametersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeCacheParametersCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCacheSecurityGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeCacheSecurityGroupsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCacheSubnetGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeCacheSubnetGroupsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeEngineDefaultParametersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeEngineDefaultParametersCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeEventsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeEventsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeGlobalReplicationGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeGlobalReplicationGroupsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeReplicationGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeReplicationGroupsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeReservedCacheNodesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeReservedCacheNodesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeReservedCacheNodesOfferingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeReservedCacheNodesOfferingsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeServiceUpdatesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class DescribeServiceUpdatesCommand extends smithy_client_1.Command {
|