@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,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 { 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
- }
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
+ GetCachePolicyConfigRequest,
15
+ GetCachePolicyConfigResult,
16
+ } from "../models/models_1";
17
+ export interface GetCachePolicyConfigCommandInput
18
+ extends GetCachePolicyConfigRequest {}
19
+ export interface GetCachePolicyConfigCommandOutput
20
+ extends GetCachePolicyConfigResult,
21
+ __MetadataBearer {}
22
+ export declare class GetCachePolicyConfigCommand extends $Command<
23
+ GetCachePolicyConfigCommandInput,
24
+ GetCachePolicyConfigCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetCachePolicyConfigCommandInput;
28
+ constructor(input: GetCachePolicyConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCachePolicyConfigCommandInput,
35
+ GetCachePolicyConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ GetCloudFrontOriginAccessIdentityRequest,
15
+ GetCloudFrontOriginAccessIdentityResult,
16
+ } from "../models/models_1";
17
+ export interface GetCloudFrontOriginAccessIdentityCommandInput
18
+ extends GetCloudFrontOriginAccessIdentityRequest {}
19
+ export interface GetCloudFrontOriginAccessIdentityCommandOutput
20
+ extends GetCloudFrontOriginAccessIdentityResult,
21
+ __MetadataBearer {}
22
+ export declare class GetCloudFrontOriginAccessIdentityCommand extends $Command<
23
+ GetCloudFrontOriginAccessIdentityCommandInput,
24
+ GetCloudFrontOriginAccessIdentityCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetCloudFrontOriginAccessIdentityCommandInput;
28
+ constructor(input: GetCloudFrontOriginAccessIdentityCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCloudFrontOriginAccessIdentityCommandInput,
35
+ GetCloudFrontOriginAccessIdentityCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ GetCloudFrontOriginAccessIdentityConfigRequest,
15
+ GetCloudFrontOriginAccessIdentityConfigResult,
16
+ } from "../models/models_1";
17
+ export interface GetCloudFrontOriginAccessIdentityConfigCommandInput
18
+ extends GetCloudFrontOriginAccessIdentityConfigRequest {}
19
+ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput
20
+ extends GetCloudFrontOriginAccessIdentityConfigResult,
21
+ __MetadataBearer {}
22
+ export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command<
23
+ GetCloudFrontOriginAccessIdentityConfigCommandInput,
24
+ GetCloudFrontOriginAccessIdentityConfigCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetCloudFrontOriginAccessIdentityConfigCommandInput;
28
+ constructor(input: GetCloudFrontOriginAccessIdentityConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCloudFrontOriginAccessIdentityConfigCommandInput,
35
+ GetCloudFrontOriginAccessIdentityConfigCommandOutput
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 { 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
- }
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
+ GetDistributionRequest,
15
+ GetDistributionResult,
16
+ } from "../models/models_1";
17
+ export interface GetDistributionCommandInput extends GetDistributionRequest {}
18
+ export interface GetDistributionCommandOutput
19
+ extends GetDistributionResult,
20
+ __MetadataBearer {}
21
+ export declare class GetDistributionCommand extends $Command<
22
+ GetDistributionCommandInput,
23
+ GetDistributionCommandOutput,
24
+ CloudFrontClientResolvedConfig
25
+ > {
26
+ readonly input: GetDistributionCommandInput;
27
+ constructor(input: GetDistributionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFrontClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetDistributionCommandInput, GetDistributionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
- }
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
+ GetDistributionConfigRequest,
15
+ GetDistributionConfigResult,
16
+ } from "../models/models_1";
17
+ export interface GetDistributionConfigCommandInput
18
+ extends GetDistributionConfigRequest {}
19
+ export interface GetDistributionConfigCommandOutput
20
+ extends GetDistributionConfigResult,
21
+ __MetadataBearer {}
22
+ export declare class GetDistributionConfigCommand extends $Command<
23
+ GetDistributionConfigCommandInput,
24
+ GetDistributionConfigCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetDistributionConfigCommandInput;
28
+ constructor(input: GetDistributionConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetDistributionConfigCommandInput,
35
+ GetDistributionConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ GetFieldLevelEncryptionRequest,
15
+ GetFieldLevelEncryptionResult,
16
+ } from "../models/models_1";
17
+ export interface GetFieldLevelEncryptionCommandInput
18
+ extends GetFieldLevelEncryptionRequest {}
19
+ export interface GetFieldLevelEncryptionCommandOutput
20
+ extends GetFieldLevelEncryptionResult,
21
+ __MetadataBearer {}
22
+ export declare class GetFieldLevelEncryptionCommand extends $Command<
23
+ GetFieldLevelEncryptionCommandInput,
24
+ GetFieldLevelEncryptionCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetFieldLevelEncryptionCommandInput;
28
+ constructor(input: GetFieldLevelEncryptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFieldLevelEncryptionCommandInput,
35
+ GetFieldLevelEncryptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ GetFieldLevelEncryptionConfigRequest,
15
+ GetFieldLevelEncryptionConfigResult,
16
+ } from "../models/models_1";
17
+ export interface GetFieldLevelEncryptionConfigCommandInput
18
+ extends GetFieldLevelEncryptionConfigRequest {}
19
+ export interface GetFieldLevelEncryptionConfigCommandOutput
20
+ extends GetFieldLevelEncryptionConfigResult,
21
+ __MetadataBearer {}
22
+ export declare class GetFieldLevelEncryptionConfigCommand extends $Command<
23
+ GetFieldLevelEncryptionConfigCommandInput,
24
+ GetFieldLevelEncryptionConfigCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetFieldLevelEncryptionConfigCommandInput;
28
+ constructor(input: GetFieldLevelEncryptionConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFieldLevelEncryptionConfigCommandInput,
35
+ GetFieldLevelEncryptionConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ GetFieldLevelEncryptionProfileRequest,
15
+ GetFieldLevelEncryptionProfileResult,
16
+ } from "../models/models_1";
17
+ export interface GetFieldLevelEncryptionProfileCommandInput
18
+ extends GetFieldLevelEncryptionProfileRequest {}
19
+ export interface GetFieldLevelEncryptionProfileCommandOutput
20
+ extends GetFieldLevelEncryptionProfileResult,
21
+ __MetadataBearer {}
22
+ export declare class GetFieldLevelEncryptionProfileCommand extends $Command<
23
+ GetFieldLevelEncryptionProfileCommandInput,
24
+ GetFieldLevelEncryptionProfileCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetFieldLevelEncryptionProfileCommandInput;
28
+ constructor(input: GetFieldLevelEncryptionProfileCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFieldLevelEncryptionProfileCommandInput,
35
+ GetFieldLevelEncryptionProfileCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ GetFieldLevelEncryptionProfileConfigRequest,
15
+ GetFieldLevelEncryptionProfileConfigResult,
16
+ } from "../models/models_1";
17
+ export interface GetFieldLevelEncryptionProfileConfigCommandInput
18
+ extends GetFieldLevelEncryptionProfileConfigRequest {}
19
+ export interface GetFieldLevelEncryptionProfileConfigCommandOutput
20
+ extends GetFieldLevelEncryptionProfileConfigResult,
21
+ __MetadataBearer {}
22
+ export declare class GetFieldLevelEncryptionProfileConfigCommand extends $Command<
23
+ GetFieldLevelEncryptionProfileConfigCommandInput,
24
+ GetFieldLevelEncryptionProfileConfigCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: GetFieldLevelEncryptionProfileConfigCommandInput;
28
+ constructor(input: GetFieldLevelEncryptionProfileConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFieldLevelEncryptionProfileConfigCommandInput,
35
+ GetFieldLevelEncryptionProfileConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
- }
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 { GetFunctionRequest, GetFunctionResult } from "../models/models_1";
14
+ export interface GetFunctionCommandInput extends GetFunctionRequest {}
15
+ export interface GetFunctionCommandOutput
16
+ extends GetFunctionResult,
17
+ __MetadataBearer {}
18
+ export declare class GetFunctionCommand extends $Command<
19
+ GetFunctionCommandInput,
20
+ GetFunctionCommandOutput,
21
+ CloudFrontClientResolvedConfig
22
+ > {
23
+ readonly input: GetFunctionCommandInput;
24
+ constructor(input: GetFunctionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
- }
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
+ GetInvalidationRequest,
15
+ GetInvalidationResult,
16
+ } from "../models/models_1";
17
+ export interface GetInvalidationCommandInput extends GetInvalidationRequest {}
18
+ export interface GetInvalidationCommandOutput
19
+ extends GetInvalidationResult,
20
+ __MetadataBearer {}
21
+ export declare class GetInvalidationCommand extends $Command<
22
+ GetInvalidationCommandInput,
23
+ GetInvalidationCommandOutput,
24
+ CloudFrontClientResolvedConfig
25
+ > {
26
+ readonly input: GetInvalidationCommandInput;
27
+ constructor(input: GetInvalidationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFrontClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetInvalidationCommandInput, GetInvalidationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }