@aws-sdk/client-elastic-load-balancing 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ElasticLoadBalancing.js +1 -25
- package/dist-cjs/ElasticLoadBalancingClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/AttachLoadBalancerToSubnetsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ConfigureHealthCheckCommand.js +2 -29
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +36 -0
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +36 -0
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateLoadBalancerListenersCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/CreateLoadBalancerPolicyCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteLoadBalancerCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteLoadBalancerListenersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteLoadBalancerPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountLimitsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeInstanceHealthCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancerAttributesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancerPoliciesCommand.js +2 -31
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -30
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -32
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +36 -0
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -31
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +36 -0
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -319
- package/{dist/cjs → dist-cjs}/pagination/DescribeLoadBalancersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +89 -92
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForAnyInstanceInService.js +6 -16
- package/{dist/es → dist-es}/ElasticLoadBalancing.js +1 -2
- package/{dist/es → dist-es}/ElasticLoadBalancingClient.js +1 -2
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AttachLoadBalancerToSubnetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ConfigureHealthCheckCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateAppCookieStickinessPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLBCookieStickinessPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLoadBalancerListenersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLoadBalancerPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLoadBalancerListenersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLoadBalancerPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountLimitsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeInstanceHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLoadBalancerPoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLoadBalancersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeLoadBalancersPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForAnyInstanceInService.js +1 -2
- package/{dist/types → dist-types}/ElasticLoadBalancing.d.ts +2 -2
- package/{dist/types → dist-types}/ElasticLoadBalancingClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfigureHealthCheckCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLoadBalancerListenersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInstanceHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoadBalancersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_query.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +150 -0
- package/{dist/types → dist-types}/ts3.4/ElasticLoadBalancingClient.d.ts +32 -117
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1143 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForAnyInstanceInService.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForAnyInstanceInService.d.ts +2 -2
- package/package.json +46 -43
- package/ElasticLoadBalancing.ts +0 -1229
- package/ElasticLoadBalancingClient.ts +0 -414
- package/commands/AddTagsCommand.ts +0 -101
- package/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +0 -108
- package/commands/AttachLoadBalancerToSubnetsCommand.ts +0 -104
- package/commands/ConfigureHealthCheckCommand.ts +0 -100
- package/commands/CreateAppCookieStickinessPolicyCommand.ts +0 -114
- package/commands/CreateLBCookieStickinessPolicyCommand.ts +0 -112
- package/commands/CreateLoadBalancerCommand.ts +0 -111
- package/commands/CreateLoadBalancerListenersCommand.ts +0 -103
- package/commands/CreateLoadBalancerPolicyCommand.ts +0 -99
- package/commands/DeleteLoadBalancerCommand.ts +0 -101
- package/commands/DeleteLoadBalancerListenersCommand.ts +0 -101
- package/commands/DeleteLoadBalancerPolicyCommand.ts +0 -98
- package/commands/DeregisterInstancesFromLoadBalancerCommand.ts +0 -109
- package/commands/DescribeAccountLimitsCommand.ts +0 -100
- package/commands/DescribeInstanceHealthCommand.ts +0 -98
- package/commands/DescribeLoadBalancerAttributesCommand.ts +0 -106
- package/commands/DescribeLoadBalancerPoliciesCommand.ts +0 -107
- package/commands/DescribeLoadBalancerPolicyTypesCommand.ts +0 -113
- package/commands/DescribeLoadBalancersCommand.ts +0 -98
- package/commands/DescribeTagsCommand.ts +0 -95
- package/commands/DetachLoadBalancerFromSubnetsCommand.ts +0 -106
- package/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +0 -117
- package/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +0 -111
- package/commands/ModifyLoadBalancerAttributesCommand.ts +0 -129
- package/commands/RegisterInstancesWithLoadBalancerCommand.ts +0 -122
- package/commands/RemoveTagsCommand.ts +0 -95
- package/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +0 -113
- package/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +0 -123
- package/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +0 -112
- package/dist/cjs/ElasticLoadBalancing.js.map +0 -1
- package/dist/cjs/ElasticLoadBalancingClient.js +0 -64
- package/dist/cjs/ElasticLoadBalancingClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
- package/dist/cjs/commands/ConfigureHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAppCookieStickinessPolicyCommand.js +0 -69
- package/dist/cjs/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLBCookieStickinessPolicyCommand.js +0 -67
- package/dist/cjs/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLoadBalancerCommand.js +0 -74
- package/dist/cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +0 -68
- package/dist/cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
- package/dist/cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +0 -69
- package/dist/cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -87
- package/dist/cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +0 -79
- package/dist/cjs/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +0 -71
- package/dist/cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
- package/dist/cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +0 -67
- package/dist/cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForAnyInstanceInService.js.map +0 -1
- package/dist/es/ElasticLoadBalancing.js.map +0 -1
- package/dist/es/ElasticLoadBalancingClient.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
- package/dist/es/commands/ConfigureHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
- package/dist/es/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
- package/dist/es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/es/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/es/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
- package/dist/es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
- package/dist/es/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForAnyInstanceInService.js.map +0 -1
- package/dist/types/ts3.4/ElasticLoadBalancing.d.ts +0 -374
- package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +0 -41
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2048
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2556
- package/pagination/DescribeLoadBalancersPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_query.ts +0 -5444
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForAnyInstanceInService.ts +0 -58
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElasticLoadBalancing = void 0;
|
|
4
|
-
const ElasticLoadBalancingClient_1 = require("./ElasticLoadBalancingClient");
|
|
5
4
|
const AddTagsCommand_1 = require("./commands/AddTagsCommand");
|
|
6
5
|
const ApplySecurityGroupsToLoadBalancerCommand_1 = require("./commands/ApplySecurityGroupsToLoadBalancerCommand");
|
|
7
6
|
const AttachLoadBalancerToSubnetsCommand_1 = require("./commands/AttachLoadBalancerToSubnetsCommand");
|
|
@@ -31,29 +30,7 @@ const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
|
|
|
31
30
|
const SetLoadBalancerListenerSSLCertificateCommand_1 = require("./commands/SetLoadBalancerListenerSSLCertificateCommand");
|
|
32
31
|
const SetLoadBalancerPoliciesForBackendServerCommand_1 = require("./commands/SetLoadBalancerPoliciesForBackendServerCommand");
|
|
33
32
|
const SetLoadBalancerPoliciesOfListenerCommand_1 = require("./commands/SetLoadBalancerPoliciesOfListenerCommand");
|
|
34
|
-
|
|
35
|
-
* <fullname>Elastic Load Balancing</fullname>
|
|
36
|
-
*
|
|
37
|
-
* <p>A load balancer can distribute incoming traffic across your EC2 instances.
|
|
38
|
-
* This enables you to increase the availability of your application. The load balancer
|
|
39
|
-
* also monitors the health of its registered instances and ensures that it routes traffic
|
|
40
|
-
* only to healthy instances. You configure your load balancer to accept incoming traffic
|
|
41
|
-
* by specifying one or more listeners, which are configured with a protocol and port
|
|
42
|
-
* number for connections from clients to the load balancer and a protocol and port number
|
|
43
|
-
* for connections from the load balancer to the instances.</p>
|
|
44
|
-
* <p>Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers,
|
|
45
|
-
* and Classic Load Balancers. You can select a load balancer based on your application needs. For more
|
|
46
|
-
* information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User Guide</a>.</p>
|
|
47
|
-
* <p>This reference covers the 2012-06-01 API, which supports Classic Load Balancers.
|
|
48
|
-
* The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.</p>
|
|
49
|
-
*
|
|
50
|
-
* <p>To get started, create a load balancer with one or more listeners using <a>CreateLoadBalancer</a>.
|
|
51
|
-
* Register your instances with the load balancer using <a>RegisterInstancesWithLoadBalancer</a>.</p>
|
|
52
|
-
*
|
|
53
|
-
* <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
|
|
54
|
-
* that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
|
|
55
|
-
* response code.</p>
|
|
56
|
-
*/
|
|
33
|
+
const ElasticLoadBalancingClient_1 = require("./ElasticLoadBalancingClient");
|
|
57
34
|
class ElasticLoadBalancing extends ElasticLoadBalancingClient_1.ElasticLoadBalancingClient {
|
|
58
35
|
addTags(args, optionsOrCb, cb) {
|
|
59
36
|
const command = new AddTagsCommand_1.AddTagsCommand(args);
|
|
@@ -463,4 +440,3 @@ class ElasticLoadBalancing extends ElasticLoadBalancingClient_1.ElasticLoadBalan
|
|
|
463
440
|
}
|
|
464
441
|
}
|
|
465
442
|
exports.ElasticLoadBalancing = ElasticLoadBalancing;
|
|
466
|
-
//# sourceMappingURL=ElasticLoadBalancing.js.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ElasticLoadBalancingClient = void 0;
|
|
4
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
+
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
+
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
|
+
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
|
+
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
9
|
+
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
|
+
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
|
+
class ElasticLoadBalancingClient extends smithy_client_1.Client {
|
|
14
|
+
constructor(configuration) {
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
22
|
+
super(_config_6);
|
|
23
|
+
this.config = _config_6;
|
|
24
|
+
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
25
|
+
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
|
|
26
|
+
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
|
|
27
|
+
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
|
|
28
|
+
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
29
|
+
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
30
|
+
}
|
|
31
|
+
destroy() {
|
|
32
|
+
super.destroy();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.ElasticLoadBalancingClient = ElasticLoadBalancingClient;
|
|
@@ -1,45 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddTagsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated
|
|
12
|
-
* with the load balancer, <code>AddTags</code> updates its value.</p>
|
|
13
|
-
*
|
|
14
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html">Tag Your Classic Load Balancer</a>
|
|
15
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { ElasticLoadBalancingClient, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
20
|
-
* // const { ElasticLoadBalancingClient, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
21
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
22
|
-
* const command = new AddTagsCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
31
8
|
class AddTagsCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class AddTagsCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.AddTagsCommand = AddTagsCommand;
|
|
67
|
-
//# sourceMappingURL=AddTagsCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ApplySecurityGroupsToLoadBalancerCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups">Security Groups for Load Balancers in a VPC</a>
|
|
11
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
16
|
-
* // const { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
17
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
18
|
-
* const command = new ApplySecurityGroupsToLoadBalancerCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ApplySecurityGroupsToLoadBalancerCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ApplySecurityGroupsToLoadBalancerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
27
8
|
class ApplySecurityGroupsToLoadBalancerCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ApplySecurityGroupsToLoadBalancerCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ApplySecurityGroupsToLoadBalancerCommand = ApplySecurityGroupsToLoadBalancerCommand;
|
|
63
|
-
//# sourceMappingURL=ApplySecurityGroupsToLoadBalancerCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AttachLoadBalancerToSubnetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>The load balancer evenly distributes requests across all registered subnets.
|
|
11
|
-
* For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html">Add or Remove Subnets for Your Load Balancer in a VPC</a>
|
|
12
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticLoadBalancingClient, AttachLoadBalancerToSubnetsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
17
|
-
* // const { ElasticLoadBalancingClient, AttachLoadBalancerToSubnetsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
18
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
19
|
-
* const command = new AttachLoadBalancerToSubnetsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AttachLoadBalancerToSubnetsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AttachLoadBalancerToSubnetsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
28
8
|
class AttachLoadBalancerToSubnetsCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class AttachLoadBalancerToSubnetsCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.AttachLoadBalancerToSubnetsCommand = AttachLoadBalancerToSubnetsCommand;
|
|
64
|
-
//# sourceMappingURL=AttachLoadBalancerToSubnetsCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfigureHealthCheckCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html">Configure Health Checks for Your Load Balancer</a>
|
|
11
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ElasticLoadBalancingClient, ConfigureHealthCheckCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
16
|
-
* // const { ElasticLoadBalancingClient, ConfigureHealthCheckCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
17
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
18
|
-
* const command = new ConfigureHealthCheckCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ConfigureHealthCheckCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ConfigureHealthCheckCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
27
8
|
class ConfigureHealthCheckCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ConfigureHealthCheckCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ConfigureHealthCheckCommand = ConfigureHealthCheckCommand;
|
|
63
|
-
//# sourceMappingURL=ConfigureHealthCheckCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAppCookieStickinessPolicyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
+
class CreateAppCookieStickinessPolicyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ElasticLoadBalancingClient";
|
|
18
|
+
const commandName = "CreateAppCookieStickinessPolicyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateAppCookieStickinessPolicyInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateAppCookieStickinessPolicyOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_query_1.serializeAws_queryCreateAppCookieStickinessPolicyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_query_1.deserializeAws_queryCreateAppCookieStickinessPolicyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateAppCookieStickinessPolicyCommand = CreateAppCookieStickinessPolicyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateLBCookieStickinessPolicyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
+
class CreateLBCookieStickinessPolicyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ElasticLoadBalancingClient";
|
|
18
|
+
const commandName = "CreateLBCookieStickinessPolicyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateLBCookieStickinessPolicyInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateLBCookieStickinessPolicyOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_query_1.serializeAws_queryCreateLBCookieStickinessPolicyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_query_1.deserializeAws_queryCreateLBCookieStickinessPolicyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateLBCookieStickinessPolicyCommand = CreateLBCookieStickinessPolicyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateLoadBalancerCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
+
class CreateLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ElasticLoadBalancingClient";
|
|
18
|
+
const commandName = "CreateLoadBalancerCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateAccessPointInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateAccessPointOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_query_1.serializeAws_queryCreateLoadBalancerCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_query_1.deserializeAws_queryCreateLoadBalancerCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateLoadBalancerCommand = CreateLoadBalancerCommand;
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateLoadBalancerListenersCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
|
|
11
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ElasticLoadBalancingClient, CreateLoadBalancerListenersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
16
|
-
* // const { ElasticLoadBalancingClient, CreateLoadBalancerListenersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
17
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
18
|
-
* const command = new CreateLoadBalancerListenersCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
27
8
|
class CreateLoadBalancerListenersCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class CreateLoadBalancerListenersCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.CreateLoadBalancerListenersCommand = CreateLoadBalancerListenersCommand;
|
|
63
|
-
//# sourceMappingURL=CreateLoadBalancerListenersCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateLoadBalancerPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticLoadBalancingClient, CreateLoadBalancerPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
15
|
-
* // const { ElasticLoadBalancingClient, CreateLoadBalancerPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
16
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
17
|
-
* const command = new CreateLoadBalancerPolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
26
8
|
class CreateLoadBalancerPolicyCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateLoadBalancerPolicyCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateLoadBalancerPolicyCommand = CreateLoadBalancerPolicyCommand;
|
|
62
|
-
//# sourceMappingURL=CreateLoadBalancerPolicyCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteLoadBalancerCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.</p>
|
|
11
|
-
* <p>If the load balancer does not exist or has already been deleted, the call to
|
|
12
|
-
* <code>DeleteLoadBalancer</code> still succeeds.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticLoadBalancingClient, DeleteLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
17
|
-
* // const { ElasticLoadBalancingClient, DeleteLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
18
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
19
|
-
* const command = new DeleteLoadBalancerCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
28
8
|
class DeleteLoadBalancerCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DeleteLoadBalancerCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DeleteLoadBalancerCommand = DeleteLoadBalancerCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteLoadBalancerCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteLoadBalancerListenersCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ElasticLoadBalancingClient, DeleteLoadBalancerListenersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
14
|
-
* // const { ElasticLoadBalancingClient, DeleteLoadBalancerListenersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
15
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
16
|
-
* const command = new DeleteLoadBalancerListenersCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
25
8
|
class DeleteLoadBalancerListenersCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteLoadBalancerListenersCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteLoadBalancerListenersCommand = DeleteLoadBalancerListenersCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteLoadBalancerListenersCommand.js.map
|