@aws-sdk/client-global-accelerator 3.1077.0 → 3.1078.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-cjs/index.js +174 -673
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/AddEndpointsCommand.js +2 -14
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -14
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateListenerCommand.js +2 -14
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteListenerCommand.js +2 -14
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeListenerCommand.js +2 -14
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -14
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListListenersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/UpdateListenerCommand.js +2 -14
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { AllowCustomRoutingTrafficRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AllowCustomRoutingTrafficCommandInput extends AllowCustomRoutin
|
|
|
22
19
|
export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AllowCustomRoutingTrafficCommand_base: {
|
|
25
|
-
new (input: AllowCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AllowCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AllowCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AllowCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateAcceleratorRequest, CreateAcceleratorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAcceleratorCommandInput extends CreateAcceleratorRequest
|
|
|
22
19
|
export interface CreateAcceleratorCommandOutput extends CreateAcceleratorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAcceleratorCommand_base: {
|
|
25
|
-
new (input: CreateAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateCrossAccountAttachmentRequest, CreateCrossAccountAttachmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCrossAccountAttachmentCommandInput extends CreateCrossAcc
|
|
|
22
19
|
export interface CreateCrossAccountAttachmentCommandOutput extends CreateCrossAccountAttachmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCrossAccountAttachmentCommand_base: {
|
|
25
|
-
new (input: CreateCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateCustomRoutingAcceleratorRequest, CreateCustomRoutingAcceleratorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomRoutingAcceleratorCommandInput extends CreateCustom
|
|
|
22
19
|
export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCustomRoutingAcceleratorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomRoutingAcceleratorCommand_base: {
|
|
25
|
-
new (input: CreateCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateCustomRoutingEndpointGroupRequest, CreateCustomRoutingEndpointGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomRoutingEndpointGroupCommandInput extends CreateCust
|
|
|
22
19
|
export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCustomRoutingEndpointGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomRoutingEndpointGroupCommand_base: {
|
|
25
|
-
new (input: CreateCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create an endpoint group for the specified listener for a custom routing accelerator.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateCustomRoutingListenerRequest, CreateCustomRoutingListenerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomRoutingListenerCommandInput extends CreateCustomRou
|
|
|
22
19
|
export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRoutingListenerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomRoutingListenerCommand_base: {
|
|
25
|
-
new (input: CreateCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateEndpointGroupRequest, CreateEndpointGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEndpointGroupCommandInput extends CreateEndpointGroupRequ
|
|
|
22
19
|
export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEndpointGroupCommand_base: {
|
|
25
|
-
new (input: CreateEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one Amazon Web Services
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { CreateListenerRequest, CreateListenerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateListenerCommandInput extends CreateListenerRequest {
|
|
|
22
19
|
export interface CreateListenerCommandOutput extends CreateListenerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateListenerCommand_base: {
|
|
25
|
-
new (input: CreateListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteAcceleratorRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAcceleratorCommandInput extends DeleteAcceleratorRequest
|
|
|
22
19
|
export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAcceleratorCommand_base: {
|
|
25
|
-
new (input: DeleteAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteCrossAccountAttachmentRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCrossAccountAttachmentCommandInput extends DeleteCrossAcc
|
|
|
22
19
|
export interface DeleteCrossAccountAttachmentCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCrossAccountAttachmentCommand_base: {
|
|
25
|
-
new (input: DeleteCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteCustomRoutingAcceleratorRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomRoutingAcceleratorCommandInput extends DeleteCustom
|
|
|
22
19
|
export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomRoutingAcceleratorCommand_base: {
|
|
25
|
-
new (input: DeleteCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteCustomRoutingEndpointGroupRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomRoutingEndpointGroupCommandInput extends DeleteCust
|
|
|
22
19
|
export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomRoutingEndpointGroupCommand_base: {
|
|
25
|
-
new (input: DeleteCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteCustomRoutingListenerRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomRoutingListenerCommandInput extends DeleteCustomRou
|
|
|
22
19
|
export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomRoutingListenerCommand_base: {
|
|
25
|
-
new (input: DeleteCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a listener for a custom routing accelerator.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteEndpointGroupRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEndpointGroupCommandInput extends DeleteEndpointGroupRequ
|
|
|
22
19
|
export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEndpointGroupCommand_base: {
|
|
25
|
-
new (input: DeleteEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete an endpoint group from a listener.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeleteListenerRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteListenerCommandInput extends DeleteListenerRequest {
|
|
|
22
19
|
export interface DeleteListenerCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteListenerCommand_base: {
|
|
25
|
-
new (input: DeleteListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a listener from an accelerator.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DenyCustomRoutingTrafficRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DenyCustomRoutingTrafficCommandInput extends DenyCustomRoutingT
|
|
|
22
19
|
export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DenyCustomRoutingTrafficCommand_base: {
|
|
25
|
-
new (input: DenyCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DenyCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DenyCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DenyCustomRoutingTrafficCommandInput): import("@smithy/core/client").CommandImpl<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that cannot receive traffic
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRe
|
|
|
22
19
|
export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeprovisionByoipCidrCommand_base: {
|
|
25
|
-
new (input: DeprovisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeprovisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeprovisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeprovisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Releases the specified address range that you provisioned to use with your Amazon Web Services resources
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DescribeAcceleratorAttributesRequest, DescribeAcceleratorAttributesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeAcceleratorAttributesCommandInput extends DescribeAccel
|
|
|
22
19
|
export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcceleratorAttributesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeAcceleratorAttributesCommand_base: {
|
|
25
|
-
new (input: DescribeAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describe the attributes of an accelerator.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DescribeAcceleratorRequest, DescribeAcceleratorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeAcceleratorCommandInput extends DescribeAcceleratorRequ
|
|
|
22
19
|
export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeAcceleratorCommand_base: {
|
|
25
|
-
new (input: DescribeAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describe an accelerator. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
2
|
import type { DescribeCrossAccountAttachmentRequest, DescribeCrossAccountAttachmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeCrossAccountAttachmentCommandInput extends DescribeCros
|
|
|
22
19
|
export interface DescribeCrossAccountAttachmentCommandOutput extends DescribeCrossAccountAttachmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeCrossAccountAttachmentCommand_base: {
|
|
25
|
-
new (input: DescribeCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeCrossAccountAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets configuration information about a cross-account attachment.</p>
|