@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
|
@@ -0,0 +1,811 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare enum AuthenticateCognitoActionConditionalBehaviorEnum {
|
|
3
|
+
ALLOW = "allow",
|
|
4
|
+
AUTHENTICATE = "authenticate",
|
|
5
|
+
DENY = "deny"
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface AuthenticateCognitoActionConfig {
|
|
9
|
+
|
|
10
|
+
UserPoolArn: string | undefined;
|
|
11
|
+
|
|
12
|
+
UserPoolClientId: string | undefined;
|
|
13
|
+
|
|
14
|
+
UserPoolDomain: string | undefined;
|
|
15
|
+
|
|
16
|
+
SessionCookieName?: string;
|
|
17
|
+
|
|
18
|
+
Scope?: string;
|
|
19
|
+
|
|
20
|
+
SessionTimeout?: number;
|
|
21
|
+
|
|
22
|
+
AuthenticationRequestExtraParams?: {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace AuthenticateCognitoActionConfig {
|
|
29
|
+
|
|
30
|
+
const filterSensitiveLog: (obj: AuthenticateCognitoActionConfig) => any;
|
|
31
|
+
}
|
|
32
|
+
export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
|
|
33
|
+
ALLOW = "allow",
|
|
34
|
+
AUTHENTICATE = "authenticate",
|
|
35
|
+
DENY = "deny"
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface AuthenticateOidcActionConfig {
|
|
39
|
+
|
|
40
|
+
Issuer: string | undefined;
|
|
41
|
+
|
|
42
|
+
AuthorizationEndpoint: string | undefined;
|
|
43
|
+
|
|
44
|
+
TokenEndpoint: string | undefined;
|
|
45
|
+
|
|
46
|
+
UserInfoEndpoint: string | undefined;
|
|
47
|
+
|
|
48
|
+
ClientId: string | undefined;
|
|
49
|
+
|
|
50
|
+
ClientSecret?: string;
|
|
51
|
+
|
|
52
|
+
SessionCookieName?: string;
|
|
53
|
+
|
|
54
|
+
Scope?: string;
|
|
55
|
+
|
|
56
|
+
SessionTimeout?: number;
|
|
57
|
+
|
|
58
|
+
AuthenticationRequestExtraParams?: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
OnUnauthenticatedRequest?: AuthenticateOidcActionConditionalBehaviorEnum | string;
|
|
63
|
+
|
|
64
|
+
UseExistingClientSecret?: boolean;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace AuthenticateOidcActionConfig {
|
|
67
|
+
|
|
68
|
+
const filterSensitiveLog: (obj: AuthenticateOidcActionConfig) => any;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface FixedResponseActionConfig {
|
|
72
|
+
|
|
73
|
+
MessageBody?: string;
|
|
74
|
+
|
|
75
|
+
StatusCode: string | undefined;
|
|
76
|
+
|
|
77
|
+
ContentType?: string;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace FixedResponseActionConfig {
|
|
80
|
+
|
|
81
|
+
const filterSensitiveLog: (obj: FixedResponseActionConfig) => any;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface TargetGroupTuple {
|
|
85
|
+
|
|
86
|
+
TargetGroupArn?: string;
|
|
87
|
+
|
|
88
|
+
Weight?: number;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace TargetGroupTuple {
|
|
91
|
+
|
|
92
|
+
const filterSensitiveLog: (obj: TargetGroupTuple) => any;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface TargetGroupStickinessConfig {
|
|
96
|
+
|
|
97
|
+
Enabled?: boolean;
|
|
98
|
+
|
|
99
|
+
DurationSeconds?: number;
|
|
100
|
+
}
|
|
101
|
+
export declare namespace TargetGroupStickinessConfig {
|
|
102
|
+
|
|
103
|
+
const filterSensitiveLog: (obj: TargetGroupStickinessConfig) => any;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface ForwardActionConfig {
|
|
107
|
+
|
|
108
|
+
TargetGroups?: TargetGroupTuple[];
|
|
109
|
+
|
|
110
|
+
TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace ForwardActionConfig {
|
|
113
|
+
|
|
114
|
+
const filterSensitiveLog: (obj: ForwardActionConfig) => any;
|
|
115
|
+
}
|
|
116
|
+
export declare enum RedirectActionStatusCodeEnum {
|
|
117
|
+
HTTP_301 = "HTTP_301",
|
|
118
|
+
HTTP_302 = "HTTP_302"
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export interface RedirectActionConfig {
|
|
122
|
+
|
|
123
|
+
Protocol?: string;
|
|
124
|
+
|
|
125
|
+
Port?: string;
|
|
126
|
+
|
|
127
|
+
Host?: string;
|
|
128
|
+
|
|
129
|
+
Path?: string;
|
|
130
|
+
|
|
131
|
+
Query?: string;
|
|
132
|
+
|
|
133
|
+
StatusCode: RedirectActionStatusCodeEnum | string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export declare namespace RedirectActionConfig {
|
|
136
|
+
|
|
137
|
+
const filterSensitiveLog: (obj: RedirectActionConfig) => any;
|
|
138
|
+
}
|
|
139
|
+
export declare enum ActionTypeEnum {
|
|
140
|
+
AUTHENTICATE_COGNITO = "authenticate-cognito",
|
|
141
|
+
AUTHENTICATE_OIDC = "authenticate-oidc",
|
|
142
|
+
FIXED_RESPONSE = "fixed-response",
|
|
143
|
+
FORWARD = "forward",
|
|
144
|
+
REDIRECT = "redirect"
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface Action {
|
|
148
|
+
|
|
149
|
+
Type: ActionTypeEnum | string | undefined;
|
|
150
|
+
|
|
151
|
+
TargetGroupArn?: string;
|
|
152
|
+
|
|
153
|
+
AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
|
|
154
|
+
|
|
155
|
+
AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
|
|
156
|
+
|
|
157
|
+
Order?: number;
|
|
158
|
+
|
|
159
|
+
RedirectConfig?: RedirectActionConfig;
|
|
160
|
+
|
|
161
|
+
FixedResponseConfig?: FixedResponseActionConfig;
|
|
162
|
+
|
|
163
|
+
ForwardConfig?: ForwardActionConfig;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace Action {
|
|
166
|
+
|
|
167
|
+
const filterSensitiveLog: (obj: Action) => any;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface Certificate {
|
|
171
|
+
|
|
172
|
+
CertificateArn?: string;
|
|
173
|
+
|
|
174
|
+
IsDefault?: boolean;
|
|
175
|
+
}
|
|
176
|
+
export declare namespace Certificate {
|
|
177
|
+
|
|
178
|
+
const filterSensitiveLog: (obj: Certificate) => any;
|
|
179
|
+
}
|
|
180
|
+
export interface AddListenerCertificatesInput {
|
|
181
|
+
|
|
182
|
+
ListenerArn: string | undefined;
|
|
183
|
+
|
|
184
|
+
Certificates: Certificate[] | undefined;
|
|
185
|
+
}
|
|
186
|
+
export declare namespace AddListenerCertificatesInput {
|
|
187
|
+
|
|
188
|
+
const filterSensitiveLog: (obj: AddListenerCertificatesInput) => any;
|
|
189
|
+
}
|
|
190
|
+
export interface AddListenerCertificatesOutput {
|
|
191
|
+
|
|
192
|
+
Certificates?: Certificate[];
|
|
193
|
+
}
|
|
194
|
+
export declare namespace AddListenerCertificatesOutput {
|
|
195
|
+
|
|
196
|
+
const filterSensitiveLog: (obj: AddListenerCertificatesOutput) => any;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface CertificateNotFoundException extends __SmithyException, $MetadataBearer {
|
|
200
|
+
name: "CertificateNotFoundException";
|
|
201
|
+
$fault: "client";
|
|
202
|
+
Message?: string;
|
|
203
|
+
}
|
|
204
|
+
export declare namespace CertificateNotFoundException {
|
|
205
|
+
|
|
206
|
+
const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
|
|
210
|
+
name: "ListenerNotFoundException";
|
|
211
|
+
$fault: "client";
|
|
212
|
+
Message?: string;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace ListenerNotFoundException {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface TooManyCertificatesException extends __SmithyException, $MetadataBearer {
|
|
220
|
+
name: "TooManyCertificatesException";
|
|
221
|
+
$fault: "client";
|
|
222
|
+
Message?: string;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace TooManyCertificatesException {
|
|
225
|
+
|
|
226
|
+
const filterSensitiveLog: (obj: TooManyCertificatesException) => any;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface Tag {
|
|
230
|
+
|
|
231
|
+
Key: string | undefined;
|
|
232
|
+
|
|
233
|
+
Value?: string;
|
|
234
|
+
}
|
|
235
|
+
export declare namespace Tag {
|
|
236
|
+
|
|
237
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
238
|
+
}
|
|
239
|
+
export interface AddTagsInput {
|
|
240
|
+
|
|
241
|
+
ResourceArns: string[] | undefined;
|
|
242
|
+
|
|
243
|
+
Tags: Tag[] | undefined;
|
|
244
|
+
}
|
|
245
|
+
export declare namespace AddTagsInput {
|
|
246
|
+
|
|
247
|
+
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
248
|
+
}
|
|
249
|
+
export interface AddTagsOutput {
|
|
250
|
+
}
|
|
251
|
+
export declare namespace AddTagsOutput {
|
|
252
|
+
|
|
253
|
+
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface DuplicateTagKeysException extends __SmithyException, $MetadataBearer {
|
|
257
|
+
name: "DuplicateTagKeysException";
|
|
258
|
+
$fault: "client";
|
|
259
|
+
Message?: string;
|
|
260
|
+
}
|
|
261
|
+
export declare namespace DuplicateTagKeysException {
|
|
262
|
+
|
|
263
|
+
const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface LoadBalancerNotFoundException extends __SmithyException, $MetadataBearer {
|
|
267
|
+
name: "LoadBalancerNotFoundException";
|
|
268
|
+
$fault: "client";
|
|
269
|
+
Message?: string;
|
|
270
|
+
}
|
|
271
|
+
export declare namespace LoadBalancerNotFoundException {
|
|
272
|
+
|
|
273
|
+
const filterSensitiveLog: (obj: LoadBalancerNotFoundException) => any;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export interface RuleNotFoundException extends __SmithyException, $MetadataBearer {
|
|
277
|
+
name: "RuleNotFoundException";
|
|
278
|
+
$fault: "client";
|
|
279
|
+
Message?: string;
|
|
280
|
+
}
|
|
281
|
+
export declare namespace RuleNotFoundException {
|
|
282
|
+
|
|
283
|
+
const filterSensitiveLog: (obj: RuleNotFoundException) => any;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export interface TargetGroupNotFoundException extends __SmithyException, $MetadataBearer {
|
|
287
|
+
name: "TargetGroupNotFoundException";
|
|
288
|
+
$fault: "client";
|
|
289
|
+
Message?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare namespace TargetGroupNotFoundException {
|
|
292
|
+
|
|
293
|
+
const filterSensitiveLog: (obj: TargetGroupNotFoundException) => any;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
297
|
+
name: "TooManyTagsException";
|
|
298
|
+
$fault: "client";
|
|
299
|
+
Message?: string;
|
|
300
|
+
}
|
|
301
|
+
export declare namespace TooManyTagsException {
|
|
302
|
+
|
|
303
|
+
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export interface AllocationIdNotFoundException extends __SmithyException, $MetadataBearer {
|
|
307
|
+
name: "AllocationIdNotFoundException";
|
|
308
|
+
$fault: "client";
|
|
309
|
+
Message?: string;
|
|
310
|
+
}
|
|
311
|
+
export declare namespace AllocationIdNotFoundException {
|
|
312
|
+
|
|
313
|
+
const filterSensitiveLog: (obj: AllocationIdNotFoundException) => any;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export interface ALPNPolicyNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
317
|
+
name: "ALPNPolicyNotSupportedException";
|
|
318
|
+
$fault: "client";
|
|
319
|
+
Message?: string;
|
|
320
|
+
}
|
|
321
|
+
export declare namespace ALPNPolicyNotSupportedException {
|
|
322
|
+
|
|
323
|
+
const filterSensitiveLog: (obj: ALPNPolicyNotSupportedException) => any;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface LoadBalancerAddress {
|
|
327
|
+
|
|
328
|
+
IpAddress?: string;
|
|
329
|
+
|
|
330
|
+
AllocationId?: string;
|
|
331
|
+
|
|
332
|
+
PrivateIPv4Address?: string;
|
|
333
|
+
|
|
334
|
+
IPv6Address?: string;
|
|
335
|
+
}
|
|
336
|
+
export declare namespace LoadBalancerAddress {
|
|
337
|
+
|
|
338
|
+
const filterSensitiveLog: (obj: LoadBalancerAddress) => any;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface AvailabilityZone {
|
|
342
|
+
|
|
343
|
+
ZoneName?: string;
|
|
344
|
+
|
|
345
|
+
SubnetId?: string;
|
|
346
|
+
|
|
347
|
+
OutpostId?: string;
|
|
348
|
+
|
|
349
|
+
LoadBalancerAddresses?: LoadBalancerAddress[];
|
|
350
|
+
}
|
|
351
|
+
export declare namespace AvailabilityZone {
|
|
352
|
+
|
|
353
|
+
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export interface AvailabilityZoneNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
357
|
+
name: "AvailabilityZoneNotSupportedException";
|
|
358
|
+
$fault: "client";
|
|
359
|
+
Message?: string;
|
|
360
|
+
}
|
|
361
|
+
export declare namespace AvailabilityZoneNotSupportedException {
|
|
362
|
+
|
|
363
|
+
const filterSensitiveLog: (obj: AvailabilityZoneNotSupportedException) => any;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface Cipher {
|
|
367
|
+
|
|
368
|
+
Name?: string;
|
|
369
|
+
|
|
370
|
+
Priority?: number;
|
|
371
|
+
}
|
|
372
|
+
export declare namespace Cipher {
|
|
373
|
+
|
|
374
|
+
const filterSensitiveLog: (obj: Cipher) => any;
|
|
375
|
+
}
|
|
376
|
+
export declare type ProtocolEnum = "GENEVE" | "HTTP" | "HTTPS" | "TCP" | "TCP_UDP" | "TLS" | "UDP";
|
|
377
|
+
export interface CreateListenerInput {
|
|
378
|
+
|
|
379
|
+
LoadBalancerArn: string | undefined;
|
|
380
|
+
|
|
381
|
+
Protocol?: ProtocolEnum | string;
|
|
382
|
+
|
|
383
|
+
Port?: number;
|
|
384
|
+
|
|
385
|
+
SslPolicy?: string;
|
|
386
|
+
|
|
387
|
+
Certificates?: Certificate[];
|
|
388
|
+
|
|
389
|
+
DefaultActions: Action[] | undefined;
|
|
390
|
+
|
|
391
|
+
AlpnPolicy?: string[];
|
|
392
|
+
|
|
393
|
+
Tags?: Tag[];
|
|
394
|
+
}
|
|
395
|
+
export declare namespace CreateListenerInput {
|
|
396
|
+
|
|
397
|
+
const filterSensitiveLog: (obj: CreateListenerInput) => any;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface Listener {
|
|
401
|
+
|
|
402
|
+
ListenerArn?: string;
|
|
403
|
+
|
|
404
|
+
LoadBalancerArn?: string;
|
|
405
|
+
|
|
406
|
+
Port?: number;
|
|
407
|
+
|
|
408
|
+
Protocol?: ProtocolEnum | string;
|
|
409
|
+
|
|
410
|
+
Certificates?: Certificate[];
|
|
411
|
+
|
|
412
|
+
SslPolicy?: string;
|
|
413
|
+
|
|
414
|
+
DefaultActions?: Action[];
|
|
415
|
+
|
|
416
|
+
AlpnPolicy?: string[];
|
|
417
|
+
}
|
|
418
|
+
export declare namespace Listener {
|
|
419
|
+
|
|
420
|
+
const filterSensitiveLog: (obj: Listener) => any;
|
|
421
|
+
}
|
|
422
|
+
export interface CreateListenerOutput {
|
|
423
|
+
|
|
424
|
+
Listeners?: Listener[];
|
|
425
|
+
}
|
|
426
|
+
export declare namespace CreateListenerOutput {
|
|
427
|
+
|
|
428
|
+
const filterSensitiveLog: (obj: CreateListenerOutput) => any;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export interface DuplicateListenerException extends __SmithyException, $MetadataBearer {
|
|
432
|
+
name: "DuplicateListenerException";
|
|
433
|
+
$fault: "client";
|
|
434
|
+
Message?: string;
|
|
435
|
+
}
|
|
436
|
+
export declare namespace DuplicateListenerException {
|
|
437
|
+
|
|
438
|
+
const filterSensitiveLog: (obj: DuplicateListenerException) => any;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export interface IncompatibleProtocolsException extends __SmithyException, $MetadataBearer {
|
|
442
|
+
name: "IncompatibleProtocolsException";
|
|
443
|
+
$fault: "client";
|
|
444
|
+
Message?: string;
|
|
445
|
+
}
|
|
446
|
+
export declare namespace IncompatibleProtocolsException {
|
|
447
|
+
|
|
448
|
+
const filterSensitiveLog: (obj: IncompatibleProtocolsException) => any;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface InvalidConfigurationRequestException extends __SmithyException, $MetadataBearer {
|
|
452
|
+
name: "InvalidConfigurationRequestException";
|
|
453
|
+
$fault: "client";
|
|
454
|
+
Message?: string;
|
|
455
|
+
}
|
|
456
|
+
export declare namespace InvalidConfigurationRequestException {
|
|
457
|
+
|
|
458
|
+
const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
export interface InvalidLoadBalancerActionException extends __SmithyException, $MetadataBearer {
|
|
462
|
+
name: "InvalidLoadBalancerActionException";
|
|
463
|
+
$fault: "client";
|
|
464
|
+
Message?: string;
|
|
465
|
+
}
|
|
466
|
+
export declare namespace InvalidLoadBalancerActionException {
|
|
467
|
+
|
|
468
|
+
const filterSensitiveLog: (obj: InvalidLoadBalancerActionException) => any;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export interface SSLPolicyNotFoundException extends __SmithyException, $MetadataBearer {
|
|
472
|
+
name: "SSLPolicyNotFoundException";
|
|
473
|
+
$fault: "client";
|
|
474
|
+
Message?: string;
|
|
475
|
+
}
|
|
476
|
+
export declare namespace SSLPolicyNotFoundException {
|
|
477
|
+
|
|
478
|
+
const filterSensitiveLog: (obj: SSLPolicyNotFoundException) => any;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export interface TargetGroupAssociationLimitException extends __SmithyException, $MetadataBearer {
|
|
482
|
+
name: "TargetGroupAssociationLimitException";
|
|
483
|
+
$fault: "client";
|
|
484
|
+
Message?: string;
|
|
485
|
+
}
|
|
486
|
+
export declare namespace TargetGroupAssociationLimitException {
|
|
487
|
+
|
|
488
|
+
const filterSensitiveLog: (obj: TargetGroupAssociationLimitException) => any;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export interface TooManyActionsException extends __SmithyException, $MetadataBearer {
|
|
492
|
+
name: "TooManyActionsException";
|
|
493
|
+
$fault: "client";
|
|
494
|
+
Message?: string;
|
|
495
|
+
}
|
|
496
|
+
export declare namespace TooManyActionsException {
|
|
497
|
+
|
|
498
|
+
const filterSensitiveLog: (obj: TooManyActionsException) => any;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export interface TooManyListenersException extends __SmithyException, $MetadataBearer {
|
|
502
|
+
name: "TooManyListenersException";
|
|
503
|
+
$fault: "client";
|
|
504
|
+
Message?: string;
|
|
505
|
+
}
|
|
506
|
+
export declare namespace TooManyListenersException {
|
|
507
|
+
|
|
508
|
+
const filterSensitiveLog: (obj: TooManyListenersException) => any;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export interface TooManyRegistrationsForTargetIdException extends __SmithyException, $MetadataBearer {
|
|
512
|
+
name: "TooManyRegistrationsForTargetIdException";
|
|
513
|
+
$fault: "client";
|
|
514
|
+
Message?: string;
|
|
515
|
+
}
|
|
516
|
+
export declare namespace TooManyRegistrationsForTargetIdException {
|
|
517
|
+
|
|
518
|
+
const filterSensitiveLog: (obj: TooManyRegistrationsForTargetIdException) => any;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export interface TooManyTargetsException extends __SmithyException, $MetadataBearer {
|
|
522
|
+
name: "TooManyTargetsException";
|
|
523
|
+
$fault: "client";
|
|
524
|
+
Message?: string;
|
|
525
|
+
}
|
|
526
|
+
export declare namespace TooManyTargetsException {
|
|
527
|
+
|
|
528
|
+
const filterSensitiveLog: (obj: TooManyTargetsException) => any;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export interface TooManyUniqueTargetGroupsPerLoadBalancerException extends __SmithyException, $MetadataBearer {
|
|
532
|
+
name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
533
|
+
$fault: "client";
|
|
534
|
+
Message?: string;
|
|
535
|
+
}
|
|
536
|
+
export declare namespace TooManyUniqueTargetGroupsPerLoadBalancerException {
|
|
537
|
+
|
|
538
|
+
const filterSensitiveLog: (obj: TooManyUniqueTargetGroupsPerLoadBalancerException) => any;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export interface UnsupportedProtocolException extends __SmithyException, $MetadataBearer {
|
|
542
|
+
name: "UnsupportedProtocolException";
|
|
543
|
+
$fault: "client";
|
|
544
|
+
Message?: string;
|
|
545
|
+
}
|
|
546
|
+
export declare namespace UnsupportedProtocolException {
|
|
547
|
+
|
|
548
|
+
const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
|
|
549
|
+
}
|
|
550
|
+
export declare enum IpAddressType {
|
|
551
|
+
DUALSTACK = "dualstack",
|
|
552
|
+
IPV4 = "ipv4"
|
|
553
|
+
}
|
|
554
|
+
export declare enum LoadBalancerSchemeEnum {
|
|
555
|
+
INTERNAL = "internal",
|
|
556
|
+
INTERNET_FACING = "internet-facing"
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface SubnetMapping {
|
|
560
|
+
|
|
561
|
+
SubnetId?: string;
|
|
562
|
+
|
|
563
|
+
AllocationId?: string;
|
|
564
|
+
|
|
565
|
+
PrivateIPv4Address?: string;
|
|
566
|
+
|
|
567
|
+
IPv6Address?: string;
|
|
568
|
+
}
|
|
569
|
+
export declare namespace SubnetMapping {
|
|
570
|
+
|
|
571
|
+
const filterSensitiveLog: (obj: SubnetMapping) => any;
|
|
572
|
+
}
|
|
573
|
+
export declare enum LoadBalancerTypeEnum {
|
|
574
|
+
APPLICATION = "application",
|
|
575
|
+
GATEWAY = "gateway",
|
|
576
|
+
NETWORK = "network"
|
|
577
|
+
}
|
|
578
|
+
export interface CreateLoadBalancerInput {
|
|
579
|
+
|
|
580
|
+
Name: string | undefined;
|
|
581
|
+
|
|
582
|
+
Subnets?: string[];
|
|
583
|
+
|
|
584
|
+
SubnetMappings?: SubnetMapping[];
|
|
585
|
+
|
|
586
|
+
SecurityGroups?: string[];
|
|
587
|
+
|
|
588
|
+
Scheme?: LoadBalancerSchemeEnum | string;
|
|
589
|
+
|
|
590
|
+
Tags?: Tag[];
|
|
591
|
+
|
|
592
|
+
Type?: LoadBalancerTypeEnum | string;
|
|
593
|
+
|
|
594
|
+
IpAddressType?: IpAddressType | string;
|
|
595
|
+
|
|
596
|
+
CustomerOwnedIpv4Pool?: string;
|
|
597
|
+
}
|
|
598
|
+
export declare namespace CreateLoadBalancerInput {
|
|
599
|
+
|
|
600
|
+
const filterSensitiveLog: (obj: CreateLoadBalancerInput) => any;
|
|
601
|
+
}
|
|
602
|
+
export declare enum LoadBalancerStateEnum {
|
|
603
|
+
ACTIVE = "active",
|
|
604
|
+
ACTIVE_IMPAIRED = "active_impaired",
|
|
605
|
+
FAILED = "failed",
|
|
606
|
+
PROVISIONING = "provisioning"
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export interface LoadBalancerState {
|
|
610
|
+
|
|
611
|
+
Code?: LoadBalancerStateEnum | string;
|
|
612
|
+
|
|
613
|
+
Reason?: string;
|
|
614
|
+
}
|
|
615
|
+
export declare namespace LoadBalancerState {
|
|
616
|
+
|
|
617
|
+
const filterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
export interface LoadBalancer {
|
|
621
|
+
|
|
622
|
+
LoadBalancerArn?: string;
|
|
623
|
+
|
|
624
|
+
DNSName?: string;
|
|
625
|
+
|
|
626
|
+
CanonicalHostedZoneId?: string;
|
|
627
|
+
|
|
628
|
+
CreatedTime?: Date;
|
|
629
|
+
|
|
630
|
+
LoadBalancerName?: string;
|
|
631
|
+
|
|
632
|
+
Scheme?: LoadBalancerSchemeEnum | string;
|
|
633
|
+
|
|
634
|
+
VpcId?: string;
|
|
635
|
+
|
|
636
|
+
State?: LoadBalancerState;
|
|
637
|
+
|
|
638
|
+
Type?: LoadBalancerTypeEnum | string;
|
|
639
|
+
|
|
640
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
641
|
+
|
|
642
|
+
SecurityGroups?: string[];
|
|
643
|
+
|
|
644
|
+
IpAddressType?: IpAddressType | string;
|
|
645
|
+
|
|
646
|
+
CustomerOwnedIpv4Pool?: string;
|
|
647
|
+
}
|
|
648
|
+
export declare namespace LoadBalancer {
|
|
649
|
+
|
|
650
|
+
const filterSensitiveLog: (obj: LoadBalancer) => any;
|
|
651
|
+
}
|
|
652
|
+
export interface CreateLoadBalancerOutput {
|
|
653
|
+
|
|
654
|
+
LoadBalancers?: LoadBalancer[];
|
|
655
|
+
}
|
|
656
|
+
export declare namespace CreateLoadBalancerOutput {
|
|
657
|
+
|
|
658
|
+
const filterSensitiveLog: (obj: CreateLoadBalancerOutput) => any;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export interface DuplicateLoadBalancerNameException extends __SmithyException, $MetadataBearer {
|
|
662
|
+
name: "DuplicateLoadBalancerNameException";
|
|
663
|
+
$fault: "client";
|
|
664
|
+
Message?: string;
|
|
665
|
+
}
|
|
666
|
+
export declare namespace DuplicateLoadBalancerNameException {
|
|
667
|
+
|
|
668
|
+
const filterSensitiveLog: (obj: DuplicateLoadBalancerNameException) => any;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export interface InvalidSchemeException extends __SmithyException, $MetadataBearer {
|
|
672
|
+
name: "InvalidSchemeException";
|
|
673
|
+
$fault: "client";
|
|
674
|
+
Message?: string;
|
|
675
|
+
}
|
|
676
|
+
export declare namespace InvalidSchemeException {
|
|
677
|
+
|
|
678
|
+
const filterSensitiveLog: (obj: InvalidSchemeException) => any;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export interface InvalidSecurityGroupException extends __SmithyException, $MetadataBearer {
|
|
682
|
+
name: "InvalidSecurityGroupException";
|
|
683
|
+
$fault: "client";
|
|
684
|
+
Message?: string;
|
|
685
|
+
}
|
|
686
|
+
export declare namespace InvalidSecurityGroupException {
|
|
687
|
+
|
|
688
|
+
const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
export interface InvalidSubnetException extends __SmithyException, $MetadataBearer {
|
|
692
|
+
name: "InvalidSubnetException";
|
|
693
|
+
$fault: "client";
|
|
694
|
+
Message?: string;
|
|
695
|
+
}
|
|
696
|
+
export declare namespace InvalidSubnetException {
|
|
697
|
+
|
|
698
|
+
const filterSensitiveLog: (obj: InvalidSubnetException) => any;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
702
|
+
name: "OperationNotPermittedException";
|
|
703
|
+
$fault: "client";
|
|
704
|
+
Message?: string;
|
|
705
|
+
}
|
|
706
|
+
export declare namespace OperationNotPermittedException {
|
|
707
|
+
|
|
708
|
+
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
712
|
+
name: "ResourceInUseException";
|
|
713
|
+
$fault: "client";
|
|
714
|
+
Message?: string;
|
|
715
|
+
}
|
|
716
|
+
export declare namespace ResourceInUseException {
|
|
717
|
+
|
|
718
|
+
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
export interface SubnetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
722
|
+
name: "SubnetNotFoundException";
|
|
723
|
+
$fault: "client";
|
|
724
|
+
Message?: string;
|
|
725
|
+
}
|
|
726
|
+
export declare namespace SubnetNotFoundException {
|
|
727
|
+
|
|
728
|
+
const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
export interface TooManyLoadBalancersException extends __SmithyException, $MetadataBearer {
|
|
732
|
+
name: "TooManyLoadBalancersException";
|
|
733
|
+
$fault: "client";
|
|
734
|
+
Message?: string;
|
|
735
|
+
}
|
|
736
|
+
export declare namespace TooManyLoadBalancersException {
|
|
737
|
+
|
|
738
|
+
const filterSensitiveLog: (obj: TooManyLoadBalancersException) => any;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export interface HostHeaderConditionConfig {
|
|
742
|
+
|
|
743
|
+
Values?: string[];
|
|
744
|
+
}
|
|
745
|
+
export declare namespace HostHeaderConditionConfig {
|
|
746
|
+
|
|
747
|
+
const filterSensitiveLog: (obj: HostHeaderConditionConfig) => any;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
export interface HttpHeaderConditionConfig {
|
|
751
|
+
|
|
752
|
+
HttpHeaderName?: string;
|
|
753
|
+
|
|
754
|
+
Values?: string[];
|
|
755
|
+
}
|
|
756
|
+
export declare namespace HttpHeaderConditionConfig {
|
|
757
|
+
|
|
758
|
+
const filterSensitiveLog: (obj: HttpHeaderConditionConfig) => any;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export interface HttpRequestMethodConditionConfig {
|
|
762
|
+
|
|
763
|
+
Values?: string[];
|
|
764
|
+
}
|
|
765
|
+
export declare namespace HttpRequestMethodConditionConfig {
|
|
766
|
+
|
|
767
|
+
const filterSensitiveLog: (obj: HttpRequestMethodConditionConfig) => any;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
export interface PathPatternConditionConfig {
|
|
771
|
+
|
|
772
|
+
Values?: string[];
|
|
773
|
+
}
|
|
774
|
+
export declare namespace PathPatternConditionConfig {
|
|
775
|
+
|
|
776
|
+
const filterSensitiveLog: (obj: PathPatternConditionConfig) => any;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
export interface QueryStringKeyValuePair {
|
|
780
|
+
|
|
781
|
+
Key?: string;
|
|
782
|
+
|
|
783
|
+
Value?: string;
|
|
784
|
+
}
|
|
785
|
+
export declare namespace QueryStringKeyValuePair {
|
|
786
|
+
|
|
787
|
+
const filterSensitiveLog: (obj: QueryStringKeyValuePair) => any;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
export interface QueryStringConditionConfig {
|
|
791
|
+
|
|
792
|
+
Values?: QueryStringKeyValuePair[];
|
|
793
|
+
}
|
|
794
|
+
export declare namespace QueryStringConditionConfig {
|
|
795
|
+
|
|
796
|
+
const filterSensitiveLog: (obj: QueryStringConditionConfig) => any;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface SourceIpConditionConfig {
|
|
800
|
+
|
|
801
|
+
Values?: string[];
|
|
802
|
+
}
|
|
803
|
+
export declare namespace SourceIpConditionConfig {
|
|
804
|
+
|
|
805
|
+
const filterSensitiveLog: (obj: SourceIpConditionConfig) => any;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export interface RuleCondition {
|
|
809
|
+
|
|
810
|
+
Field?: string;
|
|
811
|
+
|