@aws-sdk/client-global-accelerator 3.533.0 → 3.540.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 (123) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/GlobalAccelerator.d.ts +6 -1
  6. package/dist-types/GlobalAcceleratorClient.d.ts +1 -1
  7. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -1
  8. package/dist-types/commands/AddEndpointsCommand.d.ts +2 -1
  9. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
  10. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
  25. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -1
  26. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeListenerCommand.d.ts +2 -1
  36. package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -1
  44. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -1
  45. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListListenersCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
  50. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -1
  51. package/dist-types/commands/RemoveEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -1
  62. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  63. package/dist-types/index.d.ts +0 -1
  64. package/dist-types/models/models_0.d.ts +368 -368
  65. package/dist-types/ts3.4/GlobalAccelerator.d.ts +5 -0
  66. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/index.d.ts +0 -1
  123. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateEndpointGroupCommandOutput extends UpdateEndpointGroupRes
22
22
  }
23
23
  declare const UpdateEndpointGroupCommand_base: {
24
24
  new (input: UpdateEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update an endpoint group. A resource must be valid and active when you add it as an endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -112,6 +112,7 @@ declare const UpdateEndpointGroupCommand_base: {
112
112
  * @throws {@link GlobalAcceleratorServiceException}
113
113
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class UpdateEndpointGroupCommand extends UpdateEndpointGroupCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M
22
22
  }
23
23
  declare const UpdateListenerCommand_base: {
24
24
  new (input: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update a listener. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const UpdateListenerCommand_base: {
86
86
  * @throws {@link GlobalAcceleratorServiceException}
87
87
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UpdateListenerCommand extends UpdateListenerCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrRespons
22
22
  }
23
23
  declare const WithdrawByoipCidrCommand_base: {
24
24
  new (input: WithdrawByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: WithdrawByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops advertising an address range that is provisioned as an address pool.
30
30
  * You can perform this operation at most once every 10 seconds, even if you specify different address
31
31
  * ranges each time.</p>
@@ -84,6 +84,7 @@ declare const WithdrawByoipCidrCommand_base: {
84
84
  * @throws {@link GlobalAcceleratorServiceException}
85
85
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class WithdrawByoipCidrCommand extends WithdrawByoipCidrCommand_base {
89
90
  }
@@ -58,5 +58,4 @@ export { GlobalAcceleratorExtensionConfiguration } from "./extensionConfiguratio
58
58
  export * from "./commands";
59
59
  export * from "./pagination";
60
60
  export * from "./models";
61
- import "@aws-sdk/util-endpoints";
62
61
  export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException";