@aws-sdk/client-dax 3.31.0 → 3.35.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/CHANGELOG.md +39 -0
- package/{dist/cjs → dist-cjs}/DAX.js +1 -1
- package/dist-cjs/DAX.js.map +1 -0
- package/{dist/cjs → dist-cjs}/DAXClient.js +14 -14
- package/dist-cjs/DAXClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateClusterCommand.js +5 -5
- package/dist-cjs/commands/CreateClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateParameterGroupCommand.js +5 -5
- package/dist-cjs/commands/CreateParameterGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateSubnetGroupCommand.js +5 -5
- package/dist-cjs/commands/CreateSubnetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DecreaseReplicationFactorCommand.js +5 -5
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteClusterCommand.js +5 -5
- package/dist-cjs/commands/DeleteClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteParameterGroupCommand.js +5 -5
- package/dist-cjs/commands/DeleteParameterGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteSubnetGroupCommand.js +5 -5
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeClustersCommand.js +5 -5
- package/dist-cjs/commands/DescribeClustersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeDefaultParametersCommand.js +5 -5
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeParameterGroupsCommand.js +5 -5
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeParametersCommand.js +5 -5
- package/dist-cjs/commands/DescribeParametersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeSubnetGroupsCommand.js +5 -5
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/IncreaseReplicationFactorCommand.js +5 -5
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsCommand.js +5 -5
- package/dist-cjs/commands/ListTagsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/RebootNodeCommand.js +5 -5
- package/dist-cjs/commands/RebootNodeCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateClusterCommand.js +5 -5
- package/dist-cjs/commands/UpdateClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateParameterGroupCommand.js +5 -5
- package/dist-cjs/commands/UpdateParameterGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateSubnetGroupCommand.js +5 -5
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +86 -86
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/DAX.js +2 -10
- package/dist-es/DAX.js.map +1 -0
- package/{dist/es → dist-es}/DAXClient.js +2 -15
- package/dist-es/DAXClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateClusterCommand.js +4 -29
- package/dist-es/commands/CreateClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateParameterGroupCommand.js +4 -30
- package/dist-es/commands/CreateParameterGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateSubnetGroupCommand.js +4 -29
- package/dist-es/commands/CreateSubnetGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DecreaseReplicationFactorCommand.js +4 -32
- package/dist-es/commands/DecreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteClusterCommand.js +4 -33
- package/dist-es/commands/DeleteClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteParameterGroupCommand.js +4 -30
- package/dist-es/commands/DeleteParameterGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteSubnetGroupCommand.js +4 -33
- package/dist-es/commands/DeleteSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeClustersCommand.js +40 -0
- package/dist-es/commands/DescribeClustersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeDefaultParametersCommand.js +4 -30
- package/dist-es/commands/DescribeDefaultParametersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +4 -33
- package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeParameterGroupsCommand.js +4 -30
- package/dist-es/commands/DescribeParameterGroupsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeParametersCommand.js +4 -29
- package/dist-es/commands/DescribeParametersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeSubnetGroupsCommand.js +4 -30
- package/dist-es/commands/DescribeSubnetGroupsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/IncreaseReplicationFactorCommand.js +4 -29
- package/dist-es/commands/IncreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsCommand.js +4 -30
- package/dist-es/commands/ListTagsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/RebootNodeCommand.js +4 -35
- package/dist-es/commands/RebootNodeCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateClusterCommand.js +4 -31
- package/dist-es/commands/UpdateClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateParameterGroupCommand.js +4 -31
- package/dist-es/commands/UpdateParameterGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateSubnetGroupCommand.js +4 -29
- package/dist-es/commands/UpdateSubnetGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -255
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +644 -649
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/DAX.d.ts +2 -2
- package/{dist/types → dist-types}/DAXClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDefaultParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeParameterGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSubnetGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebootNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DAX.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DAXClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RebootNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{DAX.ts → src/DAX.ts} +3 -2
- package/{DAXClient.ts → src/DAXClient.ts} +58 -57
- package/{commands → src/commands}/CreateClusterCommand.ts +8 -7
- package/{commands → src/commands}/CreateParameterGroupCommand.ts +8 -7
- package/{commands → src/commands}/CreateSubnetGroupCommand.ts +8 -7
- package/{commands → src/commands}/DecreaseReplicationFactorCommand.ts +8 -7
- package/{commands → src/commands}/DeleteClusterCommand.ts +8 -7
- package/{commands → src/commands}/DeleteParameterGroupCommand.ts +8 -7
- package/{commands → src/commands}/DeleteSubnetGroupCommand.ts +8 -7
- package/{commands → src/commands}/DescribeClustersCommand.ts +8 -7
- package/{commands → src/commands}/DescribeDefaultParametersCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeParameterGroupsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeParametersCommand.ts +8 -7
- package/{commands → src/commands}/DescribeSubnetGroupsCommand.ts +8 -7
- package/{commands → src/commands}/IncreaseReplicationFactorCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsCommand.ts +5 -4
- package/{commands → src/commands}/RebootNodeCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateClusterCommand.ts +8 -7
- package/{commands → src/commands}/UpdateParameterGroupCommand.ts +8 -7
- package/{commands → src/commands}/UpdateSubnetGroupCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{protocols → src/protocols}/Aws_json1_1.ts +40 -39
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/DAX.js.map +0 -1
- package/dist/cjs/DAXClient.js.map +0 -1
- package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DecreaseReplicationFactorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClustersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDefaultParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeParameterGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSubnetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/IncreaseReplicationFactorCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/RebootNodeCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClusterCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -28
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DAX.js.map +0 -1
- package/dist/es/DAXClient.js.map +0 -1
- package/dist/es/commands/CreateClusterCommand.js.map +0 -1
- package/dist/es/commands/CreateParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DecreaseReplicationFactorCommand.js.map +0 -1
- package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeClustersCommand.js +0 -77
- package/dist/es/commands/DescribeClustersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDefaultParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeParameterGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeSubnetGroupsCommand.js.map +0 -1
- package/dist/es/commands/IncreaseReplicationFactorCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/RebootNodeCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateClusterCommand.js.map +0 -1
- package/dist/es/commands/UpdateParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateSubnetGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { DAXClientConfig } from "./DAXClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: DAXClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { DAXClientConfig } from "./DAXClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: DAXClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { DAXClientConfig } from "./DAXClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: DAXClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { DAXClientConfig } from "./DAXClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: DAXClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: DAXClientConfig) => {
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,79 +1,73 @@
|
|
|
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.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0"
|
|
59
53
|
},
|
|
60
54
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
62
56
|
"@types/node": "^12.7.5",
|
|
63
57
|
"downlevel-dts": "0.7.0",
|
|
64
58
|
"jest": "^26.1.0",
|
|
65
59
|
"rimraf": "^3.0.0",
|
|
66
60
|
"ts-jest": "^26.4.1",
|
|
67
61
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.
|
|
62
|
+
"typescript": "~4.3.5"
|
|
69
63
|
},
|
|
70
64
|
"engines": {
|
|
71
65
|
"node": ">=10.0.0"
|
|
72
66
|
},
|
|
73
67
|
"typesVersions": {
|
|
74
68
|
"<4.0": {
|
|
75
|
-
"dist
|
|
76
|
-
"dist
|
|
69
|
+
"dist-types/*": [
|
|
70
|
+
"dist-types/ts3.4/*"
|
|
77
71
|
]
|
|
78
72
|
}
|
|
79
73
|
},
|
|
@@ -82,6 +76,12 @@
|
|
|
82
76
|
"url": "https://aws.amazon.com/javascript/"
|
|
83
77
|
},
|
|
84
78
|
"license": "Apache-2.0",
|
|
79
|
+
"browser": {
|
|
80
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
81
|
+
},
|
|
82
|
+
"react-native": {
|
|
83
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
84
|
+
},
|
|
85
85
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dax",
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
package/{DAX.ts → src/DAX.ts}
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import {
|
|
3
4
|
CreateClusterCommand,
|
|
4
5
|
CreateClusterCommandInput,
|
|
@@ -92,7 +93,7 @@ import {
|
|
|
92
93
|
UpdateSubnetGroupCommandInput,
|
|
93
94
|
UpdateSubnetGroupCommandOutput,
|
|
94
95
|
} from "./commands/UpdateSubnetGroupCommand";
|
|
95
|
-
import {
|
|
96
|
+
import { DAXClient } from "./DAXClient";
|
|
96
97
|
|
|
97
98
|
/**
|
|
98
99
|
* <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
|
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
resolveEndpointsConfig,
|
|
7
|
+
resolveRegionConfig,
|
|
8
|
+
} from "@aws-sdk/config-resolver";
|
|
9
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
+
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
resolveHostHeaderConfig,
|
|
15
|
+
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
+
import {
|
|
19
|
+
AwsAuthInputConfig,
|
|
20
|
+
AwsAuthResolvedConfig,
|
|
21
|
+
getAwsAuthPlugin,
|
|
22
|
+
resolveAwsAuthConfig,
|
|
23
|
+
} from "@aws-sdk/middleware-signing";
|
|
24
|
+
import {
|
|
25
|
+
getUserAgentPlugin,
|
|
26
|
+
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
29
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
+
import {
|
|
32
|
+
Client as __Client,
|
|
33
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
+
} from "@aws-sdk/smithy-client";
|
|
36
|
+
import {
|
|
37
|
+
Credentials as __Credentials,
|
|
38
|
+
Decoder as __Decoder,
|
|
39
|
+
Encoder as __Encoder,
|
|
40
|
+
Hash as __Hash,
|
|
41
|
+
HashConstructor as __HashConstructor,
|
|
42
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
Logger as __Logger,
|
|
44
|
+
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
UrlParser as __UrlParser,
|
|
49
|
+
UserAgent as __UserAgent,
|
|
50
|
+
} from "@aws-sdk/types";
|
|
51
|
+
|
|
1
52
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
2
53
|
import {
|
|
3
54
|
CreateParameterGroupCommandInput,
|
|
@@ -44,56 +95,6 @@ import {
|
|
|
44
95
|
} from "./commands/UpdateParameterGroupCommand";
|
|
45
96
|
import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "./commands/UpdateSubnetGroupCommand";
|
|
46
97
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
47
|
-
import {
|
|
48
|
-
EndpointsInputConfig,
|
|
49
|
-
EndpointsResolvedConfig,
|
|
50
|
-
RegionInputConfig,
|
|
51
|
-
RegionResolvedConfig,
|
|
52
|
-
resolveEndpointsConfig,
|
|
53
|
-
resolveRegionConfig,
|
|
54
|
-
} from "@aws-sdk/config-resolver";
|
|
55
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
56
|
-
import {
|
|
57
|
-
HostHeaderInputConfig,
|
|
58
|
-
HostHeaderResolvedConfig,
|
|
59
|
-
getHostHeaderPlugin,
|
|
60
|
-
resolveHostHeaderConfig,
|
|
61
|
-
} from "@aws-sdk/middleware-host-header";
|
|
62
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
63
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
64
|
-
import {
|
|
65
|
-
AwsAuthInputConfig,
|
|
66
|
-
AwsAuthResolvedConfig,
|
|
67
|
-
getAwsAuthPlugin,
|
|
68
|
-
resolveAwsAuthConfig,
|
|
69
|
-
} from "@aws-sdk/middleware-signing";
|
|
70
|
-
import {
|
|
71
|
-
UserAgentInputConfig,
|
|
72
|
-
UserAgentResolvedConfig,
|
|
73
|
-
getUserAgentPlugin,
|
|
74
|
-
resolveUserAgentConfig,
|
|
75
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
76
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
77
|
-
import {
|
|
78
|
-
Client as __Client,
|
|
79
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
80
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
81
|
-
} from "@aws-sdk/smithy-client";
|
|
82
|
-
import {
|
|
83
|
-
Provider,
|
|
84
|
-
RegionInfoProvider,
|
|
85
|
-
Credentials as __Credentials,
|
|
86
|
-
Decoder as __Decoder,
|
|
87
|
-
Encoder as __Encoder,
|
|
88
|
-
Hash as __Hash,
|
|
89
|
-
HashConstructor as __HashConstructor,
|
|
90
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
91
|
-
Logger as __Logger,
|
|
92
|
-
Provider as __Provider,
|
|
93
|
-
StreamCollector as __StreamCollector,
|
|
94
|
-
UrlParser as __UrlParser,
|
|
95
|
-
UserAgent as __UserAgent,
|
|
96
|
-
} from "@aws-sdk/types";
|
|
97
98
|
|
|
98
99
|
export type ServiceInputTypes =
|
|
99
100
|
| CreateClusterCommandInput
|
|
@@ -299,13 +300,13 @@ export class DAXClient extends __Client<
|
|
|
299
300
|
readonly config: DAXClientResolvedConfig;
|
|
300
301
|
|
|
301
302
|
constructor(configuration: DAXClientConfig) {
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
303
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
304
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
305
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
306
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
307
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
308
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
309
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
309
310
|
super(_config_6);
|
|
310
311
|
this.config = _config_6;
|
|
311
312
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
2
|
-
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateClusterCommand,
|
|
5
|
-
serializeAws_json1_1CreateClusterCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
15
|
+
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1CreateClusterCommand,
|
|
18
|
+
serializeAws_json1_1CreateClusterCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
21
22
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
2
|
-
import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateParameterGroupCommand,
|
|
5
|
-
serializeAws_json1_1CreateParameterGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
15
|
+
import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1CreateParameterGroupCommand,
|
|
18
|
+
serializeAws_json1_1CreateParameterGroupCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface CreateParameterGroupCommandInput extends CreateParameterGroupRequest {}
|
|
21
22
|
export interface CreateParameterGroupCommandOutput extends CreateParameterGroupResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
2
|
-
import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateSubnetGroupCommand,
|
|
5
|
-
serializeAws_json1_1CreateSubnetGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
15
|
+
import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1CreateSubnetGroupCommand,
|
|
18
|
+
serializeAws_json1_1CreateSubnetGroupCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface CreateSubnetGroupCommandInput extends CreateSubnetGroupRequest {}
|
|
21
22
|
export interface CreateSubnetGroupCommandOutput extends CreateSubnetGroupResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
2
|
-
import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DecreaseReplicationFactorCommand,
|
|
5
|
-
serializeAws_json1_1DecreaseReplicationFactorCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
15
|
+
import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DecreaseReplicationFactorCommand,
|
|
18
|
+
serializeAws_json1_1DecreaseReplicationFactorCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DecreaseReplicationFactorCommandInput extends DecreaseReplicationFactorRequest {}
|
|
21
22
|
export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicationFactorResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
2
|
-
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DeleteClusterCommand,
|
|
5
|
-
serializeAws_json1_1DeleteClusterCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
15
|
+
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DeleteClusterCommand,
|
|
18
|
+
serializeAws_json1_1DeleteClusterCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
21
22
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
2
|
-
import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DeleteParameterGroupCommand,
|
|
5
|
-
serializeAws_json1_1DeleteParameterGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
15
|
+
import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DeleteParameterGroupCommand,
|
|
18
|
+
serializeAws_json1_1DeleteParameterGroupCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteParameterGroupCommandInput extends DeleteParameterGroupRequest {}
|
|
21
22
|
export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupResponse, __MetadataBearer {}
|
|
22
23
|
|