@aws-sdk/client-auto-scaling 3.37.0 → 3.41.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.
Files changed (99) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/commands/index.js +64 -0
  3. package/dist-cjs/endpoints.js +79 -5
  4. package/dist-cjs/index.js +5 -75
  5. package/dist-cjs/models/models_0.js +115 -4
  6. package/dist-cjs/pagination/index.js +12 -0
  7. package/dist-cjs/protocols/Aws_query.js +598 -0
  8. package/dist-cjs/runtimeConfig.browser.js +6 -3
  9. package/dist-cjs/runtimeConfig.js +5 -3
  10. package/dist-cjs/waiters/index.js +6 -0
  11. package/dist-es/commands/index.js +61 -0
  12. package/dist-es/endpoints.js +79 -5
  13. package/dist-es/index.js +5 -75
  14. package/dist-es/models/models_0.js +93 -0
  15. package/dist-es/pagination/index.js +9 -0
  16. package/dist-es/protocols/Aws_query.js +860 -169
  17. package/dist-es/runtimeConfig.browser.js +3 -2
  18. package/dist-es/runtimeConfig.js +3 -3
  19. package/dist-es/waiters/index.js +3 -0
  20. package/dist-types/AutoScalingClient.d.ts +8 -0
  21. package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
  22. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
  23. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
  24. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
  25. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
  26. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
  27. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  35. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
  60. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
  61. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
  62. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
  63. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
  64. package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
  65. package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
  66. package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
  67. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
  68. package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
  69. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
  70. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  71. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
  72. package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
  73. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
  74. package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
  75. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
  76. package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
  77. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
  78. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
  79. package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
  80. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/index.d.ts +61 -0
  83. package/dist-types/index.d.ts +5 -75
  84. package/dist-types/models/models_0.d.ts +590 -99
  85. package/dist-types/pagination/index.d.ts +9 -0
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/runtimeConfig.d.ts +2 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -0
  89. package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
  90. package/dist-types/ts3.4/commands/index.d.ts +61 -0
  91. package/dist-types/ts3.4/index.d.ts +5 -75
  92. package/dist-types/ts3.4/models/models_0.d.ts +193 -0
  93. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  97. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  98. package/dist-types/waiters/index.d.ts +3 -0
  99. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,51 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
29
+
30
+
31
+ ### Features
32
+
33
+ * **clients:** update clients as of 2021/10/28 ([#2955](https://github.com/aws/aws-sdk-js-v3/issues/2955)) ([378d161](https://github.com/aws/aws-sdk-js-v3/commit/378d16166de49b06263291001986715d9533cadf))
34
+
35
+
36
+
37
+
38
+
39
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
40
+
41
+
42
+ ### Features
43
+
44
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
45
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
46
+
47
+
48
+
49
+
50
+
6
51
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
52
 
8
53
 
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AttachInstancesCommand"), exports);
5
+ tslib_1.__exportStar(require("./AttachLoadBalancerTargetGroupsCommand"), exports);
6
+ tslib_1.__exportStar(require("./AttachLoadBalancersCommand"), exports);
7
+ tslib_1.__exportStar(require("./BatchDeleteScheduledActionCommand"), exports);
8
+ tslib_1.__exportStar(require("./BatchPutScheduledUpdateGroupActionCommand"), exports);
9
+ tslib_1.__exportStar(require("./CancelInstanceRefreshCommand"), exports);
10
+ tslib_1.__exportStar(require("./CompleteLifecycleActionCommand"), exports);
11
+ tslib_1.__exportStar(require("./CreateAutoScalingGroupCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateLaunchConfigurationCommand"), exports);
13
+ tslib_1.__exportStar(require("./CreateOrUpdateTagsCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteAutoScalingGroupCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteLaunchConfigurationCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteLifecycleHookCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeleteNotificationConfigurationCommand"), exports);
18
+ tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
19
+ tslib_1.__exportStar(require("./DeleteScheduledActionCommand"), exports);
20
+ tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
21
+ tslib_1.__exportStar(require("./DeleteWarmPoolCommand"), exports);
22
+ tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
23
+ tslib_1.__exportStar(require("./DescribeAdjustmentTypesCommand"), exports);
24
+ tslib_1.__exportStar(require("./DescribeAutoScalingGroupsCommand"), exports);
25
+ tslib_1.__exportStar(require("./DescribeAutoScalingInstancesCommand"), exports);
26
+ tslib_1.__exportStar(require("./DescribeAutoScalingNotificationTypesCommand"), exports);
27
+ tslib_1.__exportStar(require("./DescribeInstanceRefreshesCommand"), exports);
28
+ tslib_1.__exportStar(require("./DescribeLaunchConfigurationsCommand"), exports);
29
+ tslib_1.__exportStar(require("./DescribeLifecycleHookTypesCommand"), exports);
30
+ tslib_1.__exportStar(require("./DescribeLifecycleHooksCommand"), exports);
31
+ tslib_1.__exportStar(require("./DescribeLoadBalancerTargetGroupsCommand"), exports);
32
+ tslib_1.__exportStar(require("./DescribeLoadBalancersCommand"), exports);
33
+ tslib_1.__exportStar(require("./DescribeMetricCollectionTypesCommand"), exports);
34
+ tslib_1.__exportStar(require("./DescribeNotificationConfigurationsCommand"), exports);
35
+ tslib_1.__exportStar(require("./DescribePoliciesCommand"), exports);
36
+ tslib_1.__exportStar(require("./DescribeScalingActivitiesCommand"), exports);
37
+ tslib_1.__exportStar(require("./DescribeScalingProcessTypesCommand"), exports);
38
+ tslib_1.__exportStar(require("./DescribeScheduledActionsCommand"), exports);
39
+ tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
40
+ tslib_1.__exportStar(require("./DescribeTerminationPolicyTypesCommand"), exports);
41
+ tslib_1.__exportStar(require("./DescribeWarmPoolCommand"), exports);
42
+ tslib_1.__exportStar(require("./DetachInstancesCommand"), exports);
43
+ tslib_1.__exportStar(require("./DetachLoadBalancerTargetGroupsCommand"), exports);
44
+ tslib_1.__exportStar(require("./DetachLoadBalancersCommand"), exports);
45
+ tslib_1.__exportStar(require("./DisableMetricsCollectionCommand"), exports);
46
+ tslib_1.__exportStar(require("./EnableMetricsCollectionCommand"), exports);
47
+ tslib_1.__exportStar(require("./EnterStandbyCommand"), exports);
48
+ tslib_1.__exportStar(require("./ExecutePolicyCommand"), exports);
49
+ tslib_1.__exportStar(require("./ExitStandbyCommand"), exports);
50
+ tslib_1.__exportStar(require("./GetPredictiveScalingForecastCommand"), exports);
51
+ tslib_1.__exportStar(require("./PutLifecycleHookCommand"), exports);
52
+ tslib_1.__exportStar(require("./PutNotificationConfigurationCommand"), exports);
53
+ tslib_1.__exportStar(require("./PutScalingPolicyCommand"), exports);
54
+ tslib_1.__exportStar(require("./PutScheduledUpdateGroupActionCommand"), exports);
55
+ tslib_1.__exportStar(require("./PutWarmPoolCommand"), exports);
56
+ tslib_1.__exportStar(require("./RecordLifecycleActionHeartbeatCommand"), exports);
57
+ tslib_1.__exportStar(require("./ResumeProcessesCommand"), exports);
58
+ tslib_1.__exportStar(require("./SetDesiredCapacityCommand"), exports);
59
+ tslib_1.__exportStar(require("./SetInstanceHealthCommand"), exports);
60
+ tslib_1.__exportStar(require("./SetInstanceProtectionCommand"), exports);
61
+ tslib_1.__exportStar(require("./StartInstanceRefreshCommand"), exports);
62
+ tslib_1.__exportStar(require("./SuspendProcessesCommand"), exports);
63
+ tslib_1.__exportStar(require("./TerminateInstanceInAutoScalingGroupCommand"), exports);
64
+ tslib_1.__exportStar(require("./UpdateAutoScalingGroupCommand"), exports);
@@ -28,23 +28,97 @@ const partitionHash = {
28
28
  "us-west-1",
29
29
  "us-west-2",
30
30
  ],
31
- hostname: "autoscaling.{region}.amazonaws.com",
31
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
32
+ variants: [
33
+ {
34
+ hostname: "autoscaling.{region}.amazonaws.com",
35
+ tags: [],
36
+ },
37
+ {
38
+ hostname: "autoscaling-fips.{region}.amazonaws.com",
39
+ tags: ["fips"],
40
+ },
41
+ {
42
+ hostname: "autoscaling-fips.{region}.api.aws",
43
+ tags: ["dualstack", "fips"],
44
+ },
45
+ {
46
+ hostname: "autoscaling.{region}.api.aws",
47
+ tags: ["dualstack"],
48
+ },
49
+ ],
32
50
  },
33
51
  "aws-cn": {
34
52
  regions: ["cn-north-1", "cn-northwest-1"],
35
- hostname: "autoscaling.{region}.amazonaws.com.cn",
53
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
54
+ variants: [
55
+ {
56
+ hostname: "autoscaling.{region}.amazonaws.com.cn",
57
+ tags: [],
58
+ },
59
+ {
60
+ hostname: "autoscaling-fips.{region}.amazonaws.com.cn",
61
+ tags: ["fips"],
62
+ },
63
+ {
64
+ hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn",
65
+ tags: ["dualstack", "fips"],
66
+ },
67
+ {
68
+ hostname: "autoscaling.{region}.api.amazonwebservices.com.cn",
69
+ tags: ["dualstack"],
70
+ },
71
+ ],
36
72
  },
37
73
  "aws-iso": {
38
74
  regions: ["us-iso-east-1", "us-iso-west-1"],
39
- hostname: "autoscaling.{region}.c2s.ic.gov",
75
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
76
+ variants: [
77
+ {
78
+ hostname: "autoscaling.{region}.c2s.ic.gov",
79
+ tags: [],
80
+ },
81
+ {
82
+ hostname: "autoscaling-fips.{region}.c2s.ic.gov",
83
+ tags: ["fips"],
84
+ },
85
+ ],
40
86
  },
41
87
  "aws-iso-b": {
42
88
  regions: ["us-isob-east-1"],
43
- hostname: "autoscaling.{region}.sc2s.sgov.gov",
89
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
90
+ variants: [
91
+ {
92
+ hostname: "autoscaling.{region}.sc2s.sgov.gov",
93
+ tags: [],
94
+ },
95
+ {
96
+ hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
97
+ tags: ["fips"],
98
+ },
99
+ ],
44
100
  },
45
101
  "aws-us-gov": {
46
102
  regions: ["us-gov-east-1", "us-gov-west-1"],
47
- hostname: "autoscaling.{region}.amazonaws.com",
103
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
104
+ variants: [
105
+ {
106
+ hostname: "autoscaling.{region}.amazonaws.com",
107
+ tags: [],
108
+ },
109
+ {
110
+ hostname: "autoscaling-fips.{region}.amazonaws.com",
111
+ tags: ["fips"],
112
+ },
113
+ {
114
+ hostname: "autoscaling-fips.{region}.api.aws",
115
+ tags: ["dualstack", "fips"],
116
+ },
117
+ {
118
+ hostname: "autoscaling.{region}.api.aws",
119
+ tags: ["dualstack"],
120
+ },
121
+ ],
48
122
  },
49
123
  };
