@aws-sdk/client-cloudfront 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1754 -495
- package/dist-types/ts3.4/CloudFrontClient.d.ts +692 -171
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +98 -98
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2338 -230
- package/dist-types/ts3.4/models/models_1.d.ts +1497 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +11 -7
- package/package.json +36 -36
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class ListResponseHeadersPoliciesCommand extends $Command<
|
|
23
|
+
ListResponseHeadersPoliciesCommandInput,
|
|
24
|
+
ListResponseHeadersPoliciesCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListResponseHeadersPoliciesCommandInput;
|
|
28
|
+
constructor(input: ListResponseHeadersPoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListResponseHeadersPoliciesCommandInput,
|
|
35
|
+
ListResponseHeadersPoliciesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class ListStreamingDistributionsCommand extends $Command<
|
|
23
|
+
ListStreamingDistributionsCommandInput,
|
|
24
|
+
ListStreamingDistributionsCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListStreamingDistributionsCommandInput;
|
|
28
|
+
constructor(input: ListStreamingDistributionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListStreamingDistributionsCommandInput,
|
|
35
|
+
ListStreamingDistributionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class PublishFunctionCommand extends $Command<
|
|
22
|
+
PublishFunctionCommandInput,
|
|
23
|
+
PublishFunctionCommandOutput,
|
|
24
|
+
CloudFrontClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: PublishFunctionCommandInput;
|
|
27
|
+
constructor(input: PublishFunctionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<PublishFunctionCommandInput, PublishFunctionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class TagResourceCommand extends $Command<
|
|
17
|
+
TagResourceCommandInput,
|
|
18
|
+
TagResourceCommandOutput,
|
|
19
|
+
CloudFrontClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: TagResourceCommandInput;
|
|
22
|
+
constructor(input: TagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class TestFunctionCommand extends $Command<
|
|
19
|
+
TestFunctionCommandInput,
|
|
20
|
+
TestFunctionCommandOutput,
|
|
21
|
+
CloudFrontClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TestFunctionCommandInput;
|
|
24
|
+
constructor(input: TestFunctionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TestFunctionCommandInput, TestFunctionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
CloudFrontClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class UpdateCachePolicyCommand extends $Command<
|
|
23
|
+
UpdateCachePolicyCommandInput,
|
|
24
|
+
UpdateCachePolicyCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateCachePolicyCommandInput;
|
|
28
|
+
constructor(input: UpdateCachePolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class UpdateCloudFrontOriginAccessIdentityCommand extends $Command<
|
|
23
|
+
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
24
|
+
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateCloudFrontOriginAccessIdentityCommandInput;
|
|
28
|
+
constructor(input: UpdateCloudFrontOriginAccessIdentityCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
35
|
+
UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class UpdateDistributionCommand extends $Command<
|
|
23
|
+
UpdateDistributionCommandInput,
|
|
24
|
+
UpdateDistributionCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDistributionCommandInput;
|
|
28
|
+
constructor(input: UpdateDistributionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateDistributionCommandInput, UpdateDistributionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class UpdateFieldLevelEncryptionConfigCommand extends $Command<
|
|
23
|
+
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
24
|
+
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFieldLevelEncryptionConfigCommandInput;
|
|
28
|
+
constructor(input: UpdateFieldLevelEncryptionConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
35
|
+
UpdateFieldLevelEncryptionConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|