@aws-sdk/client-cloudfront 3.50.0 → 3.53.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 (132) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/CloudFrontServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +1673 -4
  5. package/dist-cjs/models/models_1.js +117 -4
  6. package/dist-cjs/protocols/Aws_restXml.js +1685 -5116
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/CloudFrontServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +1549 -1
  10. package/dist-es/models/models_1.js +106 -1
  11. package/dist-es/protocols/Aws_restXml.js +2718 -5611
  12. package/dist-types/index.d.ts +1 -0
  13. package/dist-types/models/CloudFrontServiceException.d.ts +10 -0
  14. package/dist-types/models/models_0.d.ts +835 -358
  15. package/dist-types/models/models_1.d.ts +58 -25
  16. package/dist-types/ts3.4/CloudFront.d.ts +465 -0
  17. package/dist-types/ts3.4/CloudFrontClient.d.ts +165 -0
  18. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +18 -0
  43. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +92 -0
  111. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  112. package/dist-types/ts3.4/index.d.ts +7 -0
  113. package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +6 -0
  114. package/dist-types/ts3.4/models/index.d.ts +2 -0
  115. package/dist-types/ts3.4/models/models_0.d.ts +314 -0
  116. package/dist-types/ts3.4/models/models_1.d.ts +1804 -0
  117. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  118. package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
  119. package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +4 -0
  120. package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +4 -0
  121. package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
  122. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  123. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +278 -0
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  128. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  129. package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +7 -0
  130. package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +7 -0
  131. package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +7 -0
  132. package/package.json +35 -35
