@aws-sdk/client-global-accelerator 3.927.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.
Files changed (77) hide show
  1. package/dist-cjs/index.js +1759 -2091
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GlobalAcceleratorClient.js +2 -0
  4. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -9
  5. package/dist-es/commands/AddEndpointsCommand.js +3 -9
  6. package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -9
  7. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +3 -9
  8. package/dist-es/commands/CreateAcceleratorCommand.js +3 -9
  9. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +3 -9
  10. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -9
  11. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -9
  12. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -9
  13. package/dist-es/commands/CreateEndpointGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateListenerCommand.js +3 -9
  15. package/dist-es/commands/DeleteAcceleratorCommand.js +3 -9
  16. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +3 -9
  17. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -9
  18. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -9
  19. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteEndpointGroupCommand.js +3 -9
  21. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  22. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +3 -9
  23. package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -9
  24. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeAcceleratorCommand.js +3 -9
  26. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +3 -9
  27. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -9
  28. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -9
  29. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -9
  30. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -9
  31. package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -9
  32. package/dist-es/commands/DescribeListenerCommand.js +3 -9
  33. package/dist-es/commands/ListAcceleratorsCommand.js +3 -9
  34. package/dist-es/commands/ListByoipCidrsCommand.js +3 -9
  35. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +3 -9
  36. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +3 -9
  37. package/dist-es/commands/ListCrossAccountResourcesCommand.js +3 -9
  38. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -9
  39. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -9
  41. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -9
  42. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -9
  43. package/dist-es/commands/ListEndpointGroupsCommand.js +3 -9
  44. package/dist-es/commands/ListListenersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -9
  47. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +3 -9
  48. package/dist-es/commands/RemoveEndpointsCommand.js +3 -9
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -9
  52. package/dist-es/commands/UpdateAcceleratorCommand.js +3 -9
  53. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +3 -9
  54. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -9
  55. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -9
  56. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -9
  57. package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -9
  58. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  59. package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -9
  60. package/dist-es/runtimeConfig.shared.js +7 -0
  61. package/dist-es/schemas/schemas_0.js +1594 -0
  62. package/dist-types/GlobalAcceleratorClient.d.ts +10 -1
  63. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  64. package/dist-types/runtimeConfig.d.ts +1 -0
  65. package/dist-types/runtimeConfig.native.d.ts +1 -0
  66. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  67. package/dist-types/schemas/schemas_0.d.ts +244 -0
  68. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +249 -0
  74. package/package.json +5 -6
  75. package/dist-es/protocols/Aws_json1_1.js +0 -1643
  76. package/dist-types/protocols/Aws_json1_1.d.ts +0 -506
  77. 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 { de_DescribeCrossAccountAttachmentCommand, se_DescribeCrossAccountAttachmentCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeCustomRoutingAcceleratorAttributesCommand, se_DescribeCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeCustomRoutingAcceleratorCommand, se_DescribeCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeCustomRoutingEndpointGroupCommand, se_DescribeCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeCustomRoutingListenerCommand, se_DescribeCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeEndpointGroupCommand, se_DescribeEndpointGroupCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeListenerCommand, se_DescribeListenerCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListAcceleratorsCommand, se_ListAcceleratorsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListByoipCidrsCommand, se_ListByoipCidrsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCrossAccountAttachmentsCommand, se_ListCrossAccountAttachmentsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCrossAccountResourceAccountsCommand, se_ListCrossAccountResourceAccountsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCrossAccountResourcesCommand, se_ListCrossAccountResourcesCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCustomRoutingAcceleratorsCommand, se_ListCustomRoutingAcceleratorsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCustomRoutingEndpointGroupsCommand, se_ListCustomRoutingEndpointGroupsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCustomRoutingListenersCommand, se_ListCustomRoutingListenersCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCustomRoutingPortMappingsByDestinationCommand, se_ListCustomRoutingPortMappingsByDestinationCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListCustomRoutingPortMappingsCommand, se_ListCustomRoutingPortMappingsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListEndpointGroupsCommand, se_ListEndpointGroupsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListListenersCommand, se_ListListenersCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ProvisionByoipCidrCommand, se_ProvisionByoipCidrCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_RemoveCustomRoutingEndpointsCommand, se_RemoveCustomRoutingEndpointsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_RemoveEndpointsCommand, se_RemoveEndpointsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
19
- .ser(se_RemoveEndpointsCommand)
20
- .de(de_RemoveEndpointsCommand)
14
+ .sc(RemoveEndpoints)
21
15
  .build() {
22
16
  }