@aws-sdk/client-global-accelerator 3.649.0 → 3.650.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 (58) hide show
  1. package/dist-cjs/index.js +56 -168
  2. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +1 -3
  3. package/dist-es/commands/AddEndpointsCommand.js +1 -3
  4. package/dist-es/commands/AdvertiseByoipCidrCommand.js +1 -3
  5. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +1 -3
  6. package/dist-es/commands/CreateAcceleratorCommand.js +1 -3
  7. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +1 -3
  8. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +1 -3
  9. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +1 -3
  10. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +1 -3
  11. package/dist-es/commands/CreateEndpointGroupCommand.js +1 -3
  12. package/dist-es/commands/CreateListenerCommand.js +1 -3
  13. package/dist-es/commands/DeleteAcceleratorCommand.js +1 -3
  14. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +1 -3
  15. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -3
  16. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -3
  17. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +1 -3
  18. package/dist-es/commands/DeleteEndpointGroupCommand.js +1 -3
  19. package/dist-es/commands/DeleteListenerCommand.js +1 -3
  20. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +1 -3
  21. package/dist-es/commands/DeprovisionByoipCidrCommand.js +1 -3
  22. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +1 -3
  23. package/dist-es/commands/DescribeAcceleratorCommand.js +1 -3
  24. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +1 -3
  25. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +1 -3
  26. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +1 -3
  27. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +1 -3
  28. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +1 -3
  29. package/dist-es/commands/DescribeEndpointGroupCommand.js +1 -3
  30. package/dist-es/commands/DescribeListenerCommand.js +1 -3
  31. package/dist-es/commands/ListAcceleratorsCommand.js +1 -3
  32. package/dist-es/commands/ListByoipCidrsCommand.js +1 -3
  33. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +1 -3
  34. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +1 -3
  35. package/dist-es/commands/ListCrossAccountResourcesCommand.js +1 -3
  36. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +1 -3
  37. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +1 -3
  38. package/dist-es/commands/ListCustomRoutingListenersCommand.js +1 -3
  39. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +1 -3
  40. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +1 -3
  41. package/dist-es/commands/ListEndpointGroupsCommand.js +1 -3
  42. package/dist-es/commands/ListListenersCommand.js +1 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  44. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -3
  45. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +1 -3
  46. package/dist-es/commands/RemoveEndpointsCommand.js +1 -3
  47. package/dist-es/commands/TagResourceCommand.js +1 -3
  48. package/dist-es/commands/UntagResourceCommand.js +1 -3
  49. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +1 -3
  50. package/dist-es/commands/UpdateAcceleratorCommand.js +1 -3
  51. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +1 -3
  52. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +1 -3
  53. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +1 -3
  54. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +1 -3
  55. package/dist-es/commands/UpdateEndpointGroupCommand.js +1 -3
  56. package/dist-es/commands/UpdateListenerCommand.js +1 -3
  57. package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -3
  58. package/package.json +4 -4
@@ -6,9 +6,7 @@ import { de_CreateAcceleratorCommand, se_CreateAcceleratorCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCrossAccountAttachmentCommand, se_CreateCrossAccountAttachment
6
6
  export { $Command };
7
7
  export class CreateCrossAccountAttachmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCustomRoutingAcceleratorCommand, se_CreateCustomRoutingAcceler
6
6
  export { $Command };
7
7
  export class CreateCustomRoutingAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCustomRoutingEndpointGroupCommand, se_CreateCustomRoutingEndpo
6
6
  export { $Command };
7
7
  export class CreateCustomRoutingEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCustomRoutingListenerCommand, se_CreateCustomRoutingListenerCo
6
6
  export { $Command };
7
7
  export class CreateCustomRoutingListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateEndpointGroupCommand, se_CreateEndpointGroupCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAcceleratorCommand, se_DeleteAcceleratorCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCrossAccountAttachmentCommand, se_DeleteCrossAccountAttachment
6
6
  export { $Command };
7
7
  export class DeleteCrossAccountAttachmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCustomRoutingAcceleratorCommand, se_DeleteCustomRoutingAcceler
6
6
  export { $Command };
7
7
  export class DeleteCustomRoutingAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCustomRoutingEndpointGroupCommand, se_DeleteCustomRoutingEndpo
6
6
  export { $Command };
7
7
  export class DeleteCustomRoutingEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCustomRoutingListenerCommand, se_DeleteCustomRoutingListenerCo
6
6
  export { $Command };
7
7
  export class DeleteCustomRoutingListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteEndpointGroupCommand, se_DeleteEndpointGroupCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DenyCustomRoutingTrafficCommand, se_DenyCustomRoutingTrafficCommand
6
6
  export { $Command };
7
7
  export class DenyCustomRoutingTrafficCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeprovisionByoipCidrCommand, se_DeprovisionByoipCidrCommand } from "