@@ -0,0 +1,17 @@
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_0";
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
+ }
@@ -0,0 +1,17 @@
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_0";
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
+ }
@@ -0,0 +1,18 @@
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 } from "../models/models_0";
5
+ import { DeleteMonitoringSubscriptionResult } from "../models/models_1";
6
+ export interface DeleteMonitoringSubscriptionCommandInput extends DeleteMonitoringSubscriptionRequest {
7
+ }
8
+ export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitoringSubscriptionResult, __MetadataBearer {
9
+ }
10
+
11
+ export declare class DeleteMonitoringSubscriptionCommand extends $Command<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
12
+ readonly input: DeleteMonitoringSubscriptionCommandInput;
13
+ constructor(input: DeleteMonitoringSubscriptionCommandInput);
14
+
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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 { GetCachePolicyConfigRequest, GetCachePolicyConfigResult } from "../models/models_1";
5
+ export interface GetCachePolicyConfigCommandInput extends GetCachePolicyConfigRequest {
6
+ }
7
+ export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetCachePolicyConfigCommand extends $Command<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetCachePolicyConfigCommandInput;
12
+ constructor(input: GetCachePolicyConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult } from "../models/models_1";
5
+ export interface GetCloudFrontOriginAccessIdentityCommandInput extends GetCloudFrontOriginAccessIdentityRequest {
6
+ }
7
+ export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloudFrontOriginAccessIdentityResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetCloudFrontOriginAccessIdentityCommand extends $Command<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetCloudFrontOriginAccessIdentityCommandInput;
12
+ constructor(input: GetCloudFrontOriginAccessIdentityCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult } from "../models/models_1";
5
+ export interface GetCloudFrontOriginAccessIdentityConfigCommandInput extends GetCloudFrontOriginAccessIdentityConfigRequest {
6
+ }
7
+ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends GetCloudFrontOriginAccessIdentityConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetCloudFrontOriginAccessIdentityConfigCommandInput;
12
+ constructor(input: GetCloudFrontOriginAccessIdentityConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDistributionRequest, GetDistributionResult } from "../models/models_1";
5
+ export interface GetDistributionCommandInput extends GetDistributionRequest {
6
+ }
7
+ export interface GetDistributionCommandOutput extends GetDistributionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDistributionCommand extends $Command<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetDistributionCommandInput;
12
+ constructor(input: GetDistributionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionCommandInput, GetDistributionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDistributionConfigRequest, GetDistributionConfigResult } from "../models/models_1";
5
+ export interface GetDistributionConfigCommandInput extends GetDistributionConfigRequest {
6
+ }
7
+ export interface GetDistributionConfigCommandOutput extends GetDistributionConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDistributionConfigCommand extends $Command<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetDistributionConfigCommandInput;
12
+ constructor(input: GetDistributionConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_1";
5
+ export interface GetFieldLevelEncryptionCommandInput extends GetFieldLevelEncryptionRequest {
6
+ }
7
+ export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncryptionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFieldLevelEncryptionCommand extends $Command<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetFieldLevelEncryptionCommandInput;
12
+ constructor(input: GetFieldLevelEncryptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult } from "../models/models_1";
5
+ export interface GetFieldLevelEncryptionConfigCommandInput extends GetFieldLevelEncryptionConfigRequest {
6
+ }
7
+ export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLevelEncryptionConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFieldLevelEncryptionConfigCommand extends $Command<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetFieldLevelEncryptionConfigCommandInput;
12
+ constructor(input: GetFieldLevelEncryptionConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult } from "../models/models_1";
5
+ export interface GetFieldLevelEncryptionProfileCommandInput extends GetFieldLevelEncryptionProfileRequest {
6
+ }
7
+ export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLevelEncryptionProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFieldLevelEncryptionProfileCommand extends $Command<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetFieldLevelEncryptionProfileCommandInput;
12
+ constructor(input: GetFieldLevelEncryptionProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult } from "../models/models_1";
5
+ export interface GetFieldLevelEncryptionProfileConfigCommandInput extends GetFieldLevelEncryptionProfileConfigRequest {
6
+ }
7
+ export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFieldLevelEncryptionProfileConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFieldLevelEncryptionProfileConfigCommand extends $Command<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetFieldLevelEncryptionProfileConfigCommandInput;
12
+ constructor(input: GetFieldLevelEncryptionProfileConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetFunctionRequest, GetFunctionResult } from "../models/models_1";
5
+ export interface GetFunctionCommandInput extends GetFunctionRequest {
6
+ }
7
+ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetFunctionCommandInput;
12
+ constructor(input: GetFunctionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetInvalidationRequest, GetInvalidationResult } from "../models/models_1";
5
+ export interface GetInvalidationCommandInput extends GetInvalidationRequest {
6
+ }
7
+ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInvalidationCommand extends $Command<GetInvalidationCommandInput, GetInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetInvalidationCommandInput;
12
+ constructor(input: GetInvalidationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvalidationCommandInput, GetInvalidationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetKeyGroupRequest, GetKeyGroupResult } from "../models/models_1";
5
+ export interface GetKeyGroupCommandInput extends GetKeyGroupRequest {
6
+ }
7
+ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetKeyGroupCommand extends $Command<GetKeyGroupCommandInput, GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetKeyGroupCommandInput;
12
+ constructor(input: GetKeyGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyGroupCommandInput, GetKeyGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetKeyGroupConfigRequest, GetKeyGroupConfigResult } from "../models/models_1";
5
+ export interface GetKeyGroupConfigCommandInput extends GetKeyGroupConfigRequest {
6
+ }
7
+ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetKeyGroupConfigCommand extends $Command<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetKeyGroupConfigCommandInput;
12
+ constructor(input: GetKeyGroupConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetMonitoringSubscriptionRequest, GetMonitoringSubscriptionResult } from "../models/models_1";
5
+ export interface GetMonitoringSubscriptionCommandInput extends GetMonitoringSubscriptionRequest {
6
+ }
7
+ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSubscriptionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMonitoringSubscriptionCommand extends $Command<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetMonitoringSubscriptionCommandInput;
12
+ constructor(input: GetMonitoringSubscriptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetOriginRequestPolicyRequest, GetOriginRequestPolicyResult } from "../models/models_1";
5
+ export interface GetOriginRequestPolicyCommandInput extends GetOriginRequestPolicyRequest {
6
+ }
7
+ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPolicyResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetOriginRequestPolicyCommand extends $Command<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetOriginRequestPolicyCommandInput;
12
+ constructor(input: GetOriginRequestPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetOriginRequestPolicyConfigRequest, GetOriginRequestPolicyConfigResult } from "../models/models_1";
5
+ export interface GetOriginRequestPolicyConfigCommandInput extends GetOriginRequestPolicyConfigRequest {
6
+ }
7
+ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequestPolicyConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetOriginRequestPolicyConfigCommand extends $Command<GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetOriginRequestPolicyConfigCommandInput;
12
+ constructor(input: GetOriginRequestPolicyConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetPublicKeyRequest, GetPublicKeyResult } from "../models/models_1";
5
+ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {
6
+ }
7
+ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPublicKeyCommand extends $Command<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetPublicKeyCommandInput;
12
+ constructor(input: GetPublicKeyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicKeyCommandInput, GetPublicKeyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetPublicKeyConfigRequest, GetPublicKeyConfigResult } from "../models/models_1";
5
+ export interface GetPublicKeyConfigCommandInput extends GetPublicKeyConfigRequest {
6
+ }
7
+ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPublicKeyConfigCommand extends $Command<GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetPublicKeyConfigCommandInput;
12
+ constructor(input: GetPublicKeyConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetRealtimeLogConfigRequest, GetRealtimeLogConfigResult } from "../models/models_1";
5
+ export interface GetRealtimeLogConfigCommandInput extends GetRealtimeLogConfigRequest {
6
+ }
7
+ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetRealtimeLogConfigCommand extends $Command<GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetRealtimeLogConfigCommandInput;
12
+ constructor(input: GetRealtimeLogConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetResponseHeadersPolicyRequest, GetResponseHeadersPolicyResult } from "../models/models_1";
5
+ export interface GetResponseHeadersPolicyCommandInput extends GetResponseHeadersPolicyRequest {
6
+ }
7
+ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeadersPolicyResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetResponseHeadersPolicyCommand extends $Command<GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetResponseHeadersPolicyCommandInput;
12
+ constructor(input: GetResponseHeadersPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetResponseHeadersPolicyConfigRequest, GetResponseHeadersPolicyConfigResult } from "../models/models_1";
5
+ export interface GetResponseHeadersPolicyConfigCommandInput extends GetResponseHeadersPolicyConfigRequest {
6
+ }
7
+ export interface GetResponseHeadersPolicyConfigCommandOutput extends GetResponseHeadersPolicyConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetResponseHeadersPolicyConfigCommand extends $Command<GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetResponseHeadersPolicyConfigCommandInput;
12
+ constructor(input: GetResponseHeadersPolicyConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetStreamingDistributionRequest, GetStreamingDistributionResult } from "../models/models_1";
5
+ export interface GetStreamingDistributionCommandInput extends GetStreamingDistributionRequest {
6
+ }
7
+ export interface GetStreamingDistributionCommandOutput extends GetStreamingDistributionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetStreamingDistributionCommand extends $Command<GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: GetStreamingDistributionCommandInput;
12
+ constructor(input: GetStreamingDistributionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }