@aws-sdk/client-global-accelerator 3.192.0 → 3.193.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/CHANGELOG.md +11 -0
- package/dist-cjs/GlobalAccelerator.js +30 -0
- package/dist-cjs/GlobalAcceleratorClient.js +11 -8
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +10 -0
- package/dist-cjs/commands/AddEndpointsCommand.js +46 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +10 -0
- package/dist-cjs/commands/CreateAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateListenerCommand.js +10 -0
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteListenerCommand.js +10 -0
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeListenerCommand.js +10 -0
- package/dist-cjs/commands/ListAcceleratorsCommand.js +10 -0
- package/dist-cjs/commands/ListByoipCidrsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +10 -0
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListListenersCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +10 -0
- package/dist-cjs/commands/RemoveEndpointsCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateListenerCommand.js +10 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/models/models_0.js +62 -11
- package/dist-cjs/protocols/Aws_json1_1.js +167 -2
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/GlobalAccelerator.js +30 -0
- package/dist-es/GlobalAcceleratorClient.js +12 -9
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +10 -0
- package/dist-es/commands/AddEndpointsCommand.js +42 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +10 -0
- package/dist-es/commands/CreateAcceleratorCommand.js +10 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js +10 -0
- package/dist-es/commands/CreateListenerCommand.js +10 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js +10 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DeleteListenerCommand.js +10 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +10 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DescribeListenerCommand.js +10 -0
- package/dist-es/commands/ListAcceleratorsCommand.js +10 -0
- package/dist-es/commands/ListByoipCidrsCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +10 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js +10 -0
- package/dist-es/commands/ListListenersCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +10 -0
- package/dist-es/commands/RemoveEndpointsCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js +10 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js +10 -0
- package/dist-es/commands/UpdateListenerCommand.js +10 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/models/models_0.js +52 -6
- package/dist-es/protocols/Aws_json1_1.js +162 -1
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/GlobalAccelerator.d.ts +45 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +10 -11
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +52 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +2 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +53 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +2 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +187 -94
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +34 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +27 -8
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +71 -22
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface ListCustomRoutingEndpointGroupsCommandOutput extends ListCustom
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListCustomRoutingEndpointGroupsCommand extends $Command<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListCustomRoutingEndpointGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListCustomRoutingEndpointGroupsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface ListCustomRoutingListenersCommandOutput extends ListCustomRouti
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListCustomRoutingListenersCommand extends $Command<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListCustomRoutingListenersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListCustomRoutingListenersCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -28,6 +29,7 @@ export interface ListCustomRoutingPortMappingsByDestinationCommandOutput extends
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListCustomRoutingPortMappingsByDestinationCommand extends $Command<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
30
31
|
readonly input: ListCustomRoutingPortMappingsByDestinationCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListCustomRoutingPortMappingsByDestinationCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -33,6 +34,7 @@ export interface ListCustomRoutingPortMappingsCommandOutput extends ListCustomRo
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class ListCustomRoutingPortMappingsCommand extends $Command<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
35
36
|
readonly input: ListCustomRoutingPortMappingsCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: ListCustomRoutingPortMappingsCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface ListEndpointGroupsCommandOutput extends ListEndpointGroupsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListEndpointGroupsCommand extends $Command<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListEndpointGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEndpointGroupsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface ListListenersCommandOutput extends ListListenersResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListListenersCommand extends $Command<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListListenersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListListenersCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -27,6 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
29
30
|
readonly input: ListTagsForResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListTagsForResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -30,6 +31,7 @@ export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrRespo
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ProvisionByoipCidrCommand extends $Command<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
32
33
|
readonly input: ProvisionByoipCidrCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ProvisionByoipCidrCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface RemoveCustomRoutingEndpointsCommandOutput extends __MetadataBea
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RemoveCustomRoutingEndpointsCommand extends $Command<RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: RemoveCustomRoutingEndpointsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RemoveCustomRoutingEndpointsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
|
+
import { RemoveEndpointsRequest } from "../models/models_0";
|
|
6
|
+
export interface RemoveEndpointsCommandInput extends RemoveEndpointsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface RemoveEndpointsCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Remove endpoints from an endpoint group. </p>
|
|
12
|
+
* <p>The <code>RemoveEndpoints</code> API operation is the recommended option for removing endpoints. The alternative is to remove
|
|
13
|
+
* endpoints by updating an endpoint group by using the
|
|
14
|
+
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_UpdateEndpointGroup.html">UpdateEndpointGroup</a>
|
|
15
|
+
* API operation. There are two advantages to using <code>AddEndpoints</code> to remove endpoints instead:</p>
|
|
16
|
+
* <ul>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>It's more convenient, because you only need to specify the endpoints that you want to remove. With the
|
|
19
|
+
* <code>UpdateEndpointGroup</code> API operation, you must specify all of the endpoints in the
|
|
20
|
+
* endpoint group except the ones that you want to remove from the group.</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>It's faster, because Global Accelerator doesn't need to resolve any endpoints. With the
|
|
24
|
+
* <code>UpdateEndpointGroup</code> API operation, Global Accelerator must resolve all of the endpoints that
|
|
25
|
+
* remain in the group.</p>
|
|
26
|
+
* </li>
|
|
27
|
+
* </ul>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { GlobalAcceleratorClient, RemoveEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
32
|
+
* // const { GlobalAcceleratorClient, RemoveEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
33
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
34
|
+
* const command = new RemoveEndpointsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @see {@link RemoveEndpointsCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link RemoveEndpointsCommandOutput} for command's `response` shape.
|
|
40
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
export declare class RemoveEndpointsCommand extends $Command<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
44
|
+
readonly input: RemoveEndpointsCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
|
+
constructor(input: RemoveEndpointsCommandInput);
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput>;
|
|
51
|
+
private serialize;
|
|
52
|
+
private deserialize;
|
|
53
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
29
30
|
readonly input: TagResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: TagResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -28,6 +29,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
30
31
|
readonly input: UntagResourceCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UntagResourceCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAcceleratorAttributesCommandOutput extends UpdateAccelera
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAcceleratorAttributesCommand extends $Command<UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAcceleratorAttributesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAcceleratorAttributesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -31,6 +32,7 @@ export interface UpdateAcceleratorCommandOutput extends UpdateAcceleratorRespons
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class UpdateAcceleratorCommand extends $Command<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
33
34
|
readonly input: UpdateAcceleratorCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: UpdateAcceleratorCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput extends U
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command<UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateCustomRoutingAcceleratorCommandOutput extends UpdateCusto
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateCustomRoutingAcceleratorCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateCustomRoutingListenerCommandOutput extends UpdateCustomRo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateCustomRoutingListenerCommand extends $Command<UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateCustomRoutingListenerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomRoutingListenerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateEndpointGroupCommandOutput extends UpdateEndpointGroupRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateEndpointGroupCommand extends $Command<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateEndpointGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEndpointGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateListenerCommand extends $Command<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateListenerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateListenerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
@@ -31,6 +32,7 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrRespons
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class WithdrawByoipCidrCommand extends $Command<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
33
34
|
readonly input: WithdrawByoipCidrCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: WithdrawByoipCidrCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./AddCustomRoutingEndpointsCommand";
|
|
2
|
+
export * from "./AddEndpointsCommand";
|
|
2
3
|
export * from "./AdvertiseByoipCidrCommand";
|
|
3
4
|
export * from "./AllowCustomRoutingTrafficCommand";
|
|
4
5
|
export * from "./CreateAcceleratorCommand";
|
|
@@ -35,6 +36,7 @@ export * from "./ListListenersCommand";
|
|
|
35
36
|
export * from "./ListTagsForResourceCommand";
|
|
36
37
|
export * from "./ProvisionByoipCidrCommand";
|
|
37
38
|
export * from "./RemoveCustomRoutingEndpointsCommand";
|
|
39
|
+
export * from "./RemoveEndpointsCommand";
|
|
38
40
|
export * from "./TagResourceCommand";
|
|
39
41
|
export * from "./UntagResourceCommand";
|
|
40
42
|
export * from "./UpdateAcceleratorAttributesCommand";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|