@aws-sdk/client-elastic-load-balancing-v2 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}/ElasticLoadBalancingV2.js +1 -43
- package/dist-cjs/ElasticLoadBalancingV2Client.js +35 -0
- package/dist-cjs/commands/AddListenerCertificatesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -31
- package/dist-cjs/commands/CreateListenerCommand.js +36 -0
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +36 -0
- package/dist-cjs/commands/CreateRuleCommand.js +36 -0
- package/dist-cjs/commands/CreateTargetGroupCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteListenerCommand.js +2 -29
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteRuleCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteTargetGroupCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeregisterTargetsCommand.js +2 -28
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeListenersCommand.js +2 -29
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeRulesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeSSLPoliciesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -29
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeTargetGroupsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribeTargetHealthCommand.js +2 -27
- package/dist-cjs/commands/ModifyListenerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ModifyLoadBalancerAttributesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ModifyRuleCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ModifyTargetGroupAttributesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ModifyTargetGroupCommand.js +2 -28
- package/dist-cjs/commands/RegisterTargetsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RemoveListenerCertificatesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/SetIpAddressTypeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/SetRulePrioritiesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/SetSecurityGroupsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/SetSubnetsCommand.js +2 -32
- 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 +16 -437
- package/{dist/cjs → dist-cjs}/pagination/DescribeListenersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeLoadBalancersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeTargetGroupsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +172 -133
- 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/waitForLoadBalancerAvailable.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForLoadBalancerExists.js +2 -12
- package/{dist/cjs → dist-cjs}/waiters/waitForLoadBalancersDeleted.js +6 -16
- package/{dist/cjs → dist-cjs}/waiters/waitForTargetDeregistered.js +6 -16
- package/{dist/cjs → dist-cjs}/waiters/waitForTargetInService.js +6 -16
- package/{dist/es → dist-es}/ElasticLoadBalancingV2.js +1 -2
- package/{dist/es → dist-es}/ElasticLoadBalancingV2Client.js +1 -2
- package/{dist/es → dist-es}/commands/AddListenerCertificatesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateListenerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateTargetGroupCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteListenerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLoadBalancerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteTargetGroupCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeregisterTargetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountLimitsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeListenerCertificatesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeListenersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLoadBalancersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRulesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSSLPoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTargetGroupAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTargetGroupsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTargetHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ModifyListenerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ModifyRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ModifyTargetGroupAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ModifyTargetGroupCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RegisterTargetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveListenerCertificatesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetIpAddressTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetRulePrioritiesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetSecurityGroupsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetSubnetsCommand.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 +10 -5
- package/{dist/es → dist-es}/pagination/DescribeListenersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeLoadBalancersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeTargetGroupsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_query.js +79 -38
- 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/waitForLoadBalancerAvailable.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForLoadBalancerExists.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForLoadBalancersDeleted.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForTargetDeregistered.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForTargetInService.js +1 -2
- package/{dist/types → dist-types}/ElasticLoadBalancingV2.d.ts +2 -2
- package/{dist/types → dist-types}/ElasticLoadBalancingV2Client.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddListenerCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateListenerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTargetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteListenerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLoadBalancerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTargetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeListenerCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeListenersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoadBalancersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRulesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSSLPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTargetGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTargetHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyListenerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyTargetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveListenerCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetIpAddressTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetRulePrioritiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetSubnetsCommand.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 +60 -23
- package/{dist/types → dist-types}/pagination/DescribeListenersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeTargetGroupsPaginator.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 +3 -1
- 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/ElasticLoadBalancingV2.d.ts +175 -0
- package/{dist/types → dist-types}/ts3.4/ElasticLoadBalancingV2Client.d.ts +32 -135
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.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 +811 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeListenersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeTargetGroupsPaginator.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 +2 -4
- 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/waitForLoadBalancerAvailable.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForLoadBalancerExists.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForTargetDeregistered.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForTargetInService.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForLoadBalancerAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForLoadBalancerExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForLoadBalancersDeleted.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForTargetDeregistered.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForTargetInService.d.ts +2 -2
- package/package.json +46 -43
- package/ElasticLoadBalancingV2.ts +0 -1475
- package/ElasticLoadBalancingV2Client.ts +0 -411
- package/commands/AddListenerCertificatesCommand.ts +0 -105
- package/commands/AddTagsCommand.ts +0 -99
- package/commands/CreateListenerCommand.ts +0 -125
- package/commands/CreateLoadBalancerCommand.ts +0 -125
- package/commands/CreateRuleCommand.ts +0 -100
- package/commands/CreateTargetGroupCommand.ts +0 -125
- package/commands/DeleteListenerCommand.ts +0 -100
- package/commands/DeleteLoadBalancerCommand.ts +0 -104
- package/commands/DeleteRuleCommand.ts +0 -96
- package/commands/DeleteTargetGroupCommand.ts +0 -102
- package/commands/DeregisterTargetsCommand.ts +0 -99
- package/commands/DescribeAccountLimitsCommand.ts +0 -120
- package/commands/DescribeListenerCertificatesCommand.ts +0 -110
- package/commands/DescribeListenersCommand.ts +0 -100
- package/commands/DescribeLoadBalancerAttributesCommand.ts +0 -129
- package/commands/DescribeLoadBalancersCommand.ts +0 -98
- package/commands/DescribeRulesCommand.ts +0 -99
- package/commands/DescribeSSLPoliciesCommand.ts +0 -100
- package/commands/DescribeTagsCommand.ts +0 -97
- package/commands/DescribeTargetGroupAttributesCommand.ts +0 -124
- package/commands/DescribeTargetGroupsCommand.ts +0 -101
- package/commands/DescribeTargetHealthCommand.ts +0 -98
- package/commands/ModifyListenerCommand.ts +0 -105
- package/commands/ModifyLoadBalancerAttributesCommand.ts +0 -106
- package/commands/ModifyRuleCommand.ts +0 -99
- package/commands/ModifyTargetGroupAttributesCommand.ts +0 -101
- package/commands/ModifyTargetGroupCommand.ts +0 -99
- package/commands/RegisterTargetsCommand.ts +0 -110
- package/commands/RemoveListenerCertificatesCommand.ts +0 -102
- package/commands/RemoveTagsCommand.ts +0 -97
- package/commands/SetIpAddressTypeCommand.ts +0 -99
- package/commands/SetRulePrioritiesCommand.ts +0 -100
- package/commands/SetSecurityGroupsCommand.ts +0 -101
- package/commands/SetSubnetsCommand.ts +0 -100
- package/dist/cjs/ElasticLoadBalancingV2.js.map +0 -1
- package/dist/cjs/ElasticLoadBalancingV2Client.js +0 -82
- package/dist/cjs/ElasticLoadBalancingV2Client.js.map +0 -1
- package/dist/cjs/commands/AddListenerCertificatesCommand.js +0 -68
- package/dist/cjs/commands/AddListenerCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateListenerCommand.js +0 -88
- package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLoadBalancerCommand.js +0 -88
- package/dist/cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRuleCommand.js +0 -66
- package/dist/cjs/commands/CreateRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTargetGroupCommand.js +0 -88
- package/dist/cjs/commands/CreateTargetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoadBalancerCommand.js +0 -67
- package/dist/cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTargetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -83
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeListenerCertificatesCommand.js +0 -68
- package/dist/cjs/commands/DescribeListenerCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeListenersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -84
- package/dist/cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRulesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSSLPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -82
- package/dist/cjs/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTargetHealthCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyListenerCommand.js +0 -68
- package/dist/cjs/commands/ModifyListenerCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyRuleCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyTargetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterTargetsCommand.js +0 -73
- package/dist/cjs/commands/RegisterTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveListenerCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/cjs/commands/SetIpAddressTypeCommand.js.map +0 -1
- package/dist/cjs/commands/SetRulePrioritiesCommand.js.map +0 -1
- package/dist/cjs/commands/SetSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/SetSubnetsCommand.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/DescribeListenersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTargetGroupsPaginator.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/waitForLoadBalancerAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForLoadBalancerExists.js.map +0 -1
- package/dist/cjs/waiters/waitForLoadBalancersDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForTargetDeregistered.js.map +0 -1
- package/dist/cjs/waiters/waitForTargetInService.js.map +0 -1
- package/dist/es/ElasticLoadBalancingV2.js.map +0 -1
- package/dist/es/ElasticLoadBalancingV2Client.js.map +0 -1
- package/dist/es/commands/AddListenerCertificatesCommand.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateListenerCommand.js.map +0 -1
- package/dist/es/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateTargetGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteTargetGroupCommand.js.map +0 -1
- package/dist/es/commands/DeregisterTargetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeListenerCertificatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeListenersCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/DescribeRulesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSSLPoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTargetHealthCommand.js.map +0 -1
- package/dist/es/commands/ModifyListenerCommand.js.map +0 -1
- package/dist/es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist/es/commands/ModifyRuleCommand.js.map +0 -1
- package/dist/es/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
- package/dist/es/commands/ModifyTargetGroupCommand.js.map +0 -1
- package/dist/es/commands/RegisterTargetsCommand.js.map +0 -1
- package/dist/es/commands/RemoveListenerCertificatesCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/es/commands/SetIpAddressTypeCommand.js.map +0 -1
- package/dist/es/commands/SetRulePrioritiesCommand.js.map +0 -1
- package/dist/es/commands/SetSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/SetSubnetsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -47
- 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/DescribeListenersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTargetGroupsPaginator.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/waitForLoadBalancerAvailable.js.map +0 -1
- package/dist/es/waiters/waitForLoadBalancerExists.js.map +0 -1
- package/dist/es/waiters/waitForLoadBalancersDeleted.js.map +0 -1
- package/dist/es/waiters/waitForTargetDeregistered.js.map +0 -1
- package/dist/es/waiters/waitForTargetInService.js.map +0 -1
- package/dist/types/ts3.4/ElasticLoadBalancingV2.d.ts +0 -518
- package/dist/types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/CreateRuleCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateTargetGroupCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeregisterTargetsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeListenersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRulesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyListenerCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ModifyRuleCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RegisterTargetsCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SetSubnetsCommand.d.ts +0 -40
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3621
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4389
- package/pagination/DescribeListenersPaginator.ts +0 -57
- package/pagination/DescribeLoadBalancersPaginator.ts +0 -57
- package/pagination/DescribeTargetGroupsPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_query.ts +0 -7897
- 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/waitForLoadBalancerAvailable.ts +0 -77
- package/waiters/waitForLoadBalancerExists.ts +0 -48
- package/waiters/waitForLoadBalancersDeleted.ts +0 -63
- package/waiters/waitForTargetDeregistered.ts +0 -60
- package/waiters/waitForTargetInService.ts +0 -60
|
@@ -1,518 +0,0 @@
|
|
|
1
|
-
import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
|
|
2
|
-
import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
|
|
3
|
-
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
4
|
-
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
5
|
-
import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
|
|
6
|
-
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
7
|
-
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
|
|
8
|
-
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
9
|
-
import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
|
|
10
|
-
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
11
|
-
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
|
|
12
|
-
import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
|
|
13
|
-
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
14
|
-
import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "./commands/DescribeListenerCertificatesCommand";
|
|
15
|
-
import { DescribeListenersCommandInput, DescribeListenersCommandOutput } from "./commands/DescribeListenersCommand";
|
|
16
|
-
import { DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput } from "./commands/DescribeLoadBalancerAttributesCommand";
|
|
17
|
-
import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "./commands/DescribeLoadBalancersCommand";
|
|
18
|
-
import { DescribeRulesCommandInput, DescribeRulesCommandOutput } from "./commands/DescribeRulesCommand";
|
|
19
|
-
import { DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput } from "./commands/DescribeSSLPoliciesCommand";
|
|
20
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
21
|
-
import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "./commands/DescribeTargetGroupAttributesCommand";
|
|
22
|
-
import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "./commands/DescribeTargetGroupsCommand";
|
|
23
|
-
import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "./commands/DescribeTargetHealthCommand";
|
|
24
|
-
import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand";
|
|
25
|
-
import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "./commands/ModifyLoadBalancerAttributesCommand";
|
|
26
|
-
import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
|
|
27
|
-
import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "./commands/ModifyTargetGroupAttributesCommand";
|
|
28
|
-
import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "./commands/ModifyTargetGroupCommand";
|
|
29
|
-
import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
|
|
30
|
-
import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "./commands/RemoveListenerCertificatesCommand";
|
|
31
|
-
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
32
|
-
import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
|
|
33
|
-
import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "./commands/SetRulePrioritiesCommand";
|
|
34
|
-
import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
|
|
35
|
-
import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
|
|
36
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
37
|
-
/**
|
|
38
|
-
* <fullname>Elastic Load Balancing</fullname>
|
|
39
|
-
*
|
|
40
|
-
* <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
|
|
41
|
-
* This enables you to increase the availability of your application. The load balancer also
|
|
42
|
-
* monitors the health of its registered targets and ensures that it routes traffic only to
|
|
43
|
-
* healthy targets. You configure your load balancer to accept incoming traffic by specifying one
|
|
44
|
-
* or more listeners, which are configured with a protocol and port number for connections from
|
|
45
|
-
* clients to the load balancer. You configure a target group with a protocol and port number for
|
|
46
|
-
* connections from the load balancer to the targets, and with health check settings to be used
|
|
47
|
-
* when checking the health status of the targets.</p>
|
|
48
|
-
*
|
|
49
|
-
* <p>Elastic Load Balancing supports the following types of load balancers: Application Load
|
|
50
|
-
* Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This
|
|
51
|
-
* reference covers the following load balancer types:</p>
|
|
52
|
-
* <ul>
|
|
53
|
-
* <li>
|
|
54
|
-
* <p>Application Load Balancer - Operates at the application layer (layer 7) and supports
|
|
55
|
-
* HTTP and HTTPS.</p>
|
|
56
|
-
* </li>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,
|
|
59
|
-
* TLS, and UDP.</p>
|
|
60
|
-
* </li>
|
|
61
|
-
* <li>
|
|
62
|
-
* <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
|
|
63
|
-
* </li>
|
|
64
|
-
* </ul>
|
|
65
|
-
*
|
|
66
|
-
* <p>For more information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User
|
|
67
|
-
* Guide</a>.</p>
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
* <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
|
|
76
|
-
* most one time. If you repeat an operation, it succeeds.</p>
|
|
77
|
-
*/
|
|
78
|
-
export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
|
|
79
|
-
/**
|
|
80
|
-
* <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
|
|
81
|
-
* or TLS listener.</p>
|
|
82
|
-
* <p>If the certificate in already in the certificate list, the call is successful but the
|
|
83
|
-
* certificate is not added again.</p>
|
|
84
|
-
*
|
|
85
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
|
|
86
|
-
* listeners</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html">TLS
|
|
87
|
-
* listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
88
|
-
*/
|
|
89
|
-
addListenerCertificates(args: AddListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<AddListenerCertificatesCommandOutput>;
|
|
90
|
-
addListenerCertificates(args: AddListenerCertificatesCommandInput, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
|
|
91
|
-
addListenerCertificates(args: AddListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
|
|
92
|
-
/**
|
|
93
|
-
* <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
|
|
94
|
-
* Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
|
|
95
|
-
* listeners, and rules.</p>
|
|
96
|
-
* <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
|
|
97
|
-
* same key, <code>AddTags</code> updates its value.</p>
|
|
98
|
-
*/
|
|
99
|
-
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
100
|
-
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
101
|
-
addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
102
|
-
/**
|
|
103
|
-
* <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
|
|
104
|
-
* Gateway Load Balancer.</p>
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
* <p>For more information, see the following:</p>
|
|
108
|
-
* <ul>
|
|
109
|
-
* <li>
|
|
110
|
-
* <p>
|
|
111
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html">Listeners for
|
|
112
|
-
* your Application Load Balancers</a>
|
|
113
|
-
* </p>
|
|
114
|
-
* </li>
|
|
115
|
-
* <li>
|
|
116
|
-
* <p>
|
|
117
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html">Listeners for
|
|
118
|
-
* your Network Load Balancers</a>
|
|
119
|
-
* </p>
|
|
120
|
-
* </li>
|
|
121
|
-
* <li>
|
|
122
|
-
* <p>
|
|
123
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html">Listeners for your
|
|
124
|
-
* Gateway Load Balancers</a>
|
|
125
|
-
* </p>
|
|
126
|
-
* </li>
|
|
127
|
-
* </ul>
|
|
128
|
-
*
|
|
129
|
-
* <p>This operation is idempotent, which means that it completes at most one time. If you
|
|
130
|
-
* attempt to create multiple listeners with the same settings, each call succeeds.</p>
|
|
131
|
-
*/
|
|
132
|
-
createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
|
|
133
|
-
createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
134
|
-
createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
135
|
-
/**
|
|
136
|
-
* <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
|
|
137
|
-
* Balancer.</p>
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
* <p>For more information, see the following:</p>
|
|
142
|
-
* <ul>
|
|
143
|
-
* <li>
|
|
144
|
-
* <p>
|
|
145
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html">Application Load Balancers</a>
|
|
146
|
-
* </p>
|
|
147
|
-
* </li>
|
|
148
|
-
* <li>
|
|
149
|
-
* <p>
|
|
150
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html">Network Load
|
|
151
|
-
* Balancers</a>
|
|
152
|
-
* </p>
|
|
153
|
-
* </li>
|
|
154
|
-
* <li>
|
|
155
|
-
* <p>
|
|
156
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html">Gateway Load
|
|
157
|
-
* Balancers</a>
|
|
158
|
-
* </p>
|
|
159
|
-
* </li>
|
|
160
|
-
* </ul>
|
|
161
|
-
*
|
|
162
|
-
* <p>This operation is idempotent, which means that it completes at most one time. If you
|
|
163
|
-
* attempt to create multiple load balancers with the same settings, each call succeeds.</p>
|
|
164
|
-
*/
|
|
165
|
-
createLoadBalancer(args: CreateLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerCommandOutput>;
|
|
166
|
-
createLoadBalancer(args: CreateLoadBalancerCommandInput, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
|
|
167
|
-
createLoadBalancer(args: CreateLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
|
|
168
|
-
/**
|
|
169
|
-
* <p>Creates a rule for the specified listener. The listener must be associated with an
|
|
170
|
-
* Application Load Balancer.</p>
|
|
171
|
-
* <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules
|
|
172
|
-
* are evaluated in priority order, from the lowest value to the highest value. When the
|
|
173
|
-
* conditions for a rule are met, its actions are performed. If the conditions for no rules are
|
|
174
|
-
* met, the actions for the default rule are performed. For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules">Listener rules</a> in the <i>Application Load Balancers Guide</i>.</p>
|
|
175
|
-
*/
|
|
176
|
-
createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
|
|
177
|
-
createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
|
|
178
|
-
createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
|
|
179
|
-
/**
|
|
180
|
-
* <p>Creates a target group.</p>
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
* <p>For more information, see the following:</p>
|
|
185
|
-
* <ul>
|
|
186
|
-
* <li>
|
|
187
|
-
* <p>
|
|
188
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html">Target
|
|
189
|
-
* groups for your Application Load Balancers</a>
|
|
190
|
-
* </p>
|
|
191
|
-
* </li>
|
|
192
|
-
* <li>
|
|
193
|
-
* <p>
|
|
194
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html">Target groups
|
|
195
|
-
* for your Network Load Balancers</a>
|
|
196
|
-
* </p>
|
|
197
|
-
* </li>
|
|
198
|
-
* <li>
|
|
199
|
-
* <p>
|
|
200
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html">Target groups for your
|
|
201
|
-
* Gateway Load Balancers</a>
|
|
202
|
-
* </p>
|
|
203
|
-
* </li>
|
|
204
|
-
* </ul>
|
|
205
|
-
*
|
|
206
|
-
* <p>This operation is idempotent, which means that it completes at most one time. If you
|
|
207
|
-
* attempt to create multiple target groups with the same settings, each call succeeds.</p>
|
|
208
|
-
*/
|
|
209
|
-
createTargetGroup(args: CreateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetGroupCommandOutput>;
|
|
210
|
-
createTargetGroup(args: CreateTargetGroupCommandInput, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
|
|
211
|
-
createTargetGroup(args: CreateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
|
|
212
|
-
/**
|
|
213
|
-
* <p>Deletes the specified listener.</p>
|
|
214
|
-
* <p>Alternatively, your listener is deleted when you delete the load balancer to which it is
|
|
215
|
-
* attached.</p>
|
|
216
|
-
*/
|
|
217
|
-
deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
|
|
218
|
-
deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
219
|
-
deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
220
|
-
/**
|
|
221
|
-
* <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
|
|
222
|
-
* Balancer. Deleting a load balancer also deletes its listeners.</p>
|
|
223
|
-
* <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer
|
|
224
|
-
* does not exist or has already been deleted, the call succeeds.</p>
|
|
225
|
-
* <p>Deleting a load balancer does not affect its registered targets. For example, your EC2
|
|
226
|
-
* instances continue to run and are still registered to their target groups. If you no longer
|
|
227
|
-
* need these EC2 instances, you can stop or terminate them.</p>
|
|
228
|
-
*/
|
|
229
|
-
deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerCommandOutput>;
|
|
230
|
-
deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
|
|
231
|
-
deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
|
|
232
|
-
/**
|
|
233
|
-
* <p>Deletes the specified rule.</p>
|
|
234
|
-
* <p>You can't delete the default rule.</p>
|
|
235
|
-
*/
|
|
236
|
-
deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
|
|
237
|
-
deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
|
|
238
|
-
deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
|
|
239
|
-
/**
|
|
240
|
-
* <p>Deletes the specified target group.</p>
|
|
241
|
-
* <p>You can delete a target group if it is not referenced by any actions. Deleting a target
|
|
242
|
-
* group also deletes any associated health checks. Deleting a target group does not affect its
|
|
243
|
-
* registered targets. For example, any EC2 instances continue to run until you stop or terminate
|
|
244
|
-
* them.</p>
|
|
245
|
-
*/
|
|
246
|
-
deleteTargetGroup(args: DeleteTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetGroupCommandOutput>;
|
|
247
|
-
deleteTargetGroup(args: DeleteTargetGroupCommandInput, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
|
|
248
|
-
deleteTargetGroup(args: DeleteTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
|
|
249
|
-
/**
|
|
250
|
-
* <p>Deregisters the specified targets from the specified target group. After the targets are
|
|
251
|
-
* deregistered, they no longer receive traffic from the load balancer.</p>
|
|
252
|
-
*/
|
|
253
|
-
deregisterTargets(args: DeregisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTargetsCommandOutput>;
|
|
254
|
-
deregisterTargets(args: DeregisterTargetsCommandInput, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
|
|
255
|
-
deregisterTargets(args: DeregisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
|
|
256
|
-
/**
|
|
257
|
-
* <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
|
|
258
|
-
* account.</p>
|
|
259
|
-
* <p>For more information, see the following:</p>
|
|
260
|
-
* <ul>
|
|
261
|
-
* <li>
|
|
262
|
-
* <p>
|
|
263
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Quotas for your
|
|
264
|
-
* Application Load Balancers</a>
|
|
265
|
-
* </p>
|
|
266
|
-
* </li>
|
|
267
|
-
* <li>
|
|
268
|
-
* <p>
|
|
269
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Quotas for your
|
|
270
|
-
* Network Load Balancers</a>
|
|
271
|
-
* </p>
|
|
272
|
-
* </li>
|
|
273
|
-
* <li>
|
|
274
|
-
* <p>
|
|
275
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html">Quotas for your Gateway
|
|
276
|
-
* Load Balancers</a>
|
|
277
|
-
* </p>
|
|
278
|
-
* </li>
|
|
279
|
-
* </ul>
|
|
280
|
-
*/
|
|
281
|
-
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
|
|
282
|
-
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
283
|
-
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
284
|
-
/**
|
|
285
|
-
* <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
|
|
286
|
-
* listener.</p>
|
|
287
|
-
* <p>If the default certificate is also in the certificate list, it appears twice in the
|
|
288
|
-
* results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set
|
|
289
|
-
* to false).</p>
|
|
290
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or
|
|
291
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate">Server certificates</a> in the <i>Network Load Balancers
|
|
292
|
-
* Guide</i>.</p>
|
|
293
|
-
*/
|
|
294
|
-
describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCertificatesCommandOutput>;
|
|
295
|
-
describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
|
|
296
|
-
describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
|
|
297
|
-
/**
|
|
298
|
-
* <p>Describes the specified listeners or the listeners for the specified Application Load
|
|
299
|
-
* Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load
|
|
300
|
-
* balancer or one or more listeners.</p>
|
|
301
|
-
*/
|
|
302
|
-
describeListeners(args: DescribeListenersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenersCommandOutput>;
|
|
303
|
-
describeListeners(args: DescribeListenersCommandInput, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
|
|
304
|
-
describeListeners(args: DescribeListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
|
|
305
|
-
/**
|
|
306
|
-
* <p>Describes the attributes for the specified Application Load Balancer, Network Load
|
|
307
|
-
* Balancer, or Gateway Load Balancer.</p>
|
|
308
|
-
*
|
|
309
|
-
* <p>For more information, see the following:</p>
|
|
310
|
-
* <ul>
|
|
311
|
-
* <li>
|
|
312
|
-
* <p>
|
|
313
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Application Load Balancers
|
|
314
|
-
* Guide</i>
|
|
315
|
-
* </p>
|
|
316
|
-
* </li>
|
|
317
|
-
* <li>
|
|
318
|
-
* <p>
|
|
319
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Network Load Balancers
|
|
320
|
-
* Guide</i>
|
|
321
|
-
* </p>
|
|
322
|
-
* </li>
|
|
323
|
-
* <li>
|
|
324
|
-
* <p>
|
|
325
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Gateway Load Balancers
|
|
326
|
-
* Guide</i>
|
|
327
|
-
* </p>
|
|
328
|
-
* </li>
|
|
329
|
-
* </ul>
|
|
330
|
-
*/
|
|
331
|
-
describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
332
|
-
describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
|
|
333
|
-
describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
|
|
334
|
-
/**
|
|
335
|
-
* <p>Describes the specified load balancers or all of your load balancers.</p>
|
|
336
|
-
*/
|
|
337
|
-
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
|
|
338
|
-
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
339
|
-
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
340
|
-
/**
|
|
341
|
-
* <p>Describes the specified rules or the rules for the specified listener. You must specify
|
|
342
|
-
* either a listener or one or more rules.</p>
|
|
343
|
-
*/
|
|
344
|
-
describeRules(args: DescribeRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRulesCommandOutput>;
|
|
345
|
-
describeRules(args: DescribeRulesCommandInput, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
|
|
346
|
-
describeRules(args: DescribeRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
|
|
347
|
-
/**
|
|
348
|
-
* <p>Describes the specified policies or all policies used for SSL negotiation.</p>
|
|
349
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security policies</a> in the <i>Application Load Balancers Guide</i> or
|
|
350
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
351
|
-
*/
|
|
352
|
-
describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSSLPoliciesCommandOutput>;
|
|
353
|
-
describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
|
|
354
|
-
describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
|
|
355
|
-
/**
|
|
356
|
-
* <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
|
|
357
|
-
* the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
|
|
358
|
-
* Balancers, target groups, listeners, or rules.</p>
|
|
359
|
-
*/
|
|
360
|
-
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
361
|
-
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
362
|
-
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
363
|
-
/**
|
|
364
|
-
* <p>Describes the attributes for the specified target group.</p>
|
|
365
|
-
* <p>For more information, see the following:</p>
|
|
366
|
-
* <ul>
|
|
367
|
-
* <li>
|
|
368
|
-
* <p>
|
|
369
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Application Load Balancers
|
|
370
|
-
* Guide</i>
|
|
371
|
-
* </p>
|
|
372
|
-
* </li>
|
|
373
|
-
* <li>
|
|
374
|
-
* <p>
|
|
375
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Network Load Balancers
|
|
376
|
-
* Guide</i>
|
|
377
|
-
* </p>
|
|
378
|
-
* </li>
|
|
379
|
-
* <li>
|
|
380
|
-
* <p>
|
|
381
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Gateway Load Balancers
|
|
382
|
-
* Guide</i>
|
|
383
|
-
* </p>
|
|
384
|
-
* </li>
|
|
385
|
-
* </ul>
|
|
386
|
-
*/
|
|
387
|
-
describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupAttributesCommandOutput>;
|
|
388
|
-
describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
|
|
389
|
-
describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
|
|
390
|
-
/**
|
|
391
|
-
* <p>Describes the specified target groups or all of your target groups. By default, all target
|
|
392
|
-
* groups are described. Alternatively, you can specify one of the following to filter the
|
|
393
|
-
* results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
|
|
394
|
-
* one or more target groups.</p>
|
|
395
|
-
*/
|
|
396
|
-
describeTargetGroups(args: DescribeTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupsCommandOutput>;
|
|
397
|
-
describeTargetGroups(args: DescribeTargetGroupsCommandInput, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
|
|
398
|
-
describeTargetGroups(args: DescribeTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
|
|
399
|
-
/**
|
|
400
|
-
* <p>Describes the health of the specified targets or all of your targets.</p>
|
|
401
|
-
*/
|
|
402
|
-
describeTargetHealth(args: DescribeTargetHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetHealthCommandOutput>;
|
|
403
|
-
describeTargetHealth(args: DescribeTargetHealthCommandInput, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
|
|
404
|
-
describeTargetHealth(args: DescribeTargetHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
|
|
405
|
-
/**
|
|
406
|
-
* <p>Replaces the specified properties of the specified listener. Any properties that you do
|
|
407
|
-
* not specify remain unchanged.</p>
|
|
408
|
-
* <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
|
|
409
|
-
* and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP
|
|
410
|
-
* to TLS, you must add the security policy and default certificate properties.</p>
|
|
411
|
-
* <p>To add an item to a list, remove an item from a list, or update an item in a list, you
|
|
412
|
-
* must provide the entire list. For example, to add an action, specify a list with the current
|
|
413
|
-
* actions plus the new action.</p>
|
|
414
|
-
*/
|
|
415
|
-
modifyListener(args: ModifyListenerCommandInput, options?: __HttpHandlerOptions): Promise<ModifyListenerCommandOutput>;
|
|
416
|
-
modifyListener(args: ModifyListenerCommandInput, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
|
|
417
|
-
modifyListener(args: ModifyListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
|
|
418
|
-
/**
|
|
419
|
-
* <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
|
|
420
|
-
* Balancer, or Gateway Load Balancer.</p>
|
|
421
|
-
* <p>If any of the specified attributes can't be modified as requested, the call fails. Any
|
|
422
|
-
* existing attributes that you do not modify retain their current values.</p>
|
|
423
|
-
*/
|
|
424
|
-
modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
425
|
-
modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
|
|
426
|
-
modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
|
|
427
|
-
/**
|
|
428
|
-
* <p>Replaces the specified properties of the specified rule. Any properties that you do not
|
|
429
|
-
* specify are unchanged.</p>
|
|
430
|
-
* <p>To add an item to a list, remove an item from a list, or update an item in a list, you
|
|
431
|
-
* must provide the entire list. For example, to add an action, specify a list with the current
|
|
432
|
-
* actions plus the new action.</p>
|
|
433
|
-
*/
|
|
434
|
-
modifyRule(args: ModifyRuleCommandInput, options?: __HttpHandlerOptions): Promise<ModifyRuleCommandOutput>;
|
|
435
|
-
modifyRule(args: ModifyRuleCommandInput, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
|
|
436
|
-
modifyRule(args: ModifyRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
|
|
437
|
-
/**
|
|
438
|
-
* <p>Modifies the health checks used when evaluating the health state of the targets in the
|
|
439
|
-
* specified target group.</p>
|
|
440
|
-
*/
|
|
441
|
-
modifyTargetGroup(args: ModifyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupCommandOutput>;
|
|
442
|
-
modifyTargetGroup(args: ModifyTargetGroupCommandInput, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
|
|
443
|
-
modifyTargetGroup(args: ModifyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
|
|
444
|
-
/**
|
|
445
|
-
* <p>Modifies the specified attributes of the specified target group.</p>
|
|
446
|
-
*/
|
|
447
|
-
modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupAttributesCommandOutput>;
|
|
448
|
-
modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
|
|
449
|
-
modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
|
|
450
|
-
/**
|
|
451
|
-
* <p>Registers the specified targets with the specified target group.</p>
|
|
452
|
-
*
|
|
453
|
-
* <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you
|
|
454
|
-
* register it.</p>
|
|
455
|
-
*
|
|
456
|
-
* <p>By default, the load balancer routes requests to registered targets using the protocol and
|
|
457
|
-
* port for the target group. Alternatively, you can override the port for a target when you
|
|
458
|
-
* register it. You can register each EC2 instance or IP address with the same target group
|
|
459
|
-
* multiple times using different ports.</p>
|
|
460
|
-
*
|
|
461
|
-
* <p>With a Network Load Balancer, you cannot register instances by instance ID if they have
|
|
462
|
-
* the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3,
|
|
463
|
-
* and T1. You can register instances of these types by IP address.</p>
|
|
464
|
-
*/
|
|
465
|
-
registerTargets(args: RegisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTargetsCommandOutput>;
|
|
466
|
-
registerTargets(args: RegisterTargetsCommandInput, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
|
|
467
|
-
registerTargets(args: RegisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
|
|
468
|
-
/**
|
|
469
|
-
* <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
|
|
470
|
-
* listener.</p>
|
|
471
|
-
*/
|
|
472
|
-
removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveListenerCertificatesCommandOutput>;
|
|
473
|
-
removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
|
|
474
|
-
removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
|
|
475
|
-
/**
|
|
476
|
-
* <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
|
|
477
|
-
* remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway
|
|
478
|
-
* Load Balancers, target groups, listeners, or rules.</p>
|
|
479
|
-
*/
|
|
480
|
-
removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
|
|
481
|
-
removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
482
|
-
removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
483
|
-
/**
|
|
484
|
-
* <p>Sets the type of IP addresses used by the subnets of the specified Application Load
|
|
485
|
-
* Balancer or Network Load Balancer.</p>
|
|
486
|
-
*/
|
|
487
|
-
setIpAddressType(args: SetIpAddressTypeCommandInput, options?: __HttpHandlerOptions): Promise<SetIpAddressTypeCommandOutput>;
|
|
488
|
-
setIpAddressType(args: SetIpAddressTypeCommandInput, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
|
|
489
|
-
setIpAddressType(args: SetIpAddressTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
|
|
490
|
-
/**
|
|
491
|
-
* <p>Sets the priorities of the specified rules.</p>
|
|
492
|
-
* <p>You can reorder the rules as long as there are no priority conflicts in the new order. Any
|
|
493
|
-
* existing rules that you do not specify retain their current priority.</p>
|
|
494
|
-
*/
|
|
495
|
-
setRulePriorities(args: SetRulePrioritiesCommandInput, options?: __HttpHandlerOptions): Promise<SetRulePrioritiesCommandOutput>;
|
|
496
|
-
setRulePriorities(args: SetRulePrioritiesCommandInput, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
|
|
497
|
-
setRulePriorities(args: SetRulePrioritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
|
|
498
|
-
/**
|
|
499
|
-
* <p>Associates the specified security groups with the specified Application Load Balancer. The
|
|
500
|
-
* specified security groups override the previously associated security groups.</p>
|
|
501
|
-
* <p>You can't specify a security group for a Network Load Balancer or Gateway Load
|
|
502
|
-
* Balancer.</p>
|
|
503
|
-
*/
|
|
504
|
-
setSecurityGroups(args: SetSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SetSecurityGroupsCommandOutput>;
|
|
505
|
-
setSecurityGroups(args: SetSecurityGroupsCommandInput, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
|
|
506
|
-
setSecurityGroups(args: SetSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
|
|
507
|
-
/**
|
|
508
|
-
* <p>Enables the Availability Zones for the specified public subnets for the specified
|
|
509
|
-
* Application Load Balancer or Network Load Balancer. The specified subnets replace the
|
|
510
|
-
* previously enabled subnets.</p>
|
|
511
|
-
* <p>When you specify subnets for a Network Load Balancer, you must include all subnets that
|
|
512
|
-
* were enabled previously, with their existing configurations, plus any additional
|
|
513
|
-
* subnets.</p>
|
|
514
|
-
*/
|
|
515
|
-
setSubnets(args: SetSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<SetSubnetsCommandOutput>;
|
|
516
|
-
setSubnets(args: SetSubnetsCommandInput, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
|
|
517
|
-
setSubnets(args: SetSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
|
|
518
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
|
-
import { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AddListenerCertificatesCommandInput extends AddListenerCertificatesInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
|
|
11
|
-
* or TLS listener.</p>
|
|
12
|
-
* <p>If the certificate in already in the certificate list, the call is successful but the
|
|
13
|
-
* certificate is not added again.</p>
|
|
14
|
-
*
|
|
15
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
|
|
16
|
-
* listeners</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html">TLS
|
|
17
|
-
* listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
22
|
-
* // const { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
23
|
-
* const client = new ElasticLoadBalancingV2Client(config);
|
|
24
|
-
* const command = new AddListenerCertificatesCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link AddListenerCertificatesCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link AddListenerCertificatesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
34
|
-
readonly input: AddListenerCertificatesCommandInput;
|
|
35
|
-
constructor(input: AddListenerCertificatesCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
|
-
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AddTagsCommandInput extends AddTagsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
|
|
11
|
-
* Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
|
|
12
|
-
* listeners, and rules.</p>
|
|
13
|
-
* <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
|
|
14
|
-
* same key, <code>AddTags</code> updates its value.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { ElasticLoadBalancingV2Client, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
|
|
19
|
-
* // const { ElasticLoadBalancingV2Client, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
|
|
20
|
-
* const client = new ElasticLoadBalancingV2Client(config);
|
|
21
|
-
* const command = new AddTagsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
31
|
-
readonly input: AddTagsCommandInput;
|
|
32
|
-
constructor(input: AddTagsCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|