@aws-sdk/client-cloudfront 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudFront.d.ts +1754 -495
  3. package/dist-types/ts3.4/CloudFrontClient.d.ts +692 -171
  4. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +31 -17
  23. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +31 -17
  25. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +30 -17
  33. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +32 -17
  76. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +36 -17
  77. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  85. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  87. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  89. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +36 -17
  92. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +39 -17
  94. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +35 -17
  95. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +35 -17
  96. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -17
  99. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +39 -17
  102. package/dist-types/ts3.4/commands/index.d.ts +98 -98
  103. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  104. package/dist-types/ts3.4/index.d.ts +7 -7
  105. package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +7 -6
  106. package/dist-types/ts3.4/models/index.d.ts +2 -2
  107. package/dist-types/ts3.4/models/models_0.d.ts +2338 -230
  108. package/dist-types/ts3.4/models/models_1.d.ts +1497 -1748
  109. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  110. package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  115. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  120. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  121. package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +11 -7
  122. package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +11 -7
  123. package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +11 -7
  124. package/package.json +36 -36
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteFieldLevelEncryptionProfileRequest } from "../models/models_1";
5
- export interface DeleteFieldLevelEncryptionProfileCommandInput extends DeleteFieldLevelEncryptionProfileRequest {
6
- }
7
- export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFieldLevelEncryptionProfileCommand extends $Command<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteFieldLevelEncryptionProfileCommandInput;
12
- constructor(input: DeleteFieldLevelEncryptionProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteFieldLevelEncryptionProfileRequest } from "../models/models_1";
14
+ export interface DeleteFieldLevelEncryptionProfileCommandInput
15
+ extends DeleteFieldLevelEncryptionProfileRequest {}
16
+ export interface DeleteFieldLevelEncryptionProfileCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteFieldLevelEncryptionProfileCommand extends $Command<
19
+ DeleteFieldLevelEncryptionProfileCommandInput,
20
+ DeleteFieldLevelEncryptionProfileCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFieldLevelEncryptionProfileCommandInput;
24
+ constructor(input: DeleteFieldLevelEncryptionProfileCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteFieldLevelEncryptionProfileCommandInput,
31
+ DeleteFieldLevelEncryptionProfileCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteFunctionRequest } from "../models/models_1";
5
- export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
6
- }
7
- export interface DeleteFunctionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteFunctionCommandInput;
12
- constructor(input: DeleteFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteFunctionRequest } from "../models/models_1";
14
+ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
15
+ export interface DeleteFunctionCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteFunctionCommand extends $Command<
17
+ DeleteFunctionCommandInput,
18
+ DeleteFunctionCommandOutput,
19
+ CloudFrontClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteFunctionCommandInput;
22
+ constructor(input: DeleteFunctionCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFrontClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteKeyGroupRequest } from "../models/models_1";
5
- export interface DeleteKeyGroupCommandInput extends DeleteKeyGroupRequest {
6
- }
7
- export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteKeyGroupCommand extends $Command<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteKeyGroupCommandInput;
12
- constructor(input: DeleteKeyGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteKeyGroupRequest } from "../models/models_1";
14
+ export interface DeleteKeyGroupCommandInput extends DeleteKeyGroupRequest {}
15
+ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteKeyGroupCommand extends $Command<
17
+ DeleteKeyGroupCommandInput,
18
+ DeleteKeyGroupCommandOutput,
19
+ CloudFrontClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteKeyGroupCommandInput;
22
+ constructor(input: DeleteKeyGroupCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFrontClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteMonitoringSubscriptionRequest, DeleteMonitoringSubscriptionResult } from "../models/models_1";
5
- export interface DeleteMonitoringSubscriptionCommandInput extends DeleteMonitoringSubscriptionRequest {
6
- }
7
- export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitoringSubscriptionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMonitoringSubscriptionCommand extends $Command<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteMonitoringSubscriptionCommandInput;
12
- constructor(input: DeleteMonitoringSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import {
14
+ DeleteMonitoringSubscriptionRequest,
15
+ DeleteMonitoringSubscriptionResult,
16
+ } from "../models/models_1";
17
+ export interface DeleteMonitoringSubscriptionCommandInput
18
+ extends DeleteMonitoringSubscriptionRequest {}
19
+ export interface DeleteMonitoringSubscriptionCommandOutput
20
+ extends DeleteMonitoringSubscriptionResult,
21
+ __MetadataBearer {}
22
+ export declare class DeleteMonitoringSubscriptionCommand extends $Command<
23
+ DeleteMonitoringSubscriptionCommandInput,
24
+ DeleteMonitoringSubscriptionCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteMonitoringSubscriptionCommandInput;
28
+ constructor(input: DeleteMonitoringSubscriptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteMonitoringSubscriptionCommandInput,
35
+ DeleteMonitoringSubscriptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteOriginAccessControlRequest } from "../models/models_1";
5
- export interface DeleteOriginAccessControlCommandInput extends DeleteOriginAccessControlRequest {
6
- }
7
- export interface DeleteOriginAccessControlCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteOriginAccessControlCommand extends $Command<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteOriginAccessControlCommandInput;
12
- constructor(input: DeleteOriginAccessControlCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteOriginAccessControlRequest } from "../models/models_1";
14
+ export interface DeleteOriginAccessControlCommandInput
15
+ extends DeleteOriginAccessControlRequest {}
16
+ export interface DeleteOriginAccessControlCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteOriginAccessControlCommand extends $Command<
19
+ DeleteOriginAccessControlCommandInput,
20
+ DeleteOriginAccessControlCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteOriginAccessControlCommandInput;
24
+ constructor(input: DeleteOriginAccessControlCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteOriginAccessControlCommandInput,
31
+ DeleteOriginAccessControlCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteOriginRequestPolicyRequest } from "../models/models_1";
5
- export interface DeleteOriginRequestPolicyCommandInput extends DeleteOriginRequestPolicyRequest {
6
- }
7
- export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteOriginRequestPolicyCommand extends $Command<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteOriginRequestPolicyCommandInput;
12
- constructor(input: DeleteOriginRequestPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteOriginRequestPolicyRequest } from "../models/models_1";
14
+ export interface DeleteOriginRequestPolicyCommandInput
15
+ extends DeleteOriginRequestPolicyRequest {}
16
+ export interface DeleteOriginRequestPolicyCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteOriginRequestPolicyCommand extends $Command<
19
+ DeleteOriginRequestPolicyCommandInput,
20
+ DeleteOriginRequestPolicyCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteOriginRequestPolicyCommandInput;
24
+ constructor(input: DeleteOriginRequestPolicyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteOriginRequestPolicyCommandInput,
31
+ DeleteOriginRequestPolicyCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeletePublicKeyRequest } from "../models/models_1";
5
- export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {
6
- }
7
- export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePublicKeyCommand extends $Command<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeletePublicKeyCommandInput;
12
- constructor(input: DeletePublicKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeletePublicKeyRequest } from "../models/models_1";
14
+ export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {}
15
+ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {}
16
+ export declare class DeletePublicKeyCommand extends $Command<
17
+ DeletePublicKeyCommandInput,
18
+ DeletePublicKeyCommandOutput,
19
+ CloudFrontClientResolvedConfig
20
+ > {
21
+ readonly input: DeletePublicKeyCommandInput;
22
+ constructor(input: DeletePublicKeyCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFrontClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteRealtimeLogConfigRequest } from "../models/models_1";
5
- export interface DeleteRealtimeLogConfigCommandInput extends DeleteRealtimeLogConfigRequest {
6
- }
7
- export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRealtimeLogConfigCommand extends $Command<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteRealtimeLogConfigCommandInput;
12
- constructor(input: DeleteRealtimeLogConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteRealtimeLogConfigRequest } from "../models/models_1";
14
+ export interface DeleteRealtimeLogConfigCommandInput
15
+ extends DeleteRealtimeLogConfigRequest {}
16
+ export interface DeleteRealtimeLogConfigCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteRealtimeLogConfigCommand extends $Command<
19
+ DeleteRealtimeLogConfigCommandInput,
20
+ DeleteRealtimeLogConfigCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteRealtimeLogConfigCommandInput;
24
+ constructor(input: DeleteRealtimeLogConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteRealtimeLogConfigCommandInput,
31
+ DeleteRealtimeLogConfigCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteResponseHeadersPolicyRequest } from "../models/models_1";
5
- export interface DeleteResponseHeadersPolicyCommandInput extends DeleteResponseHeadersPolicyRequest {
6
- }
7
- export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteResponseHeadersPolicyCommand extends $Command<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteResponseHeadersPolicyCommandInput;
12
- constructor(input: DeleteResponseHeadersPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteResponseHeadersPolicyRequest } from "../models/models_1";
14
+ export interface DeleteResponseHeadersPolicyCommandInput
15
+ extends DeleteResponseHeadersPolicyRequest {}
16
+ export interface DeleteResponseHeadersPolicyCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteResponseHeadersPolicyCommand extends $Command<
19
+ DeleteResponseHeadersPolicyCommandInput,
20
+ DeleteResponseHeadersPolicyCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteResponseHeadersPolicyCommandInput;
24
+ constructor(input: DeleteResponseHeadersPolicyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteResponseHeadersPolicyCommandInput,
31
+ DeleteResponseHeadersPolicyCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteStreamingDistributionRequest } from "../models/models_1";
5
- export interface DeleteStreamingDistributionCommandInput extends DeleteStreamingDistributionRequest {
6
- }
7
- export interface DeleteStreamingDistributionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStreamingDistributionCommand extends $Command<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DeleteStreamingDistributionCommandInput;
12
- constructor(input: DeleteStreamingDistributionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import { DeleteStreamingDistributionRequest } from "../models/models_1";
14
+ export interface DeleteStreamingDistributionCommandInput
15
+ extends DeleteStreamingDistributionRequest {}
16
+ export interface DeleteStreamingDistributionCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteStreamingDistributionCommand extends $Command<
19
+ DeleteStreamingDistributionCommandInput,
20
+ DeleteStreamingDistributionCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteStreamingDistributionCommandInput;
24
+ constructor(input: DeleteStreamingDistributionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteStreamingDistributionCommandInput,
31
+ DeleteStreamingDistributionCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DescribeFunctionRequest, DescribeFunctionResult } from "../models/models_1";
5
- export interface DescribeFunctionCommandInput extends DescribeFunctionRequest {
6
- }
7
- export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeFunctionCommand extends $Command<DescribeFunctionCommandInput, DescribeFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: DescribeFunctionCommandInput;
12
- constructor(input: DescribeFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFunctionCommandInput, DescribeFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import {
14
+ DescribeFunctionRequest,
15
+ DescribeFunctionResult,
16
+ } from "../models/models_1";
17
+ export interface DescribeFunctionCommandInput extends DescribeFunctionRequest {}
18
+ export interface DescribeFunctionCommandOutput
19
+ extends DescribeFunctionResult,
20
+ __MetadataBearer {}
21
+ export declare class DescribeFunctionCommand extends $Command<
22
+ DescribeFunctionCommandInput,
23
+ DescribeFunctionCommandOutput,
24
+ CloudFrontClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeFunctionCommandInput;
27
+ constructor(input: DescribeFunctionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFrontClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeFunctionCommandInput, DescribeFunctionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_1";
5
- export interface GetCachePolicyCommandInput extends GetCachePolicyRequest {
6
- }
7
- export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCachePolicyCommand extends $Command<GetCachePolicyCommandInput, GetCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: GetCachePolicyCommandInput;
12
- constructor(input: GetCachePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCachePolicyCommandInput, GetCachePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFrontClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFrontClient";
13
+ import {
14
+ GetCachePolicyRequest,
15
+ GetCachePolicyResult,
16
+ } from "../models/models_1";
17
+ export interface GetCachePolicyCommandInput extends GetCachePolicyRequest {}
18
+ export interface GetCachePolicyCommandOutput
19
+ extends GetCachePolicyResult,
20
+ __MetadataBearer {}
21
+ export declare class GetCachePolicyCommand extends $Command<
22
+ GetCachePolicyCommandInput,
23
+ GetCachePolicyCommandOutput,
24
+ CloudFrontClientResolvedConfig
25
+ > {
26
+ readonly input: GetCachePolicyCommandInput;
27
+ constructor(input: GetCachePolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFrontClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetCachePolicyCommandInput, GetCachePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }