@aws-sdk/client-auto-scaling 3.193.0 → 3.196.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 +19 -0
- package/dist-cjs/AutoScalingClient.js +11 -8
- package/dist-cjs/commands/AttachInstancesCommand.js +10 -0
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +10 -0
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +10 -0
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +10 -0
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +10 -0
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +10 -0
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribePoliciesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +10 -0
- package/dist-cjs/commands/DetachInstancesCommand.js +10 -0
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +10 -0
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +10 -0
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +10 -0
- package/dist-cjs/commands/EnterStandbyCommand.js +10 -0
- package/dist-cjs/commands/ExecutePolicyCommand.js +10 -0
- package/dist-cjs/commands/ExitStandbyCommand.js +10 -0
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +10 -0
- package/dist-cjs/commands/PutLifecycleHookCommand.js +10 -0
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-cjs/commands/PutWarmPoolCommand.js +10 -0
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +10 -0
- package/dist-cjs/commands/ResumeProcessesCommand.js +10 -0
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +10 -0
- package/dist-cjs/commands/SetInstanceHealthCommand.js +10 -0
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +10 -0
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +10 -0
- package/dist-cjs/commands/SuspendProcessesCommand.js +10 -0
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +343 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AutoScalingClient.js +12 -9
- package/dist-es/commands/AttachInstancesCommand.js +10 -0
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-es/commands/AttachLoadBalancersCommand.js +10 -0
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +10 -0
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-es/commands/CancelInstanceRefreshCommand.js +10 -0
- package/dist-es/commands/CompleteLifecycleActionCommand.js +10 -0
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +10 -0
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +10 -0
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +10 -0
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteLifecycleHookCommand.js +10 -0
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePolicyCommand.js +10 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DeleteWarmPoolCommand.js +10 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +10 -0
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +10 -0
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +10 -0
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +10 -0
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +10 -0
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeLoadBalancersCommand.js +10 -0
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +10 -0
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribePoliciesCommand.js +10 -0
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +10 -0
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledActionsCommand.js +10 -0
- package/dist-es/commands/DescribeTagsCommand.js +10 -0
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +10 -0
- package/dist-es/commands/DescribeWarmPoolCommand.js +10 -0
- package/dist-es/commands/DetachInstancesCommand.js +10 -0
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-es/commands/DetachLoadBalancersCommand.js +10 -0
- package/dist-es/commands/DisableMetricsCollectionCommand.js +10 -0
- package/dist-es/commands/EnableMetricsCollectionCommand.js +10 -0
- package/dist-es/commands/EnterStandbyCommand.js +10 -0
- package/dist-es/commands/ExecutePolicyCommand.js +10 -0
- package/dist-es/commands/ExitStandbyCommand.js +10 -0
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +10 -0
- package/dist-es/commands/PutLifecycleHookCommand.js +10 -0
- package/dist-es/commands/PutNotificationConfigurationCommand.js +10 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +10 -0
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-es/commands/PutWarmPoolCommand.js +10 -0
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +10 -0
- package/dist-es/commands/ResumeProcessesCommand.js +10 -0
- package/dist-es/commands/SetDesiredCapacityCommand.js +10 -0
- package/dist-es/commands/SetInstanceHealthCommand.js +10 -0
- package/dist-es/commands/SetInstanceProtectionCommand.js +10 -0
- package/dist-es/commands/StartInstanceRefreshCommand.js +10 -0
- package/dist-es/commands/SuspendProcessesCommand.js +10 -0
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +10 -0
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +340 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AutoScalingClient.d.ts +6 -9
- package/dist-types/commands/AttachInstancesCommand.d.ts +2 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +2 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +2 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +2 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +2 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +2 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +2 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AutoScalingClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {};
|
|
6
|
-
const partitionHash = {
|
|
7
|
-
aws: {
|
|
8
|
-
regions: [
|
|
9
|
-
"af-south-1",
|
|
10
|
-
"ap-east-1",
|
|
11
|
-
"ap-northeast-1",
|
|
12
|
-
"ap-northeast-2",
|
|
13
|
-
"ap-northeast-3",
|
|
14
|
-
"ap-south-1",
|
|
15
|
-
"ap-southeast-1",
|
|
16
|
-
"ap-southeast-2",
|
|
17
|
-
"ap-southeast-3",
|
|
18
|
-
"ca-central-1",
|
|
19
|
-
"eu-central-1",
|
|
20
|
-
"eu-north-1",
|
|
21
|
-
"eu-south-1",
|
|
22
|
-
"eu-west-1",
|
|
23
|
-
"eu-west-2",
|
|
24
|
-
"eu-west-3",
|
|
25
|
-
"me-central-1",
|
|
26
|
-
"me-south-1",
|
|
27
|
-
"sa-east-1",
|
|
28
|
-
"us-east-1",
|
|
29
|
-
"us-east-2",
|
|
30
|
-
"us-west-1",
|
|
31
|
-
"us-west-2",
|
|
32
|
-
],
|
|
33
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
34
|
-
variants: [
|
|
35
|
-
{
|
|
36
|
-
hostname: "autoscaling.{region}.amazonaws.com",
|
|
37
|
-
tags: [],
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
41
|
-
tags: ["fips"],
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
hostname: "autoscaling-fips.{region}.api.aws",
|
|
45
|
-
tags: ["dualstack", "fips"],
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
hostname: "autoscaling.{region}.api.aws",
|
|
49
|
-
tags: ["dualstack"],
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
"aws-cn": {
|
|
54
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
55
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
56
|
-
variants: [
|
|
57
|
-
{
|
|
58
|
-
hostname: "autoscaling.{region}.amazonaws.com.cn",
|
|
59
|
-
tags: [],
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
hostname: "autoscaling-fips.{region}.amazonaws.com.cn",
|
|
63
|
-
tags: ["fips"],
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn",
|
|
67
|
-
tags: ["dualstack", "fips"],
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
hostname: "autoscaling.{region}.api.amazonwebservices.com.cn",
|
|
71
|
-
tags: ["dualstack"],
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
},
|
|
75
|
-
"aws-iso": {
|
|
76
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
77
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
78
|
-
variants: [
|
|
79
|
-
{
|
|
80
|
-
hostname: "autoscaling.{region}.c2s.ic.gov",
|
|
81
|
-
tags: [],
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
hostname: "autoscaling-fips.{region}.c2s.ic.gov",
|
|
85
|
-
tags: ["fips"],
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
},
|
|
89
|
-
"aws-iso-b": {
|
|
90
|
-
regions: ["us-isob-east-1"],
|
|
91
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
92
|
-
variants: [
|
|
93
|
-
{
|
|
94
|
-
hostname: "autoscaling.{region}.sc2s.sgov.gov",
|
|
95
|
-
tags: [],
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
|
|
99
|
-
tags: ["fips"],
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
},
|
|
103
|
-
"aws-us-gov": {
|
|
104
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
105
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
106
|
-
variants: [
|
|
107
|
-
{
|
|
108
|
-
hostname: "autoscaling.{region}.amazonaws.com",
|
|
109
|
-
tags: [],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
hostname: "autoscaling.{region}.amazonaws.com",
|
|
113
|
-
tags: ["fips"],
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
hostname: "autoscaling-fips.{region}.api.aws",
|
|
117
|
-
tags: ["dualstack", "fips"],
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
hostname: "autoscaling.{region}.api.aws",
|
|
121
|
-
tags: ["dualstack"],
|
|
122
|
-
},
|
|
123
|
-
],
|
|
124
|
-
},
|
|
125
|
-
};
|
|
126
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
127
|
-
...options,
|
|
128
|
-
signingService: "autoscaling",
|
|
129
|
-
regionHash,
|
|
130
|
-
partitionHash,
|
|
131
|
-
});
|
|
132
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {};
|
|
3
|
-
const partitionHash = {
|
|
4
|
-
aws: {
|
|
5
|
-
regions: [
|
|
6
|
-
"af-south-1",
|
|
7
|
-
"ap-east-1",
|
|
8
|
-
"ap-northeast-1",
|
|
9
|
-
"ap-northeast-2",
|
|
10
|
-
"ap-northeast-3",
|
|
11
|
-
"ap-south-1",
|
|
12
|
-
"ap-southeast-1",
|
|
13
|
-
"ap-southeast-2",
|
|
14
|
-
"ap-southeast-3",
|
|
15
|
-
"ca-central-1",
|
|
16
|
-
"eu-central-1",
|
|
17
|
-
"eu-north-1",
|
|
18
|
-
"eu-south-1",
|
|
19
|
-
"eu-west-1",
|
|
20
|
-
"eu-west-2",
|
|
21
|
-
"eu-west-3",
|
|
22
|
-
"me-central-1",
|
|
23
|
-
"me-south-1",
|
|
24
|
-
"sa-east-1",
|
|
25
|
-
"us-east-1",
|
|
26
|
-
"us-east-2",
|
|
27
|
-
"us-west-1",
|
|
28
|
-
"us-west-2",
|
|
29
|
-
],
|
|
30
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
31
|
-
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "autoscaling.{region}.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
38
|
-
tags: ["fips"],
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
hostname: "autoscaling-fips.{region}.api.aws",
|
|
42
|
-
tags: ["dualstack", "fips"],
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
hostname: "autoscaling.{region}.api.aws",
|
|
46
|
-
tags: ["dualstack"],
|
|
47
|
-
},
|
|
48
|
-
],
|
|
49
|
-
},
|
|
50
|
-
"aws-cn": {
|
|
51
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
52
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
53
|
-
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "autoscaling.{region}.amazonaws.com.cn",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
hostname: "autoscaling-fips.{region}.amazonaws.com.cn",
|
|
60
|
-
tags: ["fips"],
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn",
|
|
64
|
-
tags: ["dualstack", "fips"],
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
hostname: "autoscaling.{region}.api.amazonwebservices.com.cn",
|
|
68
|
-
tags: ["dualstack"],
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
},
|
|
72
|
-
"aws-iso": {
|
|
73
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
74
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
75
|
-
variants: [
|
|
76
|
-
{
|
|
77
|
-
hostname: "autoscaling.{region}.c2s.ic.gov",
|
|
78
|
-
tags: [],
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
hostname: "autoscaling-fips.{region}.c2s.ic.gov",
|
|
82
|
-
tags: ["fips"],
|
|
83
|
-
},
|
|
84
|
-
],
|
|
85
|
-
},
|
|
86
|
-
"aws-iso-b": {
|
|
87
|
-
regions: ["us-isob-east-1"],
|
|
88
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
89
|
-
variants: [
|
|
90
|
-
{
|
|
91
|
-
hostname: "autoscaling.{region}.sc2s.sgov.gov",
|
|
92
|
-
tags: [],
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
|
|
96
|
-
tags: ["fips"],
|
|
97
|
-
},
|
|
98
|
-
],
|
|
99
|
-
},
|
|
100
|
-
"aws-us-gov": {
|
|
101
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
102
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
103
|
-
variants: [
|
|
104
|
-
{
|
|
105
|
-
hostname: "autoscaling.{region}.amazonaws.com",
|
|
106
|
-
tags: [],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
hostname: "autoscaling.{region}.amazonaws.com",
|
|
110
|
-
tags: ["fips"],
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
hostname: "autoscaling-fips.{region}.api.aws",
|
|
114
|
-
tags: ["dualstack", "fips"],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
hostname: "autoscaling.{region}.api.aws",
|
|
118
|
-
tags: ["dualstack"],
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
};
|
|
123
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
124
|
-
...options,
|
|
125
|
-
signingService: "autoscaling",
|
|
126
|
-
regionHash,
|
|
127
|
-
partitionHash,
|
|
128
|
-
});
|