@aws-sdk/client-global-accelerator 3.1076.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 +177 -675
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultGlobalAcceleratorHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1780,6 +1782,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1780
1782
|
serviceTarget: "GlobalAccelerator_V20180706",
|
|
1781
1783
|
},
|
|
1782
1784
|
serviceId: config?.serviceId ?? "Global Accelerator",
|
|
1785
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1783
1786
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1784
1787
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1785
1788
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1813,7 +1816,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1813
1816
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1814
1817
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1815
1818
|
}, config),
|
|
1816
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1817
1819
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1818
1820
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1819
1821
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1901,676 +1903,176 @@ class GlobalAcceleratorClient extends Client {
|
|
|
1901
1903
|
}
|
|
1902
1904
|
}
|
|
1903
1905
|
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
.ep(commonParams)
|
|
2075
|
-
.m(function (Command, cs, config, o) {
|
|
2076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2077
|
-
})
|
|
2078
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
|
|
2079
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
|
|
2080
|
-
.sc(DeleteCustomRoutingEndpointGroup$)
|
|
2081
|
-
.build() {
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
class DeleteCustomRoutingListenerCommand extends Command
|
|
2085
|
-
.classBuilder()
|
|
2086
|
-
.ep(commonParams)
|
|
2087
|
-
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2089
|
-
})
|
|
2090
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
|
|
2091
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
|
|
2092
|
-
.sc(DeleteCustomRoutingListener$)
|
|
2093
|
-
.build() {
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
class DeleteEndpointGroupCommand extends Command
|
|
2097
|
-
.classBuilder()
|
|
2098
|
-
.ep(commonParams)
|
|
2099
|
-
.m(function (Command, cs, config, o) {
|
|
2100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2101
|
-
})
|
|
2102
|
-
.s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
|
|
2103
|
-
.n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
|
|
2104
|
-
.sc(DeleteEndpointGroup$)
|
|
2105
|
-
.build() {
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
|
-
class DeleteListenerCommand extends Command
|
|
2109
|
-
.classBuilder()
|
|
2110
|
-
.ep(commonParams)
|
|
2111
|
-
.m(function (Command, cs, config, o) {
|
|
2112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2113
|
-
})
|
|
2114
|
-
.s("GlobalAccelerator_V20180706", "DeleteListener", {})
|
|
2115
|
-
.n("GlobalAcceleratorClient", "DeleteListenerCommand")
|
|
2116
|
-
.sc(DeleteListener$)
|
|
2117
|
-
.build() {
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
class DenyCustomRoutingTrafficCommand extends Command
|
|
2121
|
-
.classBuilder()
|
|
2122
|
-
.ep(commonParams)
|
|
2123
|
-
.m(function (Command, cs, config, o) {
|
|
2124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2125
|
-
})
|
|
2126
|
-
.s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
|
|
2127
|
-
.n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
|
|
2128
|
-
.sc(DenyCustomRoutingTraffic$)
|
|
2129
|
-
.build() {
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
class DeprovisionByoipCidrCommand extends Command
|
|
2133
|
-
.classBuilder()
|
|
2134
|
-
.ep(commonParams)
|
|
2135
|
-
.m(function (Command, cs, config, o) {
|
|
2136
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2137
|
-
})
|
|
2138
|
-
.s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
|
|
2139
|
-
.n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
|
|
2140
|
-
.sc(DeprovisionByoipCidr$)
|
|
2141
|
-
.build() {
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
class DescribeAcceleratorAttributesCommand extends Command
|
|
2145
|
-
.classBuilder()
|
|
2146
|
-
.ep(commonParams)
|
|
2147
|
-
.m(function (Command, cs, config, o) {
|
|
2148
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2149
|
-
})
|
|
2150
|
-
.s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
|
|
2151
|
-
.n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
|
|
2152
|
-
.sc(DescribeAcceleratorAttributes$)
|
|
2153
|
-
.build() {
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
class DescribeAcceleratorCommand extends Command
|
|
2157
|
-
.classBuilder()
|
|
2158
|
-
.ep(commonParams)
|
|
2159
|
-
.m(function (Command, cs, config, o) {
|
|
2160
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2161
|
-
})
|
|
2162
|
-
.s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
|
|
2163
|
-
.n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
|
|
2164
|
-
.sc(DescribeAccelerator$)
|
|
2165
|
-
.build() {
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
class DescribeCrossAccountAttachmentCommand extends Command
|
|
2169
|
-
.classBuilder()
|
|
2170
|
-
.ep(commonParams)
|
|
2171
|
-
.m(function (Command, cs, config, o) {
|
|
2172
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2173
|
-
})
|
|
2174
|
-
.s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
|
|
2175
|
-
.n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
|
|
2176
|
-
.sc(DescribeCrossAccountAttachment$)
|
|
2177
|
-
.build() {
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
|
-
class DescribeCustomRoutingAcceleratorAttributesCommand extends Command
|
|
2181
|
-
.classBuilder()
|
|
2182
|
-
.ep(commonParams)
|
|
2183
|
-
.m(function (Command, cs, config, o) {
|
|
2184
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2185
|
-
})
|
|
2186
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
|
|
2187
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
|
|
2188
|
-
.sc(DescribeCustomRoutingAcceleratorAttributes$)
|
|
2189
|
-
.build() {
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
class DescribeCustomRoutingAcceleratorCommand extends Command
|
|
2193
|
-
.classBuilder()
|
|
2194
|
-
.ep(commonParams)
|
|
2195
|
-
.m(function (Command, cs, config, o) {
|
|
2196
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2197
|
-
})
|
|
2198
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
|
|
2199
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
|
|
2200
|
-
.sc(DescribeCustomRoutingAccelerator$)
|
|
2201
|
-
.build() {
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
class DescribeCustomRoutingEndpointGroupCommand extends Command
|
|
2205
|
-
.classBuilder()
|
|
2206
|
-
.ep(commonParams)
|
|
2207
|
-
.m(function (Command, cs, config, o) {
|
|
2208
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2209
|
-
})
|
|
2210
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
|
|
2211
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
|
|
2212
|
-
.sc(DescribeCustomRoutingEndpointGroup$)
|
|
2213
|
-
.build() {
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
class DescribeCustomRoutingListenerCommand extends Command
|
|
2217
|
-
.classBuilder()
|
|
2218
|
-
.ep(commonParams)
|
|
2219
|
-
.m(function (Command, cs, config, o) {
|
|
2220
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2221
|
-
})
|
|
2222
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
|
|
2223
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
|
|
2224
|
-
.sc(DescribeCustomRoutingListener$)
|
|
2225
|
-
.build() {
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
class DescribeEndpointGroupCommand extends Command
|
|
2229
|
-
.classBuilder()
|
|
2230
|
-
.ep(commonParams)
|
|
2231
|
-
.m(function (Command, cs, config, o) {
|
|
2232
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2233
|
-
})
|
|
2234
|
-
.s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
|
|
2235
|
-
.n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
|
|
2236
|
-
.sc(DescribeEndpointGroup$)
|
|
2237
|
-
.build() {
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
class DescribeListenerCommand extends Command
|
|
2241
|
-
.classBuilder()
|
|
2242
|
-
.ep(commonParams)
|
|
2243
|
-
.m(function (Command, cs, config, o) {
|
|
2244
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
|
-
})
|
|
2246
|
-
.s("GlobalAccelerator_V20180706", "DescribeListener", {})
|
|
2247
|
-
.n("GlobalAcceleratorClient", "DescribeListenerCommand")
|
|
2248
|
-
.sc(DescribeListener$)
|
|
2249
|
-
.build() {
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
class ListAcceleratorsCommand extends Command
|
|
2253
|
-
.classBuilder()
|
|
2254
|
-
.ep(commonParams)
|
|
2255
|
-
.m(function (Command, cs, config, o) {
|
|
2256
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2257
|
-
})
|
|
2258
|
-
.s("GlobalAccelerator_V20180706", "ListAccelerators", {})
|
|
2259
|
-
.n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
|
|
2260
|
-
.sc(ListAccelerators$)
|
|
2261
|
-
.build() {
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
class ListByoipCidrsCommand extends Command
|
|
2265
|
-
.classBuilder()
|
|
2266
|
-
.ep(commonParams)
|
|
2267
|
-
.m(function (Command, cs, config, o) {
|
|
2268
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2269
|
-
})
|
|
2270
|
-
.s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
|
|
2271
|
-
.n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
|
|
2272
|
-
.sc(ListByoipCidrs$)
|
|
2273
|
-
.build() {
|
|
2274
|
-
}
|
|
2275
|
-
|
|
2276
|
-
class ListCrossAccountAttachmentsCommand extends Command
|
|
2277
|
-
.classBuilder()
|
|
2278
|
-
.ep(commonParams)
|
|
2279
|
-
.m(function (Command, cs, config, o) {
|
|
2280
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2281
|
-
})
|
|
2282
|
-
.s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
|
|
2283
|
-
.n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
|
|
2284
|
-
.sc(ListCrossAccountAttachments$)
|
|
2285
|
-
.build() {
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
class ListCrossAccountResourceAccountsCommand extends Command
|
|
2289
|
-
.classBuilder()
|
|
2290
|
-
.ep(commonParams)
|
|
2291
|
-
.m(function (Command, cs, config, o) {
|
|
2292
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2293
|
-
})
|
|
2294
|
-
.s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
|
|
2295
|
-
.n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
|
|
2296
|
-
.sc(ListCrossAccountResourceAccounts$)
|
|
2297
|
-
.build() {
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
class ListCrossAccountResourcesCommand extends Command
|
|
2301
|
-
.classBuilder()
|
|
2302
|
-
.ep(commonParams)
|
|
2303
|
-
.m(function (Command, cs, config, o) {
|
|
2304
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2305
|
-
})
|
|
2306
|
-
.s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
|
|
2307
|
-
.n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
|
|
2308
|
-
.sc(ListCrossAccountResources$)
|
|
2309
|
-
.build() {
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
|
-
class ListCustomRoutingAcceleratorsCommand extends Command
|
|
2313
|
-
.classBuilder()
|
|
2314
|
-
.ep(commonParams)
|
|
2315
|
-
.m(function (Command, cs, config, o) {
|
|
2316
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2317
|
-
})
|
|
2318
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
|
|
2319
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
|
|
2320
|
-
.sc(ListCustomRoutingAccelerators$)
|
|
2321
|
-
.build() {
|
|
2322
|
-
}
|
|
2323
|
-
|
|
2324
|
-
class ListCustomRoutingEndpointGroupsCommand extends Command
|
|
2325
|
-
.classBuilder()
|
|
2326
|
-
.ep(commonParams)
|
|
2327
|
-
.m(function (Command, cs, config, o) {
|
|
2328
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2329
|
-
})
|
|
2330
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
|
|
2331
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
|
|
2332
|
-
.sc(ListCustomRoutingEndpointGroups$)
|
|
2333
|
-
.build() {
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
class ListCustomRoutingListenersCommand extends Command
|
|
2337
|
-
.classBuilder()
|
|
2338
|
-
.ep(commonParams)
|
|
2339
|
-
.m(function (Command, cs, config, o) {
|
|
2340
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2341
|
-
})
|
|
2342
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
|
|
2343
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
|
|
2344
|
-
.sc(ListCustomRoutingListeners$)
|
|
2345
|
-
.build() {
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
class ListCustomRoutingPortMappingsByDestinationCommand extends Command
|
|
2349
|
-
.classBuilder()
|
|
2350
|
-
.ep(commonParams)
|
|
2351
|
-
.m(function (Command, cs, config, o) {
|
|
2352
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2353
|
-
})
|
|
2354
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
|
|
2355
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
|
|
2356
|
-
.sc(ListCustomRoutingPortMappingsByDestination$)
|
|
2357
|
-
.build() {
|
|
2358
|
-
}
|
|
2359
|
-
|
|
2360
|
-
class ListCustomRoutingPortMappingsCommand extends Command
|
|
2361
|
-
.classBuilder()
|
|
2362
|
-
.ep(commonParams)
|
|
2363
|
-
.m(function (Command, cs, config, o) {
|
|
2364
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2365
|
-
})
|
|
2366
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
|
|
2367
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
|
|
2368
|
-
.sc(ListCustomRoutingPortMappings$)
|
|
2369
|
-
.build() {
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
class ListEndpointGroupsCommand extends Command
|
|
2373
|
-
.classBuilder()
|
|
2374
|
-
.ep(commonParams)
|
|
2375
|
-
.m(function (Command, cs, config, o) {
|
|
2376
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2377
|
-
})
|
|
2378
|
-
.s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
|
|
2379
|
-
.n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
|
|
2380
|
-
.sc(ListEndpointGroups$)
|
|
2381
|
-
.build() {
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
|
-
class ListListenersCommand extends Command
|
|
2385
|
-
.classBuilder()
|
|
2386
|
-
.ep(commonParams)
|
|
2387
|
-
.m(function (Command, cs, config, o) {
|
|
2388
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2389
|
-
})
|
|
2390
|
-
.s("GlobalAccelerator_V20180706", "ListListeners", {})
|
|
2391
|
-
.n("GlobalAcceleratorClient", "ListListenersCommand")
|
|
2392
|
-
.sc(ListListeners$)
|
|
2393
|
-
.build() {
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
class ListTagsForResourceCommand extends Command
|
|
2397
|
-
.classBuilder()
|
|
2398
|
-
.ep(commonParams)
|
|
2399
|
-
.m(function (Command, cs, config, o) {
|
|
2400
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2401
|
-
})
|
|
2402
|
-
.s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
|
|
2403
|
-
.n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
|
|
2404
|
-
.sc(ListTagsForResource$)
|
|
2405
|
-
.build() {
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
class ProvisionByoipCidrCommand extends Command
|
|
2409
|
-
.classBuilder()
|
|
2410
|
-
.ep(commonParams)
|
|
2411
|
-
.m(function (Command, cs, config, o) {
|
|
2412
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2413
|
-
})
|
|
2414
|
-
.s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
|
|
2415
|
-
.n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
|
|
2416
|
-
.sc(ProvisionByoipCidr$)
|
|
2417
|
-
.build() {
|
|
2418
|
-
}
|
|
2419
|
-
|
|
2420
|
-
class RemoveCustomRoutingEndpointsCommand extends Command
|
|
2421
|
-
.classBuilder()
|
|
2422
|
-
.ep(commonParams)
|
|
2423
|
-
.m(function (Command, cs, config, o) {
|
|
2424
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2425
|
-
})
|
|
2426
|
-
.s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
|
|
2427
|
-
.n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
|
|
2428
|
-
.sc(RemoveCustomRoutingEndpoints$)
|
|
2429
|
-
.build() {
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
class RemoveEndpointsCommand extends Command
|
|
2433
|
-
.classBuilder()
|
|
2434
|
-
.ep(commonParams)
|
|
2435
|
-
.m(function (Command, cs, config, o) {
|
|
2436
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2437
|
-
})
|
|
2438
|
-
.s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
|
|
2439
|
-
.n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
|
|
2440
|
-
.sc(RemoveEndpoints$)
|
|
2441
|
-
.build() {
|
|
2442
|
-
}
|
|
2443
|
-
|
|
2444
|
-
class TagResourceCommand extends Command
|
|
2445
|
-
.classBuilder()
|
|
2446
|
-
.ep(commonParams)
|
|
2447
|
-
.m(function (Command, cs, config, o) {
|
|
2448
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2449
|
-
})
|
|
2450
|
-
.s("GlobalAccelerator_V20180706", "TagResource", {})
|
|
2451
|
-
.n("GlobalAcceleratorClient", "TagResourceCommand")
|
|
2452
|
-
.sc(TagResource$)
|
|
2453
|
-
.build() {
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
class UntagResourceCommand extends Command
|
|
2457
|
-
.classBuilder()
|
|
2458
|
-
.ep(commonParams)
|
|
2459
|
-
.m(function (Command, cs, config, o) {
|
|
2460
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2461
|
-
})
|
|
2462
|
-
.s("GlobalAccelerator_V20180706", "UntagResource", {})
|
|
2463
|
-
.n("GlobalAcceleratorClient", "UntagResourceCommand")
|
|
2464
|
-
.sc(UntagResource$)
|
|
2465
|
-
.build() {
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
class UpdateAcceleratorAttributesCommand extends Command
|
|
2469
|
-
.classBuilder()
|
|
2470
|
-
.ep(commonParams)
|
|
2471
|
-
.m(function (Command, cs, config, o) {
|
|
2472
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2473
|
-
})
|
|
2474
|
-
.s("GlobalAccelerator_V20180706", "UpdateAcceleratorAttributes", {})
|
|
2475
|
-
.n("GlobalAcceleratorClient", "UpdateAcceleratorAttributesCommand")
|
|
2476
|
-
.sc(UpdateAcceleratorAttributes$)
|
|
2477
|
-
.build() {
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
class UpdateAcceleratorCommand extends Command
|
|
2481
|
-
.classBuilder()
|
|
2482
|
-
.ep(commonParams)
|
|
2483
|
-
.m(function (Command, cs, config, o) {
|
|
2484
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2485
|
-
})
|
|
2486
|
-
.s("GlobalAccelerator_V20180706", "UpdateAccelerator", {})
|
|
2487
|
-
.n("GlobalAcceleratorClient", "UpdateAcceleratorCommand")
|
|
2488
|
-
.sc(UpdateAccelerator$)
|
|
2489
|
-
.build() {
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
class UpdateCrossAccountAttachmentCommand extends Command
|
|
2493
|
-
.classBuilder()
|
|
2494
|
-
.ep(commonParams)
|
|
2495
|
-
.m(function (Command, cs, config, o) {
|
|
2496
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2497
|
-
})
|
|
2498
|
-
.s("GlobalAccelerator_V20180706", "UpdateCrossAccountAttachment", {})
|
|
2499
|
-
.n("GlobalAcceleratorClient", "UpdateCrossAccountAttachmentCommand")
|
|
2500
|
-
.sc(UpdateCrossAccountAttachment$)
|
|
2501
|
-
.build() {
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
|
-
class UpdateCustomRoutingAcceleratorAttributesCommand extends Command
|
|
2505
|
-
.classBuilder()
|
|
2506
|
-
.ep(commonParams)
|
|
2507
|
-
.m(function (Command, cs, config, o) {
|
|
2508
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2509
|
-
})
|
|
2510
|
-
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAcceleratorAttributes", {})
|
|
2511
|
-
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorAttributesCommand")
|
|
2512
|
-
.sc(UpdateCustomRoutingAcceleratorAttributes$)
|
|
2513
|
-
.build() {
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
class UpdateCustomRoutingAcceleratorCommand extends Command
|
|
2517
|
-
.classBuilder()
|
|
2518
|
-
.ep(commonParams)
|
|
2519
|
-
.m(function (Command, cs, config, o) {
|
|
2520
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2521
|
-
})
|
|
2522
|
-
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAccelerator", {})
|
|
2523
|
-
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorCommand")
|
|
2524
|
-
.sc(UpdateCustomRoutingAccelerator$)
|
|
2525
|
-
.build() {
|
|
2526
|
-
}
|
|
2527
|
-
|
|
2528
|
-
class UpdateCustomRoutingListenerCommand extends Command
|
|
2529
|
-
.classBuilder()
|
|
2530
|
-
.ep(commonParams)
|
|
2531
|
-
.m(function (Command, cs, config, o) {
|
|
2532
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2533
|
-
})
|
|
2534
|
-
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingListener", {})
|
|
2535
|
-
.n("GlobalAcceleratorClient", "UpdateCustomRoutingListenerCommand")
|
|
2536
|
-
.sc(UpdateCustomRoutingListener$)
|
|
2537
|
-
.build() {
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
class UpdateEndpointGroupCommand extends Command
|
|
2541
|
-
.classBuilder()
|
|
2542
|
-
.ep(commonParams)
|
|
2543
|
-
.m(function (Command, cs, config, o) {
|
|
2544
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2545
|
-
})
|
|
2546
|
-
.s("GlobalAccelerator_V20180706", "UpdateEndpointGroup", {})
|
|
2547
|
-
.n("GlobalAcceleratorClient", "UpdateEndpointGroupCommand")
|
|
2548
|
-
.sc(UpdateEndpointGroup$)
|
|
2549
|
-
.build() {
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
class UpdateListenerCommand extends Command
|
|
2553
|
-
.classBuilder()
|
|
2554
|
-
.ep(commonParams)
|
|
2555
|
-
.m(function (Command, cs, config, o) {
|
|
2556
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2557
|
-
})
|
|
2558
|
-
.s("GlobalAccelerator_V20180706", "UpdateListener", {})
|
|
2559
|
-
.n("GlobalAcceleratorClient", "UpdateListenerCommand")
|
|
2560
|
-
.sc(UpdateListener$)
|
|
2561
|
-
.build() {
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
class WithdrawByoipCidrCommand extends Command
|
|
2565
|
-
.classBuilder()
|
|
2566
|
-
.ep(commonParams)
|
|
2567
|
-
.m(function (Command, cs, config, o) {
|
|
2568
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2569
|
-
})
|
|
2570
|
-
.s("GlobalAccelerator_V20180706", "WithdrawByoipCidr", {})
|
|
2571
|
-
.n("GlobalAcceleratorClient", "WithdrawByoipCidrCommand")
|
|
2572
|
-
.sc(WithdrawByoipCidr$)
|
|
2573
|
-
.build() {
|
|
1906
|
+
const command = makeBuilder(commonParams, "GlobalAccelerator_V20180706", "GlobalAcceleratorClient", getEndpointPlugin);
|
|
1907
|
+
const _ep0 = {};
|
|
1908
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1909
|
+
|
|
1910
|
+
class AddCustomRoutingEndpointsCommand extends command(_ep0, _mw0, "AddCustomRoutingEndpoints", AddCustomRoutingEndpoints$) {
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
class AddEndpointsCommand extends command(_ep0, _mw0, "AddEndpoints", AddEndpoints$) {
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
class AdvertiseByoipCidrCommand extends command(_ep0, _mw0, "AdvertiseByoipCidr", AdvertiseByoipCidr$) {
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
class AllowCustomRoutingTrafficCommand extends command(_ep0, _mw0, "AllowCustomRoutingTraffic", AllowCustomRoutingTraffic$) {
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
class CreateAcceleratorCommand extends command(_ep0, _mw0, "CreateAccelerator", CreateAccelerator$) {
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
class CreateCrossAccountAttachmentCommand extends command(_ep0, _mw0, "CreateCrossAccountAttachment", CreateCrossAccountAttachment$) {
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
class CreateCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "CreateCustomRoutingAccelerator", CreateCustomRoutingAccelerator$) {
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
class CreateCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "CreateCustomRoutingEndpointGroup", CreateCustomRoutingEndpointGroup$) {
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
class CreateCustomRoutingListenerCommand extends command(_ep0, _mw0, "CreateCustomRoutingListener", CreateCustomRoutingListener$) {
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
class CreateEndpointGroupCommand extends command(_ep0, _mw0, "CreateEndpointGroup", CreateEndpointGroup$) {
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
class CreateListenerCommand extends command(_ep0, _mw0, "CreateListener", CreateListener$) {
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
class DeleteAcceleratorCommand extends command(_ep0, _mw0, "DeleteAccelerator", DeleteAccelerator$) {
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
class DeleteCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DeleteCrossAccountAttachment", DeleteCrossAccountAttachment$) {
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
class DeleteCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DeleteCustomRoutingAccelerator", DeleteCustomRoutingAccelerator$) {
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
class DeleteCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DeleteCustomRoutingEndpointGroup", DeleteCustomRoutingEndpointGroup$) {
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
class DeleteCustomRoutingListenerCommand extends command(_ep0, _mw0, "DeleteCustomRoutingListener", DeleteCustomRoutingListener$) {
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
class DeleteEndpointGroupCommand extends command(_ep0, _mw0, "DeleteEndpointGroup", DeleteEndpointGroup$) {
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
class DeleteListenerCommand extends command(_ep0, _mw0, "DeleteListener", DeleteListener$) {
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
class DenyCustomRoutingTrafficCommand extends command(_ep0, _mw0, "DenyCustomRoutingTraffic", DenyCustomRoutingTraffic$) {
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
class DeprovisionByoipCidrCommand extends command(_ep0, _mw0, "DeprovisionByoipCidr", DeprovisionByoipCidr$) {
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
class DescribeAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeAcceleratorAttributes", DescribeAcceleratorAttributes$) {
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
class DescribeAcceleratorCommand extends command(_ep0, _mw0, "DescribeAccelerator", DescribeAccelerator$) {
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
class DescribeCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DescribeCrossAccountAttachment", DescribeCrossAccountAttachment$) {
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
class DescribeCustomRoutingAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAcceleratorAttributes", DescribeCustomRoutingAcceleratorAttributes$) {
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
class DescribeCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAccelerator", DescribeCustomRoutingAccelerator$) {
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
class DescribeCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DescribeCustomRoutingEndpointGroup", DescribeCustomRoutingEndpointGroup$) {
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
class DescribeCustomRoutingListenerCommand extends command(_ep0, _mw0, "DescribeCustomRoutingListener", DescribeCustomRoutingListener$) {
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
class DescribeEndpointGroupCommand extends command(_ep0, _mw0, "DescribeEndpointGroup", DescribeEndpointGroup$) {
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
class DescribeListenerCommand extends command(_ep0, _mw0, "DescribeListener", DescribeListener$) {
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
class ListAcceleratorsCommand extends command(_ep0, _mw0, "ListAccelerators", ListAccelerators$) {
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
class ListByoipCidrsCommand extends command(_ep0, _mw0, "ListByoipCidrs", ListByoipCidrs$) {
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
class ListCrossAccountAttachmentsCommand extends command(_ep0, _mw0, "ListCrossAccountAttachments", ListCrossAccountAttachments$) {
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
class ListCrossAccountResourceAccountsCommand extends command(_ep0, _mw0, "ListCrossAccountResourceAccounts", ListCrossAccountResourceAccounts$) {
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
class ListCrossAccountResourcesCommand extends command(_ep0, _mw0, "ListCrossAccountResources", ListCrossAccountResources$) {
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
class ListCustomRoutingAcceleratorsCommand extends command(_ep0, _mw0, "ListCustomRoutingAccelerators", ListCustomRoutingAccelerators$) {
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
class ListCustomRoutingEndpointGroupsCommand extends command(_ep0, _mw0, "ListCustomRoutingEndpointGroups", ListCustomRoutingEndpointGroups$) {
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
class ListCustomRoutingListenersCommand extends command(_ep0, _mw0, "ListCustomRoutingListeners", ListCustomRoutingListeners$) {
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
class ListCustomRoutingPortMappingsByDestinationCommand extends command(_ep0, _mw0, "ListCustomRoutingPortMappingsByDestination", ListCustomRoutingPortMappingsByDestination$) {
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
class ListCustomRoutingPortMappingsCommand extends command(_ep0, _mw0, "ListCustomRoutingPortMappings", ListCustomRoutingPortMappings$) {
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
class ListEndpointGroupsCommand extends command(_ep0, _mw0, "ListEndpointGroups", ListEndpointGroups$) {
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
class ListListenersCommand extends command(_ep0, _mw0, "ListListeners", ListListeners$) {
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
class ProvisionByoipCidrCommand extends command(_ep0, _mw0, "ProvisionByoipCidr", ProvisionByoipCidr$) {
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
class RemoveCustomRoutingEndpointsCommand extends command(_ep0, _mw0, "RemoveCustomRoutingEndpoints", RemoveCustomRoutingEndpoints$) {
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
class RemoveEndpointsCommand extends command(_ep0, _mw0, "RemoveEndpoints", RemoveEndpoints$) {
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
class UpdateAcceleratorAttributesCommand extends command(_ep0, _mw0, "UpdateAcceleratorAttributes", UpdateAcceleratorAttributes$) {
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
class UpdateAcceleratorCommand extends command(_ep0, _mw0, "UpdateAccelerator", UpdateAccelerator$) {
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
class UpdateCrossAccountAttachmentCommand extends command(_ep0, _mw0, "UpdateCrossAccountAttachment", UpdateCrossAccountAttachment$) {
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
class UpdateCustomRoutingAcceleratorAttributesCommand extends command(_ep0, _mw0, "UpdateCustomRoutingAcceleratorAttributes", UpdateCustomRoutingAcceleratorAttributes$) {
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
class UpdateCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "UpdateCustomRoutingAccelerator", UpdateCustomRoutingAccelerator$) {
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
class UpdateCustomRoutingListenerCommand extends command(_ep0, _mw0, "UpdateCustomRoutingListener", UpdateCustomRoutingListener$) {
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
class UpdateEndpointGroupCommand extends command(_ep0, _mw0, "UpdateEndpointGroup", UpdateEndpointGroup$) {
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
class UpdateListenerCommand extends command(_ep0, _mw0, "UpdateListener", UpdateListener$) {
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
class WithdrawByoipCidrCommand extends command(_ep0, _mw0, "WithdrawByoipCidr", WithdrawByoipCidr$) {
|
|
2574
2076
|
}
|
|
2575
2077
|
|
|
2576
2078
|
const paginateListAccelerators = createPaginator(GlobalAcceleratorClient, ListAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
|