@aws-sdk/client-elastic-load-balancing-v2 3.490.0 → 3.495.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/dist-cjs/ElasticLoadBalancingV2.js +1 -99
- package/dist-cjs/ElasticLoadBalancingV2Client.js +1 -43
- package/dist-cjs/commands/AddListenerCertificatesCommand.js +1 -28
- package/dist-cjs/commands/AddTagsCommand.js +1 -28
- package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +1 -28
- package/dist-cjs/commands/CreateListenerCommand.js +1 -28
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTargetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +1 -28
- package/dist-cjs/commands/DescribeListenersCommand.js +1 -28
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +1 -28
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +1 -28
- package/dist-cjs/commands/DescribeRulesCommand.js +1 -28
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustStoresCommand.js +1 -28
- package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +1 -28
- package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +1 -28
- package/dist-cjs/commands/ModifyListenerCommand.js +1 -28
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +1 -28
- package/dist-cjs/commands/ModifyRuleCommand.js +1 -28
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +1 -28
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/ModifyTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/RegisterTargetsCommand.js +1 -28
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
- package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +1 -28
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +1 -28
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +1 -28
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +1 -28
- package/dist-cjs/commands/SetSubnetsCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -47
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +8836 -12
- package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -781
- package/dist-cjs/pagination/DescribeListenersPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_query.js +1 -6597
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -8
- package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +1 -62
- package/dist-cjs/waiters/waitForLoadBalancerExists.js +1 -31
- package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +1 -47
- package/dist-cjs/waiters/waitForTargetDeregistered.js +1 -47
- package/dist-cjs/waiters/waitForTargetInService.js +1 -47
- package/package.json +41 -41
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ElasticLoadBalancingV2ServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class ElasticLoadBalancingV2ServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, ElasticLoadBalancingV2ServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.ElasticLoadBalancingV2ServiceException = ElasticLoadBalancingV2ServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED