@aws-sdk/client-route-53-domains 3.649.0 → 3.650.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 +34 -102
- package/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +1 -3
- package/dist-es/commands/AssociateDelegationSignerToDomainCommand.js +1 -3
- package/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +1 -3
- package/dist-es/commands/CheckDomainAvailabilityCommand.js +1 -3
- package/dist-es/commands/CheckDomainTransferabilityCommand.js +1 -3
- package/dist-es/commands/DeleteDomainCommand.js +1 -3
- package/dist-es/commands/DeleteTagsForDomainCommand.js +1 -3
- package/dist-es/commands/DisableDomainAutoRenewCommand.js +1 -3
- package/dist-es/commands/DisableDomainTransferLockCommand.js +1 -3
- package/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js +1 -3
- package/dist-es/commands/EnableDomainAutoRenewCommand.js +1 -3
- package/dist-es/commands/EnableDomainTransferLockCommand.js +1 -3
- package/dist-es/commands/GetContactReachabilityStatusCommand.js +1 -3
- package/dist-es/commands/GetDomainDetailCommand.js +1 -3
- package/dist-es/commands/GetDomainSuggestionsCommand.js +1 -3
- package/dist-es/commands/GetOperationDetailCommand.js +1 -3
- package/dist-es/commands/ListDomainsCommand.js +1 -3
- package/dist-es/commands/ListOperationsCommand.js +1 -3
- package/dist-es/commands/ListPricesCommand.js +1 -3
- package/dist-es/commands/ListTagsForDomainCommand.js +1 -3
- package/dist-es/commands/PushDomainCommand.js +1 -3
- package/dist-es/commands/RegisterDomainCommand.js +1 -3
- package/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +1 -3
- package/dist-es/commands/RenewDomainCommand.js +1 -3
- package/dist-es/commands/ResendContactReachabilityEmailCommand.js +1 -3
- package/dist-es/commands/ResendOperationAuthorizationCommand.js +1 -3
- package/dist-es/commands/RetrieveDomainAuthCodeCommand.js +1 -3
- package/dist-es/commands/TransferDomainCommand.js +1 -3
- package/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js +1 -3
- package/dist-es/commands/UpdateDomainContactCommand.js +1 -3
- package/dist-es/commands/UpdateDomainContactPrivacyCommand.js +1 -3
- package/dist-es/commands/UpdateDomainNameserversCommand.js +1 -3
- package/dist-es/commands/UpdateTagsForDomainCommand.js +1 -3
- package/dist-es/commands/ViewBillingCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1773,9 +1773,7 @@ function sharedHeaders(operation) {
|
|
|
1773
1773
|
__name(sharedHeaders, "sharedHeaders");
|
|
1774
1774
|
|
|
1775
1775
|
// src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts
|
|
1776
|
-
var _AcceptDomainTransferFromAnotherAwsAccountCommand = class _AcceptDomainTransferFromAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1777
|
-
...commonParams
|
|
1778
|
-
}).m(function(Command, cs, config, o) {
|
|
1776
|
+
var _AcceptDomainTransferFromAnotherAwsAccountCommand = class _AcceptDomainTransferFromAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1779
1777
|
return [
|
|
1780
1778
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1781
1779
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1789,9 +1787,7 @@ var AcceptDomainTransferFromAnotherAwsAccountCommand = _AcceptDomainTransferFrom
|
|
|
1789
1787
|
|
|
1790
1788
|
|
|
1791
1789
|
|
|
1792
|
-
var _AssociateDelegationSignerToDomainCommand = class _AssociateDelegationSignerToDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1793
|
-
...commonParams
|
|
1794
|
-
}).m(function(Command, cs, config, o) {
|
|
1790
|
+
var _AssociateDelegationSignerToDomainCommand = class _AssociateDelegationSignerToDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1795
1791
|
return [
|
|
1796
1792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1797
1793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1805,9 +1801,7 @@ var AssociateDelegationSignerToDomainCommand = _AssociateDelegationSignerToDomai
|
|
|
1805
1801
|
|
|
1806
1802
|
|
|
1807
1803
|
|
|
1808
|
-
var _CancelDomainTransferToAnotherAwsAccountCommand = class _CancelDomainTransferToAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1809
|
-
...commonParams
|
|
1810
|
-
}).m(function(Command, cs, config, o) {
|
|
1804
|
+
var _CancelDomainTransferToAnotherAwsAccountCommand = class _CancelDomainTransferToAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1811
1805
|
return [
|
|
1812
1806
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1813
1807
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1821,9 +1815,7 @@ var CancelDomainTransferToAnotherAwsAccountCommand = _CancelDomainTransferToAnot
|
|
|
1821
1815
|
|
|
1822
1816
|
|
|
1823
1817
|
|
|
1824
|
-
var _CheckDomainAvailabilityCommand = class _CheckDomainAvailabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1825
|
-
...commonParams
|
|
1826
|
-
}).m(function(Command, cs, config, o) {
|
|
1818
|
+
var _CheckDomainAvailabilityCommand = class _CheckDomainAvailabilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1827
1819
|
return [
|
|
1828
1820
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1829
1821
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1837,9 +1829,7 @@ var CheckDomainAvailabilityCommand = _CheckDomainAvailabilityCommand;
|
|
|
1837
1829
|
|
|
1838
1830
|
|
|
1839
1831
|
|
|
1840
|
-
var _CheckDomainTransferabilityCommand = class _CheckDomainTransferabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1841
|
-
...commonParams
|
|
1842
|
-
}).m(function(Command, cs, config, o) {
|
|
1832
|
+
var _CheckDomainTransferabilityCommand = class _CheckDomainTransferabilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1843
1833
|
return [
|
|
1844
1834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1845
1835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1853,9 +1843,7 @@ var CheckDomainTransferabilityCommand = _CheckDomainTransferabilityCommand;
|
|
|
1853
1843
|
|
|
1854
1844
|
|
|
1855
1845
|
|
|
1856
|
-
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1857
|
-
...commonParams
|
|
1858
|
-
}).m(function(Command, cs, config, o) {
|
|
1846
|
+
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1859
1847
|
return [
|
|
1860
1848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1861
1849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1869,9 +1857,7 @@ var DeleteDomainCommand = _DeleteDomainCommand;
|
|
|
1869
1857
|
|
|
1870
1858
|
|
|
1871
1859
|
|
|
1872
|
-
var _DeleteTagsForDomainCommand = class _DeleteTagsForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1873
|
-
...commonParams
|
|
1874
|
-
}).m(function(Command, cs, config, o) {
|
|
1860
|
+
var _DeleteTagsForDomainCommand = class _DeleteTagsForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1875
1861
|
return [
|
|
1876
1862
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1877
1863
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1885,9 +1871,7 @@ var DeleteTagsForDomainCommand = _DeleteTagsForDomainCommand;
|
|
|
1885
1871
|
|
|
1886
1872
|
|
|
1887
1873
|
|
|
1888
|
-
var _DisableDomainAutoRenewCommand = class _DisableDomainAutoRenewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
|
-
...commonParams
|
|
1890
|
-
}).m(function(Command, cs, config, o) {
|
|
1874
|
+
var _DisableDomainAutoRenewCommand = class _DisableDomainAutoRenewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1891
1875
|
return [
|
|
1892
1876
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1893
1877
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1901,9 +1885,7 @@ var DisableDomainAutoRenewCommand = _DisableDomainAutoRenewCommand;
|
|
|
1901
1885
|
|
|
1902
1886
|
|
|
1903
1887
|
|
|
1904
|
-
var _DisableDomainTransferLockCommand = class _DisableDomainTransferLockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1905
|
-
...commonParams
|
|
1906
|
-
}).m(function(Command, cs, config, o) {
|
|
1888
|
+
var _DisableDomainTransferLockCommand = class _DisableDomainTransferLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1907
1889
|
return [
|
|
1908
1890
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1909
1891
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1917,9 +1899,7 @@ var DisableDomainTransferLockCommand = _DisableDomainTransferLockCommand;
|
|
|
1917
1899
|
|
|
1918
1900
|
|
|
1919
1901
|
|
|
1920
|
-
var _DisassociateDelegationSignerFromDomainCommand = class _DisassociateDelegationSignerFromDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1921
|
-
...commonParams
|
|
1922
|
-
}).m(function(Command, cs, config, o) {
|
|
1902
|
+
var _DisassociateDelegationSignerFromDomainCommand = class _DisassociateDelegationSignerFromDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1923
1903
|
return [
|
|
1924
1904
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1925
1905
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1933,9 +1913,7 @@ var DisassociateDelegationSignerFromDomainCommand = _DisassociateDelegationSigne
|
|
|
1933
1913
|
|
|
1934
1914
|
|
|
1935
1915
|
|
|
1936
|
-
var _EnableDomainAutoRenewCommand = class _EnableDomainAutoRenewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1937
|
-
...commonParams
|
|
1938
|
-
}).m(function(Command, cs, config, o) {
|
|
1916
|
+
var _EnableDomainAutoRenewCommand = class _EnableDomainAutoRenewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1939
1917
|
return [
|
|
1940
1918
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1941
1919
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1949,9 +1927,7 @@ var EnableDomainAutoRenewCommand = _EnableDomainAutoRenewCommand;
|
|
|
1949
1927
|
|
|
1950
1928
|
|
|
1951
1929
|
|
|
1952
|
-
var _EnableDomainTransferLockCommand = class _EnableDomainTransferLockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1953
|
-
...commonParams
|
|
1954
|
-
}).m(function(Command, cs, config, o) {
|
|
1930
|
+
var _EnableDomainTransferLockCommand = class _EnableDomainTransferLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1955
1931
|
return [
|
|
1956
1932
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1957
1933
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1965,9 +1941,7 @@ var EnableDomainTransferLockCommand = _EnableDomainTransferLockCommand;
|
|
|
1965
1941
|
|
|
1966
1942
|
|
|
1967
1943
|
|
|
1968
|
-
var _GetContactReachabilityStatusCommand = class _GetContactReachabilityStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1969
|
-
...commonParams
|
|
1970
|
-
}).m(function(Command, cs, config, o) {
|
|
1944
|
+
var _GetContactReachabilityStatusCommand = class _GetContactReachabilityStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1971
1945
|
return [
|
|
1972
1946
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1973
1947
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1981,9 +1955,7 @@ var GetContactReachabilityStatusCommand = _GetContactReachabilityStatusCommand;
|
|
|
1981
1955
|
|
|
1982
1956
|
|
|
1983
1957
|
|
|
1984
|
-
var _GetDomainDetailCommand = class _GetDomainDetailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1985
|
-
...commonParams
|
|
1986
|
-
}).m(function(Command, cs, config, o) {
|
|
1958
|
+
var _GetDomainDetailCommand = class _GetDomainDetailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1987
1959
|
return [
|
|
1988
1960
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1989
1961
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1997,9 +1969,7 @@ var GetDomainDetailCommand = _GetDomainDetailCommand;
|
|
|
1997
1969
|
|
|
1998
1970
|
|
|
1999
1971
|
|
|
2000
|
-
var _GetDomainSuggestionsCommand = class _GetDomainSuggestionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2001
|
-
...commonParams
|
|
2002
|
-
}).m(function(Command, cs, config, o) {
|
|
1972
|
+
var _GetDomainSuggestionsCommand = class _GetDomainSuggestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2003
1973
|
return [
|
|
2004
1974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2005
1975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2013,9 +1983,7 @@ var GetDomainSuggestionsCommand = _GetDomainSuggestionsCommand;
|
|
|
2013
1983
|
|
|
2014
1984
|
|
|
2015
1985
|
|
|
2016
|
-
var _GetOperationDetailCommand = class _GetOperationDetailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2017
|
-
...commonParams
|
|
2018
|
-
}).m(function(Command, cs, config, o) {
|
|
1986
|
+
var _GetOperationDetailCommand = class _GetOperationDetailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2019
1987
|
return [
|
|
2020
1988
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2021
1989
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2029,9 +1997,7 @@ var GetOperationDetailCommand = _GetOperationDetailCommand;
|
|
|
2029
1997
|
|
|
2030
1998
|
|
|
2031
1999
|
|
|
2032
|
-
var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2033
|
-
...commonParams
|
|
2034
|
-
}).m(function(Command, cs, config, o) {
|
|
2000
|
+
var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2035
2001
|
return [
|
|
2036
2002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2037
2003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2045,9 +2011,7 @@ var ListDomainsCommand = _ListDomainsCommand;
|
|
|
2045
2011
|
|
|
2046
2012
|
|
|
2047
2013
|
|
|
2048
|
-
var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2049
|
-
...commonParams
|
|
2050
|
-
}).m(function(Command, cs, config, o) {
|
|
2014
|
+
var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2051
2015
|
return [
|
|
2052
2016
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2053
2017
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2061,9 +2025,7 @@ var ListOperationsCommand = _ListOperationsCommand;
|
|
|
2061
2025
|
|
|
2062
2026
|
|
|
2063
2027
|
|
|
2064
|
-
var _ListPricesCommand = class _ListPricesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2065
|
-
...commonParams
|
|
2066
|
-
}).m(function(Command, cs, config, o) {
|
|
2028
|
+
var _ListPricesCommand = class _ListPricesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2067
2029
|
return [
|
|
2068
2030
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2069
2031
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2077,9 +2039,7 @@ var ListPricesCommand = _ListPricesCommand;
|
|
|
2077
2039
|
|
|
2078
2040
|
|
|
2079
2041
|
|
|
2080
|
-
var _ListTagsForDomainCommand = class _ListTagsForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2081
|
-
...commonParams
|
|
2082
|
-
}).m(function(Command, cs, config, o) {
|
|
2042
|
+
var _ListTagsForDomainCommand = class _ListTagsForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2083
2043
|
return [
|
|
2084
2044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2085
2045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2093,9 +2053,7 @@ var ListTagsForDomainCommand = _ListTagsForDomainCommand;
|
|
|
2093
2053
|
|
|
2094
2054
|
|
|
2095
2055
|
|
|
2096
|
-
var _PushDomainCommand = class _PushDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2097
|
-
...commonParams
|
|
2098
|
-
}).m(function(Command, cs, config, o) {
|
|
2056
|
+
var _PushDomainCommand = class _PushDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2099
2057
|
return [
|
|
2100
2058
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2101
2059
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2109,9 +2067,7 @@ var PushDomainCommand = _PushDomainCommand;
|
|
|
2109
2067
|
|
|
2110
2068
|
|
|
2111
2069
|
|
|
2112
|
-
var _RegisterDomainCommand = class _RegisterDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2113
|
-
...commonParams
|
|
2114
|
-
}).m(function(Command, cs, config, o) {
|
|
2070
|
+
var _RegisterDomainCommand = class _RegisterDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2115
2071
|
return [
|
|
2116
2072
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2117
2073
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2125,9 +2081,7 @@ var RegisterDomainCommand = _RegisterDomainCommand;
|
|
|
2125
2081
|
|
|
2126
2082
|
|
|
2127
2083
|
|
|
2128
|
-
var _RejectDomainTransferFromAnotherAwsAccountCommand = class _RejectDomainTransferFromAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2129
|
-
...commonParams
|
|
2130
|
-
}).m(function(Command, cs, config, o) {
|
|
2084
|
+
var _RejectDomainTransferFromAnotherAwsAccountCommand = class _RejectDomainTransferFromAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2131
2085
|
return [
|
|
2132
2086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2133
2087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2141,9 +2095,7 @@ var RejectDomainTransferFromAnotherAwsAccountCommand = _RejectDomainTransferFrom
|
|
|
2141
2095
|
|
|
2142
2096
|
|
|
2143
2097
|
|
|
2144
|
-
var _RenewDomainCommand = class _RenewDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2145
|
-
...commonParams
|
|
2146
|
-
}).m(function(Command, cs, config, o) {
|
|
2098
|
+
var _RenewDomainCommand = class _RenewDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2147
2099
|
return [
|
|
2148
2100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2149
2101
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2157,9 +2109,7 @@ var RenewDomainCommand = _RenewDomainCommand;
|
|
|
2157
2109
|
|
|
2158
2110
|
|
|
2159
2111
|
|
|
2160
|
-
var _ResendContactReachabilityEmailCommand = class _ResendContactReachabilityEmailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2161
|
-
...commonParams
|
|
2162
|
-
}).m(function(Command, cs, config, o) {
|
|
2112
|
+
var _ResendContactReachabilityEmailCommand = class _ResendContactReachabilityEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2163
2113
|
return [
|
|
2164
2114
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2165
2115
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2173,9 +2123,7 @@ var ResendContactReachabilityEmailCommand = _ResendContactReachabilityEmailComma
|
|
|
2173
2123
|
|
|
2174
2124
|
|
|
2175
2125
|
|
|
2176
|
-
var _ResendOperationAuthorizationCommand = class _ResendOperationAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2177
|
-
...commonParams
|
|
2178
|
-
}).m(function(Command, cs, config, o) {
|
|
2126
|
+
var _ResendOperationAuthorizationCommand = class _ResendOperationAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2179
2127
|
return [
|
|
2180
2128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2181
2129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2189,9 +2137,7 @@ var ResendOperationAuthorizationCommand = _ResendOperationAuthorizationCommand;
|
|
|
2189
2137
|
|
|
2190
2138
|
|
|
2191
2139
|
|
|
2192
|
-
var _RetrieveDomainAuthCodeCommand = class _RetrieveDomainAuthCodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2193
|
-
...commonParams
|
|
2194
|
-
}).m(function(Command, cs, config, o) {
|
|
2140
|
+
var _RetrieveDomainAuthCodeCommand = class _RetrieveDomainAuthCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2195
2141
|
return [
|
|
2196
2142
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2197
2143
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2205,9 +2151,7 @@ var RetrieveDomainAuthCodeCommand = _RetrieveDomainAuthCodeCommand;
|
|
|
2205
2151
|
|
|
2206
2152
|
|
|
2207
2153
|
|
|
2208
|
-
var _TransferDomainCommand = class _TransferDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2209
|
-
...commonParams
|
|
2210
|
-
}).m(function(Command, cs, config, o) {
|
|
2154
|
+
var _TransferDomainCommand = class _TransferDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2211
2155
|
return [
|
|
2212
2156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2213
2157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2221,9 +2165,7 @@ var TransferDomainCommand = _TransferDomainCommand;
|
|
|
2221
2165
|
|
|
2222
2166
|
|
|
2223
2167
|
|
|
2224
|
-
var _TransferDomainToAnotherAwsAccountCommand = class _TransferDomainToAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2225
|
-
...commonParams
|
|
2226
|
-
}).m(function(Command, cs, config, o) {
|
|
2168
|
+
var _TransferDomainToAnotherAwsAccountCommand = class _TransferDomainToAnotherAwsAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2227
2169
|
return [
|
|
2228
2170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2229
2171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2237,9 +2179,7 @@ var TransferDomainToAnotherAwsAccountCommand = _TransferDomainToAnotherAwsAccoun
|
|
|
2237
2179
|
|
|
2238
2180
|
|
|
2239
2181
|
|
|
2240
|
-
var _UpdateDomainContactCommand = class _UpdateDomainContactCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2241
|
-
...commonParams
|
|
2242
|
-
}).m(function(Command, cs, config, o) {
|
|
2182
|
+
var _UpdateDomainContactCommand = class _UpdateDomainContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2243
2183
|
return [
|
|
2244
2184
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2245
2185
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2253,9 +2193,7 @@ var UpdateDomainContactCommand = _UpdateDomainContactCommand;
|
|
|
2253
2193
|
|
|
2254
2194
|
|
|
2255
2195
|
|
|
2256
|
-
var _UpdateDomainContactPrivacyCommand = class _UpdateDomainContactPrivacyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2257
|
-
...commonParams
|
|
2258
|
-
}).m(function(Command, cs, config, o) {
|
|
2196
|
+
var _UpdateDomainContactPrivacyCommand = class _UpdateDomainContactPrivacyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2259
2197
|
return [
|
|
2260
2198
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2261
2199
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2269,9 +2207,7 @@ var UpdateDomainContactPrivacyCommand = _UpdateDomainContactPrivacyCommand;
|
|
|
2269
2207
|
|
|
2270
2208
|
|
|
2271
2209
|
|
|
2272
|
-
var _UpdateDomainNameserversCommand = class _UpdateDomainNameserversCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2273
|
-
...commonParams
|
|
2274
|
-
}).m(function(Command, cs, config, o) {
|
|
2210
|
+
var _UpdateDomainNameserversCommand = class _UpdateDomainNameserversCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2275
2211
|
return [
|
|
2276
2212
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2277
2213
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2285,9 +2221,7 @@ var UpdateDomainNameserversCommand = _UpdateDomainNameserversCommand;
|
|
|
2285
2221
|
|
|
2286
2222
|
|
|
2287
2223
|
|
|
2288
|
-
var _UpdateTagsForDomainCommand = class _UpdateTagsForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2289
|
-
...commonParams
|
|
2290
|
-
}).m(function(Command, cs, config, o) {
|
|
2224
|
+
var _UpdateTagsForDomainCommand = class _UpdateTagsForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2291
2225
|
return [
|
|
2292
2226
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2293
2227
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2301,9 +2235,7 @@ var UpdateTagsForDomainCommand = _UpdateTagsForDomainCommand;
|
|
|
2301
2235
|
|
|
2302
2236
|
|
|
2303
2237
|
|
|
2304
|
-
var _ViewBillingCommand = class _ViewBillingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2305
|
-
...commonParams
|
|
2306
|
-
}).m(function(Command, cs, config, o) {
|
|
2238
|
+
var _ViewBillingCommand = class _ViewBillingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2307
2239
|
return [
|
|
2308
2240
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2309
2241
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_AcceptDomainTransferFromAnotherAwsAccountCommand, se_AcceptDomainTra
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateDelegationSignerToDomainCommand, se_AssociateDelegationSign
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateDelegationSignerToDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelDomainTransferToAnotherAwsAccountCommand, se_CancelDomainTrans
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CheckDomainAvailabilityCommand, se_CheckDomainAvailabilityCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CheckDomainAvailabilityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CheckDomainTransferabilityCommand, se_CheckDomainTransferabilityComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CheckDomainTransferabilityCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTagsForDomainCommand, se_DeleteTagsForDomainCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTagsForDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisableDomainAutoRenewCommand, se_DisableDomainAutoRenewCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableDomainAutoRenewCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisableDomainTransferLockCommand, se_DisableDomainTransferLockComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableDomainTransferLockCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateDelegationSignerFromDomainCommand, se_DisassociateDelega
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateDelegationSignerFromDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableDomainAutoRenewCommand, se_EnableDomainAutoRenewCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableDomainAutoRenewCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableDomainTransferLockCommand, se_EnableDomainTransferLockCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableDomainTransferLockCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetContactReachabilityStatusCommand, se_GetContactReachabilityStatus
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetContactReachabilityStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetDomainDetailCommand, se_GetDomainDetailCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDomainDetailCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDomainSuggestionsCommand, se_GetDomainSuggestionsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDomainSuggestionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetOperationDetailCommand, se_GetOperationDetailCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOperationDetailCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDomainsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOperationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPricesCommand, se_ListPricesCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPricesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForDomainCommand, se_ListTagsForDomainCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PushDomainCommand, se_PushDomainCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PushDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RegisterDomainCommand, se_RegisterDomainCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RegisterDomainCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RejectDomainTransferFromAnotherAwsAccountCommand, se_RejectDomainTra
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RenewDomainCommand, se_RenewDomainCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RenewDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ResendContactReachabilityEmailCommand, se_ResendContactReachabilityE
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ResendContactReachabilityEmailCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ResendOperationAuthorizationCommand, se_ResendOperationAuthorization
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResendOperationAuthorizationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RetrieveDomainAuthCodeCommand, se_RetrieveDomainAuthCodeCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RetrieveDomainAuthCodeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TransferDomainCommand, se_TransferDomainCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TransferDomainCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TransferDomainToAnotherAwsAccountCommand, se_TransferDomainToAnother
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TransferDomainToAnotherAwsAccountCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDomainContactCommand, se_UpdateDomainContactCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDomainContactCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateDomainContactPrivacyCommand, se_UpdateDomainContactPrivacyComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDomainContactPrivacyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDomainNameserversCommand, se_UpdateDomainNameserversCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDomainNameserversCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTagsForDomainCommand, se_UpdateTagsForDomainCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTagsForDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ViewBillingCommand, se_ViewBillingCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ViewBillingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53-domains",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53-domains",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|