@aws-sdk/client-global-accelerator 3.948.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
|
@@ -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 { ListCustomRoutingAccelerators } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomRoutingAccelerators$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomRoutingAcceleratorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomRoutingAcceleratorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
|
|
14
|
-
.sc(ListCustomRoutingAccelerators)
|
|
14
|
+
.sc(ListCustomRoutingAccelerators$)
|
|
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 { ListCustomRoutingEndpointGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomRoutingEndpointGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomRoutingEndpointGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomRoutingEndpointGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
|
|
14
|
-
.sc(ListCustomRoutingEndpointGroups)
|
|
14
|
+
.sc(ListCustomRoutingEndpointGroups$)
|
|
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 { ListCustomRoutingListeners } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomRoutingListeners$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomRoutingListenersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomRoutingListenersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
|
|
14
|
-
.sc(ListCustomRoutingListeners)
|
|
14
|
+
.sc(ListCustomRoutingListeners$)
|
|
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 { ListCustomRoutingPortMappingsByDestination } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomRoutingPortMappingsByDestination$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
|
|
14
|
-
.sc(ListCustomRoutingPortMappingsByDestination)
|
|
14
|
+
.sc(ListCustomRoutingPortMappingsByDestination$)
|
|
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 { ListCustomRoutingPortMappings } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomRoutingPortMappings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomRoutingPortMappingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomRoutingPortMappingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
|
|
14
|
-
.sc(ListCustomRoutingPortMappings)
|
|
14
|
+
.sc(ListCustomRoutingPortMappings$)
|
|
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 { ListEndpointGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEndpointGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEndpointGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEndpointGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
|
|
14
|
-
.sc(ListEndpointGroups)
|
|
14
|
+
.sc(ListEndpointGroups$)
|
|
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 { ListListeners } from "../schemas/schemas_0";
|
|
4
|
+
import { ListListeners$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListListenersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListListenersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListListeners", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListListenersCommand")
|
|
14
|
-
.sc(ListListeners)
|
|
14
|
+
.sc(ListListeners$)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
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 { ProvisionByoipCidr } from "../schemas/schemas_0";
|
|
4
|
+
import { ProvisionByoipCidr$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ProvisionByoipCidrCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ProvisionByoipCidrCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
|
|
14
|
-
.sc(ProvisionByoipCidr)
|
|
14
|
+
.sc(ProvisionByoipCidr$)
|
|
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 { RemoveCustomRoutingEndpoints } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveCustomRoutingEndpoints$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveCustomRoutingEndpointsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveCustomRoutingEndpointsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
|
|
14
|
-
.sc(RemoveCustomRoutingEndpoints)
|
|
14
|
+
.sc(RemoveCustomRoutingEndpoints$)
|
|
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 { RemoveEndpoints } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveEndpoints$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveEndpointsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveEndpointsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
|
|
14
|
-
.sc(RemoveEndpoints)
|
|
14
|
+
.sc(RemoveEndpoints$)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "TagResource", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UntagResource", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
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 { UpdateAcceleratorAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAcceleratorAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAcceleratorAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAcceleratorAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateAcceleratorAttributes", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateAcceleratorAttributesCommand")
|
|
14
|
-
.sc(UpdateAcceleratorAttributes)
|
|
14
|
+
.sc(UpdateAcceleratorAttributes$)
|
|
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 { UpdateAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateAcceleratorCommand")
|
|
14
|
-
.sc(UpdateAccelerator)
|
|
14
|
+
.sc(UpdateAccelerator$)
|
|
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 { UpdateCrossAccountAttachment } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCrossAccountAttachment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCrossAccountAttachmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCrossAccountAttachmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateCrossAccountAttachment", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateCrossAccountAttachmentCommand")
|
|
14
|
-
.sc(UpdateCrossAccountAttachment)
|
|
14
|
+
.sc(UpdateCrossAccountAttachment$)
|
|
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 { UpdateCustomRoutingAcceleratorAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCustomRoutingAcceleratorAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAcceleratorAttributes", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorAttributesCommand")
|
|
14
|
-
.sc(UpdateCustomRoutingAcceleratorAttributes)
|
|
14
|
+
.sc(UpdateCustomRoutingAcceleratorAttributes$)
|
|
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 { UpdateCustomRoutingAccelerator } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCustomRoutingAccelerator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCustomRoutingAcceleratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCustomRoutingAcceleratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAccelerator", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorCommand")
|
|
14
|
-
.sc(UpdateCustomRoutingAccelerator)
|
|
14
|
+
.sc(UpdateCustomRoutingAccelerator$)
|
|
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 { UpdateCustomRoutingListener } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCustomRoutingListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCustomRoutingListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCustomRoutingListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateCustomRoutingListenerCommand")
|
|
14
|
-
.sc(UpdateCustomRoutingListener)
|
|
14
|
+
.sc(UpdateCustomRoutingListener$)
|
|
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 { UpdateEndpointGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateEndpointGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateEndpointGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateEndpointGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateEndpointGroup", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateEndpointGroupCommand")
|
|
14
|
-
.sc(UpdateEndpointGroup)
|
|
14
|
+
.sc(UpdateEndpointGroup$)
|
|
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 { UpdateListener } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "UpdateListener", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "UpdateListenerCommand")
|
|
14
|
-
.sc(UpdateListener)
|
|
14
|
+
.sc(UpdateListener$)
|
|
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 { WithdrawByoipCidr } from "../schemas/schemas_0";
|
|
4
|
+
import { WithdrawByoipCidr$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class WithdrawByoipCidrCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class WithdrawByoipCidrCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GlobalAccelerator_V20180706", "WithdrawByoipCidr", {})
|
|
13
13
|
.n("GlobalAcceleratorClient", "WithdrawByoipCidrCommand")
|
|
14
|
-
.sc(WithdrawByoipCidr)
|
|
14
|
+
.sc(WithdrawByoipCidr$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.globalaccelerator",
|
|
29
|
+
version: "2018-08-08",
|
|
30
|
+
serviceTarget: "GlobalAccelerator_V20180706",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Global Accelerator",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|