@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
|
+
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
|
+
export declare class ListDistributionsByWebACLIdCommand extends $Command<
|
|
23
|
+
ListDistributionsByWebACLIdCommandInput,
|
|
24
|
+
ListDistributionsByWebACLIdCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsByWebACLIdCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsByWebACLIdCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDistributionsByWebACLIdCommandInput,
|
|
35
|
+
ListDistributionsByWebACLIdCommandOutput
|
|
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
|
+
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
|
+
export declare class ListDistributionsCommand extends $Command<
|
|
23
|
+
ListDistributionsCommandInput,
|
|
24
|
+
ListDistributionsCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListDistributionsCommandInput, ListDistributionsCommandOutput>;
|
|
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
|
+
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
|
+
export declare class ListFieldLevelEncryptionConfigsCommand extends $Command<
|
|
23
|
+
ListFieldLevelEncryptionConfigsCommandInput,
|
|
24
|
+
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListFieldLevelEncryptionConfigsCommandInput;
|
|
28
|
+
constructor(input: ListFieldLevelEncryptionConfigsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListFieldLevelEncryptionConfigsCommandInput,
|
|
35
|
+
ListFieldLevelEncryptionConfigsCommandOutput
|
|
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
|
+
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
|
+
export declare class ListFieldLevelEncryptionProfilesCommand extends $Command<
|
|
23
|
+
ListFieldLevelEncryptionProfilesCommandInput,
|
|
24
|
+
ListFieldLevelEncryptionProfilesCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListFieldLevelEncryptionProfilesCommandInput;
|
|
28
|
+
constructor(input: ListFieldLevelEncryptionProfilesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListFieldLevelEncryptionProfilesCommandInput,
|
|
35
|
+
ListFieldLevelEncryptionProfilesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 { ListFunctionsRequest, ListFunctionsResult } from "../models/models_1";
|
|
14
|
+
export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
|
|
15
|
+
export interface ListFunctionsCommandOutput
|
|
16
|
+
extends ListFunctionsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListFunctionsCommand extends $Command<
|
|
19
|
+
ListFunctionsCommandInput,
|
|
20
|
+
ListFunctionsCommandOutput,
|
|
21
|
+
CloudFrontClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListFunctionsCommandInput;
|
|
24
|
+
constructor(input: ListFunctionsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
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
|
+
export declare class ListInvalidationsCommand extends $Command<
|
|
23
|
+
ListInvalidationsCommandInput,
|
|
24
|
+
ListInvalidationsCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListInvalidationsCommandInput;
|
|
28
|
+
constructor(input: ListInvalidationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListInvalidationsCommandInput, ListInvalidationsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { ListKeyGroupsRequest, ListKeyGroupsResult } from "../models/models_1";
|
|
14
|
+
export interface ListKeyGroupsCommandInput extends ListKeyGroupsRequest {}
|
|
15
|
+
export interface ListKeyGroupsCommandOutput
|
|
16
|
+
extends ListKeyGroupsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListKeyGroupsCommand extends $Command<
|
|
19
|
+
ListKeyGroupsCommandInput,
|
|
20
|
+
ListKeyGroupsCommandOutput,
|
|
21
|
+
CloudFrontClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListKeyGroupsCommandInput;
|
|
24
|
+
constructor(input: ListKeyGroupsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
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
|
+
export declare class ListOriginAccessControlsCommand extends $Command<
|
|
23
|
+
ListOriginAccessControlsCommandInput,
|
|
24
|
+
ListOriginAccessControlsCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListOriginAccessControlsCommandInput;
|
|
28
|
+
constructor(input: ListOriginAccessControlsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListOriginAccessControlsCommandInput,
|
|
35
|
+
ListOriginAccessControlsCommandOutput
|
|
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
|
+
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
|
+
export declare class ListOriginRequestPoliciesCommand extends $Command<
|
|
23
|
+
ListOriginRequestPoliciesCommandInput,
|
|
24
|
+
ListOriginRequestPoliciesCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListOriginRequestPoliciesCommandInput;
|
|
28
|
+
constructor(input: ListOriginRequestPoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListOriginRequestPoliciesCommandInput,
|
|
35
|
+
ListOriginRequestPoliciesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
ListPublicKeysRequest,
|
|
15
|
+
ListPublicKeysResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
|
|
18
|
+
export interface ListPublicKeysCommandOutput
|
|
19
|
+
extends ListPublicKeysResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListPublicKeysCommand extends $Command<
|
|
22
|
+
ListPublicKeysCommandInput,
|
|
23
|
+
ListPublicKeysCommandOutput,
|
|
24
|
+
CloudFrontClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListPublicKeysCommandInput;
|
|
27
|
+
constructor(input: ListPublicKeysCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListPublicKeysCommandInput, ListPublicKeysCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListRealtimeLogConfigsRequest,
|
|
15
|
+
ListRealtimeLogConfigsResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListRealtimeLogConfigsCommandInput
|
|
18
|
+
extends ListRealtimeLogConfigsRequest {}
|
|
19
|
+
export interface ListRealtimeLogConfigsCommandOutput
|
|
20
|
+
extends ListRealtimeLogConfigsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRealtimeLogConfigsCommand extends $Command<
|
|
23
|
+
ListRealtimeLogConfigsCommandInput,
|
|
24
|
+
ListRealtimeLogConfigsCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRealtimeLogConfigsCommandInput;
|
|
28
|
+
constructor(input: ListRealtimeLogConfigsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListRealtimeLogConfigsCommandInput,
|
|
35
|
+
ListRealtimeLogConfigsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|