@aws-sdk/client-global-accelerator 3.36.0 → 3.39.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 (134) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/GlobalAccelerator.js +0 -150
  3. package/dist-cjs/GlobalAcceleratorClient.js +0 -155
  4. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -34
  5. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +0 -30
  6. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -29
  7. package/dist-cjs/commands/CreateAcceleratorCommand.js +0 -29
  8. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -33
  9. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -26
  10. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +0 -25
  11. package/dist-cjs/commands/CreateEndpointGroupCommand.js +0 -25
  12. package/dist-cjs/commands/CreateListenerCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteAcceleratorCommand.js +0 -37
  14. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -37
  15. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -24
  16. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -24
  17. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +0 -24
  18. package/dist-cjs/commands/DeleteListenerCommand.js +0 -24
  19. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -29
  20. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +0 -30
  21. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -25
  22. package/dist-cjs/commands/DescribeAcceleratorCommand.js +0 -24
  23. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -24
  24. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -24
  25. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -24
  26. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -24
  27. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +0 -24
  28. package/dist-cjs/commands/DescribeListenerCommand.js +0 -24
  29. package/dist-cjs/commands/ListAcceleratorsCommand.js +0 -24
  30. package/dist-cjs/commands/ListByoipCidrsCommand.js +0 -25
  31. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -24
  32. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -24
  33. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +0 -24
  34. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -27
  35. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -32
  36. package/dist-cjs/commands/ListEndpointGroupsCommand.js +0 -24
  37. package/dist-cjs/commands/ListListenersCommand.js +0 -24
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  39. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +0 -29
  40. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -24
  41. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  42. package/dist-cjs/commands/UntagResourceCommand.js +0 -27
  43. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -24
  44. package/dist-cjs/commands/UpdateAcceleratorCommand.js +0 -29
  45. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -24
  46. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -24
  47. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -24
  48. package/dist-cjs/commands/UpdateEndpointGroupCommand.js +0 -24
  49. package/dist-cjs/commands/UpdateListenerCommand.js +0 -24
  50. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +0 -30
  51. package/dist-cjs/commands/index.js +50 -0
  52. package/dist-cjs/endpoints.js +6 -1
  53. package/dist-cjs/index.js +4 -59
  54. package/dist-cjs/models/models_0.js +0 -381
  55. package/dist-cjs/pagination/ListAcceleratorsPaginator.js +0 -10
  56. package/dist-cjs/pagination/ListByoipCidrsPaginator.js +0 -10
  57. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -10
  58. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -10
  59. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -10
  60. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -10
  61. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -10
  62. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +0 -10
  63. package/dist-cjs/pagination/ListListenersPaginator.js +0 -10
  64. package/dist-cjs/pagination/index.js +13 -0
  65. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  66. package/dist-cjs/runtimeConfig.browser.js +1 -5
  67. package/dist-cjs/runtimeConfig.js +1 -5
  68. package/dist-cjs/runtimeConfig.native.js +0 -3
  69. package/dist-cjs/runtimeConfig.shared.js +0 -3
  70. package/dist-es/commands/index.js +47 -0
  71. package/dist-es/endpoints.js +6 -1
  72. package/dist-es/index.js +4 -59
  73. package/dist-es/pagination/index.js +10 -0
  74. package/dist-types/commands/index.d.ts +47 -0
  75. package/dist-types/index.d.ts +4 -59
  76. package/dist-types/pagination/index.d.ts +10 -0
  77. package/dist-types/ts3.4/GlobalAccelerator.d.ts +48 -404
  78. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +24 -236
  79. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -30
  80. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -26
  81. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -25
  82. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +2 -25
  83. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -29
  84. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -22
  85. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +2 -21
  86. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -21
  88. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +2 -33
  89. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -33
  90. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -20
  91. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -20
  94. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -25
  95. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -26
  96. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -21
  97. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +2 -20
  98. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -20
  99. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -20
  101. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -20
  102. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +2 -21
  106. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -23
  110. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -28
  111. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -22
  114. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -25
  115. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -23
  118. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -20
  119. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +2 -25
  120. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -20
  121. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -20
  123. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -20
  125. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -26
  126. package/dist-types/ts3.4/commands/index.d.ts +47 -0
  127. package/dist-types/ts3.4/index.d.ts +4 -59
  128. package/dist-types/ts3.4/models/models_0.d.ts +436 -1639
  129. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  134. package/package.json +32 -32
@@ -6,42 +6,11 @@ export interface DeleteAcceleratorCommandInput extends DeleteAcceleratorRequest
6
6
  }
7
7
  export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
11
- * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
12
- * <important>
13
- * <p>When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
14
- * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
15
- * </p>
16
- * <p>The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
17
- * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
18
- * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
19
- * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
20
- * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
21
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
22
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
23
- * </important>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { GlobalAcceleratorClient, DeleteAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
28
- * // const { GlobalAcceleratorClient, DeleteAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
29
- * const client = new GlobalAcceleratorClient(config);
30
- * const command = new DeleteAcceleratorCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link DeleteAcceleratorCommandInput} for command's `input` shape.
35
- * @see {@link DeleteAcceleratorCommandOutput} for command's `response` shape.
36
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
9
+
39
10
  export declare class DeleteAcceleratorCommand extends $Command<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
40
11
  readonly input: DeleteAcceleratorCommandInput;
41
12
  constructor(input: DeleteAcceleratorCommandInput);
42
- /**
43
- * @internal
44
- */
13
+
45
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput>;
46
15
  private serialize;
47
16
  private deserialize;
@@ -6,42 +6,11 @@ export interface DeleteCustomRoutingAcceleratorCommandInput extends DeleteCustom
6
6
  }
7
7
  export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
11
- * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
12
- * <important>
13
- * <p>When you create a custom routing accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
14
- * </p>
15
- * <p>The IP
16
- * addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
17
- * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
18
- * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
19
- * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
20
- * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
21
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
22
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
23
- * </important>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
28
- * // const { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
29
- * const client = new GlobalAcceleratorClient(config);
30
- * const command = new DeleteCustomRoutingAcceleratorCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link DeleteCustomRoutingAcceleratorCommandInput} for command's `input` shape.
35
- * @see {@link DeleteCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
36
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
9
+
39
10
  export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
40
11
  readonly input: DeleteCustomRoutingAcceleratorCommandInput;
41
12
  constructor(input: DeleteCustomRoutingAcceleratorCommandInput);
42
- /**
43
- * @internal
44
- */
13
+
45
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput>;
46
15
  private serialize;
47
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteCustomRoutingEndpointGroupCommandInput extends DeleteCust
6
6
  }
7
7
  export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DeleteCustomRoutingEndpointGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteCustomRoutingEndpointGroupCommandInput} for command's `input` shape.
22
- * @see {@link DeleteCustomRoutingEndpointGroupCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DeleteCustomRoutingEndpointGroupCommandInput;
28
12
  constructor(input: DeleteCustomRoutingEndpointGroupCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteCustomRoutingListenerCommandInput extends DeleteCustomRou
6
6
  }
7
7
  export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete a listener for a custom routing accelerator.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DeleteCustomRoutingListenerCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteCustomRoutingListenerCommandInput} for command's `input` shape.
22
- * @see {@link DeleteCustomRoutingListenerCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteCustomRoutingListenerCommand extends $Command<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DeleteCustomRoutingListenerCommandInput;
28
12
  constructor(input: DeleteCustomRoutingListenerCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteEndpointGroupCommandInput extends DeleteEndpointGroupRequ
6
6
  }
7
7
  export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete an endpoint group from a listener.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DeleteEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DeleteEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DeleteEndpointGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteEndpointGroupCommandInput} for command's `input` shape.
22
- * @see {@link DeleteEndpointGroupCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteEndpointGroupCommand extends $Command<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DeleteEndpointGroupCommandInput;
28
12
  constructor(input: DeleteEndpointGroupCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteListenerCommandInput extends DeleteListenerRequest {
6
6
  }
7
7
  export interface DeleteListenerCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete a listener from an accelerator.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DeleteListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DeleteListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DeleteListenerCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteListenerCommandInput} for command's `input` shape.
22
- * @see {@link DeleteListenerCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DeleteListenerCommandInput;
28
12
  constructor(input: DeleteListenerCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface DenyCustomRoutingTrafficCommandInput extends DenyCustomRoutingT
6
6
  }
7
7
  export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that cannot receive traffic
11
- * for a custom routing accelerator. You can deny traffic to all destinations in the VPC endpoint, or deny traffic to a
12
- * specified list of destination IP addresses and ports. Note that you cannot specify IP addresses
13
- * or ports outside of the range that you configured for the endpoint group.</p>
14
- * <p>After you make changes, you can verify that the updates are complete by checking the status of your
15
- * accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
20
- * // const { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
21
- * const client = new GlobalAcceleratorClient(config);
22
- * const command = new DenyCustomRoutingTrafficCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link DenyCustomRoutingTrafficCommandInput} for command's `input` shape.
27
- * @see {@link DenyCustomRoutingTrafficCommandOutput} for command's `response` shape.
28
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class DenyCustomRoutingTrafficCommand extends $Command<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig> {
32
11
  readonly input: DenyCustomRoutingTrafficCommandInput;
33
12
  constructor(input: DenyCustomRoutingTrafficCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRe
6
6
  }
7
7
  export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Releases the specified address range that you provisioned to use with your AWS resources
11
- * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
12
- * <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
13
- * any accelerators that are using static IP addresses allocated from its address range.
14
- * </p>
15
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
16
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
21
- * // const { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
22
- * const client = new GlobalAcceleratorClient(config);
23
- * const command = new DeprovisionByoipCidrCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link DeprovisionByoipCidrCommandInput} for command's `input` shape.
28
- * @see {@link DeprovisionByoipCidrCommandOutput} for command's `response` shape.
29
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class DeprovisionByoipCidrCommand extends $Command<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
33
11
  readonly input: DeprovisionByoipCidrCommandInput;
34
12
  constructor(input: DeprovisionByoipCidrCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DescribeAcceleratorAttributesCommandInput extends DescribeAccel
6
6
  }
7
7
  export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcceleratorAttributesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe the attributes of an accelerator.
11
- * </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
16
- * // const { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
17
- * const client = new GlobalAcceleratorClient(config);
18
- * const command = new DescribeAcceleratorAttributesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeAcceleratorAttributesCommandInput} for command's `input` shape.
23
- * @see {@link DescribeAcceleratorAttributesCommandOutput} for command's `response` shape.
24
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DescribeAcceleratorAttributesCommand extends $Command<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
11
  readonly input: DescribeAcceleratorAttributesCommandInput;
