@aws-sdk/client-cloudfront 3.53.0 → 3.55.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 +24 -0
- package/dist-cjs/CloudFrontClient.js +13 -13
- package/dist-cjs/commands/AssociateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateCachePolicyCommand.js +3 -3
- package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +3 -3
- package/dist-cjs/commands/CreateDistributionCommand.js +3 -3
- package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +3 -3
- package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +3 -3
- package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +3 -3
- package/dist-cjs/commands/CreateFunctionCommand.js +3 -3
- package/dist-cjs/commands/CreateInvalidationCommand.js +3 -3
- package/dist-cjs/commands/CreateKeyGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +3 -3
- package/dist-cjs/commands/CreatePublicKeyCommand.js +3 -3
- package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +3 -3
- package/dist-cjs/commands/CreateResponseHeadersPolicyCommand.js +3 -3
- package/dist-cjs/commands/CreateStreamingDistributionCommand.js +3 -3
- package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteCachePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +3 -3
- package/dist-cjs/commands/DeleteDistributionCommand.js +3 -3
- package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +3 -3
- package/dist-cjs/commands/DeleteFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteKeyGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeletePublicKeyCommand.js +3 -3
- package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteResponseHeadersPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +3 -3
- package/dist-cjs/commands/DescribeFunctionCommand.js +3 -3
- package/dist-cjs/commands/GetCachePolicyCommand.js +3 -3
- package/dist-cjs/commands/GetCachePolicyConfigCommand.js +3 -3
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +3 -3
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionConfigCommand.js +3 -3
- package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +3 -3
- package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +3 -3
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +3 -3
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +3 -3
- package/dist-cjs/commands/GetFunctionCommand.js +3 -3
- package/dist-cjs/commands/GetInvalidationCommand.js +3 -3
- package/dist-cjs/commands/GetKeyGroupCommand.js +3 -3
- package/dist-cjs/commands/GetKeyGroupConfigCommand.js +3 -3
- package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +3 -3
- package/dist-cjs/commands/GetPublicKeyCommand.js +3 -3
- package/dist-cjs/commands/GetPublicKeyConfigCommand.js +3 -3
- package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +3 -3
- package/dist-cjs/commands/GetResponseHeadersPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetResponseHeadersPolicyConfigCommand.js +3 -3
- package/dist-cjs/commands/GetStreamingDistributionCommand.js +3 -3
- package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +3 -3
- package/dist-cjs/commands/ListCachePoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +3 -3
- package/dist-cjs/commands/ListConflictingAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +3 -3
- package/dist-cjs/commands/ListDistributionsCommand.js +3 -3
- package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListFunctionsCommand.js +3 -3
- package/dist-cjs/commands/ListInvalidationsCommand.js +3 -3
- package/dist-cjs/commands/ListKeyGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListPublicKeysCommand.js +3 -3
- package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListResponseHeadersPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListStreamingDistributionsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PublishFunctionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestFunctionCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateCachePolicyCommand.js +3 -3
- package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +3 -3
- package/dist-cjs/commands/UpdateDistributionCommand.js +3 -3
- package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +3 -3
- package/dist-cjs/commands/UpdateFunctionCommand.js +3 -3
- package/dist-cjs/commands/UpdateKeyGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +3 -3
- package/dist-cjs/commands/UpdatePublicKeyCommand.js +3 -3
- package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateResponseHeadersPolicyCommand.js +3 -3
- package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restXml.js +893 -893
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForDistributionDeployed.js +3 -3
- package/dist-cjs/waiters/waitForInvalidationCompleted.js +3 -3
- package/dist-cjs/waiters/waitForStreamingDistributionDeployed.js +3 -3
- package/dist-es/CloudFront.js +92 -92
- package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +4 -4
- package/dist-es/pagination/ListDistributionsPaginator.js +4 -4
- package/dist-es/pagination/ListInvalidationsPaginator.js +4 -4
- package/dist-es/pagination/ListStreamingDistributionsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restXml.js +92 -92
- package/dist-types/CloudFrontClient.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 +3 -3
- package/dist-types/ts3.4/CloudFrontClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +36 -36
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudfront
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudfront
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudfront
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
31
|
|
|
8
32
|
|
|
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
class CloudFrontClient extends smithy_client_1.Client {
|
|
14
14
|
constructor(configuration) {
|
|
15
|
-
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
-
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
-
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
-
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
-
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
-
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
-
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
15
|
+
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
|
|
16
|
+
const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
|
|
17
|
+
const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
|
|
18
|
+
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
19
|
+
const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
|
|
20
|
+
const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
|
|
21
|
+
const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
|
|
22
22
|
super(_config_6);
|
|
23
23
|
this.config = _config_6;
|
|
24
|
-
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
25
|
-
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
|
|
26
|
-
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
|
|
27
|
-
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
|
|
28
|
-
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
29
|
-
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
24
|
+
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
25
|
+
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
|
+
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
|
+
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
28
|
+
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
30
|
}
|
|
31
31
|
destroy() {
|
|
32
32
|
super.destroy();
|
|
@@ -11,7 +11,7 @@ class AssociateAliasCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class AssociateAliasCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlAssociateAliasCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlAssociateAliasCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlAssociateAliasCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlAssociateAliasCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.AssociateAliasCommand = AssociateAliasCommand;
|
|
@@ -11,7 +11,7 @@ class CreateCachePolicyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateCachePolicyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateCachePolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateCachePolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateCachePolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateCachePolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateCachePolicyCommand = CreateCachePolicyCommand;
|
|
@@ -11,7 +11,7 @@ class CreateCloudFrontOriginAccessIdentityCommand extends smithy_client_1.Comman
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateCloudFrontOriginAccessIdentityCommand extends smithy_client_1.Comman
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateCloudFrontOriginAccessIdentityCommand = CreateCloudFrontOriginAccessIdentityCommand;
|
|
@@ -11,7 +11,7 @@ class CreateDistributionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateDistributionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateDistributionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateDistributionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateDistributionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateDistributionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateDistributionCommand = CreateDistributionCommand;
|
|
@@ -11,7 +11,7 @@ class CreateDistributionWithTagsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateDistributionWithTagsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateDistributionWithTagsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateDistributionWithTagsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateDistributionWithTagsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateDistributionWithTagsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateDistributionWithTagsCommand = CreateDistributionWithTagsCommand;
|
|
@@ -11,7 +11,7 @@ class CreateFieldLevelEncryptionConfigCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateFieldLevelEncryptionConfigCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateFieldLevelEncryptionConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateFieldLevelEncryptionConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateFieldLevelEncryptionConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateFieldLevelEncryptionConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateFieldLevelEncryptionConfigCommand = CreateFieldLevelEncryptionConfigCommand;
|
|
@@ -11,7 +11,7 @@ class CreateFieldLevelEncryptionProfileCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateFieldLevelEncryptionProfileCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateFieldLevelEncryptionProfileCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateFieldLevelEncryptionProfileCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateFieldLevelEncryptionProfileCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateFieldLevelEncryptionProfileCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateFieldLevelEncryptionProfileCommand = CreateFieldLevelEncryptionProfileCommand;
|
|
@@ -11,7 +11,7 @@ class CreateFunctionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateFunctionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateFunctionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateFunctionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateFunctionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateFunctionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateFunctionCommand = CreateFunctionCommand;
|
|
@@ -11,7 +11,7 @@ class CreateInvalidationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateInvalidationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateInvalidationCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateInvalidationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateInvalidationCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateInvalidationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateInvalidationCommand = CreateInvalidationCommand;
|
|
@@ -11,7 +11,7 @@ class CreateKeyGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateKeyGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateKeyGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateKeyGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateKeyGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateKeyGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateKeyGroupCommand = CreateKeyGroupCommand;
|
|
@@ -11,7 +11,7 @@ class CreateMonitoringSubscriptionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateMonitoringSubscriptionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateMonitoringSubscriptionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateMonitoringSubscriptionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateMonitoringSubscriptionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateMonitoringSubscriptionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateMonitoringSubscriptionCommand = CreateMonitoringSubscriptionCommand;
|
|
@@ -11,7 +11,7 @@ class CreateOriginRequestPolicyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateOriginRequestPolicyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateOriginRequestPolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateOriginRequestPolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateOriginRequestPolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateOriginRequestPolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateOriginRequestPolicyCommand = CreateOriginRequestPolicyCommand;
|
|
@@ -11,7 +11,7 @@ class CreatePublicKeyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreatePublicKeyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreatePublicKeyCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreatePublicKeyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreatePublicKeyCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreatePublicKeyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreatePublicKeyCommand = CreatePublicKeyCommand;
|
|
@@ -11,7 +11,7 @@ class CreateRealtimeLogConfigCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateRealtimeLogConfigCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateRealtimeLogConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateRealtimeLogConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateRealtimeLogConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateRealtimeLogConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateRealtimeLogConfigCommand = CreateRealtimeLogConfigCommand;
|
|
@@ -11,7 +11,7 @@ class CreateResponseHeadersPolicyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateResponseHeadersPolicyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateResponseHeadersPolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateResponseHeadersPolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateResponseHeadersPolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateResponseHeadersPolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateResponseHeadersPolicyCommand = CreateResponseHeadersPolicyCommand;
|
|
@@ -11,7 +11,7 @@ class CreateStreamingDistributionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateStreamingDistributionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateStreamingDistributionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateStreamingDistributionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateStreamingDistributionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateStreamingDistributionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateStreamingDistributionCommand = CreateStreamingDistributionCommand;
|
|
@@ -11,7 +11,7 @@ class CreateStreamingDistributionWithTagsCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class CreateStreamingDistributionWithTagsCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlCreateStreamingDistributionWithTagsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlCreateStreamingDistributionWithTagsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateStreamingDistributionWithTagsCommand = CreateStreamingDistributionWithTagsCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteCachePolicyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteCachePolicyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteCachePolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteCachePolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteCachePolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteCachePolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteCachePolicyCommand = DeleteCachePolicyCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteCloudFrontOriginAccessIdentityCommand extends smithy_client_1.Comman
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteCloudFrontOriginAccessIdentityCommand extends smithy_client_1.Comman
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteCloudFrontOriginAccessIdentityCommand = DeleteCloudFrontOriginAccessIdentityCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteDistributionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteDistributionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteDistributionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteDistributionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteDistributionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteDistributionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteDistributionCommand = DeleteDistributionCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteFieldLevelEncryptionConfigCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteFieldLevelEncryptionConfigCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteFieldLevelEncryptionConfigCommand = DeleteFieldLevelEncryptionConfigCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteFieldLevelEncryptionProfileCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteFieldLevelEncryptionProfileCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteFieldLevelEncryptionProfileCommand = DeleteFieldLevelEncryptionProfileCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteFunctionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteFunctionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteFunctionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteFunctionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteFunctionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteFunctionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteFunctionCommand = DeleteFunctionCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteKeyGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFrontClient";
|
|
@@ -27,10 +27,10 @@ class DeleteKeyGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restXml_1.serializeAws_restXmlDeleteKeyGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlDeleteKeyGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlDeleteKeyGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlDeleteKeyGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteKeyGroupCommand = DeleteKeyGroupCommand;
|