@aws-sdk/client-global-accelerator 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/GlobalAccelerator.js +1 -123
- package/dist-cjs/GlobalAcceleratorClient.js +1 -43
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +1 -28
- package/dist-cjs/commands/AddEndpointsCommand.js +1 -28
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +1 -28
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +1 -28
- package/dist-cjs/commands/CreateAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/CreateCrossAccountAttachmentCommand.js +1 -28
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +1 -28
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateListenerCommand.js +1 -28
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/DeleteCrossAccountAttachmentCommand.js +1 -28
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +1 -28
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +1 -28
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +1 -28
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/DescribeCrossAccountAttachmentCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +1 -28
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeListenerCommand.js +1 -28
- package/dist-cjs/commands/ListAcceleratorsCommand.js +1 -28
- package/dist-cjs/commands/ListByoipCidrsCommand.js +1 -28
- package/dist-cjs/commands/ListCrossAccountAttachmentsCommand.js +1 -28
- package/dist-cjs/commands/ListCrossAccountResourceAccountsCommand.js +1 -28
- package/dist-cjs/commands/ListCrossAccountResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +1 -28
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +1 -28
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +1 -28
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListListenersCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +1 -28
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +1 -28
- package/dist-cjs/commands/RemoveEndpointsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +1 -28
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/UpdateCrossAccountAttachmentCommand.js +1 -28
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +1 -28
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +1 -28
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +1 -28
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateListenerCommand.js +1 -28
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -59
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5012 -11
- package/dist-cjs/models/GlobalAcceleratorServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCrossAccountAttachmentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCrossAccountResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +1 -7
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +1 -7
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListListenersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3324
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,59 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddCustomRoutingEndpointsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AddEndpointsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AdvertiseByoipCidrCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./AllowCustomRoutingTrafficCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateAcceleratorCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateCrossAccountAttachmentCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateCustomRoutingAcceleratorCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateCustomRoutingEndpointGroupCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateCustomRoutingListenerCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateEndpointGroupCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateListenerCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteAcceleratorCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteCrossAccountAttachmentCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteCustomRoutingAcceleratorCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteCustomRoutingEndpointGroupCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteCustomRoutingListenerCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteEndpointGroupCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteListenerCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DenyCustomRoutingTrafficCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeprovisionByoipCidrCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeAcceleratorAttributesCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DescribeAcceleratorCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DescribeCrossAccountAttachmentCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeCustomRoutingAcceleratorAttributesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeCustomRoutingAcceleratorCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeCustomRoutingEndpointGroupCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeCustomRoutingListenerCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeEndpointGroupCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribeListenerCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListAcceleratorsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListByoipCidrsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListCrossAccountAttachmentsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListCrossAccountResourceAccountsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListCrossAccountResourcesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListCustomRoutingAcceleratorsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListCustomRoutingEndpointGroupsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListCustomRoutingListenersCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListCustomRoutingPortMappingsByDestinationCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListCustomRoutingPortMappingsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListEndpointGroupsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListListenersCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ProvisionByoipCidrCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./RemoveCustomRoutingEndpointsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./RemoveEndpointsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateAcceleratorAttributesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateAcceleratorCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateCrossAccountAttachmentCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateCustomRoutingAcceleratorAttributesCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdateCustomRoutingAcceleratorCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UpdateCustomRoutingListenerCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateEndpointGroupCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateListenerCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./WithdrawByoipCidrCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "globalaccelerator",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|