@aws-sdk/client-elastic-load-balancing-v2 3.948.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
|
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsQueryProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.elasticloadbalancingv2",
|
|
32
|
+
xmlNamespace: "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
|
|
33
|
+
version: "2015-12-01",
|
|
34
|
+
serviceTarget: "ElasticLoadBalancing_v10",
|
|
35
|
+
},
|
|
35
36
|
serviceId: config?.serviceId ?? "Elastic Load Balancing v2",
|
|
36
37
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
38
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { AddListenerCertificates } from "../schemas/schemas_0";
|
|
4
|
+
import { AddListenerCertificates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddListenerCertificatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddListenerCertificatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "AddListenerCertificates", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "AddListenerCertificatesCommand")
|
|
14
|
-
.sc(AddListenerCertificates)
|
|
14
|
+
.sc(AddListenerCertificates$)
|
|
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 { AddTags } from "../schemas/schemas_0";
|
|
4
|
+
import { AddTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "AddTags", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "AddTagsCommand")
|
|
14
|
-
.sc(AddTags)
|
|
14
|
+
.sc(AddTags$)
|
|
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 { AddTrustStoreRevocations } from "../schemas/schemas_0";
|
|
4
|
+
import { AddTrustStoreRevocations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddTrustStoreRevocationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddTrustStoreRevocationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "AddTrustStoreRevocations", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "AddTrustStoreRevocationsCommand")
|
|
14
|
-
.sc(AddTrustStoreRevocations)
|
|
14
|
+
.sc(AddTrustStoreRevocations$)
|
|
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 { CreateListener } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "CreateListener", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "CreateListenerCommand")
|
|
14
|
-
.sc(CreateListener)
|
|
14
|
+
.sc(CreateListener$)
|
|
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 { CreateLoadBalancer } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLoadBalancerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateLoadBalancerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "CreateLoadBalancer", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "CreateLoadBalancerCommand")
|
|
14
|
-
.sc(CreateLoadBalancer)
|
|
14
|
+
.sc(CreateLoadBalancer$)
|
|
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 { CreateRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "CreateRule", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "CreateRuleCommand")
|
|
14
|
-
.sc(CreateRule)
|
|
14
|
+
.sc(CreateRule$)
|
|
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 { CreateTargetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTargetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTargetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTargetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "CreateTargetGroup", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "CreateTargetGroupCommand")
|
|
14
|
-
.sc(CreateTargetGroup)
|
|
14
|
+
.sc(CreateTargetGroup$)
|
|
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 { CreateTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "CreateTrustStore", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "CreateTrustStoreCommand")
|
|
14
|
-
.sc(CreateTrustStore)
|
|
14
|
+
.sc(CreateTrustStore$)
|
|
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 { DeleteListener } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeleteListener", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeleteListenerCommand")
|
|
14
|
-
.sc(DeleteListener)
|
|
14
|
+
.sc(DeleteListener$)
|
|
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 { DeleteLoadBalancer } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLoadBalancerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLoadBalancerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeleteLoadBalancer", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeleteLoadBalancerCommand")
|
|
14
|
-
.sc(DeleteLoadBalancer)
|
|
14
|
+
.sc(DeleteLoadBalancer$)
|
|
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 { DeleteRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeleteRule", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeleteRuleCommand")
|
|
14
|
-
.sc(DeleteRule)
|
|
14
|
+
.sc(DeleteRule$)
|
|
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 { DeleteSharedTrustStoreAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSharedTrustStoreAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSharedTrustStoreAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSharedTrustStoreAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeleteSharedTrustStoreAssociation", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeleteSharedTrustStoreAssociationCommand")
|
|
14
|
-
.sc(DeleteSharedTrustStoreAssociation)
|
|
14
|
+
.sc(DeleteSharedTrustStoreAssociation$)
|
|
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 { DeleteTargetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTargetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTargetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTargetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeleteTargetGroup", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeleteTargetGroupCommand")
|
|
14
|
-
.sc(DeleteTargetGroup)
|
|
14
|
+
.sc(DeleteTargetGroup$)
|
|
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 { DeleteTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeleteTrustStore", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeleteTrustStoreCommand")
|
|
14
|
-
.sc(DeleteTrustStore)
|
|
14
|
+
.sc(DeleteTrustStore$)
|
|
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 { DeregisterTargets } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterTargets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterTargetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterTargetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DeregisterTargets", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DeregisterTargetsCommand")
|
|
14
|
-
.sc(DeregisterTargets)
|
|
14
|
+
.sc(DeregisterTargets$)
|
|
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 { DescribeAccountLimits } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAccountLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAccountLimitsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAccountLimitsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeAccountLimits", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeAccountLimitsCommand")
|
|
14
|
-
.sc(DescribeAccountLimits)
|
|
14
|
+
.sc(DescribeAccountLimits$)
|
|
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 { DescribeCapacityReservation } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCapacityReservation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCapacityReservationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCapacityReservationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeCapacityReservation", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeCapacityReservationCommand")
|
|
14
|
-
.sc(DescribeCapacityReservation)
|
|
14
|
+
.sc(DescribeCapacityReservation$)
|
|
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 { DescribeListenerAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeListenerAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeListenerAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeListenerAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeListenerAttributes", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeListenerAttributesCommand")
|
|
14
|
-
.sc(DescribeListenerAttributes)
|
|
14
|
+
.sc(DescribeListenerAttributes$)
|
|
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 { DescribeListenerCertificates } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeListenerCertificates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeListenerCertificatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeListenerCertificatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeListenerCertificates", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeListenerCertificatesCommand")
|
|
14
|
-
.sc(DescribeListenerCertificates)
|
|
14
|
+
.sc(DescribeListenerCertificates$)
|
|
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 { DescribeListeners } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeListeners$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeListenersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeListenersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeListeners", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeListenersCommand")
|
|
14
|
-
.sc(DescribeListeners)
|
|
14
|
+
.sc(DescribeListeners$)
|
|
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 { DescribeLoadBalancerAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLoadBalancerAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLoadBalancerAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLoadBalancerAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeLoadBalancerAttributes", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeLoadBalancerAttributesCommand")
|
|
14
|
-
.sc(DescribeLoadBalancerAttributes)
|
|
14
|
+
.sc(DescribeLoadBalancerAttributes$)
|
|
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 { DescribeLoadBalancers } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLoadBalancers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLoadBalancersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLoadBalancersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeLoadBalancers", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeLoadBalancersCommand")
|
|
14
|
-
.sc(DescribeLoadBalancers)
|
|
14
|
+
.sc(DescribeLoadBalancers$)
|
|
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 { DescribeRules } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeRules$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeRulesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeRulesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeRules", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeRulesCommand")
|
|
14
|
-
.sc(DescribeRules)
|
|
14
|
+
.sc(DescribeRules$)
|
|
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 { DescribeSSLPolicies } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeSSLPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeSSLPoliciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeSSLPoliciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeSSLPolicies", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeSSLPoliciesCommand")
|
|
14
|
-
.sc(DescribeSSLPolicies)
|
|
14
|
+
.sc(DescribeSSLPolicies$)
|
|
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 { DescribeTags } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTags", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTagsCommand")
|
|
14
|
-
.sc(DescribeTags)
|
|
14
|
+
.sc(DescribeTags$)
|
|
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 { DescribeTargetGroupAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTargetGroupAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTargetGroupAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTargetGroupAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTargetGroupAttributes", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTargetGroupAttributesCommand")
|
|
14
|
-
.sc(DescribeTargetGroupAttributes)
|
|
14
|
+
.sc(DescribeTargetGroupAttributes$)
|
|
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 { DescribeTargetGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTargetGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTargetGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTargetGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTargetGroups", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTargetGroupsCommand")
|
|
14
|
-
.sc(DescribeTargetGroups)
|
|
14
|
+
.sc(DescribeTargetGroups$)
|
|
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 { DescribeTargetHealth } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTargetHealth$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTargetHealthCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTargetHealthCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTargetHealth", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTargetHealthCommand")
|
|
14
|
-
.sc(DescribeTargetHealth)
|
|
14
|
+
.sc(DescribeTargetHealth$)
|
|
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 { DescribeTrustStoreAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTrustStoreAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTrustStoreAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTrustStoreAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTrustStoreAssociations", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTrustStoreAssociationsCommand")
|
|
14
|
-
.sc(DescribeTrustStoreAssociations)
|
|
14
|
+
.sc(DescribeTrustStoreAssociations$)
|
|
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 { DescribeTrustStoreRevocations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTrustStoreRevocations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTrustStoreRevocationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTrustStoreRevocationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTrustStoreRevocations", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTrustStoreRevocationsCommand")
|
|
14
|
-
.sc(DescribeTrustStoreRevocations)
|
|
14
|
+
.sc(DescribeTrustStoreRevocations$)
|
|
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 { DescribeTrustStores } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTrustStores$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTrustStoresCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTrustStoresCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "DescribeTrustStores", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "DescribeTrustStoresCommand")
|
|
14
|
-
.sc(DescribeTrustStores)
|
|
14
|
+
.sc(DescribeTrustStores$)
|
|
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 { GetResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "GetResourcePolicy", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy)
|
|
14
|
+
.sc(GetResourcePolicy$)
|
|
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 { GetTrustStoreCaCertificatesBundle } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrustStoreCaCertificatesBundle$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrustStoreCaCertificatesBundleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrustStoreCaCertificatesBundleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "GetTrustStoreCaCertificatesBundle", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "GetTrustStoreCaCertificatesBundleCommand")
|
|
14
|
-
.sc(GetTrustStoreCaCertificatesBundle)
|
|
14
|
+
.sc(GetTrustStoreCaCertificatesBundle$)
|
|
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 { GetTrustStoreRevocationContent } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrustStoreRevocationContent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrustStoreRevocationContentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrustStoreRevocationContentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticLoadBalancing_v10", "GetTrustStoreRevocationContent", {})
|
|
13
13
|
.n("ElasticLoadBalancingV2Client", "GetTrustStoreRevocationContentCommand")
|
|
14
|
-
.sc(GetTrustStoreRevocationContent)
|
|
14
|
+
.sc(GetTrustStoreRevocationContent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|