@aws-sdk/client-elastic-load-balancing 3.529.1 → 3.535.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.
Files changed (71) hide show
  1. package/dist-types/ElasticLoadBalancing.d.ts +5 -1
  2. package/dist-types/ElasticLoadBalancingClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
  5. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
  6. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  23. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
  24. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  25. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  26. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
  28. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  29. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
  30. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
  31. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
  32. package/dist-types/models/models_0.d.ts +272 -272
  33. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  34. package/dist-types/runtimeConfig.d.ts +2 -2
  35. package/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  37. package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +4 -0
  38. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  39. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  71. package/package.json +41 -41
@@ -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.