@aws-sdk/client-cloudfront 3.168.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 +16 -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,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 { ListDistributionsByRealtimeLogConfigRequest, ListDistributionsByRealtimeLogConfigResult } from "../models/models_1";
5
- export interface ListDistributionsByRealtimeLogConfigCommandInput extends ListDistributionsByRealtimeLogConfigRequest {
6
- }
7
- export interface ListDistributionsByRealtimeLogConfigCommandOutput extends ListDistributionsByRealtimeLogConfigResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDistributionsByRealtimeLogConfigCommand extends $Command<ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListDistributionsByRealtimeLogConfigCommandInput;
12
- constructor(input: ListDistributionsByRealtimeLogConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput>;
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
+ ListDistributionsByRealtimeLogConfigRequest,
15
+ ListDistributionsByRealtimeLogConfigResult,
16
+ } from "../models/models_1";
17
+ export interface ListDistributionsByRealtimeLogConfigCommandInput
18
+ extends ListDistributionsByRealtimeLogConfigRequest {}
19
+ export interface ListDistributionsByRealtimeLogConfigCommandOutput
20
+ extends ListDistributionsByRealtimeLogConfigResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDistributionsByRealtimeLogConfigCommand extends $Command<
24
+ ListDistributionsByRealtimeLogConfigCommandInput,
25
+ ListDistributionsByRealtimeLogConfigCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListDistributionsByRealtimeLogConfigCommandInput;
29
+ constructor(input: ListDistributionsByRealtimeLogConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDistributionsByRealtimeLogConfigCommandInput,
37
+ ListDistributionsByRealtimeLogConfigCommandOutput
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 { ListDistributionsByResponseHeadersPolicyIdRequest, ListDistributionsByResponseHeadersPolicyIdResult } from "../models/models_1";
5
- export interface ListDistributionsByResponseHeadersPolicyIdCommandInput extends ListDistributionsByResponseHeadersPolicyIdRequest {
6
- }
7
- export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput extends ListDistributionsByResponseHeadersPolicyIdResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command<ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListDistributionsByResponseHeadersPolicyIdCommandInput;
12
- constructor(input: ListDistributionsByResponseHeadersPolicyIdCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
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
+ ListDistributionsByResponseHeadersPolicyIdRequest,
15
+ ListDistributionsByResponseHeadersPolicyIdResult,
16
+ } from "../models/models_1";
17
+ export interface ListDistributionsByResponseHeadersPolicyIdCommandInput
18
+ extends ListDistributionsByResponseHeadersPolicyIdRequest {}
19
+ export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput
20
+ extends ListDistributionsByResponseHeadersPolicyIdResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command<
24
+ ListDistributionsByResponseHeadersPolicyIdCommandInput,
25
+ ListDistributionsByResponseHeadersPolicyIdCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListDistributionsByResponseHeadersPolicyIdCommandInput;
29
+ constructor(input: ListDistributionsByResponseHeadersPolicyIdCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDistributionsByResponseHeadersPolicyIdCommandInput,
37
+ ListDistributionsByResponseHeadersPolicyIdCommandOutput
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 { ListDistributionsByWebACLIdRequest, ListDistributionsByWebACLIdResult } from "../models/models_1";
5
- export interface ListDistributionsByWebACLIdCommandInput extends ListDistributionsByWebACLIdRequest {
6
- }
7
- export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributionsByWebACLIdResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDistributionsByWebACLIdCommand extends $Command<ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListDistributionsByWebACLIdCommandInput;
12
- constructor(input: ListDistributionsByWebACLIdCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput>;
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
+ ListDistributionsByWebACLIdRequest,
15
+ ListDistributionsByWebACLIdResult,
16
+ } from "../models/models_1";
17
+ export interface ListDistributionsByWebACLIdCommandInput
18
+ extends ListDistributionsByWebACLIdRequest {}
19
+ export interface ListDistributionsByWebACLIdCommandOutput
20
+ extends ListDistributionsByWebACLIdResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDistributionsByWebACLIdCommand extends $Command<
24
+ ListDistributionsByWebACLIdCommandInput,
25
+ ListDistributionsByWebACLIdCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListDistributionsByWebACLIdCommandInput;
29
+ constructor(input: ListDistributionsByWebACLIdCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDistributionsByWebACLIdCommandInput,
37
+ ListDistributionsByWebACLIdCommandOutput
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 { ListDistributionsRequest, ListDistributionsResult } from "../models/models_1";
5
- export interface ListDistributionsCommandInput extends ListDistributionsRequest {
6
- }
7
- export interface ListDistributionsCommandOutput extends ListDistributionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDistributionsCommand extends $Command<ListDistributionsCommandInput, ListDistributionsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListDistributionsCommandInput;
12
- constructor(input: ListDistributionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionsCommandInput, ListDistributionsCommandOutput>;
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
+ ListDistributionsRequest,
15
+ ListDistributionsResult,
16
+ } from "../models/models_1";
17
+ export interface ListDistributionsCommandInput
18
+ extends ListDistributionsRequest {}
19
+ export interface ListDistributionsCommandOutput
20
+ extends ListDistributionsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDistributionsCommand extends $Command<
24
+ ListDistributionsCommandInput,
25
+ ListDistributionsCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListDistributionsCommandInput;
29
+ constructor(input: ListDistributionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListDistributionsCommandInput, ListDistributionsCommandOutput>;
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 { ListFieldLevelEncryptionConfigsRequest, ListFieldLevelEncryptionConfigsResult } from "../models/models_1";
5
- export interface ListFieldLevelEncryptionConfigsCommandInput extends ListFieldLevelEncryptionConfigsRequest {
6
- }
7
- export interface ListFieldLevelEncryptionConfigsCommandOutput extends ListFieldLevelEncryptionConfigsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFieldLevelEncryptionConfigsCommand extends $Command<ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListFieldLevelEncryptionConfigsCommandInput;
12
- constructor(input: ListFieldLevelEncryptionConfigsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput>;
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
+ ListFieldLevelEncryptionConfigsRequest,
15
+ ListFieldLevelEncryptionConfigsResult,
16
+ } from "../models/models_1";
17
+ export interface ListFieldLevelEncryptionConfigsCommandInput
18
+ extends ListFieldLevelEncryptionConfigsRequest {}
19
+ export interface ListFieldLevelEncryptionConfigsCommandOutput
20
+ extends ListFieldLevelEncryptionConfigsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListFieldLevelEncryptionConfigsCommand extends $Command<
24
+ ListFieldLevelEncryptionConfigsCommandInput,
25
+ ListFieldLevelEncryptionConfigsCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListFieldLevelEncryptionConfigsCommandInput;
29
+ constructor(input: ListFieldLevelEncryptionConfigsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListFieldLevelEncryptionConfigsCommandInput,
37
+ ListFieldLevelEncryptionConfigsCommandOutput
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 { ListFieldLevelEncryptionProfilesRequest, ListFieldLevelEncryptionProfilesResult } from "../models/models_1";
5
- export interface ListFieldLevelEncryptionProfilesCommandInput extends ListFieldLevelEncryptionProfilesRequest {
6
- }
7
- export interface ListFieldLevelEncryptionProfilesCommandOutput extends ListFieldLevelEncryptionProfilesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFieldLevelEncryptionProfilesCommand extends $Command<ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListFieldLevelEncryptionProfilesCommandInput;
12
- constructor(input: ListFieldLevelEncryptionProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput>;
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
+ ListFieldLevelEncryptionProfilesRequest,
15
+ ListFieldLevelEncryptionProfilesResult,
16
+ } from "../models/models_1";
17
+ export interface ListFieldLevelEncryptionProfilesCommandInput
18
+ extends ListFieldLevelEncryptionProfilesRequest {}
19
+ export interface ListFieldLevelEncryptionProfilesCommandOutput
20
+ extends ListFieldLevelEncryptionProfilesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListFieldLevelEncryptionProfilesCommand extends $Command<
24
+ ListFieldLevelEncryptionProfilesCommandInput,
25
+ ListFieldLevelEncryptionProfilesCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListFieldLevelEncryptionProfilesCommandInput;
29
+ constructor(input: ListFieldLevelEncryptionProfilesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListFieldLevelEncryptionProfilesCommandInput,
37
+ ListFieldLevelEncryptionProfilesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { ListFunctionsRequest, ListFunctionsResult } from "../models/models_1";
5
- export interface ListFunctionsCommandInput extends ListFunctionsRequest {
6
- }
7
- export interface ListFunctionsCommandOutput extends ListFunctionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListFunctionsCommandInput;
12
- constructor(input: ListFunctionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
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 { ListFunctionsRequest, ListFunctionsResult } from "../models/models_1";
14
+ export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
15
+ export interface ListFunctionsCommandOutput
16
+ extends ListFunctionsResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListFunctionsCommand extends $Command<
20
+ ListFunctionsCommandInput,
21
+ ListFunctionsCommandOutput,
22
+ CloudFrontClientResolvedConfig
23
+ > {
24
+ readonly input: ListFunctionsCommandInput;
25
+ constructor(input: ListFunctionsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFrontClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListInvalidationsRequest, ListInvalidationsResult } from "../models/models_1";
5
- export interface ListInvalidationsCommandInput extends ListInvalidationsRequest {
6
- }
7
- export interface ListInvalidationsCommandOutput extends ListInvalidationsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListInvalidationsCommand extends $Command<ListInvalidationsCommandInput, ListInvalidationsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListInvalidationsCommandInput;
12
- constructor(input: ListInvalidationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvalidationsCommandInput, ListInvalidationsCommandOutput>;
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
+ ListInvalidationsRequest,
15
+ ListInvalidationsResult,
16
+ } from "../models/models_1";
17
+ export interface ListInvalidationsCommandInput
18
+ extends ListInvalidationsRequest {}
19
+ export interface ListInvalidationsCommandOutput
20
+ extends ListInvalidationsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListInvalidationsCommand extends $Command<
24
+ ListInvalidationsCommandInput,
25
+ ListInvalidationsCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListInvalidationsCommandInput;
29
+ constructor(input: ListInvalidationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListInvalidationsCommandInput, ListInvalidationsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListKeyGroupsRequest, ListKeyGroupsResult } from "../models/models_1";
5
- export interface ListKeyGroupsCommandInput extends ListKeyGroupsRequest {
6
- }
7
- export interface ListKeyGroupsCommandOutput extends ListKeyGroupsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListKeyGroupsCommand extends $Command<ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListKeyGroupsCommandInput;
12
- constructor(input: ListKeyGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput>;
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 { ListKeyGroupsRequest, ListKeyGroupsResult } from "../models/models_1";
14
+ export interface ListKeyGroupsCommandInput extends ListKeyGroupsRequest {}
15
+ export interface ListKeyGroupsCommandOutput
16
+ extends ListKeyGroupsResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListKeyGroupsCommand extends $Command<
20
+ ListKeyGroupsCommandInput,
21
+ ListKeyGroupsCommandOutput,
22
+ CloudFrontClientResolvedConfig
23
+ > {
24
+ readonly input: ListKeyGroupsCommandInput;
25
+ constructor(input: ListKeyGroupsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFrontClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListOriginAccessControlsRequest, ListOriginAccessControlsResult } from "../models/models_1";
5
- export interface ListOriginAccessControlsCommandInput extends ListOriginAccessControlsRequest {
6
- }
7
- export interface ListOriginAccessControlsCommandOutput extends ListOriginAccessControlsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListOriginAccessControlsCommand extends $Command<ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListOriginAccessControlsCommandInput;
12
- constructor(input: ListOriginAccessControlsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput>;
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
+ ListOriginAccessControlsRequest,
15
+ ListOriginAccessControlsResult,
16
+ } from "../models/models_1";
17
+ export interface ListOriginAccessControlsCommandInput
18
+ extends ListOriginAccessControlsRequest {}
19
+ export interface ListOriginAccessControlsCommandOutput
20
+ extends ListOriginAccessControlsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListOriginAccessControlsCommand extends $Command<
24
+ ListOriginAccessControlsCommandInput,
25
+ ListOriginAccessControlsCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListOriginAccessControlsCommandInput;
29
+ constructor(input: ListOriginAccessControlsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListOriginAccessControlsCommandInput,
37
+ ListOriginAccessControlsCommandOutput
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 { ListOriginRequestPoliciesRequest, ListOriginRequestPoliciesResult } from "../models/models_1";
5
- export interface ListOriginRequestPoliciesCommandInput extends ListOriginRequestPoliciesRequest {
6
- }
7
- export interface ListOriginRequestPoliciesCommandOutput extends ListOriginRequestPoliciesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListOriginRequestPoliciesCommand extends $Command<ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: ListOriginRequestPoliciesCommandInput;
12
- constructor(input: ListOriginRequestPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput>;
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
+ ListOriginRequestPoliciesRequest,
15
+ ListOriginRequestPoliciesResult,
16
+ } from "../models/models_1";
17
+ export interface ListOriginRequestPoliciesCommandInput
18
+ extends ListOriginRequestPoliciesRequest {}
19
+ export interface ListOriginRequestPoliciesCommandOutput
20
+ extends ListOriginRequestPoliciesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListOriginRequestPoliciesCommand extends $Command<
24
+ ListOriginRequestPoliciesCommandInput,
25
+ ListOriginRequestPoliciesCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: ListOriginRequestPoliciesCommandInput;
29
+ constructor(input: ListOriginRequestPoliciesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListOriginRequestPoliciesCommandInput,
37
+ ListOriginRequestPoliciesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }