@aws-sdk/client-global-accelerator 3.295.0 → 3.297.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.
- package/dist-types/GlobalAccelerator.d.ts +50 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +24 -4
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +16 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +16 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +16 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListListenersCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +16 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +342 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListListenersPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { AllowCustomRoutingTrafficRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AllowCustomRoutingTrafficCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AllowCustomRoutingTrafficCommandInput extends AllowCustomRoutingTrafficRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AllowCustomRoutingTrafficCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
|
|
18
23
|
* for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
|
|
19
24
|
* specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
|
|
@@ -30,6 +35,8 @@ export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param AllowCustomRoutingTrafficCommandInput - {@link AllowCustomRoutingTrafficCommandInput}
|
|
39
|
+
* @returns {@link AllowCustomRoutingTrafficCommandOutput}
|
|
33
40
|
* @see {@link AllowCustomRoutingTrafficCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link AllowCustomRoutingTrafficCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer
|
|
|
48
55
|
export declare class AllowCustomRoutingTrafficCommand extends $Command<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
49
56
|
readonly input: AllowCustomRoutingTrafficCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: AllowCustomRoutingTrafficCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { CreateAcceleratorRequest, CreateAcceleratorResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAcceleratorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAcceleratorCommandInput extends CreateAcceleratorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAcceleratorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAcceleratorCommandOutput extends CreateAcceleratorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
|
|
18
23
|
* to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
|
|
19
24
|
* <important>
|
|
@@ -31,6 +36,8 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param CreateAcceleratorCommandInput - {@link CreateAcceleratorCommandInput}
|
|
40
|
+
* @returns {@link CreateAcceleratorCommandOutput}
|
|
34
41
|
* @see {@link CreateAcceleratorCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link CreateAcceleratorCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons
|
|
|
49
56
|
export declare class CreateAcceleratorCommand extends $Command<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateAcceleratorCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreateAcceleratorCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { CreateCustomRoutingAcceleratorRequest, CreateCustomRoutingAcceleratorResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCustomRoutingAcceleratorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCustomRoutingAcceleratorCommandInput extends CreateCustomRoutingAcceleratorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCustomRoutingAcceleratorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCustomRoutingAcceleratorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
|
|
18
23
|
* of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
|
|
19
24
|
* <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
|
|
@@ -35,6 +40,8 @@ export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCusto
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param CreateCustomRoutingAcceleratorCommandInput - {@link CreateCustomRoutingAcceleratorCommandInput}
|
|
44
|
+
* @returns {@link CreateCustomRoutingAcceleratorCommandOutput}
|
|
38
45
|
* @see {@link CreateCustomRoutingAcceleratorCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link CreateCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCusto
|
|
|
56
63
|
export declare class CreateCustomRoutingAcceleratorCommand extends $Command<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateCustomRoutingAcceleratorCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateCustomRoutingAcceleratorCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { CreateCustomRoutingEndpointGroupRequest, CreateCustomRoutingEndpointGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCustomRoutingEndpointGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCustomRoutingEndpointGroupCommandInput extends CreateCustomRoutingEndpointGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCustomRoutingEndpointGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCustomRoutingEndpointGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create an endpoint group for the specified listener for a custom routing accelerator.
|
|
18
23
|
* An endpoint group is a collection of endpoints in one Amazon Web Services
|
|
19
24
|
* Region. </p>
|
|
@@ -27,6 +32,8 @@ export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCus
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateCustomRoutingEndpointGroupCommandInput - {@link CreateCustomRoutingEndpointGroupCommandInput}
|
|
36
|
+
* @returns {@link CreateCustomRoutingEndpointGroupCommandOutput}
|
|
30
37
|
* @see {@link CreateCustomRoutingEndpointGroupCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateCustomRoutingEndpointGroupCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCus
|
|
|
60
67
|
export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
61
68
|
readonly input: CreateCustomRoutingEndpointGroupCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: CreateCustomRoutingEndpointGroupCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { CreateCustomRoutingListenerRequest, CreateCustomRoutingListenerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCustomRoutingListenerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCustomRoutingListenerCommandInput extends CreateCustomRoutingListenerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCustomRoutingListenerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRoutingListenerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
|
|
18
23
|
* Connections arrive to assigned static IP addresses on the port range that you specify. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateCustomRoutingListenerCommandInput - {@link CreateCustomRoutingListenerCommandInput}
|
|
35
|
+
* @returns {@link CreateCustomRoutingListenerCommandOutput}
|
|
29
36
|
* @see {@link CreateCustomRoutingListenerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateCustomRoutingListenerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRo
|
|
|
50
57
|
export declare class CreateCustomRoutingListenerCommand extends $Command<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
51
58
|
readonly input: CreateCustomRoutingListenerCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: CreateCustomRoutingListenerCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { CreateEndpointGroupRequest, CreateEndpointGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateEndpointGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateEndpointGroupCommandInput extends CreateEndpointGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateEndpointGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one Amazon Web Services
|
|
18
23
|
* Region. A resource must be valid and active when you add it as an endpoint.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateEndpointGroupCommandInput - {@link CreateEndpointGroupCommandInput}
|
|
35
|
+
* @returns {@link CreateEndpointGroupCommandOutput}
|
|
29
36
|
* @see {@link CreateEndpointGroupCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateEndpointGroupCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes
|
|
|
56
63
|
export declare class CreateEndpointGroupCommand extends $Command<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateEndpointGroupCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateEndpointGroupCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { CreateListenerRequest, CreateListenerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateListenerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateListenerCommandInput extends CreateListenerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateListenerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateListenerCommandOutput extends CreateListenerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static
|
|
18
23
|
* IP addresses on a port, port range, or list of port ranges that you specify. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateListenerCommandOutput extends CreateListenerResponse, __M
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateListenerCommandInput - {@link CreateListenerCommandInput}
|
|
35
|
+
* @returns {@link CreateListenerCommandOutput}
|
|
29
36
|
* @see {@link CreateListenerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateListenerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface CreateListenerCommandOutput extends CreateListenerResponse, __M
|
|
|
50
57
|
export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
51
58
|
readonly input: CreateListenerCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: CreateListenerCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { DeleteAcceleratorRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAcceleratorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAcceleratorCommandInput extends DeleteAcceleratorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAcceleratorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
|
|
18
23
|
* (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
|
|
19
24
|
* <important>
|
|
@@ -38,6 +43,8 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param DeleteAcceleratorCommandInput - {@link DeleteAcceleratorCommandInput}
|
|
47
|
+
* @returns {@link DeleteAcceleratorCommandOutput}
|
|
41
48
|
* @see {@link DeleteAcceleratorCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link DeleteAcceleratorCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
|
|
|
63
70
|
export declare class DeleteAcceleratorCommand extends $Command<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
64
71
|
readonly input: DeleteAcceleratorCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: DeleteAcceleratorCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { DeleteCustomRoutingAcceleratorRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCustomRoutingAcceleratorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCustomRoutingAcceleratorCommandInput extends DeleteCustomRoutingAcceleratorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCustomRoutingAcceleratorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
|
|
18
23
|
* (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
|
|
19
24
|
* <important>
|
|
@@ -38,6 +43,8 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param DeleteCustomRoutingAcceleratorCommandInput - {@link DeleteCustomRoutingAcceleratorCommandInput}
|
|
47
|
+
* @returns {@link DeleteCustomRoutingAcceleratorCommandOutput}
|
|
41
48
|
* @see {@link DeleteCustomRoutingAcceleratorCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link DeleteCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
|
|
|
63
70
|
export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
64
71
|
readonly input: DeleteCustomRoutingAcceleratorCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: DeleteCustomRoutingAcceleratorCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { DeleteCustomRoutingEndpointGroupRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCustomRoutingEndpointGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCustomRoutingEndpointGroupCommandInput extends DeleteCustomRoutingEndpointGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCustomRoutingEndpointGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteCustomRoutingEndpointGroupCommandInput - {@link DeleteCustomRoutingEndpointGroupCommandInput}
|
|
34
|
+
* @returns {@link DeleteCustomRoutingEndpointGroupCommandOutput}
|
|
28
35
|
* @see {@link DeleteCustomRoutingEndpointGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteCustomRoutingEndpointGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __Metadat
|
|
|
43
50
|
export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteCustomRoutingEndpointGroupCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteCustomRoutingEndpointGroupCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { DeleteCustomRoutingListenerRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCustomRoutingListenerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCustomRoutingListenerCommandInput extends DeleteCustomRoutingListenerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCustomRoutingListenerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete a listener for a custom routing accelerator.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBear
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteCustomRoutingListenerCommandInput - {@link DeleteCustomRoutingListenerCommandInput}
|
|
34
|
+
* @returns {@link DeleteCustomRoutingListenerCommandOutput}
|
|
28
35
|
* @see {@link DeleteCustomRoutingListenerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteCustomRoutingListenerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBear
|
|
|
47
54
|
export declare class DeleteCustomRoutingListenerCommand extends $Command<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteCustomRoutingListenerCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteCustomRoutingListenerCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { DeleteEndpointGroupRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEndpointGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEndpointGroupCommandInput extends DeleteEndpointGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEndpointGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete an endpoint group from a listener.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteEndpointGroupCommandInput - {@link DeleteEndpointGroupCommandInput}
|
|
34
|
+
* @returns {@link DeleteEndpointGroupCommandOutput}
|
|
28
35
|
* @see {@link DeleteEndpointGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteEndpointGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
|
|
|
43
50
|
export declare class DeleteEndpointGroupCommand extends $Command<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteEndpointGroupCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteEndpointGroupCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|