@aws-sdk/client-cloudfront-keyvaluestore 3.614.0 → 3.617.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/index.js +6 -6
- package/dist-es/CloudFrontKeyValueStoreClient.js +6 -6
- package/dist-types/CloudFrontKeyValueStoreClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CloudFrontKeyValueStoreClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -103,20 +103,20 @@ var _CloudFrontKeyValueStoreClient = class _CloudFrontKeyValueStoreClient extend
|
|
|
103
103
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
104
104
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
105
105
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
106
|
-
const _config_4 = (0,
|
|
107
|
-
const _config_5 = (0,
|
|
108
|
-
const _config_6 = (0,
|
|
109
|
-
const _config_7 = (0,
|
|
106
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
107
|
+
const _config_5 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_4);
|
|
108
|
+
const _config_6 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_5);
|
|
109
|
+
const _config_7 = (0, import_middleware_retry.resolveRetryConfig)(_config_6);
|
|
110
110
|
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
111
111
|
super(_config_8);
|
|
112
112
|
this.config = _config_8;
|
|
113
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
114
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
115
113
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
116
114
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
117
115
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
118
116
|
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
119
117
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
118
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
119
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
@@ -18,20 +18,20 @@ export class CloudFrontKeyValueStoreClient extends __Client {
|
|
|
18
18
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
19
19
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
20
20
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
21
|
-
const _config_4 =
|
|
22
|
-
const _config_5 =
|
|
23
|
-
const _config_6 =
|
|
24
|
-
const _config_7 =
|
|
21
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
22
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
23
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
24
|
+
const _config_7 = resolveRetryConfig(_config_6);
|
|
25
25
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
26
26
|
super(_config_8);
|
|
27
27
|
this.config = _config_8;
|
|
28
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
29
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
30
28
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
31
29
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
32
30
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
33
31
|
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
34
32
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
33
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
35
35
|
}
|
|
36
36
|
destroy() {
|
|
37
37
|
super.destroy();
|
|
@@ -137,7 +137,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
137
137
|
/**
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
|
-
export type CloudFrontKeyValueStoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> &
|
|
140
|
+
export type CloudFrontKeyValueStoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & RetryInputConfig & ClientInputEndpointParameters;
|
|
141
141
|
/**
|
|
142
142
|
* @public
|
|
143
143
|
*
|
|
@@ -148,7 +148,7 @@ export interface CloudFrontKeyValueStoreClientConfig extends CloudFrontKeyValueS
|
|
|
148
148
|
/**
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
|
-
export type CloudFrontKeyValueStoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> &
|
|
151
|
+
export type CloudFrontKeyValueStoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & ClientResolvedEndpointParameters;
|
|
152
152
|
/**
|
|
153
153
|
* @public
|
|
154
154
|
*
|
|
@@ -32,7 +32,6 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
37
36
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
38
37
|
signingEscapePath?: boolean | undefined;
|
|
@@ -40,4 +39,5 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
40
39
|
signingRegion?: string | undefined;
|
|
41
40
|
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
42
41
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
42
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
43
43
|
};
|
|
@@ -32,7 +32,6 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
37
36
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
38
37
|
signingEscapePath?: boolean | undefined;
|
|
@@ -40,4 +39,5 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
40
39
|
signingRegion?: string | undefined;
|
|
41
40
|
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
42
41
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
42
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
43
43
|
};
|
|
@@ -31,7 +31,6 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
31
31
|
logger?: import("@smithy/types").Logger | undefined;
|
|
32
32
|
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
34
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
36
35
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
37
36
|
signingEscapePath?: boolean | undefined;
|
|
@@ -39,4 +38,5 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
39
38
|
signingRegion?: string | undefined;
|
|
40
39
|
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
41
40
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
42
42
|
};
|
|
@@ -121,10 +121,10 @@ export type CloudFrontKeyValueStoreClientConfigType = Partial<
|
|
|
121
121
|
ClientDefaults &
|
|
122
122
|
RegionInputConfig &
|
|
123
123
|
EndpointInputConfig<EndpointParameters> &
|
|
124
|
-
RetryInputConfig &
|
|
125
124
|
HostHeaderInputConfig &
|
|
126
125
|
AwsAuthInputConfig &
|
|
127
126
|
UserAgentInputConfig &
|
|
127
|
+
RetryInputConfig &
|
|
128
128
|
ClientInputEndpointParameters;
|
|
129
129
|
export interface CloudFrontKeyValueStoreClientConfig
|
|
130
130
|
extends CloudFrontKeyValueStoreClientConfigType {}
|
|
@@ -134,10 +134,10 @@ export type CloudFrontKeyValueStoreClientResolvedConfigType =
|
|
|
134
134
|
RuntimeExtensionsConfig &
|
|
135
135
|
RegionResolvedConfig &
|
|
136
136
|
EndpointResolvedConfig<EndpointParameters> &
|
|
137
|
-
RetryResolvedConfig &
|
|
138
137
|
HostHeaderResolvedConfig &
|
|
139
138
|
AwsAuthResolvedConfig &
|
|
140
139
|
UserAgentResolvedConfig &
|
|
140
|
+
RetryResolvedConfig &
|
|
141
141
|
ClientResolvedEndpointParameters;
|
|
142
142
|
export interface CloudFrontKeyValueStoreClientResolvedConfig
|
|
143
143
|
extends CloudFrontKeyValueStoreClientResolvedConfigType {}
|
|
@@ -58,10 +58,6 @@ export declare const getRuntimeConfig: (
|
|
|
58
58
|
}
|
|
59
59
|
) => import("@smithy/types").EndpointV2;
|
|
60
60
|
tls?: boolean | undefined;
|
|
61
|
-
retryStrategy?:
|
|
62
|
-
| import("@smithy/types").RetryStrategy
|
|
63
|
-
| import("@smithy/types").RetryStrategyV2
|
|
64
|
-
| undefined;
|
|
65
61
|
credentials?:
|
|
66
62
|
| import("@smithy/types").AwsCredentialIdentity
|
|
67
63
|
| import("@smithy/types").Provider<
|
|
@@ -84,4 +80,8 @@ export declare const getRuntimeConfig: (
|
|
|
84
80
|
) => import("@smithy/types").RequestSigner)
|
|
85
81
|
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
86
82
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
83
|
+
retryStrategy?:
|
|
84
|
+
| import("@smithy/types").RetryStrategy
|
|
85
|
+
| import("@smithy/types").RetryStrategyV2
|
|
86
|
+
| undefined;
|
|
87
87
|
};
|
|
@@ -62,10 +62,6 @@ export declare const getRuntimeConfig: (
|
|
|
62
62
|
}
|
|
63
63
|
) => import("@smithy/types").EndpointV2;
|
|
64
64
|
tls?: boolean | undefined;
|
|
65
|
-
retryStrategy?:
|
|
66
|
-
| import("@smithy/types").RetryStrategy
|
|
67
|
-
| import("@smithy/types").RetryStrategyV2
|
|
68
|
-
| undefined;
|
|
69
65
|
credentials?:
|
|
70
66
|
| import("@smithy/types").AwsCredentialIdentity
|
|
71
67
|
| import("@smithy/types").Provider<
|
|
@@ -88,4 +84,8 @@ export declare const getRuntimeConfig: (
|
|
|
88
84
|
) => import("@smithy/types").RequestSigner)
|
|
89
85
|
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
90
86
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
87
|
+
retryStrategy?:
|
|
88
|
+
| import("@smithy/types").RetryStrategy
|
|
89
|
+
| import("@smithy/types").RetryStrategyV2
|
|
90
|
+
| undefined;
|
|
91
91
|
};
|
|
@@ -52,10 +52,6 @@ export declare const getRuntimeConfig: (
|
|
|
52
52
|
}
|
|
53
53
|
) => import("@smithy/types").EndpointV2;
|
|
54
54
|
tls?: boolean | undefined;
|
|
55
|
-
retryStrategy?:
|
|
56
|
-
| import("@smithy/types").RetryStrategy
|
|
57
|
-
| import("@smithy/types").RetryStrategyV2
|
|
58
|
-
| undefined;
|
|
59
55
|
credentials?:
|
|
60
56
|
| import("@smithy/types").AwsCredentialIdentity
|
|
61
57
|
| import("@smithy/types").Provider<
|
|
@@ -78,4 +74,8 @@ export declare const getRuntimeConfig: (
|
|
|
78
74
|
) => import("@smithy/types").RequestSigner)
|
|
79
75
|
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
80
76
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
77
|
+
retryStrategy?:
|
|
78
|
+
| import("@smithy/types").RetryStrategy
|
|
79
|
+
| import("@smithy/types").RetryStrategyV2
|
|
80
|
+
| undefined;
|
|
81
81
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront-keyvaluestore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Keyvaluestore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.617.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront-keyvaluestore",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.616.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.616.0",
|
|
25
|
+
"@aws-sdk/core": "3.616.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.616.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.616.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.616.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.616.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.616.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
33
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
33
|
+
"@aws-sdk/signature-v4-multi-region": "3.617.0",
|
|
34
34
|
"@aws-sdk/types": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
37
37
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
38
38
|
"@smithy/config-resolver": "^3.0.5",
|
|
39
|
-
"@smithy/core": "^2.2.
|
|
40
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
+
"@smithy/core": "^2.2.7",
|
|
40
|
+
"@smithy/fetch-http-handler": "^3.2.2",
|
|
41
41
|
"@smithy/hash-node": "^3.0.3",
|
|
42
42
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
43
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
+
"@smithy/middleware-content-length": "^3.0.4",
|
|
44
44
|
"@smithy/middleware-endpoint": "^3.0.5",
|
|
45
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
+
"@smithy/middleware-retry": "^3.0.10",
|
|
46
46
|
"@smithy/middleware-serde": "^3.0.3",
|
|
47
47
|
"@smithy/middleware-stack": "^3.0.3",
|
|
48
48
|
"@smithy/node-config-provider": "^3.1.4",
|
|
49
|
-
"@smithy/node-http-handler": "^3.1.
|
|
50
|
-
"@smithy/protocol-http": "^4.0.
|
|
51
|
-
"@smithy/smithy-client": "^3.1.
|
|
49
|
+
"@smithy/node-http-handler": "^3.1.3",
|
|
50
|
+
"@smithy/protocol-http": "^4.0.4",
|
|
51
|
+
"@smithy/smithy-client": "^3.1.8",
|
|
52
52
|
"@smithy/types": "^3.3.0",
|
|
53
53
|
"@smithy/url-parser": "^3.0.3",
|
|
54
54
|
"@smithy/util-base64": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^3.0.10",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^3.0.10",
|
|
59
59
|
"@smithy/util-endpoints": "^2.0.5",
|
|
60
60
|
"@smithy/util-retry": "^3.0.3",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|