@aws-sdk/client-elastic-load-balancing-v2 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +986 -698
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeCapacityReservationCommand.js +2 -2
- package/dist-es/commands/DescribeListenerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/DescribeListenersCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeRulesCommand.js +2 -2
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeTargetHealthCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoresCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +2 -2
- package/dist-es/commands/ModifyCapacityReservationCommand.js +2 -2
- package/dist-es/commands/ModifyIpPoolsCommand.js +2 -2
- package/dist-es/commands/ModifyListenerAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyListenerCommand.js +2 -2
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyRuleCommand.js +2 -2
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyTargetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyTrustStoreCommand.js +2 -2
- package/dist-es/commands/RegisterTargetsCommand.js +2 -2
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/SetIpAddressTypeCommand.js +2 -2
- package/dist-es/commands/SetRulePrioritiesCommand.js +2 -2
- package/dist-es/commands/SetSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/SetSubnetsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +524 -502
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +267 -322
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +266 -322
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyCapacityReservation } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyCapacityReservation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyCapacityReservationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyCapacityReservationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyCapacityReservation", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyCapacityReservationCommand")
|
|
14
|
-
.sc(ModifyCapacityReservation)
|
|
14
|
+
.sc(ModifyCapacityReservation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyIpPools } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyIpPools$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyIpPoolsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyIpPoolsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyIpPools", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyIpPoolsCommand")
|
|
14
|
-
.sc(ModifyIpPools)
|
|
14
|
+
.sc(ModifyIpPools$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyListenerAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyListenerAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyListenerAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyListenerAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyListenerAttributes", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyListenerAttributesCommand")
|
|
14
|
-
.sc(ModifyListenerAttributes)
|
|
14
|
+
.sc(ModifyListenerAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyListener } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyListener", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyListenerCommand")
|
|
14
|
-
.sc(ModifyListener)
|
|
14
|
+
.sc(ModifyListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyLoadBalancerAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyLoadBalancerAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyLoadBalancerAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyLoadBalancerAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyLoadBalancerAttributes", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyLoadBalancerAttributesCommand")
|
|
14
|
-
.sc(ModifyLoadBalancerAttributes)
|
|
14
|
+
.sc(ModifyLoadBalancerAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyRule } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyRule", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyRuleCommand")
|
|
14
|
-
.sc(ModifyRule)
|
|
14
|
+
.sc(ModifyRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyTargetGroupAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyTargetGroupAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyTargetGroupAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyTargetGroupAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyTargetGroupAttributes", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyTargetGroupAttributesCommand")
|
|
14
|
-
.sc(ModifyTargetGroupAttributes)
|
|
14
|
+
.sc(ModifyTargetGroupAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyTargetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyTargetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyTargetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyTargetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyTargetGroup", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyTargetGroupCommand")
|
|
14
|
-
.sc(ModifyTargetGroup)
|
|
14
|
+
.sc(ModifyTargetGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "ModifyTrustStore", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "ModifyTrustStoreCommand")
|
|
14
|
-
.sc(ModifyTrustStore)
|
|
14
|
+
.sc(ModifyTrustStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RegisterTargets } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterTargets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterTargetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterTargetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "RegisterTargets", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "RegisterTargetsCommand")
|
|
14
|
-
.sc(RegisterTargets)
|
|
14
|
+
.sc(RegisterTargets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveListenerCertificates } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveListenerCertificates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveListenerCertificatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveListenerCertificatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "RemoveListenerCertificates", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "RemoveListenerCertificatesCommand")
|
|
14
|
-
.sc(RemoveListenerCertificates)
|
|
14
|
+
.sc(RemoveListenerCertificates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveTags } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "RemoveTags", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "RemoveTagsCommand")
|
|
14
|
-
.sc(RemoveTags)
|
|
14
|
+
.sc(RemoveTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveTrustStoreRevocations } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveTrustStoreRevocations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveTrustStoreRevocationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveTrustStoreRevocationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "RemoveTrustStoreRevocations", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "RemoveTrustStoreRevocationsCommand")
|
|
14
|
-
.sc(RemoveTrustStoreRevocations)
|
|
14
|
+
.sc(RemoveTrustStoreRevocations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetIpAddressType } from "../schemas/schemas_0";
|
|
4
|
+
import { SetIpAddressType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetIpAddressTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetIpAddressTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "SetIpAddressType", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "SetIpAddressTypeCommand")
|
|
14
|
-
.sc(SetIpAddressType)
|
|
14
|
+
.sc(SetIpAddressType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetRulePriorities } from "../schemas/schemas_0";
|
|
4
|
+
import { SetRulePriorities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetRulePrioritiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetRulePrioritiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "SetRulePriorities", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "SetRulePrioritiesCommand")
|
|
14
|
-
.sc(SetRulePriorities)
|
|
14
|
+
.sc(SetRulePriorities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetSecurityGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { SetSecurityGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetSecurityGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetSecurityGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "SetSecurityGroups", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "SetSecurityGroupsCommand")
|
|
14
|
-
.sc(SetSecurityGroups)
|
|
14
|
+
.sc(SetSecurityGroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetSubnets } from "../schemas/schemas_0";
|
|
4
|
+
import { SetSubnets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetSubnetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetSubnetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "SetSubnets", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "SetSubnetsCommand")
|
|
14
|
-
.sc(SetSubnets)
|
|
14
|
+
.sc(SetSubnets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsQueryProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.elasticloadbalancingv2",
|
|
29
|
+
xmlNamespace: "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
|
|
30
|
+
version: "2015-12-01",
|
|
31
|
+
serviceTarget: "ElasticLoadBalancing_v10",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "Elastic Load Balancing v2",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|