@aws-sdk/client-auto-scaling 3.36.1 → 3.40.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 +45 -0
- package/dist-cjs/commands/index.js +64 -0
- package/dist-cjs/endpoints.js +72 -6
- package/dist-cjs/index.js +5 -75
- package/dist-cjs/models/models_0.js +121 -10
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_query.js +621 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +61 -0
- package/dist-es/endpoints.js +72 -6
- package/dist-es/index.js +5 -75
- package/dist-es/models/models_0.js +97 -4
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_query.js +922 -207
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/AutoScaling.d.ts +8 -2
- package/dist-types/AutoScalingClient.d.ts +10 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +61 -0
- package/dist-types/index.d.ts +5 -75
- package/dist-types/models/models_0.d.ts +672 -125
- package/dist-types/pagination/index.d.ts +9 -0
- 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/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/index.d.ts +5 -75
- package/dist-types/ts3.4/models/models_0.d.ts +206 -11
- package/dist-types/ts3.4/pagination/index.d.ts +9 -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/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./DescribeAutoScalingGroupsPaginator";
|
|
2
|
+
export * from "./DescribeAutoScalingInstancesPaginator";
|
|
3
|
+
export * from "./DescribeLaunchConfigurationsPaginator";
|
|
4
|
+
export * from "./DescribeNotificationConfigurationsPaginator";
|
|
5
|
+
export * from "./DescribePoliciesPaginator";
|
|
6
|
+
export * from "./DescribeScalingActivitiesPaginator";
|
|
7
|
+
export * from "./DescribeScheduledActionsPaginator";
|
|
8
|
+
export * from "./DescribeTagsPaginator";
|
|
9
|
+
export * from "./Interfaces";
|
|
@@ -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>;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export * from "./AttachInstancesCommand";
|
|
2
|
+
export * from "./AttachLoadBalancerTargetGroupsCommand";
|
|
3
|
+
export * from "./AttachLoadBalancersCommand";
|
|
4
|
+
export * from "./BatchDeleteScheduledActionCommand";
|
|
5
|
+
export * from "./BatchPutScheduledUpdateGroupActionCommand";
|
|
6
|
+
export * from "./CancelInstanceRefreshCommand";
|
|
7
|
+
export * from "./CompleteLifecycleActionCommand";
|
|
8
|
+
export * from "./CreateAutoScalingGroupCommand";
|
|
9
|
+
export * from "./CreateLaunchConfigurationCommand";
|
|
10
|
+
export * from "./CreateOrUpdateTagsCommand";
|
|
11
|
+
export * from "./DeleteAutoScalingGroupCommand";
|
|
12
|
+
export * from "./DeleteLaunchConfigurationCommand";
|
|
13
|
+
export * from "./DeleteLifecycleHookCommand";
|
|
14
|
+
export * from "./DeleteNotificationConfigurationCommand";
|
|
15
|
+
export * from "./DeletePolicyCommand";
|
|
16
|
+
export * from "./DeleteScheduledActionCommand";
|
|
17
|
+
export * from "./DeleteTagsCommand";
|
|
18
|
+
export * from "./DeleteWarmPoolCommand";
|
|
19
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
20
|
+
export * from "./DescribeAdjustmentTypesCommand";
|
|
21
|
+
export * from "./DescribeAutoScalingGroupsCommand";
|
|
22
|
+
export * from "./DescribeAutoScalingInstancesCommand";
|
|
23
|
+
export * from "./DescribeAutoScalingNotificationTypesCommand";
|
|
24
|
+
export * from "./DescribeInstanceRefreshesCommand";
|
|
25
|
+
export * from "./DescribeLaunchConfigurationsCommand";
|
|
26
|
+
export * from "./DescribeLifecycleHookTypesCommand";
|
|
27
|
+
export * from "./DescribeLifecycleHooksCommand";
|
|
28
|
+
export * from "./DescribeLoadBalancerTargetGroupsCommand";
|
|
29
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
30
|
+
export * from "./DescribeMetricCollectionTypesCommand";
|
|
31
|
+
export * from "./DescribeNotificationConfigurationsCommand";
|
|
32
|
+
export * from "./DescribePoliciesCommand";
|
|
33
|
+
export * from "./DescribeScalingActivitiesCommand";
|
|
34
|
+
export * from "./DescribeScalingProcessTypesCommand";
|
|
35
|
+
export * from "./DescribeScheduledActionsCommand";
|
|
36
|
+
export * from "./DescribeTagsCommand";
|
|
37
|
+
export * from "./DescribeTerminationPolicyTypesCommand";
|
|
38
|
+
export * from "./DescribeWarmPoolCommand";
|
|
39
|
+
export * from "./DetachInstancesCommand";
|
|
40
|
+
export * from "./DetachLoadBalancerTargetGroupsCommand";
|
|
41
|
+
export * from "./DetachLoadBalancersCommand";
|
|
42
|
+
export * from "./DisableMetricsCollectionCommand";
|
|
43
|
+
export * from "./EnableMetricsCollectionCommand";
|
|
44
|
+
export * from "./EnterStandbyCommand";
|
|
45
|
+
export * from "./ExecutePolicyCommand";
|
|
46
|
+
export * from "./ExitStandbyCommand";
|
|
47
|
+
export * from "./GetPredictiveScalingForecastCommand";
|
|
48
|
+
export * from "./PutLifecycleHookCommand";
|
|
49
|
+
export * from "./PutNotificationConfigurationCommand";
|
|
50
|
+
export * from "./PutScalingPolicyCommand";
|
|
51
|
+
export * from "./PutScheduledUpdateGroupActionCommand";
|
|
52
|
+
export * from "./PutWarmPoolCommand";
|
|
53
|
+
export * from "./RecordLifecycleActionHeartbeatCommand";
|
|
54
|
+
export * from "./ResumeProcessesCommand";
|
|
55
|
+
export * from "./SetDesiredCapacityCommand";
|
|
56
|
+
export * from "./SetInstanceHealthCommand";
|
|
57
|
+
export * from "./SetInstanceProtectionCommand";
|
|
58
|
+
export * from "./StartInstanceRefreshCommand";
|
|
59
|
+
export * from "./SuspendProcessesCommand";
|
|
60
|
+
export * from "./TerminateInstanceInAutoScalingGroupCommand";
|
|
61
|
+
export * from "./UpdateAutoScalingGroupCommand";
|
|
@@ -1,76 +1,6 @@
|
|
|
1
|
-
export * from "./AutoScalingClient";
|
|
2
1
|
export * from "./AutoScaling";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CancelInstanceRefreshCommand";
|
|
9
|
-
export * from "./commands/CompleteLifecycleActionCommand";
|
|
10
|
-
export * from "./commands/CreateAutoScalingGroupCommand";
|
|
11
|
-
export * from "./commands/CreateLaunchConfigurationCommand";
|
|
12
|
-
export * from "./commands/CreateOrUpdateTagsCommand";
|
|
13
|
-
export * from "./commands/DeleteAutoScalingGroupCommand";
|
|
14
|
-
export * from "./commands/DeleteLaunchConfigurationCommand";
|
|
15
|
-
export * from "./commands/DeleteLifecycleHookCommand";
|
|
16
|
-
export * from "./commands/DeleteNotificationConfigurationCommand";
|
|
17
|
-
export * from "./commands/DeletePolicyCommand";
|
|
18
|
-
export * from "./commands/DeleteScheduledActionCommand";
|
|
19
|
-
export * from "./commands/DeleteTagsCommand";
|
|
20
|
-
export * from "./commands/DeleteWarmPoolCommand";
|
|
21
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
22
|
-
export * from "./commands/DescribeAdjustmentTypesCommand";
|
|
23
|
-
export * from "./commands/DescribeAutoScalingGroupsCommand";
|
|
24
|
-
export * from "./pagination/DescribeAutoScalingGroupsPaginator";
|
|
25
|
-
export * from "./waiters/waitForGroupExists";
|
|
26
|
-
export * from "./waiters/waitForGroupInService";
|
|
27
|
-
export * from "./waiters/waitForGroupNotExists";
|
|
28
|
-
export * from "./commands/DescribeAutoScalingInstancesCommand";
|
|
29
|
-
export * from "./pagination/DescribeAutoScalingInstancesPaginator";
|
|
30
|
-
export * from "./commands/DescribeAutoScalingNotificationTypesCommand";
|
|
31
|
-
export * from "./commands/DescribeInstanceRefreshesCommand";
|
|
32
|
-
export * from "./commands/DescribeLaunchConfigurationsCommand";
|
|
33
|
-
export * from "./pagination/DescribeLaunchConfigurationsPaginator";
|
|
34
|
-
export * from "./commands/DescribeLifecycleHooksCommand";
|
|
35
|
-
export * from "./commands/DescribeLifecycleHookTypesCommand";
|
|
36
|
-
export * from "./commands/DescribeLoadBalancersCommand";
|
|
37
|
-
export * from "./commands/DescribeLoadBalancerTargetGroupsCommand";
|
|
38
|
-
export * from "./commands/DescribeMetricCollectionTypesCommand";
|
|
39
|
-
export * from "./commands/DescribeNotificationConfigurationsCommand";
|
|
40
|
-
export * from "./pagination/DescribeNotificationConfigurationsPaginator";
|
|
41
|
-
export * from "./commands/DescribePoliciesCommand";
|
|
42
|
-
export * from "./pagination/DescribePoliciesPaginator";
|
|
43
|
-
export * from "./commands/DescribeScalingActivitiesCommand";
|
|
44
|
-
export * from "./pagination/DescribeScalingActivitiesPaginator";
|
|
45
|
-
export * from "./commands/DescribeScalingProcessTypesCommand";
|
|
46
|
-
export * from "./commands/DescribeScheduledActionsCommand";
|
|
47
|
-
export * from "./pagination/DescribeScheduledActionsPaginator";
|
|
48
|
-
export * from "./commands/DescribeTagsCommand";
|
|
49
|
-
export * from "./pagination/DescribeTagsPaginator";
|
|
50
|
-
export * from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
51
|
-
export * from "./commands/DescribeWarmPoolCommand";
|
|
52
|
-
export * from "./commands/DetachInstancesCommand";
|
|
53
|
-
export * from "./commands/DetachLoadBalancersCommand";
|
|
54
|
-
export * from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
55
|
-
export * from "./commands/DisableMetricsCollectionCommand";
|
|
56
|
-
export * from "./commands/EnableMetricsCollectionCommand";
|
|
57
|
-
export * from "./commands/EnterStandbyCommand";
|
|
58
|
-
export * from "./commands/ExecutePolicyCommand";
|
|
59
|
-
export * from "./commands/ExitStandbyCommand";
|
|
60
|
-
export * from "./commands/GetPredictiveScalingForecastCommand";
|
|
61
|
-
export * from "./commands/PutLifecycleHookCommand";
|
|
62
|
-
export * from "./commands/PutNotificationConfigurationCommand";
|
|
63
|
-
export * from "./commands/PutScalingPolicyCommand";
|
|
64
|
-
export * from "./commands/PutScheduledUpdateGroupActionCommand";
|
|
65
|
-
export * from "./commands/PutWarmPoolCommand";
|
|
66
|
-
export * from "./commands/RecordLifecycleActionHeartbeatCommand";
|
|
67
|
-
export * from "./commands/ResumeProcessesCommand";
|
|
68
|
-
export * from "./commands/SetDesiredCapacityCommand";
|
|
69
|
-
export * from "./commands/SetInstanceHealthCommand";
|
|
70
|
-
export * from "./commands/SetInstanceProtectionCommand";
|
|
71
|
-
export * from "./commands/StartInstanceRefreshCommand";
|
|
72
|
-
export * from "./commands/SuspendProcessesCommand";
|
|
73
|
-
export * from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
74
|
-
export * from "./commands/UpdateAutoScalingGroupCommand";
|
|
75
|
-
export * from "./pagination/Interfaces";
|
|
76
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AutoScalingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -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
|
|
|
@@ -696,6 +885,17 @@ export declare namespace DescribeAdjustmentTypesAnswer {
|
|
|
696
885
|
|
|
697
886
|
const filterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
|
|
698
887
|
}
|
|
888
|
+
|
|
889
|
+
export interface Filter {
|
|
890
|
+
|
|
891
|
+
Name?: string;
|
|
892
|
+
|
|
893
|
+
Values?: string[];
|
|
894
|
+
}
|
|
895
|
+
export declare namespace Filter {
|
|
896
|
+
|
|
897
|
+
const filterSensitiveLog: (obj: Filter) => any;
|
|
898
|
+
}
|
|
699
899
|
export interface AutoScalingGroupNamesType {
|
|
700
900
|
|
|
701
901
|
AutoScalingGroupNames?: string[];
|
|
@@ -703,6 +903,8 @@ export interface AutoScalingGroupNamesType {
|
|
|
703
903
|
NextToken?: string;
|
|
704
904
|
|
|
705
905
|
MaxRecords?: number;
|
|
906
|
+
|
|
907
|
+
Filters?: Filter[];
|
|
706
908
|
}
|
|
707
909
|
export declare namespace AutoScalingGroupNamesType {
|
|
708
910
|
|
|
@@ -882,6 +1084,8 @@ export interface AutoScalingGroup {
|
|
|
882
1084
|
WarmPoolSize?: number;
|
|
883
1085
|
|
|
884
1086
|
Context?: string;
|
|
1087
|
+
|
|
1088
|
+
DesiredCapacityType?: string;
|
|
885
1089
|
}
|
|
886
1090
|
export declare namespace AutoScalingGroup {
|
|
887
1091
|
|
|
@@ -1662,17 +1866,6 @@ export declare namespace ScheduledActionsType {
|
|
|
1662
1866
|
|
|
1663
1867
|
const filterSensitiveLog: (obj: ScheduledActionsType) => any;
|
|
1664
1868
|
}
|
|
1665
|
-
|
|
1666
|
-
export interface Filter {
|
|
1667
|
-
|
|
1668
|
-
Name?: string;
|
|
1669
|
-
|
|
1670
|
-
Values?: string[];
|
|
1671
|
-
}
|
|
1672
|
-
export declare namespace Filter {
|
|
1673
|
-
|
|
1674
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
1675
|
-
}
|
|
1676
1869
|
export interface DescribeTagsType {
|
|
1677
1870
|
|
|
1678
1871
|
Filters?: Filter[];
|
|
@@ -2192,6 +2385,8 @@ export interface UpdateAutoScalingGroupType {
|
|
|
2192
2385
|
CapacityRebalance?: boolean;
|
|
2193
2386
|
|
|
2194
2387
|
Context?: string;
|
|
2388
|
+
|
|
2389
|
+
DesiredCapacityType?: string;
|
|
2195
2390
|
}
|
|
2196
2391
|
export declare namespace UpdateAutoScalingGroupType {
|
|
2197
2392
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./DescribeAutoScalingGroupsPaginator";
|
|
2
|
+
export * from "./DescribeAutoScalingInstancesPaginator";
|
|
3
|
+
export * from "./DescribeLaunchConfigurationsPaginator";
|
|
4
|
+
export * from "./DescribeNotificationConfigurationsPaginator";
|
|
5
|
+
export * from "./DescribePoliciesPaginator";
|
|
6
|
+
export * from "./DescribeScalingActivitiesPaginator";
|
|
7
|
+
export * from "./DescribeScheduledActionsPaginator";
|
|
8
|
+
export * from "./DescribeTagsPaginator";
|
|
9
|
+
export * from "./Interfaces";
|
|
@@ -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.40.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,43 +19,43 @@
|
|
|
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.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.40.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.40.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.40.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
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"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
59
59
|
"@types/node": "^12.7.5",
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"jest": "^26.1.0",
|