@aws-sdk/client-dax 3.296.0 → 3.298.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/DAX.d.ts +22 -0
- package/dist-types/DAXClient.d.ts +24 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/RebootNodeCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +16 -0
- package/dist-types/models/DAXServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +187 -232
- package/dist-types/ts3.4/models/models_0.d.ts +0 -158
- package/package.json +4 -3
|
@@ -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.298.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,9 +21,9 @@
|
|
|
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/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.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",
|