@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,8 +1,10 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "../commands/AssociateAliasCommand";
|
|
4
|
+
import { CopyDistributionCommandInput, CopyDistributionCommandOutput } from "../commands/CopyDistributionCommand";
|
|
4
5
|
import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "../commands/CreateCachePolicyCommand";
|
|
5
6
|
import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "../commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
7
|
+
import { CreateContinuousDeploymentPolicyCommandInput, CreateContinuousDeploymentPolicyCommandOutput } from "../commands/CreateContinuousDeploymentPolicyCommand";
|
|
6
8
|
import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "../commands/CreateDistributionCommand";
|
|
7
9
|
import { CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput } from "../commands/CreateDistributionWithTagsCommand";
|
|
8
10
|
import { CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput } from "../commands/CreateFieldLevelEncryptionConfigCommand";
|
|
@@ -20,6 +22,7 @@ import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCom
|
|
|
20
22
|
import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "../commands/CreateStreamingDistributionWithTagsCommand";
|
|
21
23
|
import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "../commands/DeleteCachePolicyCommand";
|
|
22
24
|
import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "../commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
25
|
+
import { DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput } from "../commands/DeleteContinuousDeploymentPolicyCommand";
|
|
23
26
|
import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "../commands/DeleteDistributionCommand";
|
|
24
27
|
import { DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput } from "../commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
25
28
|
import { DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput } from "../commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
@@ -37,6 +40,8 @@ import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "../comm
|
|
|
37
40
|
import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "../commands/GetCachePolicyConfigCommand";
|
|
38
41
|
import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "../commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
39
42
|
import { GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput } from "../commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
43
|
+
import { GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput } from "../commands/GetContinuousDeploymentPolicyCommand";
|
|
44
|
+
import { GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput } from "../commands/GetContinuousDeploymentPolicyConfigCommand";
|
|
40
45
|
import { GetDistributionCommandInput, GetDistributionCommandOutput } from "../commands/GetDistributionCommand";
|
|
41
46
|
import { GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput } from "../commands/GetDistributionConfigCommand";
|
|
42
47
|
import { GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput } from "../commands/GetFieldLevelEncryptionCommand";
|
|
@@ -62,6 +67,7 @@ import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionCon
|
|
|
62
67
|
import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "../commands/ListCachePoliciesCommand";
|
|
63
68
|
import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "../commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
64
69
|
import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "../commands/ListConflictingAliasesCommand";
|
|
70
|
+
import { ListContinuousDeploymentPoliciesCommandInput, ListContinuousDeploymentPoliciesCommandOutput } from "../commands/ListContinuousDeploymentPoliciesCommand";
|
|
65
71
|
import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "../commands/ListDistributionsByCachePolicyIdCommand";
|
|
66
72
|
import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "../commands/ListDistributionsByKeyGroupCommand";
|
|
67
73
|
import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "../commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
@@ -87,6 +93,7 @@ import { TestFunctionCommandInput, TestFunctionCommandOutput } from "../commands
|
|
|
87
93
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
88
94
|
import { UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput } from "../commands/UpdateCachePolicyCommand";
|
|
89
95
|
import { UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput } from "../commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
96
|
+
import { UpdateContinuousDeploymentPolicyCommandInput, UpdateContinuousDeploymentPolicyCommandOutput } from "../commands/UpdateContinuousDeploymentPolicyCommand";
|
|
90
97
|
import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "../commands/UpdateDistributionCommand";
|
|
91
98
|
import { UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput } from "../commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
92
99
|
import { UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput } from "../commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
@@ -99,8 +106,10 @@ import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutp
|
|
|
99
106
|
import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "../commands/UpdateResponseHeadersPolicyCommand";
|
|
100
107
|
import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "../commands/UpdateStreamingDistributionCommand";
|
|
101
108
|
export declare const serializeAws_restXmlAssociateAliasCommand: (input: AssociateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_restXmlCopyDistributionCommand: (input: CopyDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
110
|
export declare const serializeAws_restXmlCreateCachePolicyCommand: (input: CreateCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
111
|
export declare const serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (input: CreateCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_restXmlCreateContinuousDeploymentPolicyCommand: (input: CreateContinuousDeploymentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
113
|
export declare const serializeAws_restXmlCreateDistributionCommand: (input: CreateDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
114
|
export declare const serializeAws_restXmlCreateDistributionWithTagsCommand: (input: CreateDistributionWithTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
115
|
export declare const serializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (input: CreateFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -118,6 +127,7 @@ export declare const serializeAws_restXmlCreateStreamingDistributionCommand: (in
|
|
|
118
127
|
export declare const serializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (input: CreateStreamingDistributionWithTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
128
|
export declare const serializeAws_restXmlDeleteCachePolicyCommand: (input: DeleteCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
129
|
export declare const serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (input: DeleteCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_restXmlDeleteContinuousDeploymentPolicyCommand: (input: DeleteContinuousDeploymentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
131
|
export declare const serializeAws_restXmlDeleteDistributionCommand: (input: DeleteDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
132
|
export declare const serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (input: DeleteFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
133
|
export declare const serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (input: DeleteFieldLevelEncryptionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -135,6 +145,8 @@ export declare const serializeAws_restXmlGetCachePolicyCommand: (input: GetCache
|
|
|
135
145
|
export declare const serializeAws_restXmlGetCachePolicyConfigCommand: (input: GetCachePolicyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
146
|
export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (input: GetCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
147
|
export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (input: GetCloudFrontOriginAccessIdentityConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
export declare const serializeAws_restXmlGetContinuousDeploymentPolicyCommand: (input: GetContinuousDeploymentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
export declare const serializeAws_restXmlGetContinuousDeploymentPolicyConfigCommand: (input: GetContinuousDeploymentPolicyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
150
|
export declare const serializeAws_restXmlGetDistributionCommand: (input: GetDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
151
|
export declare const serializeAws_restXmlGetDistributionConfigCommand: (input: GetDistributionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
152
|
export declare const serializeAws_restXmlGetFieldLevelEncryptionCommand: (input: GetFieldLevelEncryptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -160,6 +172,7 @@ export declare const serializeAws_restXmlGetStreamingDistributionConfigCommand:
|
|
|
160
172
|
export declare const serializeAws_restXmlListCachePoliciesCommand: (input: ListCachePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
173
|
export declare const serializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (input: ListCloudFrontOriginAccessIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
174
|
export declare const serializeAws_restXmlListConflictingAliasesCommand: (input: ListConflictingAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
export declare const serializeAws_restXmlListContinuousDeploymentPoliciesCommand: (input: ListContinuousDeploymentPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
176
|
export declare const serializeAws_restXmlListDistributionsCommand: (input: ListDistributionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
177
|
export declare const serializeAws_restXmlListDistributionsByCachePolicyIdCommand: (input: ListDistributionsByCachePolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
178
|
export declare const serializeAws_restXmlListDistributionsByKeyGroupCommand: (input: ListDistributionsByKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -185,6 +198,7 @@ export declare const serializeAws_restXmlTestFunctionCommand: (input: TestFuncti
|
|
|
185
198
|
export declare const serializeAws_restXmlUntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
199
|
export declare const serializeAws_restXmlUpdateCachePolicyCommand: (input: UpdateCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
200
|
export declare const serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (input: UpdateCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
+
export declare const serializeAws_restXmlUpdateContinuousDeploymentPolicyCommand: (input: UpdateContinuousDeploymentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
202
|
export declare const serializeAws_restXmlUpdateDistributionCommand: (input: UpdateDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
203
|
export declare const serializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (input: UpdateFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
204
|
export declare const serializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (input: UpdateFieldLevelEncryptionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -197,8 +211,10 @@ export declare const serializeAws_restXmlUpdateRealtimeLogConfigCommand: (input:
|
|
|
197
211
|
export declare const serializeAws_restXmlUpdateResponseHeadersPolicyCommand: (input: UpdateResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
212
|
export declare const serializeAws_restXmlUpdateStreamingDistributionCommand: (input: UpdateStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
213
|
export declare const deserializeAws_restXmlAssociateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAliasCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_restXmlCopyDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDistributionCommandOutput>;
|
|
200
215
|
export declare const deserializeAws_restXmlCreateCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCachePolicyCommandOutput>;
|
|
201
216
|
export declare const deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
217
|
+
export declare const deserializeAws_restXmlCreateContinuousDeploymentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContinuousDeploymentPolicyCommandOutput>;
|
|
202
218
|
export declare const deserializeAws_restXmlCreateDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionCommandOutput>;
|
|
203
219
|
export declare const deserializeAws_restXmlCreateDistributionWithTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionWithTagsCommandOutput>;
|
|
204
220
|
export declare const deserializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFieldLevelEncryptionConfigCommandOutput>;
|
|
@@ -216,6 +232,7 @@ export declare const deserializeAws_restXmlCreateStreamingDistributionCommand: (
|
|
|
216
232
|
export declare const deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingDistributionWithTagsCommandOutput>;
|
|
217
233
|
export declare const deserializeAws_restXmlDeleteCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCachePolicyCommandOutput>;
|
|
218
234
|
export declare const deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
|
|
235
|
+
export declare const deserializeAws_restXmlDeleteContinuousDeploymentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContinuousDeploymentPolicyCommandOutput>;
|
|
219
236
|
export declare const deserializeAws_restXmlDeleteDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDistributionCommandOutput>;
|
|
220
237
|
export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFieldLevelEncryptionConfigCommandOutput>;
|
|
221
238
|
export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFieldLevelEncryptionProfileCommandOutput>;
|
|
@@ -233,6 +250,8 @@ export declare const deserializeAws_restXmlGetCachePolicyCommand: (output: __Htt
|
|
|
233
250
|
export declare const deserializeAws_restXmlGetCachePolicyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCachePolicyConfigCommandOutput>;
|
|
234
251
|
export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
|
|
235
252
|
export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
253
|
+
export declare const deserializeAws_restXmlGetContinuousDeploymentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContinuousDeploymentPolicyCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_restXmlGetContinuousDeploymentPolicyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContinuousDeploymentPolicyConfigCommandOutput>;
|
|
236
255
|
export declare const deserializeAws_restXmlGetDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionCommandOutput>;
|
|
237
256
|
export declare const deserializeAws_restXmlGetDistributionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionConfigCommandOutput>;
|
|
238
257
|
export declare const deserializeAws_restXmlGetFieldLevelEncryptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFieldLevelEncryptionCommandOutput>;
|
|
@@ -258,6 +277,7 @@ export declare const deserializeAws_restXmlGetStreamingDistributionConfigCommand
|
|
|
258
277
|
export declare const deserializeAws_restXmlListCachePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCachePoliciesCommandOutput>;
|
|
259
278
|
export declare const deserializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
|
|
260
279
|
export declare const deserializeAws_restXmlListConflictingAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConflictingAliasesCommandOutput>;
|
|
280
|
+
export declare const deserializeAws_restXmlListContinuousDeploymentPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContinuousDeploymentPoliciesCommandOutput>;
|
|
261
281
|
export declare const deserializeAws_restXmlListDistributionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsCommandOutput>;
|
|
262
282
|
export declare const deserializeAws_restXmlListDistributionsByCachePolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByCachePolicyIdCommandOutput>;
|
|
263
283
|
export declare const deserializeAws_restXmlListDistributionsByKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByKeyGroupCommandOutput>;
|
|
@@ -283,6 +303,7 @@ export declare const deserializeAws_restXmlTestFunctionCommand: (output: __HttpR
|
|
|
283
303
|
export declare const deserializeAws_restXmlUntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
284
304
|
export declare const deserializeAws_restXmlUpdateCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCachePolicyCommandOutput>;
|
|
285
305
|
export declare const deserializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_restXmlUpdateContinuousDeploymentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContinuousDeploymentPolicyCommandOutput>;
|
|
286
307
|
export declare const deserializeAws_restXmlUpdateDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDistributionCommandOutput>;
|
|
287
308
|
export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
|
|
288
309
|
export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
|
|
@@ -4,6 +4,10 @@ import {
|
|
|
4
4
|
AssociateAliasCommandInput,
|
|
5
5
|
AssociateAliasCommandOutput,
|
|
6
6
|
} from "./commands/AssociateAliasCommand";
|
|
7
|
+
import {
|
|
8
|
+
CopyDistributionCommandInput,
|
|
9
|
+
CopyDistributionCommandOutput,
|
|
10
|
+
} from "./commands/CopyDistributionCommand";
|
|
7
11
|
import {
|
|
8
12
|
CreateCachePolicyCommandInput,
|
|
9
13
|
CreateCachePolicyCommandOutput,
|
|
@@ -12,6 +16,10 @@ import {
|
|
|
12
16
|
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
13
17
|
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
14
18
|
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateContinuousDeploymentPolicyCommandInput,
|
|
21
|
+
CreateContinuousDeploymentPolicyCommandOutput,
|
|
22
|
+
} from "./commands/CreateContinuousDeploymentPolicyCommand";
|
|
15
23
|
import {
|
|
16
24
|
CreateDistributionCommandInput,
|
|
17
25
|
CreateDistributionCommandOutput,
|
|
@@ -80,6 +88,10 @@ import {
|
|
|
80
88
|
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
81
89
|
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
82
90
|
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
91
|
+
import {
|
|
92
|
+
DeleteContinuousDeploymentPolicyCommandInput,
|
|
93
|
+
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
94
|
+
} from "./commands/DeleteContinuousDeploymentPolicyCommand";
|
|
83
95
|
import {
|
|
84
96
|
DeleteDistributionCommandInput,
|
|
85
97
|
DeleteDistributionCommandOutput,
|
|
@@ -148,6 +160,14 @@ import {
|
|
|
148
160
|
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
149
161
|
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
150
162
|
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetContinuousDeploymentPolicyCommandInput,
|
|
165
|
+
GetContinuousDeploymentPolicyCommandOutput,
|
|
166
|
+
} from "./commands/GetContinuousDeploymentPolicyCommand";
|
|
167
|
+
import {
|
|
168
|
+
GetContinuousDeploymentPolicyConfigCommandInput,
|
|
169
|
+
GetContinuousDeploymentPolicyConfigCommandOutput,
|
|
170
|
+
} from "./commands/GetContinuousDeploymentPolicyConfigCommand";
|
|
151
171
|
import {
|
|
152
172
|
GetDistributionCommandInput,
|
|
153
173
|
GetDistributionCommandOutput,
|
|
@@ -248,6 +268,10 @@ import {
|
|
|
248
268
|
ListConflictingAliasesCommandInput,
|
|
249
269
|
ListConflictingAliasesCommandOutput,
|
|
250
270
|
} from "./commands/ListConflictingAliasesCommand";
|
|
271
|
+
import {
|
|
272
|
+
ListContinuousDeploymentPoliciesCommandInput,
|
|
273
|
+
ListContinuousDeploymentPoliciesCommandOutput,
|
|
274
|
+
} from "./commands/ListContinuousDeploymentPoliciesCommand";
|
|
251
275
|
import {
|
|
252
276
|
ListDistributionsByCachePolicyIdCommandInput,
|
|
253
277
|
ListDistributionsByCachePolicyIdCommandOutput,
|
|
@@ -348,6 +372,10 @@ import {
|
|
|
348
372
|
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
349
373
|
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
350
374
|
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
375
|
+
import {
|
|
376
|
+
UpdateContinuousDeploymentPolicyCommandInput,
|
|
377
|
+
UpdateContinuousDeploymentPolicyCommandOutput,
|
|
378
|
+
} from "./commands/UpdateContinuousDeploymentPolicyCommand";
|
|
351
379
|
import {
|
|
352
380
|
UpdateDistributionCommandInput,
|
|
353
381
|
UpdateDistributionCommandOutput,
|
|
@@ -406,6 +434,19 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
406
434
|
options: __HttpHandlerOptions,
|
|
407
435
|
cb: (err: any, data?: AssociateAliasCommandOutput) => void
|
|
408
436
|
): void;
|
|
437
|
+
copyDistribution(
|
|
438
|
+
args: CopyDistributionCommandInput,
|
|
439
|
+
options?: __HttpHandlerOptions
|
|
440
|
+
): Promise<CopyDistributionCommandOutput>;
|
|
441
|
+
copyDistribution(
|
|
442
|
+
args: CopyDistributionCommandInput,
|
|
443
|
+
cb: (err: any, data?: CopyDistributionCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
copyDistribution(
|
|
446
|
+
args: CopyDistributionCommandInput,
|
|
447
|
+
options: __HttpHandlerOptions,
|
|
448
|
+
cb: (err: any, data?: CopyDistributionCommandOutput) => void
|
|
449
|
+
): void;
|
|
409
450
|
createCachePolicy(
|
|
410
451
|
args: CreateCachePolicyCommandInput,
|
|
411
452
|
options?: __HttpHandlerOptions
|
|
@@ -438,6 +479,19 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
438
479
|
data?: CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
439
480
|
) => void
|
|
440
481
|
): void;
|
|
482
|
+
createContinuousDeploymentPolicy(
|
|
483
|
+
args: CreateContinuousDeploymentPolicyCommandInput,
|
|
484
|
+
options?: __HttpHandlerOptions
|
|
485
|
+
): Promise<CreateContinuousDeploymentPolicyCommandOutput>;
|
|
486
|
+
createContinuousDeploymentPolicy(
|
|
487
|
+
args: CreateContinuousDeploymentPolicyCommandInput,
|
|
488
|
+
cb: (err: any, data?: CreateContinuousDeploymentPolicyCommandOutput) => void
|
|
489
|
+
): void;
|
|
490
|
+
createContinuousDeploymentPolicy(
|
|
491
|
+
args: CreateContinuousDeploymentPolicyCommandInput,
|
|
492
|
+
options: __HttpHandlerOptions,
|
|
493
|
+
cb: (err: any, data?: CreateContinuousDeploymentPolicyCommandOutput) => void
|
|
494
|
+
): void;
|
|
441
495
|
createDistribution(
|
|
442
496
|
args: CreateDistributionCommandInput,
|
|
443
497
|
options?: __HttpHandlerOptions
|
|
@@ -677,6 +731,19 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
677
731
|
data?: DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
678
732
|
) => void
|
|
679
733
|
): void;
|
|
734
|
+
deleteContinuousDeploymentPolicy(
|
|
735
|
+
args: DeleteContinuousDeploymentPolicyCommandInput,
|
|
736
|
+
options?: __HttpHandlerOptions
|
|
737
|
+
): Promise<DeleteContinuousDeploymentPolicyCommandOutput>;
|
|
738
|
+
deleteContinuousDeploymentPolicy(
|
|
739
|
+
args: DeleteContinuousDeploymentPolicyCommandInput,
|
|
740
|
+
cb: (err: any, data?: DeleteContinuousDeploymentPolicyCommandOutput) => void
|
|
741
|
+
): void;
|
|
742
|
+
deleteContinuousDeploymentPolicy(
|
|
743
|
+
args: DeleteContinuousDeploymentPolicyCommandInput,
|
|
744
|
+
options: __HttpHandlerOptions,
|
|
745
|
+
cb: (err: any, data?: DeleteContinuousDeploymentPolicyCommandOutput) => void
|
|
746
|
+
): void;
|
|
680
747
|
deleteDistribution(
|
|
681
748
|
args: DeleteDistributionCommandInput,
|
|
682
749
|
options?: __HttpHandlerOptions
|
|
@@ -916,6 +983,38 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
916
983
|
data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
917
984
|
) => void
|
|
918
985
|
): void;
|
|
986
|
+
getContinuousDeploymentPolicy(
|
|
987
|
+
args: GetContinuousDeploymentPolicyCommandInput,
|
|
988
|
+
options?: __HttpHandlerOptions
|
|
989
|
+
): Promise<GetContinuousDeploymentPolicyCommandOutput>;
|
|
990
|
+
getContinuousDeploymentPolicy(
|
|
991
|
+
args: GetContinuousDeploymentPolicyCommandInput,
|
|
992
|
+
cb: (err: any, data?: GetContinuousDeploymentPolicyCommandOutput) => void
|
|
993
|
+
): void;
|
|
994
|
+
getContinuousDeploymentPolicy(
|
|
995
|
+
args: GetContinuousDeploymentPolicyCommandInput,
|
|
996
|
+
options: __HttpHandlerOptions,
|
|
997
|
+
cb: (err: any, data?: GetContinuousDeploymentPolicyCommandOutput) => void
|
|
998
|
+
): void;
|
|
999
|
+
getContinuousDeploymentPolicyConfig(
|
|
1000
|
+
args: GetContinuousDeploymentPolicyConfigCommandInput,
|
|
1001
|
+
options?: __HttpHandlerOptions
|
|
1002
|
+
): Promise<GetContinuousDeploymentPolicyConfigCommandOutput>;
|
|
1003
|
+
getContinuousDeploymentPolicyConfig(
|
|
1004
|
+
args: GetContinuousDeploymentPolicyConfigCommandInput,
|
|
1005
|
+
cb: (
|
|
1006
|
+
err: any,
|
|
1007
|
+
data?: GetContinuousDeploymentPolicyConfigCommandOutput
|
|
1008
|
+
) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
getContinuousDeploymentPolicyConfig(
|
|
1011
|
+
args: GetContinuousDeploymentPolicyConfigCommandInput,
|
|
1012
|
+
options: __HttpHandlerOptions,
|
|
1013
|
+
cb: (
|
|
1014
|
+
err: any,
|
|
1015
|
+
data?: GetContinuousDeploymentPolicyConfigCommandOutput
|
|
1016
|
+
) => void
|
|
1017
|
+
): void;
|
|
919
1018
|
getDistribution(
|
|
920
1019
|
args: GetDistributionCommandInput,
|
|
921
1020
|
options?: __HttpHandlerOptions
|
|
@@ -1253,6 +1352,19 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1253
1352
|
options: __HttpHandlerOptions,
|
|
1254
1353
|
cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void
|
|
1255
1354
|
): void;
|
|
1355
|
+
listContinuousDeploymentPolicies(
|
|
1356
|
+
args: ListContinuousDeploymentPoliciesCommandInput,
|
|
1357
|
+
options?: __HttpHandlerOptions
|
|
1358
|
+
): Promise<ListContinuousDeploymentPoliciesCommandOutput>;
|
|
1359
|
+
listContinuousDeploymentPolicies(
|
|
1360
|
+
args: ListContinuousDeploymentPoliciesCommandInput,
|
|
1361
|
+
cb: (err: any, data?: ListContinuousDeploymentPoliciesCommandOutput) => void
|
|
1362
|
+
): void;
|
|
1363
|
+
listContinuousDeploymentPolicies(
|
|
1364
|
+
args: ListContinuousDeploymentPoliciesCommandInput,
|
|
1365
|
+
options: __HttpHandlerOptions,
|
|
1366
|
+
cb: (err: any, data?: ListContinuousDeploymentPoliciesCommandOutput) => void
|
|
1367
|
+
): void;
|
|
1256
1368
|
listDistributions(
|
|
1257
1369
|
args: ListDistributionsCommandInput,
|
|
1258
1370
|
options?: __HttpHandlerOptions
|
|
@@ -1602,6 +1714,19 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1602
1714
|
data?: UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
1603
1715
|
) => void
|
|
1604
1716
|
): void;
|
|
1717
|
+
updateContinuousDeploymentPolicy(
|
|
1718
|
+
args: UpdateContinuousDeploymentPolicyCommandInput,
|
|
1719
|
+
options?: __HttpHandlerOptions
|
|
1720
|
+
): Promise<UpdateContinuousDeploymentPolicyCommandOutput>;
|
|
1721
|
+
updateContinuousDeploymentPolicy(
|
|
1722
|
+
args: UpdateContinuousDeploymentPolicyCommandInput,
|
|
1723
|
+
cb: (err: any, data?: UpdateContinuousDeploymentPolicyCommandOutput) => void
|
|
1724
|
+
): void;
|
|
1725
|
+
updateContinuousDeploymentPolicy(
|
|
1726
|
+
args: UpdateContinuousDeploymentPolicyCommandInput,
|
|
1727
|
+
options: __HttpHandlerOptions,
|
|
1728
|
+
cb: (err: any, data?: UpdateContinuousDeploymentPolicyCommandOutput) => void
|
|
1729
|
+
): void;
|
|
1605
1730
|
updateDistribution(
|
|
1606
1731
|
args: UpdateDistributionCommandInput,
|
|
1607
1732
|
options?: __HttpHandlerOptions
|
|
@@ -47,6 +47,10 @@ import {
|
|
|
47
47
|
AssociateAliasCommandInput,
|
|
48
48
|
AssociateAliasCommandOutput,
|
|
49
49
|
} from "./commands/AssociateAliasCommand";
|
|
50
|
+
import {
|
|
51
|
+
CopyDistributionCommandInput,
|
|
52
|
+
CopyDistributionCommandOutput,
|
|
53
|
+
} from "./commands/CopyDistributionCommand";
|
|
50
54
|
import {
|
|
51
55
|
CreateCachePolicyCommandInput,
|
|
52
56
|
CreateCachePolicyCommandOutput,
|
|
@@ -55,6 +59,10 @@ import {
|
|
|
55
59
|
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
56
60
|
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
57
61
|
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateContinuousDeploymentPolicyCommandInput,
|
|
64
|
+
CreateContinuousDeploymentPolicyCommandOutput,
|
|
65
|
+
} from "./commands/CreateContinuousDeploymentPolicyCommand";
|
|
58
66
|
import {
|
|
59
67
|
CreateDistributionCommandInput,
|
|
60
68
|
CreateDistributionCommandOutput,
|
|
@@ -123,6 +131,10 @@ import {
|
|
|
123
131
|
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
124
132
|
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
125
133
|
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteContinuousDeploymentPolicyCommandInput,
|
|
136
|
+
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
137
|
+
} from "./commands/DeleteContinuousDeploymentPolicyCommand";
|
|
126
138
|
import {
|
|
127
139
|
DeleteDistributionCommandInput,
|
|
128
140
|
DeleteDistributionCommandOutput,
|
|
@@ -191,6 +203,14 @@ import {
|
|
|
191
203
|
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
192
204
|
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
193
205
|
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetContinuousDeploymentPolicyCommandInput,
|
|
208
|
+
GetContinuousDeploymentPolicyCommandOutput,
|
|
209
|
+
} from "./commands/GetContinuousDeploymentPolicyCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetContinuousDeploymentPolicyConfigCommandInput,
|
|
212
|
+
GetContinuousDeploymentPolicyConfigCommandOutput,
|
|
213
|
+
} from "./commands/GetContinuousDeploymentPolicyConfigCommand";
|
|
194
214
|
import {
|
|
195
215
|
GetDistributionCommandInput,
|
|
196
216
|
GetDistributionCommandOutput,
|
|
@@ -291,6 +311,10 @@ import {
|
|
|
291
311
|
ListConflictingAliasesCommandInput,
|
|
292
312
|
ListConflictingAliasesCommandOutput,
|
|
293
313
|
} from "./commands/ListConflictingAliasesCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListContinuousDeploymentPoliciesCommandInput,
|
|
316
|
+
ListContinuousDeploymentPoliciesCommandOutput,
|
|
317
|
+
} from "./commands/ListContinuousDeploymentPoliciesCommand";
|
|
294
318
|
import {
|
|
295
319
|
ListDistributionsByCachePolicyIdCommandInput,
|
|
296
320
|
ListDistributionsByCachePolicyIdCommandOutput,
|
|
@@ -391,6 +415,10 @@ import {
|
|
|
391
415
|
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
392
416
|
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
393
417
|
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
418
|
+
import {
|
|
419
|
+
UpdateContinuousDeploymentPolicyCommandInput,
|
|
420
|
+
UpdateContinuousDeploymentPolicyCommandOutput,
|
|
421
|
+
} from "./commands/UpdateContinuousDeploymentPolicyCommand";
|
|
394
422
|
import {
|
|
395
423
|
UpdateDistributionCommandInput,
|
|
396
424
|
UpdateDistributionCommandOutput,
|
|
@@ -442,8 +470,10 @@ import {
|
|
|
442
470
|
} from "./endpoint/EndpointParameters";
|
|
443
471
|
export declare type ServiceInputTypes =
|
|
444
472
|
| AssociateAliasCommandInput
|
|
473
|
+
| CopyDistributionCommandInput
|
|
445
474
|
| CreateCachePolicyCommandInput
|
|
446
475
|
| CreateCloudFrontOriginAccessIdentityCommandInput
|
|
476
|
+
| CreateContinuousDeploymentPolicyCommandInput
|
|
447
477
|
| CreateDistributionCommandInput
|
|
448
478
|
| CreateDistributionWithTagsCommandInput
|
|
449
479
|
| CreateFieldLevelEncryptionConfigCommandInput
|
|
@@ -461,6 +491,7 @@ export declare type ServiceInputTypes =
|
|
|
461
491
|
| CreateStreamingDistributionWithTagsCommandInput
|
|
462
492
|
| DeleteCachePolicyCommandInput
|
|
463
493
|
| DeleteCloudFrontOriginAccessIdentityCommandInput
|
|
494
|
+
| DeleteContinuousDeploymentPolicyCommandInput
|
|
464
495
|
| DeleteDistributionCommandInput
|
|
465
496
|
| DeleteFieldLevelEncryptionConfigCommandInput
|
|
466
497
|
| DeleteFieldLevelEncryptionProfileCommandInput
|
|
@@ -478,6 +509,8 @@ export declare type ServiceInputTypes =
|
|
|
478
509
|
| GetCachePolicyConfigCommandInput
|
|
479
510
|
| GetCloudFrontOriginAccessIdentityCommandInput
|
|
480
511
|
| GetCloudFrontOriginAccessIdentityConfigCommandInput
|
|
512
|
+
| GetContinuousDeploymentPolicyCommandInput
|
|
513
|
+
| GetContinuousDeploymentPolicyConfigCommandInput
|
|
481
514
|
| GetDistributionCommandInput
|
|
482
515
|
| GetDistributionConfigCommandInput
|
|
483
516
|
| GetFieldLevelEncryptionCommandInput
|
|
@@ -503,6 +536,7 @@ export declare type ServiceInputTypes =
|
|
|
503
536
|
| ListCachePoliciesCommandInput
|
|
504
537
|
| ListCloudFrontOriginAccessIdentitiesCommandInput
|
|
505
538
|
| ListConflictingAliasesCommandInput
|
|
539
|
+
| ListContinuousDeploymentPoliciesCommandInput
|
|
506
540
|
| ListDistributionsByCachePolicyIdCommandInput
|
|
507
541
|
| ListDistributionsByKeyGroupCommandInput
|
|
508
542
|
| ListDistributionsByOriginRequestPolicyIdCommandInput
|
|
@@ -528,6 +562,7 @@ export declare type ServiceInputTypes =
|
|
|
528
562
|
| UntagResourceCommandInput
|
|
529
563
|
| UpdateCachePolicyCommandInput
|
|
530
564
|
| UpdateCloudFrontOriginAccessIdentityCommandInput
|
|
565
|
+
| UpdateContinuousDeploymentPolicyCommandInput
|
|
531
566
|
| UpdateDistributionCommandInput
|
|
532
567
|
| UpdateFieldLevelEncryptionConfigCommandInput
|
|
533
568
|
| UpdateFieldLevelEncryptionProfileCommandInput
|
|
@@ -541,8 +576,10 @@ export declare type ServiceInputTypes =
|
|
|
541
576
|
| UpdateStreamingDistributionCommandInput;
|
|
542
577
|
export declare type ServiceOutputTypes =
|
|
543
578
|
| AssociateAliasCommandOutput
|
|
579
|
+
| CopyDistributionCommandOutput
|
|
544
580
|
| CreateCachePolicyCommandOutput
|
|
545
581
|
| CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
582
|
+
| CreateContinuousDeploymentPolicyCommandOutput
|
|
546
583
|
| CreateDistributionCommandOutput
|
|
547
584
|
| CreateDistributionWithTagsCommandOutput
|
|
548
585
|
| CreateFieldLevelEncryptionConfigCommandOutput
|
|
@@ -560,6 +597,7 @@ export declare type ServiceOutputTypes =
|
|
|
560
597
|
| CreateStreamingDistributionWithTagsCommandOutput
|
|
561
598
|
| DeleteCachePolicyCommandOutput
|
|
562
599
|
| DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
600
|
+
| DeleteContinuousDeploymentPolicyCommandOutput
|
|
563
601
|
| DeleteDistributionCommandOutput
|
|
564
602
|
| DeleteFieldLevelEncryptionConfigCommandOutput
|
|
565
603
|
| DeleteFieldLevelEncryptionProfileCommandOutput
|
|
@@ -577,6 +615,8 @@ export declare type ServiceOutputTypes =
|
|
|
577
615
|
| GetCachePolicyConfigCommandOutput
|
|
578
616
|
| GetCloudFrontOriginAccessIdentityCommandOutput
|
|
579
617
|
| GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
618
|
+
| GetContinuousDeploymentPolicyCommandOutput
|
|
619
|
+
| GetContinuousDeploymentPolicyConfigCommandOutput
|
|
580
620
|
| GetDistributionCommandOutput
|
|
581
621
|
| GetDistributionConfigCommandOutput
|
|
582
622
|
| GetFieldLevelEncryptionCommandOutput
|
|
@@ -602,6 +642,7 @@ export declare type ServiceOutputTypes =
|
|
|
602
642
|
| ListCachePoliciesCommandOutput
|
|
603
643
|
| ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
604
644
|
| ListConflictingAliasesCommandOutput
|
|
645
|
+
| ListContinuousDeploymentPoliciesCommandOutput
|
|
605
646
|
| ListDistributionsByCachePolicyIdCommandOutput
|
|
606
647
|
| ListDistributionsByKeyGroupCommandOutput
|
|
607
648
|
| ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
@@ -627,6 +668,7 @@ export declare type ServiceOutputTypes =
|
|
|
627
668
|
| UntagResourceCommandOutput
|
|
628
669
|
| UpdateCachePolicyCommandOutput
|
|
629
670
|
| UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
671
|
+
| UpdateContinuousDeploymentPolicyCommandOutput
|
|
630
672
|
| UpdateDistributionCommandOutput
|
|
631
673
|
| UpdateFieldLevelEncryptionConfigCommandOutput
|
|
632
674
|
| UpdateFieldLevelEncryptionProfileCommandOutput
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import {
|
|
15
|
+
CopyDistributionRequest,
|
|
16
|
+
CopyDistributionResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CopyDistributionCommandInput extends CopyDistributionRequest {}
|
|
19
|
+
export interface CopyDistributionCommandOutput
|
|
20
|
+
extends CopyDistributionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CopyDistributionCommand extends $Command<
|
|
23
|
+
CopyDistributionCommandInput,
|
|
24
|
+
CopyDistributionCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CopyDistributionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: CopyDistributionCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CopyDistributionCommandInput, CopyDistributionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateContinuousDeploymentPolicyRequest,
|
|
16
|
+
CreateContinuousDeploymentPolicyResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateContinuousDeploymentPolicyCommandInput
|
|
19
|
+
extends CreateContinuousDeploymentPolicyRequest {}
|
|
20
|
+
export interface CreateContinuousDeploymentPolicyCommandOutput
|
|
21
|
+
extends CreateContinuousDeploymentPolicyResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateContinuousDeploymentPolicyCommand extends $Command<
|
|
24
|
+
CreateContinuousDeploymentPolicyCommandInput,
|
|
25
|
+
CreateContinuousDeploymentPolicyCommandOutput,
|
|
26
|
+
CloudFrontClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateContinuousDeploymentPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateContinuousDeploymentPolicyCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateContinuousDeploymentPolicyCommandInput,
|
|
37
|
+
CreateContinuousDeploymentPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateStreamingDistributionRequest,
|
|
16
16
|
CreateStreamingDistributionResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface CreateStreamingDistributionCommandInput
|
|
19
19
|
extends CreateStreamingDistributionRequest {}
|
|
20
20
|
export interface CreateStreamingDistributionCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateStreamingDistributionWithTagsRequest,
|
|
16
16
|
CreateStreamingDistributionWithTagsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface CreateStreamingDistributionWithTagsCommandInput
|
|
19
19
|
extends CreateStreamingDistributionWithTagsRequest {}
|
|
20
20
|
export interface CreateStreamingDistributionWithTagsCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudFrontClient";
|
|
14
|
-
import { DeleteCachePolicyRequest } from "../models/
|
|
14
|
+
import { DeleteCachePolicyRequest } from "../models/models_1";
|
|
15
15
|
export interface DeleteCachePolicyCommandInput
|
|
16
16
|
extends DeleteCachePolicyRequest {}
|
|
17
17
|
export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import { DeleteContinuousDeploymentPolicyRequest } from "../models/models_1";
|
|
15
|
+
export interface DeleteContinuousDeploymentPolicyCommandInput
|
|
16
|
+
extends DeleteContinuousDeploymentPolicyRequest {}
|
|
17
|
+
export interface DeleteContinuousDeploymentPolicyCommandOutput
|
|
18
|
+
extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteContinuousDeploymentPolicyCommand extends $Command<
|
|
20
|
+
DeleteContinuousDeploymentPolicyCommandInput,
|
|
21
|
+
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
22
|
+
CloudFrontClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteContinuousDeploymentPolicyCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteContinuousDeploymentPolicyCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteContinuousDeploymentPolicyCommandInput,
|
|
33
|
+
DeleteContinuousDeploymentPolicyCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|