29
12
  constructor(input: DescribeAcceleratorAttributesCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeAcceleratorCommandInput extends DescribeAcceleratorRequ
6
6
  }
7
7
  export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe an accelerator. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeAcceleratorCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeAcceleratorCommandInput} for command's `input` shape.
22
- * @see {@link DescribeAcceleratorCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeAcceleratorCommand extends $Command<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeAcceleratorCommandInput;
28
12
  constructor(input: DescribeAcceleratorCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandInput extends
6
6
  }
7
7
  export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends DescribeCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe the attributes of a custom routing accelerator. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeCustomRoutingAcceleratorAttributesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeCustomRoutingAcceleratorAttributesCommandInput} for command's `input` shape.
22
- * @see {@link DescribeCustomRoutingAcceleratorAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
28
12
  constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeCustomRoutingAcceleratorCommandInput extends DescribeCu
6
6
  }
7
7
  export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeCustomRoutingAcceleratorResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe a custom routing accelerator. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeCustomRoutingAcceleratorCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeCustomRoutingAcceleratorCommandInput} for command's `input` shape.
22
- * @see {@link DescribeCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeCustomRoutingAcceleratorCommandInput;
28
12
  constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeCustomRoutingEndpointGroupCommandInput extends Describe
6
6
  }
7
7
  export interface DescribeCustomRoutingEndpointGroupCommandOutput extends DescribeCustomRoutingEndpointGroupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe an endpoint group for a custom routing accelerator. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeCustomRoutingEndpointGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeCustomRoutingEndpointGroupCommandInput} for command's `input` shape.
22
- * @see {@link DescribeCustomRoutingEndpointGroupCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
28
12
  constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeCustomRoutingListenerCommandInput extends DescribeCusto
6
6
  }
7
7
  export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCustomRoutingListenerResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>The description of a listener for a custom routing accelerator.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeCustomRoutingListenerCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeCustomRoutingListenerCommandInput} for command's `input` shape.
22
- * @see {@link DescribeCustomRoutingListenerCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeCustomRoutingListenerCommand extends $Command<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeCustomRoutingListenerCommandInput;
28
12
  constructor(input: DescribeCustomRoutingListenerCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeEndpointGroupCommandInput extends DescribeEndpointGroup
6
6
  }
7
7
  export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGroupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe an endpoint group. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeEndpointGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeEndpointGroupCommandInput} for command's `input` shape.
22
- * @see {@link DescribeEndpointGroupCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeEndpointGroupCommand extends $Command<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeEndpointGroupCommandInput;
28
12
  constructor(input: DescribeEndpointGroupCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeListenerCommandInput extends DescribeListenerRequest {
6
6
  }
7
7
  export interface DescribeListenerCommandOutput extends DescribeListenerResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describe a listener. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, DescribeListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, DescribeListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new DescribeListenerCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeListenerCommandInput} for command's `input` shape.
22
- * @see {@link DescribeListenerCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeListenerCommand extends $Command<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: DescribeListenerCommandInput;
28
12
  constructor(input: DescribeListenerCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCommandInput, DescribeListenerCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {
6
6
  }
7
7
  export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>List the accelerators for an AWS account. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GlobalAcceleratorClient, ListAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
15
- * // const { GlobalAcceleratorClient, ListAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
16
- * const client = new GlobalAcceleratorClient(config);
17
- * const command = new ListAcceleratorsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListAcceleratorsCommandInput} for command's `input` shape.
22
- * @see {@link ListAcceleratorsCommandOutput} for command's `response` shape.
23
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListAcceleratorsCommand extends $Command<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
11
  readonly input: ListAcceleratorsCommandInput;
28
12
  constructor(input: ListAcceleratorsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {
6
6
  }
7
7
  export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Lists the IP address ranges that were specified in calls to <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html">ProvisionByoipCidr</a>, including
11
- * the current state and a history of state changes.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GlobalAcceleratorClient, ListByoipCidrsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
16
- * // const { GlobalAcceleratorClient, ListByoipCidrsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
17
- * const client = new GlobalAcceleratorClient(config);
18
- * const command = new ListByoipCidrsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListByoipCidrsCommandInput} for command's `input` shape.
23
- * @see {@link ListByoipCidrsCommandOutput} for command's `response` shape.
24
- * @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListByoipCidrsCommand extends $Command<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
11
  readonly input: ListByoipCidrsCommandInput;
29
12
  constructor(input: ListByoipCidrsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;