@aws-sdk/client-cloudfront 3.325.0 → 3.326.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-types/commands/AssociateAliasCommand.d.ts +4 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +338 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +49 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +15 -0
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +34 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +338 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +338 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +40 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +31 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +21 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +20 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +42 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +17 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +95 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +57 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +57 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +44 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +33 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +29 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +337 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +293 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +39 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +30 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +26 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +8 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +19 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +17 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +37 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +12 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +94 -0
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +90 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +56 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +34 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +57 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +19 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +17 -0
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +303 -0
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +303 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +303 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +42 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +33 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +26 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +19 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +25 -0
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +22 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +50 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +19 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +30 -0
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +103 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +41 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +27 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +33 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +337 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +337 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +30 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +20 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +17 -0
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +94 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +56 -0
- package/package.json +3 -3
|
@@ -42,6 +42,341 @@ export interface UpdateDistributionWithStagingConfigCommandOutput extends Update
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateDistributionWithStagingConfigCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateDistributionWithStagingConfigResult
|
|
46
|
+
* // Distribution: { // Distribution
|
|
47
|
+
* // Id: "STRING_VALUE", // required
|
|
48
|
+
* // ARN: "STRING_VALUE", // required
|
|
49
|
+
* // Status: "STRING_VALUE", // required
|
|
50
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
51
|
+
* // InProgressInvalidationBatches: Number("int"), // required
|
|
52
|
+
* // DomainName: "STRING_VALUE", // required
|
|
53
|
+
* // ActiveTrustedSigners: { // ActiveTrustedSigners
|
|
54
|
+
* // Enabled: true || false, // required
|
|
55
|
+
* // Quantity: Number("int"), // required
|
|
56
|
+
* // Items: [ // SignerList
|
|
57
|
+
* // { // Signer
|
|
58
|
+
* // AwsAccountNumber: "STRING_VALUE",
|
|
59
|
+
* // KeyPairIds: { // KeyPairIds
|
|
60
|
+
* // Quantity: Number("int"), // required
|
|
61
|
+
* // Items: [ // KeyPairIdList
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // },
|
|
68
|
+
* // ActiveTrustedKeyGroups: { // ActiveTrustedKeyGroups
|
|
69
|
+
* // Enabled: true || false, // required
|
|
70
|
+
* // Quantity: Number("int"), // required
|
|
71
|
+
* // Items: [ // KGKeyPairIdsList
|
|
72
|
+
* // { // KGKeyPairIds
|
|
73
|
+
* // KeyGroupId: "STRING_VALUE",
|
|
74
|
+
* // KeyPairIds: {
|
|
75
|
+
* // Quantity: Number("int"), // required
|
|
76
|
+
* // Items: [
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // },
|
|
83
|
+
* // DistributionConfig: { // DistributionConfig
|
|
84
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
85
|
+
* // Aliases: { // Aliases
|
|
86
|
+
* // Quantity: Number("int"), // required
|
|
87
|
+
* // Items: [ // AliasList
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
91
|
+
* // DefaultRootObject: "STRING_VALUE",
|
|
92
|
+
* // Origins: { // Origins
|
|
93
|
+
* // Quantity: Number("int"), // required
|
|
94
|
+
* // Items: [ // OriginList // required
|
|
95
|
+
* // { // Origin
|
|
96
|
+
* // Id: "STRING_VALUE", // required
|
|
97
|
+
* // DomainName: "STRING_VALUE", // required
|
|
98
|
+
* // OriginPath: "STRING_VALUE",
|
|
99
|
+
* // CustomHeaders: { // CustomHeaders
|
|
100
|
+
* // Quantity: Number("int"), // required
|
|
101
|
+
* // Items: [ // OriginCustomHeadersList
|
|
102
|
+
* // { // OriginCustomHeader
|
|
103
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
104
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
108
|
+
* // S3OriginConfig: { // S3OriginConfig
|
|
109
|
+
* // OriginAccessIdentity: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // CustomOriginConfig: { // CustomOriginConfig
|
|
112
|
+
* // HTTPPort: Number("int"), // required
|
|
113
|
+
* // HTTPSPort: Number("int"), // required
|
|
114
|
+
* // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
|
|
115
|
+
* // OriginSslProtocols: { // OriginSslProtocols
|
|
116
|
+
* // Quantity: Number("int"), // required
|
|
117
|
+
* // Items: [ // SslProtocolsList // required
|
|
118
|
+
* // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
|
|
119
|
+
* // ],
|
|
120
|
+
* // },
|
|
121
|
+
* // OriginReadTimeout: Number("int"),
|
|
122
|
+
* // OriginKeepaliveTimeout: Number("int"),
|
|
123
|
+
* // },
|
|
124
|
+
* // ConnectionAttempts: Number("int"),
|
|
125
|
+
* // ConnectionTimeout: Number("int"),
|
|
126
|
+
* // OriginShield: { // OriginShield
|
|
127
|
+
* // Enabled: true || false, // required
|
|
128
|
+
* // OriginShieldRegion: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // OriginAccessControlId: "STRING_VALUE",
|
|
131
|
+
* // },
|
|
132
|
+
* // ],
|
|
133
|
+
* // },
|
|
134
|
+
* // OriginGroups: { // OriginGroups
|
|
135
|
+
* // Quantity: Number("int"), // required
|
|
136
|
+
* // Items: [ // OriginGroupList
|
|
137
|
+
* // { // OriginGroup
|
|
138
|
+
* // Id: "STRING_VALUE", // required
|
|
139
|
+
* // FailoverCriteria: { // OriginGroupFailoverCriteria
|
|
140
|
+
* // StatusCodes: { // StatusCodes
|
|
141
|
+
* // Quantity: Number("int"), // required
|
|
142
|
+
* // Items: [ // StatusCodeList // required
|
|
143
|
+
* // Number("int"),
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
146
|
+
* // },
|
|
147
|
+
* // Members: { // OriginGroupMembers
|
|
148
|
+
* // Quantity: Number("int"), // required
|
|
149
|
+
* // Items: [ // OriginGroupMemberList // required
|
|
150
|
+
* // { // OriginGroupMember
|
|
151
|
+
* // OriginId: "STRING_VALUE", // required
|
|
152
|
+
* // },
|
|
153
|
+
* // ],
|
|
154
|
+
* // },
|
|
155
|
+
* // },
|
|
156
|
+
* // ],
|
|
157
|
+
* // },
|
|
158
|
+
* // DefaultCacheBehavior: { // DefaultCacheBehavior
|
|
159
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
160
|
+
* // TrustedSigners: { // TrustedSigners
|
|
161
|
+
* // Enabled: true || false, // required
|
|
162
|
+
* // Quantity: Number("int"), // required
|
|
163
|
+
* // Items: [ // AwsAccountNumberList
|
|
164
|
+
* // "STRING_VALUE",
|
|
165
|
+
* // ],
|
|
166
|
+
* // },
|
|
167
|
+
* // TrustedKeyGroups: { // TrustedKeyGroups
|
|
168
|
+
* // Enabled: true || false, // required
|
|
169
|
+
* // Quantity: Number("int"), // required
|
|
170
|
+
* // Items: [ // TrustedKeyGroupIdList
|
|
171
|
+
* // "STRING_VALUE",
|
|
172
|
+
* // ],
|
|
173
|
+
* // },
|
|
174
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
175
|
+
* // AllowedMethods: { // AllowedMethods
|
|
176
|
+
* // Quantity: Number("int"), // required
|
|
177
|
+
* // Items: [ // MethodsList // required
|
|
178
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // CachedMethods: { // CachedMethods
|
|
181
|
+
* // Quantity: Number("int"), // required
|
|
182
|
+
* // Items: [ // required
|
|
183
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
184
|
+
* // ],
|
|
185
|
+
* // },
|
|
186
|
+
* // },
|
|
187
|
+
* // SmoothStreaming: true || false,
|
|
188
|
+
* // Compress: true || false,
|
|
189
|
+
* // LambdaFunctionAssociations: { // LambdaFunctionAssociations
|
|
190
|
+
* // Quantity: Number("int"), // required
|
|
191
|
+
* // Items: [ // LambdaFunctionAssociationList
|
|
192
|
+
* // { // LambdaFunctionAssociation
|
|
193
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
194
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
195
|
+
* // IncludeBody: true || false,
|
|
196
|
+
* // },
|
|
197
|
+
* // ],
|
|
198
|
+
* // },
|
|
199
|
+
* // FunctionAssociations: { // FunctionAssociations
|
|
200
|
+
* // Quantity: Number("int"), // required
|
|
201
|
+
* // Items: [ // FunctionAssociationList
|
|
202
|
+
* // { // FunctionAssociation
|
|
203
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
204
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
205
|
+
* // },
|
|
206
|
+
* // ],
|
|
207
|
+
* // },
|
|
208
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
209
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
210
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
211
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
212
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
213
|
+
* // ForwardedValues: { // ForwardedValues
|
|
214
|
+
* // QueryString: true || false, // required
|
|
215
|
+
* // Cookies: { // CookiePreference
|
|
216
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
217
|
+
* // WhitelistedNames: { // CookieNames
|
|
218
|
+
* // Quantity: Number("int"), // required
|
|
219
|
+
* // Items: [ // CookieNameList
|
|
220
|
+
* // "STRING_VALUE",
|
|
221
|
+
* // ],
|
|
222
|
+
* // },
|
|
223
|
+
* // },
|
|
224
|
+
* // Headers: { // Headers
|
|
225
|
+
* // Quantity: Number("int"), // required
|
|
226
|
+
* // Items: [ // HeaderList
|
|
227
|
+
* // "STRING_VALUE",
|
|
228
|
+
* // ],
|
|
229
|
+
* // },
|
|
230
|
+
* // QueryStringCacheKeys: { // QueryStringCacheKeys
|
|
231
|
+
* // Quantity: Number("int"), // required
|
|
232
|
+
* // Items: [ // QueryStringCacheKeysList
|
|
233
|
+
* // "STRING_VALUE",
|
|
234
|
+
* // ],
|
|
235
|
+
* // },
|
|
236
|
+
* // },
|
|
237
|
+
* // MinTTL: Number("long"),
|
|
238
|
+
* // DefaultTTL: Number("long"),
|
|
239
|
+
* // MaxTTL: Number("long"),
|
|
240
|
+
* // },
|
|
241
|
+
* // CacheBehaviors: { // CacheBehaviors
|
|
242
|
+
* // Quantity: Number("int"), // required
|
|
243
|
+
* // Items: [ // CacheBehaviorList
|
|
244
|
+
* // { // CacheBehavior
|
|
245
|
+
* // PathPattern: "STRING_VALUE", // required
|
|
246
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
247
|
+
* // TrustedSigners: {
|
|
248
|
+
* // Enabled: true || false, // required
|
|
249
|
+
* // Quantity: Number("int"), // required
|
|
250
|
+
* // Items: [
|
|
251
|
+
* // "STRING_VALUE",
|
|
252
|
+
* // ],
|
|
253
|
+
* // },
|
|
254
|
+
* // TrustedKeyGroups: {
|
|
255
|
+
* // Enabled: true || false, // required
|
|
256
|
+
* // Quantity: Number("int"), // required
|
|
257
|
+
* // Items: [
|
|
258
|
+
* // "STRING_VALUE",
|
|
259
|
+
* // ],
|
|
260
|
+
* // },
|
|
261
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
262
|
+
* // AllowedMethods: {
|
|
263
|
+
* // Quantity: Number("int"), // required
|
|
264
|
+
* // Items: "<MethodsList>", // required
|
|
265
|
+
* // CachedMethods: {
|
|
266
|
+
* // Quantity: Number("int"), // required
|
|
267
|
+
* // Items: "<MethodsList>", // required
|
|
268
|
+
* // },
|
|
269
|
+
* // },
|
|
270
|
+
* // SmoothStreaming: true || false,
|
|
271
|
+
* // Compress: true || false,
|
|
272
|
+
* // LambdaFunctionAssociations: {
|
|
273
|
+
* // Quantity: Number("int"), // required
|
|
274
|
+
* // Items: [
|
|
275
|
+
* // {
|
|
276
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
277
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
278
|
+
* // IncludeBody: true || false,
|
|
279
|
+
* // },
|
|
280
|
+
* // ],
|
|
281
|
+
* // },
|
|
282
|
+
* // FunctionAssociations: {
|
|
283
|
+
* // Quantity: Number("int"), // required
|
|
284
|
+
* // Items: [
|
|
285
|
+
* // {
|
|
286
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
287
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
288
|
+
* // },
|
|
289
|
+
* // ],
|
|
290
|
+
* // },
|
|
291
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
292
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
293
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
294
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
295
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
296
|
+
* // ForwardedValues: {
|
|
297
|
+
* // QueryString: true || false, // required
|
|
298
|
+
* // Cookies: {
|
|
299
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
300
|
+
* // WhitelistedNames: {
|
|
301
|
+
* // Quantity: Number("int"), // required
|
|
302
|
+
* // Items: [
|
|
303
|
+
* // "STRING_VALUE",
|
|
304
|
+
* // ],
|
|
305
|
+
* // },
|
|
306
|
+
* // },
|
|
307
|
+
* // Headers: {
|
|
308
|
+
* // Quantity: Number("int"), // required
|
|
309
|
+
* // Items: [
|
|
310
|
+
* // "STRING_VALUE",
|
|
311
|
+
* // ],
|
|
312
|
+
* // },
|
|
313
|
+
* // QueryStringCacheKeys: {
|
|
314
|
+
* // Quantity: Number("int"), // required
|
|
315
|
+
* // Items: [
|
|
316
|
+
* // "STRING_VALUE",
|
|
317
|
+
* // ],
|
|
318
|
+
* // },
|
|
319
|
+
* // },
|
|
320
|
+
* // MinTTL: Number("long"),
|
|
321
|
+
* // DefaultTTL: Number("long"),
|
|
322
|
+
* // MaxTTL: Number("long"),
|
|
323
|
+
* // },
|
|
324
|
+
* // ],
|
|
325
|
+
* // },
|
|
326
|
+
* // CustomErrorResponses: { // CustomErrorResponses
|
|
327
|
+
* // Quantity: Number("int"), // required
|
|
328
|
+
* // Items: [ // CustomErrorResponseList
|
|
329
|
+
* // { // CustomErrorResponse
|
|
330
|
+
* // ErrorCode: Number("int"), // required
|
|
331
|
+
* // ResponsePagePath: "STRING_VALUE",
|
|
332
|
+
* // ResponseCode: "STRING_VALUE",
|
|
333
|
+
* // ErrorCachingMinTTL: Number("long"),
|
|
334
|
+
* // },
|
|
335
|
+
* // ],
|
|
336
|
+
* // },
|
|
337
|
+
* // Comment: "STRING_VALUE", // required
|
|
338
|
+
* // Logging: { // LoggingConfig
|
|
339
|
+
* // Enabled: true || false, // required
|
|
340
|
+
* // IncludeCookies: true || false, // required
|
|
341
|
+
* // Bucket: "STRING_VALUE", // required
|
|
342
|
+
* // Prefix: "STRING_VALUE", // required
|
|
343
|
+
* // },
|
|
344
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
345
|
+
* // Enabled: true || false, // required
|
|
346
|
+
* // ViewerCertificate: { // ViewerCertificate
|
|
347
|
+
* // CloudFrontDefaultCertificate: true || false,
|
|
348
|
+
* // IAMCertificateId: "STRING_VALUE",
|
|
349
|
+
* // ACMCertificateArn: "STRING_VALUE",
|
|
350
|
+
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
351
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
352
|
+
* // Certificate: "STRING_VALUE",
|
|
353
|
+
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
354
|
+
* // },
|
|
355
|
+
* // Restrictions: { // Restrictions
|
|
356
|
+
* // GeoRestriction: { // GeoRestriction
|
|
357
|
+
* // RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
358
|
+
* // Quantity: Number("int"), // required
|
|
359
|
+
* // Items: [ // LocationList
|
|
360
|
+
* // "STRING_VALUE",
|
|
361
|
+
* // ],
|
|
362
|
+
* // },
|
|
363
|
+
* // },
|
|
364
|
+
* // WebACLId: "STRING_VALUE",
|
|
365
|
+
* // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3",
|
|
366
|
+
* // IsIPV6Enabled: true || false,
|
|
367
|
+
* // ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
368
|
+
* // Staging: true || false,
|
|
369
|
+
* // },
|
|
370
|
+
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
371
|
+
* // { // AliasICPRecordal
|
|
372
|
+
* // CNAME: "STRING_VALUE",
|
|
373
|
+
* // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
|
|
374
|
+
* // },
|
|
375
|
+
* // ],
|
|
376
|
+
* // },
|
|
377
|
+
* // ETag: "STRING_VALUE",
|
|
378
|
+
* // };
|
|
379
|
+
*
|
|
45
380
|
* ```
|
|
46
381
|
*
|
|
47
382
|
* @param UpdateDistributionWithStagingConfigCommandInput - {@link UpdateDistributionWithStagingConfigCommandInput}
|
|
@@ -264,6 +599,8 @@ export interface UpdateDistributionWithStagingConfigCommandOutput extends Update
|
|
|
264
599
|
* @throws {@link TrustedSignerDoesNotExist} (client fault)
|
|
265
600
|
* <p>One or more of your trusted signers don't exist.</p>
|
|
266
601
|
*
|
|
602
|
+
* @throws {@link CloudFrontServiceException}
|
|
603
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
267
604
|
*
|
|
268
605
|
*/
|
|
269
606
|
export declare class UpdateDistributionWithStagingConfigCommand extends $Command<UpdateDistributionWithStagingConfigCommandInput, UpdateDistributionWithStagingConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -61,6 +61,43 @@ export interface UpdateFieldLevelEncryptionConfigCommandOutput extends UpdateFie
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new UpdateFieldLevelEncryptionConfigCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // UpdateFieldLevelEncryptionConfigResult
|
|
65
|
+
* // FieldLevelEncryption: { // FieldLevelEncryption
|
|
66
|
+
* // Id: "STRING_VALUE", // required
|
|
67
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
68
|
+
* // FieldLevelEncryptionConfig: { // FieldLevelEncryptionConfig
|
|
69
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
70
|
+
* // Comment: "STRING_VALUE",
|
|
71
|
+
* // QueryArgProfileConfig: { // QueryArgProfileConfig
|
|
72
|
+
* // ForwardWhenQueryArgProfileIsUnknown: true || false, // required
|
|
73
|
+
* // QueryArgProfiles: { // QueryArgProfiles
|
|
74
|
+
* // Quantity: Number("int"), // required
|
|
75
|
+
* // Items: [ // QueryArgProfileList
|
|
76
|
+
* // { // QueryArgProfile
|
|
77
|
+
* // QueryArg: "STRING_VALUE", // required
|
|
78
|
+
* // ProfileId: "STRING_VALUE", // required
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
83
|
+
* // ContentTypeProfileConfig: { // ContentTypeProfileConfig
|
|
84
|
+
* // ForwardWhenContentTypeIsUnknown: true || false, // required
|
|
85
|
+
* // ContentTypeProfiles: { // ContentTypeProfiles
|
|
86
|
+
* // Quantity: Number("int"), // required
|
|
87
|
+
* // Items: [ // ContentTypeProfileList
|
|
88
|
+
* // { // ContentTypeProfile
|
|
89
|
+
* // Format: "URLEncoded", // required
|
|
90
|
+
* // ProfileId: "STRING_VALUE",
|
|
91
|
+
* // ContentType: "STRING_VALUE", // required
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
95
|
+
* // },
|
|
96
|
+
* // },
|
|
97
|
+
* // },
|
|
98
|
+
* // ETag: "STRING_VALUE",
|
|
99
|
+
* // };
|
|
100
|
+
*
|
|
64
101
|
* ```
|
|
65
102
|
*
|
|
66
103
|
* @param UpdateFieldLevelEncryptionConfigCommandInput - {@link UpdateFieldLevelEncryptionConfigCommandInput}
|
|
@@ -106,6 +143,8 @@ export interface UpdateFieldLevelEncryptionConfigCommandOutput extends UpdateFie
|
|
|
106
143
|
* <p>The maximum number of query arg profiles for field-level encryption have been
|
|
107
144
|
* created.</p>
|
|
108
145
|
*
|
|
146
|
+
* @throws {@link CloudFrontServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
109
148
|
*
|
|
110
149
|
*/
|
|
111
150
|
export declare class UpdateFieldLevelEncryptionConfigCommand extends $Command<UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -52,6 +52,34 @@ export interface UpdateFieldLevelEncryptionProfileCommandOutput extends UpdateFi
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new UpdateFieldLevelEncryptionProfileCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // { // UpdateFieldLevelEncryptionProfileResult
|
|
56
|
+
* // FieldLevelEncryptionProfile: { // FieldLevelEncryptionProfile
|
|
57
|
+
* // Id: "STRING_VALUE", // required
|
|
58
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
59
|
+
* // FieldLevelEncryptionProfileConfig: { // FieldLevelEncryptionProfileConfig
|
|
60
|
+
* // Name: "STRING_VALUE", // required
|
|
61
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
62
|
+
* // Comment: "STRING_VALUE",
|
|
63
|
+
* // EncryptionEntities: { // EncryptionEntities
|
|
64
|
+
* // Quantity: Number("int"), // required
|
|
65
|
+
* // Items: [ // EncryptionEntityList
|
|
66
|
+
* // { // EncryptionEntity
|
|
67
|
+
* // PublicKeyId: "STRING_VALUE", // required
|
|
68
|
+
* // ProviderId: "STRING_VALUE", // required
|
|
69
|
+
* // FieldPatterns: { // FieldPatterns
|
|
70
|
+
* // Quantity: Number("int"), // required
|
|
71
|
+
* // Items: [ // FieldPatternList
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
80
|
+
* // ETag: "STRING_VALUE",
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
55
83
|
* ```
|
|
56
84
|
*
|
|
57
85
|
* @param UpdateFieldLevelEncryptionProfileCommandInput - {@link UpdateFieldLevelEncryptionProfileCommandInput}
|
|
@@ -100,6 +128,8 @@ export interface UpdateFieldLevelEncryptionProfileCommandOutput extends UpdateFi
|
|
|
100
128
|
* <p>The maximum number of field patterns for field-level encryption have been
|
|
101
129
|
* created.</p>
|
|
102
130
|
*
|
|
131
|
+
* @throws {@link CloudFrontServiceException}
|
|
132
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
103
133
|
*
|
|
104
134
|
*/
|
|
105
135
|
export declare class UpdateFieldLevelEncryptionProfileCommand extends $Command<UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -42,6 +42,24 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResult, __Met
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateFunctionCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateFunctionResult
|
|
46
|
+
* // FunctionSummary: { // FunctionSummary
|
|
47
|
+
* // Name: "STRING_VALUE", // required
|
|
48
|
+
* // Status: "STRING_VALUE",
|
|
49
|
+
* // FunctionConfig: { // FunctionConfig
|
|
50
|
+
* // Comment: "STRING_VALUE", // required
|
|
51
|
+
* // Runtime: "cloudfront-js-1.0", // required
|
|
52
|
+
* // },
|
|
53
|
+
* // FunctionMetadata: { // FunctionMetadata
|
|
54
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
55
|
+
* // Stage: "DEVELOPMENT" || "LIVE",
|
|
56
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ETag: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
45
63
|
* ```
|
|
46
64
|
*
|
|
47
65
|
* @param UpdateFunctionCommandInput - {@link UpdateFunctionCommandInput}
|
|
@@ -70,6 +88,8 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResult, __Met
|
|
|
70
88
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
71
89
|
* <p>This operation is not supported in this region.</p>
|
|
72
90
|
*
|
|
91
|
+
* @throws {@link CloudFrontServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
73
93
|
*
|
|
74
94
|
*/
|
|
75
95
|
export declare class UpdateFunctionCommand extends $Command<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -56,6 +56,21 @@ export interface UpdateKeyGroupCommandOutput extends UpdateKeyGroupResult, __Met
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new UpdateKeyGroupCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // UpdateKeyGroupResult
|
|
60
|
+
* // KeyGroup: { // KeyGroup
|
|
61
|
+
* // Id: "STRING_VALUE", // required
|
|
62
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
63
|
+
* // KeyGroupConfig: { // KeyGroupConfig
|
|
64
|
+
* // Name: "STRING_VALUE", // required
|
|
65
|
+
* // Items: [ // PublicKeyIdList // required
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // Comment: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // ETag: "STRING_VALUE",
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
59
74
|
* ```
|
|
60
75
|
*
|
|
61
76
|
* @param UpdateKeyGroupCommandInput - {@link UpdateKeyGroupCommandInput}
|
|
@@ -86,6 +101,8 @@ export interface UpdateKeyGroupCommandOutput extends UpdateKeyGroupResult, __Met
|
|
|
86
101
|
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
87
102
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
88
103
|
*
|
|
104
|
+
* @throws {@link CloudFrontServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
89
106
|
*
|
|
90
107
|
*/
|
|
91
108
|
export declare class UpdateKeyGroupCommand extends $Command<UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -39,6 +39,20 @@ export interface UpdateOriginAccessControlCommandOutput extends UpdateOriginAcce
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateOriginAccessControlCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // UpdateOriginAccessControlResult
|
|
43
|
+
* // OriginAccessControl: { // OriginAccessControl
|
|
44
|
+
* // Id: "STRING_VALUE", // required
|
|
45
|
+
* // OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
46
|
+
* // Name: "STRING_VALUE", // required
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // SigningProtocol: "sigv4", // required
|
|
49
|
+
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
50
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // ETag: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
42
56
|
* ```
|
|
43
57
|
*
|
|
44
58
|
* @param UpdateOriginAccessControlCommandInput - {@link UpdateOriginAccessControlCommandInput}
|
|
@@ -69,6 +83,8 @@ export interface UpdateOriginAccessControlCommandOutput extends UpdateOriginAcce
|
|
|
69
83
|
* <p>The precondition in one or more of the request fields evaluated to
|
|
70
84
|
* <code>false</code>.</p>
|
|
71
85
|
*
|
|
86
|
+
* @throws {@link CloudFrontServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
72
88
|
*
|
|
73
89
|
*/
|
|
74
90
|
export declare class UpdateOriginAccessControlCommand extends $Command<UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -81,6 +81,45 @@ export interface UpdateOriginRequestPolicyCommandOutput extends UpdateOriginRequ
|
|
|
81
81
|
* };
|
|
82
82
|
* const command = new UpdateOriginRequestPolicyCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
|
+
* // { // UpdateOriginRequestPolicyResult
|
|
85
|
+
* // OriginRequestPolicy: { // OriginRequestPolicy
|
|
86
|
+
* // Id: "STRING_VALUE", // required
|
|
87
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
88
|
+
* // OriginRequestPolicyConfig: { // OriginRequestPolicyConfig
|
|
89
|
+
* // Comment: "STRING_VALUE",
|
|
90
|
+
* // Name: "STRING_VALUE", // required
|
|
91
|
+
* // HeadersConfig: { // OriginRequestPolicyHeadersConfig
|
|
92
|
+
* // HeaderBehavior: "none" || "whitelist" || "allViewer" || "allViewerAndWhitelistCloudFront" || "allExcept", // required
|
|
93
|
+
* // Headers: { // Headers
|
|
94
|
+
* // Quantity: Number("int"), // required
|
|
95
|
+
* // Items: [ // HeaderList
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
99
|
+
* // },
|
|
100
|
+
* // CookiesConfig: { // OriginRequestPolicyCookiesConfig
|
|
101
|
+
* // CookieBehavior: "none" || "whitelist" || "all" || "allExcept", // required
|
|
102
|
+
* // Cookies: { // CookieNames
|
|
103
|
+
* // Quantity: Number("int"), // required
|
|
104
|
+
* // Items: [ // CookieNameList
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // QueryStringsConfig: { // OriginRequestPolicyQueryStringsConfig
|
|
110
|
+
* // QueryStringBehavior: "none" || "whitelist" || "all" || "allExcept", // required
|
|
111
|
+
* // QueryStrings: { // QueryStringNames
|
|
112
|
+
* // Quantity: Number("int"), // required
|
|
113
|
+
* // Items: [ // QueryStringNamesList
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
120
|
+
* // ETag: "STRING_VALUE",
|
|
121
|
+
* // };
|
|
122
|
+
*
|
|
84
123
|
* ```
|
|
85
124
|
*
|
|
86
125
|
* @param UpdateOriginRequestPolicyCommandInput - {@link UpdateOriginRequestPolicyCommandInput}
|
|
@@ -132,6 +171,8 @@ export interface UpdateOriginRequestPolicyCommandOutput extends UpdateOriginRequ
|
|
|
132
171
|
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
133
172
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
134
173
|
*
|
|
174
|
+
* @throws {@link CloudFrontServiceException}
|
|
175
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
135
176
|
*
|
|
136
177
|
*/
|
|
137
178
|
export declare class UpdateOriginRequestPolicyCommand extends $Command<UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -39,6 +39,20 @@ export interface UpdatePublicKeyCommandOutput extends UpdatePublicKeyResult, __M
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdatePublicKeyCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // UpdatePublicKeyResult
|
|
43
|
+
* // PublicKey: { // PublicKey
|
|
44
|
+
* // Id: "STRING_VALUE", // required
|
|
45
|
+
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // PublicKeyConfig: { // PublicKeyConfig
|
|
47
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
48
|
+
* // Name: "STRING_VALUE", // required
|
|
49
|
+
* // EncodedKey: "STRING_VALUE", // required
|
|
50
|
+
* // Comment: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // ETag: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
42
56
|
* ```
|
|
43
57
|
*
|
|
44
58
|
* @param UpdatePublicKeyCommandInput - {@link UpdatePublicKeyCommandInput}
|
|
@@ -69,6 +83,8 @@ export interface UpdatePublicKeyCommandOutput extends UpdatePublicKeyResult, __M
|
|
|
69
83
|
* <p>The precondition in one or more of the request fields evaluated to
|
|
70
84
|
* <code>false</code>.</p>
|
|
71
85
|
*
|
|
86
|
+
* @throws {@link CloudFrontServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
72
88
|
*
|
|
73
89
|
*/
|
|
74
90
|
export declare class UpdatePublicKeyCommand extends $Command<UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
|