@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the association of tags from a DAX resource. You can call
18
23
  * <code>UntagResource</code> up to 5 times per second, per account. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
35
+ * @returns {@link UntagResourceCommandOutput}
29
36
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link DAXClientResolvedConfig | config} for DAXClient's `config` shape.
@@ -57,11 +64,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
57
64
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DAXClientResolvedConfig> {
58
65
  readonly input: UntagResourceCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: UntagResourceCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
5
5
  import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateClusterCommand}.
8
10
  */
9
11
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateClusterCommand}.
13
17
  */
14
18
  export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the settings for a DAX cluster. You can use this action to change one or
18
23
  * more cluster configuration parameters by specifying the parameters and the new
19
24
  * values.</p>
@@ -27,6 +32,8 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateClusterCommandInput - {@link UpdateClusterCommandInput}
36
+ * @returns {@link UpdateClusterCommandOutput}
30
37
  * @see {@link UpdateClusterCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateClusterCommandOutput} for command's `response` shape.
32
39
  * @see {@link DAXClientResolvedConfig | config} for DAXClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
58
65
  export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig> {
59
66
  readonly input: UpdateClusterCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateClusterCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
5
5
  import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateParameterGroupCommand}.
8
10
  */
9
11
  export interface UpdateParameterGroupCommandInput extends UpdateParameterGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateParameterGroupCommand}.
13
17
  */
14
18
  export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the parameters of a parameter group. You can modify up to 20
18
23
  * parameters in a single request by submitting a list parameter name and value
19
24
  * pairs.</p>
@@ -27,6 +32,8 @@ export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateParameterGroupCommandInput - {@link UpdateParameterGroupCommandInput}
36
+ * @returns {@link UpdateParameterGroupCommandOutput}
30
37
  * @see {@link UpdateParameterGroupCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateParameterGroupCommandOutput} for command's `response` shape.
32
39
  * @see {@link DAXClientResolvedConfig | config} for DAXClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupR
51
58
  export declare class UpdateParameterGroupCommand extends $Command<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput, DAXClientResolvedConfig> {
52
59
  readonly input: UpdateParameterGroupCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateParameterGroupCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
5
5
  import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSubnetGroupCommand}.
8
10
  */
9
11
  export interface UpdateSubnetGroupCommandInput extends UpdateSubnetGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSubnetGroupCommand}.
13
17
  */
14
18
  export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies an existing subnet group.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateSubnetGroupCommandInput - {@link UpdateSubnetGroupCommandInput}
34
+ * @returns {@link UpdateSubnetGroupCommandOutput}
28
35
  * @see {@link UpdateSubnetGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateSubnetGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link DAXClientResolvedConfig | config} for DAXClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupRespons
51
58
  export declare class UpdateSubnetGroupCommand extends $Command<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput, DAXClientResolvedConfig> {
52
59
  readonly input: UpdateSubnetGroupCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateSubnetGroupCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from DAX service.
4
6
  */
5
7
  export declare class DAXServiceException extends __ServiceException {