@aws-sdk/client-cloudfront 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1852 -495
- package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
- package/dist-types/ts3.4/models/models_1.d.ts +2015 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetCachePolicyRequest,
|
|
15
|
+
GetCachePolicyResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetCachePolicyCommandInput extends GetCachePolicyRequest {}
|
|
18
|
+
export interface GetCachePolicyCommandOutput
|
|
19
|
+
extends GetCachePolicyResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetCachePolicyCommand extends $Command<
|
|
23
|
+
GetCachePolicyCommandInput,
|
|
24
|
+
GetCachePolicyCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCachePolicyCommandInput;
|
|
28
|
+
constructor(input: GetCachePolicyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetCachePolicyCommandInput, GetCachePolicyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetCachePolicyConfigRequest,
|
|
15
|
+
GetCachePolicyConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetCachePolicyConfigCommandInput
|
|
18
|
+
extends GetCachePolicyConfigRequest {}
|
|
19
|
+
export interface GetCachePolicyConfigCommandOutput
|
|
20
|
+
extends GetCachePolicyConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCachePolicyConfigCommand extends $Command<
|
|
24
|
+
GetCachePolicyConfigCommandInput,
|
|
25
|
+
GetCachePolicyConfigCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCachePolicyConfigCommandInput;
|
|
29
|
+
constructor(input: GetCachePolicyConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetCachePolicyConfigCommandInput,
|
|
37
|
+
GetCachePolicyConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetCloudFrontOriginAccessIdentityRequest,
|
|
15
|
+
GetCloudFrontOriginAccessIdentityResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetCloudFrontOriginAccessIdentityCommandInput
|
|
18
|
+
extends GetCloudFrontOriginAccessIdentityRequest {}
|
|
19
|
+
export interface GetCloudFrontOriginAccessIdentityCommandOutput
|
|
20
|
+
extends GetCloudFrontOriginAccessIdentityResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCloudFrontOriginAccessIdentityCommand extends $Command<
|
|
24
|
+
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
25
|
+
GetCloudFrontOriginAccessIdentityCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCloudFrontOriginAccessIdentityCommandInput;
|
|
29
|
+
constructor(input: GetCloudFrontOriginAccessIdentityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
37
|
+
GetCloudFrontOriginAccessIdentityCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetCloudFrontOriginAccessIdentityConfigRequest,
|
|
15
|
+
GetCloudFrontOriginAccessIdentityConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetCloudFrontOriginAccessIdentityConfigCommandInput
|
|
18
|
+
extends GetCloudFrontOriginAccessIdentityConfigRequest {}
|
|
19
|
+
export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
20
|
+
extends GetCloudFrontOriginAccessIdentityConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command<
|
|
24
|
+
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
25
|
+
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCloudFrontOriginAccessIdentityConfigCommandInput;
|
|
29
|
+
constructor(input: GetCloudFrontOriginAccessIdentityConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
37
|
+
GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetDistributionRequest,
|
|
15
|
+
GetDistributionResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetDistributionCommandInput extends GetDistributionRequest {}
|
|
18
|
+
export interface GetDistributionCommandOutput
|
|
19
|
+
extends GetDistributionResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetDistributionCommand extends $Command<
|
|
23
|
+
GetDistributionCommandInput,
|
|
24
|
+
GetDistributionCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDistributionCommandInput;
|
|
28
|
+
constructor(input: GetDistributionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetDistributionCommandInput, GetDistributionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetDistributionConfigRequest,
|
|
15
|
+
GetDistributionConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetDistributionConfigCommandInput
|
|
18
|
+
extends GetDistributionConfigRequest {}
|
|
19
|
+
export interface GetDistributionConfigCommandOutput
|
|
20
|
+
extends GetDistributionConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDistributionConfigCommand extends $Command<
|
|
24
|
+
GetDistributionConfigCommandInput,
|
|
25
|
+
GetDistributionConfigCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDistributionConfigCommandInput;
|
|
29
|
+
constructor(input: GetDistributionConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDistributionConfigCommandInput,
|
|
37
|
+
GetDistributionConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetFieldLevelEncryptionRequest,
|
|
15
|
+
GetFieldLevelEncryptionResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetFieldLevelEncryptionCommandInput
|
|
18
|
+
extends GetFieldLevelEncryptionRequest {}
|
|
19
|
+
export interface GetFieldLevelEncryptionCommandOutput
|
|
20
|
+
extends GetFieldLevelEncryptionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetFieldLevelEncryptionCommand extends $Command<
|
|
24
|
+
GetFieldLevelEncryptionCommandInput,
|
|
25
|
+
GetFieldLevelEncryptionCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetFieldLevelEncryptionCommandInput;
|
|
29
|
+
constructor(input: GetFieldLevelEncryptionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetFieldLevelEncryptionCommandInput,
|
|
37
|
+
GetFieldLevelEncryptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetFieldLevelEncryptionConfigRequest,
|
|
15
|
+
GetFieldLevelEncryptionConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetFieldLevelEncryptionConfigCommandInput
|
|
18
|
+
extends GetFieldLevelEncryptionConfigRequest {}
|
|
19
|
+
export interface GetFieldLevelEncryptionConfigCommandOutput
|
|
20
|
+
extends GetFieldLevelEncryptionConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetFieldLevelEncryptionConfigCommand extends $Command<
|
|
24
|
+
GetFieldLevelEncryptionConfigCommandInput,
|
|
25
|
+
GetFieldLevelEncryptionConfigCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetFieldLevelEncryptionConfigCommandInput;
|
|
29
|
+
constructor(input: GetFieldLevelEncryptionConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetFieldLevelEncryptionConfigCommandInput,
|
|
37
|
+
GetFieldLevelEncryptionConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetFieldLevelEncryptionProfileRequest,
|
|
15
|
+
GetFieldLevelEncryptionProfileResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetFieldLevelEncryptionProfileCommandInput
|
|
18
|
+
extends GetFieldLevelEncryptionProfileRequest {}
|
|
19
|
+
export interface GetFieldLevelEncryptionProfileCommandOutput
|
|
20
|
+
extends GetFieldLevelEncryptionProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetFieldLevelEncryptionProfileCommand extends $Command<
|
|
24
|
+
GetFieldLevelEncryptionProfileCommandInput,
|
|
25
|
+
GetFieldLevelEncryptionProfileCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetFieldLevelEncryptionProfileCommandInput;
|
|
29
|
+
constructor(input: GetFieldLevelEncryptionProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetFieldLevelEncryptionProfileCommandInput,
|
|
37
|
+
GetFieldLevelEncryptionProfileCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetFieldLevelEncryptionProfileConfigRequest,
|
|
15
|
+
GetFieldLevelEncryptionProfileConfigResult,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetFieldLevelEncryptionProfileConfigCommandInput
|
|
18
|
+
extends GetFieldLevelEncryptionProfileConfigRequest {}
|
|
19
|
+
export interface GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
20
|
+
extends GetFieldLevelEncryptionProfileConfigResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetFieldLevelEncryptionProfileConfigCommand extends $Command<
|
|
24
|
+
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
25
|
+
GetFieldLevelEncryptionProfileConfigCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetFieldLevelEncryptionProfileConfigCommandInput;
|
|
29
|
+
constructor(input: GetFieldLevelEncryptionProfileConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
37
|
+
GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetFunctionRequest, GetFunctionResult } from "../models/models_1";
|
|
14
|
+
export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
15
|
+
export interface GetFunctionCommandOutput
|
|
16
|
+
extends GetFunctionResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetFunctionCommand extends $Command<
|
|
20
|
+
GetFunctionCommandInput,
|
|
21
|
+
GetFunctionCommandOutput,
|
|
22
|
+
CloudFrontClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetFunctionCommandInput;
|
|
25
|
+
constructor(input: GetFunctionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|