@aws-sdk/client-dax 3.408.0 → 3.409.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +25 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +24 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
- package/dist-types/commands/RebootNodeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +49 -5
- package/dist-types/ts3.4/models/models_0.d.ts +29 -5
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://dax-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://dax-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://dax.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://dax.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SubnetInUse = exports.TagNotFoundFault = exports.InvalidARNFault = exports.SubnetGroupInUseFault = exports.NodeNotFoundFault = exports.ClusterNotFoundFault = exports.SubnetQuotaExceededFault = exports.SubnetGroupQuotaExceededFault = exports.SubnetGroupAlreadyExistsFault = exports.InvalidSubnet = exports.ParameterGroupQuotaExceededFault = exports.ParameterGroupAlreadyExistsFault = exports.TagQuotaPerResourceExceeded = exports.SubnetGroupNotFoundFault = exports.ServiceQuotaExceededException = exports.ServiceLinkedRoleNotFoundFault = exports.ParameterGroupNotFoundFault = exports.NodeQuotaForCustomerExceededFault = exports.NodeQuotaForClusterExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidParameterValueException = exports.InvalidParameterGroupStateFault = exports.InvalidParameterCombinationException = exports.InvalidClusterStateFault = exports.InsufficientClusterCapacityFault = exports.ClusterEndpointEncryptionType = exports.ClusterQuotaForCustomerExceededFault = exports.ClusterAlreadyExistsFault = void 0;
|
|
3
|
+
exports.SubnetInUse = exports.TagNotFoundFault = exports.InvalidARNFault = exports.SourceType = exports.ParameterType = exports.IsModifiable = exports.ChangeType = exports.SubnetGroupInUseFault = exports.NodeNotFoundFault = exports.ClusterNotFoundFault = exports.SubnetQuotaExceededFault = exports.SubnetGroupQuotaExceededFault = exports.SubnetGroupAlreadyExistsFault = exports.InvalidSubnet = exports.ParameterGroupQuotaExceededFault = exports.ParameterGroupAlreadyExistsFault = exports.TagQuotaPerResourceExceeded = exports.SubnetGroupNotFoundFault = exports.ServiceQuotaExceededException = exports.ServiceLinkedRoleNotFoundFault = exports.ParameterGroupNotFoundFault = exports.NodeQuotaForCustomerExceededFault = exports.NodeQuotaForClusterExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidParameterValueException = exports.InvalidParameterGroupStateFault = exports.InvalidParameterCombinationException = exports.InvalidClusterStateFault = exports.InsufficientClusterCapacityFault = exports.SSEStatus = exports.ClusterEndpointEncryptionType = exports.ClusterQuotaForCustomerExceededFault = exports.ClusterAlreadyExistsFault = void 0;
|
|
4
4
|
const DAXServiceException_1 = require("./DAXServiceException");
|
|
5
5
|
class ClusterAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -32,6 +32,12 @@ exports.ClusterEndpointEncryptionType = {
|
|
|
32
32
|
NONE: "NONE",
|
|
33
33
|
TLS: "TLS",
|
|
34
34
|
};
|
|
35
|
+
exports.SSEStatus = {
|
|
36
|
+
DISABLED: "DISABLED",
|
|
37
|
+
DISABLING: "DISABLING",
|
|
38
|
+
ENABLED: "ENABLED",
|
|
39
|
+
ENABLING: "ENABLING",
|
|
40
|
+
};
|
|
35
41
|
class InsufficientClusterCapacityFault extends DAXServiceException_1.DAXServiceException {
|
|
36
42
|
constructor(opts) {
|
|
37
43
|
super({
|
|
@@ -318,6 +324,24 @@ class SubnetGroupInUseFault extends DAXServiceException_1.DAXServiceException {
|
|
|
318
324
|
}
|
|
319
325
|
}
|
|
320
326
|
exports.SubnetGroupInUseFault = SubnetGroupInUseFault;
|
|
327
|
+
exports.ChangeType = {
|
|
328
|
+
IMMEDIATE: "IMMEDIATE",
|
|
329
|
+
REQUIRES_REBOOT: "REQUIRES_REBOOT",
|
|
330
|
+
};
|
|
331
|
+
exports.IsModifiable = {
|
|
332
|
+
CONDITIONAL: "CONDITIONAL",
|
|
333
|
+
FALSE: "FALSE",
|
|
334
|
+
TRUE: "TRUE",
|
|
335
|
+
};
|
|
336
|
+
exports.ParameterType = {
|
|
337
|
+
DEFAULT: "DEFAULT",
|
|
338
|
+
NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC",
|
|
339
|
+
};
|
|
340
|
+
exports.SourceType = {
|
|
341
|
+
CLUSTER: "CLUSTER",
|
|
342
|
+
PARAMETER_GROUP: "PARAMETER_GROUP",
|
|
343
|
+
SUBNET_GROUP: "SUBNET_GROUP",
|
|
344
|
+
};
|
|
321
345
|
class InvalidARNFault extends DAXServiceException_1.DAXServiceException {
|
|
322
346
|
constructor(opts) {
|
|
323
347
|
super({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://dax-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://dax-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://dax.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://dax.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -27,6 +27,12 @@ export const ClusterEndpointEncryptionType = {
|
|
|
27
27
|
NONE: "NONE",
|
|
28
28
|
TLS: "TLS",
|
|
29
29
|
};
|
|
30
|
+
export const SSEStatus = {
|
|
31
|
+
DISABLED: "DISABLED",
|
|
32
|
+
DISABLING: "DISABLING",
|
|
33
|
+
ENABLED: "ENABLED",
|
|
34
|
+
ENABLING: "ENABLING",
|
|
35
|
+
};
|
|
30
36
|
export class InsufficientClusterCapacityFault extends __BaseException {
|
|
31
37
|
constructor(opts) {
|
|
32
38
|
super({
|
|
@@ -291,6 +297,24 @@ export class SubnetGroupInUseFault extends __BaseException {
|
|
|
291
297
|
Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype);
|
|
292
298
|
}
|
|
293
299
|
}
|
|
300
|
+
export const ChangeType = {
|
|
301
|
+
IMMEDIATE: "IMMEDIATE",
|
|
302
|
+
REQUIRES_REBOOT: "REQUIRES_REBOOT",
|
|
303
|
+
};
|
|
304
|
+
export const IsModifiable = {
|
|
305
|
+
CONDITIONAL: "CONDITIONAL",
|
|
306
|
+
FALSE: "FALSE",
|
|
307
|
+
TRUE: "TRUE",
|
|
308
|
+
};
|
|
309
|
+
export const ParameterType = {
|
|
310
|
+
DEFAULT: "DEFAULT",
|
|
311
|
+
NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC",
|
|
312
|
+
};
|
|
313
|
+
export const SourceType = {
|
|
314
|
+
CLUSTER: "CLUSTER",
|
|
315
|
+
PARAMETER_GROUP: "PARAMETER_GROUP",
|
|
316
|
+
SUBNET_GROUP: "SUBNET_GROUP",
|
|
317
|
+
};
|
|
294
318
|
export class InvalidARNFault extends __BaseException {
|
|
295
319
|
constructor(opts) {
|
|
296
320
|
super({
|
|
@@ -55,7 +55,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
55
55
|
* SSESpecification: { // SSESpecification
|
|
56
56
|
* Enabled: true || false, // required
|
|
57
57
|
* },
|
|
58
|
-
* ClusterEndpointEncryptionType: "
|
|
58
|
+
* ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
59
59
|
* };
|
|
60
60
|
* const command = new CreateClusterCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
@@ -111,9 +111,9 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
111
111
|
* // ],
|
|
112
112
|
* // },
|
|
113
113
|
* // SSEDescription: { // SSEDescription
|
|
114
|
-
* // Status: "
|
|
114
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
115
115
|
* // },
|
|
116
|
-
* // ClusterEndpointEncryptionType: "
|
|
116
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
117
117
|
* // },
|
|
118
118
|
* // };
|
|
119
119
|
*
|
|
@@ -97,9 +97,9 @@ export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicat
|
|
|
97
97
|
* // ],
|
|
98
98
|
* // },
|
|
99
99
|
* // SSEDescription: { // SSEDescription
|
|
100
|
-
* // Status: "
|
|
100
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
101
101
|
* // },
|
|
102
|
-
* // ClusterEndpointEncryptionType: "
|
|
102
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
103
103
|
* // },
|
|
104
104
|
* // };
|
|
105
105
|
*
|
|
@@ -91,9 +91,9 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
91
91
|
* // ],
|
|
92
92
|
* // },
|
|
93
93
|
* // SSEDescription: { // SSEDescription
|
|
94
|
-
* // Status: "
|
|
94
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
95
95
|
* // },
|
|
96
|
-
* // ClusterEndpointEncryptionType: "
|
|
96
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
97
97
|
* // },
|
|
98
98
|
* // };
|
|
99
99
|
*
|
|
@@ -105,9 +105,9 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
|
|
|
105
105
|
* // ],
|
|
106
106
|
* // },
|
|
107
107
|
* // SSEDescription: { // SSEDescription
|
|
108
|
-
* // Status: "
|
|
108
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
109
109
|
* // },
|
|
110
|
-
* // ClusterEndpointEncryptionType: "
|
|
110
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
111
111
|
* // },
|
|
112
112
|
* // ],
|
|
113
113
|
* // };
|
|
@@ -42,7 +42,7 @@ export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultP
|
|
|
42
42
|
* // Parameters: [ // ParameterList
|
|
43
43
|
* // { // Parameter
|
|
44
44
|
* // ParameterName: "STRING_VALUE",
|
|
45
|
-
* // ParameterType: "
|
|
45
|
+
* // ParameterType: "DEFAULT" || "NODE_TYPE_SPECIFIC",
|
|
46
46
|
* // ParameterValue: "STRING_VALUE",
|
|
47
47
|
* // NodeTypeSpecificValues: [ // NodeTypeSpecificValueList
|
|
48
48
|
* // { // NodeTypeSpecificValue
|
|
@@ -54,8 +54,8 @@ export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultP
|
|
|
54
54
|
* // Source: "STRING_VALUE",
|
|
55
55
|
* // DataType: "STRING_VALUE",
|
|
56
56
|
* // AllowedValues: "STRING_VALUE",
|
|
57
|
-
* // IsModifiable: "
|
|
58
|
-
* // ChangeType: "
|
|
57
|
+
* // IsModifiable: "TRUE" || "FALSE" || "CONDITIONAL",
|
|
58
|
+
* // ChangeType: "IMMEDIATE" || "REQUIRES_REBOOT",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
61
61
|
* // };
|
|
@@ -36,7 +36,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
|
|
|
36
36
|
* const client = new DAXClient(config);
|
|
37
37
|
* const input = { // DescribeEventsRequest
|
|
38
38
|
* SourceName: "STRING_VALUE",
|
|
39
|
-
* SourceType: "
|
|
39
|
+
* SourceType: "CLUSTER" || "PARAMETER_GROUP" || "SUBNET_GROUP",
|
|
40
40
|
* StartTime: new Date("TIMESTAMP"),
|
|
41
41
|
* EndTime: new Date("TIMESTAMP"),
|
|
42
42
|
* Duration: Number("int"),
|
|
@@ -50,7 +50,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
|
|
|
50
50
|
* // Events: [ // EventList
|
|
51
51
|
* // { // Event
|
|
52
52
|
* // SourceName: "STRING_VALUE",
|
|
53
|
-
* // SourceType: "
|
|
53
|
+
* // SourceType: "CLUSTER" || "PARAMETER_GROUP" || "SUBNET_GROUP",
|
|
54
54
|
* // Message: "STRING_VALUE",
|
|
55
55
|
* // Date: new Date("TIMESTAMP"),
|
|
56
56
|
* // },
|
|
@@ -43,7 +43,7 @@ export interface DescribeParametersCommandOutput extends DescribeParametersRespo
|
|
|
43
43
|
* // Parameters: [ // ParameterList
|
|
44
44
|
* // { // Parameter
|
|
45
45
|
* // ParameterName: "STRING_VALUE",
|
|
46
|
-
* // ParameterType: "
|
|
46
|
+
* // ParameterType: "DEFAULT" || "NODE_TYPE_SPECIFIC",
|
|
47
47
|
* // ParameterValue: "STRING_VALUE",
|
|
48
48
|
* // NodeTypeSpecificValues: [ // NodeTypeSpecificValueList
|
|
49
49
|
* // { // NodeTypeSpecificValue
|
|
@@ -55,8 +55,8 @@ export interface DescribeParametersCommandOutput extends DescribeParametersRespo
|
|
|
55
55
|
* // Source: "STRING_VALUE",
|
|
56
56
|
* // DataType: "STRING_VALUE",
|
|
57
57
|
* // AllowedValues: "STRING_VALUE",
|
|
58
|
-
* // IsModifiable: "
|
|
59
|
-
* // ChangeType: "
|
|
58
|
+
* // IsModifiable: "TRUE" || "FALSE" || "CONDITIONAL",
|
|
59
|
+
* // ChangeType: "IMMEDIATE" || "REQUIRES_REBOOT",
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
62
62
|
* // };
|
|
@@ -91,9 +91,9 @@ export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicat
|
|
|
91
91
|
* // ],
|
|
92
92
|
* // },
|
|
93
93
|
* // SSEDescription: { // SSEDescription
|
|
94
|
-
* // Status: "
|
|
94
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
95
95
|
* // },
|
|
96
|
-
* // ClusterEndpointEncryptionType: "
|
|
96
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
97
97
|
* // },
|
|
98
98
|
* // };
|
|
99
99
|
*
|
|
@@ -94,9 +94,9 @@ export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataB
|
|
|
94
94
|
* // ],
|
|
95
95
|
* // },
|
|
96
96
|
* // SSEDescription: { // SSEDescription
|
|
97
|
-
* // Status: "
|
|
97
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
98
98
|
* // },
|
|
99
|
-
* // ClusterEndpointEncryptionType: "
|
|
99
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
100
100
|
* // },
|
|
101
101
|
* // };
|
|
102
102
|
*
|
|
@@ -97,9 +97,9 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
|
|
|
97
97
|
* // ],
|
|
98
98
|
* // },
|
|
99
99
|
* // SSEDescription: { // SSEDescription
|
|
100
|
-
* // Status: "
|
|
100
|
+
* // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
|
|
101
101
|
* // },
|
|
102
|
-
* // ClusterEndpointEncryptionType: "
|
|
102
|
+
* // ClusterEndpointEncryptionType: "NONE" || "TLS",
|
|
103
103
|
* // },
|
|
104
104
|
* // };
|
|
105
105
|
*
|
|
@@ -364,8 +364,18 @@ export interface SecurityGroupMembership {
|
|
|
364
364
|
}
|
|
365
365
|
/**
|
|
366
366
|
* @public
|
|
367
|
+
* @enum
|
|
367
368
|
*/
|
|
368
|
-
export
|
|
369
|
+
export declare const SSEStatus: {
|
|
370
|
+
readonly DISABLED: "DISABLED";
|
|
371
|
+
readonly DISABLING: "DISABLING";
|
|
372
|
+
readonly ENABLED: "ENABLED";
|
|
373
|
+
readonly ENABLING: "ENABLING";
|
|
374
|
+
};
|
|
375
|
+
/**
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
|
|
369
379
|
/**
|
|
370
380
|
* @public
|
|
371
381
|
* <p>The description of the server-side encryption status on the specified DAX cluster.</p>
|
|
@@ -1087,12 +1097,29 @@ export interface DescribeDefaultParametersRequest {
|
|
|
1087
1097
|
}
|
|
1088
1098
|
/**
|
|
1089
1099
|
* @public
|
|
1100
|
+
* @enum
|
|
1090
1101
|
*/
|
|
1091
|
-
export
|
|
1102
|
+
export declare const ChangeType: {
|
|
1103
|
+
readonly IMMEDIATE: "IMMEDIATE";
|
|
1104
|
+
readonly REQUIRES_REBOOT: "REQUIRES_REBOOT";
|
|
1105
|
+
};
|
|
1092
1106
|
/**
|
|
1093
1107
|
* @public
|
|
1094
1108
|
*/
|
|
1095
|
-
export type
|
|
1109
|
+
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
1110
|
+
/**
|
|
1111
|
+
* @public
|
|
1112
|
+
* @enum
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const IsModifiable: {
|
|
1115
|
+
readonly CONDITIONAL: "CONDITIONAL";
|
|
1116
|
+
readonly FALSE: "FALSE";
|
|
1117
|
+
readonly TRUE: "TRUE";
|
|
1118
|
+
};
|
|
1119
|
+
/**
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
1122
|
+
export type IsModifiable = (typeof IsModifiable)[keyof typeof IsModifiable];
|
|
1096
1123
|
/**
|
|
1097
1124
|
* @public
|
|
1098
1125
|
* <p>Represents a parameter value that is applicable to a particular node
|
|
@@ -1110,10 +1137,18 @@ export interface NodeTypeSpecificValue {
|
|
|
1110
1137
|
*/
|
|
1111
1138
|
Value?: string;
|
|
1112
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
* @enum
|
|
1143
|
+
*/
|
|
1144
|
+
export declare const ParameterType: {
|
|
1145
|
+
readonly DEFAULT: "DEFAULT";
|
|
1146
|
+
readonly NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC";
|
|
1147
|
+
};
|
|
1113
1148
|
/**
|
|
1114
1149
|
* @public
|
|
1115
1150
|
*/
|
|
1116
|
-
export type ParameterType =
|
|
1151
|
+
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
1117
1152
|
/**
|
|
1118
1153
|
* @public
|
|
1119
1154
|
* <p>Describes an individual setting that controls some aspect of DAX
|
|
@@ -1190,10 +1225,19 @@ export interface DescribeDefaultParametersResponse {
|
|
|
1190
1225
|
*/
|
|
1191
1226
|
Parameters?: Parameter[];
|
|
1192
1227
|
}
|
|
1228
|
+
/**
|
|
1229
|
+
* @public
|
|
1230
|
+
* @enum
|
|
1231
|
+
*/
|
|
1232
|
+
export declare const SourceType: {
|
|
1233
|
+
readonly CLUSTER: "CLUSTER";
|
|
1234
|
+
readonly PARAMETER_GROUP: "PARAMETER_GROUP";
|
|
1235
|
+
readonly SUBNET_GROUP: "SUBNET_GROUP";
|
|
1236
|
+
};
|
|
1193
1237
|
/**
|
|
1194
1238
|
* @public
|
|
1195
1239
|
*/
|
|
1196
|
-
export type SourceType =
|
|
1240
|
+
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
1197
1241
|
/**
|
|
1198
1242
|
* @public
|
|
1199
1243
|
*/
|
|
@@ -72,7 +72,13 @@ export interface SecurityGroupMembership {
|
|
|
72
72
|
SecurityGroupIdentifier?: string;
|
|
73
73
|
Status?: string;
|
|
74
74
|
}
|
|
75
|
-
export
|
|
75
|
+
export declare const SSEStatus: {
|
|
76
|
+
readonly DISABLED: "DISABLED";
|
|
77
|
+
readonly DISABLING: "DISABLING";
|
|
78
|
+
readonly ENABLED: "ENABLED";
|
|
79
|
+
readonly ENABLING: "ENABLING";
|
|
80
|
+
};
|
|
81
|
+
export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
|
|
76
82
|
export interface SSEDescription {
|
|
77
83
|
Status?: SSEStatus | string;
|
|
78
84
|
}
|
|
@@ -339,13 +345,26 @@ export interface DescribeDefaultParametersRequest {
|
|
|
339
345
|
MaxResults?: number;
|
|
340
346
|
NextToken?: string;
|
|
341
347
|
}
|
|
342
|
-
export
|
|
343
|
-
|
|
348
|
+
export declare const ChangeType: {
|
|
349
|
+
readonly IMMEDIATE: "IMMEDIATE";
|
|
350
|
+
readonly REQUIRES_REBOOT: "REQUIRES_REBOOT";
|
|
351
|
+
};
|
|
352
|
+
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
353
|
+
export declare const IsModifiable: {
|
|
354
|
+
readonly CONDITIONAL: "CONDITIONAL";
|
|
355
|
+
readonly FALSE: "FALSE";
|
|
356
|
+
readonly TRUE: "TRUE";
|
|
357
|
+
};
|
|
358
|
+
export type IsModifiable = (typeof IsModifiable)[keyof typeof IsModifiable];
|
|
344
359
|
export interface NodeTypeSpecificValue {
|
|
345
360
|
NodeType?: string;
|
|
346
361
|
Value?: string;
|
|
347
362
|
}
|
|
348
|
-
export
|
|
363
|
+
export declare const ParameterType: {
|
|
364
|
+
readonly DEFAULT: "DEFAULT";
|
|
365
|
+
readonly NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC";
|
|
366
|
+
};
|
|
367
|
+
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
349
368
|
export interface Parameter {
|
|
350
369
|
ParameterName?: string;
|
|
351
370
|
ParameterType?: ParameterType | string;
|
|
@@ -362,7 +381,12 @@ export interface DescribeDefaultParametersResponse {
|
|
|
362
381
|
NextToken?: string;
|
|
363
382
|
Parameters?: Parameter[];
|
|
364
383
|
}
|
|
365
|
-
export
|
|
384
|
+
export declare const SourceType: {
|
|
385
|
+
readonly CLUSTER: "CLUSTER";
|
|
386
|
+
readonly PARAMETER_GROUP: "PARAMETER_GROUP";
|
|
387
|
+
readonly SUBNET_GROUP: "SUBNET_GROUP";
|
|
388
|
+
};
|
|
389
|
+
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
366
390
|
export interface DescribeEventsRequest {
|
|
367
391
|
SourceName?: string;
|
|
368
392
|
SourceType?: SourceType | string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dax",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dax Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.409.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",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.409.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.409.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.408.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.408.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.408.0",
|