@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,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } 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
5
|
export interface DescribeTargetGroupAttributesCommandInput extends DescribeTargetGroupAttributesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } 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
5
|
export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { DescribeTargetHealthInput, DescribeTargetHealthOutput } 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
5
|
export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { ModifyListenerInput, ModifyListenerOutput } 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
5
|
export interface ModifyListenerCommandInput extends ModifyListenerInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } 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
5
|
export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBalancerAttributesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { ModifyRuleInput, ModifyRuleOutput } 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
5
|
export interface ModifyRuleCommandInput extends ModifyRuleInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } 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
5
|
export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGroupAttributesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { ModifyTargetGroupInput, ModifyTargetGroupOutput } 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
5
|
export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { RegisterTargetsInput, RegisterTargetsOutput } 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
5
|
export interface RegisterTargetsCommandInput extends RegisterTargetsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } 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
5
|
export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCertificatesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { RemoveTagsInput, RemoveTagsOutput } 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
5
|
export interface RemoveTagsCommandInput extends RemoveTagsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { SetIpAddressTypeInput, SetIpAddressTypeOutput } 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
5
|
export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { SetRulePrioritiesInput, SetRulePrioritiesOutput } 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
5
|
export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { SetSecurityGroupsInput, SetSecurityGroupsOutput } 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
5
|
export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
2
4
|
import { SetSubnetsInput, SetSubnetsOutput } 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
5
|
export interface SetSubnetsCommandInput extends SetSubnetsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -542,6 +542,20 @@ export declare namespace LoadBalancerNotFoundException {
|
|
|
542
542
|
*/
|
|
543
543
|
const filterSensitiveLog: (obj: LoadBalancerNotFoundException) => any;
|
|
544
544
|
}
|
|
545
|
+
/**
|
|
546
|
+
* <p>The specified rule does not exist.</p>
|
|
547
|
+
*/
|
|
548
|
+
export interface RuleNotFoundException extends __SmithyException, $MetadataBearer {
|
|
549
|
+
name: "RuleNotFoundException";
|
|
550
|
+
$fault: "client";
|
|
551
|
+
Message?: string;
|
|
552
|
+
}
|
|
553
|
+
export declare namespace RuleNotFoundException {
|
|
554
|
+
/**
|
|
555
|
+
* @internal
|
|
556
|
+
*/
|
|
557
|
+
const filterSensitiveLog: (obj: RuleNotFoundException) => any;
|
|
558
|
+
}
|
|
545
559
|
/**
|
|
546
560
|
* <p>The specified target group does not exist.</p>
|
|
547
561
|
*/
|
|
@@ -1753,9 +1767,13 @@ export declare namespace TooManyTargetGroupsException {
|
|
|
1753
1767
|
*/
|
|
1754
1768
|
const filterSensitiveLog: (obj: TooManyTargetGroupsException) => any;
|
|
1755
1769
|
}
|
|
1770
|
+
export declare enum TargetGroupIpAddressTypeEnum {
|
|
1771
|
+
IPV4 = "ipv4",
|
|
1772
|
+
IPV6 = "ipv6"
|
|
1773
|
+
}
|
|
1756
1774
|
/**
|
|
1757
1775
|
* <p>The codes to use when checking for a successful response from a target. If the protocol
|
|
1758
|
-
* version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes
|
|
1776
|
+
* version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>
|
|
1759
1777
|
*/
|
|
1760
1778
|
export interface Matcher {
|
|
1761
1779
|
/**
|
|
@@ -1763,6 +1781,8 @@ export interface Matcher {
|
|
|
1763
1781
|
* default value is 200. You can specify multiple values (for example, "200,202") or a range of
|
|
1764
1782
|
* values (for example, "200-299").</p>
|
|
1765
1783
|
* <p>For Network Load Balancers and Gateway Load Balancers, this must be "200–399".</p>
|
|
1784
|
+
* <p>Note that when using shorthand syntax, some values such as commas need to be
|
|
1785
|
+
* escaped.</p>
|
|
1766
1786
|
*/
|
|
1767
1787
|
HttpCode?: string;
|
|
1768
1788
|
/**
|
|
@@ -1778,6 +1798,7 @@ export declare namespace Matcher {
|
|
|
1778
1798
|
const filterSensitiveLog: (obj: Matcher) => any;
|
|
1779
1799
|
}
|
|
1780
1800
|
export declare enum TargetTypeEnum {
|
|
1801
|
+
ALB = "alb",
|
|
1781
1802
|
INSTANCE = "instance",
|
|
1782
1803
|
IP = "ip",
|
|
1783
1804
|
LAMBDA = "lambda"
|
|
@@ -1833,8 +1854,8 @@ export interface CreateTargetGroupInput {
|
|
|
1833
1854
|
/**
|
|
1834
1855
|
* <p>Indicates whether health checks are enabled. If the target type is <code>lambda</code>,
|
|
1835
1856
|
* health checks are disabled by default but can be enabled. If the target type is
|
|
1836
|
-
* <code>instance</code> or <code>
|
|
1837
|
-
* disabled.</p>
|
|
1857
|
+
* <code>instance</code>, <code>ip</code>, or <code>alb</code>, health checks are always
|
|
1858
|
+
* enabled and cannot be disabled.</p>
|
|
1838
1859
|
*/
|
|
1839
1860
|
HealthCheckEnabled?: boolean;
|
|
1840
1861
|
/**
|
|
@@ -1900,6 +1921,10 @@ export interface CreateTargetGroupInput {
|
|
|
1900
1921
|
* <p>
|
|
1901
1922
|
* <code>lambda</code> - Register a single Lambda function as a target.</p>
|
|
1902
1923
|
* </li>
|
|
1924
|
+
* <li>
|
|
1925
|
+
* <p>
|
|
1926
|
+
* <code>alb</code> - Register a single Application Load Balancer as a target.</p>
|
|
1927
|
+
* </li>
|
|
1903
1928
|
* </ul>
|
|
1904
1929
|
*/
|
|
1905
1930
|
TargetType?: TargetTypeEnum | string;
|
|
@@ -1907,6 +1932,12 @@ export interface CreateTargetGroupInput {
|
|
|
1907
1932
|
* <p>The tags to assign to the target group.</p>
|
|
1908
1933
|
*/
|
|
1909
1934
|
Tags?: Tag[];
|
|
1935
|
+
/**
|
|
1936
|
+
* <p>The type of IP address used for this target group. The possible values are
|
|
1937
|
+
* <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
|
|
1938
|
+
* the IP address type defaults to <code>ipv4</code>.</p>
|
|
1939
|
+
*/
|
|
1940
|
+
IpAddressType?: TargetGroupIpAddressTypeEnum | string;
|
|
1910
1941
|
}
|
|
1911
1942
|
export declare namespace CreateTargetGroupInput {
|
|
1912
1943
|
/**
|
|
@@ -1989,8 +2020,9 @@ export interface TargetGroup {
|
|
|
1989
2020
|
/**
|
|
1990
2021
|
* <p>The type of target that you must specify when registering targets with this target group.
|
|
1991
2022
|
* The possible values are <code>instance</code> (register targets by instance ID),
|
|
1992
|
-
* <code>ip</code> (register targets by IP address),
|
|
1993
|
-
* Lambda function as a target)
|
|
2023
|
+
* <code>ip</code> (register targets by IP address), <code>lambda</code> (register a single
|
|
2024
|
+
* Lambda function as a target), or <code>alb</code> (register a single Application Load Balancer
|
|
2025
|
+
* as a target).</p>
|
|
1994
2026
|
*/
|
|
1995
2027
|
TargetType?: TargetTypeEnum | string;
|
|
1996
2028
|
/**
|
|
@@ -1998,6 +2030,12 @@ export interface TargetGroup {
|
|
|
1998
2030
|
* <code>HTTP1</code>, and <code>HTTP2</code>.</p>
|
|
1999
2031
|
*/
|
|
2000
2032
|
ProtocolVersion?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* <p>The type of IP address used for this target group. The possible values are
|
|
2035
|
+
* <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
|
|
2036
|
+
* the IP address type defaults to <code>ipv4</code>.</p>
|
|
2037
|
+
*/
|
|
2038
|
+
IpAddressType?: TargetGroupIpAddressTypeEnum | string;
|
|
2001
2039
|
}
|
|
2002
2040
|
export declare namespace TargetGroup {
|
|
2003
2041
|
/**
|
|
@@ -2091,20 +2129,6 @@ export declare namespace DeleteRuleOutput {
|
|
|
2091
2129
|
*/
|
|
2092
2130
|
const filterSensitiveLog: (obj: DeleteRuleOutput) => any;
|
|
2093
2131
|
}
|
|
2094
|
-
/**
|
|
2095
|
-
* <p>The specified rule does not exist.</p>
|
|
2096
|
-
*/
|
|
2097
|
-
export interface RuleNotFoundException extends __SmithyException, $MetadataBearer {
|
|
2098
|
-
name: "RuleNotFoundException";
|
|
2099
|
-
$fault: "client";
|
|
2100
|
-
Message?: string;
|
|
2101
|
-
}
|
|
2102
|
-
export declare namespace RuleNotFoundException {
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
const filterSensitiveLog: (obj: RuleNotFoundException) => any;
|
|
2107
|
-
}
|
|
2108
2132
|
export interface DeleteTargetGroupInput {
|
|
2109
2133
|
/**
|
|
2110
2134
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
@@ -2132,12 +2156,15 @@ export interface TargetDescription {
|
|
|
2132
2156
|
/**
|
|
2133
2157
|
* <p>The ID of the target. If the target type of the target group is <code>instance</code>,
|
|
2134
2158
|
* specify an instance ID. If the target type is <code>ip</code>, specify an IP address. If the
|
|
2135
|
-
* target type is <code>lambda</code>, specify the ARN of the Lambda function
|
|
2159
|
+
* target type is <code>lambda</code>, specify the ARN of the Lambda function. If the target type
|
|
2160
|
+
* is <code>alb</code>, specify the ARN of the Application Load Balancer target. </p>
|
|
2136
2161
|
*/
|
|
2137
2162
|
Id: string | undefined;
|
|
2138
2163
|
/**
|
|
2139
2164
|
* <p>The port on which the target is listening. If the target group protocol is GENEVE, the
|
|
2140
|
-
* supported port is 6081.
|
|
2165
|
+
* supported port is 6081. If the target type is <code>alb</code>, the targeted Application Load
|
|
2166
|
+
* Balancer must have at least one listener whose port matches the target group port. Not used if
|
|
2167
|
+
* the target is a Lambda function.</p>
|
|
2141
2168
|
*/
|
|
2142
2169
|
Port?: number;
|
|
2143
2170
|
/**
|
|
@@ -2145,7 +2172,7 @@ export interface TargetDescription {
|
|
|
2145
2172
|
* traffic from the load balancer nodes in the specified Availability Zone or from all enabled
|
|
2146
2173
|
* Availability Zones for the load balancer.</p>
|
|
2147
2174
|
* <p>This parameter is not supported if the target type of the target group is
|
|
2148
|
-
*
|
|
2175
|
+
* <code>instance</code> or <code>alb</code>.</p>
|
|
2149
2176
|
* <p>If the target type is <code>ip</code> and the IP address is in a subnet of the VPC for the
|
|
2150
2177
|
* target group, the Availability Zone is automatically detected and this parameter is optional.
|
|
2151
2178
|
* If the IP address is outside the VPC, this parameter is required.</p>
|
|
@@ -2490,7 +2517,6 @@ export interface LoadBalancerAttribute {
|
|
|
2490
2517
|
* values are <code>true</code> and <code>false</code>. The default is <code>true</code>.
|
|
2491
2518
|
* Elastic Load Balancing requires that message header names contain only alphanumeric
|
|
2492
2519
|
* characters and hyphens.</p>
|
|
2493
|
-
*
|
|
2494
2520
|
* </li>
|
|
2495
2521
|
* <li>
|
|
2496
2522
|
* <p>
|
|
@@ -2634,6 +2660,11 @@ export interface DescribeSSLPoliciesInput {
|
|
|
2634
2660
|
* <p>The maximum number of results to return with this call.</p>
|
|
2635
2661
|
*/
|
|
2636
2662
|
PageSize?: number;
|
|
2663
|
+
/**
|
|
2664
|
+
* <p> The type of load balancer. The default lists the SSL policies for all load
|
|
2665
|
+
* balancers.</p>
|
|
2666
|
+
*/
|
|
2667
|
+
LoadBalancerType?: LoadBalancerTypeEnum | string;
|
|
2637
2668
|
}
|
|
2638
2669
|
export declare namespace DescribeSSLPoliciesInput {
|
|
2639
2670
|
/**
|
|
@@ -2657,6 +2688,12 @@ export interface SslPolicy {
|
|
|
2657
2688
|
* <p>The name of the policy.</p>
|
|
2658
2689
|
*/
|
|
2659
2690
|
Name?: string;
|
|
2691
|
+
/**
|
|
2692
|
+
* <p>
|
|
2693
|
+
* The supported load balancers.
|
|
2694
|
+
* </p>
|
|
2695
|
+
*/
|
|
2696
|
+
SupportedLoadBalancerTypes?: string[];
|
|
2660
2697
|
}
|
|
2661
2698
|
export declare namespace SslPolicy {
|
|
2662
2699
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeListenersCommandInput, DescribeListenersCommandOutput } from "../commands/DescribeListenersCommand";
|
|
2
3
|
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeListeners(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeListenersCommandInput, ...additionalArguments: any): Paginator<DescribeListenersCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "../commands/DescribeLoadBalancersCommand";
|
|
2
3
|
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeLoadBalancers(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeLoadBalancersCommandInput, ...additionalArguments: any): Paginator<DescribeLoadBalancersCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "../commands/DescribeTargetGroupsCommand";
|
|
2
3
|
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeTargetGroups(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTargetGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeTargetGroupsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { ElasticLoadBalancingV2 } from "../ElasticLoadBalancingV2";
|
|
2
3
|
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface ElasticLoadBalancingV2PaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client;
|
|
6
6
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "../commands/AddListenerCertificatesCommand";
|
|
2
4
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
3
5
|
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
|
|
@@ -32,8 +34,6 @@ import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "../
|
|
|
32
34
|
import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "../commands/SetRulePrioritiesCommand";
|
|
33
35
|
import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "../commands/SetSecurityGroupsCommand";
|
|
34
36
|
import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "../commands/SetSubnetsCommand";
|
|
35
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
36
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
37
37
|
export declare const serializeAws_queryAddListenerCertificatesCommand: (input: AddListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
38
|
export declare const serializeAws_queryAddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
39
|
export declare const serializeAws_queryCreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -31,7 +31,9 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
|
|
|
31
31
|
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
34
|
+
signingRegion?: string | undefined; /**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
35
37
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
38
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
39
|
};
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|