@aws-sdk/client-global-accelerator 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/GlobalAccelerator.d.ts +827 -240
  3. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +31 -17
  18. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -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 +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1004 -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 +67 -38
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  73. package/package.json +34 -34
@@ -1,17 +1,31 @@
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 { DeleteEndpointGroupRequest } from "../models/models_0";
5
- export interface DeleteEndpointGroupCommandInput extends DeleteEndpointGroupRequest {
6
- }
7
- export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEndpointGroupCommand extends $Command<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DeleteEndpointGroupCommandInput;
12
- constructor(input: DeleteEndpointGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput>;
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 { DeleteEndpointGroupRequest } from "../models/models_0";
14
+ export interface DeleteEndpointGroupCommandInput
15
+ extends DeleteEndpointGroupRequest {}
16
+ export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteEndpointGroupCommand extends $Command<
18
+ DeleteEndpointGroupCommandInput,
19
+ DeleteEndpointGroupCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteEndpointGroupCommandInput;
23
+ constructor(input: DeleteEndpointGroupCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: GlobalAcceleratorClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,30 @@
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 { DeleteListenerRequest } from "../models/models_0";
5
- export interface DeleteListenerCommandInput extends DeleteListenerRequest {
6
- }
7
- export interface DeleteListenerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DeleteListenerCommandInput;
12
- constructor(input: DeleteListenerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
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 { DeleteListenerRequest } from "../models/models_0";
14
+ export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
15
+ export interface DeleteListenerCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteListenerCommand extends $Command<
17
+ DeleteListenerCommandInput,
18
+ DeleteListenerCommandOutput,
19
+ GlobalAcceleratorClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteListenerCommandInput;
22
+ constructor(input: DeleteListenerCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: GlobalAcceleratorClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
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 { DenyCustomRoutingTrafficRequest } from "../models/models_0";
5
- export interface DenyCustomRoutingTrafficCommandInput extends DenyCustomRoutingTrafficRequest {
6
- }
7
- export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DenyCustomRoutingTrafficCommand extends $Command<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DenyCustomRoutingTrafficCommandInput;
12
- constructor(input: DenyCustomRoutingTrafficCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput>;
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 { DenyCustomRoutingTrafficRequest } from "../models/models_0";
14
+ export interface DenyCustomRoutingTrafficCommandInput
15
+ extends DenyCustomRoutingTrafficRequest {}
16
+ export interface DenyCustomRoutingTrafficCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DenyCustomRoutingTrafficCommand extends $Command<
19
+ DenyCustomRoutingTrafficCommandInput,
20
+ DenyCustomRoutingTrafficCommandOutput,
21
+ GlobalAcceleratorClientResolvedConfig
22
+ > {
23
+ readonly input: DenyCustomRoutingTrafficCommandInput;
24
+ constructor(input: DenyCustomRoutingTrafficCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GlobalAcceleratorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DenyCustomRoutingTrafficCommandInput,
31
+ DenyCustomRoutingTrafficCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResponse } from "../models/models_0";
5
- export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRequest {
6
- }
7
- export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeprovisionByoipCidrCommand extends $Command<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DeprovisionByoipCidrCommandInput;
12
- constructor(input: DeprovisionByoipCidrCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput>;
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
+ DeprovisionByoipCidrRequest,
15
+ DeprovisionByoipCidrResponse,
16
+ } from "../models/models_0";
17
+ export interface DeprovisionByoipCidrCommandInput
18
+ extends DeprovisionByoipCidrRequest {}
19
+ export interface DeprovisionByoipCidrCommandOutput
20
+ extends DeprovisionByoipCidrResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeprovisionByoipCidrCommand extends $Command<
23
+ DeprovisionByoipCidrCommandInput,
24
+ DeprovisionByoipCidrCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DeprovisionByoipCidrCommandInput;
28
+ constructor(input: DeprovisionByoipCidrCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeprovisionByoipCidrCommandInput,
35
+ DeprovisionByoipCidrCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeAcceleratorAttributesRequest, DescribeAcceleratorAttributesResponse } from "../models/models_0";
5
- export interface DescribeAcceleratorAttributesCommandInput extends DescribeAcceleratorAttributesRequest {
6
- }
7
- export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcceleratorAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAcceleratorAttributesCommand extends $Command<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeAcceleratorAttributesCommandInput;
12
- constructor(input: DescribeAcceleratorAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput>;
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
+ DescribeAcceleratorAttributesRequest,
15
+ DescribeAcceleratorAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAcceleratorAttributesCommandInput
18
+ extends DescribeAcceleratorAttributesRequest {}
19
+ export interface DescribeAcceleratorAttributesCommandOutput
20
+ extends DescribeAcceleratorAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeAcceleratorAttributesCommand extends $Command<
23
+ DescribeAcceleratorAttributesCommandInput,
24
+ DescribeAcceleratorAttributesCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAcceleratorAttributesCommandInput;
28
+ constructor(input: DescribeAcceleratorAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeAcceleratorAttributesCommandInput,
35
+ DescribeAcceleratorAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { DescribeAcceleratorRequest, DescribeAcceleratorResponse } from "../models/models_0";
5
- export interface DescribeAcceleratorCommandInput extends DescribeAcceleratorRequest {
6
- }
7
- export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAcceleratorCommand extends $Command<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeAcceleratorCommandInput;
12
- constructor(input: DescribeAcceleratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput>;
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
+ DescribeAcceleratorRequest,
15
+ DescribeAcceleratorResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAcceleratorCommandInput
18
+ extends DescribeAcceleratorRequest {}
19
+ export interface DescribeAcceleratorCommandOutput
20
+ extends DescribeAcceleratorResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeAcceleratorCommand extends $Command<
23
+ DescribeAcceleratorCommandInput,
24
+ DescribeAcceleratorCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAcceleratorCommandInput;
28
+ constructor(input: DescribeAcceleratorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { DescribeCustomRoutingAcceleratorAttributesRequest, DescribeCustomRoutingAcceleratorAttributesResponse } from "../models/models_0";
5
- export interface DescribeCustomRoutingAcceleratorAttributesCommandInput extends DescribeCustomRoutingAcceleratorAttributesRequest {
6
- }
7
- export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends DescribeCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
12
- constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
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
+ DescribeCustomRoutingAcceleratorAttributesRequest,
15
+ DescribeCustomRoutingAcceleratorAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
18
+ extends DescribeCustomRoutingAcceleratorAttributesRequest {}
19
+ export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
20
+ extends DescribeCustomRoutingAcceleratorAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<
23
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
24
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
28
+ constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
35
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeCustomRoutingAcceleratorRequest, DescribeCustomRoutingAcceleratorResponse } from "../models/models_0";
5
- export interface DescribeCustomRoutingAcceleratorCommandInput extends DescribeCustomRoutingAcceleratorRequest {
6
- }
7
- export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeCustomRoutingAcceleratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeCustomRoutingAcceleratorCommandInput;
12
- constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput>;
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
+ DescribeCustomRoutingAcceleratorRequest,
15
+ DescribeCustomRoutingAcceleratorResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCustomRoutingAcceleratorCommandInput
18
+ extends DescribeCustomRoutingAcceleratorRequest {}
19
+ export interface DescribeCustomRoutingAcceleratorCommandOutput
20
+ extends DescribeCustomRoutingAcceleratorResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<
23
+ DescribeCustomRoutingAcceleratorCommandInput,
24
+ DescribeCustomRoutingAcceleratorCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCustomRoutingAcceleratorCommandInput;
28
+ constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeCustomRoutingAcceleratorCommandInput,
35
+ DescribeCustomRoutingAcceleratorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeCustomRoutingEndpointGroupRequest, DescribeCustomRoutingEndpointGroupResponse } from "../models/models_0";
5
- export interface DescribeCustomRoutingEndpointGroupCommandInput extends DescribeCustomRoutingEndpointGroupRequest {
6
- }
7
- export interface DescribeCustomRoutingEndpointGroupCommandOutput extends DescribeCustomRoutingEndpointGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
12
- constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput>;
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
+ DescribeCustomRoutingEndpointGroupRequest,
15
+ DescribeCustomRoutingEndpointGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCustomRoutingEndpointGroupCommandInput
18
+ extends DescribeCustomRoutingEndpointGroupRequest {}
19
+ export interface DescribeCustomRoutingEndpointGroupCommandOutput
20
+ extends DescribeCustomRoutingEndpointGroupResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<
23
+ DescribeCustomRoutingEndpointGroupCommandInput,
24
+ DescribeCustomRoutingEndpointGroupCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
28
+ constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeCustomRoutingEndpointGroupCommandInput,
35
+ DescribeCustomRoutingEndpointGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeCustomRoutingListenerRequest, DescribeCustomRoutingListenerResponse } from "../models/models_0";
5
- export interface DescribeCustomRoutingListenerCommandInput extends DescribeCustomRoutingListenerRequest {
6
- }
7
- export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCustomRoutingListenerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCustomRoutingListenerCommand extends $Command<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeCustomRoutingListenerCommandInput;
12
- constructor(input: DescribeCustomRoutingListenerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput>;
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
+ DescribeCustomRoutingListenerRequest,
15
+ DescribeCustomRoutingListenerResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCustomRoutingListenerCommandInput
18
+ extends DescribeCustomRoutingListenerRequest {}
19
+ export interface DescribeCustomRoutingListenerCommandOutput
20
+ extends DescribeCustomRoutingListenerResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeCustomRoutingListenerCommand extends $Command<
23
+ DescribeCustomRoutingListenerCommandInput,
24
+ DescribeCustomRoutingListenerCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCustomRoutingListenerCommandInput;
28
+ constructor(input: DescribeCustomRoutingListenerCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeCustomRoutingListenerCommandInput,
35
+ DescribeCustomRoutingListenerCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeEndpointGroupRequest, DescribeEndpointGroupResponse } from "../models/models_0";
5
- export interface DescribeEndpointGroupCommandInput extends DescribeEndpointGroupRequest {
6
- }
7
- export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEndpointGroupCommand extends $Command<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: DescribeEndpointGroupCommandInput;
12
- constructor(input: DescribeEndpointGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput>;
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
+ DescribeEndpointGroupRequest,
15
+ DescribeEndpointGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeEndpointGroupCommandInput
18
+ extends DescribeEndpointGroupRequest {}
19
+ export interface DescribeEndpointGroupCommandOutput
20
+ extends DescribeEndpointGroupResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeEndpointGroupCommand extends $Command<
23
+ DescribeEndpointGroupCommandInput,
24
+ DescribeEndpointGroupCommandOutput,
25
+ GlobalAcceleratorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeEndpointGroupCommandInput;
28
+ constructor(input: DescribeEndpointGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlobalAcceleratorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeEndpointGroupCommandInput,
35
+ DescribeEndpointGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }