@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,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 { AssociateAliasRequest } from "../models/models_0";
5
- export interface AssociateAliasCommandInput extends AssociateAliasRequest {
6
- }
7
- export interface AssociateAliasCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateAliasCommand extends $Command<AssociateAliasCommandInput, AssociateAliasCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: AssociateAliasCommandInput;
12
- constructor(input: AssociateAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAliasCommandInput, AssociateAliasCommandOutput>;
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 { AssociateAliasRequest } from "../models/models_0";
14
+ export interface AssociateAliasCommandInput extends AssociateAliasRequest {}
15
+ export interface AssociateAliasCommandOutput extends __MetadataBearer {}
16
+ export declare class AssociateAliasCommand extends $Command<
17
+ AssociateAliasCommandInput,
18
+ AssociateAliasCommandOutput,
19
+ CloudFrontClientResolvedConfig
20
+ > {
21
+ readonly input: AssociateAliasCommandInput;
22
+ constructor(input: AssociateAliasCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFrontClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<AssociateAliasCommandInput, AssociateAliasCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,36 @@
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 { CreateCachePolicyRequest, CreateCachePolicyResult } from "../models/models_0";
5
- export interface CreateCachePolicyCommandInput extends CreateCachePolicyRequest {
6
- }
7
- export interface CreateCachePolicyCommandOutput extends CreateCachePolicyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCachePolicyCommand extends $Command<CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateCachePolicyCommandInput;
12
- constructor(input: CreateCachePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput>;
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
+ CreateCachePolicyRequest,
15
+ CreateCachePolicyResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCachePolicyCommandInput
18
+ extends CreateCachePolicyRequest {}
19
+ export interface CreateCachePolicyCommandOutput
20
+ extends CreateCachePolicyResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateCachePolicyCommand extends $Command<
23
+ CreateCachePolicyCommandInput,
24
+ CreateCachePolicyCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCachePolicyCommandInput;
28
+ constructor(input: CreateCachePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
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 { CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult } from "../models/models_0";
5
- export interface CreateCloudFrontOriginAccessIdentityCommandInput extends CreateCloudFrontOriginAccessIdentityRequest {
6
- }
7
- export interface CreateCloudFrontOriginAccessIdentityCommandOutput extends CreateCloudFrontOriginAccessIdentityResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCloudFrontOriginAccessIdentityCommand extends $Command<CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateCloudFrontOriginAccessIdentityCommandInput;
12
- constructor(input: CreateCloudFrontOriginAccessIdentityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput>;
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
+ CreateCloudFrontOriginAccessIdentityRequest,
15
+ CreateCloudFrontOriginAccessIdentityResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCloudFrontOriginAccessIdentityCommandInput
18
+ extends CreateCloudFrontOriginAccessIdentityRequest {}
19
+ export interface CreateCloudFrontOriginAccessIdentityCommandOutput
20
+ extends CreateCloudFrontOriginAccessIdentityResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateCloudFrontOriginAccessIdentityCommand extends $Command<
23
+ CreateCloudFrontOriginAccessIdentityCommandInput,
24
+ CreateCloudFrontOriginAccessIdentityCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCloudFrontOriginAccessIdentityCommandInput;
28
+ constructor(input: CreateCloudFrontOriginAccessIdentityCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateCloudFrontOriginAccessIdentityCommandInput,
35
+ CreateCloudFrontOriginAccessIdentityCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { CreateDistributionRequest, CreateDistributionResult } from "../models/models_0";
5
- export interface CreateDistributionCommandInput extends CreateDistributionRequest {
6
- }
7
- export interface CreateDistributionCommandOutput extends CreateDistributionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDistributionCommand extends $Command<CreateDistributionCommandInput, CreateDistributionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateDistributionCommandInput;
12
- constructor(input: CreateDistributionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionCommandInput, CreateDistributionCommandOutput>;
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
+ CreateDistributionRequest,
15
+ CreateDistributionResult,
16
+ } from "../models/models_0";
17
+ export interface CreateDistributionCommandInput
18
+ extends CreateDistributionRequest {}
19
+ export interface CreateDistributionCommandOutput
20
+ extends CreateDistributionResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateDistributionCommand extends $Command<
23
+ CreateDistributionCommandInput,
24
+ CreateDistributionCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDistributionCommandInput;
28
+ constructor(input: CreateDistributionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateDistributionCommandInput, CreateDistributionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
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 { CreateDistributionWithTagsRequest, CreateDistributionWithTagsResult } from "../models/models_0";
5
- export interface CreateDistributionWithTagsCommandInput extends CreateDistributionWithTagsRequest {
6
- }
7
- export interface CreateDistributionWithTagsCommandOutput extends CreateDistributionWithTagsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDistributionWithTagsCommand extends $Command<CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateDistributionWithTagsCommandInput;
12
- constructor(input: CreateDistributionWithTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput>;
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
+ CreateDistributionWithTagsRequest,
15
+ CreateDistributionWithTagsResult,
16
+ } from "../models/models_0";
17
+ export interface CreateDistributionWithTagsCommandInput
18
+ extends CreateDistributionWithTagsRequest {}
19
+ export interface CreateDistributionWithTagsCommandOutput
20
+ extends CreateDistributionWithTagsResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateDistributionWithTagsCommand extends $Command<
23
+ CreateDistributionWithTagsCommandInput,
24
+ CreateDistributionWithTagsCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDistributionWithTagsCommandInput;
28
+ constructor(input: CreateDistributionWithTagsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateDistributionWithTagsCommandInput,
35
+ CreateDistributionWithTagsCommandOutput
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 { CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult } from "../models/models_0";
5
- export interface CreateFieldLevelEncryptionConfigCommandInput extends CreateFieldLevelEncryptionConfigRequest {
6
- }
7
- export interface CreateFieldLevelEncryptionConfigCommandOutput extends CreateFieldLevelEncryptionConfigResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFieldLevelEncryptionConfigCommand extends $Command<CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateFieldLevelEncryptionConfigCommandInput;
12
- constructor(input: CreateFieldLevelEncryptionConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput>;
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
+ CreateFieldLevelEncryptionConfigRequest,
15
+ CreateFieldLevelEncryptionConfigResult,
16
+ } from "../models/models_0";
17
+ export interface CreateFieldLevelEncryptionConfigCommandInput
18
+ extends CreateFieldLevelEncryptionConfigRequest {}
19
+ export interface CreateFieldLevelEncryptionConfigCommandOutput
20
+ extends CreateFieldLevelEncryptionConfigResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateFieldLevelEncryptionConfigCommand extends $Command<
23
+ CreateFieldLevelEncryptionConfigCommandInput,
24
+ CreateFieldLevelEncryptionConfigCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFieldLevelEncryptionConfigCommandInput;
28
+ constructor(input: CreateFieldLevelEncryptionConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateFieldLevelEncryptionConfigCommandInput,
35
+ CreateFieldLevelEncryptionConfigCommandOutput
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 { CreateFieldLevelEncryptionProfileRequest, CreateFieldLevelEncryptionProfileResult } from "../models/models_0";
5
- export interface CreateFieldLevelEncryptionProfileCommandInput extends CreateFieldLevelEncryptionProfileRequest {
6
- }
7
- export interface CreateFieldLevelEncryptionProfileCommandOutput extends CreateFieldLevelEncryptionProfileResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFieldLevelEncryptionProfileCommand extends $Command<CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateFieldLevelEncryptionProfileCommandInput;
12
- constructor(input: CreateFieldLevelEncryptionProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput>;
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
+ CreateFieldLevelEncryptionProfileRequest,
15
+ CreateFieldLevelEncryptionProfileResult,
16
+ } from "../models/models_0";
17
+ export interface CreateFieldLevelEncryptionProfileCommandInput
18
+ extends CreateFieldLevelEncryptionProfileRequest {}
19
+ export interface CreateFieldLevelEncryptionProfileCommandOutput
20
+ extends CreateFieldLevelEncryptionProfileResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateFieldLevelEncryptionProfileCommand extends $Command<
23
+ CreateFieldLevelEncryptionProfileCommandInput,
24
+ CreateFieldLevelEncryptionProfileCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFieldLevelEncryptionProfileCommandInput;
28
+ constructor(input: CreateFieldLevelEncryptionProfileCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateFieldLevelEncryptionProfileCommandInput,
35
+ CreateFieldLevelEncryptionProfileCommandOutput
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 { CreateFunctionRequest, CreateFunctionResult } from "../models/models_0";
5
- export interface CreateFunctionCommandInput extends CreateFunctionRequest {
6
- }
7
- export interface CreateFunctionCommandOutput extends CreateFunctionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateFunctionCommandInput;
12
- constructor(input: CreateFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
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
+ CreateFunctionRequest,
15
+ CreateFunctionResult,
16
+ } from "../models/models_0";
17
+ export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
18
+ export interface CreateFunctionCommandOutput
19
+ extends CreateFunctionResult,
20
+ __MetadataBearer {}
21
+ export declare class CreateFunctionCommand extends $Command<
22
+ CreateFunctionCommandInput,
23
+ CreateFunctionCommandOutput,
24
+ CloudFrontClientResolvedConfig
25
+ > {
26
+ readonly input: CreateFunctionCommandInput;
27
+ constructor(input: CreateFunctionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFrontClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { CreateInvalidationRequest, CreateInvalidationResult } from "../models/models_0";
5
- export interface CreateInvalidationCommandInput extends CreateInvalidationRequest {
6
- }
7
- export interface CreateInvalidationCommandOutput extends CreateInvalidationResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInvalidationCommand extends $Command<CreateInvalidationCommandInput, CreateInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateInvalidationCommandInput;
12
- constructor(input: CreateInvalidationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInvalidationCommandInput, CreateInvalidationCommandOutput>;
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
+ CreateInvalidationRequest,
15
+ CreateInvalidationResult,
16
+ } from "../models/models_0";
17
+ export interface CreateInvalidationCommandInput
18
+ extends CreateInvalidationRequest {}
19
+ export interface CreateInvalidationCommandOutput
20
+ extends CreateInvalidationResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateInvalidationCommand extends $Command<
23
+ CreateInvalidationCommandInput,
24
+ CreateInvalidationCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateInvalidationCommandInput;
28
+ constructor(input: CreateInvalidationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateInvalidationCommandInput, CreateInvalidationCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
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 { CreateKeyGroupRequest, CreateKeyGroupResult } from "../models/models_0";
5
- export interface CreateKeyGroupCommandInput extends CreateKeyGroupRequest {
6
- }
7
- export interface CreateKeyGroupCommandOutput extends CreateKeyGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateKeyGroupCommand extends $Command<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateKeyGroupCommandInput;
12
- constructor(input: CreateKeyGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput>;
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
+ CreateKeyGroupRequest,
15
+ CreateKeyGroupResult,
16
+ } from "../models/models_0";
17
+ export interface CreateKeyGroupCommandInput extends CreateKeyGroupRequest {}
18
+ export interface CreateKeyGroupCommandOutput
19
+ extends CreateKeyGroupResult,
20
+ __MetadataBearer {}
21
+ export declare class CreateKeyGroupCommand extends $Command<
22
+ CreateKeyGroupCommandInput,
23
+ CreateKeyGroupCommandOutput,
24
+ CloudFrontClientResolvedConfig
25
+ > {
26
+ readonly input: CreateKeyGroupCommandInput;
27
+ constructor(input: CreateKeyGroupCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFrontClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput>;
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 { CreateMonitoringSubscriptionRequest, CreateMonitoringSubscriptionResult } from "../models/models_0";
5
- export interface CreateMonitoringSubscriptionCommandInput extends CreateMonitoringSubscriptionRequest {
6
- }
7
- export interface CreateMonitoringSubscriptionCommandOutput extends CreateMonitoringSubscriptionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMonitoringSubscriptionCommand extends $Command<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: CreateMonitoringSubscriptionCommandInput;
12
- constructor(input: CreateMonitoringSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput>;
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
+ CreateMonitoringSubscriptionRequest,
15
+ CreateMonitoringSubscriptionResult,
16
+ } from "../models/models_0";
17
+ export interface CreateMonitoringSubscriptionCommandInput
18
+ extends CreateMonitoringSubscriptionRequest {}
19
+ export interface CreateMonitoringSubscriptionCommandOutput
20
+ extends CreateMonitoringSubscriptionResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateMonitoringSubscriptionCommand extends $Command<
23
+ CreateMonitoringSubscriptionCommandInput,
24
+ CreateMonitoringSubscriptionCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: CreateMonitoringSubscriptionCommandInput;
28
+ constructor(input: CreateMonitoringSubscriptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFrontClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateMonitoringSubscriptionCommandInput,
35
+ CreateMonitoringSubscriptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }