@aws-sdk/client-global-accelerator 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +174 -673
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/AddEndpointsCommand.js +2 -14
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -14
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateListenerCommand.js +2 -14
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteListenerCommand.js +2 -14
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeListenerCommand.js +2 -14
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -14
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListListenersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/UpdateListenerCommand.js +2 -14
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1902,676 +1903,176 @@ class GlobalAcceleratorClient extends Client {
|
|
|
1902
1903
|
}
|
|
1903
1904
|
}
|
|
1904
1905
|
|
|
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
|
-
|
|
2075
|
-
.ep(commonParams)
|
|
2076
|
-
.m(function (Command, cs, config, o) {
|
|
2077
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2078
|
-
})
|
|
2079
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
|
|
2080
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
|
|
2081
|
-
.sc(DeleteCustomRoutingEndpointGroup$)
|
|
2082
|
-
.build() {
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
class DeleteCustomRoutingListenerCommand extends Command
|
|
2086
|
-
.classBuilder()
|
|
2087
|
-
.ep(commonParams)
|
|
2088
|
-
.m(function (Command, cs, config, o) {
|
|
2089
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2090
|
-
})
|
|
2091
|
-
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
|
|
2092
|
-
.n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
|
|
2093
|
-
.sc(DeleteCustomRoutingListener$)
|
|
2094
|
-
.build() {
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
class DeleteEndpointGroupCommand extends Command
|
|
2098
|
-
.classBuilder()
|
|
2099
|
-
.ep(commonParams)
|
|
2100
|
-
.m(function (Command, cs, config, o) {
|
|
2101
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2102
|
-
})
|
|
2103
|
-
.s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
|
|
2104
|
-
.n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
|
|
2105
|
-
.sc(DeleteEndpointGroup$)
|
|
2106
|
-
.build() {
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2109
|
-
class DeleteListenerCommand extends Command
|
|
2110
|
-
.classBuilder()
|
|
2111
|
-
.ep(commonParams)
|
|
2112
|
-
.m(function (Command, cs, config, o) {
|
|
2113
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2114
|
-
})
|
|
2115
|
-
.s("GlobalAccelerator_V20180706", "DeleteListener", {})
|
|
2116
|
-
.n("GlobalAcceleratorClient", "DeleteListenerCommand")
|
|
2117
|
-
.sc(DeleteListener$)
|
|
2118
|
-
.build() {
|
|
2119
|
-
}
|
|
2120
|
-
|
|
2121
|
-
class DenyCustomRoutingTrafficCommand extends Command
|
|
2122
|
-
.classBuilder()
|
|
2123
|
-
.ep(commonParams)
|
|
2124
|
-
.m(function (Command, cs, config, o) {
|
|
2125
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2126
|
-
})
|
|
2127
|
-
.s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
|
|
2128
|
-
.n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
|
|
2129
|
-
.sc(DenyCustomRoutingTraffic$)
|
|
2130
|
-
.build() {
|
|
2131
|
-
}
|
|
2132
|
-
|
|
2133
|
-
class DeprovisionByoipCidrCommand extends Command
|
|
2134
|
-
.classBuilder()
|
|
2135
|
-
.ep(commonParams)
|
|
2136
|
-
.m(function (Command, cs, config, o) {
|
|
2137
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2138
|
-
})
|
|
2139
|
-
.s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
|
|
2140
|
-
.n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
|
|
2141
|
-
.sc(DeprovisionByoipCidr$)
|
|
2142
|
-
.build() {
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
class DescribeAcceleratorAttributesCommand extends Command
|
|
2146
|
-
.classBuilder()
|
|
2147
|
-
.ep(commonParams)
|
|
2148
|
-
.m(function (Command, cs, config, o) {
|
|
2149
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2150
|
-
})
|
|
2151
|
-
.s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
|
|
2152
|
-
.n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
|
|
2153
|
-
.sc(DescribeAcceleratorAttributes$)
|
|
2154
|
-
.build() {
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
class DescribeAcceleratorCommand extends Command
|
|
2158
|
-
.classBuilder()
|
|
2159
|
-
.ep(commonParams)
|
|
2160
|
-
.m(function (Command, cs, config, o) {
|
|
2161
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2162
|
-
})
|
|
2163
|
-
.s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
|
|
2164
|
-
.n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
|
|
2165
|
-
.sc(DescribeAccelerator$)
|
|
2166
|
-
.build() {
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
class DescribeCrossAccountAttachmentCommand extends Command
|
|
2170
|
-
.classBuilder()
|
|
2171
|
-
.ep(commonParams)
|
|
2172
|
-
.m(function (Command, cs, config, o) {
|
|
2173
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2174
|
-
})
|
|
2175
|
-
.s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
|
|
2176
|
-
.n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
|
|
2177
|
-
.sc(DescribeCrossAccountAttachment$)
|
|
2178
|
-
.build() {
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
class DescribeCustomRoutingAcceleratorAttributesCommand extends Command
|
|
2182
|
-
.classBuilder()
|
|
2183
|
-
.ep(commonParams)
|
|
2184
|
-
.m(function (Command, cs, config, o) {
|
|
2185
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2186
|
-
})
|
|
2187
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
|
|
2188
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
|
|
2189
|
-
.sc(DescribeCustomRoutingAcceleratorAttributes$)
|
|
2190
|
-
.build() {
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
class DescribeCustomRoutingAcceleratorCommand extends Command
|
|
2194
|
-
.classBuilder()
|
|
2195
|
-
.ep(commonParams)
|
|
2196
|
-
.m(function (Command, cs, config, o) {
|
|
2197
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2198
|
-
})
|
|
2199
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
|
|
2200
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
|
|
2201
|
-
.sc(DescribeCustomRoutingAccelerator$)
|
|
2202
|
-
.build() {
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
class DescribeCustomRoutingEndpointGroupCommand extends Command
|
|
2206
|
-
.classBuilder()
|
|
2207
|
-
.ep(commonParams)
|
|
2208
|
-
.m(function (Command, cs, config, o) {
|
|
2209
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2210
|
-
})
|
|
2211
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
|
|
2212
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
|
|
2213
|
-
.sc(DescribeCustomRoutingEndpointGroup$)
|
|
2214
|
-
.build() {
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
class DescribeCustomRoutingListenerCommand extends Command
|
|
2218
|
-
.classBuilder()
|
|
2219
|
-
.ep(commonParams)
|
|
2220
|
-
.m(function (Command, cs, config, o) {
|
|
2221
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2222
|
-
})
|
|
2223
|
-
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
|
|
2224
|
-
.n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
|
|
2225
|
-
.sc(DescribeCustomRoutingListener$)
|
|
2226
|
-
.build() {
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
class DescribeEndpointGroupCommand extends Command
|
|
2230
|
-
.classBuilder()
|
|
2231
|
-
.ep(commonParams)
|
|
2232
|
-
.m(function (Command, cs, config, o) {
|
|
2233
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2234
|
-
})
|
|
2235
|
-
.s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
|
|
2236
|
-
.n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
|
|
2237
|
-
.sc(DescribeEndpointGroup$)
|
|
2238
|
-
.build() {
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
class DescribeListenerCommand extends Command
|
|
2242
|
-
.classBuilder()
|
|
2243
|
-
.ep(commonParams)
|
|
2244
|
-
.m(function (Command, cs, config, o) {
|
|
2245
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2246
|
-
})
|
|
2247
|
-
.s("GlobalAccelerator_V20180706", "DescribeListener", {})
|
|
2248
|
-
.n("GlobalAcceleratorClient", "DescribeListenerCommand")
|
|
2249
|
-
.sc(DescribeListener$)
|
|
2250
|
-
.build() {
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
class ListAcceleratorsCommand extends Command
|
|
2254
|
-
.classBuilder()
|
|
2255
|
-
.ep(commonParams)
|
|
2256
|
-
.m(function (Command, cs, config, o) {
|
|
2257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2258
|
-
})
|
|
2259
|
-
.s("GlobalAccelerator_V20180706", "ListAccelerators", {})
|
|
2260
|
-
.n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
|
|
2261
|
-
.sc(ListAccelerators$)
|
|
2262
|
-
.build() {
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
class ListByoipCidrsCommand extends Command
|
|
2266
|
-
.classBuilder()
|
|
2267
|
-
.ep(commonParams)
|
|
2268
|
-
.m(function (Command, cs, config, o) {
|
|
2269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2270
|
-
})
|
|
2271
|
-
.s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
|
|
2272
|
-
.n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
|
|
2273
|
-
.sc(ListByoipCidrs$)
|
|
2274
|
-
.build() {
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
class ListCrossAccountAttachmentsCommand extends Command
|
|
2278
|
-
.classBuilder()
|
|
2279
|
-
.ep(commonParams)
|
|
2280
|
-
.m(function (Command, cs, config, o) {
|
|
2281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2282
|
-
})
|
|
2283
|
-
.s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
|
|
2284
|
-
.n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
|
|
2285
|
-
.sc(ListCrossAccountAttachments$)
|
|
2286
|
-
.build() {
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
class ListCrossAccountResourceAccountsCommand extends Command
|
|
2290
|
-
.classBuilder()
|
|
2291
|
-
.ep(commonParams)
|
|
2292
|
-
.m(function (Command, cs, config, o) {
|
|
2293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2294
|
-
})
|
|
2295
|
-
.s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
|
|
2296
|
-
.n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
|
|
2297
|
-
.sc(ListCrossAccountResourceAccounts$)
|
|
2298
|
-
.build() {
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
class ListCrossAccountResourcesCommand extends Command
|
|
2302
|
-
.classBuilder()
|
|
2303
|
-
.ep(commonParams)
|
|
2304
|
-
.m(function (Command, cs, config, o) {
|
|
2305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2306
|
-
})
|
|
2307
|
-
.s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
|
|
2308
|
-
.n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
|
|
2309
|
-
.sc(ListCrossAccountResources$)
|
|
2310
|
-
.build() {
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
class ListCustomRoutingAcceleratorsCommand extends Command
|
|
2314
|
-
.classBuilder()
|
|
2315
|
-
.ep(commonParams)
|
|
2316
|
-
.m(function (Command, cs, config, o) {
|
|
2317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2318
|
-
})
|
|
2319
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
|
|
2320
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
|
|
2321
|
-
.sc(ListCustomRoutingAccelerators$)
|
|
2322
|
-
.build() {
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
class ListCustomRoutingEndpointGroupsCommand extends Command
|
|
2326
|
-
.classBuilder()
|
|
2327
|
-
.ep(commonParams)
|
|
2328
|
-
.m(function (Command, cs, config, o) {
|
|
2329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2330
|
-
})
|
|
2331
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
|
|
2332
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
|
|
2333
|
-
.sc(ListCustomRoutingEndpointGroups$)
|
|
2334
|
-
.build() {
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
class ListCustomRoutingListenersCommand extends Command
|
|
2338
|
-
.classBuilder()
|
|
2339
|
-
.ep(commonParams)
|
|
2340
|
-
.m(function (Command, cs, config, o) {
|
|
2341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2342
|
-
})
|
|
2343
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
|
|
2344
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
|
|
2345
|
-
.sc(ListCustomRoutingListeners$)
|
|
2346
|
-
.build() {
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
class ListCustomRoutingPortMappingsByDestinationCommand extends Command
|
|
2350
|
-
.classBuilder()
|
|
2351
|
-
.ep(commonParams)
|
|
2352
|
-
.m(function (Command, cs, config, o) {
|
|
2353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2354
|
-
})
|
|
2355
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
|
|
2356
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
|
|
2357
|
-
.sc(ListCustomRoutingPortMappingsByDestination$)
|
|
2358
|
-
.build() {
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
class ListCustomRoutingPortMappingsCommand extends Command
|
|
2362
|
-
.classBuilder()
|
|
2363
|
-
.ep(commonParams)
|
|
2364
|
-
.m(function (Command, cs, config, o) {
|
|
2365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2366
|
-
})
|
|
2367
|
-
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
|
|
2368
|
-
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
|
|
2369
|
-
.sc(ListCustomRoutingPortMappings$)
|
|
2370
|
-
.build() {
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
class ListEndpointGroupsCommand extends Command
|
|
2374
|
-
.classBuilder()
|
|
2375
|
-
.ep(commonParams)
|
|
2376
|
-
.m(function (Command, cs, config, o) {
|
|
2377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2378
|
-
})
|
|
2379
|
-
.s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
|
|
2380
|
-
.n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
|
|
2381
|
-
.sc(ListEndpointGroups$)
|
|
2382
|
-
.build() {
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
class ListListenersCommand extends Command
|
|
2386
|
-
.classBuilder()
|
|
2387
|
-
.ep(commonParams)
|
|
2388
|
-
.m(function (Command, cs, config, o) {
|
|
2389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2390
|
-
})
|
|
2391
|
-
.s("GlobalAccelerator_V20180706", "ListListeners", {})
|
|
2392
|
-
.n("GlobalAcceleratorClient", "ListListenersCommand")
|
|
2393
|
-
.sc(ListListeners$)
|
|
2394
|
-
.build() {
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
class ListTagsForResourceCommand extends Command
|
|
2398
|
-
.classBuilder()
|
|
2399
|
-
.ep(commonParams)
|
|
2400
|
-
.m(function (Command, cs, config, o) {
|
|
2401
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2402
|
-
})
|
|
2403
|
-
.s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
|
|
2404
|
-
.n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
|
|
2405
|
-
.sc(ListTagsForResource$)
|
|
2406
|
-
.build() {
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
class ProvisionByoipCidrCommand extends Command
|
|
2410
|
-
.classBuilder()
|
|
2411
|
-
.ep(commonParams)
|
|
2412
|
-
.m(function (Command, cs, config, o) {
|
|
2413
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2414
|
-
})
|
|
2415
|
-
.s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
|
|
2416
|
-
.n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
|
|
2417
|
-
.sc(ProvisionByoipCidr$)
|
|
2418
|
-
.build() {
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
class RemoveCustomRoutingEndpointsCommand extends Command
|
|
2422
|
-
.classBuilder()
|
|
2423
|
-
.ep(commonParams)
|
|
2424
|
-
.m(function (Command, cs, config, o) {
|
|
2425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2426
|
-
})
|
|
2427
|
-
.s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
|
|
2428
|
-
.n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
|
|
2429
|
-
.sc(RemoveCustomRoutingEndpoints$)
|
|
2430
|
-
.build() {
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
|
-
class RemoveEndpointsCommand extends Command
|
|
2434
|
-
.classBuilder()
|
|
2435
|
-
.ep(commonParams)
|
|
2436
|
-
.m(function (Command, cs, config, o) {
|
|
2437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2438
|
-
})
|
|
2439
|
-
.s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
|
|
2440
|
-
.n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
|
|
2441
|
-
.sc(RemoveEndpoints$)
|
|
2442
|
-
.build() {
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
|
-
class TagResourceCommand extends Command
|
|
2446
|
-
.classBuilder()
|
|
2447
|
-
.ep(commonParams)
|
|
2448
|
-
.m(function (Command, cs, config, o) {
|
|
2449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2450
|
-
})
|
|
2451
|
-
.s("GlobalAccelerator_V20180706", "TagResource", {})
|
|
2452
|
-
.n("GlobalAcceleratorClient", "TagResourceCommand")
|
|
2453
|
-
.sc(TagResource$)
|
|
2454
|
-
.build() {
|
|
2455
|
-
}
|
|
2456
|
-
|
|
2457
|
-
class UntagResourceCommand extends Command
|
|
2458
|
-
.classBuilder()
|
|
2459
|
-
.ep(commonParams)
|
|
2460
|
-
.m(function (Command, cs, config, o) {
|
|
2461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2462
|
-
})
|
|
2463
|
-
.s("GlobalAccelerator_V20180706", "UntagResource", {})
|
|
2464
|
-
.n("GlobalAcceleratorClient", "UntagResourceCommand")
|
|
2465
|
-
.sc(UntagResource$)
|
|
2466
|
-
.build() {
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
class UpdateAcceleratorAttributesCommand extends Command
|
|
2470
|
-
.classBuilder()
|
|
2471
|
-
.ep(commonParams)
|
|
2472
|
-
.m(function (Command, cs, config, o) {
|
|
2473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2474
|
-
})
|
|
2475
|
-
.s("GlobalAccelerator_V20180706", "UpdateAcceleratorAttributes", {})
|
|
2476
|
-
.n("GlobalAcceleratorClient", "UpdateAcceleratorAttributesCommand")
|
|
2477
|
-
.sc(UpdateAcceleratorAttributes$)
|
|
2478
|
-
.build() {
|
|
2479
|
-
}
|
|
2480
|
-
|
|
2481
|
-
class UpdateAcceleratorCommand extends Command
|
|
2482
|
-
.classBuilder()
|
|
2483
|
-
.ep(commonParams)
|
|
2484
|
-
.m(function (Command, cs, config, o) {
|
|
2485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2486
|
-
})
|
|
2487
|
-
.s("GlobalAccelerator_V20180706", "UpdateAccelerator", {})
|
|
2488
|
-
.n("GlobalAcceleratorClient", "UpdateAcceleratorCommand")
|
|
2489
|
-
.sc(UpdateAccelerator$)
|
|
2490
|
-
.build() {
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
class UpdateCrossAccountAttachmentCommand extends Command
|
|
2494
|
-
.classBuilder()
|
|
2495
|
-
.ep(commonParams)
|
|
2496
|
-
.m(function (Command, cs, config, o) {
|
|
2497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2498
|
-
})
|
|
2499
|
-
.s("GlobalAccelerator_V20180706", "UpdateCrossAccountAttachment", {})
|
|
2500
|
-
.n("GlobalAcceleratorClient", "UpdateCrossAccountAttachmentCommand")
|
|
2501
|
-
.sc(UpdateCrossAccountAttachment$)
|
|
2502
|
-
.build() {
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
class UpdateCustomRoutingAcceleratorAttributesCommand extends Command
|
|
2506
|
-
.classBuilder()
|
|
2507
|
-
.ep(commonParams)
|
|
2508
|
-
.m(function (Command, cs, config, o) {
|
|
2509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2510
|
-
})
|
|
2511
|
-
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAcceleratorAttributes", {})
|
|
2512
|
-
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorAttributesCommand")
|
|
2513
|
-
.sc(UpdateCustomRoutingAcceleratorAttributes$)
|
|
2514
|
-
.build() {
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
class UpdateCustomRoutingAcceleratorCommand extends Command
|
|
2518
|
-
.classBuilder()
|
|
2519
|
-
.ep(commonParams)
|
|
2520
|
-
.m(function (Command, cs, config, o) {
|
|
2521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2522
|
-
})
|
|
2523
|
-
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAccelerator", {})
|
|
2524
|
-
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorCommand")
|
|
2525
|
-
.sc(UpdateCustomRoutingAccelerator$)
|
|
2526
|
-
.build() {
|
|
2527
|
-
}
|
|
2528
|
-
|
|
2529
|
-
class UpdateCustomRoutingListenerCommand extends Command
|
|
2530
|
-
.classBuilder()
|
|
2531
|
-
.ep(commonParams)
|
|
2532
|
-
.m(function (Command, cs, config, o) {
|
|
2533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2534
|
-
})
|
|
2535
|
-
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingListener", {})
|
|
2536
|
-
.n("GlobalAcceleratorClient", "UpdateCustomRoutingListenerCommand")
|
|
2537
|
-
.sc(UpdateCustomRoutingListener$)
|
|
2538
|
-
.build() {
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
|
-
class UpdateEndpointGroupCommand extends Command
|
|
2542
|
-
.classBuilder()
|
|
2543
|
-
.ep(commonParams)
|
|
2544
|
-
.m(function (Command, cs, config, o) {
|
|
2545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2546
|
-
})
|
|
2547
|
-
.s("GlobalAccelerator_V20180706", "UpdateEndpointGroup", {})
|
|
2548
|
-
.n("GlobalAcceleratorClient", "UpdateEndpointGroupCommand")
|
|
2549
|
-
.sc(UpdateEndpointGroup$)
|
|
2550
|
-
.build() {
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
|
-
class UpdateListenerCommand extends Command
|
|
2554
|
-
.classBuilder()
|
|
2555
|
-
.ep(commonParams)
|
|
2556
|
-
.m(function (Command, cs, config, o) {
|
|
2557
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2558
|
-
})
|
|
2559
|
-
.s("GlobalAccelerator_V20180706", "UpdateListener", {})
|
|
2560
|
-
.n("GlobalAcceleratorClient", "UpdateListenerCommand")
|
|
2561
|
-
.sc(UpdateListener$)
|
|
2562
|
-
.build() {
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
class WithdrawByoipCidrCommand extends Command
|
|
2566
|
-
.classBuilder()
|
|
2567
|
-
.ep(commonParams)
|
|
2568
|
-
.m(function (Command, cs, config, o) {
|
|
2569
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2570
|
-
})
|
|
2571
|
-
.s("GlobalAccelerator_V20180706", "WithdrawByoipCidr", {})
|
|
2572
|
-
.n("GlobalAcceleratorClient", "WithdrawByoipCidrCommand")
|
|
2573
|
-
.sc(WithdrawByoipCidr$)
|
|
2574
|
-
.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$) {
|
|
2575
2076
|
}
|
|
2576
2077
|
|
|
2577
2078
|
const paginateListAccelerators = createPaginator(GlobalAcceleratorClient, ListAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
|