@aws-sdk/client-global-accelerator 3.1077.0 → 3.1079.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/index.js +174 -673
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/AddEndpointsCommand.js +2 -14
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -14
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateListenerCommand.js +2 -14
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteListenerCommand.js +2 -14
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeListenerCommand.js +2 -14
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -14
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListListenersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/UpdateListenerCommand.js +2 -14
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "GlobalAccelerator_V20180706", "GlobalAcceleratorClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddCustomRoutingEndpoints$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddCustomRoutingEndpointsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
|
|
14
|
-
.sc(AddCustomRoutingEndpoints$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddCustomRoutingEndpointsCommand extends command(_ep0, _mw0, "AddCustomRoutingEndpoints", AddCustomRoutingEndpoints$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddEndpoints$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddEndpointsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "AddEndpoints", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "AddEndpointsCommand")
|
|
14
|
-
.sc(AddEndpoints$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddEndpointsCommand extends command(_ep0, _mw0, "AddEndpoints", AddEndpoints$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AdvertiseByoipCidr$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AdvertiseByoipCidrCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
|
|
14
|
-
.sc(AdvertiseByoipCidr$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AdvertiseByoipCidrCommand extends command(_ep0, _mw0, "AdvertiseByoipCidr", AdvertiseByoipCidr$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AllowCustomRoutingTraffic$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AllowCustomRoutingTrafficCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
|
|
14
|
-
.sc(AllowCustomRoutingTraffic$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AllowCustomRoutingTrafficCommand extends command(_ep0, _mw0, "AllowCustomRoutingTraffic", AllowCustomRoutingTraffic$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAccelerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAcceleratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateAccelerator", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
|
|
14
|
-
.sc(CreateAccelerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAcceleratorCommand extends command(_ep0, _mw0, "CreateAccelerator", CreateAccelerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCrossAccountAttachmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(CreateCrossAccountAttachment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCrossAccountAttachmentCommand extends command(_ep0, _mw0, "CreateCrossAccountAttachment", CreateCrossAccountAttachment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCustomRoutingAcceleratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(CreateCustomRoutingAccelerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "CreateCustomRoutingAccelerator", CreateCustomRoutingAccelerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCustomRoutingEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
|
|
14
|
-
.sc(CreateCustomRoutingEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "CreateCustomRoutingEndpointGroup", CreateCustomRoutingEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCustomRoutingListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
|
|
14
|
-
.sc(CreateCustomRoutingListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCustomRoutingListenerCommand extends command(_ep0, _mw0, "CreateCustomRoutingListener", CreateCustomRoutingListener$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
|
|
14
|
-
.sc(CreateEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEndpointGroupCommand extends command(_ep0, _mw0, "CreateEndpointGroup", CreateEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "CreateListener", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "CreateListenerCommand")
|
|
14
|
-
.sc(CreateListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateListenerCommand extends command(_ep0, _mw0, "CreateListener", CreateListener$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAccelerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAcceleratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
|
|
14
|
-
.sc(DeleteAccelerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAcceleratorCommand extends command(_ep0, _mw0, "DeleteAccelerator", DeleteAccelerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCrossAccountAttachmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(DeleteCrossAccountAttachment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DeleteCrossAccountAttachment", DeleteCrossAccountAttachment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCustomRoutingAcceleratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(DeleteCustomRoutingAccelerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DeleteCustomRoutingAccelerator", DeleteCustomRoutingAccelerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCustomRoutingEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
|
|
14
|
-
.sc(DeleteCustomRoutingEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DeleteCustomRoutingEndpointGroup", DeleteCustomRoutingEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCustomRoutingListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
|
|
14
|
-
.sc(DeleteCustomRoutingListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCustomRoutingListenerCommand extends command(_ep0, _mw0, "DeleteCustomRoutingListener", DeleteCustomRoutingListener$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
|
|
14
|
-
.sc(DeleteEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEndpointGroupCommand extends command(_ep0, _mw0, "DeleteEndpointGroup", DeleteEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeleteListener", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeleteListenerCommand")
|
|
14
|
-
.sc(DeleteListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteListenerCommand extends command(_ep0, _mw0, "DeleteListener", DeleteListener$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DenyCustomRoutingTraffic$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DenyCustomRoutingTrafficCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
|
|
14
|
-
.sc(DenyCustomRoutingTraffic$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DenyCustomRoutingTrafficCommand extends command(_ep0, _mw0, "DenyCustomRoutingTraffic", DenyCustomRoutingTraffic$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeprovisionByoipCidr$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeprovisionByoipCidrCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
|
|
14
|
-
.sc(DeprovisionByoipCidr$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeprovisionByoipCidrCommand extends command(_ep0, _mw0, "DeprovisionByoipCidr", DeprovisionByoipCidr$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAcceleratorAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAcceleratorAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
|
|
14
|
-
.sc(DescribeAcceleratorAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeAcceleratorAttributes", DescribeAcceleratorAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAccelerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAcceleratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
|
|
14
|
-
.sc(DescribeAccelerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAcceleratorCommand extends command(_ep0, _mw0, "DescribeAccelerator", DescribeAccelerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCrossAccountAttachmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(DescribeCrossAccountAttachment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DescribeCrossAccountAttachment", DescribeCrossAccountAttachment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCustomRoutingAcceleratorAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingAcceleratorAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCustomRoutingAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAcceleratorAttributes", DescribeCustomRoutingAcceleratorAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCustomRoutingAcceleratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingAccelerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAccelerator", DescribeCustomRoutingAccelerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCustomRoutingEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DescribeCustomRoutingEndpointGroup", DescribeCustomRoutingEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCustomRoutingListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCustomRoutingListenerCommand extends command(_ep0, _mw0, "DescribeCustomRoutingListener", DescribeCustomRoutingListener$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEndpointGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
|
|
14
|
-
.sc(DescribeEndpointGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEndpointGroupCommand extends command(_ep0, _mw0, "DescribeEndpointGroup", DescribeEndpointGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "DescribeListener", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "DescribeListenerCommand")
|
|
14
|
-
.sc(DescribeListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeListenerCommand extends command(_ep0, _mw0, "DescribeListener", DescribeListener$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAccelerators$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAcceleratorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "ListAccelerators", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
|
|
14
|
-
.sc(ListAccelerators$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAcceleratorsCommand extends command(_ep0, _mw0, "ListAccelerators", ListAccelerators$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListByoipCidrs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListByoipCidrsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
|
|
13
|
-
.n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
|
|
14
|
-
.sc(ListByoipCidrs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListByoipCidrsCommand extends command(_ep0, _mw0, "ListByoipCidrs", ListByoipCidrs$) {
|
|
16
4
|
}
|