@aws-sdk/client-cloudfront 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/CloudFront.d.ts +1852 -495
  3. package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
  4. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
  25. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
  58. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
  76. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
  78. package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  85. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
  92. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
  94. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
  96. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
  99. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -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 +8 -6
  106. package/dist-types/ts3.4/models/index.d.ts +2 -2
  107. package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
  108. package/dist-types/ts3.4/models/models_1.d.ts +2015 -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 +66 -38
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  120. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  121. package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
  122. package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
  123. package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
  124. package/package.json +36 -36
@@ -1,17 +1,37 @@
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 { ListPublicKeysRequest, ListPublicKeysResult } from "../models/models_1";
5
- export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {
6
- }
7
- export interface ListPublicKeysCommandOutput extends ListPublicKeysResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPublicKeysCommand extends $Command<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListPublicKeysCommandInput;
12
- constructor(input: ListPublicKeysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPublicKeysCommandInput, ListPublicKeysCommandOutput>;
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
+ ListPublicKeysRequest,
15
+ ListPublicKeysResult,
16
+ } from "../models/models_1";
17
+ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
18
+ export interface ListPublicKeysCommandOutput
19
+ extends ListPublicKeysResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListPublicKeysCommand extends $Command<
23
+ ListPublicKeysCommandInput,
24
+ ListPublicKeysCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: ListPublicKeysCommandInput;
28
+ constructor(input: ListPublicKeysCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFrontClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListPublicKeysCommandInput, ListPublicKeysCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { ListRealtimeLogConfigsRequest, ListRealtimeLogConfigsResult } from "../models/models_1";
5
- export interface ListRealtimeLogConfigsCommandInput extends ListRealtimeLogConfigsRequest {
6
- }
7
- export interface ListRealtimeLogConfigsCommandOutput extends ListRealtimeLogConfigsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRealtimeLogConfigsCommand extends $Command<ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListRealtimeLogConfigsCommandInput;
12
- constructor(input: ListRealtimeLogConfigsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput>;
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
+ ListRealtimeLogConfigsRequest,
15
+ ListRealtimeLogConfigsResult,
16
+ } from "../models/models_1";
17
+ export interface ListRealtimeLogConfigsCommandInput
18
+ extends ListRealtimeLogConfigsRequest {}
19
+ export interface ListRealtimeLogConfigsCommandOutput
20
+ extends ListRealtimeLogConfigsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListRealtimeLogConfigsCommand extends $Command<
24
+ ListRealtimeLogConfigsCommandInput,
25
+ ListRealtimeLogConfigsCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListRealtimeLogConfigsCommandInput;
29
+ constructor(input: ListRealtimeLogConfigsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListRealtimeLogConfigsCommandInput,
37
+ ListRealtimeLogConfigsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { ListResponseHeadersPoliciesRequest, ListResponseHeadersPoliciesResult } from "../models/models_1";
5
- export interface ListResponseHeadersPoliciesCommandInput extends ListResponseHeadersPoliciesRequest {
6
- }
7
- export interface ListResponseHeadersPoliciesCommandOutput extends ListResponseHeadersPoliciesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResponseHeadersPoliciesCommand extends $Command<ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListResponseHeadersPoliciesCommandInput;
12
- constructor(input: ListResponseHeadersPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput>;
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
+ ListResponseHeadersPoliciesRequest,
15
+ ListResponseHeadersPoliciesResult,
16
+ } from "../models/models_1";
17
+ export interface ListResponseHeadersPoliciesCommandInput
18
+ extends ListResponseHeadersPoliciesRequest {}
19
+ export interface ListResponseHeadersPoliciesCommandOutput
20
+ extends ListResponseHeadersPoliciesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListResponseHeadersPoliciesCommand extends $Command<
24
+ ListResponseHeadersPoliciesCommandInput,
25
+ ListResponseHeadersPoliciesCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListResponseHeadersPoliciesCommandInput;
29
+ constructor(input: ListResponseHeadersPoliciesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListResponseHeadersPoliciesCommandInput,
37
+ ListResponseHeadersPoliciesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { ListStreamingDistributionsRequest, ListStreamingDistributionsResult } from "../models/models_1";
5
- export interface ListStreamingDistributionsCommandInput extends ListStreamingDistributionsRequest {
6
- }
7
- export interface ListStreamingDistributionsCommandOutput extends ListStreamingDistributionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListStreamingDistributionsCommand extends $Command<ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListStreamingDistributionsCommandInput;
12
- constructor(input: ListStreamingDistributionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput>;
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
+ ListStreamingDistributionsRequest,
15
+ ListStreamingDistributionsResult,
16
+ } from "../models/models_1";
17
+ export interface ListStreamingDistributionsCommandInput
18
+ extends ListStreamingDistributionsRequest {}
19
+ export interface ListStreamingDistributionsCommandOutput
20
+ extends ListStreamingDistributionsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListStreamingDistributionsCommand extends $Command<
24
+ ListStreamingDistributionsCommandInput,
25
+ ListStreamingDistributionsCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListStreamingDistributionsCommandInput;
29
+ constructor(input: ListStreamingDistributionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListStreamingDistributionsCommandInput,
37
+ ListStreamingDistributionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_1";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResult,
16
+ } from "../models/models_1";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { PublishFunctionRequest, PublishFunctionResult } from "../models/models_1";
5
- export interface PublishFunctionCommandInput extends PublishFunctionRequest {
6
- }
7
- export interface PublishFunctionCommandOutput extends PublishFunctionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PublishFunctionCommand extends $Command<PublishFunctionCommandInput, PublishFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: PublishFunctionCommandInput;
12
- constructor(input: PublishFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishFunctionCommandInput, PublishFunctionCommandOutput>;
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
+ PublishFunctionRequest,
15
+ PublishFunctionResult,
16
+ } from "../models/models_1";
17
+ export interface PublishFunctionCommandInput extends PublishFunctionRequest {}
18
+ export interface PublishFunctionCommandOutput
19
+ extends PublishFunctionResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PublishFunctionCommand extends $Command<
23
+ PublishFunctionCommandInput,
24
+ PublishFunctionCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: PublishFunctionCommandInput;
28
+ constructor(input: PublishFunctionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFrontClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PublishFunctionCommandInput, PublishFunctionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { TagResourceRequest } from "../models/models_1";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest } from "../models/models_1";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class TagResourceCommand extends $Command<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ CloudFrontClientResolvedConfig
21
+ > {
22
+ readonly input: TagResourceCommandInput;
23
+ constructor(input: TagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
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 { TestFunctionRequest, TestFunctionResult } from "../models/models_1";
5
- export interface TestFunctionCommandInput extends TestFunctionRequest {
6
- }
7
- export interface TestFunctionCommandOutput extends TestFunctionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class TestFunctionCommand extends $Command<TestFunctionCommandInput, TestFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: TestFunctionCommandInput;
12
- constructor(input: TestFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestFunctionCommandInput, TestFunctionCommandOutput>;
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 { TestFunctionRequest, TestFunctionResult } from "../models/models_1";
14
+ export interface TestFunctionCommandInput extends TestFunctionRequest {}
15
+ export interface TestFunctionCommandOutput
16
+ extends TestFunctionResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TestFunctionCommand extends $Command<
20
+ TestFunctionCommandInput,
21
+ TestFunctionCommandOutput,
22
+ CloudFrontClientResolvedConfig
23
+ > {
24
+ readonly input: TestFunctionCommandInput;
25
+ constructor(input: TestFunctionCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFrontClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TestFunctionCommandInput, TestFunctionCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UntagResourceRequest } from "../models/models_1";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UntagResourceRequest } from "../models/models_1";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class UntagResourceCommand extends $Command<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ CloudFrontClientResolvedConfig
21
+ > {
22
+ readonly input: UntagResourceCommandInput;
23
+ constructor(input: UntagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFrontClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,38 @@
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 { UpdateCachePolicyRequest, UpdateCachePolicyResult } from "../models/models_1";
5
- export interface UpdateCachePolicyCommandInput extends UpdateCachePolicyRequest {
6
- }
7
- export interface UpdateCachePolicyCommandOutput extends UpdateCachePolicyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCachePolicyCommand extends $Command<UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateCachePolicyCommandInput;
12
- constructor(input: UpdateCachePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput>;
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
+ UpdateCachePolicyRequest,
15
+ UpdateCachePolicyResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateCachePolicyCommandInput
18
+ extends UpdateCachePolicyRequest {}
19
+ export interface UpdateCachePolicyCommandOutput
20
+ extends UpdateCachePolicyResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateCachePolicyCommand extends $Command<
24
+ UpdateCachePolicyCommandInput,
25
+ UpdateCachePolicyCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateCachePolicyCommandInput;
29
+ constructor(input: UpdateCachePolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult } from "../models/models_1";
5
- export interface UpdateCloudFrontOriginAccessIdentityCommandInput extends UpdateCloudFrontOriginAccessIdentityRequest {
6
- }
7
- export interface UpdateCloudFrontOriginAccessIdentityCommandOutput extends UpdateCloudFrontOriginAccessIdentityResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCloudFrontOriginAccessIdentityCommand extends $Command<UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateCloudFrontOriginAccessIdentityCommandInput;
12
- constructor(input: UpdateCloudFrontOriginAccessIdentityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput>;
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
+ UpdateCloudFrontOriginAccessIdentityRequest,
15
+ UpdateCloudFrontOriginAccessIdentityResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateCloudFrontOriginAccessIdentityCommandInput
18
+ extends UpdateCloudFrontOriginAccessIdentityRequest {}
19
+ export interface UpdateCloudFrontOriginAccessIdentityCommandOutput
20
+ extends UpdateCloudFrontOriginAccessIdentityResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateCloudFrontOriginAccessIdentityCommand extends $Command<
24
+ UpdateCloudFrontOriginAccessIdentityCommandInput,
25
+ UpdateCloudFrontOriginAccessIdentityCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateCloudFrontOriginAccessIdentityCommandInput;
29
+ constructor(input: UpdateCloudFrontOriginAccessIdentityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateCloudFrontOriginAccessIdentityCommandInput,
37
+ UpdateCloudFrontOriginAccessIdentityCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }