@aws-sdk/client-elasticache 3.202.0 → 3.205.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/CHANGELOG.md +22 -0
- package/dist-cjs/models/models_0.js +43 -6
- package/dist-cjs/protocols/Aws_query.js +55 -0
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/models/models_0.js +37 -0
- package/dist-es/protocols/Aws_query.js +55 -0
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/ElastiCache.d.ts +1 -1
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +179 -377
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +43 -11
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +5 -4
|
@@ -6,8 +6,6 @@ import { ElastiCacheClientConfig } from "./ElastiCacheClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
23
21
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -6,8 +6,6 @@ import { ElastiCacheClientConfig } from "./ElastiCacheClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
23
21
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -5,6 +5,8 @@ import { ElastiCacheClientConfig } from "./ElastiCacheClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
10
|
disableHostPrefix: boolean;
|
|
9
11
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
12
|
logger?: __Logger | undefined;
|
|
@@ -228,6 +228,10 @@ export interface GlobalReplicationGroupInfo {
|
|
|
228
228
|
GlobalReplicationGroupId?: string;
|
|
229
229
|
GlobalReplicationGroupMemberRole?: string;
|
|
230
230
|
}
|
|
231
|
+
export declare enum IpDiscovery {
|
|
232
|
+
IPV4 = "ipv4",
|
|
233
|
+
IPV6 = "ipv6",
|
|
234
|
+
}
|
|
231
235
|
export interface CloudWatchLogsDestinationDetails {
|
|
232
236
|
LogGroup?: string;
|
|
233
237
|
}
|
|
@@ -269,6 +273,11 @@ export declare enum MultiAZStatus {
|
|
|
269
273
|
DISABLED = "disabled",
|
|
270
274
|
ENABLED = "enabled",
|
|
271
275
|
}
|
|
276
|
+
export declare enum NetworkType {
|
|
277
|
+
DUAL_STACK = "dual_stack",
|
|
278
|
+
IPV4 = "ipv4",
|
|
279
|
+
IPV6 = "ipv6",
|
|
280
|
+
}
|
|
272
281
|
export interface NodeGroupMember {
|
|
273
282
|
CacheClusterId?: string;
|
|
274
283
|
CacheNodeId?: string;
|
|
@@ -285,7 +294,10 @@ export interface NodeGroup {
|
|
|
285
294
|
Slots?: string;
|
|
286
295
|
NodeGroupMembers?: NodeGroupMember[];
|
|
287
296
|
}
|
|
288
|
-
export declare
|
|
297
|
+
export declare enum AuthTokenUpdateStatus {
|
|
298
|
+
ROTATING = "ROTATING",
|
|
299
|
+
SETTING = "SETTING",
|
|
300
|
+
}
|
|
289
301
|
export declare enum PendingAutomaticFailoverStatus {
|
|
290
302
|
DISABLED = "disabled",
|
|
291
303
|
ENABLED = "enabled",
|
|
@@ -342,6 +354,8 @@ export interface ReplicationGroup {
|
|
|
342
354
|
ReplicationGroupCreateTime?: Date;
|
|
343
355
|
DataTiering?: DataTieringStatus | string;
|
|
344
356
|
AutoMinorVersionUpgrade?: boolean;
|
|
357
|
+
NetworkType?: NetworkType | string;
|
|
358
|
+
IpDiscovery?: IpDiscovery | string;
|
|
345
359
|
}
|
|
346
360
|
export interface CompleteMigrationResponse {
|
|
347
361
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -496,6 +510,8 @@ export interface CreateCacheClusterMessage {
|
|
|
496
510
|
PreferredOutpostArns?: string[];
|
|
497
511
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
498
512
|
TransitEncryptionEnabled?: boolean;
|
|
513
|
+
NetworkType?: NetworkType | string;
|
|
514
|
+
IpDiscovery?: IpDiscovery | string;
|
|
499
515
|
}
|
|
500
516
|
export interface CacheNode {
|
|
501
517
|
CacheNodeId?: string;
|
|
@@ -563,6 +579,8 @@ export interface CacheCluster {
|
|
|
563
579
|
ARN?: string;
|
|
564
580
|
ReplicationGroupLogDeliveryEnabled?: boolean;
|
|
565
581
|
LogDeliveryConfigurations?: LogDeliveryConfiguration[];
|
|
582
|
+
NetworkType?: NetworkType | string;
|
|
583
|
+
IpDiscovery?: IpDiscovery | string;
|
|
566
584
|
}
|
|
567
585
|
export interface CreateCacheClusterResult {
|
|
568
586
|
CacheCluster?: CacheCluster;
|
|
@@ -721,6 +739,7 @@ export interface Subnet {
|
|
|
721
739
|
SubnetIdentifier?: string;
|
|
722
740
|
SubnetAvailabilityZone?: AvailabilityZone;
|
|
723
741
|
SubnetOutpost?: SubnetOutpost;
|
|
742
|
+
SupportedNetworkTypes?: (NetworkType | string)[];
|
|
724
743
|
}
|
|
725
744
|
export interface CacheSubnetGroup {
|
|
726
745
|
CacheSubnetGroupName?: string;
|
|
@@ -728,6 +747,7 @@ export interface CacheSubnetGroup {
|
|
|
728
747
|
VpcId?: string;
|
|
729
748
|
Subnets?: Subnet[];
|
|
730
749
|
ARN?: string;
|
|
750
|
+
SupportedNetworkTypes?: (NetworkType | string)[];
|
|
731
751
|
}
|
|
732
752
|
export interface CreateCacheSubnetGroupResult {
|
|
733
753
|
CacheSubnetGroup?: CacheSubnetGroup;
|
|
@@ -830,6 +850,8 @@ export interface CreateReplicationGroupMessage {
|
|
|
830
850
|
UserGroupIds?: string[];
|
|
831
851
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
832
852
|
DataTieringEnabled?: boolean;
|
|
853
|
+
NetworkType?: NetworkType | string;
|
|
854
|
+
IpDiscovery?: IpDiscovery | string;
|
|
833
855
|
}
|
|
834
856
|
export interface CreateReplicationGroupResult {
|
|
835
857
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -1139,7 +1161,10 @@ export interface CacheNodeTypeSpecificValue {
|
|
|
1139
1161
|
CacheNodeType?: string;
|
|
1140
1162
|
Value?: string;
|
|
1141
1163
|
}
|
|
1142
|
-
export declare
|
|
1164
|
+
export declare enum ChangeType {
|
|
1165
|
+
immediate = "immediate",
|
|
1166
|
+
requires_reboot = "requires-reboot",
|
|
1167
|
+
}
|
|
1143
1168
|
export interface CacheNodeTypeSpecificParameter {
|
|
1144
1169
|
ParameterName?: string;
|
|
1145
1170
|
Description?: string;
|
|
@@ -1205,14 +1230,15 @@ export interface EngineDefaults {
|
|
|
1205
1230
|
export interface DescribeEngineDefaultParametersResult {
|
|
1206
1231
|
EngineDefaults?: EngineDefaults;
|
|
1207
1232
|
}
|
|
1208
|
-
export declare
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1233
|
+
export declare enum SourceType {
|
|
1234
|
+
cache_cluster = "cache-cluster",
|
|
1235
|
+
cache_parameter_group = "cache-parameter-group",
|
|
1236
|
+
cache_security_group = "cache-security-group",
|
|
1237
|
+
cache_subnet_group = "cache-subnet-group",
|
|
1238
|
+
replication_group = "replication-group",
|
|
1239
|
+
user = "user",
|
|
1240
|
+
user_group = "user-group",
|
|
1241
|
+
}
|
|
1216
1242
|
export interface DescribeEventsMessage {
|
|
1217
1243
|
SourceIdentifier?: string;
|
|
1218
1244
|
SourceType?: SourceType | string;
|
|
@@ -1528,7 +1554,11 @@ export interface ListAllowedNodeTypeModificationsMessage {
|
|
|
1528
1554
|
export interface ListTagsForResourceMessage {
|
|
1529
1555
|
ResourceName: string | undefined;
|
|
1530
1556
|
}
|
|
1531
|
-
export declare
|
|
1557
|
+
export declare enum AuthTokenUpdateStrategyType {
|
|
1558
|
+
DELETE = "DELETE",
|
|
1559
|
+
ROTATE = "ROTATE",
|
|
1560
|
+
SET = "SET",
|
|
1561
|
+
}
|
|
1532
1562
|
export interface ModifyCacheClusterMessage {
|
|
1533
1563
|
CacheClusterId: string | undefined;
|
|
1534
1564
|
NumCacheNodes?: number;
|
|
@@ -1550,6 +1580,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
1550
1580
|
AuthToken?: string;
|
|
1551
1581
|
AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType | string;
|
|
1552
1582
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
1583
|
+
IpDiscovery?: IpDiscovery | string;
|
|
1553
1584
|
}
|
|
1554
1585
|
export interface ModifyCacheClusterResult {
|
|
1555
1586
|
CacheCluster?: CacheCluster;
|
|
@@ -1616,6 +1647,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
1616
1647
|
UserGroupIdsToRemove?: string[];
|
|
1617
1648
|
RemoveUserGroups?: boolean;
|
|
1618
1649
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
1650
|
+
IpDiscovery?: IpDiscovery | string;
|
|
1619
1651
|
}
|
|
1620
1652
|
export interface ModifyReplicationGroupResult {
|
|
1621
1653
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -5,8 +5,6 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
5
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
6
|
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
8
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider: (
|
|
12
10
|
input: any
|
|
@@ -33,6 +31,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
33
31
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
32
|
apiVersion: string;
|
|
35
33
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
@@ -5,8 +5,6 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
5
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
6
|
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
8
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider: (
|
|
12
10
|
input: any
|
|
@@ -33,6 +31,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
33
31
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
32
|
apiVersion: string;
|
|
35
33
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
@@ -2,6 +2,8 @@ import { Logger as __Logger } from "@aws-sdk/types";
|
|
|
2
2
|
import { ElastiCacheClientConfig } from "./ElastiCacheClient";
|
|
3
3
|
export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
6
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
5
7
|
disableHostPrefix: boolean;
|
|
6
8
|
endpointProvider: (
|
|
7
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticache",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.205.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.204.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.201.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.204.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.204.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.201.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.201.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.201.0",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@aws-sdk/smithy-client": "3.201.0",
|
|
42
42
|
"@aws-sdk/types": "3.201.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.201.0",
|
|
44
|
+
"@aws-sdk/util-base64": "3.202.0",
|
|
44
45
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
45
46
|
"@aws-sdk/util-base64-node": "3.201.0",
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|