@aws-sdk/client-global-accelerator 3.169.0 → 3.170.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 (73) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/GlobalAccelerator.d.ts +874 -240
  3. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
  4. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
  18. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1339 -1197
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  73. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { DescribeListenerRequest, DescribeListenerResponse } from "../models/models_0";
5
- export interface DescribeListenerCommandInput extends DescribeListenerRequest {
6
- }
7
- export interface DescribeListenerCommandOutput extends DescribeListenerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeListenerCommand extends $Command<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeListenerCommandInput;
12
- constructor(input: DescribeListenerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCommandInput, DescribeListenerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ DescribeListenerRequest,
15
+ DescribeListenerResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeListenerCommandInput extends DescribeListenerRequest {}
18
+ export interface DescribeListenerCommandOutput
19
+ extends DescribeListenerResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeListenerCommand extends $Command<
23
+ DescribeListenerCommandInput,
24
+ DescribeListenerCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeListenerCommandInput;
28
+ constructor(input: DescribeListenerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlobalAcceleratorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeListenerCommandInput, DescribeListenerCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListAcceleratorsRequest, ListAcceleratorsResponse } from "../models/models_0";
5
- export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {
6
- }
7
- export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAcceleratorsCommand extends $Command<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListAcceleratorsCommandInput;
12
- constructor(input: ListAcceleratorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListAcceleratorsRequest,
15
+ ListAcceleratorsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {}
18
+ export interface ListAcceleratorsCommandOutput
19
+ extends ListAcceleratorsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListAcceleratorsCommand extends $Command<
23
+ ListAcceleratorsCommandInput,
24
+ ListAcceleratorsCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: ListAcceleratorsCommandInput;
28
+ constructor(input: ListAcceleratorsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlobalAcceleratorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListByoipCidrsRequest, ListByoipCidrsResponse } from "../models/models_0";
5
- export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {
6
- }
7
- export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListByoipCidrsCommand extends $Command<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListByoipCidrsCommandInput;
12
- constructor(input: ListByoipCidrsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListByoipCidrsRequest,
15
+ ListByoipCidrsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {}
18
+ export interface ListByoipCidrsCommandOutput
19
+ extends ListByoipCidrsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListByoipCidrsCommand extends $Command<
23
+ ListByoipCidrsCommandInput,
24
+ ListByoipCidrsCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: ListByoipCidrsCommandInput;
28
+ constructor(input: ListByoipCidrsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlobalAcceleratorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingAcceleratorsRequest, ListCustomRoutingAcceleratorsResponse } from "../models/models_0";
5
- export interface ListCustomRoutingAcceleratorsCommandInput extends ListCustomRoutingAcceleratorsRequest {
6
- }
7
- export interface ListCustomRoutingAcceleratorsCommandOutput extends ListCustomRoutingAcceleratorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomRoutingAcceleratorsCommand extends $Command<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListCustomRoutingAcceleratorsCommandInput;
12
- constructor(input: ListCustomRoutingAcceleratorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListCustomRoutingAcceleratorsRequest,
15
+ ListCustomRoutingAcceleratorsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCustomRoutingAcceleratorsCommandInput
18
+ extends ListCustomRoutingAcceleratorsRequest {}
19
+ export interface ListCustomRoutingAcceleratorsCommandOutput
20
+ extends ListCustomRoutingAcceleratorsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomRoutingAcceleratorsCommand extends $Command<
24
+ ListCustomRoutingAcceleratorsCommandInput,
25
+ ListCustomRoutingAcceleratorsCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomRoutingAcceleratorsCommandInput;
29
+ constructor(input: ListCustomRoutingAcceleratorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomRoutingAcceleratorsCommandInput,
37
+ ListCustomRoutingAcceleratorsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingEndpointGroupsRequest, ListCustomRoutingEndpointGroupsResponse } from "../models/models_0";
5
- export interface ListCustomRoutingEndpointGroupsCommandInput extends ListCustomRoutingEndpointGroupsRequest {
6
- }
7
- export interface ListCustomRoutingEndpointGroupsCommandOutput extends ListCustomRoutingEndpointGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomRoutingEndpointGroupsCommand extends $Command<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListCustomRoutingEndpointGroupsCommandInput;
12
- constructor(input: ListCustomRoutingEndpointGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListCustomRoutingEndpointGroupsRequest,
15
+ ListCustomRoutingEndpointGroupsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCustomRoutingEndpointGroupsCommandInput
18
+ extends ListCustomRoutingEndpointGroupsRequest {}
19
+ export interface ListCustomRoutingEndpointGroupsCommandOutput
20
+ extends ListCustomRoutingEndpointGroupsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomRoutingEndpointGroupsCommand extends $Command<
24
+ ListCustomRoutingEndpointGroupsCommandInput,
25
+ ListCustomRoutingEndpointGroupsCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomRoutingEndpointGroupsCommandInput;
29
+ constructor(input: ListCustomRoutingEndpointGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomRoutingEndpointGroupsCommandInput,
37
+ ListCustomRoutingEndpointGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingListenersRequest, ListCustomRoutingListenersResponse } from "../models/models_0";
5
- export interface ListCustomRoutingListenersCommandInput extends ListCustomRoutingListenersRequest {
6
- }
7
- export interface ListCustomRoutingListenersCommandOutput extends ListCustomRoutingListenersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomRoutingListenersCommand extends $Command<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListCustomRoutingListenersCommandInput;
12
- constructor(input: ListCustomRoutingListenersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListCustomRoutingListenersRequest,
15
+ ListCustomRoutingListenersResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCustomRoutingListenersCommandInput
18
+ extends ListCustomRoutingListenersRequest {}
19
+ export interface ListCustomRoutingListenersCommandOutput
20
+ extends ListCustomRoutingListenersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomRoutingListenersCommand extends $Command<
24
+ ListCustomRoutingListenersCommandInput,
25
+ ListCustomRoutingListenersCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomRoutingListenersCommandInput;
29
+ constructor(input: ListCustomRoutingListenersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomRoutingListenersCommandInput,
37
+ ListCustomRoutingListenersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingPortMappingsByDestinationRequest, ListCustomRoutingPortMappingsByDestinationResponse } from "../models/models_0";
5
- export interface ListCustomRoutingPortMappingsByDestinationCommandInput extends ListCustomRoutingPortMappingsByDestinationRequest {
6
- }
7
- export interface ListCustomRoutingPortMappingsByDestinationCommandOutput extends ListCustomRoutingPortMappingsByDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomRoutingPortMappingsByDestinationCommand extends $Command<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListCustomRoutingPortMappingsByDestinationCommandInput;
12
- constructor(input: ListCustomRoutingPortMappingsByDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListCustomRoutingPortMappingsByDestinationRequest,
15
+ ListCustomRoutingPortMappingsByDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCustomRoutingPortMappingsByDestinationCommandInput
18
+ extends ListCustomRoutingPortMappingsByDestinationRequest {}
19
+ export interface ListCustomRoutingPortMappingsByDestinationCommandOutput
20
+ extends ListCustomRoutingPortMappingsByDestinationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomRoutingPortMappingsByDestinationCommand extends $Command<
24
+ ListCustomRoutingPortMappingsByDestinationCommandInput,
25
+ ListCustomRoutingPortMappingsByDestinationCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomRoutingPortMappingsByDestinationCommandInput;
29
+ constructor(input: ListCustomRoutingPortMappingsByDestinationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomRoutingPortMappingsByDestinationCommandInput,
37
+ ListCustomRoutingPortMappingsByDestinationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingPortMappingsRequest, ListCustomRoutingPortMappingsResponse } from "../models/models_0";
5
- export interface ListCustomRoutingPortMappingsCommandInput extends ListCustomRoutingPortMappingsRequest {
6
- }
7
- export interface ListCustomRoutingPortMappingsCommandOutput extends ListCustomRoutingPortMappingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomRoutingPortMappingsCommand extends $Command<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListCustomRoutingPortMappingsCommandInput;
12
- constructor(input: ListCustomRoutingPortMappingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListCustomRoutingPortMappingsRequest,
15
+ ListCustomRoutingPortMappingsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCustomRoutingPortMappingsCommandInput
18
+ extends ListCustomRoutingPortMappingsRequest {}
19
+ export interface ListCustomRoutingPortMappingsCommandOutput
20
+ extends ListCustomRoutingPortMappingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomRoutingPortMappingsCommand extends $Command<
24
+ ListCustomRoutingPortMappingsCommandInput,
25
+ ListCustomRoutingPortMappingsCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomRoutingPortMappingsCommandInput;
29
+ constructor(input: ListCustomRoutingPortMappingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomRoutingPortMappingsCommandInput,
37
+ ListCustomRoutingPortMappingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListEndpointGroupsRequest, ListEndpointGroupsResponse } from "../models/models_0";
5
- export interface ListEndpointGroupsCommandInput extends ListEndpointGroupsRequest {
6
- }
7
- export interface ListEndpointGroupsCommandOutput extends ListEndpointGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEndpointGroupsCommand extends $Command<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListEndpointGroupsCommandInput;
12
- constructor(input: ListEndpointGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListEndpointGroupsRequest,
15
+ ListEndpointGroupsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEndpointGroupsCommandInput
18
+ extends ListEndpointGroupsRequest {}
19
+ export interface ListEndpointGroupsCommandOutput
20
+ extends ListEndpointGroupsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEndpointGroupsCommand extends $Command<
24
+ ListEndpointGroupsCommandInput,
25
+ ListEndpointGroupsCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListEndpointGroupsCommandInput;
29
+ constructor(input: ListEndpointGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListListenersRequest, ListListenersResponse } from "../models/models_0";
5
- export interface ListListenersCommandInput extends ListListenersRequest {
6
- }
7
- export interface ListListenersCommandOutput extends ListListenersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListListenersCommand extends $Command<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListListenersCommandInput;
12
- constructor(input: ListListenersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListListenersCommandInput, ListListenersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListListenersRequest,
15
+ ListListenersResponse,
16
+ } from "../models/models_0";
17
+ export interface ListListenersCommandInput extends ListListenersRequest {}
18
+ export interface ListListenersCommandOutput
19
+ extends ListListenersResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListListenersCommand extends $Command<
23
+ ListListenersCommandInput,
24
+ ListListenersCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: ListListenersCommandInput;
28
+ constructor(input: ListListenersCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlobalAcceleratorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListListenersCommandInput, ListListenersCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlobalAcceleratorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlobalAcceleratorClient";
13
+ import {
14
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }