@aws-sdk/client-auto-scaling 3.38.0 → 3.42.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/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/models/models_0.js +115 -4
- package/dist-cjs/protocols/Aws_query.js +598 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +79 -5
- package/dist-es/models/models_0.js +93 -0
- package/dist-es/protocols/Aws_query.js +860 -169
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/AutoScalingClient.d.ts +8 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
- package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +590 -99
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +193 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -99,6 +99,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
99
99
|
|
|
100
100
|
logger?: __Logger;
|
|
101
101
|
|
|
102
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
103
|
+
|
|
104
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
|
|
102
106
|
serviceId?: string;
|
|
103
107
|
|
|
104
108
|
region?: string | __Provider<string>;
|
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
2
|
|
|
3
|
+
export interface AcceleratorCountRequest {
|
|
4
|
+
|
|
5
|
+
Min?: number;
|
|
6
|
+
|
|
7
|
+
Max?: number;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace AcceleratorCountRequest {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
12
|
+
}
|
|
13
|
+
export declare enum AcceleratorManufacturer {
|
|
14
|
+
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
15
|
+
AMD = "amd",
|
|
16
|
+
NVIDIA = "nvidia",
|
|
17
|
+
XILINX = "xilinx"
|
|
18
|
+
}
|
|
19
|
+
export declare enum AcceleratorName {
|
|
20
|
+
A100 = "a100",
|
|
21
|
+
K80 = "k80",
|
|
22
|
+
M60 = "m60",
|
|
23
|
+
RADEON_PRO_V520 = "radeon-pro-v520",
|
|
24
|
+
T4 = "t4",
|
|
25
|
+
V100 = "v100",
|
|
26
|
+
VU9P = "vu9p"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface AcceleratorTotalMemoryMiBRequest {
|
|
30
|
+
|
|
31
|
+
Min?: number;
|
|
32
|
+
|
|
33
|
+
Max?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace AcceleratorTotalMemoryMiBRequest {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
38
|
+
}
|
|
39
|
+
export declare enum AcceleratorType {
|
|
40
|
+
FPGA = "fpga",
|
|
41
|
+
GPU = "gpu",
|
|
42
|
+
INFERENCE = "inference"
|
|
43
|
+
}
|
|
44
|
+
|
|
3
45
|
export interface ActiveInstanceRefreshNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
4
46
|
name: "ActiveInstanceRefreshNotFoundFault";
|
|
5
47
|
$fault: "client";
|
|
@@ -340,6 +382,149 @@ export declare namespace InstancesDistribution {
|
|
|
340
382
|
|
|
341
383
|
const filterSensitiveLog: (obj: InstancesDistribution) => any;
|
|
342
384
|
}
|
|
385
|
+
export declare enum BareMetal {
|
|
386
|
+
EXCLUDED = "excluded",
|
|
387
|
+
INCLUDED = "included",
|
|
388
|
+
REQUIRED = "required"
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
export interface BaselineEbsBandwidthMbpsRequest {
|
|
392
|
+
|
|
393
|
+
Min?: number;
|
|
394
|
+
|
|
395
|
+
Max?: number;
|
|
396
|
+
}
|
|
397
|
+
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
398
|
+
|
|
399
|
+
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
400
|
+
}
|
|
401
|
+
export declare enum BurstablePerformance {
|
|
402
|
+
EXCLUDED = "excluded",
|
|
403
|
+
INCLUDED = "included",
|
|
404
|
+
REQUIRED = "required"
|
|
405
|
+
}
|
|
406
|
+
export declare enum CpuManufacturer {
|
|
407
|
+
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
408
|
+
AMD = "amd",
|
|
409
|
+
INTEL = "intel"
|
|
410
|
+
}
|
|
411
|
+
export declare enum InstanceGeneration {
|
|
412
|
+
CURRENT = "current",
|
|
413
|
+
PREVIOUS = "previous"
|
|
414
|
+
}
|
|
415
|
+
export declare enum LocalStorage {
|
|
416
|
+
EXCLUDED = "excluded",
|
|
417
|
+
INCLUDED = "included",
|
|
418
|
+
REQUIRED = "required"
|
|
419
|
+
}
|
|
420
|
+
export declare enum LocalStorageType {
|
|
421
|
+
HDD = "hdd",
|
|
422
|
+
SSD = "ssd"
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface MemoryGiBPerVCpuRequest {
|
|
426
|
+
|
|
427
|
+
Min?: number;
|
|
428
|
+
|
|
429
|
+
Max?: number;
|
|
430
|
+
}
|
|
431
|
+
export declare namespace MemoryGiBPerVCpuRequest {
|
|
432
|
+
|
|
433
|
+
const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface MemoryMiBRequest {
|
|
437
|
+
|
|
438
|
+
Min: number | undefined;
|
|
439
|
+
|
|
440
|
+
Max?: number;
|
|
441
|
+
}
|
|
442
|
+
export declare namespace MemoryMiBRequest {
|
|
443
|
+
|
|
444
|
+
const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export interface NetworkInterfaceCountRequest {
|
|
448
|
+
|
|
449
|
+
Min?: number;
|
|
450
|
+
|
|
451
|
+
Max?: number;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace NetworkInterfaceCountRequest {
|
|
454
|
+
|
|
455
|
+
const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface TotalLocalStorageGBRequest {
|
|
459
|
+
|
|
460
|
+
Min?: number;
|
|
461
|
+
|
|
462
|
+
Max?: number;
|
|
463
|
+
}
|
|
464
|
+
export declare namespace TotalLocalStorageGBRequest {
|
|
465
|
+
|
|
466
|
+
const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface VCpuCountRequest {
|
|
470
|
+
|
|
471
|
+
Min: number | undefined;
|
|
472
|
+
|
|
473
|
+
Max?: number;
|
|
474
|
+
}
|
|
475
|
+
export declare namespace VCpuCountRequest {
|
|
476
|
+
|
|
477
|
+
const filterSensitiveLog: (obj: VCpuCountRequest) => any;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export interface InstanceRequirements {
|
|
481
|
+
|
|
482
|
+
VCpuCount: VCpuCountRequest | undefined;
|
|
483
|
+
|
|
484
|
+
MemoryMiB: MemoryMiBRequest | undefined;
|
|
485
|
+
|
|
486
|
+
CpuManufacturers?: (CpuManufacturer | string)[];
|
|
487
|
+
|
|
488
|
+
MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
|
|
489
|
+
|
|
490
|
+
ExcludedInstanceTypes?: string[];
|
|
491
|
+
|
|
492
|
+
InstanceGenerations?: (InstanceGeneration | string)[];
|
|
493
|
+
|
|
494
|
+
SpotMaxPricePercentageOverLowestPrice?: number;
|
|
495
|
+
|
|
496
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
|
497
|
+
|
|
498
|
+
BareMetal?: BareMetal | string;
|
|
499
|
+
|
|
500
|
+
BurstablePerformance?: BurstablePerformance | string;
|
|
501
|
+
|
|
502
|
+
RequireHibernateSupport?: boolean;
|
|
503
|
+
|
|
504
|
+
NetworkInterfaceCount?: NetworkInterfaceCountRequest;
|
|
505
|
+
|
|
506
|
+
LocalStorage?: LocalStorage | string;
|
|
507
|
+
|
|
508
|
+
LocalStorageTypes?: (LocalStorageType | string)[];
|
|
509
|
+
|
|
510
|
+
TotalLocalStorageGB?: TotalLocalStorageGBRequest;
|
|
511
|
+
|
|
512
|
+
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
|
|
513
|
+
|
|
514
|
+
AcceleratorTypes?: (AcceleratorType | string)[];
|
|
515
|
+
|
|
516
|
+
AcceleratorCount?: AcceleratorCountRequest;
|
|
517
|
+
|
|
518
|
+
AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
|
|
519
|
+
|
|
520
|
+
AcceleratorNames?: (AcceleratorName | string)[];
|
|
521
|
+
|
|
522
|
+
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
|
523
|
+
}
|
|
524
|
+
export declare namespace InstanceRequirements {
|
|
525
|
+
|
|
526
|
+
const filterSensitiveLog: (obj: InstanceRequirements) => any;
|
|
527
|
+
}
|
|
343
528
|
|
|
344
529
|
export interface LaunchTemplateOverrides {
|
|
345
530
|
|
|
@@ -348,6 +533,8 @@ export interface LaunchTemplateOverrides {
|
|
|
348
533
|
WeightedCapacity?: string;
|
|
349
534
|
|
|
350
535
|
LaunchTemplateSpecification?: LaunchTemplateSpecification;
|
|
536
|
+
|
|
537
|
+
InstanceRequirements?: InstanceRequirements;
|
|
351
538
|
}
|
|
352
539
|
export declare namespace LaunchTemplateOverrides {
|
|
353
540
|
|
|
@@ -441,6 +628,8 @@ export interface CreateAutoScalingGroupType {
|
|
|
441
628
|
MaxInstanceLifetime?: number;
|
|
442
629
|
|
|
443
630
|
Context?: string;
|
|
631
|
+
|
|
632
|
+
DesiredCapacityType?: string;
|
|
444
633
|
}
|
|
445
634
|
export declare namespace CreateAutoScalingGroupType {
|
|
446
635
|
|
|
@@ -895,6 +1084,8 @@ export interface AutoScalingGroup {
|
|
|
895
1084
|
WarmPoolSize?: number;
|
|
896
1085
|
|
|
897
1086
|
Context?: string;
|
|
1087
|
+
|
|
1088
|
+
DesiredCapacityType?: string;
|
|
898
1089
|
}
|
|
899
1090
|
export declare namespace AutoScalingGroup {
|
|
900
1091
|
|
|
@@ -2194,6 +2385,8 @@ export interface UpdateAutoScalingGroupType {
|
|
|
2194
2385
|
CapacityRebalance?: boolean;
|
|
2195
2386
|
|
|
2196
2387
|
Context?: string;
|
|
2388
|
+
|
|
2389
|
+
DesiredCapacityType?: string;
|
|
2197
2390
|
}
|
|
2198
2391
|
export declare namespace UpdateAutoScalingGroupType {
|
|
2199
2392
|
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.42.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,37 +19,37 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.42.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.40.0",
|
|
53
53
|
"entities": "2.2.0",
|
|
54
54
|
"fast-xml-parser": "3.19.0",
|
|
55
55
|
"tslib": "^2.3.0"
|