@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
|
@@ -65,6 +65,26 @@ export interface UpdateRealtimeLogConfigCommandOutput extends UpdateRealtimeLogC
|
|
|
65
65
|
* };
|
|
66
66
|
* const command = new UpdateRealtimeLogConfigCommand(input);
|
|
67
67
|
* const response = await client.send(command);
|
|
68
|
+
* // { // UpdateRealtimeLogConfigResult
|
|
69
|
+
* // RealtimeLogConfig: { // RealtimeLogConfig
|
|
70
|
+
* // ARN: "STRING_VALUE", // required
|
|
71
|
+
* // Name: "STRING_VALUE", // required
|
|
72
|
+
* // SamplingRate: Number("long"), // required
|
|
73
|
+
* // EndPoints: [ // EndPointList // required
|
|
74
|
+
* // { // EndPoint
|
|
75
|
+
* // StreamType: "STRING_VALUE", // required
|
|
76
|
+
* // KinesisStreamConfig: { // KinesisStreamConfig
|
|
77
|
+
* // RoleARN: "STRING_VALUE", // required
|
|
78
|
+
* // StreamARN: "STRING_VALUE", // required
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // Fields: [ // FieldList // required
|
|
83
|
+
* // "STRING_VALUE",
|
|
84
|
+
* // ],
|
|
85
|
+
* // },
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
68
88
|
* ```
|
|
69
89
|
*
|
|
70
90
|
* @param UpdateRealtimeLogConfigCommandInput - {@link UpdateRealtimeLogConfigCommandInput}
|
|
@@ -82,6 +102,8 @@ export interface UpdateRealtimeLogConfigCommandOutput extends UpdateRealtimeLogC
|
|
|
82
102
|
* @throws {@link NoSuchRealtimeLogConfig} (client fault)
|
|
83
103
|
* <p>The real-time log configuration does not exist.</p>
|
|
84
104
|
*
|
|
105
|
+
* @throws {@link CloudFrontServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
85
107
|
*
|
|
86
108
|
*/
|
|
87
109
|
export declare class UpdateRealtimeLogConfigCommand extends $Command<UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -134,6 +134,98 @@ export interface UpdateResponseHeadersPolicyCommandOutput extends UpdateResponse
|
|
|
134
134
|
* };
|
|
135
135
|
* const command = new UpdateResponseHeadersPolicyCommand(input);
|
|
136
136
|
* const response = await client.send(command);
|
|
137
|
+
* // { // UpdateResponseHeadersPolicyResult
|
|
138
|
+
* // ResponseHeadersPolicy: { // ResponseHeadersPolicy
|
|
139
|
+
* // Id: "STRING_VALUE", // required
|
|
140
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
141
|
+
* // ResponseHeadersPolicyConfig: { // ResponseHeadersPolicyConfig
|
|
142
|
+
* // Comment: "STRING_VALUE",
|
|
143
|
+
* // Name: "STRING_VALUE", // required
|
|
144
|
+
* // CorsConfig: { // ResponseHeadersPolicyCorsConfig
|
|
145
|
+
* // AccessControlAllowOrigins: { // ResponseHeadersPolicyAccessControlAllowOrigins
|
|
146
|
+
* // Quantity: Number("int"), // required
|
|
147
|
+
* // Items: [ // AccessControlAllowOriginsList // required
|
|
148
|
+
* // "STRING_VALUE",
|
|
149
|
+
* // ],
|
|
150
|
+
* // },
|
|
151
|
+
* // AccessControlAllowHeaders: { // ResponseHeadersPolicyAccessControlAllowHeaders
|
|
152
|
+
* // Quantity: Number("int"), // required
|
|
153
|
+
* // Items: [ // AccessControlAllowHeadersList // required
|
|
154
|
+
* // "STRING_VALUE",
|
|
155
|
+
* // ],
|
|
156
|
+
* // },
|
|
157
|
+
* // AccessControlAllowMethods: { // ResponseHeadersPolicyAccessControlAllowMethods
|
|
158
|
+
* // Quantity: Number("int"), // required
|
|
159
|
+
* // Items: [ // AccessControlAllowMethodsList // required
|
|
160
|
+
* // "GET" || "POST" || "OPTIONS" || "PUT" || "DELETE" || "PATCH" || "HEAD" || "ALL",
|
|
161
|
+
* // ],
|
|
162
|
+
* // },
|
|
163
|
+
* // AccessControlAllowCredentials: true || false, // required
|
|
164
|
+
* // AccessControlExposeHeaders: { // ResponseHeadersPolicyAccessControlExposeHeaders
|
|
165
|
+
* // Quantity: Number("int"), // required
|
|
166
|
+
* // Items: [ // AccessControlExposeHeadersList
|
|
167
|
+
* // "STRING_VALUE",
|
|
168
|
+
* // ],
|
|
169
|
+
* // },
|
|
170
|
+
* // AccessControlMaxAgeSec: Number("int"),
|
|
171
|
+
* // OriginOverride: true || false, // required
|
|
172
|
+
* // },
|
|
173
|
+
* // SecurityHeadersConfig: { // ResponseHeadersPolicySecurityHeadersConfig
|
|
174
|
+
* // XSSProtection: { // ResponseHeadersPolicyXSSProtection
|
|
175
|
+
* // Override: true || false, // required
|
|
176
|
+
* // Protection: true || false, // required
|
|
177
|
+
* // ModeBlock: true || false,
|
|
178
|
+
* // ReportUri: "STRING_VALUE",
|
|
179
|
+
* // },
|
|
180
|
+
* // FrameOptions: { // ResponseHeadersPolicyFrameOptions
|
|
181
|
+
* // Override: true || false, // required
|
|
182
|
+
* // FrameOption: "DENY" || "SAMEORIGIN", // required
|
|
183
|
+
* // },
|
|
184
|
+
* // ReferrerPolicy: { // ResponseHeadersPolicyReferrerPolicy
|
|
185
|
+
* // Override: true || false, // required
|
|
186
|
+
* // ReferrerPolicy: "no-referrer" || "no-referrer-when-downgrade" || "origin" || "origin-when-cross-origin" || "same-origin" || "strict-origin" || "strict-origin-when-cross-origin" || "unsafe-url", // required
|
|
187
|
+
* // },
|
|
188
|
+
* // ContentSecurityPolicy: { // ResponseHeadersPolicyContentSecurityPolicy
|
|
189
|
+
* // Override: true || false, // required
|
|
190
|
+
* // ContentSecurityPolicy: "STRING_VALUE", // required
|
|
191
|
+
* // },
|
|
192
|
+
* // ContentTypeOptions: { // ResponseHeadersPolicyContentTypeOptions
|
|
193
|
+
* // Override: true || false, // required
|
|
194
|
+
* // },
|
|
195
|
+
* // StrictTransportSecurity: { // ResponseHeadersPolicyStrictTransportSecurity
|
|
196
|
+
* // Override: true || false, // required
|
|
197
|
+
* // IncludeSubdomains: true || false,
|
|
198
|
+
* // Preload: true || false,
|
|
199
|
+
* // AccessControlMaxAgeSec: Number("int"), // required
|
|
200
|
+
* // },
|
|
201
|
+
* // },
|
|
202
|
+
* // ServerTimingHeadersConfig: { // ResponseHeadersPolicyServerTimingHeadersConfig
|
|
203
|
+
* // Enabled: true || false, // required
|
|
204
|
+
* // SamplingRate: Number("double"),
|
|
205
|
+
* // },
|
|
206
|
+
* // CustomHeadersConfig: { // ResponseHeadersPolicyCustomHeadersConfig
|
|
207
|
+
* // Quantity: Number("int"), // required
|
|
208
|
+
* // Items: [ // ResponseHeadersPolicyCustomHeaderList
|
|
209
|
+
* // { // ResponseHeadersPolicyCustomHeader
|
|
210
|
+
* // Header: "STRING_VALUE", // required
|
|
211
|
+
* // Value: "STRING_VALUE", // required
|
|
212
|
+
* // Override: true || false, // required
|
|
213
|
+
* // },
|
|
214
|
+
* // ],
|
|
215
|
+
* // },
|
|
216
|
+
* // RemoveHeadersConfig: { // ResponseHeadersPolicyRemoveHeadersConfig
|
|
217
|
+
* // Quantity: Number("int"), // required
|
|
218
|
+
* // Items: [ // ResponseHeadersPolicyRemoveHeaderList
|
|
219
|
+
* // { // ResponseHeadersPolicyRemoveHeader
|
|
220
|
+
* // Header: "STRING_VALUE", // required
|
|
221
|
+
* // },
|
|
222
|
+
* // ],
|
|
223
|
+
* // },
|
|
224
|
+
* // },
|
|
225
|
+
* // },
|
|
226
|
+
* // ETag: "STRING_VALUE",
|
|
227
|
+
* // };
|
|
228
|
+
*
|
|
137
229
|
* ```
|
|
138
230
|
*
|
|
139
231
|
* @param UpdateResponseHeadersPolicyCommandInput - {@link UpdateResponseHeadersPolicyCommandInput}
|
|
@@ -188,6 +280,8 @@ export interface UpdateResponseHeadersPolicyCommandOutput extends UpdateResponse
|
|
|
188
280
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
189
281
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
190
282
|
*
|
|
283
|
+
* @throws {@link CloudFrontServiceException}
|
|
284
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
191
285
|
*
|
|
192
286
|
*/
|
|
193
287
|
export declare class UpdateResponseHeadersPolicyCommand extends $Command<UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -60,6 +60,60 @@ export interface UpdateStreamingDistributionCommandOutput extends UpdateStreamin
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new UpdateStreamingDistributionCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateStreamingDistributionResult
|
|
64
|
+
* // StreamingDistribution: { // StreamingDistribution
|
|
65
|
+
* // Id: "STRING_VALUE", // required
|
|
66
|
+
* // ARN: "STRING_VALUE", // required
|
|
67
|
+
* // Status: "STRING_VALUE", // required
|
|
68
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
69
|
+
* // DomainName: "STRING_VALUE", // required
|
|
70
|
+
* // ActiveTrustedSigners: { // ActiveTrustedSigners
|
|
71
|
+
* // Enabled: true || false, // required
|
|
72
|
+
* // Quantity: Number("int"), // required
|
|
73
|
+
* // Items: [ // SignerList
|
|
74
|
+
* // { // Signer
|
|
75
|
+
* // AwsAccountNumber: "STRING_VALUE",
|
|
76
|
+
* // KeyPairIds: { // KeyPairIds
|
|
77
|
+
* // Quantity: Number("int"), // required
|
|
78
|
+
* // Items: [ // KeyPairIdList
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // StreamingDistributionConfig: { // StreamingDistributionConfig
|
|
86
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
87
|
+
* // S3Origin: { // S3Origin
|
|
88
|
+
* // DomainName: "STRING_VALUE", // required
|
|
89
|
+
* // OriginAccessIdentity: "STRING_VALUE", // required
|
|
90
|
+
* // },
|
|
91
|
+
* // Aliases: { // Aliases
|
|
92
|
+
* // Quantity: Number("int"), // required
|
|
93
|
+
* // Items: [ // AliasList
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // },
|
|
97
|
+
* // Comment: "STRING_VALUE", // required
|
|
98
|
+
* // Logging: { // StreamingLoggingConfig
|
|
99
|
+
* // Enabled: true || false, // required
|
|
100
|
+
* // Bucket: "STRING_VALUE", // required
|
|
101
|
+
* // Prefix: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
103
|
+
* // TrustedSigners: { // TrustedSigners
|
|
104
|
+
* // Enabled: true || false, // required
|
|
105
|
+
* // Quantity: Number("int"), // required
|
|
106
|
+
* // Items: [ // AwsAccountNumberList
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // },
|
|
110
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
111
|
+
* // Enabled: true || false, // required
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // ETag: "STRING_VALUE",
|
|
115
|
+
* // };
|
|
116
|
+
*
|
|
63
117
|
* ```
|
|
64
118
|
*
|
|
65
119
|
* @param UpdateStreamingDistributionCommandInput - {@link UpdateStreamingDistributionCommandInput}
|
|
@@ -113,6 +167,8 @@ export interface UpdateStreamingDistributionCommandOutput extends UpdateStreamin
|
|
|
113
167
|
* @throws {@link TrustedSignerDoesNotExist} (client fault)
|
|
114
168
|
* <p>One or more of your trusted signers don't exist.</p>
|
|
115
169
|
*
|
|
170
|
+
* @throws {@link CloudFrontServiceException}
|
|
171
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
116
172
|
*
|
|
117
173
|
*/
|
|
118
174
|
export declare class UpdateStreamingDistributionCommand extends $Command<UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
|
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.326.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|