@aws-sdk/client-global-accelerator 3.952.0 → 3.953.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 +695 -494
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/AddEndpointsCommand.js +2 -2
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -2
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCommand.js +2 -2
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListListenersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/UpdateListenerCommand.js +2 -2
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +384 -390
- package/dist-types/GlobalAcceleratorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +208 -244
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +207 -244
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.globalaccelerator",
|
|
32
|
+
version: "2018-08-08",
|
|
33
|
+
serviceTarget: "GlobalAccelerator_V20180706",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Global Accelerator",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AddCustomRoutingEndpoints } from "../schemas/schemas_0";
|
|
4
|
+
import { AddCustomRoutingEndpoints$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddCustomRoutingEndpointsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddCustomRoutingEndpointsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
|
|
14
|
-
.sc(AddCustomRoutingEndpoints)
|
|
14
|
+
.sc(AddCustomRoutingEndpoints$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AddEndpoints } from "../schemas/schemas_0";
|
|
4
|
+
import { AddEndpoints$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddEndpointsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddEndpointsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "AddEndpoints", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "AddEndpointsCommand")
|
|
14
|
-
.sc(AddEndpoints)
|
|
14
|
+
.sc(AddEndpoints$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AdvertiseByoipCidr } from "../schemas/schemas_0";
|
|
4
|
+
import { AdvertiseByoipCidr$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AdvertiseByoipCidrCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AdvertiseByoipCidrCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
|
|
14
|
-
.sc(AdvertiseByoipCidr)
|
|
14
|
+
.sc(AdvertiseByoipCidr$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AllowCustomRoutingTraffic } from "../schemas/schemas_0";
|
|
4
|
+
import { AllowCustomRoutingTraffic$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AllowCustomRoutingTrafficCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AllowCustomRoutingTrafficCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
|
|
14
|
-
.sc(AllowCustomRoutingTraffic)
|
|
14
|
+
.sc(AllowCustomRoutingTraffic$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
|
|
14
|
-
.sc(CreateAccelerator)
|
|
14
|
+
.sc(CreateAccelerator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCrossAccountAttachment } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCrossAccountAttachmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCrossAccountAttachmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(CreateCrossAccountAttachment)
|
|
14
|
+
.sc(CreateCrossAccountAttachment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCustomRoutingAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCustomRoutingAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(CreateCustomRoutingAccelerator)
|
|
14
|
+
.sc(CreateCustomRoutingAccelerator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCustomRoutingEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCustomRoutingEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
|
|
14
|
-
.sc(CreateCustomRoutingEndpointGroup)
|
|
14
|
+
.sc(CreateCustomRoutingEndpointGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCustomRoutingListener } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCustomRoutingListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCustomRoutingListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
|
|
14
|
-
.sc(CreateCustomRoutingListener)
|
|
14
|
+
.sc(CreateCustomRoutingListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
|
|
14
|
-
.sc(CreateEndpointGroup)
|
|
14
|
+
.sc(CreateEndpointGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateListener } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "CreateListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "CreateListenerCommand")
|
|
14
|
-
.sc(CreateListener)
|
|
14
|
+
.sc(CreateListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
|
|
14
|
-
.sc(DeleteAccelerator)
|
|
14
|
+
.sc(DeleteAccelerator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCrossAccountAttachment } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCrossAccountAttachmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCrossAccountAttachmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(DeleteCrossAccountAttachment)
|
|
14
|
+
.sc(DeleteCrossAccountAttachment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCustomRoutingAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCustomRoutingAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(DeleteCustomRoutingAccelerator)
|
|
14
|
+
.sc(DeleteCustomRoutingAccelerator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCustomRoutingEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCustomRoutingEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
|
|
14
|
-
.sc(DeleteCustomRoutingEndpointGroup)
|
|
14
|
+
.sc(DeleteCustomRoutingEndpointGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCustomRoutingListener } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCustomRoutingListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCustomRoutingListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
|
|
14
|
-
.sc(DeleteCustomRoutingListener)
|
|
14
|
+
.sc(DeleteCustomRoutingListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
|
|
14
|
-
.sc(DeleteEndpointGroup)
|
|
14
|
+
.sc(DeleteEndpointGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteListener } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeleteListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeleteListenerCommand")
|
|
14
|
-
.sc(DeleteListener)
|
|
14
|
+
.sc(DeleteListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DenyCustomRoutingTraffic } from "../schemas/schemas_0";
|
|
4
|
+
import { DenyCustomRoutingTraffic$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DenyCustomRoutingTrafficCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DenyCustomRoutingTrafficCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
|
|
14
|
-
.sc(DenyCustomRoutingTraffic)
|
|
14
|
+
.sc(DenyCustomRoutingTraffic$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeprovisionByoipCidr } from "../schemas/schemas_0";
|
|
4
|
+
import { DeprovisionByoipCidr$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeprovisionByoipCidrCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeprovisionByoipCidrCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
|
|
14
|
-
.sc(DeprovisionByoipCidr)
|
|
14
|
+
.sc(DeprovisionByoipCidr$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAcceleratorAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAcceleratorAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAcceleratorAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAcceleratorAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
|
|
14
|
-
.sc(DescribeAcceleratorAttributes)
|
|
14
|
+
.sc(DescribeAcceleratorAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
|
|
14
|
-
.sc(DescribeAccelerator)
|
|
14
|
+
.sc(DescribeAccelerator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCrossAccountAttachment } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCrossAccountAttachmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCrossAccountAttachmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(DescribeCrossAccountAttachment)
|
|
14
|
+
.sc(DescribeCrossAccountAttachment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCustomRoutingAcceleratorAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCustomRoutingAcceleratorAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingAcceleratorAttributes)
|
|
14
|
+
.sc(DescribeCustomRoutingAcceleratorAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCustomRoutingAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCustomRoutingAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingAccelerator)
|
|
14
|
+
.sc(DescribeCustomRoutingAccelerator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCustomRoutingEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCustomRoutingEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingEndpointGroup)
|
|
14
|
+
.sc(DescribeCustomRoutingEndpointGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCustomRoutingListener } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCustomRoutingListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCustomRoutingListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
|
|
14
|
-
.sc(DescribeCustomRoutingListener)
|
|
14
|
+
.sc(DescribeCustomRoutingListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
|
|
14
|
-
.sc(DescribeEndpointGroup)
|
|
14
|
+
.sc(DescribeEndpointGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeListener } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "DescribeListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "DescribeListenerCommand")
|
|
14
|
-
.sc(DescribeListener)
|
|
14
|
+
.sc(DescribeListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccelerators } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccelerators$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAcceleratorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAcceleratorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListAccelerators", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
|
|
14
|
-
.sc(ListAccelerators)
|
|
14
|
+
.sc(ListAccelerators$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListByoipCidrs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListByoipCidrs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListByoipCidrsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListByoipCidrsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
|
|
14
|
-
.sc(ListByoipCidrs)
|
|
14
|
+
.sc(ListByoipCidrs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCrossAccountAttachments } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCrossAccountAttachments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCrossAccountAttachmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCrossAccountAttachmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
|
|
14
|
-
.sc(ListCrossAccountAttachments)
|
|
14
|
+
.sc(ListCrossAccountAttachments$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCrossAccountResourceAccounts } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCrossAccountResourceAccounts$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCrossAccountResourceAccountsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCrossAccountResourceAccountsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
|
|
14
|
-
.sc(ListCrossAccountResourceAccounts)
|
|
14
|
+
.sc(ListCrossAccountResourceAccounts$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCrossAccountResources } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCrossAccountResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCrossAccountResourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCrossAccountResourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
|
|
14
|
-
.sc(ListCrossAccountResources)
|
|
14
|
+
.sc(ListCrossAccountResources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|