@aws-sdk/client-cloudfront 3.54.0 → 3.56.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/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +36 -36
|
@@ -11,7 +11,7 @@ class GetResponseHeadersPolicyCommand 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 GetResponseHeadersPolicyCommand 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_restXmlGetResponseHeadersPolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlGetResponseHeadersPolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlGetResponseHeadersPolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlGetResponseHeadersPolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.GetResponseHeadersPolicyCommand = GetResponseHeadersPolicyCommand;
|
|
@@ -11,7 +11,7 @@ class GetResponseHeadersPolicyConfigCommand 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 GetResponseHeadersPolicyConfigCommand 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_restXmlGetResponseHeadersPolicyConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlGetResponseHeadersPolicyConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlGetResponseHeadersPolicyConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlGetResponseHeadersPolicyConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.GetResponseHeadersPolicyConfigCommand = GetResponseHeadersPolicyConfigCommand;
|
|
@@ -11,7 +11,7 @@ class GetStreamingDistributionCommand 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 GetStreamingDistributionCommand 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_restXmlGetStreamingDistributionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlGetStreamingDistributionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlGetStreamingDistributionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlGetStreamingDistributionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.GetStreamingDistributionCommand = GetStreamingDistributionCommand;
|
|
@@ -11,7 +11,7 @@ class GetStreamingDistributionConfigCommand 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 GetStreamingDistributionConfigCommand 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_restXmlGetStreamingDistributionConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlGetStreamingDistributionConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlGetStreamingDistributionConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlGetStreamingDistributionConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.GetStreamingDistributionConfigCommand = GetStreamingDistributionConfigCommand;
|
|
@@ -11,7 +11,7 @@ class ListCachePoliciesCommand 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 ListCachePoliciesCommand 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_restXmlListCachePoliciesCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListCachePoliciesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListCachePoliciesCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListCachePoliciesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListCachePoliciesCommand = ListCachePoliciesCommand;
|
|
@@ -11,7 +11,7 @@ class ListCloudFrontOriginAccessIdentitiesCommand 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 ListCloudFrontOriginAccessIdentitiesCommand 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_restXmlListCloudFrontOriginAccessIdentitiesCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListCloudFrontOriginAccessIdentitiesCommand = ListCloudFrontOriginAccessIdentitiesCommand;
|
|
@@ -11,7 +11,7 @@ class ListConflictingAliasesCommand 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 ListConflictingAliasesCommand 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_restXmlListConflictingAliasesCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListConflictingAliasesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListConflictingAliasesCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListConflictingAliasesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListConflictingAliasesCommand = ListConflictingAliasesCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsByCachePolicyIdCommand 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 ListDistributionsByCachePolicyIdCommand 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_restXmlListDistributionsByCachePolicyIdCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsByCachePolicyIdCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsByCachePolicyIdCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsByCachePolicyIdCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsByCachePolicyIdCommand = ListDistributionsByCachePolicyIdCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsByKeyGroupCommand 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 ListDistributionsByKeyGroupCommand 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_restXmlListDistributionsByKeyGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsByKeyGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsByKeyGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsByKeyGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsByKeyGroupCommand = ListDistributionsByKeyGroupCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsByOriginRequestPolicyIdCommand extends smithy_client_1.Co
|
|
|
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 ListDistributionsByOriginRequestPolicyIdCommand extends smithy_client_1.Co
|
|
|
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_restXmlListDistributionsByOriginRequestPolicyIdCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsByOriginRequestPolicyIdCommand = ListDistributionsByOriginRequestPolicyIdCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsByRealtimeLogConfigCommand 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 ListDistributionsByRealtimeLogConfigCommand 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_restXmlListDistributionsByRealtimeLogConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsByRealtimeLogConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsByRealtimeLogConfigCommand = ListDistributionsByRealtimeLogConfigCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsByResponseHeadersPolicyIdCommand extends smithy_client_1.
|
|
|
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 ListDistributionsByResponseHeadersPolicyIdCommand extends smithy_client_1.
|
|
|
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_restXmlListDistributionsByResponseHeadersPolicyIdCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsByResponseHeadersPolicyIdCommand = ListDistributionsByResponseHeadersPolicyIdCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsByWebACLIdCommand 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 ListDistributionsByWebACLIdCommand 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_restXmlListDistributionsByWebACLIdCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsByWebACLIdCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsByWebACLIdCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsByWebACLIdCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsByWebACLIdCommand = ListDistributionsByWebACLIdCommand;
|
|
@@ -11,7 +11,7 @@ class ListDistributionsCommand 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 ListDistributionsCommand 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_restXmlListDistributionsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListDistributionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListDistributionsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListDistributionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListDistributionsCommand = ListDistributionsCommand;
|
|
@@ -11,7 +11,7 @@ class ListFieldLevelEncryptionConfigsCommand 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 ListFieldLevelEncryptionConfigsCommand 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_restXmlListFieldLevelEncryptionConfigsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListFieldLevelEncryptionConfigsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListFieldLevelEncryptionConfigsCommand = ListFieldLevelEncryptionConfigsCommand;
|
|
@@ -11,7 +11,7 @@ class ListFieldLevelEncryptionProfilesCommand 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 ListFieldLevelEncryptionProfilesCommand 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_restXmlListFieldLevelEncryptionProfilesCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListFieldLevelEncryptionProfilesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListFieldLevelEncryptionProfilesCommand = ListFieldLevelEncryptionProfilesCommand;
|
|
@@ -11,7 +11,7 @@ class ListFunctionsCommand 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 ListFunctionsCommand 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_restXmlListFunctionsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListFunctionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListFunctionsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListFunctionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListFunctionsCommand = ListFunctionsCommand;
|
|
@@ -11,7 +11,7 @@ class ListInvalidationsCommand 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 ListInvalidationsCommand 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_restXmlListInvalidationsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListInvalidationsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListInvalidationsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListInvalidationsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListInvalidationsCommand = ListInvalidationsCommand;
|
|
@@ -11,7 +11,7 @@ class ListKeyGroupsCommand 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 ListKeyGroupsCommand 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_restXmlListKeyGroupsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListKeyGroupsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListKeyGroupsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListKeyGroupsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListKeyGroupsCommand = ListKeyGroupsCommand;
|
|
@@ -11,7 +11,7 @@ class ListOriginRequestPoliciesCommand 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 ListOriginRequestPoliciesCommand 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_restXmlListOriginRequestPoliciesCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListOriginRequestPoliciesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListOriginRequestPoliciesCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListOriginRequestPoliciesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListOriginRequestPoliciesCommand = ListOriginRequestPoliciesCommand;
|
|
@@ -11,7 +11,7 @@ class ListPublicKeysCommand 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 ListPublicKeysCommand 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_restXmlListPublicKeysCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListPublicKeysCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListPublicKeysCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListPublicKeysCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListPublicKeysCommand = ListPublicKeysCommand;
|
|
@@ -11,7 +11,7 @@ class ListRealtimeLogConfigsCommand 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 ListRealtimeLogConfigsCommand 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_restXmlListRealtimeLogConfigsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListRealtimeLogConfigsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListRealtimeLogConfigsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListRealtimeLogConfigsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListRealtimeLogConfigsCommand = ListRealtimeLogConfigsCommand;
|
|
@@ -11,7 +11,7 @@ class ListResponseHeadersPoliciesCommand 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 ListResponseHeadersPoliciesCommand 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_restXmlListResponseHeadersPoliciesCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListResponseHeadersPoliciesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListResponseHeadersPoliciesCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListResponseHeadersPoliciesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListResponseHeadersPoliciesCommand = ListResponseHeadersPoliciesCommand;
|
|
@@ -11,7 +11,7 @@ class ListStreamingDistributionsCommand 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 ListStreamingDistributionsCommand 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_restXmlListStreamingDistributionsCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListStreamingDistributionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListStreamingDistributionsCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListStreamingDistributionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListStreamingDistributionsCommand = ListStreamingDistributionsCommand;
|
|
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand 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 ListTagsForResourceCommand 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_restXmlListTagsForResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlListTagsForResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlListTagsForResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlListTagsForResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -11,7 +11,7 @@ class PublishFunctionCommand 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 PublishFunctionCommand 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_restXmlPublishFunctionCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlPublishFunctionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlPublishFunctionCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlPublishFunctionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.PublishFunctionCommand = PublishFunctionCommand;
|
|
@@ -11,7 +11,7 @@ class TagResourceCommand 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 TagResourceCommand 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_restXmlTagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_restXml_1.serializeAws_restXmlTagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restXml_1.deserializeAws_restXmlTagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_restXml_1.deserializeAws_restXmlTagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TagResourceCommand = TagResourceCommand;
|