50
124
  const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
package/dist-cjs/index.js CHANGED
@@ -1,79 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AutoScalingClient"), exports);
5
4
  tslib_1.__exportStar(require("./AutoScaling"), exports);
6
- tslib_1.__exportStar(require("./commands/AttachInstancesCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/AttachLoadBalancersCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/AttachLoadBalancerTargetGroupsCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/BatchDeleteScheduledActionCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/BatchPutScheduledUpdateGroupActionCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CancelInstanceRefreshCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/CompleteLifecycleActionCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/CreateAutoScalingGroupCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/CreateLaunchConfigurationCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/CreateOrUpdateTagsCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeleteAutoScalingGroupCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DeleteLaunchConfigurationCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DeleteLifecycleHookCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DeleteNotificationConfigurationCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/DeletePolicyCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/DeleteScheduledActionCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/DeleteTagsCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/DeleteWarmPoolCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/DescribeAccountLimitsCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/DescribeAdjustmentTypesCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/DescribeAutoScalingGroupsCommand"), exports);
27
- tslib_1.__exportStar(require("./pagination/DescribeAutoScalingGroupsPaginator"), exports);
28
- tslib_1.__exportStar(require("./waiters/waitForGroupExists"), exports);
29
- tslib_1.__exportStar(require("./waiters/waitForGroupInService"), exports);
30
- tslib_1.__exportStar(require("./waiters/waitForGroupNotExists"), exports);
31
- tslib_1.__exportStar(require("./commands/DescribeAutoScalingInstancesCommand"), exports);
32
- tslib_1.__exportStar(require("./pagination/DescribeAutoScalingInstancesPaginator"), exports);
33
- tslib_1.__exportStar(require("./commands/DescribeAutoScalingNotificationTypesCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/DescribeInstanceRefreshesCommand"), exports);
35
- tslib_1.__exportStar(require("./commands/DescribeLaunchConfigurationsCommand"), exports);
36
- tslib_1.__exportStar(require("./pagination/DescribeLaunchConfigurationsPaginator"), exports);
37
- tslib_1.__exportStar(require("./commands/DescribeLifecycleHooksCommand"), exports);
38
- tslib_1.__exportStar(require("./commands/DescribeLifecycleHookTypesCommand"), exports);
39
- tslib_1.__exportStar(require("./commands/DescribeLoadBalancersCommand"), exports);
40
- tslib_1.__exportStar(require("./commands/DescribeLoadBalancerTargetGroupsCommand"), exports);
41
- tslib_1.__exportStar(require("./commands/DescribeMetricCollectionTypesCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/DescribeNotificationConfigurationsCommand"), exports);
43
- tslib_1.__exportStar(require("./pagination/DescribeNotificationConfigurationsPaginator"), exports);
44
- tslib_1.__exportStar(require("./commands/DescribePoliciesCommand"), exports);
45
- tslib_1.__exportStar(require("./pagination/DescribePoliciesPaginator"), exports);
46
- tslib_1.__exportStar(require("./commands/DescribeScalingActivitiesCommand"), exports);
47
- tslib_1.__exportStar(require("./pagination/DescribeScalingActivitiesPaginator"), exports);
48
- tslib_1.__exportStar(require("./commands/DescribeScalingProcessTypesCommand"), exports);
49
- tslib_1.__exportStar(require("./commands/DescribeScheduledActionsCommand"), exports);
50
- tslib_1.__exportStar(require("./pagination/DescribeScheduledActionsPaginator"), exports);
51
- tslib_1.__exportStar(require("./commands/DescribeTagsCommand"), exports);
52
- tslib_1.__exportStar(require("./pagination/DescribeTagsPaginator"), exports);
53
- tslib_1.__exportStar(require("./commands/DescribeTerminationPolicyTypesCommand"), exports);
54
- tslib_1.__exportStar(require("./commands/DescribeWarmPoolCommand"), exports);
55
- tslib_1.__exportStar(require("./commands/DetachInstancesCommand"), exports);
56
- tslib_1.__exportStar(require("./commands/DetachLoadBalancersCommand"), exports);
57
- tslib_1.__exportStar(require("./commands/DetachLoadBalancerTargetGroupsCommand"), exports);
58
- tslib_1.__exportStar(require("./commands/DisableMetricsCollectionCommand"), exports);
59
- tslib_1.__exportStar(require("./commands/EnableMetricsCollectionCommand"), exports);
60
- tslib_1.__exportStar(require("./commands/EnterStandbyCommand"), exports);
61
- tslib_1.__exportStar(require("./commands/ExecutePolicyCommand"), exports);
62
- tslib_1.__exportStar(require("./commands/ExitStandbyCommand"), exports);
63
- tslib_1.__exportStar(require("./commands/GetPredictiveScalingForecastCommand"), exports);
64
- tslib_1.__exportStar(require("./commands/PutLifecycleHookCommand"), exports);
65
- tslib_1.__exportStar(require("./commands/PutNotificationConfigurationCommand"), exports);
66
- tslib_1.__exportStar(require("./commands/PutScalingPolicyCommand"), exports);
67
- tslib_1.__exportStar(require("./commands/PutScheduledUpdateGroupActionCommand"), exports);
68
- tslib_1.__exportStar(require("./commands/PutWarmPoolCommand"), exports);
69
- tslib_1.__exportStar(require("./commands/RecordLifecycleActionHeartbeatCommand"), exports);
70
- tslib_1.__exportStar(require("./commands/ResumeProcessesCommand"), exports);
71
- tslib_1.__exportStar(require("./commands/SetDesiredCapacityCommand"), exports);
72
- tslib_1.__exportStar(require("./commands/SetInstanceHealthCommand"), exports);
73
- tslib_1.__exportStar(require("./commands/SetInstanceProtectionCommand"), exports);
74
- tslib_1.__exportStar(require("./commands/StartInstanceRefreshCommand"), exports);
75
- tslib_1.__exportStar(require("./commands/SuspendProcessesCommand"), exports);
76
- tslib_1.__exportStar(require("./commands/TerminateInstanceInAutoScalingGroupCommand"), exports);
77
- tslib_1.__exportStar(require("./commands/UpdateAutoScalingGroupCommand"), exports);
78
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
79
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./AutoScalingClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./waiters"), exports);
@@ -1,9 +1,44 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePolicyType = exports.DeleteNotificationConfigurationType = exports.DeleteLifecycleHookType = exports.DeleteLifecycleHookAnswer = exports.LaunchConfigurationNameType = exports.ScalingActivityInProgressFault = exports.DeleteAutoScalingGroupType = exports.ResourceInUseFault = exports.CreateOrUpdateTagsType = exports.CreateLaunchConfigurationType = exports.InstanceMetadataOptions = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.InstanceMonitoring = exports.BlockDeviceMapping = exports.Ebs = exports.CreateAutoScalingGroupType = exports.Tag = exports.MixedInstancesPolicy = exports.LaunchTemplate = exports.LaunchTemplateOverrides = exports.InstancesDistribution = exports.LifecycleHookSpecification = exports.LaunchTemplateSpecification = exports.CompleteLifecycleActionType = exports.CompleteLifecycleActionAnswer = exports.CancelInstanceRefreshType = exports.CancelInstanceRefreshAnswer = exports.LimitExceededFault = exports.BatchPutScheduledUpdateGroupActionType = exports.ScheduledUpdateGroupActionRequest = exports.BatchPutScheduledUpdateGroupActionAnswer = exports.BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionAnswer = exports.FailedScheduledUpdateGroupActionRequest = exports.AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancersType = exports.AttachLoadBalancersResultType = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AttachInstancesQuery = exports.AlreadyExistsFault = exports.Alarm = exports.AdjustmentType = exports.ActivityType = exports.ActivitiesType = exports.Activity = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = void 0;
4
- exports.DescribeNotificationConfigurationsAnswer = exports.NotificationConfiguration = exports.DescribeMetricCollectionTypesAnswer = exports.MetricCollectionType = exports.MetricGranularityType = exports.DescribeLoadBalancerTargetGroupsResponse = exports.LoadBalancerTargetGroupState = exports.DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancersResponse = exports.LoadBalancerState = exports.DescribeLoadBalancersRequest = exports.DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHooksType = exports.DescribeLifecycleHooksAnswer = exports.LifecycleHook = exports.LaunchConfigurationsType = exports.LaunchConfiguration = exports.LaunchConfigurationNamesType = exports.DescribeInstanceRefreshesType = exports.DescribeInstanceRefreshesAnswer = exports.InstanceRefresh = exports.InstanceRefreshStatus = exports.InstanceRefreshProgressDetails = exports.InstanceRefreshWarmPoolProgress = exports.InstanceRefreshLivePoolProgress = exports.RefreshPreferences = exports.DesiredConfiguration = exports.DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingInstancesType = exports.AutoScalingInstancesType = exports.AutoScalingInstanceDetails = exports.InvalidNextToken = exports.AutoScalingGroupsType = exports.AutoScalingGroup = exports.WarmPoolConfiguration = exports.WarmPoolStatus = exports.WarmPoolState = exports.TagDescription = exports.SuspendedProcess = exports.Instance = exports.LifecycleState = exports.EnabledMetric = exports.AutoScalingGroupNamesType = exports.Filter = exports.DescribeAdjustmentTypesAnswer = exports.DescribeAccountLimitsAnswer = exports.DeleteWarmPoolType = exports.DeleteWarmPoolAnswer = exports.DeleteTagsType = exports.DeleteScheduledActionType = void 0;
5
- exports.PutLifecycleHookAnswer = exports.GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastAnswer = exports.LoadForecast = exports.CapacityForecast = exports.ExitStandbyQuery = exports.ExitStandbyAnswer = exports.ExecutePolicyType = exports.EnterStandbyQuery = exports.EnterStandbyAnswer = exports.EnableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery = exports.DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancersType = exports.DetachLoadBalancersResultType = exports.DetachInstancesQuery = exports.DetachInstancesAnswer = exports.DescribeWarmPoolType = exports.DescribeWarmPoolAnswer = exports.DescribeTerminationPolicyTypesAnswer = exports.TagsType = exports.DescribeTagsType = exports.ScheduledActionsType = exports.ScheduledUpdateGroupAction = exports.DescribeScheduledActionsType = exports.ProcessesType = exports.ProcessType = exports.DescribeScalingActivitiesType = exports.PoliciesType = exports.ScalingPolicy = exports.TargetTrackingConfiguration = exports.PredefinedMetricSpecification = exports.MetricType = exports.CustomizedMetricSpecification = exports.MetricStatistic = exports.MetricDimension = exports.StepAdjustment = exports.PredictiveScalingConfiguration = exports.PredictiveScalingMode = exports.PredictiveScalingMetricSpecification = exports.PredictiveScalingPredefinedScalingMetric = exports.PredefinedScalingMetricType = exports.PredictiveScalingPredefinedMetricPair = exports.PredefinedMetricPairType = exports.PredictiveScalingPredefinedLoadMetric = exports.PredefinedLoadMetricType = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.DescribePoliciesType = exports.DescribeNotificationConfigurationsType = void 0;
6
- exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = void 0;
3
+ exports.MixedInstancesPolicy = exports.LaunchTemplate = exports.LaunchTemplateOverrides = exports.InstanceRequirements = exports.VCpuCountRequest = exports.TotalLocalStorageGBRequest = exports.NetworkInterfaceCountRequest = exports.MemoryMiBRequest = exports.MemoryGiBPerVCpuRequest = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BaselineEbsBandwidthMbpsRequest = exports.BareMetal = exports.InstancesDistribution = exports.LifecycleHookSpecification = exports.LaunchTemplateSpecification = exports.CompleteLifecycleActionType = exports.CompleteLifecycleActionAnswer = exports.CancelInstanceRefreshType = exports.CancelInstanceRefreshAnswer = exports.LimitExceededFault = exports.BatchPutScheduledUpdateGroupActionType = exports.ScheduledUpdateGroupActionRequest = exports.BatchPutScheduledUpdateGroupActionAnswer = exports.BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionAnswer = exports.FailedScheduledUpdateGroupActionRequest = exports.AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancersType = exports.AttachLoadBalancersResultType = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AttachInstancesQuery = exports.AlreadyExistsFault = exports.Alarm = exports.AdjustmentType = exports.ActivityType = exports.ActivitiesType = exports.Activity = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = exports.AcceleratorType = exports.AcceleratorTotalMemoryMiBRequest = exports.AcceleratorName = exports.AcceleratorManufacturer = exports.AcceleratorCountRequest = void 0;
4
+ exports.DescribeInstanceRefreshesType = exports.DescribeInstanceRefreshesAnswer = exports.InstanceRefresh = exports.InstanceRefreshStatus = exports.InstanceRefreshProgressDetails = exports.InstanceRefreshWarmPoolProgress = exports.InstanceRefreshLivePoolProgress = exports.RefreshPreferences = exports.DesiredConfiguration = exports.DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingInstancesType = exports.AutoScalingInstancesType = exports.AutoScalingInstanceDetails = exports.InvalidNextToken = exports.AutoScalingGroupsType = exports.AutoScalingGroup = exports.WarmPoolConfiguration = exports.WarmPoolStatus = exports.WarmPoolState = exports.TagDescription = exports.SuspendedProcess = exports.Instance = exports.LifecycleState = exports.EnabledMetric = exports.AutoScalingGroupNamesType = exports.Filter = exports.DescribeAdjustmentTypesAnswer = exports.DescribeAccountLimitsAnswer = exports.DeleteWarmPoolType = exports.DeleteWarmPoolAnswer = exports.DeleteTagsType = exports.DeleteScheduledActionType = exports.DeletePolicyType = exports.DeleteNotificationConfigurationType = exports.DeleteLifecycleHookType = exports.DeleteLifecycleHookAnswer = exports.LaunchConfigurationNameType = exports.ScalingActivityInProgressFault = exports.DeleteAutoScalingGroupType = exports.ResourceInUseFault = exports.CreateOrUpdateTagsType = exports.CreateLaunchConfigurationType = exports.InstanceMetadataOptions = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.InstanceMonitoring = exports.BlockDeviceMapping = exports.Ebs = exports.CreateAutoScalingGroupType = exports.Tag = void 0;
5
+ exports.DescribeWarmPoolType = exports.DescribeWarmPoolAnswer = exports.DescribeTerminationPolicyTypesAnswer = exports.TagsType = exports.DescribeTagsType = exports.ScheduledActionsType = exports.ScheduledUpdateGroupAction = exports.DescribeScheduledActionsType = exports.ProcessesType = exports.ProcessType = exports.DescribeScalingActivitiesType = exports.PoliciesType = exports.ScalingPolicy = exports.TargetTrackingConfiguration = exports.PredefinedMetricSpecification = exports.MetricType = exports.CustomizedMetricSpecification = exports.MetricStatistic = exports.MetricDimension = exports.StepAdjustment = exports.PredictiveScalingConfiguration = exports.PredictiveScalingMode = exports.PredictiveScalingMetricSpecification = exports.PredictiveScalingPredefinedScalingMetric = exports.PredefinedScalingMetricType = exports.PredictiveScalingPredefinedMetricPair = exports.PredefinedMetricPairType = exports.PredictiveScalingPredefinedLoadMetric = exports.PredefinedLoadMetricType = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.DescribePoliciesType = exports.DescribeNotificationConfigurationsType = exports.DescribeNotificationConfigurationsAnswer = exports.NotificationConfiguration = exports.DescribeMetricCollectionTypesAnswer = exports.MetricCollectionType = exports.MetricGranularityType = exports.DescribeLoadBalancerTargetGroupsResponse = exports.LoadBalancerTargetGroupState = exports.DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancersResponse = exports.LoadBalancerState = exports.DescribeLoadBalancersRequest = exports.DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHooksType = exports.DescribeLifecycleHooksAnswer = exports.LifecycleHook = exports.LaunchConfigurationsType = exports.LaunchConfiguration = exports.LaunchConfigurationNamesType = void 0;
6
+ exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = exports.PutLifecycleHookAnswer = exports.GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastAnswer = exports.LoadForecast = exports.CapacityForecast = exports.ExitStandbyQuery = exports.ExitStandbyAnswer = exports.ExecutePolicyType = exports.EnterStandbyQuery = exports.EnterStandbyAnswer = exports.EnableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery = exports.DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancersType = exports.DetachLoadBalancersResultType = exports.DetachInstancesQuery = exports.DetachInstancesAnswer = void 0;
7
+ var AcceleratorCountRequest;
8
+ (function (AcceleratorCountRequest) {
9
+ AcceleratorCountRequest.filterSensitiveLog = (obj) => ({
10
+ ...obj,
11
+ });
12
+ })(AcceleratorCountRequest = exports.AcceleratorCountRequest || (exports.AcceleratorCountRequest = {}));
13
+ var AcceleratorManufacturer;
14
+ (function (AcceleratorManufacturer) {
15
+ AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
16
+ AcceleratorManufacturer["AMD"] = "amd";
17
+ AcceleratorManufacturer["NVIDIA"] = "nvidia";
18
+ AcceleratorManufacturer["XILINX"] = "xilinx";
19
+ })(AcceleratorManufacturer = exports.AcceleratorManufacturer || (exports.AcceleratorManufacturer = {}));
20
+ var AcceleratorName;
21
+ (function (AcceleratorName) {
22
+ AcceleratorName["A100"] = "a100";
23
+ AcceleratorName["K80"] = "k80";
24
+ AcceleratorName["M60"] = "m60";
25
+ AcceleratorName["RADEON_PRO_V520"] = "radeon-pro-v520";
26
+ AcceleratorName["T4"] = "t4";
27
+ AcceleratorName["V100"] = "v100";
28
+ AcceleratorName["VU9P"] = "vu9p";
29
+ })(AcceleratorName = exports.AcceleratorName || (exports.AcceleratorName = {}));
30
+ var AcceleratorTotalMemoryMiBRequest;
31
+ (function (AcceleratorTotalMemoryMiBRequest) {
32
+ AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = (obj) => ({
33
+ ...obj,
34
+ });
35
+ })(AcceleratorTotalMemoryMiBRequest = exports.AcceleratorTotalMemoryMiBRequest || (exports.AcceleratorTotalMemoryMiBRequest = {}));
36
+ var AcceleratorType;
37
+ (function (AcceleratorType) {
38
+ AcceleratorType["FPGA"] = "fpga";
39
+ AcceleratorType["GPU"] = "gpu";
40
+ AcceleratorType["INFERENCE"] = "inference";
41
+ })(AcceleratorType = exports.AcceleratorType || (exports.AcceleratorType = {}));
7
42
  var ActiveInstanceRefreshNotFoundFault;
