@aws-sdk/client-elasticache 3.325.0 → 3.326.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-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +18 -0
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +22 -0
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +22 -0
- package/dist-types/commands/CompleteMigrationCommand.d.ts +123 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +57 -0
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +117 -0
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +12 -0
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +28 -0
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +123 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +57 -0
- package/dist-types/commands/CreateUserCommand.d.ts +19 -0
- package/dist-types/commands/CreateUserGroupCommand.d.ts +24 -0
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +123 -0
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +117 -0
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +123 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +57 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +19 -0
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +24 -0
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +120 -0
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +37 -0
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +40 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +126 -0
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +22 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +60 -0
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +55 -0
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +24 -0
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +123 -0
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +117 -0
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +28 -0
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +123 -0
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +123 -0
- package/dist-types/commands/ModifyUserCommand.d.ts +19 -0
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +24 -0
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +25 -0
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +33 -0
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +117 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +18 -0
- package/dist-types/commands/StartMigrationCommand.d.ts +123 -0
- package/dist-types/commands/TestFailoverCommand.d.ts +123 -0
- package/package.json +3 -3
|
@@ -48,6 +48,127 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput extends M
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new ModifyReplicationGroupShardConfigurationCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // ModifyReplicationGroupShardConfigurationResult
|
|
52
|
+
* // ReplicationGroup: { // ReplicationGroup
|
|
53
|
+
* // ReplicationGroupId: "STRING_VALUE",
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // GlobalReplicationGroupInfo: { // GlobalReplicationGroupInfo
|
|
56
|
+
* // GlobalReplicationGroupId: "STRING_VALUE",
|
|
57
|
+
* // GlobalReplicationGroupMemberRole: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // Status: "STRING_VALUE",
|
|
60
|
+
* // PendingModifiedValues: { // ReplicationGroupPendingModifiedValues
|
|
61
|
+
* // PrimaryClusterId: "STRING_VALUE",
|
|
62
|
+
* // AutomaticFailoverStatus: "enabled" || "disabled",
|
|
63
|
+
* // Resharding: { // ReshardingStatus
|
|
64
|
+
* // SlotMigration: { // SlotMigration
|
|
65
|
+
* // ProgressPercentage: Number("double"),
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // AuthTokenStatus: "SETTING" || "ROTATING",
|
|
69
|
+
* // UserGroups: { // UserGroupsUpdateStatus
|
|
70
|
+
* // UserGroupIdsToAdd: [ // UserGroupIdList
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // UserGroupIdsToRemove: [
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // },
|
|
77
|
+
* // LogDeliveryConfigurations: [ // PendingLogDeliveryConfigurationList
|
|
78
|
+
* // { // PendingLogDeliveryConfiguration
|
|
79
|
+
* // LogType: "slow-log" || "engine-log",
|
|
80
|
+
* // DestinationType: "cloudwatch-logs" || "kinesis-firehose",
|
|
81
|
+
* // DestinationDetails: { // DestinationDetails
|
|
82
|
+
* // CloudWatchLogsDetails: { // CloudWatchLogsDestinationDetails
|
|
83
|
+
* // LogGroup: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // KinesisFirehoseDetails: { // KinesisFirehoseDestinationDetails
|
|
86
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // },
|
|
89
|
+
* // LogFormat: "text" || "json",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // TransitEncryptionEnabled: true || false,
|
|
93
|
+
* // TransitEncryptionMode: "preferred" || "required",
|
|
94
|
+
* // },
|
|
95
|
+
* // MemberClusters: [ // ClusterIdList
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // NodeGroups: [ // NodeGroupList
|
|
99
|
+
* // { // NodeGroup
|
|
100
|
+
* // NodeGroupId: "STRING_VALUE",
|
|
101
|
+
* // Status: "STRING_VALUE",
|
|
102
|
+
* // PrimaryEndpoint: { // Endpoint
|
|
103
|
+
* // Address: "STRING_VALUE",
|
|
104
|
+
* // Port: Number("int"),
|
|
105
|
+
* // },
|
|
106
|
+
* // ReaderEndpoint: {
|
|
107
|
+
* // Address: "STRING_VALUE",
|
|
108
|
+
* // Port: Number("int"),
|
|
109
|
+
* // },
|
|
110
|
+
* // Slots: "STRING_VALUE",
|
|
111
|
+
* // NodeGroupMembers: [ // NodeGroupMemberList
|
|
112
|
+
* // { // NodeGroupMember
|
|
113
|
+
* // CacheClusterId: "STRING_VALUE",
|
|
114
|
+
* // CacheNodeId: "STRING_VALUE",
|
|
115
|
+
* // ReadEndpoint: {
|
|
116
|
+
* // Address: "STRING_VALUE",
|
|
117
|
+
* // Port: Number("int"),
|
|
118
|
+
* // },
|
|
119
|
+
* // PreferredAvailabilityZone: "STRING_VALUE",
|
|
120
|
+
* // PreferredOutpostArn: "STRING_VALUE",
|
|
121
|
+
* // CurrentRole: "STRING_VALUE",
|
|
122
|
+
* // },
|
|
123
|
+
* // ],
|
|
124
|
+
* // },
|
|
125
|
+
* // ],
|
|
126
|
+
* // SnapshottingClusterId: "STRING_VALUE",
|
|
127
|
+
* // AutomaticFailover: "enabled" || "disabled" || "enabling" || "disabling",
|
|
128
|
+
* // MultiAZ: "enabled" || "disabled",
|
|
129
|
+
* // ConfigurationEndpoint: "<Endpoint>",
|
|
130
|
+
* // SnapshotRetentionLimit: Number("int"),
|
|
131
|
+
* // SnapshotWindow: "STRING_VALUE",
|
|
132
|
+
* // ClusterEnabled: true || false,
|
|
133
|
+
* // CacheNodeType: "STRING_VALUE",
|
|
134
|
+
* // AuthTokenEnabled: true || false,
|
|
135
|
+
* // AuthTokenLastModifiedDate: new Date("TIMESTAMP"),
|
|
136
|
+
* // TransitEncryptionEnabled: true || false,
|
|
137
|
+
* // AtRestEncryptionEnabled: true || false,
|
|
138
|
+
* // MemberClustersOutpostArns: [ // ReplicationGroupOutpostArnList
|
|
139
|
+
* // "STRING_VALUE",
|
|
140
|
+
* // ],
|
|
141
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
142
|
+
* // ARN: "STRING_VALUE",
|
|
143
|
+
* // UserGroupIds: [
|
|
144
|
+
* // "STRING_VALUE",
|
|
145
|
+
* // ],
|
|
146
|
+
* // LogDeliveryConfigurations: [ // LogDeliveryConfigurationList
|
|
147
|
+
* // { // LogDeliveryConfiguration
|
|
148
|
+
* // LogType: "slow-log" || "engine-log",
|
|
149
|
+
* // DestinationType: "cloudwatch-logs" || "kinesis-firehose",
|
|
150
|
+
* // DestinationDetails: {
|
|
151
|
+
* // CloudWatchLogsDetails: {
|
|
152
|
+
* // LogGroup: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // KinesisFirehoseDetails: {
|
|
155
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // LogFormat: "text" || "json",
|
|
159
|
+
* // Status: "active" || "enabling" || "modifying" || "disabling" || "error",
|
|
160
|
+
* // Message: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
162
|
+
* // ],
|
|
163
|
+
* // ReplicationGroupCreateTime: new Date("TIMESTAMP"),
|
|
164
|
+
* // DataTiering: "enabled" || "disabled",
|
|
165
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
166
|
+
* // NetworkType: "ipv4" || "ipv6" || "dual_stack",
|
|
167
|
+
* // IpDiscovery: "ipv4" || "ipv6",
|
|
168
|
+
* // TransitEncryptionMode: "preferred" || "required",
|
|
169
|
+
* // },
|
|
170
|
+
* // };
|
|
171
|
+
*
|
|
51
172
|
* ```
|
|
52
173
|
*
|
|
53
174
|
* @param ModifyReplicationGroupShardConfigurationCommandInput - {@link ModifyReplicationGroupShardConfigurationCommandInput}
|
|
@@ -88,6 +209,8 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput extends M
|
|
|
88
209
|
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
89
210
|
* <p>The specified replication group does not exist.</p>
|
|
90
211
|
*
|
|
212
|
+
* @throws {@link ElastiCacheServiceException}
|
|
213
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
91
214
|
*
|
|
92
215
|
*/
|
|
93
216
|
export declare class ModifyReplicationGroupShardConfigurationCommand extends $Command<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -43,6 +43,23 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new ModifyUserCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // User
|
|
47
|
+
* // UserId: "STRING_VALUE",
|
|
48
|
+
* // UserName: "STRING_VALUE",
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // Engine: "STRING_VALUE",
|
|
51
|
+
* // MinimumEngineVersion: "STRING_VALUE",
|
|
52
|
+
* // AccessString: "STRING_VALUE",
|
|
53
|
+
* // UserGroupIds: [ // UserGroupIdList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // Authentication: { // Authentication
|
|
57
|
+
* // Type: "password" || "no-password" || "iam",
|
|
58
|
+
* // PasswordCount: Number("int"),
|
|
59
|
+
* // },
|
|
60
|
+
* // ARN: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
46
63
|
* ```
|
|
47
64
|
*
|
|
48
65
|
* @param ModifyUserCommandInput - {@link ModifyUserCommandInput}
|
|
@@ -66,6 +83,8 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {
|
|
|
66
83
|
* @throws {@link UserNotFoundFault} (client fault)
|
|
67
84
|
* <p>The user does not exist or could not be found.</p>
|
|
68
85
|
*
|
|
86
|
+
* @throws {@link ElastiCacheServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
69
88
|
*
|
|
70
89
|
*/
|
|
71
90
|
export declare class ModifyUserCommand extends $Command<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -37,6 +37,28 @@ export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new ModifyUserGroupCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UserGroup
|
|
41
|
+
* // UserGroupId: "STRING_VALUE",
|
|
42
|
+
* // Status: "STRING_VALUE",
|
|
43
|
+
* // Engine: "STRING_VALUE",
|
|
44
|
+
* // UserIds: [ // UserIdList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // MinimumEngineVersion: "STRING_VALUE",
|
|
48
|
+
* // PendingChanges: { // UserGroupPendingChanges
|
|
49
|
+
* // UserIdsToRemove: [
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // UserIdsToAdd: [
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // ReplicationGroups: [ // UGReplicationGroupIdList
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // ARN: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
40
62
|
* ```
|
|
41
63
|
*
|
|
42
64
|
* @param ModifyUserGroupCommandInput - {@link ModifyUserGroupCommandInput}
|
|
@@ -69,6 +91,8 @@ export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
69
91
|
* @throws {@link UserNotFoundFault} (client fault)
|
|
70
92
|
* <p>The user does not exist or could not be found.</p>
|
|
71
93
|
*
|
|
94
|
+
* @throws {@link ElastiCacheServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
72
96
|
*
|
|
73
97
|
*/
|
|
74
98
|
export declare class ModifyUserGroupCommand extends $Command<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -42,6 +42,29 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput extends Purchas
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new PurchaseReservedCacheNodesOfferingCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // PurchaseReservedCacheNodesOfferingResult
|
|
46
|
+
* // ReservedCacheNode: { // ReservedCacheNode
|
|
47
|
+
* // ReservedCacheNodeId: "STRING_VALUE",
|
|
48
|
+
* // ReservedCacheNodesOfferingId: "STRING_VALUE",
|
|
49
|
+
* // CacheNodeType: "STRING_VALUE",
|
|
50
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // Duration: Number("int"),
|
|
52
|
+
* // FixedPrice: Number("double"),
|
|
53
|
+
* // UsagePrice: Number("double"),
|
|
54
|
+
* // CacheNodeCount: Number("int"),
|
|
55
|
+
* // ProductDescription: "STRING_VALUE",
|
|
56
|
+
* // OfferingType: "STRING_VALUE",
|
|
57
|
+
* // State: "STRING_VALUE",
|
|
58
|
+
* // RecurringCharges: [ // RecurringChargeList
|
|
59
|
+
* // { // RecurringCharge
|
|
60
|
+
* // RecurringChargeAmount: Number("double"),
|
|
61
|
+
* // RecurringChargeFrequency: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // ReservationARN: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
45
68
|
* ```
|
|
46
69
|
*
|
|
47
70
|
* @param PurchaseReservedCacheNodesOfferingCommandInput - {@link PurchaseReservedCacheNodesOfferingCommandInput}
|
|
@@ -68,6 +91,8 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput extends Purchas
|
|
|
68
91
|
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
69
92
|
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
70
93
|
*
|
|
94
|
+
* @throws {@link ElastiCacheServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
71
96
|
*
|
|
72
97
|
* @example PurchaseReservedCacheNodesOfferings
|
|
73
98
|
* ```javascript
|
|
@@ -32,6 +32,37 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends Reb
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new RebalanceSlotsInGlobalReplicationGroupCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // RebalanceSlotsInGlobalReplicationGroupResult
|
|
36
|
+
* // GlobalReplicationGroup: { // GlobalReplicationGroup
|
|
37
|
+
* // GlobalReplicationGroupId: "STRING_VALUE",
|
|
38
|
+
* // GlobalReplicationGroupDescription: "STRING_VALUE",
|
|
39
|
+
* // Status: "STRING_VALUE",
|
|
40
|
+
* // CacheNodeType: "STRING_VALUE",
|
|
41
|
+
* // Engine: "STRING_VALUE",
|
|
42
|
+
* // EngineVersion: "STRING_VALUE",
|
|
43
|
+
* // Members: [ // GlobalReplicationGroupMemberList
|
|
44
|
+
* // { // GlobalReplicationGroupMember
|
|
45
|
+
* // ReplicationGroupId: "STRING_VALUE",
|
|
46
|
+
* // ReplicationGroupRegion: "STRING_VALUE",
|
|
47
|
+
* // Role: "STRING_VALUE",
|
|
48
|
+
* // AutomaticFailover: "enabled" || "disabled" || "enabling" || "disabling",
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // ClusterEnabled: true || false,
|
|
53
|
+
* // GlobalNodeGroups: [ // GlobalNodeGroupList
|
|
54
|
+
* // { // GlobalNodeGroup
|
|
55
|
+
* // GlobalNodeGroupId: "STRING_VALUE",
|
|
56
|
+
* // Slots: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // AuthTokenEnabled: true || false,
|
|
60
|
+
* // TransitEncryptionEnabled: true || false,
|
|
61
|
+
* // AtRestEncryptionEnabled: true || false,
|
|
62
|
+
* // ARN: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
35
66
|
* ```
|
|
36
67
|
*
|
|
37
68
|
* @param RebalanceSlotsInGlobalReplicationGroupCommandInput - {@link RebalanceSlotsInGlobalReplicationGroupCommandInput}
|
|
@@ -49,6 +80,8 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends Reb
|
|
|
49
80
|
* @throws {@link InvalidParameterValueException} (client fault)
|
|
50
81
|
* <p>The value for a parameter is invalid.</p>
|
|
51
82
|
*
|
|
83
|
+
* @throws {@link ElastiCacheServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
52
85
|
*
|
|
53
86
|
*/
|
|
54
87
|
export declare class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -44,6 +44,121 @@ export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResul
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new RebootCacheClusterCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // RebootCacheClusterResult
|
|
48
|
+
* // CacheCluster: { // CacheCluster
|
|
49
|
+
* // CacheClusterId: "STRING_VALUE",
|
|
50
|
+
* // ConfigurationEndpoint: { // Endpoint
|
|
51
|
+
* // Address: "STRING_VALUE",
|
|
52
|
+
* // Port: Number("int"),
|
|
53
|
+
* // },
|
|
54
|
+
* // ClientDownloadLandingPage: "STRING_VALUE",
|
|
55
|
+
* // CacheNodeType: "STRING_VALUE",
|
|
56
|
+
* // Engine: "STRING_VALUE",
|
|
57
|
+
* // EngineVersion: "STRING_VALUE",
|
|
58
|
+
* // CacheClusterStatus: "STRING_VALUE",
|
|
59
|
+
* // NumCacheNodes: Number("int"),
|
|
60
|
+
* // PreferredAvailabilityZone: "STRING_VALUE",
|
|
61
|
+
* // PreferredOutpostArn: "STRING_VALUE",
|
|
62
|
+
* // CacheClusterCreateTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
64
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
65
|
+
* // NumCacheNodes: Number("int"),
|
|
66
|
+
* // CacheNodeIdsToRemove: [ // CacheNodeIdsList
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // EngineVersion: "STRING_VALUE",
|
|
70
|
+
* // CacheNodeType: "STRING_VALUE",
|
|
71
|
+
* // AuthTokenStatus: "SETTING" || "ROTATING",
|
|
72
|
+
* // LogDeliveryConfigurations: [ // PendingLogDeliveryConfigurationList
|
|
73
|
+
* // { // PendingLogDeliveryConfiguration
|
|
74
|
+
* // LogType: "slow-log" || "engine-log",
|
|
75
|
+
* // DestinationType: "cloudwatch-logs" || "kinesis-firehose",
|
|
76
|
+
* // DestinationDetails: { // DestinationDetails
|
|
77
|
+
* // CloudWatchLogsDetails: { // CloudWatchLogsDestinationDetails
|
|
78
|
+
* // LogGroup: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // KinesisFirehoseDetails: { // KinesisFirehoseDestinationDetails
|
|
81
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // },
|
|
84
|
+
* // LogFormat: "text" || "json",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // TransitEncryptionEnabled: true || false,
|
|
88
|
+
* // TransitEncryptionMode: "preferred" || "required",
|
|
89
|
+
* // },
|
|
90
|
+
* // NotificationConfiguration: { // NotificationConfiguration
|
|
91
|
+
* // TopicArn: "STRING_VALUE",
|
|
92
|
+
* // TopicStatus: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // CacheSecurityGroups: [ // CacheSecurityGroupMembershipList
|
|
95
|
+
* // { // CacheSecurityGroupMembership
|
|
96
|
+
* // CacheSecurityGroupName: "STRING_VALUE",
|
|
97
|
+
* // Status: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // CacheParameterGroup: { // CacheParameterGroupStatus
|
|
101
|
+
* // CacheParameterGroupName: "STRING_VALUE",
|
|
102
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
103
|
+
* // CacheNodeIdsToReboot: [
|
|
104
|
+
* // "STRING_VALUE",
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
107
|
+
* // CacheSubnetGroupName: "STRING_VALUE",
|
|
108
|
+
* // CacheNodes: [ // CacheNodeList
|
|
109
|
+
* // { // CacheNode
|
|
110
|
+
* // CacheNodeId: "STRING_VALUE",
|
|
111
|
+
* // CacheNodeStatus: "STRING_VALUE",
|
|
112
|
+
* // CacheNodeCreateTime: new Date("TIMESTAMP"),
|
|
113
|
+
* // Endpoint: {
|
|
114
|
+
* // Address: "STRING_VALUE",
|
|
115
|
+
* // Port: Number("int"),
|
|
116
|
+
* // },
|
|
117
|
+
* // ParameterGroupStatus: "STRING_VALUE",
|
|
118
|
+
* // SourceCacheNodeId: "STRING_VALUE",
|
|
119
|
+
* // CustomerAvailabilityZone: "STRING_VALUE",
|
|
120
|
+
* // CustomerOutpostArn: "STRING_VALUE",
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
124
|
+
* // SecurityGroups: [ // SecurityGroupMembershipList
|
|
125
|
+
* // { // SecurityGroupMembership
|
|
126
|
+
* // SecurityGroupId: "STRING_VALUE",
|
|
127
|
+
* // Status: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // ReplicationGroupId: "STRING_VALUE",
|
|
131
|
+
* // SnapshotRetentionLimit: Number("int"),
|
|
132
|
+
* // SnapshotWindow: "STRING_VALUE",
|
|
133
|
+
* // AuthTokenEnabled: true || false,
|
|
134
|
+
* // AuthTokenLastModifiedDate: new Date("TIMESTAMP"),
|
|
135
|
+
* // TransitEncryptionEnabled: true || false,
|
|
136
|
+
* // AtRestEncryptionEnabled: true || false,
|
|
137
|
+
* // ARN: "STRING_VALUE",
|
|
138
|
+
* // ReplicationGroupLogDeliveryEnabled: true || false,
|
|
139
|
+
* // LogDeliveryConfigurations: [ // LogDeliveryConfigurationList
|
|
140
|
+
* // { // LogDeliveryConfiguration
|
|
141
|
+
* // LogType: "slow-log" || "engine-log",
|
|
142
|
+
* // DestinationType: "cloudwatch-logs" || "kinesis-firehose",
|
|
143
|
+
* // DestinationDetails: {
|
|
144
|
+
* // CloudWatchLogsDetails: {
|
|
145
|
+
* // LogGroup: "STRING_VALUE",
|
|
146
|
+
* // },
|
|
147
|
+
* // KinesisFirehoseDetails: {
|
|
148
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // },
|
|
151
|
+
* // LogFormat: "text" || "json",
|
|
152
|
+
* // Status: "active" || "enabling" || "modifying" || "disabling" || "error",
|
|
153
|
+
* // Message: "STRING_VALUE",
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // NetworkType: "ipv4" || "ipv6" || "dual_stack",
|
|
157
|
+
* // IpDiscovery: "ipv4" || "ipv6",
|
|
158
|
+
* // TransitEncryptionMode: "preferred" || "required",
|
|
159
|
+
* // },
|
|
160
|
+
* // };
|
|
161
|
+
*
|
|
47
162
|
* ```
|
|
48
163
|
*
|
|
49
164
|
* @param RebootCacheClusterCommandInput - {@link RebootCacheClusterCommandInput}
|
|
@@ -58,6 +173,8 @@ export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResul
|
|
|
58
173
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
59
174
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
60
175
|
*
|
|
176
|
+
* @throws {@link ElastiCacheServiceException}
|
|
177
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
61
178
|
*
|
|
62
179
|
* @example RebootCacheCluster
|
|
63
180
|
* ```javascript
|
|
@@ -37,6 +37,15 @@ export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __M
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // TagListMessage
|
|
41
|
+
* // TagList: [ // TagList
|
|
42
|
+
* // { // Tag
|
|
43
|
+
* // Key: "STRING_VALUE",
|
|
44
|
+
* // Value: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
40
49
|
* ```
|
|
41
50
|
*
|
|
42
51
|
* @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
|
|
@@ -81,6 +90,8 @@ export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __M
|
|
|
81
90
|
* @throws {@link UserNotFoundFault} (client fault)
|
|
82
91
|
* <p>The user does not exist or could not be found.</p>
|
|
83
92
|
*
|
|
93
|
+
* @throws {@link ElastiCacheServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
84
95
|
*
|
|
85
96
|
* @example RemoveTagsFromResource
|
|
86
97
|
* ```javascript
|
|
@@ -41,6 +41,10 @@ export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGro
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new ResetCacheParameterGroupCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CacheParameterGroupNameMessage
|
|
45
|
+
* // CacheParameterGroupName: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param ResetCacheParameterGroupCommandInput - {@link ResetCacheParameterGroupCommandInput}
|
|
@@ -64,6 +68,8 @@ export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGro
|
|
|
64
68
|
* @throws {@link InvalidParameterValueException} (client fault)
|
|
65
69
|
* <p>The value for a parameter is invalid.</p>
|
|
66
70
|
*
|
|
71
|
+
* @throws {@link ElastiCacheServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
67
73
|
*
|
|
68
74
|
* @example ResetCacheParameterGroup
|
|
69
75
|
* ```javascript
|
|
@@ -35,6 +35,22 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCach
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new RevokeCacheSecurityGroupIngressCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // RevokeCacheSecurityGroupIngressResult
|
|
39
|
+
* // CacheSecurityGroup: { // CacheSecurityGroup
|
|
40
|
+
* // OwnerId: "STRING_VALUE",
|
|
41
|
+
* // CacheSecurityGroupName: "STRING_VALUE",
|
|
42
|
+
* // Description: "STRING_VALUE",
|
|
43
|
+
* // EC2SecurityGroups: [ // EC2SecurityGroupList
|
|
44
|
+
* // { // EC2SecurityGroup
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // EC2SecurityGroupName: "STRING_VALUE",
|
|
47
|
+
* // EC2SecurityGroupOwnerId: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // ARN: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param RevokeCacheSecurityGroupIngressCommandInput - {@link RevokeCacheSecurityGroupIngressCommandInput}
|
|
@@ -58,6 +74,8 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCach
|
|
|
58
74
|
* @throws {@link InvalidParameterValueException} (client fault)
|
|
59
75
|
* <p>The value for a parameter is invalid.</p>
|
|
60
76
|
*
|
|
77
|
+
* @throws {@link ElastiCacheServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
61
79
|
*
|
|
62
80
|
* @example DescribeCacheSecurityGroups
|
|
63
81
|
* ```javascript
|
|
@@ -37,6 +37,127 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new StartMigrationCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // StartMigrationResponse
|
|
41
|
+
* // ReplicationGroup: { // ReplicationGroup
|
|
42
|
+
* // ReplicationGroupId: "STRING_VALUE",
|
|
43
|
+
* // Description: "STRING_VALUE",
|
|
44
|
+
* // GlobalReplicationGroupInfo: { // GlobalReplicationGroupInfo
|
|
45
|
+
* // GlobalReplicationGroupId: "STRING_VALUE",
|
|
46
|
+
* // GlobalReplicationGroupMemberRole: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // Status: "STRING_VALUE",
|
|
49
|
+
* // PendingModifiedValues: { // ReplicationGroupPendingModifiedValues
|
|
50
|
+
* // PrimaryClusterId: "STRING_VALUE",
|
|
51
|
+
* // AutomaticFailoverStatus: "enabled" || "disabled",
|
|
52
|
+
* // Resharding: { // ReshardingStatus
|
|
53
|
+
* // SlotMigration: { // SlotMigration
|
|
54
|
+
* // ProgressPercentage: Number("double"),
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // AuthTokenStatus: "SETTING" || "ROTATING",
|
|
58
|
+
* // UserGroups: { // UserGroupsUpdateStatus
|
|
59
|
+
* // UserGroupIdsToAdd: [ // UserGroupIdList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // UserGroupIdsToRemove: [
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
66
|
+
* // LogDeliveryConfigurations: [ // PendingLogDeliveryConfigurationList
|
|
67
|
+
* // { // PendingLogDeliveryConfiguration
|
|
68
|
+
* // LogType: "slow-log" || "engine-log",
|
|
69
|
+
* // DestinationType: "cloudwatch-logs" || "kinesis-firehose",
|
|
70
|
+
* // DestinationDetails: { // DestinationDetails
|
|
71
|
+
* // CloudWatchLogsDetails: { // CloudWatchLogsDestinationDetails
|
|
72
|
+
* // LogGroup: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // KinesisFirehoseDetails: { // KinesisFirehoseDestinationDetails
|
|
75
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // LogFormat: "text" || "json",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // TransitEncryptionEnabled: true || false,
|
|
82
|
+
* // TransitEncryptionMode: "preferred" || "required",
|
|
83
|
+
* // },
|
|
84
|
+
* // MemberClusters: [ // ClusterIdList
|
|
85
|
+
* // "STRING_VALUE",
|
|
86
|
+
* // ],
|
|
87
|
+
* // NodeGroups: [ // NodeGroupList
|
|
88
|
+
* // { // NodeGroup
|
|
89
|
+
* // NodeGroupId: "STRING_VALUE",
|
|
90
|
+
* // Status: "STRING_VALUE",
|
|
91
|
+
* // PrimaryEndpoint: { // Endpoint
|
|
92
|
+
* // Address: "STRING_VALUE",
|
|
93
|
+
* // Port: Number("int"),
|
|
94
|
+
* // },
|
|
95
|
+
* // ReaderEndpoint: {
|
|
96
|
+
* // Address: "STRING_VALUE",
|
|
97
|
+
* // Port: Number("int"),
|
|
98
|
+
* // },
|
|
99
|
+
* // Slots: "STRING_VALUE",
|
|
100
|
+
* // NodeGroupMembers: [ // NodeGroupMemberList
|
|
101
|
+
* // { // NodeGroupMember
|
|
102
|
+
* // CacheClusterId: "STRING_VALUE",
|
|
103
|
+
* // CacheNodeId: "STRING_VALUE",
|
|
104
|
+
* // ReadEndpoint: {
|
|
105
|
+
* // Address: "STRING_VALUE",
|
|
106
|
+
* // Port: Number("int"),
|
|
107
|
+
* // },
|
|
108
|
+
* // PreferredAvailabilityZone: "STRING_VALUE",
|
|
109
|
+
* // PreferredOutpostArn: "STRING_VALUE",
|
|
110
|
+
* // CurrentRole: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // ],
|
|
113
|
+
* // },
|
|
114
|
+
* // ],
|
|
115
|
+
* // SnapshottingClusterId: "STRING_VALUE",
|
|
116
|
+
* // AutomaticFailover: "enabled" || "disabled" || "enabling" || "disabling",
|
|
117
|
+
* // MultiAZ: "enabled" || "disabled",
|
|
118
|
+
* // ConfigurationEndpoint: "<Endpoint>",
|
|
119
|
+
* // SnapshotRetentionLimit: Number("int"),
|
|
120
|
+
* // SnapshotWindow: "STRING_VALUE",
|
|
121
|
+
* // ClusterEnabled: true || false,
|
|
122
|
+
* // CacheNodeType: "STRING_VALUE",
|
|
123
|
+
* // AuthTokenEnabled: true || false,
|
|
124
|
+
* // AuthTokenLastModifiedDate: new Date("TIMESTAMP"),
|
|
125
|
+
* // TransitEncryptionEnabled: true || false,
|
|
126
|
+
* // AtRestEncryptionEnabled: true || false,
|
|
127
|
+
* // MemberClustersOutpostArns: [ // ReplicationGroupOutpostArnList
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
131
|
+
* // ARN: "STRING_VALUE",
|
|
132
|
+
* // UserGroupIds: [
|
|
133
|
+
* // "STRING_VALUE",
|
|
134
|
+
* // ],
|
|
135
|
+
* // LogDeliveryConfigurations: [ // LogDeliveryConfigurationList
|
|
136
|
+
* // { // LogDeliveryConfiguration
|
|
137
|
+
* // LogType: "slow-log" || "engine-log",
|
|
138
|
+
* // DestinationType: "cloudwatch-logs" || "kinesis-firehose",
|
|
139
|
+
* // DestinationDetails: {
|
|
140
|
+
* // CloudWatchLogsDetails: {
|
|
141
|
+
* // LogGroup: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // KinesisFirehoseDetails: {
|
|
144
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
145
|
+
* // },
|
|
146
|
+
* // },
|
|
147
|
+
* // LogFormat: "text" || "json",
|
|
148
|
+
* // Status: "active" || "enabling" || "modifying" || "disabling" || "error",
|
|
149
|
+
* // Message: "STRING_VALUE",
|
|
150
|
+
* // },
|
|
151
|
+
* // ],
|
|
152
|
+
* // ReplicationGroupCreateTime: new Date("TIMESTAMP"),
|
|
153
|
+
* // DataTiering: "enabled" || "disabled",
|
|
154
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
155
|
+
* // NetworkType: "ipv4" || "ipv6" || "dual_stack",
|
|
156
|
+
* // IpDiscovery: "ipv4" || "ipv6",
|
|
157
|
+
* // TransitEncryptionMode: "preferred" || "required",
|
|
158
|
+
* // },
|
|
159
|
+
* // };
|
|
160
|
+
*
|
|
40
161
|
* ```
|
|
41
162
|
*
|
|
42
163
|
* @param StartMigrationCommandInput - {@link StartMigrationCommandInput}
|
|
@@ -57,6 +178,8 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M
|
|
|
57
178
|
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
58
179
|
* <p>The specified replication group does not exist.</p>
|
|
59
180
|
*
|
|
181
|
+
* @throws {@link ElastiCacheServiceException}
|
|
182
|
+
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
60
183
|
*
|
|
61
184
|
*/
|
|
62
185
|
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|