@aws-sdk/client-global-accelerator 3.926.0 → 3.928.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 +1759 -2091
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/GlobalAcceleratorClient.js +2 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -9
- package/dist-es/commands/AddEndpointsCommand.js +3 -9
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -9
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +3 -9
- package/dist-es/commands/CreateAcceleratorCommand.js +3 -9
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -9
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/CreateEndpointGroupCommand.js +3 -9
- package/dist-es/commands/CreateListenerCommand.js +3 -9
- package/dist-es/commands/DeleteAcceleratorCommand.js +3 -9
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DeleteListenerCommand.js +3 -9
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +3 -9
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -9
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeAcceleratorCommand.js +3 -9
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DescribeListenerCommand.js +3 -9
- package/dist-es/commands/ListAcceleratorsCommand.js +3 -9
- package/dist-es/commands/ListByoipCidrsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -9
- package/dist-es/commands/ListEndpointGroupsCommand.js +3 -9
- package/dist-es/commands/ListListenersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -9
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +3 -9
- package/dist-es/commands/RemoveEndpointsCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateAcceleratorCommand.js +3 -9
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -9
- package/dist-es/commands/UpdateListenerCommand.js +3 -9
- package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1594 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +244 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +249 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1643
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -506
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -677
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeCrossAccountAttachment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeCrossAccountAttachmentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeCrossAccountAttachmentCommand)
|
|
20
|
-
.de(de_DescribeCrossAccountAttachmentCommand)
|
|
14
|
+
.sc(DescribeCrossAccountAttachment)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeCustomRoutingAcceleratorAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeCustomRoutingAcceleratorAttributesCommand)
|
|
20
|
-
.de(de_DescribeCustomRoutingAcceleratorAttributesCommand)
|
|
14
|
+
.sc(DescribeCustomRoutingAcceleratorAttributes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeCustomRoutingAccelerator } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeCustomRoutingAcceleratorCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeCustomRoutingAcceleratorCommand)
|
|
20
|
-
.de(de_DescribeCustomRoutingAcceleratorCommand)
|
|
14
|
+
.sc(DescribeCustomRoutingAccelerator)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeCustomRoutingEndpointGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeCustomRoutingEndpointGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeCustomRoutingEndpointGroupCommand)
|
|
20
|
-
.de(de_DescribeCustomRoutingEndpointGroupCommand)
|
|
14
|
+
.sc(DescribeCustomRoutingEndpointGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeCustomRoutingListener } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeCustomRoutingListenerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeCustomRoutingListenerCommand)
|
|
20
|
-
.de(de_DescribeCustomRoutingListenerCommand)
|
|
14
|
+
.sc(DescribeCustomRoutingListener)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeEndpointGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeEndpointGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeEndpointGroupCommand)
|
|
20
|
-
.de(de_DescribeEndpointGroupCommand)
|
|
14
|
+
.sc(DescribeEndpointGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeListener } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeListenerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "DescribeListener", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "DescribeListenerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeListenerCommand)
|
|
20
|
-
.de(de_DescribeListenerCommand)
|
|
14
|
+
.sc(DescribeListener)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListAccelerators } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAcceleratorsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListAccelerators", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAcceleratorsCommand)
|
|
20
|
-
.de(de_ListAcceleratorsCommand)
|
|
14
|
+
.sc(ListAccelerators)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListByoipCidrs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListByoipCidrsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListByoipCidrsCommand)
|
|
20
|
-
.de(de_ListByoipCidrsCommand)
|
|
14
|
+
.sc(ListByoipCidrs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCrossAccountAttachments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCrossAccountAttachmentsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCrossAccountAttachmentsCommand)
|
|
20
|
-
.de(de_ListCrossAccountAttachmentsCommand)
|
|
14
|
+
.sc(ListCrossAccountAttachments)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCrossAccountResourceAccounts } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCrossAccountResourceAccountsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCrossAccountResourceAccountsCommand)
|
|
20
|
-
.de(de_ListCrossAccountResourceAccountsCommand)
|
|
14
|
+
.sc(ListCrossAccountResourceAccounts)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCrossAccountResources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCrossAccountResourcesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCrossAccountResourcesCommand)
|
|
20
|
-
.de(de_ListCrossAccountResourcesCommand)
|
|
14
|
+
.sc(ListCrossAccountResources)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCustomRoutingAccelerators } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCustomRoutingAcceleratorsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCustomRoutingAcceleratorsCommand)
|
|
20
|
-
.de(de_ListCustomRoutingAcceleratorsCommand)
|
|
14
|
+
.sc(ListCustomRoutingAccelerators)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCustomRoutingEndpointGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCustomRoutingEndpointGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCustomRoutingEndpointGroupsCommand)
|
|
20
|
-
.de(de_ListCustomRoutingEndpointGroupsCommand)
|
|
14
|
+
.sc(ListCustomRoutingEndpointGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCustomRoutingListeners } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCustomRoutingListenersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCustomRoutingListenersCommand)
|
|
20
|
-
.de(de_ListCustomRoutingListenersCommand)
|
|
14
|
+
.sc(ListCustomRoutingListeners)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCustomRoutingPortMappingsByDestination } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCustomRoutingPortMappingsByDestinationCommand)
|
|
20
|
-
.de(de_ListCustomRoutingPortMappingsByDestinationCommand)
|
|
14
|
+
.sc(ListCustomRoutingPortMappingsByDestination)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCustomRoutingPortMappings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCustomRoutingPortMappingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCustomRoutingPortMappingsCommand)
|
|
20
|
-
.de(de_ListCustomRoutingPortMappingsCommand)
|
|
14
|
+
.sc(ListCustomRoutingPortMappings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListEndpointGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListEndpointGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListEndpointGroupsCommand)
|
|
20
|
-
.de(de_ListEndpointGroupsCommand)
|
|
14
|
+
.sc(ListEndpointGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListListeners } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListListenersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListListeners", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListListenersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListListenersCommand)
|
|
20
|
-
.de(de_ListListenersCommand)
|
|
14
|
+
.sc(ListListeners)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ProvisionByoipCidr } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ProvisionByoipCidrCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ProvisionByoipCidrCommand)
|
|
20
|
-
.de(de_ProvisionByoipCidrCommand)
|
|
14
|
+
.sc(ProvisionByoipCidr)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RemoveCustomRoutingEndpoints } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RemoveCustomRoutingEndpointsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RemoveCustomRoutingEndpointsCommand)
|
|
20
|
-
.de(de_RemoveCustomRoutingEndpointsCommand)
|
|
14
|
+
.sc(RemoveCustomRoutingEndpoints)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RemoveEndpoints } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RemoveEndpointsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
|
|
17
13
|
.n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RemoveEndpointsCommand)
|
|
20
|
-
.de(de_RemoveEndpointsCommand)
|
|
14
|
+
.sc(RemoveEndpoints)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|