@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,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 { UpdateDistributionRequest, UpdateDistributionResult } from "../models/models_1";
5
- export interface UpdateDistributionCommandInput extends UpdateDistributionRequest {
6
- }
7
- export interface UpdateDistributionCommandOutput extends UpdateDistributionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDistributionCommand extends $Command<UpdateDistributionCommandInput, UpdateDistributionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateDistributionCommandInput;
12
- constructor(input: UpdateDistributionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDistributionCommandInput, UpdateDistributionCommandOutput>;
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
+ UpdateDistributionRequest,
15
+ UpdateDistributionResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateDistributionCommandInput
18
+ extends UpdateDistributionRequest {}
19
+ export interface UpdateDistributionCommandOutput
20
+ extends UpdateDistributionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateDistributionCommand extends $Command<
24
+ UpdateDistributionCommandInput,
25
+ UpdateDistributionCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateDistributionCommandInput;
29
+ constructor(input: UpdateDistributionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateDistributionCommandInput, UpdateDistributionCommandOutput>;
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 { UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult } from "../models/models_1";
5
- export interface UpdateFieldLevelEncryptionConfigCommandInput extends UpdateFieldLevelEncryptionConfigRequest {
6
- }
7
- export interface UpdateFieldLevelEncryptionConfigCommandOutput extends UpdateFieldLevelEncryptionConfigResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFieldLevelEncryptionConfigCommand extends $Command<UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateFieldLevelEncryptionConfigCommandInput;
12
- constructor(input: UpdateFieldLevelEncryptionConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput>;
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
+ UpdateFieldLevelEncryptionConfigRequest,
15
+ UpdateFieldLevelEncryptionConfigResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateFieldLevelEncryptionConfigCommandInput
18
+ extends UpdateFieldLevelEncryptionConfigRequest {}
19
+ export interface UpdateFieldLevelEncryptionConfigCommandOutput
20
+ extends UpdateFieldLevelEncryptionConfigResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateFieldLevelEncryptionConfigCommand extends $Command<
24
+ UpdateFieldLevelEncryptionConfigCommandInput,
25
+ UpdateFieldLevelEncryptionConfigCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateFieldLevelEncryptionConfigCommandInput;
29
+ constructor(input: UpdateFieldLevelEncryptionConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateFieldLevelEncryptionConfigCommandInput,
37
+ UpdateFieldLevelEncryptionConfigCommandOutput
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 { UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult } from "../models/models_1";
5
- export interface UpdateFieldLevelEncryptionProfileCommandInput extends UpdateFieldLevelEncryptionProfileRequest {
6
- }
7
- export interface UpdateFieldLevelEncryptionProfileCommandOutput extends UpdateFieldLevelEncryptionProfileResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFieldLevelEncryptionProfileCommand extends $Command<UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateFieldLevelEncryptionProfileCommandInput;
12
- constructor(input: UpdateFieldLevelEncryptionProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput>;
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
+ UpdateFieldLevelEncryptionProfileRequest,
15
+ UpdateFieldLevelEncryptionProfileResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateFieldLevelEncryptionProfileCommandInput
18
+ extends UpdateFieldLevelEncryptionProfileRequest {}
19
+ export interface UpdateFieldLevelEncryptionProfileCommandOutput
20
+ extends UpdateFieldLevelEncryptionProfileResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateFieldLevelEncryptionProfileCommand extends $Command<
24
+ UpdateFieldLevelEncryptionProfileCommandInput,
25
+ UpdateFieldLevelEncryptionProfileCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateFieldLevelEncryptionProfileCommandInput;
29
+ constructor(input: UpdateFieldLevelEncryptionProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateFieldLevelEncryptionProfileCommandInput,
37
+ UpdateFieldLevelEncryptionProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { UpdateFunctionRequest, UpdateFunctionResult } from "../models/models_1";
5
- export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {
6
- }
7
- export interface UpdateFunctionCommandOutput extends UpdateFunctionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFunctionCommand extends $Command<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateFunctionCommandInput;
12
- constructor(input: UpdateFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCommandInput, UpdateFunctionCommandOutput>;
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
+ UpdateFunctionRequest,
15
+ UpdateFunctionResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {}
18
+ export interface UpdateFunctionCommandOutput
19
+ extends UpdateFunctionResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateFunctionCommand extends $Command<
23
+ UpdateFunctionCommandInput,
24
+ UpdateFunctionCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFunctionCommandInput;
28
+ constructor(input: UpdateFunctionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFrontClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateFunctionCommandInput, UpdateFunctionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { UpdateKeyGroupRequest, UpdateKeyGroupResult } from "../models/models_1";
5
- export interface UpdateKeyGroupCommandInput extends UpdateKeyGroupRequest {
6
- }
7
- export interface UpdateKeyGroupCommandOutput extends UpdateKeyGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateKeyGroupCommand extends $Command<UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateKeyGroupCommandInput;
12
- constructor(input: UpdateKeyGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput>;
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
+ UpdateKeyGroupRequest,
15
+ UpdateKeyGroupResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateKeyGroupCommandInput extends UpdateKeyGroupRequest {}
18
+ export interface UpdateKeyGroupCommandOutput
19
+ extends UpdateKeyGroupResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateKeyGroupCommand extends $Command<
23
+ UpdateKeyGroupCommandInput,
24
+ UpdateKeyGroupCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateKeyGroupCommandInput;
28
+ constructor(input: UpdateKeyGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFrontClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput>;
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 { UpdateOriginAccessControlRequest, UpdateOriginAccessControlResult } from "../models/models_1";
5
- export interface UpdateOriginAccessControlCommandInput extends UpdateOriginAccessControlRequest {
6
- }
7
- export interface UpdateOriginAccessControlCommandOutput extends UpdateOriginAccessControlResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateOriginAccessControlCommand extends $Command<UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateOriginAccessControlCommandInput;
12
- constructor(input: UpdateOriginAccessControlCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput>;
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
+ UpdateOriginAccessControlRequest,
15
+ UpdateOriginAccessControlResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateOriginAccessControlCommandInput
18
+ extends UpdateOriginAccessControlRequest {}
19
+ export interface UpdateOriginAccessControlCommandOutput
20
+ extends UpdateOriginAccessControlResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateOriginAccessControlCommand extends $Command<
24
+ UpdateOriginAccessControlCommandInput,
25
+ UpdateOriginAccessControlCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateOriginAccessControlCommandInput;
29
+ constructor(input: UpdateOriginAccessControlCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateOriginAccessControlCommandInput,
37
+ UpdateOriginAccessControlCommandOutput
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 { UpdateOriginRequestPolicyRequest, UpdateOriginRequestPolicyResult } from "../models/models_1";
5
- export interface UpdateOriginRequestPolicyCommandInput extends UpdateOriginRequestPolicyRequest {
6
- }
7
- export interface UpdateOriginRequestPolicyCommandOutput extends UpdateOriginRequestPolicyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateOriginRequestPolicyCommand extends $Command<UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateOriginRequestPolicyCommandInput;
12
- constructor(input: UpdateOriginRequestPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput>;
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
+ UpdateOriginRequestPolicyRequest,
15
+ UpdateOriginRequestPolicyResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateOriginRequestPolicyCommandInput
18
+ extends UpdateOriginRequestPolicyRequest {}
19
+ export interface UpdateOriginRequestPolicyCommandOutput
20
+ extends UpdateOriginRequestPolicyResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateOriginRequestPolicyCommand extends $Command<
24
+ UpdateOriginRequestPolicyCommandInput,
25
+ UpdateOriginRequestPolicyCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateOriginRequestPolicyCommandInput;
29
+ constructor(input: UpdateOriginRequestPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateOriginRequestPolicyCommandInput,
37
+ UpdateOriginRequestPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { UpdatePublicKeyRequest, UpdatePublicKeyResult } from "../models/models_1";
5
- export interface UpdatePublicKeyCommandInput extends UpdatePublicKeyRequest {
6
- }
7
- export interface UpdatePublicKeyCommandOutput extends UpdatePublicKeyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePublicKeyCommand extends $Command<UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdatePublicKeyCommandInput;
12
- constructor(input: UpdatePublicKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput>;
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
+ UpdatePublicKeyRequest,
15
+ UpdatePublicKeyResult,
16
+ } from "../models/models_1";
17
+ export interface UpdatePublicKeyCommandInput extends UpdatePublicKeyRequest {}
18
+ export interface UpdatePublicKeyCommandOutput
19
+ extends UpdatePublicKeyResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdatePublicKeyCommand extends $Command<
23
+ UpdatePublicKeyCommandInput,
24
+ UpdatePublicKeyCommandOutput,
25
+ CloudFrontClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePublicKeyCommandInput;
28
+ constructor(input: UpdatePublicKeyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFrontClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput>;
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 { UpdateRealtimeLogConfigRequest, UpdateRealtimeLogConfigResult } from "../models/models_1";
5
- export interface UpdateRealtimeLogConfigCommandInput extends UpdateRealtimeLogConfigRequest {
6
- }
7
- export interface UpdateRealtimeLogConfigCommandOutput extends UpdateRealtimeLogConfigResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRealtimeLogConfigCommand extends $Command<UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateRealtimeLogConfigCommandInput;
12
- constructor(input: UpdateRealtimeLogConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput>;
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
+ UpdateRealtimeLogConfigRequest,
15
+ UpdateRealtimeLogConfigResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateRealtimeLogConfigCommandInput
18
+ extends UpdateRealtimeLogConfigRequest {}
19
+ export interface UpdateRealtimeLogConfigCommandOutput
20
+ extends UpdateRealtimeLogConfigResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateRealtimeLogConfigCommand extends $Command<
24
+ UpdateRealtimeLogConfigCommandInput,
25
+ UpdateRealtimeLogConfigCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateRealtimeLogConfigCommandInput;
29
+ constructor(input: UpdateRealtimeLogConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateRealtimeLogConfigCommandInput,
37
+ UpdateRealtimeLogConfigCommandOutput
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 { UpdateResponseHeadersPolicyRequest, UpdateResponseHeadersPolicyResult } from "../models/models_1";
5
- export interface UpdateResponseHeadersPolicyCommandInput extends UpdateResponseHeadersPolicyRequest {
6
- }
7
- export interface UpdateResponseHeadersPolicyCommandOutput extends UpdateResponseHeadersPolicyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResponseHeadersPolicyCommand extends $Command<UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateResponseHeadersPolicyCommandInput;
12
- constructor(input: UpdateResponseHeadersPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput>;
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
+ UpdateResponseHeadersPolicyRequest,
15
+ UpdateResponseHeadersPolicyResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateResponseHeadersPolicyCommandInput
18
+ extends UpdateResponseHeadersPolicyRequest {}
19
+ export interface UpdateResponseHeadersPolicyCommandOutput
20
+ extends UpdateResponseHeadersPolicyResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateResponseHeadersPolicyCommand extends $Command<
24
+ UpdateResponseHeadersPolicyCommandInput,
25
+ UpdateResponseHeadersPolicyCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateResponseHeadersPolicyCommandInput;
29
+ constructor(input: UpdateResponseHeadersPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateResponseHeadersPolicyCommandInput,
37
+ UpdateResponseHeadersPolicyCommandOutput
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 { UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult } from "../models/models_1";
5
- export interface UpdateStreamingDistributionCommandInput extends UpdateStreamingDistributionRequest {
6
- }
7
- export interface UpdateStreamingDistributionCommandOutput extends UpdateStreamingDistributionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStreamingDistributionCommand extends $Command<UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
11
- readonly input: UpdateStreamingDistributionCommandInput;
12
- constructor(input: UpdateStreamingDistributionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput>;
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
+ UpdateStreamingDistributionRequest,
15
+ UpdateStreamingDistributionResult,
16
+ } from "../models/models_1";
17
+ export interface UpdateStreamingDistributionCommandInput
18
+ extends UpdateStreamingDistributionRequest {}
19
+ export interface UpdateStreamingDistributionCommandOutput
20
+ extends UpdateStreamingDistributionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateStreamingDistributionCommand extends $Command<
24
+ UpdateStreamingDistributionCommandInput,
25
+ UpdateStreamingDistributionCommandOutput,
26
+ CloudFrontClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateStreamingDistributionCommandInput;
29
+ constructor(input: UpdateStreamingDistributionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFrontClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateStreamingDistributionCommandInput,
37
+ UpdateStreamingDistributionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }