@aws-sdk/client-cloudfront 3.212.0 → 3.214.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/dist-cjs/CloudFront.js +105 -0
- package/dist-cjs/commands/CopyDistributionCommand.js +46 -0
- package/dist-cjs/commands/CreateContinuousDeploymentPolicyCommand.js +46 -0
- package/dist-cjs/commands/CreateStreamingDistributionCommand.js +3 -3
- package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteCachePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteContinuousDeploymentPolicyCommand.js +46 -0
- package/dist-cjs/commands/GetContinuousDeploymentPolicyCommand.js +46 -0
- package/dist-cjs/commands/GetContinuousDeploymentPolicyConfigCommand.js +46 -0
- package/dist-cjs/commands/ListContinuousDeploymentPoliciesCommand.js +46 -0
- package/dist-cjs/commands/UpdateContinuousDeploymentPolicyCommand.js +46 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/ruleset.js +11 -11
- package/dist-cjs/models/models_0.js +405 -297
- package/dist-cjs/models/models_1.js +146 -4
- package/dist-cjs/protocols/Aws_restXml.js +895 -16
- package/dist-es/CloudFront.js +105 -0
- package/dist-es/commands/CopyDistributionCommand.js +42 -0
- package/dist-es/commands/CreateContinuousDeploymentPolicyCommand.js +42 -0
- package/dist-es/commands/CreateStreamingDistributionCommand.js +1 -1
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +1 -1
- package/dist-es/commands/DeleteCachePolicyCommand.js +1 -1
- package/dist-es/commands/DeleteContinuousDeploymentPolicyCommand.js +42 -0
- package/dist-es/commands/GetContinuousDeploymentPolicyCommand.js +42 -0
- package/dist-es/commands/GetContinuousDeploymentPolicyConfigCommand.js +42 -0
- package/dist-es/commands/ListContinuousDeploymentPoliciesCommand.js +42 -0
- package/dist-es/commands/UpdateContinuousDeploymentPolicyCommand.js +42 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/ruleset.js +11 -11
- package/dist-es/models/models_0.js +366 -257
- package/dist-es/models/models_1.js +117 -0
- package/dist-es/protocols/Aws_restXml.js +876 -12
- package/dist-types/CloudFront.d.ts +114 -76
- package/dist-types/CloudFrontClient.d.ts +9 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +43 -0
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +46 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +1 -13
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +40 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +38 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +37 -0
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +42 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +57 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +20 -63
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +824 -784
- package/dist-types/models/models_1.d.ts +458 -2
- package/dist-types/protocols/Aws_restXml.d.ts +21 -0
- package/dist-types/ts3.4/CloudFront.d.ts +125 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListContinuousDeploymentPoliciesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +376 -338
- package/dist-types/ts3.4/models/models_1.d.ts +196 -4
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +84 -0
- package/package.json +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
|
|
3
3
|
import {
|
|
4
|
+
ActiveTrustedSigners,
|
|
4
5
|
Aliases,
|
|
5
6
|
AliasICPRecordal,
|
|
6
7
|
CacheBehaviors,
|
|
@@ -11,6 +12,8 @@ import {
|
|
|
11
12
|
CloudFrontOriginAccessIdentity,
|
|
12
13
|
CloudFrontOriginAccessIdentityConfig,
|
|
13
14
|
ContentTypeProfileConfig,
|
|
15
|
+
ContinuousDeploymentPolicy,
|
|
16
|
+
ContinuousDeploymentPolicyConfig,
|
|
14
17
|
CustomErrorResponses,
|
|
15
18
|
DefaultCacheBehavior,
|
|
16
19
|
Distribution,
|
|
@@ -46,13 +49,96 @@ import {
|
|
|
46
49
|
ResponseHeadersPolicy,
|
|
47
50
|
ResponseHeadersPolicyConfig,
|
|
48
51
|
Restrictions,
|
|
49
|
-
|
|
50
|
-
StreamingDistribution,
|
|
51
|
-
StreamingDistributionConfig,
|
|
52
|
+
StreamingLoggingConfig,
|
|
52
53
|
Tags,
|
|
53
54
|
TrustedSigners,
|
|
54
55
|
ViewerCertificate,
|
|
55
56
|
} from "./models_0";
|
|
57
|
+
export interface S3Origin {
|
|
58
|
+
DomainName: string | undefined;
|
|
59
|
+
OriginAccessIdentity: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface StreamingDistributionConfig {
|
|
62
|
+
CallerReference: string | undefined;
|
|
63
|
+
S3Origin: S3Origin | undefined;
|
|
64
|
+
Aliases?: Aliases;
|
|
65
|
+
Comment: string | undefined;
|
|
66
|
+
Logging?: StreamingLoggingConfig;
|
|
67
|
+
TrustedSigners: TrustedSigners | undefined;
|
|
68
|
+
PriceClass?: PriceClass | string;
|
|
69
|
+
Enabled: boolean | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface CreateStreamingDistributionRequest {
|
|
72
|
+
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface StreamingDistribution {
|
|
75
|
+
Id: string | undefined;
|
|
76
|
+
ARN: string | undefined;
|
|
77
|
+
Status: string | undefined;
|
|
78
|
+
LastModifiedTime?: Date;
|
|
79
|
+
DomainName: string | undefined;
|
|
80
|
+
ActiveTrustedSigners: ActiveTrustedSigners | undefined;
|
|
81
|
+
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface CreateStreamingDistributionResult {
|
|
84
|
+
StreamingDistribution?: StreamingDistribution;
|
|
85
|
+
Location?: string;
|
|
86
|
+
ETag?: string;
|
|
87
|
+
}
|
|
88
|
+
export declare class StreamingDistributionAlreadyExists extends __BaseException {
|
|
89
|
+
readonly name: "StreamingDistributionAlreadyExists";
|
|
90
|
+
readonly $fault: "client";
|
|
91
|
+
Message?: string;
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<
|
|
94
|
+
StreamingDistributionAlreadyExists,
|
|
95
|
+
__BaseException
|
|
96
|
+
>
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
export declare class TooManyStreamingDistributionCNAMEs extends __BaseException {
|
|
100
|
+
readonly name: "TooManyStreamingDistributionCNAMEs";
|
|
101
|
+
readonly $fault: "client";
|
|
102
|
+
Message?: string;
|
|
103
|
+
constructor(
|
|
104
|
+
opts: __ExceptionOptionType<
|
|
105
|
+
TooManyStreamingDistributionCNAMEs,
|
|
106
|
+
__BaseException
|
|
107
|
+
>
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
export declare class TooManyStreamingDistributions extends __BaseException {
|
|
111
|
+
readonly name: "TooManyStreamingDistributions";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
Message?: string;
|
|
114
|
+
constructor(
|
|
115
|
+
opts: __ExceptionOptionType<TooManyStreamingDistributions, __BaseException>
|
|
116
|
+
);
|
|
117
|
+
}
|
|
118
|
+
export interface StreamingDistributionConfigWithTags {
|
|
119
|
+
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
120
|
+
Tags: Tags | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface CreateStreamingDistributionWithTagsRequest {
|
|
123
|
+
StreamingDistributionConfigWithTags:
|
|
124
|
+
| StreamingDistributionConfigWithTags
|
|
125
|
+
| undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface CreateStreamingDistributionWithTagsResult {
|
|
128
|
+
StreamingDistribution?: StreamingDistribution;
|
|
129
|
+
Location?: string;
|
|
130
|
+
ETag?: string;
|
|
131
|
+
}
|
|
132
|
+
export interface DeleteCachePolicyRequest {
|
|
133
|
+
Id: string | undefined;
|
|
134
|
+
IfMatch?: string;
|
|
135
|
+
}
|
|
136
|
+
export declare class IllegalDelete extends __BaseException {
|
|
137
|
+
readonly name: "IllegalDelete";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
Message?: string;
|
|
140
|
+
constructor(opts: __ExceptionOptionType<IllegalDelete, __BaseException>);
|
|
141
|
+
}
|
|
56
142
|
export declare class CloudFrontOriginAccessIdentityInUse extends __BaseException {
|
|
57
143
|
readonly name: "CloudFrontOriginAccessIdentityInUse";
|
|
58
144
|
readonly $fault: "client";
|
|
@@ -79,6 +165,10 @@ export declare class NoSuchCloudFrontOriginAccessIdentity extends __BaseExceptio
|
|
|
79
165
|
>
|
|
80
166
|
);
|
|
81
167
|
}
|
|
168
|
+
export interface DeleteContinuousDeploymentPolicyRequest {
|
|
169
|
+
Id: string | undefined;
|
|
170
|
+
IfMatch?: string;
|
|
171
|
+
}
|
|
82
172
|
export interface DeleteDistributionRequest {
|
|
83
173
|
Id: string | undefined;
|
|
84
174
|
IfMatch?: string;
|
|
@@ -292,6 +382,20 @@ export interface GetCloudFrontOriginAccessIdentityConfigResult {
|
|
|
292
382
|
CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
|
|
293
383
|
ETag?: string;
|
|
294
384
|
}
|
|
385
|
+
export interface GetContinuousDeploymentPolicyRequest {
|
|
386
|
+
Id: string | undefined;
|
|
387
|
+
}
|
|
388
|
+
export interface GetContinuousDeploymentPolicyResult {
|
|
389
|
+
ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy;
|
|
390
|
+
ETag?: string;
|
|
391
|
+
}
|
|
392
|
+
export interface GetContinuousDeploymentPolicyConfigRequest {
|
|
393
|
+
Id: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface GetContinuousDeploymentPolicyConfigResult {
|
|
396
|
+
ContinuousDeploymentPolicyConfig?: ContinuousDeploymentPolicyConfig;
|
|
397
|
+
ETag?: string;
|
|
398
|
+
}
|
|
295
399
|
export interface GetDistributionRequest {
|
|
296
400
|
Id: string | undefined;
|
|
297
401
|
}
|
|
@@ -501,6 +605,22 @@ export interface ConflictingAliasesList {
|
|
|
501
605
|
export interface ListConflictingAliasesResult {
|
|
502
606
|
ConflictingAliasesList?: ConflictingAliasesList;
|
|
503
607
|
}
|
|
608
|
+
export interface ListContinuousDeploymentPoliciesRequest {
|
|
609
|
+
Marker?: string;
|
|
610
|
+
MaxItems?: number;
|
|
611
|
+
}
|
|
612
|
+
export interface ContinuousDeploymentPolicySummary {
|
|
613
|
+
ContinuousDeploymentPolicy: ContinuousDeploymentPolicy | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface ContinuousDeploymentPolicyList {
|
|
616
|
+
NextMarker?: string;
|
|
617
|
+
MaxItems: number | undefined;
|
|
618
|
+
Quantity: number | undefined;
|
|
619
|
+
Items?: ContinuousDeploymentPolicySummary[];
|
|
620
|
+
}
|
|
621
|
+
export interface ListContinuousDeploymentPoliciesResult {
|
|
622
|
+
ContinuousDeploymentPolicyList?: ContinuousDeploymentPolicyList;
|
|
623
|
+
}
|
|
504
624
|
export interface ListDistributionsRequest {
|
|
505
625
|
Marker?: string;
|
|
506
626
|
MaxItems?: number;
|
|
@@ -712,7 +832,10 @@ export interface OriginAccessControlList {
|
|
|
712
832
|
export interface ListOriginAccessControlsResult {
|
|
713
833
|
OriginAccessControlList?: OriginAccessControlList;
|
|
714
834
|
}
|
|
715
|
-
export declare
|
|
835
|
+
export declare enum OriginRequestPolicyType {
|
|
836
|
+
custom = "custom",
|
|
837
|
+
managed = "managed",
|
|
838
|
+
}
|
|
716
839
|
export interface ListOriginRequestPoliciesRequest {
|
|
717
840
|
Type?: OriginRequestPolicyType | string;
|
|
718
841
|
Marker?: string;
|
|
@@ -881,6 +1004,17 @@ export interface UpdateCloudFrontOriginAccessIdentityResult {
|
|
|
881
1004
|
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
|
|
882
1005
|
ETag?: string;
|
|
883
1006
|
}
|
|
1007
|
+
export interface UpdateContinuousDeploymentPolicyRequest {
|
|
1008
|
+
ContinuousDeploymentPolicyConfig:
|
|
1009
|
+
| ContinuousDeploymentPolicyConfig
|
|
1010
|
+
| undefined;
|
|
1011
|
+
Id: string | undefined;
|
|
1012
|
+
IfMatch?: string;
|
|
1013
|
+
}
|
|
1014
|
+
export interface UpdateContinuousDeploymentPolicyResult {
|
|
1015
|
+
ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy;
|
|
1016
|
+
ETag?: string;
|
|
1017
|
+
}
|
|
884
1018
|
export interface UpdateDistributionRequest {
|
|
885
1019
|
DistributionConfig: DistributionConfig | undefined;
|
|
886
1020
|
Id: string | undefined;
|
|
@@ -984,9 +1118,37 @@ export interface UpdateStreamingDistributionResult {
|
|
|
984
1118
|
StreamingDistribution?: StreamingDistribution;
|
|
985
1119
|
ETag?: string;
|
|
986
1120
|
}
|
|
1121
|
+
export declare const S3OriginFilterSensitiveLog: (obj: S3Origin) => any;
|
|
1122
|
+
export declare const StreamingDistributionConfigFilterSensitiveLog: (
|
|
1123
|
+
obj: StreamingDistributionConfig
|
|
1124
|
+
) => any;
|
|
1125
|
+
export declare const CreateStreamingDistributionRequestFilterSensitiveLog: (
|
|
1126
|
+
obj: CreateStreamingDistributionRequest
|
|
1127
|
+
) => any;
|
|
1128
|
+
export declare const StreamingDistributionFilterSensitiveLog: (
|
|
1129
|
+
obj: StreamingDistribution
|
|
1130
|
+
) => any;
|
|
1131
|
+
export declare const CreateStreamingDistributionResultFilterSensitiveLog: (
|
|
1132
|
+
obj: CreateStreamingDistributionResult
|
|
1133
|
+
) => any;
|
|
1134
|
+
export declare const StreamingDistributionConfigWithTagsFilterSensitiveLog: (
|
|
1135
|
+
obj: StreamingDistributionConfigWithTags
|
|
1136
|
+
) => any;
|
|
1137
|
+
export declare const CreateStreamingDistributionWithTagsRequestFilterSensitiveLog: (
|
|
1138
|
+
obj: CreateStreamingDistributionWithTagsRequest
|
|
1139
|
+
) => any;
|
|
1140
|
+
export declare const CreateStreamingDistributionWithTagsResultFilterSensitiveLog: (
|
|
1141
|
+
obj: CreateStreamingDistributionWithTagsResult
|
|
1142
|
+
) => any;
|
|
1143
|
+
export declare const DeleteCachePolicyRequestFilterSensitiveLog: (
|
|
1144
|
+
obj: DeleteCachePolicyRequest
|
|
1145
|
+
) => any;
|
|
987
1146
|
export declare const DeleteCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (
|
|
988
1147
|
obj: DeleteCloudFrontOriginAccessIdentityRequest
|
|
989
1148
|
) => any;
|
|
1149
|
+
export declare const DeleteContinuousDeploymentPolicyRequestFilterSensitiveLog: (
|
|
1150
|
+
obj: DeleteContinuousDeploymentPolicyRequest
|
|
1151
|
+
) => any;
|
|
990
1152
|
export declare const DeleteDistributionRequestFilterSensitiveLog: (
|
|
991
1153
|
obj: DeleteDistributionRequest
|
|
992
1154
|
) => any;
|
|
@@ -1056,6 +1218,18 @@ export declare const GetCloudFrontOriginAccessIdentityConfigRequestFilterSensiti
|
|
|
1056
1218
|
export declare const GetCloudFrontOriginAccessIdentityConfigResultFilterSensitiveLog: (
|
|
1057
1219
|
obj: GetCloudFrontOriginAccessIdentityConfigResult
|
|
1058
1220
|
) => any;
|
|
1221
|
+
export declare const GetContinuousDeploymentPolicyRequestFilterSensitiveLog: (
|
|
1222
|
+
obj: GetContinuousDeploymentPolicyRequest
|
|
1223
|
+
) => any;
|
|
1224
|
+
export declare const GetContinuousDeploymentPolicyResultFilterSensitiveLog: (
|
|
1225
|
+
obj: GetContinuousDeploymentPolicyResult
|
|
1226
|
+
) => any;
|
|
1227
|
+
export declare const GetContinuousDeploymentPolicyConfigRequestFilterSensitiveLog: (
|
|
1228
|
+
obj: GetContinuousDeploymentPolicyConfigRequest
|
|
1229
|
+
) => any;
|
|
1230
|
+
export declare const GetContinuousDeploymentPolicyConfigResultFilterSensitiveLog: (
|
|
1231
|
+
obj: GetContinuousDeploymentPolicyConfigResult
|
|
1232
|
+
) => any;
|
|
1059
1233
|
export declare const GetDistributionRequestFilterSensitiveLog: (
|
|
1060
1234
|
obj: GetDistributionRequest
|
|
1061
1235
|
) => any;
|
|
@@ -1218,6 +1392,18 @@ export declare const ConflictingAliasesListFilterSensitiveLog: (
|
|
|
1218
1392
|
export declare const ListConflictingAliasesResultFilterSensitiveLog: (
|
|
1219
1393
|
obj: ListConflictingAliasesResult
|
|
1220
1394
|
) => any;
|
|
1395
|
+
export declare const ListContinuousDeploymentPoliciesRequestFilterSensitiveLog: (
|
|
1396
|
+
obj: ListContinuousDeploymentPoliciesRequest
|
|
1397
|
+
) => any;
|
|
1398
|
+
export declare const ContinuousDeploymentPolicySummaryFilterSensitiveLog: (
|
|
1399
|
+
obj: ContinuousDeploymentPolicySummary
|
|
1400
|
+
) => any;
|
|
1401
|
+
export declare const ContinuousDeploymentPolicyListFilterSensitiveLog: (
|
|
1402
|
+
obj: ContinuousDeploymentPolicyList
|
|
1403
|
+
) => any;
|
|
1404
|
+
export declare const ListContinuousDeploymentPoliciesResultFilterSensitiveLog: (
|
|
1405
|
+
obj: ListContinuousDeploymentPoliciesResult
|
|
1406
|
+
) => any;
|
|
1221
1407
|
export declare const ListDistributionsRequestFilterSensitiveLog: (
|
|
1222
1408
|
obj: ListDistributionsRequest
|
|
1223
1409
|
) => any;
|
|
@@ -1429,6 +1615,12 @@ export declare const UpdateCloudFrontOriginAccessIdentityRequestFilterSensitiveL
|
|
|
1429
1615
|
export declare const UpdateCloudFrontOriginAccessIdentityResultFilterSensitiveLog: (
|
|
1430
1616
|
obj: UpdateCloudFrontOriginAccessIdentityResult
|
|
1431
1617
|
) => any;
|
|
1618
|
+
export declare const UpdateContinuousDeploymentPolicyRequestFilterSensitiveLog: (
|
|
1619
|
+
obj: UpdateContinuousDeploymentPolicyRequest
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const UpdateContinuousDeploymentPolicyResultFilterSensitiveLog: (
|
|
1622
|
+
obj: UpdateContinuousDeploymentPolicyResult
|
|
1623
|
+
) => any;
|
|
1432
1624
|
export declare const UpdateDistributionRequestFilterSensitiveLog: (
|
|
1433
1625
|
obj: UpdateDistributionRequest
|
|
1434
1626
|
) => any;
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AssociateAliasCommandInput,
|
|
8
8
|
AssociateAliasCommandOutput,
|
|
9
9
|
} from "../commands/AssociateAliasCommand";
|
|
10
|
+
import {
|
|
11
|
+
CopyDistributionCommandInput,
|
|
12
|
+
CopyDistributionCommandOutput,
|
|
13
|
+
} from "../commands/CopyDistributionCommand";
|
|
10
14
|
import {
|
|
11
15
|
CreateCachePolicyCommandInput,
|
|
12
16
|
CreateCachePolicyCommandOutput,
|
|
@@ -15,6 +19,10 @@ import {
|
|
|
15
19
|
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
16
20
|
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
17
21
|
} from "../commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateContinuousDeploymentPolicyCommandInput,
|
|
24
|
+
CreateContinuousDeploymentPolicyCommandOutput,
|
|
25
|
+
} from "../commands/CreateContinuousDeploymentPolicyCommand";
|
|
18
26
|
import {
|
|
19
27
|
CreateDistributionCommandInput,
|
|
20
28
|
CreateDistributionCommandOutput,
|
|
@@ -83,6 +91,10 @@ import {
|
|
|
83
91
|
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
84
92
|
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
85
93
|
} from "../commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteContinuousDeploymentPolicyCommandInput,
|
|
96
|
+
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
97
|
+
} from "../commands/DeleteContinuousDeploymentPolicyCommand";
|
|
86
98
|
import {
|
|
87
99
|
DeleteDistributionCommandInput,
|
|
88
100
|
DeleteDistributionCommandOutput,
|
|
@@ -151,6 +163,14 @@ import {
|
|
|
151
163
|
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
152
164
|
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
153
165
|
} from "../commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetContinuousDeploymentPolicyCommandInput,
|
|
168
|
+
GetContinuousDeploymentPolicyCommandOutput,
|
|
169
|
+
} from "../commands/GetContinuousDeploymentPolicyCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetContinuousDeploymentPolicyConfigCommandInput,
|
|
172
|
+
GetContinuousDeploymentPolicyConfigCommandOutput,
|
|
173
|
+
} from "../commands/GetContinuousDeploymentPolicyConfigCommand";
|
|
154
174
|
import {
|
|
155
175
|
GetDistributionCommandInput,
|
|
156
176
|
GetDistributionCommandOutput,
|
|
@@ -251,6 +271,10 @@ import {
|
|
|
251
271
|
ListConflictingAliasesCommandInput,
|
|
252
272
|
ListConflictingAliasesCommandOutput,
|
|
253
273
|
} from "../commands/ListConflictingAliasesCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListContinuousDeploymentPoliciesCommandInput,
|
|
276
|
+
ListContinuousDeploymentPoliciesCommandOutput,
|
|
277
|
+
} from "../commands/ListContinuousDeploymentPoliciesCommand";
|
|
254
278
|
import {
|
|
255
279
|
ListDistributionsByCachePolicyIdCommandInput,
|
|
256
280
|
ListDistributionsByCachePolicyIdCommandOutput,
|
|
@@ -351,6 +375,10 @@ import {
|
|
|
351
375
|
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
352
376
|
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
353
377
|
} from "../commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
378
|
+
import {
|
|
379
|
+
UpdateContinuousDeploymentPolicyCommandInput,
|
|
380
|
+
UpdateContinuousDeploymentPolicyCommandOutput,
|
|
381
|
+
} from "../commands/UpdateContinuousDeploymentPolicyCommand";
|
|
354
382
|
import {
|
|
355
383
|
UpdateDistributionCommandInput,
|
|
356
384
|
UpdateDistributionCommandOutput,
|
|
@@ -399,6 +427,10 @@ export declare const serializeAws_restXmlAssociateAliasCommand: (
|
|
|
399
427
|
input: AssociateAliasCommandInput,
|
|
400
428
|
context: __SerdeContext
|
|
401
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restXmlCopyDistributionCommand: (
|
|
431
|
+
input: CopyDistributionCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
402
434
|
export declare const serializeAws_restXmlCreateCachePolicyCommand: (
|
|
403
435
|
input: CreateCachePolicyCommandInput,
|
|
404
436
|
context: __SerdeContext
|
|
@@ -407,6 +439,10 @@ export declare const serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCom
|
|
|
407
439
|
input: CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
408
440
|
context: __SerdeContext
|
|
409
441
|
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restXmlCreateContinuousDeploymentPolicyCommand: (
|
|
443
|
+
input: CreateContinuousDeploymentPolicyCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
410
446
|
export declare const serializeAws_restXmlCreateDistributionCommand: (
|
|
411
447
|
input: CreateDistributionCommandInput,
|
|
412
448
|
context: __SerdeContext
|
|
@@ -475,6 +511,10 @@ export declare const serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCom
|
|
|
475
511
|
input: DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
476
512
|
context: __SerdeContext
|
|
477
513
|
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restXmlDeleteContinuousDeploymentPolicyCommand: (
|
|
515
|
+
input: DeleteContinuousDeploymentPolicyCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
478
518
|
export declare const serializeAws_restXmlDeleteDistributionCommand: (
|
|
479
519
|
input: DeleteDistributionCommandInput,
|
|
480
520
|
context: __SerdeContext
|
|
@@ -543,6 +583,14 @@ export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityConfig
|
|
|
543
583
|
input: GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
544
584
|
context: __SerdeContext
|
|
545
585
|
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_restXmlGetContinuousDeploymentPolicyCommand: (
|
|
587
|
+
input: GetContinuousDeploymentPolicyCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_restXmlGetContinuousDeploymentPolicyConfigCommand: (
|
|
591
|
+
input: GetContinuousDeploymentPolicyConfigCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
546
594
|
export declare const serializeAws_restXmlGetDistributionCommand: (
|
|
547
595
|
input: GetDistributionCommandInput,
|
|
548
596
|
context: __SerdeContext
|
|
@@ -643,6 +691,10 @@ export declare const serializeAws_restXmlListConflictingAliasesCommand: (
|
|
|
643
691
|
input: ListConflictingAliasesCommandInput,
|
|
644
692
|
context: __SerdeContext
|
|
645
693
|
) => Promise<__HttpRequest>;
|
|
694
|
+
export declare const serializeAws_restXmlListContinuousDeploymentPoliciesCommand: (
|
|
695
|
+
input: ListContinuousDeploymentPoliciesCommandInput,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<__HttpRequest>;
|
|
646
698
|
export declare const serializeAws_restXmlListDistributionsCommand: (
|
|
647
699
|
input: ListDistributionsCommandInput,
|
|
648
700
|
context: __SerdeContext
|
|
@@ -743,6 +795,10 @@ export declare const serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCom
|
|
|
743
795
|
input: UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
744
796
|
context: __SerdeContext
|
|
745
797
|
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const serializeAws_restXmlUpdateContinuousDeploymentPolicyCommand: (
|
|
799
|
+
input: UpdateContinuousDeploymentPolicyCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
746
802
|
export declare const serializeAws_restXmlUpdateDistributionCommand: (
|
|
747
803
|
input: UpdateDistributionCommandInput,
|
|
748
804
|
context: __SerdeContext
|
|
@@ -791,6 +847,10 @@ export declare const deserializeAws_restXmlAssociateAliasCommand: (
|
|
|
791
847
|
output: __HttpResponse,
|
|
792
848
|
context: __SerdeContext
|
|
793
849
|
) => Promise<AssociateAliasCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_restXmlCopyDistributionCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<CopyDistributionCommandOutput>;
|
|
794
854
|
export declare const deserializeAws_restXmlCreateCachePolicyCommand: (
|
|
795
855
|
output: __HttpResponse,
|
|
796
856
|
context: __SerdeContext
|
|
@@ -799,6 +859,10 @@ export declare const deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityC
|
|
|
799
859
|
output: __HttpResponse,
|
|
800
860
|
context: __SerdeContext
|
|
801
861
|
) => Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_restXmlCreateContinuousDeploymentPolicyCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<CreateContinuousDeploymentPolicyCommandOutput>;
|
|
802
866
|
export declare const deserializeAws_restXmlCreateDistributionCommand: (
|
|
803
867
|
output: __HttpResponse,
|
|
804
868
|
context: __SerdeContext
|
|
@@ -867,6 +931,10 @@ export declare const deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityC
|
|
|
867
931
|
output: __HttpResponse,
|
|
868
932
|
context: __SerdeContext
|
|
869
933
|
) => Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
|
|
934
|
+
export declare const deserializeAws_restXmlDeleteContinuousDeploymentPolicyCommand: (
|
|
935
|
+
output: __HttpResponse,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<DeleteContinuousDeploymentPolicyCommandOutput>;
|
|
870
938
|
export declare const deserializeAws_restXmlDeleteDistributionCommand: (
|
|
871
939
|
output: __HttpResponse,
|
|
872
940
|
context: __SerdeContext
|
|
@@ -935,6 +1003,14 @@ export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityConf
|
|
|
935
1003
|
output: __HttpResponse,
|
|
936
1004
|
context: __SerdeContext
|
|
937
1005
|
) => Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
1006
|
+
export declare const deserializeAws_restXmlGetContinuousDeploymentPolicyCommand: (
|
|
1007
|
+
output: __HttpResponse,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<GetContinuousDeploymentPolicyCommandOutput>;
|
|
1010
|
+
export declare const deserializeAws_restXmlGetContinuousDeploymentPolicyConfigCommand: (
|
|
1011
|
+
output: __HttpResponse,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<GetContinuousDeploymentPolicyConfigCommandOutput>;
|
|
938
1014
|
export declare const deserializeAws_restXmlGetDistributionCommand: (
|
|
939
1015
|
output: __HttpResponse,
|
|
940
1016
|
context: __SerdeContext
|
|
@@ -1035,6 +1111,10 @@ export declare const deserializeAws_restXmlListConflictingAliasesCommand: (
|
|
|
1035
1111
|
output: __HttpResponse,
|
|
1036
1112
|
context: __SerdeContext
|
|
1037
1113
|
) => Promise<ListConflictingAliasesCommandOutput>;
|
|
1114
|
+
export declare const deserializeAws_restXmlListContinuousDeploymentPoliciesCommand: (
|
|
1115
|
+
output: __HttpResponse,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<ListContinuousDeploymentPoliciesCommandOutput>;
|
|
1038
1118
|
export declare const deserializeAws_restXmlListDistributionsCommand: (
|
|
1039
1119
|
output: __HttpResponse,
|
|
1040
1120
|
context: __SerdeContext
|
|
@@ -1135,6 +1215,10 @@ export declare const deserializeAws_restXmlUpdateCloudFrontOriginAccessIdentityC
|
|
|
1135
1215
|
output: __HttpResponse,
|
|
1136
1216
|
context: __SerdeContext
|
|
1137
1217
|
) => Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
1218
|
+
export declare const deserializeAws_restXmlUpdateContinuousDeploymentPolicyCommand: (
|
|
1219
|
+
output: __HttpResponse,
|
|
1220
|
+
context: __SerdeContext
|
|
1221
|
+
) => Promise<UpdateContinuousDeploymentPolicyCommandOutput>;
|
|
1138
1222
|
export declare const deserializeAws_restXmlUpdateDistributionCommand: (
|
|
1139
1223
|
output: __HttpResponse,
|
|
1140
1224
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.214.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.213.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
24
|
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.212.0",
|