@aws-sdk/client-dax 3.297.0 → 3.299.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/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateParameterGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateSubnetGroupCommand.js +2 -3
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +2 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteParameterGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeClustersCommand.js +2 -3
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -3
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js +2 -3
- package/dist-cjs/commands/DescribeParametersCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +2 -3
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +2 -3
- package/dist-cjs/commands/ListTagsCommand.js +2 -3
- package/dist-cjs/commands/RebootNodeCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
- package/dist-cjs/commands/UpdateParameterGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -234
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateParameterGroupCommand.js +2 -3
- package/dist-es/commands/CreateSubnetGroupCommand.js +2 -3
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +2 -3
- package/dist-es/commands/DeleteClusterCommand.js +2 -3
- package/dist-es/commands/DeleteParameterGroupCommand.js +2 -3
- package/dist-es/commands/DeleteSubnetGroupCommand.js +2 -3
- package/dist-es/commands/DescribeClustersCommand.js +2 -3
- package/dist-es/commands/DescribeDefaultParametersCommand.js +2 -3
- package/dist-es/commands/DescribeEventsCommand.js +2 -3
- package/dist-es/commands/DescribeParameterGroupsCommand.js +2 -3
- package/dist-es/commands/DescribeParametersCommand.js +2 -3
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +2 -3
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +2 -3
- package/dist-es/commands/ListTagsCommand.js +2 -3
- package/dist-es/commands/RebootNodeCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateClusterCommand.js +2 -3
- package/dist-es/commands/UpdateParameterGroupCommand.js +2 -3
- package/dist-es/commands/UpdateSubnetGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -174
- package/dist-types/models/models_0.d.ts +0 -232
- package/dist-types/ts3.4/models/models_0.d.ts +0 -158
- package/package.json +11 -10
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateParameterGroupRequestFilterSensitiveLog, UpdateParameterGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateParameterGroupCommand, serializeAws_json1_1UpdateParameterGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class UpdateParameterGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateParameterGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateSubnetGroupRequestFilterSensitiveLog, UpdateSubnetGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateSubnetGroupCommand, serializeAws_json1_1UpdateSubnetGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class UpdateSubnetGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateSubnetGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -328,177 +328,3 @@ export class SubnetInUse extends __BaseException {
|
|
|
328
328
|
Object.setPrototypeOf(this, SubnetInUse.prototype);
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
export const SSESpecificationFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const CreateClusterRequestFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const EndpointFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
export const NodeFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
export const ParameterGroupStatusFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
export const SecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
export const SSEDescriptionFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
export const ClusterFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
export const CreateClusterResponseFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const CreateParameterGroupRequestFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const ParameterGroupFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const CreateParameterGroupResponseFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
export const CreateSubnetGroupRequestFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
export const SubnetFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
export const SubnetGroupFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const CreateSubnetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
export const DecreaseReplicationFactorRequestFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
export const DecreaseReplicationFactorResponseFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
export const DeleteClusterRequestFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const DeleteClusterResponseFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const DeleteParameterGroupRequestFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const DeleteParameterGroupResponseFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
export const DeleteSubnetGroupRequestFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
export const DeleteSubnetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
export const DescribeClustersRequestFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
export const DescribeClustersResponseFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
export const DescribeDefaultParametersRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const NodeTypeSpecificValueFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const ParameterFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
export const DescribeDefaultParametersResponseFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const DescribeEventsRequestFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const EventFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const DescribeEventsResponseFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const DescribeParameterGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const DescribeParameterGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const DescribeParametersRequestFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
export const DescribeParametersResponseFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
export const DescribeSubnetGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
export const DescribeSubnetGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
export const IncreaseReplicationFactorRequestFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
export const IncreaseReplicationFactorResponseFilterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
export const ListTagsRequestFilterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
export const ListTagsResponseFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
export const RebootNodeRequestFilterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
export const RebootNodeResponseFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const UpdateClusterRequestFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
export const UpdateClusterResponseFilterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
export const ParameterNameValueFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
export const UpdateParameterGroupRequestFilterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
export const UpdateParameterGroupResponseFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
export const UpdateSubnetGroupRequestFilterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
export const UpdateSubnetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
@@ -1557,235 +1557,3 @@ export interface UpdateSubnetGroupResponse {
|
|
|
1557
1557
|
*/
|
|
1558
1558
|
SubnetGroup?: SubnetGroup;
|
|
1559
1559
|
}
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
|
-
export declare const SSESpecificationFilterSensitiveLog: (obj: SSESpecification) => any;
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
1572
|
-
/**
|
|
1573
|
-
* @internal
|
|
1574
|
-
*/
|
|
1575
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
1576
|
-
/**
|
|
1577
|
-
* @internal
|
|
1578
|
-
*/
|
|
1579
|
-
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
1580
|
-
/**
|
|
1581
|
-
* @internal
|
|
1582
|
-
*/
|
|
1583
|
-
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
|
-
export declare const ParameterGroupStatusFilterSensitiveLog: (obj: ParameterGroupStatus) => any;
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
export declare const SecurityGroupMembershipFilterSensitiveLog: (obj: SecurityGroupMembership) => any;
|
|
1592
|
-
/**
|
|
1593
|
-
* @internal
|
|
1594
|
-
*/
|
|
1595
|
-
export declare const SSEDescriptionFilterSensitiveLog: (obj: SSEDescription) => any;
|
|
1596
|
-
/**
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
1599
|
-
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
1600
|
-
/**
|
|
1601
|
-
* @internal
|
|
1602
|
-
*/
|
|
1603
|
-
export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
1604
|
-
/**
|
|
1605
|
-
* @internal
|
|
1606
|
-
*/
|
|
1607
|
-
export declare const CreateParameterGroupRequestFilterSensitiveLog: (obj: CreateParameterGroupRequest) => any;
|
|
1608
|
-
/**
|
|
1609
|
-
* @internal
|
|
1610
|
-
*/
|
|
1611
|
-
export declare const ParameterGroupFilterSensitiveLog: (obj: ParameterGroup) => any;
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
export declare const CreateParameterGroupResponseFilterSensitiveLog: (obj: CreateParameterGroupResponse) => any;
|
|
1616
|
-
/**
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
1619
|
-
export declare const CreateSubnetGroupRequestFilterSensitiveLog: (obj: CreateSubnetGroupRequest) => any;
|
|
1620
|
-
/**
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
1623
|
-
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
1624
|
-
/**
|
|
1625
|
-
* @internal
|
|
1626
|
-
*/
|
|
1627
|
-
export declare const SubnetGroupFilterSensitiveLog: (obj: SubnetGroup) => any;
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
|
-
export declare const CreateSubnetGroupResponseFilterSensitiveLog: (obj: CreateSubnetGroupResponse) => any;
|
|
1632
|
-
/**
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
1635
|
-
export declare const DecreaseReplicationFactorRequestFilterSensitiveLog: (obj: DecreaseReplicationFactorRequest) => any;
|
|
1636
|
-
/**
|
|
1637
|
-
* @internal
|
|
1638
|
-
*/
|
|
1639
|
-
export declare const DecreaseReplicationFactorResponseFilterSensitiveLog: (obj: DecreaseReplicationFactorResponse) => any;
|
|
1640
|
-
/**
|
|
1641
|
-
* @internal
|
|
1642
|
-
*/
|
|
1643
|
-
export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
1648
|
-
/**
|
|
1649
|
-
* @internal
|
|
1650
|
-
*/
|
|
1651
|
-
export declare const DeleteParameterGroupRequestFilterSensitiveLog: (obj: DeleteParameterGroupRequest) => any;
|
|
1652
|
-
/**
|
|
1653
|
-
* @internal
|
|
1654
|
-
*/
|
|
1655
|
-
export declare const DeleteParameterGroupResponseFilterSensitiveLog: (obj: DeleteParameterGroupResponse) => any;
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
export declare const DeleteSubnetGroupRequestFilterSensitiveLog: (obj: DeleteSubnetGroupRequest) => any;
|
|
1660
|
-
/**
|
|
1661
|
-
* @internal
|
|
1662
|
-
*/
|
|
1663
|
-
export declare const DeleteSubnetGroupResponseFilterSensitiveLog: (obj: DeleteSubnetGroupResponse) => any;
|
|
1664
|
-
/**
|
|
1665
|
-
* @internal
|
|
1666
|
-
*/
|
|
1667
|
-
export declare const DescribeClustersRequestFilterSensitiveLog: (obj: DescribeClustersRequest) => any;
|
|
1668
|
-
/**
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
1671
|
-
export declare const DescribeClustersResponseFilterSensitiveLog: (obj: DescribeClustersResponse) => any;
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
export declare const DescribeDefaultParametersRequestFilterSensitiveLog: (obj: DescribeDefaultParametersRequest) => any;
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
export declare const NodeTypeSpecificValueFilterSensitiveLog: (obj: NodeTypeSpecificValue) => any;
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
export declare const DescribeDefaultParametersResponseFilterSensitiveLog: (obj: DescribeDefaultParametersResponse) => any;
|
|
1688
|
-
/**
|
|
1689
|
-
* @internal
|
|
1690
|
-
*/
|
|
1691
|
-
export declare const DescribeEventsRequestFilterSensitiveLog: (obj: DescribeEventsRequest) => any;
|
|
1692
|
-
/**
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
1695
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1696
|
-
/**
|
|
1697
|
-
* @internal
|
|
1698
|
-
*/
|
|
1699
|
-
export declare const DescribeEventsResponseFilterSensitiveLog: (obj: DescribeEventsResponse) => any;
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
export declare const DescribeParameterGroupsRequestFilterSensitiveLog: (obj: DescribeParameterGroupsRequest) => any;
|
|
1704
|
-
/**
|
|
1705
|
-
* @internal
|
|
1706
|
-
*/
|
|
1707
|
-
export declare const DescribeParameterGroupsResponseFilterSensitiveLog: (obj: DescribeParameterGroupsResponse) => any;
|
|
1708
|
-
/**
|
|
1709
|
-
* @internal
|
|
1710
|
-
*/
|
|
1711
|
-
export declare const DescribeParametersRequestFilterSensitiveLog: (obj: DescribeParametersRequest) => any;
|
|
1712
|
-
/**
|
|
1713
|
-
* @internal
|
|
1714
|
-
*/
|
|
1715
|
-
export declare const DescribeParametersResponseFilterSensitiveLog: (obj: DescribeParametersResponse) => any;
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
export declare const DescribeSubnetGroupsRequestFilterSensitiveLog: (obj: DescribeSubnetGroupsRequest) => any;
|
|
1720
|
-
/**
|
|
1721
|
-
* @internal
|
|
1722
|
-
*/
|
|
1723
|
-
export declare const DescribeSubnetGroupsResponseFilterSensitiveLog: (obj: DescribeSubnetGroupsResponse) => any;
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
|
-
export declare const IncreaseReplicationFactorRequestFilterSensitiveLog: (obj: IncreaseReplicationFactorRequest) => any;
|
|
1728
|
-
/**
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
1731
|
-
export declare const IncreaseReplicationFactorResponseFilterSensitiveLog: (obj: IncreaseReplicationFactorResponse) => any;
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
1736
|
-
/**
|
|
1737
|
-
* @internal
|
|
1738
|
-
*/
|
|
1739
|
-
export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
1740
|
-
/**
|
|
1741
|
-
* @internal
|
|
1742
|
-
*/
|
|
1743
|
-
export declare const RebootNodeRequestFilterSensitiveLog: (obj: RebootNodeRequest) => any;
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
|
-
export declare const RebootNodeResponseFilterSensitiveLog: (obj: RebootNodeResponse) => any;
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1752
|
-
/**
|
|
1753
|
-
* @internal
|
|
1754
|
-
*/
|
|
1755
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
*/
|
|
1763
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1764
|
-
/**
|
|
1765
|
-
* @internal
|
|
1766
|
-
*/
|
|
1767
|
-
export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
|
|
1768
|
-
/**
|
|
1769
|
-
* @internal
|
|
1770
|
-
*/
|
|
1771
|
-
export declare const UpdateClusterResponseFilterSensitiveLog: (obj: UpdateClusterResponse) => any;
|
|
1772
|
-
/**
|
|
1773
|
-
* @internal
|
|
1774
|
-
*/
|
|
1775
|
-
export declare const ParameterNameValueFilterSensitiveLog: (obj: ParameterNameValue) => any;
|
|
1776
|
-
/**
|
|
1777
|
-
* @internal
|
|
1778
|
-
*/
|
|
1779
|
-
export declare const UpdateParameterGroupRequestFilterSensitiveLog: (obj: UpdateParameterGroupRequest) => any;
|
|
1780
|
-
/**
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
1783
|
-
export declare const UpdateParameterGroupResponseFilterSensitiveLog: (obj: UpdateParameterGroupResponse) => any;
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
|
-
export declare const UpdateSubnetGroupRequestFilterSensitiveLog: (obj: UpdateSubnetGroupRequest) => any;
|
|
1788
|
-
/**
|
|
1789
|
-
* @internal
|
|
1790
|
-
*/
|
|
1791
|
-
export declare const UpdateSubnetGroupResponseFilterSensitiveLog: (obj: UpdateSubnetGroupResponse) => any;
|
|
@@ -491,161 +491,3 @@ export interface UpdateSubnetGroupRequest {
|
|
|
491
491
|
export interface UpdateSubnetGroupResponse {
|
|
492
492
|
SubnetGroup?: SubnetGroup;
|
|
493
493
|
}
|
|
494
|
-
export declare const SSESpecificationFilterSensitiveLog: (
|
|
495
|
-
obj: SSESpecification
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
498
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (
|
|
499
|
-
obj: CreateClusterRequest
|
|
500
|
-
) => any;
|
|
501
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
502
|
-
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
503
|
-
export declare const NotificationConfigurationFilterSensitiveLog: (
|
|
504
|
-
obj: NotificationConfiguration
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const ParameterGroupStatusFilterSensitiveLog: (
|
|
507
|
-
obj: ParameterGroupStatus
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const SecurityGroupMembershipFilterSensitiveLog: (
|
|
510
|
-
obj: SecurityGroupMembership
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const SSEDescriptionFilterSensitiveLog: (
|
|
513
|
-
obj: SSEDescription
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
516
|
-
export declare const CreateClusterResponseFilterSensitiveLog: (
|
|
517
|
-
obj: CreateClusterResponse
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const CreateParameterGroupRequestFilterSensitiveLog: (
|
|
520
|
-
obj: CreateParameterGroupRequest
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const ParameterGroupFilterSensitiveLog: (
|
|
523
|
-
obj: ParameterGroup
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const CreateParameterGroupResponseFilterSensitiveLog: (
|
|
526
|
-
obj: CreateParameterGroupResponse
|
|
527
|
-
) => any;
|
|
528
|
-
export declare const CreateSubnetGroupRequestFilterSensitiveLog: (
|
|
529
|
-
obj: CreateSubnetGroupRequest
|
|
530
|
-
) => any;
|
|
531
|
-
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
532
|
-
export declare const SubnetGroupFilterSensitiveLog: (obj: SubnetGroup) => any;
|
|
533
|
-
export declare const CreateSubnetGroupResponseFilterSensitiveLog: (
|
|
534
|
-
obj: CreateSubnetGroupResponse
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const DecreaseReplicationFactorRequestFilterSensitiveLog: (
|
|
537
|
-
obj: DecreaseReplicationFactorRequest
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const DecreaseReplicationFactorResponseFilterSensitiveLog: (
|
|
540
|
-
obj: DecreaseReplicationFactorResponse
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const DeleteClusterRequestFilterSensitiveLog: (
|
|
543
|
-
obj: DeleteClusterRequest
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const DeleteClusterResponseFilterSensitiveLog: (
|
|
546
|
-
obj: DeleteClusterResponse
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const DeleteParameterGroupRequestFilterSensitiveLog: (
|
|
549
|
-
obj: DeleteParameterGroupRequest
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const DeleteParameterGroupResponseFilterSensitiveLog: (
|
|
552
|
-
obj: DeleteParameterGroupResponse
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const DeleteSubnetGroupRequestFilterSensitiveLog: (
|
|
555
|
-
obj: DeleteSubnetGroupRequest
|
|
556
|
-
) => any;
|
|
557
|
-
export declare const DeleteSubnetGroupResponseFilterSensitiveLog: (
|
|
558
|
-
obj: DeleteSubnetGroupResponse
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const DescribeClustersRequestFilterSensitiveLog: (
|
|
561
|
-
obj: DescribeClustersRequest
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const DescribeClustersResponseFilterSensitiveLog: (
|
|
564
|
-
obj: DescribeClustersResponse
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const DescribeDefaultParametersRequestFilterSensitiveLog: (
|
|
567
|
-
obj: DescribeDefaultParametersRequest
|
|
568
|
-
) => any;
|
|
569
|
-
export declare const NodeTypeSpecificValueFilterSensitiveLog: (
|
|
570
|
-
obj: NodeTypeSpecificValue
|
|
571
|
-
) => any;
|
|
572
|
-
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
573
|
-
export declare const DescribeDefaultParametersResponseFilterSensitiveLog: (
|
|
574
|
-
obj: DescribeDefaultParametersResponse
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const DescribeEventsRequestFilterSensitiveLog: (
|
|
577
|
-
obj: DescribeEventsRequest
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
580
|
-
export declare const DescribeEventsResponseFilterSensitiveLog: (
|
|
581
|
-
obj: DescribeEventsResponse
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const DescribeParameterGroupsRequestFilterSensitiveLog: (
|
|
584
|
-
obj: DescribeParameterGroupsRequest
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const DescribeParameterGroupsResponseFilterSensitiveLog: (
|
|
587
|
-
obj: DescribeParameterGroupsResponse
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const DescribeParametersRequestFilterSensitiveLog: (
|
|
590
|
-
obj: DescribeParametersRequest
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const DescribeParametersResponseFilterSensitiveLog: (
|
|
593
|
-
obj: DescribeParametersResponse
|
|
594
|
-
) => any;
|
|
595
|
-
export declare const DescribeSubnetGroupsRequestFilterSensitiveLog: (
|
|
596
|
-
obj: DescribeSubnetGroupsRequest
|
|
597
|
-
) => any;
|
|
598
|
-
export declare const DescribeSubnetGroupsResponseFilterSensitiveLog: (
|
|
599
|
-
obj: DescribeSubnetGroupsResponse
|
|
600
|
-
) => any;
|
|
601
|
-
export declare const IncreaseReplicationFactorRequestFilterSensitiveLog: (
|
|
602
|
-
obj: IncreaseReplicationFactorRequest
|
|
603
|
-
) => any;
|
|
604
|
-
export declare const IncreaseReplicationFactorResponseFilterSensitiveLog: (
|
|
605
|
-
obj: IncreaseReplicationFactorResponse
|
|
606
|
-
) => any;
|
|
607
|
-
export declare const ListTagsRequestFilterSensitiveLog: (
|
|
608
|
-
obj: ListTagsRequest
|
|
609
|
-
) => any;
|
|
610
|
-
export declare const ListTagsResponseFilterSensitiveLog: (
|
|
611
|
-
obj: ListTagsResponse
|
|
612
|
-
) => any;
|
|
613
|
-
export declare const RebootNodeRequestFilterSensitiveLog: (
|
|
614
|
-
obj: RebootNodeRequest
|
|
615
|
-
) => any;
|
|
616
|
-
export declare const RebootNodeResponseFilterSensitiveLog: (
|
|
617
|
-
obj: RebootNodeResponse
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
620
|
-
obj: TagResourceRequest
|
|
621
|
-
) => any;
|
|
622
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
623
|
-
obj: TagResourceResponse
|
|
624
|
-
) => any;
|
|
625
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
626
|
-
obj: UntagResourceRequest
|
|
627
|
-
) => any;
|
|
628
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
629
|
-
obj: UntagResourceResponse
|
|
630
|
-
) => any;
|
|
631
|
-
export declare const UpdateClusterRequestFilterSensitiveLog: (
|
|
632
|
-
obj: UpdateClusterRequest
|
|
633
|
-
) => any;
|
|
634
|
-
export declare const UpdateClusterResponseFilterSensitiveLog: (
|
|
635
|
-
obj: UpdateClusterResponse
|
|
636
|
-
) => any;
|
|
637
|
-
export declare const ParameterNameValueFilterSensitiveLog: (
|
|
638
|
-
obj: ParameterNameValue
|
|
639
|
-
) => any;
|
|
640
|
-
export declare const UpdateParameterGroupRequestFilterSensitiveLog: (
|
|
641
|
-
obj: UpdateParameterGroupRequest
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const UpdateParameterGroupResponseFilterSensitiveLog: (
|
|
644
|
-
obj: UpdateParameterGroupResponse
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const UpdateSubnetGroupRequestFilterSensitiveLog: (
|
|
647
|
-
obj: UpdateSubnetGroupRequest
|
|
648
|
-
) => any;
|
|
649
|
-
export declare const UpdateSubnetGroupResponseFilterSensitiveLog: (
|
|
650
|
-
obj: UpdateSubnetGroupResponse
|
|
651
|
-
) => any;
|
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.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo dax"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|