6
6
  export { $Command };
7
7
  export class DeprovisionByoipCidrCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAcceleratorAttributesCommand, se_DescribeAcceleratorAttribut
6
6
  export { $Command };
7
7
  export class DescribeAcceleratorAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAcceleratorCommand, se_DescribeAcceleratorCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCrossAccountAttachmentCommand, se_DescribeCrossAccountAttach
6
6
  export { $Command };
7
7
  export class DescribeCrossAccountAttachmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCustomRoutingAcceleratorAttributesCommand, se_DescribeCustom
6
6
  export { $Command };
7
7
  export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCustomRoutingAcceleratorCommand, se_DescribeCustomRoutingAcc
6
6
  export { $Command };
7
7
  export class DescribeCustomRoutingAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCustomRoutingEndpointGroupCommand, se_DescribeCustomRoutingE
6
6
  export { $Command };
7
7
  export class DescribeCustomRoutingEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCustomRoutingListenerCommand, se_DescribeCustomRoutingListen
6
6
  export { $Command };
7
7
  export class DescribeCustomRoutingListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEndpointGroupCommand, se_DescribeEndpointGroupCommand } from
6
6
  export { $Command };
7
7
  export class DescribeEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeListenerCommand, se_DescribeListenerCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAcceleratorsCommand, se_ListAcceleratorsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListAcceleratorsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListByoipCidrsCommand, se_ListByoipCidrsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListByoipCidrsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCrossAccountAttachmentsCommand, se_ListCrossAccountAttachmentsCo
6
6
  export { $Command };
7
7
  export class ListCrossAccountAttachmentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCrossAccountResourceAccountsCommand, se_ListCrossAccountResource
6
6
  export { $Command };
7
7
  export class ListCrossAccountResourceAccountsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCrossAccountResourcesCommand, se_ListCrossAccountResourcesComman
6
6
  export { $Command };
7
7
  export class ListCrossAccountResourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCustomRoutingAcceleratorsCommand, se_ListCustomRoutingAccelerato
6
6
  export { $Command };
7
7
  export class ListCustomRoutingAcceleratorsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCustomRoutingEndpointGroupsCommand, se_ListCustomRoutingEndpoint
6
6
  export { $Command };
7
7
  export class ListCustomRoutingEndpointGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCustomRoutingListenersCommand, se_ListCustomRoutingListenersComm
6
6
  export { $Command };
7
7
  export class ListCustomRoutingListenersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCustomRoutingPortMappingsByDestinationCommand, se_ListCustomRout
6
6
  export { $Command };
7
7
  export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCustomRoutingPortMappingsCommand, se_ListCustomRoutingPortMappin
6
6
  export { $Command };
7
7
  export class ListCustomRoutingPortMappingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEndpointGroupsCommand, se_ListEndpointGroupsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListEndpointGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListListenersCommand, se_ListListenersCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListListenersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ProvisionByoipCidrCommand, se_ProvisionByoipCidrCommand } from "../p
6
6
  export { $Command };
7
7
  export class ProvisionByoipCidrCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveCustomRoutingEndpointsCommand, se_RemoveCustomRoutingEndpoints
6
6
  export { $Command };
7
7
  export class RemoveCustomRoutingEndpointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveEndpointsCommand, se_RemoveEndpointsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class RemoveEndpointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateAcceleratorAttributesCommand, se_UpdateAcceleratorAttributesCo
6
6
  export { $Command };
7
7
  export class UpdateAcceleratorAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateAcceleratorCommand, se_UpdateAcceleratorCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateCrossAccountAttachmentCommand, se_UpdateCrossAccountAttachment
6
6
  export { $Command };
7
7
  export class UpdateCrossAccountAttachmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateCustomRoutingAcceleratorAttributesCommand, se_UpdateCustomRout
6
6
  export { $Command };
7
7
  export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateCustomRoutingAcceleratorCommand, se_UpdateCustomRoutingAcceler
6
6
  export { $Command };
7
7
  export class UpdateCustomRoutingAcceleratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateCustomRoutingListenerCommand, se_UpdateCustomRoutingListenerCo
6
6
  export { $Command };
7
7
  export class UpdateCustomRoutingListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateEndpointGroupCommand, se_UpdateEndpointGroupCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateEndpointGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateListenerCommand, se_UpdateListenerCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_WithdrawByoipCidrCommand, se_WithdrawByoipCidrCommand } from "../pro
6
6
  export { $Command };
7
7
  export class WithdrawByoipCidrCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),