@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
|
+
GetResponseHeadersPolicyConfigRequest,
|
|
15
|
+
GetResponseHeadersPolicyConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetResponseHeadersPolicyConfigCommandInput
|
|
18
|
+
extends GetResponseHeadersPolicyConfigRequest {}
|
|
19
|
+
export interface GetResponseHeadersPolicyConfigCommandOutput
|
|
20
|
+
extends GetResponseHeadersPolicyConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetResponseHeadersPolicyConfigCommand extends $Command<
|
|
23
|
+
GetResponseHeadersPolicyConfigCommandInput,
|
|
24
|
+
GetResponseHeadersPolicyConfigCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetResponseHeadersPolicyConfigCommandInput;
|
|
28
|
+
constructor(input: GetResponseHeadersPolicyConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetResponseHeadersPolicyConfigCommandInput,
|
|
35
|
+
GetResponseHeadersPolicyConfigCommandOutput
|
|
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
|
+
GetStreamingDistributionRequest,
|
|
15
|
+
GetStreamingDistributionResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetStreamingDistributionCommandInput
|
|
18
|
+
extends GetStreamingDistributionRequest {}
|
|
19
|
+
export interface GetStreamingDistributionCommandOutput
|
|
20
|
+
extends GetStreamingDistributionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetStreamingDistributionCommand extends $Command<
|
|
23
|
+
GetStreamingDistributionCommandInput,
|
|
24
|
+
GetStreamingDistributionCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetStreamingDistributionCommandInput;
|
|
28
|
+
constructor(input: GetStreamingDistributionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetStreamingDistributionCommandInput,
|
|
35
|
+
GetStreamingDistributionCommandOutput
|
|
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
|
+
GetStreamingDistributionConfigRequest,
|
|
15
|
+
GetStreamingDistributionConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetStreamingDistributionConfigCommandInput
|
|
18
|
+
extends GetStreamingDistributionConfigRequest {}
|
|
19
|
+
export interface GetStreamingDistributionConfigCommandOutput
|
|
20
|
+
extends GetStreamingDistributionConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetStreamingDistributionConfigCommand extends $Command<
|
|
23
|
+
GetStreamingDistributionConfigCommandInput,
|
|
24
|
+
GetStreamingDistributionConfigCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetStreamingDistributionConfigCommandInput;
|
|
28
|
+
constructor(input: GetStreamingDistributionConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetStreamingDistributionConfigCommandInput,
|
|
35
|
+
GetStreamingDistributionConfigCommandOutput
|
|
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
|
+
ListCachePoliciesRequest,
|
|
15
|
+
ListCachePoliciesResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListCachePoliciesCommandInput
|
|
18
|
+
extends ListCachePoliciesRequest {}
|
|
19
|
+
export interface ListCachePoliciesCommandOutput
|
|
20
|
+
extends ListCachePoliciesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListCachePoliciesCommand extends $Command<
|
|
23
|
+
ListCachePoliciesCommandInput,
|
|
24
|
+
ListCachePoliciesCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListCachePoliciesCommandInput;
|
|
28
|
+
constructor(input: ListCachePoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput>;
|
|
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
|
+
ListCloudFrontOriginAccessIdentitiesRequest,
|
|
15
|
+
ListCloudFrontOriginAccessIdentitiesResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListCloudFrontOriginAccessIdentitiesCommandInput
|
|
18
|
+
extends ListCloudFrontOriginAccessIdentitiesRequest {}
|
|
19
|
+
export interface ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
20
|
+
extends ListCloudFrontOriginAccessIdentitiesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListCloudFrontOriginAccessIdentitiesCommand extends $Command<
|
|
23
|
+
ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
24
|
+
ListCloudFrontOriginAccessIdentitiesCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListCloudFrontOriginAccessIdentitiesCommandInput;
|
|
28
|
+
constructor(input: ListCloudFrontOriginAccessIdentitiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
35
|
+
ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
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
|
+
ListConflictingAliasesRequest,
|
|
15
|
+
ListConflictingAliasesResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListConflictingAliasesCommandInput
|
|
18
|
+
extends ListConflictingAliasesRequest {}
|
|
19
|
+
export interface ListConflictingAliasesCommandOutput
|
|
20
|
+
extends ListConflictingAliasesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListConflictingAliasesCommand extends $Command<
|
|
23
|
+
ListConflictingAliasesCommandInput,
|
|
24
|
+
ListConflictingAliasesCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListConflictingAliasesCommandInput;
|
|
28
|
+
constructor(input: ListConflictingAliasesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListConflictingAliasesCommandInput,
|
|
35
|
+
ListConflictingAliasesCommandOutput
|
|
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
|
+
ListDistributionsByCachePolicyIdRequest,
|
|
15
|
+
ListDistributionsByCachePolicyIdResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListDistributionsByCachePolicyIdCommandInput
|
|
18
|
+
extends ListDistributionsByCachePolicyIdRequest {}
|
|
19
|
+
export interface ListDistributionsByCachePolicyIdCommandOutput
|
|
20
|
+
extends ListDistributionsByCachePolicyIdResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDistributionsByCachePolicyIdCommand extends $Command<
|
|
23
|
+
ListDistributionsByCachePolicyIdCommandInput,
|
|
24
|
+
ListDistributionsByCachePolicyIdCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsByCachePolicyIdCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsByCachePolicyIdCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDistributionsByCachePolicyIdCommandInput,
|
|
35
|
+
ListDistributionsByCachePolicyIdCommandOutput
|
|
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
|
+
ListDistributionsByKeyGroupRequest,
|
|
15
|
+
ListDistributionsByKeyGroupResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListDistributionsByKeyGroupCommandInput
|
|
18
|
+
extends ListDistributionsByKeyGroupRequest {}
|
|
19
|
+
export interface ListDistributionsByKeyGroupCommandOutput
|
|
20
|
+
extends ListDistributionsByKeyGroupResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDistributionsByKeyGroupCommand extends $Command<
|
|
23
|
+
ListDistributionsByKeyGroupCommandInput,
|
|
24
|
+
ListDistributionsByKeyGroupCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsByKeyGroupCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsByKeyGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDistributionsByKeyGroupCommandInput,
|
|
35
|
+
ListDistributionsByKeyGroupCommandOutput
|
|
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
|
+
ListDistributionsByOriginRequestPolicyIdRequest,
|
|
15
|
+
ListDistributionsByOriginRequestPolicyIdResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListDistributionsByOriginRequestPolicyIdCommandInput
|
|
18
|
+
extends ListDistributionsByOriginRequestPolicyIdRequest {}
|
|
19
|
+
export interface ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
20
|
+
extends ListDistributionsByOriginRequestPolicyIdResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDistributionsByOriginRequestPolicyIdCommand extends $Command<
|
|
23
|
+
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
24
|
+
ListDistributionsByOriginRequestPolicyIdCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsByOriginRequestPolicyIdCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsByOriginRequestPolicyIdCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
35
|
+
ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
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
|
+
ListDistributionsByRealtimeLogConfigRequest,
|
|
15
|
+
ListDistributionsByRealtimeLogConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListDistributionsByRealtimeLogConfigCommandInput
|
|
18
|
+
extends ListDistributionsByRealtimeLogConfigRequest {}
|
|
19
|
+
export interface ListDistributionsByRealtimeLogConfigCommandOutput
|
|
20
|
+
extends ListDistributionsByRealtimeLogConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDistributionsByRealtimeLogConfigCommand extends $Command<
|
|
23
|
+
ListDistributionsByRealtimeLogConfigCommandInput,
|
|
24
|
+
ListDistributionsByRealtimeLogConfigCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsByRealtimeLogConfigCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsByRealtimeLogConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDistributionsByRealtimeLogConfigCommandInput,
|
|
35
|
+
ListDistributionsByRealtimeLogConfigCommandOutput
|
|
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
|
+
ListDistributionsByResponseHeadersPolicyIdRequest,
|
|
15
|
+
ListDistributionsByResponseHeadersPolicyIdResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListDistributionsByResponseHeadersPolicyIdCommandInput
|
|
18
|
+
extends ListDistributionsByResponseHeadersPolicyIdRequest {}
|
|
19
|
+
export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput
|
|
20
|
+
extends ListDistributionsByResponseHeadersPolicyIdResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command<
|
|
23
|
+
ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
24
|
+
ListDistributionsByResponseHeadersPolicyIdCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDistributionsByResponseHeadersPolicyIdCommandInput;
|
|
28
|
+
constructor(input: ListDistributionsByResponseHeadersPolicyIdCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
35
|
+
ListDistributionsByResponseHeadersPolicyIdCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|