@aws-sdk/client-elastic-load-balancing 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ElasticLoadBalancing.d.ts +5 -1
- package/dist-types/ElasticLoadBalancingClient.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +272 -272
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
24
24
|
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the attributes of the specified load balancer.</p>
|
|
30
30
|
* <p>You can modify the load balancer attributes, such as <code>AccessLogs</code>, <code>ConnectionDraining</code>, and
|
|
31
31
|
* <code>CrossZoneLoadBalancing</code> by either enabling or disabling them. Or, you can modify the load balancer attribute
|
|
@@ -136,6 +136,7 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
136
136
|
* @throws {@link ElasticLoadBalancingServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
|
|
138
138
|
*
|
|
139
|
+
* @public
|
|
139
140
|
* @example To enable cross-zone load balancing
|
|
140
141
|
* ```javascript
|
|
141
142
|
* // This example enables cross-zone load balancing for the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput extends Register
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterInstancesWithLoadBalancerCommand_base: {
|
|
24
24
|
new (input: RegisterInstancesWithLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterInstancesWithLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified instances to the specified load balancer.</p>
|
|
30
30
|
*
|
|
31
31
|
* <p>The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.</p>
|
|
@@ -86,6 +86,7 @@ declare const RegisterInstancesWithLoadBalancerCommand_base: {
|
|
|
86
86
|
* @throws {@link ElasticLoadBalancingServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
* @example To register instances with a load balancer
|
|
90
91
|
* ```javascript
|
|
91
92
|
* // This example registers the specified instance with the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTagsCommand_base: {
|
|
24
24
|
new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tags from the specified load balancer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const RemoveTagsCommand_base: {
|
|
|
61
61
|
* @throws {@link ElasticLoadBalancingServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
* @example To remove tags from a load balancer
|
|
65
66
|
* ```javascript
|
|
66
67
|
* // This example removes the specified tag from the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetL
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
|
|
24
24
|
new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.</p>
|
|
30
30
|
*
|
|
31
31
|
* <p>For more information about updating your SSL certificate, see
|
|
@@ -74,6 +74,7 @@ declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
|
|
|
74
74
|
* @throws {@link ElasticLoadBalancingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To update the SSL certificate for an HTTPS listener
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // This example replaces the existing SSL certificate for the specified HTTPS listener.
|
|
@@ -22,10 +22,10 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends Se
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
|
|
24
24
|
new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.
|
|
30
30
|
* At this time, only the back-end server authentication policy type can be applied to the instance ports; this policy type is composed of multiple public key policies.</p>
|
|
31
31
|
* <p>Each time you use <code>SetLoadBalancerPoliciesForBackendServer</code> to enable the policies,
|
|
@@ -74,6 +74,7 @@ declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
|
|
|
74
74
|
* @throws {@link ElasticLoadBalancingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To replace the policies associated with a port for a backend instance
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // This example replaces the policies that are currently associated with the specified port.
|
|
@@ -22,10 +22,10 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadB
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
24
24
|
new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p>
|
|
30
30
|
* <p>To enable back-end server authentication, use <a>SetLoadBalancerPoliciesForBackendServer</a>.</p>
|
|
31
31
|
* <p>For more information about setting policies, see
|
|
@@ -73,6 +73,7 @@ declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
|
73
73
|
* @throws {@link ElasticLoadBalancingServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
* @example To replace the policies associated with a listener
|
|
77
78
|
* ```javascript
|
|
78
79
|
* // This example replaces the policies that are currently associated with the specified listener.
|
package/dist-types/index.d.ts
CHANGED