8
43
  (function (ActiveInstanceRefreshNotFoundFault) {
9
44
  ActiveInstanceRefreshNotFoundFault.filterSensitiveLog = (obj) => ({
@@ -187,6 +222,82 @@ var InstancesDistribution;
187
222
  ...obj,
188
223
  });
189
224
  })(InstancesDistribution = exports.InstancesDistribution || (exports.InstancesDistribution = {}));
225
+ var BareMetal;
226
+ (function (BareMetal) {
227
+ BareMetal["EXCLUDED"] = "excluded";
228
+ BareMetal["INCLUDED"] = "included";
229
+ BareMetal["REQUIRED"] = "required";
230
+ })(BareMetal = exports.BareMetal || (exports.BareMetal = {}));
231
+ var BaselineEbsBandwidthMbpsRequest;
232
+ (function (BaselineEbsBandwidthMbpsRequest) {
233
+ BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = (obj) => ({
234
+ ...obj,
235
+ });
236
+ })(BaselineEbsBandwidthMbpsRequest = exports.BaselineEbsBandwidthMbpsRequest || (exports.BaselineEbsBandwidthMbpsRequest = {}));
237
+ var BurstablePerformance;
238
+ (function (BurstablePerformance) {
239
+ BurstablePerformance["EXCLUDED"] = "excluded";
240
+ BurstablePerformance["INCLUDED"] = "included";
241
+ BurstablePerformance["REQUIRED"] = "required";
242
+ })(BurstablePerformance = exports.BurstablePerformance || (exports.BurstablePerformance = {}));
243
+ var CpuManufacturer;
244
+ (function (CpuManufacturer) {
245
+ CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
246
+ CpuManufacturer["AMD"] = "amd";
247
+ CpuManufacturer["INTEL"] = "intel";
248
+ })(CpuManufacturer = exports.CpuManufacturer || (exports.CpuManufacturer = {}));
249
+ var InstanceGeneration;
250
+ (function (InstanceGeneration) {
251
+ InstanceGeneration["CURRENT"] = "current";
252
+ InstanceGeneration["PREVIOUS"] = "previous";
253
+ })(InstanceGeneration = exports.InstanceGeneration || (exports.InstanceGeneration = {}));
254
+ var LocalStorage;
255
+ (function (LocalStorage) {
256
+ LocalStorage["EXCLUDED"] = "excluded";
257
+ LocalStorage["INCLUDED"] = "included";
258
+ LocalStorage["REQUIRED"] = "required";
259
+ })(LocalStorage = exports.LocalStorage || (exports.LocalStorage = {}));
260
+ var LocalStorageType;
261
+ (function (LocalStorageType) {
262
+ LocalStorageType["HDD"] = "hdd";
263
+ LocalStorageType["SSD"] = "ssd";
264
+ })(LocalStorageType = exports.LocalStorageType || (exports.LocalStorageType = {}));
265
+ var MemoryGiBPerVCpuRequest;
266
+ (function (MemoryGiBPerVCpuRequest) {
267
+ MemoryGiBPerVCpuRequest.filterSensitiveLog = (obj) => ({
268
+ ...obj,
269
+ });
270
+ })(MemoryGiBPerVCpuRequest = exports.MemoryGiBPerVCpuRequest || (exports.MemoryGiBPerVCpuRequest = {}));
271
+ var MemoryMiBRequest;
272
+ (function (MemoryMiBRequest) {
273
+ MemoryMiBRequest.filterSensitiveLog = (obj) => ({
274
+ ...obj,
275
+ });
276
+ })(MemoryMiBRequest = exports.MemoryMiBRequest || (exports.MemoryMiBRequest = {}));
277
+ var NetworkInterfaceCountRequest;
278
+ (function (NetworkInterfaceCountRequest) {
279
+ NetworkInterfaceCountRequest.filterSensitiveLog = (obj) => ({
280
+ ...obj,
281
+ });
282
+ })(NetworkInterfaceCountRequest = exports.NetworkInterfaceCountRequest || (exports.NetworkInterfaceCountRequest = {}));
283
+ var TotalLocalStorageGBRequest;
284
+ (function (TotalLocalStorageGBRequest) {
285
+ TotalLocalStorageGBRequest.filterSensitiveLog = (obj) => ({
286
+ ...obj,
287
+ });
288
+ })(TotalLocalStorageGBRequest = exports.TotalLocalStorageGBRequest || (exports.TotalLocalStorageGBRequest = {}));
289
+ var VCpuCountRequest;
290
+ (function (VCpuCountRequest) {
291
+ VCpuCountRequest.filterSensitiveLog = (obj) => ({
292
+ ...obj,
293
+ });
294
+ })(VCpuCountRequest = exports.VCpuCountRequest || (exports.VCpuCountRequest = {}));
295
+ var InstanceRequirements;
296
+ (function (InstanceRequirements) {
297
+ InstanceRequirements.filterSensitiveLog = (obj) => ({
298
+ ...obj,
299
+ });
300
+ })(InstanceRequirements = exports.InstanceRequirements || (exports.InstanceRequirements = {}));
190
301
  var LaunchTemplateOverrides;
191
302
  (function (LaunchTemplateOverrides) {
192
303
  LaunchTemplateOverrides.filterSensitiveLog = (obj) => ({
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeAutoScalingGroupsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./DescribeAutoScalingInstancesPaginator"), exports);
6
+ tslib_1.__exportStar(require("./DescribeLaunchConfigurationsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./DescribeNotificationConfigurationsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./DescribePoliciesPaginator"), exports);
9
+ tslib_1.__exportStar(require("./DescribeScalingActivitiesPaginator"), exports);
10
+ tslib_1.__exportStar(require("./DescribeScheduledActionsPaginator"), exports);
11
+ tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
12
+ tslib_1.__exportStar(require("./Interfaces"), exports);