@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.
Files changed (71) hide show
  1. package/dist-cjs/commands/CreateClusterCommand.js +2 -3
  2. package/dist-cjs/commands/CreateParameterGroupCommand.js +2 -3
  3. package/dist-cjs/commands/CreateSubnetGroupCommand.js +2 -3
  4. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteParameterGroupCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteSubnetGroupCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeClustersCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeDefaultParametersCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeEventsCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeParameterGroupsCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeParametersCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +2 -3
  14. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +2 -3
  15. package/dist-cjs/commands/ListTagsCommand.js +2 -3
  16. package/dist-cjs/commands/RebootNodeCommand.js +2 -3
  17. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  18. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  19. package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
  20. package/dist-cjs/commands/UpdateParameterGroupCommand.js +2 -3
  21. package/dist-cjs/commands/UpdateSubnetGroupCommand.js +2 -3
  22. package/dist-cjs/models/models_0.js +1 -234
  23. package/dist-es/commands/CreateClusterCommand.js +2 -3
  24. package/dist-es/commands/CreateParameterGroupCommand.js +2 -3
  25. package/dist-es/commands/CreateSubnetGroupCommand.js +2 -3
  26. package/dist-es/commands/DecreaseReplicationFactorCommand.js +2 -3
  27. package/dist-es/commands/DeleteClusterCommand.js +2 -3
  28. package/dist-es/commands/DeleteParameterGroupCommand.js +2 -3
  29. package/dist-es/commands/DeleteSubnetGroupCommand.js +2 -3
  30. package/dist-es/commands/DescribeClustersCommand.js +2 -3
  31. package/dist-es/commands/DescribeDefaultParametersCommand.js +2 -3
  32. package/dist-es/commands/DescribeEventsCommand.js +2 -3
  33. package/dist-es/commands/DescribeParameterGroupsCommand.js +2 -3
  34. package/dist-es/commands/DescribeParametersCommand.js +2 -3
  35. package/dist-es/commands/DescribeSubnetGroupsCommand.js +2 -3
  36. package/dist-es/commands/IncreaseReplicationFactorCommand.js +2 -3
  37. package/dist-es/commands/ListTagsCommand.js +2 -3
  38. package/dist-es/commands/RebootNodeCommand.js +2 -3
  39. package/dist-es/commands/TagResourceCommand.js +2 -3
  40. package/dist-es/commands/UntagResourceCommand.js +2 -3
  41. package/dist-es/commands/UpdateClusterCommand.js +2 -3
  42. package/dist-es/commands/UpdateParameterGroupCommand.js +2 -3
  43. package/dist-es/commands/UpdateSubnetGroupCommand.js +2 -3
  44. package/dist-es/models/models_0.js +0 -174
  45. package/dist-types/DAX.d.ts +22 -0
  46. package/dist-types/DAXClient.d.ts +24 -4
  47. package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
  48. package/dist-types/commands/CreateParameterGroupCommand.d.ts +16 -0
  49. package/dist-types/commands/CreateSubnetGroupCommand.d.ts +16 -0
  50. package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +16 -0
  51. package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteParameterGroupCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeParametersCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +16 -0
  60. package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  62. package/dist-types/commands/RebootNodeCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateClusterCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateParameterGroupCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +16 -0
  68. package/dist-types/models/DAXServiceException.d.ts +2 -0
  69. package/dist-types/models/models_0.d.ts +187 -232
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -158
  71. 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.296.0",
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",