@aws-sdk/client-cloudfront 3.907.0 → 3.908.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/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +2 -2
- package/dist-types/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +15 -15
package/dist-cjs/index.js
CHANGED
|
@@ -328,6 +328,7 @@ export const MinimumProtocolVersion = {
|
|
|
328
328
|
TLSv1_2_2018: "TLSv1.2_2018",
|
|
329
329
|
TLSv1_2_2019: "TLSv1.2_2019",
|
|
330
330
|
TLSv1_2_2021: "TLSv1.2_2021",
|
|
331
|
+
TLSv1_2_2025: "TLSv1.2_2025",
|
|
331
332
|
TLSv1_3_2025: "TLSv1.3_2025",
|
|
332
333
|
};
|
|
333
334
|
export const SSLSupportMethod = {
|
|
@@ -366,7 +366,7 @@ declare const CopyDistributionCommand_base: {
|
|
|
366
366
|
* // IAMCertificateId: "STRING_VALUE",
|
|
367
367
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
368
368
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
369
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
369
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
370
370
|
* // Certificate: "STRING_VALUE",
|
|
371
371
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
372
372
|
* // },
|
|
@@ -320,7 +320,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
320
320
|
* IAMCertificateId: "STRING_VALUE",
|
|
321
321
|
* ACMCertificateArn: "STRING_VALUE",
|
|
322
322
|
* SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
323
|
-
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
323
|
+
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
324
324
|
* Certificate: "STRING_VALUE",
|
|
325
325
|
* CertificateSource: "cloudfront" || "iam" || "acm",
|
|
326
326
|
* },
|
|
@@ -679,7 +679,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
679
679
|
* // IAMCertificateId: "STRING_VALUE",
|
|
680
680
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
681
681
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
682
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
682
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
683
683
|
* // Certificate: "STRING_VALUE",
|
|
684
684
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
685
685
|
* // },
|
|
@@ -321,7 +321,7 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
321
321
|
* IAMCertificateId: "STRING_VALUE",
|
|
322
322
|
* ACMCertificateArn: "STRING_VALUE",
|
|
323
323
|
* SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
324
|
-
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
324
|
+
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
325
325
|
* Certificate: "STRING_VALUE",
|
|
326
326
|
* CertificateSource: "cloudfront" || "iam" || "acm",
|
|
327
327
|
* },
|
|
@@ -689,7 +689,7 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
689
689
|
* // IAMCertificateId: "STRING_VALUE",
|
|
690
690
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
691
691
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
692
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
692
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
693
693
|
* // Certificate: "STRING_VALUE",
|
|
694
694
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
695
695
|
* // },
|
|
@@ -362,7 +362,7 @@ declare const GetDistributionCommand_base: {
|
|
|
362
362
|
* // IAMCertificateId: "STRING_VALUE",
|
|
363
363
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
364
364
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
365
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
365
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
366
366
|
* // Certificate: "STRING_VALUE",
|
|
367
367
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
368
368
|
* // },
|
|
@@ -325,7 +325,7 @@ declare const GetDistributionConfigCommand_base: {
|
|
|
325
325
|
* // IAMCertificateId: "STRING_VALUE",
|
|
326
326
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
327
327
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
328
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
328
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
329
329
|
* // Certificate: "STRING_VALUE",
|
|
330
330
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
331
331
|
* // },
|
|
@@ -332,7 +332,7 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
332
332
|
* // IAMCertificateId: "STRING_VALUE",
|
|
333
333
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
334
334
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
335
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
335
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
336
336
|
* // Certificate: "STRING_VALUE",
|
|
337
337
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
338
338
|
* // },
|
|
@@ -332,7 +332,7 @@ declare const ListDistributionsByConnectionModeCommand_base: {
|
|
|
332
332
|
* // IAMCertificateId: "STRING_VALUE",
|
|
333
333
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
334
334
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
335
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
335
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
336
336
|
* // Certificate: "STRING_VALUE",
|
|
337
337
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
338
338
|
* // },
|
|
@@ -333,7 +333,7 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
333
333
|
* // IAMCertificateId: "STRING_VALUE",
|
|
334
334
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
335
335
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
336
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
336
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
337
337
|
* // Certificate: "STRING_VALUE",
|
|
338
338
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
339
339
|
* // },
|
|
@@ -332,7 +332,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
332
332
|
* // IAMCertificateId: "STRING_VALUE",
|
|
333
333
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
334
334
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
335
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
335
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
336
336
|
* // Certificate: "STRING_VALUE",
|
|
337
337
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
338
338
|
* // },
|
|
@@ -331,7 +331,7 @@ declare const ListDistributionsCommand_base: {
|
|
|
331
331
|
* // IAMCertificateId: "STRING_VALUE",
|
|
332
332
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
333
333
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
334
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
334
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
335
335
|
* // Certificate: "STRING_VALUE",
|
|
336
336
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
337
337
|
* // },
|
|
@@ -320,7 +320,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
320
320
|
* IAMCertificateId: "STRING_VALUE",
|
|
321
321
|
* ACMCertificateArn: "STRING_VALUE",
|
|
322
322
|
* SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
323
|
-
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
323
|
+
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
324
324
|
* Certificate: "STRING_VALUE",
|
|
325
325
|
* CertificateSource: "cloudfront" || "iam" || "acm",
|
|
326
326
|
* },
|
|
@@ -681,7 +681,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
681
681
|
* // IAMCertificateId: "STRING_VALUE",
|
|
682
682
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
683
683
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
684
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
684
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
685
685
|
* // Certificate: "STRING_VALUE",
|
|
686
686
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
687
687
|
* // },
|
|
@@ -364,7 +364,7 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
364
364
|
* // IAMCertificateId: "STRING_VALUE",
|
|
365
365
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
366
366
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
367
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
367
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025" || "TLSv1.2_2025",
|
|
368
368
|
* // Certificate: "STRING_VALUE",
|
|
369
369
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
370
370
|
* // },
|
|
@@ -2009,6 +2009,7 @@ export declare const MinimumProtocolVersion: {
|
|
|
2009
2009
|
readonly TLSv1_2_2018: "TLSv1.2_2018";
|
|
2010
2010
|
readonly TLSv1_2_2019: "TLSv1.2_2019";
|
|
2011
2011
|
readonly TLSv1_2_2021: "TLSv1.2_2021";
|
|
2012
|
+
readonly TLSv1_2_2025: "TLSv1.2_2025";
|
|
2012
2013
|
readonly TLSv1_3_2025: "TLSv1.3_2025";
|
|
2013
2014
|
};
|
|
2014
2015
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class TooManyQueryStringsInOriginRequestPolicy extends __BaseExce
|
|
|
266
266
|
constructor(opts: __ExceptionOptionType<TooManyQueryStringsInOriginRequestPolicy, __BaseException>);
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
|
-
* <p>Configuration information about a public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
|
|
269
|
+
* <p>Configuration information about a public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p> <p>CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.</p>
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
272
|
export interface PublicKeyConfig {
|
|
@@ -302,7 +302,7 @@ export interface CreatePublicKeyRequest {
|
|
|
302
302
|
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
|
-
* <p>A public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
|
|
305
|
+
* <p>A public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p> <p>CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.</p>
|
|
306
306
|
* @public
|
|
307
307
|
*/
|
|
308
308
|
export interface PublicKey {
|
|
@@ -616,6 +616,7 @@ export declare const MinimumProtocolVersion: {
|
|
|
616
616
|
readonly TLSv1_2_2018: "TLSv1.2_2018";
|
|
617
617
|
readonly TLSv1_2_2019: "TLSv1.2_2019";
|
|
618
618
|
readonly TLSv1_2_2021: "TLSv1.2_2021";
|
|
619
|
+
readonly TLSv1_2_2025: "TLSv1.2_2025";
|
|
619
620
|
readonly TLSv1_3_2025: "TLSv1.3_2025";
|
|
620
621
|
};
|
|
621
622
|
export type MinimumProtocolVersion =
|
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.908.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.908.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.908.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.901.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.901.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.901.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.908.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.901.0",
|
|
30
30
|
"@aws-sdk/types": "3.901.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.901.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.907.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.908.0",
|
|
34
34
|
"@aws-sdk/xml-builder": "3.901.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.3.0",
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
36
|
+
"@smithy/core": "^3.15.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.1",
|
|
38
38
|
"@smithy/hash-node": "^4.2.0",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.0",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.0",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.1",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.1",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.0",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.0",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.0",
|
|
46
46
|
"@smithy/node-http-handler": "^4.3.0",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.0",
|
|
48
|
-
"@smithy/smithy-client": "^4.7.
|
|
48
|
+
"@smithy/smithy-client": "^4.7.1",
|
|
49
49
|
"@smithy/types": "^4.6.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.0",
|
|
51
|
-
"@smithy/util-base64": "^4.
|
|
51
|
+
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.1",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.0",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.0",
|
|
58
58
|
"@smithy/util-retry": "^4.2.0",
|
|
59
|
-
"@smithy/util-stream": "^4.
|
|
59
|
+
"@smithy/util-stream": "^4.5.0",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"@smithy/util-waiter": "^4.2.0",
|
|
62
62
|
"tslib": "^2.6.2"
|