@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
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3396,9 +3396,6 @@ var paginateListEndpointGroups = (0, import_core.createPaginator)(GlobalAccelera
3396
3396
  // src/pagination/ListListenersPaginator.ts
3397
3397
 
3398
3398
  var paginateListListeners = (0, import_core.createPaginator)(GlobalAcceleratorClient, ListListenersCommand, "NextToken", "NextToken", "MaxResults");
3399
-
3400
- // src/index.ts
3401
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3402
3399
  // Annotate the CommonJS export names for ESM import in node:
3403
3400
 
3404
3401
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./GlobalAccelerator";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException";
@@ -234,24 +234,28 @@ export interface GlobalAccelerator {
234
234
  /**
235
235
  * @see {@link ListAcceleratorsCommand}
236
236
  */
237
+ listAccelerators(): Promise<ListAcceleratorsCommandOutput>;
237
238
  listAccelerators(args: ListAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceleratorsCommandOutput>;
238
239
  listAccelerators(args: ListAcceleratorsCommandInput, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
239
240
  listAccelerators(args: ListAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
240
241
  /**
241
242
  * @see {@link ListByoipCidrsCommand}
242
243
  */
244
+ listByoipCidrs(): Promise<ListByoipCidrsCommandOutput>;
243
245
  listByoipCidrs(args: ListByoipCidrsCommandInput, options?: __HttpHandlerOptions): Promise<ListByoipCidrsCommandOutput>;
244
246
  listByoipCidrs(args: ListByoipCidrsCommandInput, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
245
247
  listByoipCidrs(args: ListByoipCidrsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
246
248
  /**
247
249
  * @see {@link ListCrossAccountAttachmentsCommand}
248
250
  */
251
+ listCrossAccountAttachments(): Promise<ListCrossAccountAttachmentsCommandOutput>;
249
252
  listCrossAccountAttachments(args: ListCrossAccountAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListCrossAccountAttachmentsCommandOutput>;
250
253
  listCrossAccountAttachments(args: ListCrossAccountAttachmentsCommandInput, cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void): void;
251
254
  listCrossAccountAttachments(args: ListCrossAccountAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void): void;
252
255
  /**
253
256
  * @see {@link ListCrossAccountResourceAccountsCommand}
254
257
  */
258
+ listCrossAccountResourceAccounts(): Promise<ListCrossAccountResourceAccountsCommandOutput>;
255
259
  listCrossAccountResourceAccounts(args: ListCrossAccountResourceAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListCrossAccountResourceAccountsCommandOutput>;
256
260
  listCrossAccountResourceAccounts(args: ListCrossAccountResourceAccountsCommandInput, cb: (err: any, data?: ListCrossAccountResourceAccountsCommandOutput) => void): void;
257
261
  listCrossAccountResourceAccounts(args: ListCrossAccountResourceAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrossAccountResourceAccountsCommandOutput) => void): void;
@@ -264,6 +268,7 @@ export interface GlobalAccelerator {
264
268
  /**
265
269
  * @see {@link ListCustomRoutingAcceleratorsCommand}
266
270
  */
271
+ listCustomRoutingAccelerators(): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
267
272
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
268
273
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
269
274
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
@@ -395,7 +400,6 @@ export interface GlobalAccelerator {
395
400
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
396
401
  }
397
402
  /**
398
- * @public
399
403
  * <fullname>Global Accelerator</fullname>
400
404
  * <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
401
405
  * Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
@@ -444,6 +448,7 @@ export interface GlobalAccelerator {
444
448
  * directed to healthy endpoints.</p>
445
449
  * <p>For more information about understanding and using Global Accelerator, see the
446
450
  * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
451
+ * @public
447
452
  */
448
453
  export declare class GlobalAccelerator extends GlobalAcceleratorClient implements GlobalAccelerator {
449
454
  }
@@ -207,7 +207,6 @@ export type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfigur
207
207
  export interface GlobalAcceleratorClientResolvedConfig extends GlobalAcceleratorClientResolvedConfigType {
208
208
  }
209
209
  /**
210
- * @public
211
210
  * <fullname>Global Accelerator</fullname>
212
211
  * <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
213
212
  * Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
@@ -256,6 +255,7 @@ export interface GlobalAcceleratorClientResolvedConfig extends GlobalAccelerator
256
255
  * directed to healthy endpoints.</p>
257
256
  * <p>For more information about understanding and using Global Accelerator, see the
258
257
  * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
258
+ * @public
259
259
  */
260
260
  export declare class GlobalAcceleratorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GlobalAcceleratorClientResolvedConfig> {
261
261
  /**
@@ -22,10 +22,10 @@ export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRouting
22
22
  }
23
23
  declare const AddCustomRoutingEndpointsCommand_base: {
24
24
  new (input: AddCustomRoutingEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddCustomRoutingEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
30
30
  * <p>The listener port range must be large enough to support the number of IP addresses that can be
31
31
  * specified in your subnet. The number of ports required is: subnet size times the number
@@ -95,6 +95,7 @@ declare const AddCustomRoutingEndpointsCommand_base: {
95
95
  * @throws {@link GlobalAcceleratorServiceException}
96
96
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class AddCustomRoutingEndpointsCommand extends AddCustomRoutingEndpointsCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __Metad
22
22
  }
23
23
  declare const AddEndpointsCommand_base: {
24
24
  new (input: AddEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<AddEndpointsCommandInput, AddEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<AddEndpointsCommandInput, AddEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add endpoints to an endpoint group. The <code>AddEndpoints</code> API operation is the recommended option for adding endpoints. The
30
30
  * alternative options are to add endpoints when you create an endpoint group (with the
31
31
  * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_CreateEndpointGroup.html">CreateEndpointGroup</a> API)
@@ -107,6 +107,7 @@ declare const AddEndpointsCommand_base: {
107
107
  * @throws {@link GlobalAcceleratorServiceException}
108
108
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class AddEndpointsCommand extends AddEndpointsCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrRespo
22
22
  }
23
23
  declare const AdvertiseByoipCidrCommand_base: {
24
24
  new (input: AdvertiseByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AdvertiseByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
30
30
  * through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
31
31
  * the specified addresses starts routing to Amazon Web Services because of propagation delays. </p>
@@ -84,6 +84,7 @@ declare const AdvertiseByoipCidrCommand_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 AdvertiseByoipCidrCommand extends AdvertiseByoipCidrCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const AllowCustomRoutingTrafficCommand_base: {
24
24
  new (input: AllowCustomRoutingTrafficCommandInput): import("@smithy/smithy-client").CommandImpl<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AllowCustomRoutingTrafficCommandInput): import("@smithy/smithy-client").CommandImpl<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
30
30
  * for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
31
31
  * specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
@@ -73,6 +73,7 @@ declare const AllowCustomRoutingTrafficCommand_base: {
73
73
  * @throws {@link GlobalAcceleratorServiceException}
74
74
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class AllowCustomRoutingTrafficCommand extends AllowCustomRoutingTrafficCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons
22
22
  }
23
23
  declare const CreateAcceleratorCommand_base: {
24
24
  new (input: CreateAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
30
30
  * to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
31
31
  * <important>
@@ -105,6 +105,7 @@ declare const CreateAcceleratorCommand_base: {
105
105
  * @throws {@link GlobalAcceleratorServiceException}
106
106
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateAcceleratorCommand extends CreateAcceleratorCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateCrossAccountAttachmentCommandOutput extends CreateCrossAc
22
22
  }
23
23
  declare const CreateCrossAccountAttachmentCommand_base: {
24
24
  new (input: CreateCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to
30
30
  * specify the <i>principals</i> who have permission to add to accelerators in their own
31
31
  * account the resources in your account that you also list in the attachment.</p>
@@ -106,6 +106,7 @@ declare const CreateCrossAccountAttachmentCommand_base: {
106
106
  * @throws {@link GlobalAcceleratorServiceException}
107
107
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class CreateCrossAccountAttachmentCommand extends CreateCrossAccountAttachmentCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCusto
22
22
  }
23
23
  declare const CreateCustomRoutingAcceleratorCommand_base: {
24
24
  new (input: CreateCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
30
30
  * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
31
31
  * <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
@@ -105,6 +105,7 @@ declare const CreateCustomRoutingAcceleratorCommand_base: {
105
105
  * @throws {@link GlobalAcceleratorServiceException}
106
106
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateCustomRoutingAcceleratorCommand extends CreateCustomRoutingAcceleratorCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCus
22
22
  }
23
23
  declare const CreateCustomRoutingEndpointGroupCommand_base: {
24
24
  new (input: CreateCustomRoutingEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomRoutingEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an endpoint group for the specified listener for a custom routing accelerator.
30
30
  * An endpoint group is a collection of endpoints in one Amazon Web Services
31
31
  * Region. </p>
@@ -107,6 +107,7 @@ declare const CreateCustomRoutingEndpointGroupCommand_base: {
107
107
  * @throws {@link GlobalAcceleratorServiceException}
108
108
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class CreateCustomRoutingEndpointGroupCommand extends CreateCustomRoutingEndpointGroupCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRo
22
22
  }
23
23
  declare const CreateCustomRoutingListenerCommand_base: {
24
24
  new (input: CreateCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
30
30
  * Connections arrive to assigned static IP addresses on the port range that you specify. </p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const CreateCustomRoutingListenerCommand_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 CreateCustomRoutingListenerCommand extends CreateCustomRoutingListenerCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes
22
22
  }
23
23
  declare const CreateEndpointGroupCommand_base: {
24
24
  new (input: CreateEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one Amazon Web Services
30
30
  * Region. A resource must be valid and active when you add it as an endpoint.</p>
31
31
  * <p>For more information about endpoint types and requirements for endpoints that you can add
@@ -124,6 +124,7 @@ declare const CreateEndpointGroupCommand_base: {
124
124
  * @throws {@link GlobalAcceleratorServiceException}
125
125
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class CreateEndpointGroupCommand extends CreateEndpointGroupCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface CreateListenerCommandOutput extends CreateListenerResponse, __M
22
22
  }
23
23
  declare const CreateListenerCommand_base: {
24
24
  new (input: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static
30
30
  * IP addresses on a port, port range, or list of port ranges that you specify. </p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const CreateListenerCommand_base: {
88
88
  * @throws {@link GlobalAcceleratorServiceException}
89
89
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateListenerCommand extends CreateListenerCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAcceleratorCommand_base: {
24
24
  new (input: DeleteAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
30
30
  * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
31
31
  * <important>
@@ -80,6 +80,7 @@ declare const DeleteAcceleratorCommand_base: {
80
80
  * @throws {@link GlobalAcceleratorServiceException}
81
81
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteAcceleratorCommand extends DeleteAcceleratorCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DeleteCrossAccountAttachmentCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const DeleteCrossAccountAttachmentCommand_base: {
24
24
  new (input: DeleteCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission
30
30
  * to use the resources in the attachment from all principals in the list of principals. Global Accelerator
31
31
  * revokes the permission for specific resources by doing the following:</p>
@@ -83,6 +83,7 @@ declare const DeleteCrossAccountAttachmentCommand_base: {
83
83
  * @throws {@link GlobalAcceleratorServiceException}
84
84
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DeleteCrossAccountAttachmentCommand extends DeleteCrossAccountAttachmentCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const DeleteCustomRoutingAcceleratorCommand_base: {
24
24
  new (input: DeleteCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
30
30
  * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
31
31
  * <important>
@@ -80,6 +80,7 @@ declare const DeleteCustomRoutingAcceleratorCommand_base: {
80
80
  * @throws {@link GlobalAcceleratorServiceException}
81
81
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteCustomRoutingAcceleratorCommand extends DeleteCustomRoutingAcceleratorCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __Metadat
22
22
  }
23
23
  declare const DeleteCustomRoutingEndpointGroupCommand_base: {
24
24
  new (input: DeleteCustomRoutingEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomRoutingEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteCustomRoutingEndpointGroupCommand_base: {
60
60
  * @throws {@link GlobalAcceleratorServiceException}
61
61
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteCustomRoutingEndpointGroupCommand extends DeleteCustomRoutingEndpointGroupCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteCustomRoutingListenerCommand_base: {
24
24
  new (input: DeleteCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a listener for a custom routing accelerator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteCustomRoutingListenerCommand_base: {
64
64
  * @throws {@link GlobalAcceleratorServiceException}
65
65
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteCustomRoutingListenerCommand extends DeleteCustomRoutingListenerCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteEndpointGroupCommand_base: {
24
24
  new (input: DeleteEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an endpoint group from a listener.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteEndpointGroupCommand_base: {
60
60
  * @throws {@link GlobalAcceleratorServiceException}
61
61
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteEndpointGroupCommand extends DeleteEndpointGroupCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteListenerCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteListenerCommand_base: {
24
24
  new (input: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a listener from an accelerator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteListenerCommand_base: {
64
64
  * @throws {@link GlobalAcceleratorServiceException}
65
65
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DenyCustomRoutingTrafficCommand_base: {
24
24
  new (input: DenyCustomRoutingTrafficCommandInput): import("@smithy/smithy-client").CommandImpl<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DenyCustomRoutingTrafficCommandInput): import("@smithy/smithy-client").CommandImpl<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that cannot receive traffic
30
30
  * for a custom routing accelerator. You can deny traffic to all destinations in the VPC endpoint, or deny traffic to a
31
31
  * specified list of destination IP addresses and ports. Note that you cannot specify IP addresses
@@ -73,6 +73,7 @@ declare const DenyCustomRoutingTrafficCommand_base: {
73
73
  * @throws {@link GlobalAcceleratorServiceException}
74
74
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DenyCustomRoutingTrafficCommand extends DenyCustomRoutingTrafficCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR
22
22
  }
23
23
  declare const DeprovisionByoipCidrCommand_base: {
24
24
  new (input: DeprovisionByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeprovisionByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Releases the specified address range that you provisioned to use with your Amazon Web Services resources
30
30
  * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
31
31
  * <p>Before you can release an address range, you must stop advertising it by using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">WithdrawByoipCidr</a> and you must not have
@@ -84,6 +84,7 @@ declare const DeprovisionByoipCidrCommand_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 DeprovisionByoipCidrCommand extends DeprovisionByoipCidrCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcce
22
22
  }
23
23
  declare const DescribeAcceleratorAttributesCommand_base: {
24
24
  new (input: DescribeAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describe the attributes of an accelerator.
30
30
  * </p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const DescribeAcceleratorAttributesCommand_base: {
67
67
  * @throws {@link GlobalAcceleratorServiceException}
68
68
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DescribeAcceleratorAttributesCommand extends DescribeAcceleratorAttributesCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorRes
22
22
  }
23
23
  declare const DescribeAcceleratorCommand_base: {
24
24
  new (input: DescribeAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describe an accelerator. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribeAcceleratorCommand_base: {
87
87
  * @throws {@link GlobalAcceleratorServiceException}
88
88
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeAcceleratorCommand extends DescribeAcceleratorCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeCrossAccountAttachmentCommandOutput extends DescribeCro
22
22
  }
23
23
  declare const DescribeCrossAccountAttachmentCommand_base: {
24
24
  new (input: DescribeCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets configuration information about a cross-account attachment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
79
79
  * @throws {@link GlobalAcceleratorServiceException}
80
80
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeCrossAccountAttachmentCommand extends DescribeCrossAccountAttachmentCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends
22
22
  }
23
23
  declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
24
24
  new (input: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describe the attributes of a custom routing accelerator. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
66
66
  * @throws {@link GlobalAcceleratorServiceException}
67
67
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends DescribeCustomRoutingAcceleratorAttributesCommand_base {
71
72
  }