@aws-sdk/client-elastic-load-balancing-v2 3.890.0 → 3.893.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-types/commands/AddListenerCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/AddTagsCommand.d.ts +2 -0
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +2 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeListenerAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeListenersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRulesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +2 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpPoolsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyListenerAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyListenerCommand.d.ts +2 -0
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyRuleCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +2 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +2 -0
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +2 -0
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/SetSubnetsCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -39,6 +39,8 @@ declare const AddListenerCertificatesCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
41
41
|
* // const { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
42
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
43
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
42
44
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
43
45
|
* const input = { // AddListenerCertificatesInput
|
|
44
46
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const AddTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticLoadBalancingV2Client, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
39
39
|
* // const { ElasticLoadBalancingV2Client, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
40
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
41
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
40
42
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
41
43
|
* const input = { // AddTagsInput
|
|
42
44
|
* ResourceArns: [ // ResourceArns // required
|
|
@@ -33,6 +33,8 @@ declare const AddTrustStoreRevocationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, AddTrustStoreRevocationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, AddTrustStoreRevocationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // AddTrustStoreRevocationsInput
|
|
38
40
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const CreateListenerCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { ElasticLoadBalancingV2Client, CreateListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
59
59
|
* // const { ElasticLoadBalancingV2Client, CreateListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
60
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
61
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
60
62
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
61
63
|
* const input = { // CreateListenerInput
|
|
62
64
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const CreateLoadBalancerCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { ElasticLoadBalancingV2Client, CreateLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
58
58
|
* // const { ElasticLoadBalancingV2Client, CreateLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
59
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
60
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
59
61
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
60
62
|
* const input = { // CreateLoadBalancerInput
|
|
61
63
|
* Name: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateRuleCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticLoadBalancingV2Client, CreateRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
40
40
|
* // const { ElasticLoadBalancingV2Client, CreateRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
41
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
42
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
41
43
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
42
44
|
* const input = { // CreateRuleInput
|
|
43
45
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { ElasticLoadBalancingV2Client, CreateTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
58
58
|
* // const { ElasticLoadBalancingV2Client, CreateTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
59
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
60
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
59
61
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
60
62
|
* const input = { // CreateTargetGroupInput
|
|
61
63
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticLoadBalancingV2Client, CreateTrustStoreCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
36
36
|
* // const { ElasticLoadBalancingV2Client, CreateTrustStoreCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
37
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
38
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
37
39
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
38
40
|
* const input = { // CreateTrustStoreInput
|
|
39
41
|
* Name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteListenerCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, DeleteListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, DeleteListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // DeleteListenerInput
|
|
40
42
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ElasticLoadBalancingV2Client, DeleteLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
41
41
|
* // const { ElasticLoadBalancingV2Client, DeleteLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
42
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
43
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
42
44
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
43
45
|
* const input = { // DeleteLoadBalancerInput
|
|
44
46
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteRuleCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticLoadBalancingV2Client, DeleteRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
36
36
|
* // const { ElasticLoadBalancingV2Client, DeleteRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
37
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
38
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
37
39
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
38
40
|
* const input = { // DeleteRuleInput
|
|
39
41
|
* RuleArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSharedTrustStoreAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DeleteSharedTrustStoreAssociationCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DeleteSharedTrustStoreAssociationCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DeleteSharedTrustStoreAssociationInput
|
|
38
40
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticLoadBalancingV2Client, DeleteTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
39
39
|
* // const { ElasticLoadBalancingV2Client, DeleteTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
40
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
41
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
40
42
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
41
43
|
* const input = { // DeleteTargetGroupInput
|
|
42
44
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DeleteTrustStoreCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DeleteTrustStoreCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DeleteTrustStoreInput
|
|
38
40
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -59,6 +59,8 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
59
59
|
* ```javascript
|
|
60
60
|
* import { ElasticLoadBalancingV2Client, DeregisterTargetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
61
61
|
* // const { ElasticLoadBalancingV2Client, DeregisterTargetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
62
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
63
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
62
64
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
63
65
|
* const input = { // DeregisterTargetsInput
|
|
64
66
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
57
57
|
* // const { ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
58
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
59
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
58
60
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
59
61
|
* const input = { // DescribeAccountLimitsInput
|
|
60
62
|
* Marker: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeCapacityReservationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DescribeCapacityReservationCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DescribeCapacityReservationCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DescribeCapacityReservationInput
|
|
38
40
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeListenerAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DescribeListenerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DescribeListenerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DescribeListenerAttributesInput
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DescribeListenerCertificatesCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
42
42
|
* // const { ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
43
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
44
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
43
45
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
44
46
|
* const input = { // DescribeListenerCertificatesInput
|
|
45
47
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeListenersCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, DescribeListenersCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, DescribeListenersCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // DescribeListenersInput
|
|
40
42
|
* LoadBalancerArn: "STRING_VALUE",
|
|
@@ -55,6 +55,8 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
57
57
|
* // const { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
58
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
59
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
58
60
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
59
61
|
* const input = { // DescribeLoadBalancerAttributesInput
|
|
60
62
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DescribeLoadBalancersInput
|
|
38
40
|
* LoadBalancerArns: [ // LoadBalancerArns
|
|
@@ -34,6 +34,8 @@ declare const DescribeRulesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticLoadBalancingV2Client, DescribeRulesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
36
36
|
* // const { ElasticLoadBalancingV2Client, DescribeRulesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
37
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
38
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
37
39
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
38
40
|
* const input = { // DescribeRulesInput
|
|
39
41
|
* ListenerArn: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeSSLPoliciesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, DescribeSSLPoliciesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, DescribeSSLPoliciesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // DescribeSSLPoliciesInput
|
|
40
42
|
* Names: [ // SslPolicyNames
|
|
@@ -35,6 +35,8 @@ declare const DescribeTagsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, DescribeTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, DescribeTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // DescribeTagsInput
|
|
40
42
|
* ResourceArns: [ // ResourceArns // required
|
|
@@ -54,6 +54,8 @@ declare const DescribeTargetGroupAttributesCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { ElasticLoadBalancingV2Client, DescribeTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
56
56
|
* // const { ElasticLoadBalancingV2Client, DescribeTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
57
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
58
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
57
59
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
58
60
|
* const input = { // DescribeTargetGroupAttributesInput
|
|
59
61
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DescribeTargetGroupsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
38
38
|
* // const { ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
39
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
40
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
39
41
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
40
42
|
* const input = { // DescribeTargetGroupsInput
|
|
41
43
|
* LoadBalancerArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DescribeTargetHealthCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DescribeTargetHealthCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DescribeTargetHealthInput
|
|
38
40
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DescribeTrustStoreAssociationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DescribeTrustStoreAssociationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DescribeTrustStoreAssociationsInput
|
|
38
40
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticLoadBalancingV2Client, DescribeTrustStoreRevocationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
36
36
|
* // const { ElasticLoadBalancingV2Client, DescribeTrustStoreRevocationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
37
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
38
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
37
39
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
38
40
|
* const input = { // DescribeTrustStoreRevocationsInput
|
|
39
41
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeTrustStoresCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, DescribeTrustStoresCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, DescribeTrustStoresCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // DescribeTrustStoresInput
|
|
38
40
|
* TrustStoreArns: [ // TrustStoreArns
|
|
@@ -33,6 +33,8 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, GetResourcePolicyCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, GetResourcePolicyCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // GetResourcePolicyInput
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, GetTrustStoreCaCertificatesBundleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, GetTrustStoreCaCertificatesBundleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // GetTrustStoreCaCertificatesBundleInput
|
|
40
42
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetTrustStoreRevocationContentCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, GetTrustStoreRevocationContentCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, GetTrustStoreRevocationContentCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // GetTrustStoreRevocationContentInput
|
|
40
42
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ModifyCapacityReservationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, ModifyCapacityReservationCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, ModifyCapacityReservationCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // ModifyCapacityReservationInput
|
|
40
42
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ModifyIpPoolsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, ModifyIpPoolsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, ModifyIpPoolsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // ModifyIpPoolsInput
|
|
38
40
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ModifyListenerAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, ModifyListenerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, ModifyListenerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // ModifyListenerAttributesInput
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const ModifyListenerCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ElasticLoadBalancingV2Client, ModifyListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
42
42
|
* // const { ElasticLoadBalancingV2Client, ModifyListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
43
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
44
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
43
45
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
44
46
|
* const input = { // ModifyListenerInput
|
|
45
47
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
38
38
|
* // const { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
39
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
40
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
39
41
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
40
42
|
* const input = { // ModifyLoadBalancerAttributesInput
|
|
41
43
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ModifyRuleCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticLoadBalancingV2Client, ModifyRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
39
39
|
* // const { ElasticLoadBalancingV2Client, ModifyRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
40
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
41
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
40
42
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
41
43
|
* const input = { // ModifyRuleInput
|
|
42
44
|
* RuleArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ModifyTargetGroupAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // ModifyTargetGroupAttributesInput
|
|
38
40
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ModifyTargetGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
36
36
|
* // const { ElasticLoadBalancingV2Client, ModifyTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
37
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
38
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
37
39
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
38
40
|
* const input = { // ModifyTargetGroupInput
|
|
39
41
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ModifyTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, ModifyTrustStoreCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, ModifyTrustStoreCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // ModifyTrustStoreInput
|
|
38
40
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -60,6 +60,8 @@ declare const RegisterTargetsCommand_base: {
|
|
|
60
60
|
* ```javascript
|
|
61
61
|
* import { ElasticLoadBalancingV2Client, RegisterTargetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
62
62
|
* // const { ElasticLoadBalancingV2Client, RegisterTargetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
63
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
64
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
63
65
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
64
66
|
* const input = { // RegisterTargetsInput
|
|
65
67
|
* TargetGroupArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const RemoveListenerCertificatesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
36
36
|
* // const { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
37
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
38
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
37
39
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
38
40
|
* const input = { // RemoveListenerCertificatesInput
|
|
39
41
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const RemoveTagsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, RemoveTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, RemoveTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // RemoveTagsInput
|
|
40
42
|
* ResourceArns: [ // ResourceArns // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveTrustStoreRevocationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, RemoveTrustStoreRevocationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, RemoveTrustStoreRevocationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // RemoveTrustStoreRevocationsInput
|
|
38
40
|
* TrustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const SetIpAddressTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
35
35
|
* // const { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
36
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
37
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
36
38
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
37
39
|
* const input = { // SetIpAddressTypeInput
|
|
38
40
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const SetRulePrioritiesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticLoadBalancingV2Client, SetRulePrioritiesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
37
37
|
* // const { ElasticLoadBalancingV2Client, SetRulePrioritiesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
38
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
39
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
38
40
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
39
41
|
* const input = { // SetRulePrioritiesInput
|
|
40
42
|
* RulePriorities: [ // RulePriorityList // required
|
|
@@ -38,6 +38,8 @@ declare const SetSecurityGroupsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticLoadBalancingV2Client, SetSecurityGroupsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
40
40
|
* // const { ElasticLoadBalancingV2Client, SetSecurityGroupsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
41
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
42
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
41
43
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
42
44
|
* const input = { // SetSecurityGroupsInput
|
|
43
45
|
* LoadBalancerArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const SetSubnetsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticLoadBalancingV2Client, SetSubnetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
40
40
|
* // const { ElasticLoadBalancingV2Client, SetSubnetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
41
|
+
* // import type { ElasticLoadBalancingV2ClientConfig } from "@aws-sdk/client-elastic-load-balancing-v2";
|
|
42
|
+
* const config = {}; // type is ElasticLoadBalancingV2ClientConfig
|
|
41
43
|
* const client = new ElasticLoadBalancingV2Client(config);
|
|
42
44
|
* const input = { // SetSubnetsInput
|
|
43
45
|
* LoadBalancerArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|