@aws-sdk/client-route-53-domains 3.34.0 → 3.37.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.
Files changed (338) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Route53Domains.js +1 -5
  3. package/{dist/cjs → dist-cjs}/Route53DomainsClient.js +8 -17
  4. package/dist-cjs/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +36 -0
  5. package/dist-cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +36 -0
  6. package/{dist/cjs → dist-cjs}/commands/CheckDomainAvailabilityCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/CheckDomainTransferabilityCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DeleteTagsForDomainCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DisableDomainAutoRenewCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DisableDomainTransferLockCommand.js +2 -32
  11. package/dist-cjs/commands/EnableDomainAutoRenewCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/EnableDomainTransferLockCommand.js +2 -29
  13. package/{dist/cjs → dist-cjs}/commands/GetContactReachabilityStatusCommand.js +2 -29
  14. package/{dist/cjs → dist-cjs}/commands/GetDomainDetailCommand.js +2 -28
  15. package/{dist/cjs → dist-cjs}/commands/GetDomainSuggestionsCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/GetOperationDetailCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/ListDomainsCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/ListOperationsCommand.js +2 -28
  19. package/{dist/cjs → dist-cjs}/commands/ListTagsForDomainCommand.js +2 -28
  20. package/dist-cjs/commands/RegisterDomainCommand.js +36 -0
  21. package/dist-cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +36 -0
  22. package/{dist/cjs → dist-cjs}/commands/RenewDomainCommand.js +2 -31
  23. package/{dist/cjs → dist-cjs}/commands/ResendContactReachabilityEmailCommand.js +2 -28
  24. package/{dist/cjs → dist-cjs}/commands/RetrieveDomainAuthCodeCommand.js +2 -27
  25. package/dist-cjs/commands/TransferDomainCommand.js +36 -0
  26. package/dist-cjs/commands/TransferDomainToAnotherAwsAccountCommand.js +36 -0
  27. package/{dist/cjs → dist-cjs}/commands/UpdateDomainContactCommand.js +2 -30
  28. package/dist-cjs/commands/UpdateDomainContactPrivacyCommand.js +36 -0
  29. package/{dist/cjs → dist-cjs}/commands/UpdateDomainNameserversCommand.js +2 -30
  30. package/{dist/cjs → dist-cjs}/commands/UpdateTagsForDomainCommand.js +2 -28
  31. package/{dist/cjs → dist-cjs}/commands/ViewBillingCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  33. package/{dist/cjs → dist-cjs}/index.js +0 -1
  34. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  35. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -214
  36. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  37. package/{dist/cjs → dist-cjs}/pagination/ListDomainsPaginator.js +1 -12
  38. package/{dist/cjs → dist-cjs}/pagination/ListOperationsPaginator.js +1 -12
  39. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  40. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  44. package/{dist/es → dist-es}/Route53Domains.js +1 -2
  45. package/{dist/es → dist-es}/Route53DomainsClient.js +1 -2
  46. package/{dist/es → dist-es}/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/CheckDomainAvailabilityCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/CheckDomainTransferabilityCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/DeleteTagsForDomainCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/DisableDomainAutoRenewCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/DisableDomainTransferLockCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/EnableDomainAutoRenewCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/EnableDomainTransferLockCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/GetContactReachabilityStatusCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/GetDomainDetailCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/GetDomainSuggestionsCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/GetOperationDetailCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/ListDomainsCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/ListOperationsCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/ListTagsForDomainCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/RegisterDomainCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/RenewDomainCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/ResendContactReachabilityEmailCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/RetrieveDomainAuthCodeCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/TransferDomainCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/TransferDomainToAnotherAwsAccountCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/UpdateDomainContactCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/UpdateDomainContactPrivacyCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/UpdateDomainNameserversCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/UpdateTagsForDomainCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/ViewBillingCommand.js +2 -3
  74. package/{dist/es → dist-es}/endpoints.js +1 -2
  75. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  76. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  77. package/{dist/es → dist-es}/models/models_0.js +0 -1
  78. package/dist-es/pagination/Interfaces.js +1 -0
  79. package/{dist/es → dist-es}/pagination/ListDomainsPaginator.js +1 -2
  80. package/{dist/es → dist-es}/pagination/ListOperationsPaginator.js +1 -2
  81. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  82. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  83. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  84. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  85. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  86. package/{dist/types → dist-types}/Route53Domains.d.ts +2 -2
  87. package/{dist/types → dist-types}/Route53DomainsClient.d.ts +8 -8
  88. package/{dist/types → dist-types}/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -3
  89. package/{dist/types → dist-types}/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +3 -3
  90. package/{dist/types → dist-types}/commands/CheckDomainAvailabilityCommand.d.ts +3 -3
  91. package/{dist/types → dist-types}/commands/CheckDomainTransferabilityCommand.d.ts +3 -3
  92. package/{dist/types → dist-types}/commands/DeleteTagsForDomainCommand.d.ts +3 -3
  93. package/{dist/types → dist-types}/commands/DisableDomainAutoRenewCommand.d.ts +3 -3
  94. package/{dist/types → dist-types}/commands/DisableDomainTransferLockCommand.d.ts +3 -3
  95. package/{dist/types → dist-types}/commands/EnableDomainAutoRenewCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/commands/EnableDomainTransferLockCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/commands/GetContactReachabilityStatusCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/commands/GetDomainDetailCommand.d.ts +3 -3
  99. package/{dist/types → dist-types}/commands/GetDomainSuggestionsCommand.d.ts +3 -3
  100. package/{dist/types → dist-types}/commands/GetOperationDetailCommand.d.ts +3 -3
  101. package/{dist/types → dist-types}/commands/ListDomainsCommand.d.ts +3 -3
  102. package/{dist/types → dist-types}/commands/ListOperationsCommand.d.ts +3 -3
  103. package/{dist/types → dist-types}/commands/ListTagsForDomainCommand.d.ts +3 -3
  104. package/{dist/types → dist-types}/commands/RegisterDomainCommand.d.ts +3 -3
  105. package/{dist/types → dist-types}/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -3
  106. package/{dist/types → dist-types}/commands/RenewDomainCommand.d.ts +3 -3
  107. package/{dist/types → dist-types}/commands/ResendContactReachabilityEmailCommand.d.ts +3 -3
  108. package/{dist/types → dist-types}/commands/RetrieveDomainAuthCodeCommand.d.ts +3 -3
  109. package/{dist/types → dist-types}/commands/TransferDomainCommand.d.ts +3 -3
  110. package/{dist/types → dist-types}/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +3 -3
  111. package/{dist/types → dist-types}/commands/UpdateDomainContactCommand.d.ts +3 -3
  112. package/{dist/types → dist-types}/commands/UpdateDomainContactPrivacyCommand.d.ts +3 -3
  113. package/{dist/types → dist-types}/commands/UpdateDomainNameserversCommand.d.ts +3 -3
  114. package/{dist/types → dist-types}/commands/UpdateTagsForDomainCommand.d.ts +3 -3
  115. package/{dist/types → dist-types}/commands/ViewBillingCommand.d.ts +3 -3
  116. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  117. package/{index.ts → dist-types/index.d.ts} +0 -0
  118. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  119. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  120. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  121. package/{dist/types → dist-types}/pagination/ListDomainsPaginator.d.ts +1 -1
  122. package/{dist/types → dist-types}/pagination/ListOperationsPaginator.d.ts +1 -1
  123. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  124. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  125. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  126. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  127. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  128. package/dist-types/ts3.4/Route53Domains.d.ts +145 -0
  129. package/{dist/types → dist-types}/ts3.4/Route53DomainsClient.d.ts +32 -97
  130. package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +17 -0
  133. package/{dist/types → dist-types}/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +5 -23
  134. package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +17 -0
  135. package/{dist/types → dist-types}/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +5 -23
  136. package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +17 -0
  141. package/{dist/types → dist-types}/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +5 -23
  142. package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +17 -0
  158. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  159. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  160. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  161. package/dist-types/ts3.4/models/models_0.d.ts +902 -0
  162. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  163. package/{dist/types → dist-types}/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/ts3.4/pagination/ListOperationsPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  167. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  168. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  169. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  170. package/package.json +45 -42
  171. package/Route53Domains.ts +0 -1191
  172. package/Route53DomainsClient.ts +0 -376
  173. package/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +0 -119
  174. package/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +0 -124
  175. package/commands/CheckDomainAvailabilityCommand.ts +0 -95
  176. package/commands/CheckDomainTransferabilityCommand.ts +0 -97
  177. package/commands/DeleteTagsForDomainCommand.ts +0 -95
  178. package/commands/DisableDomainAutoRenewCommand.ts +0 -94
  179. package/commands/DisableDomainTransferLockCommand.ts +0 -102
  180. package/commands/EnableDomainAutoRenewCommand.ts +0 -99
  181. package/commands/EnableDomainTransferLockCommand.ts +0 -96
  182. package/commands/GetContactReachabilityStatusCommand.ts +0 -101
  183. package/commands/GetDomainDetailCommand.ts +0 -95
  184. package/commands/GetDomainSuggestionsCommand.ts +0 -94
  185. package/commands/GetOperationDetailCommand.ts +0 -94
  186. package/commands/ListDomainsCommand.ts +0 -94
  187. package/commands/ListOperationsCommand.ts +0 -95
  188. package/commands/ListTagsForDomainCommand.ts +0 -95
  189. package/commands/RegisterDomainCommand.ts +0 -119
  190. package/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +0 -119
  191. package/commands/RenewDomainCommand.ts +0 -98
  192. package/commands/ResendContactReachabilityEmailCommand.ts +0 -103
  193. package/commands/RetrieveDomainAuthCodeCommand.ts +0 -94
  194. package/commands/TransferDomainCommand.ts +0 -127
  195. package/commands/TransferDomainToAnotherAwsAccountCommand.ts +0 -139
  196. package/commands/UpdateDomainContactCommand.ts +0 -97
  197. package/commands/UpdateDomainContactPrivacyCommand.ts +0 -111
  198. package/commands/UpdateDomainNameserversCommand.ts +0 -97
  199. package/commands/UpdateTagsForDomainCommand.ts +0 -95
  200. package/commands/ViewBillingCommand.ts +0 -94
  201. package/dist/cjs/Route53Domains.js.map +0 -1
  202. package/dist/cjs/Route53DomainsClient.js.map +0 -1
  203. package/dist/cjs/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +0 -71
  204. package/dist/cjs/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
  205. package/dist/cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +0 -76
  206. package/dist/cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js.map +0 -1
  207. package/dist/cjs/commands/CheckDomainAvailabilityCommand.js.map +0 -1
  208. package/dist/cjs/commands/CheckDomainTransferabilityCommand.js.map +0 -1
  209. package/dist/cjs/commands/DeleteTagsForDomainCommand.js.map +0 -1
  210. package/dist/cjs/commands/DisableDomainAutoRenewCommand.js.map +0 -1
  211. package/dist/cjs/commands/DisableDomainTransferLockCommand.js.map +0 -1
  212. package/dist/cjs/commands/EnableDomainAutoRenewCommand.js +0 -66
  213. package/dist/cjs/commands/EnableDomainAutoRenewCommand.js.map +0 -1
  214. package/dist/cjs/commands/EnableDomainTransferLockCommand.js.map +0 -1
  215. package/dist/cjs/commands/GetContactReachabilityStatusCommand.js.map +0 -1
  216. package/dist/cjs/commands/GetDomainDetailCommand.js.map +0 -1
  217. package/dist/cjs/commands/GetDomainSuggestionsCommand.js.map +0 -1
  218. package/dist/cjs/commands/GetOperationDetailCommand.js.map +0 -1
  219. package/dist/cjs/commands/ListDomainsCommand.js.map +0 -1
  220. package/dist/cjs/commands/ListOperationsCommand.js.map +0 -1
  221. package/dist/cjs/commands/ListTagsForDomainCommand.js.map +0 -1
  222. package/dist/cjs/commands/RegisterDomainCommand.js +0 -86
  223. package/dist/cjs/commands/RegisterDomainCommand.js.map +0 -1
  224. package/dist/cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +0 -71
  225. package/dist/cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
  226. package/dist/cjs/commands/RenewDomainCommand.js.map +0 -1
  227. package/dist/cjs/commands/ResendContactReachabilityEmailCommand.js.map +0 -1
  228. package/dist/cjs/commands/RetrieveDomainAuthCodeCommand.js.map +0 -1
  229. package/dist/cjs/commands/TransferDomainCommand.js +0 -94
  230. package/dist/cjs/commands/TransferDomainCommand.js.map +0 -1
  231. package/dist/cjs/commands/TransferDomainToAnotherAwsAccountCommand.js +0 -95
  232. package/dist/cjs/commands/TransferDomainToAnotherAwsAccountCommand.js.map +0 -1
  233. package/dist/cjs/commands/UpdateDomainContactCommand.js.map +0 -1
  234. package/dist/cjs/commands/UpdateDomainContactPrivacyCommand.js +0 -75
  235. package/dist/cjs/commands/UpdateDomainContactPrivacyCommand.js.map +0 -1
  236. package/dist/cjs/commands/UpdateDomainNameserversCommand.js.map +0 -1
  237. package/dist/cjs/commands/UpdateTagsForDomainCommand.js.map +0 -1
  238. package/dist/cjs/commands/ViewBillingCommand.js.map +0 -1
  239. package/dist/cjs/endpoints.js.map +0 -1
  240. package/dist/cjs/index.js.map +0 -1
  241. package/dist/cjs/models/index.js.map +0 -1
  242. package/dist/cjs/models/models_0.js.map +0 -1
  243. package/dist/cjs/package.json +0 -91
  244. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  245. package/dist/cjs/pagination/ListDomainsPaginator.js.map +0 -1
  246. package/dist/cjs/pagination/ListOperationsPaginator.js.map +0 -1
  247. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  248. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  249. package/dist/cjs/runtimeConfig.js.map +0 -1
  250. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  251. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  252. package/dist/es/Route53Domains.js.map +0 -1
  253. package/dist/es/Route53DomainsClient.js.map +0 -1
  254. package/dist/es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
  255. package/dist/es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js.map +0 -1
  256. package/dist/es/commands/CheckDomainAvailabilityCommand.js.map +0 -1
  257. package/dist/es/commands/CheckDomainTransferabilityCommand.js.map +0 -1
  258. package/dist/es/commands/DeleteTagsForDomainCommand.js.map +0 -1
  259. package/dist/es/commands/DisableDomainAutoRenewCommand.js.map +0 -1
  260. package/dist/es/commands/DisableDomainTransferLockCommand.js.map +0 -1
  261. package/dist/es/commands/EnableDomainAutoRenewCommand.js.map +0 -1
  262. package/dist/es/commands/EnableDomainTransferLockCommand.js.map +0 -1
  263. package/dist/es/commands/GetContactReachabilityStatusCommand.js.map +0 -1
  264. package/dist/es/commands/GetDomainDetailCommand.js.map +0 -1
  265. package/dist/es/commands/GetDomainSuggestionsCommand.js.map +0 -1
  266. package/dist/es/commands/GetOperationDetailCommand.js.map +0 -1
  267. package/dist/es/commands/ListDomainsCommand.js.map +0 -1
  268. package/dist/es/commands/ListOperationsCommand.js.map +0 -1
  269. package/dist/es/commands/ListTagsForDomainCommand.js.map +0 -1
  270. package/dist/es/commands/RegisterDomainCommand.js.map +0 -1
  271. package/dist/es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
  272. package/dist/es/commands/RenewDomainCommand.js.map +0 -1
  273. package/dist/es/commands/ResendContactReachabilityEmailCommand.js.map +0 -1
  274. package/dist/es/commands/RetrieveDomainAuthCodeCommand.js.map +0 -1
  275. package/dist/es/commands/TransferDomainCommand.js.map +0 -1
  276. package/dist/es/commands/TransferDomainToAnotherAwsAccountCommand.js.map +0 -1
  277. package/dist/es/commands/UpdateDomainContactCommand.js.map +0 -1
  278. package/dist/es/commands/UpdateDomainContactPrivacyCommand.js.map +0 -1
  279. package/dist/es/commands/UpdateDomainNameserversCommand.js.map +0 -1
  280. package/dist/es/commands/UpdateTagsForDomainCommand.js.map +0 -1
  281. package/dist/es/commands/ViewBillingCommand.js.map +0 -1
  282. package/dist/es/endpoints.js.map +0 -1
  283. package/dist/es/index.js +0 -35
  284. package/dist/es/index.js.map +0 -1
  285. package/dist/es/models/index.js +0 -2
  286. package/dist/es/models/index.js.map +0 -1
  287. package/dist/es/models/models_0.js.map +0 -1
  288. package/dist/es/package.json +0 -91
  289. package/dist/es/pagination/Interfaces.js +0 -2
  290. package/dist/es/pagination/Interfaces.js.map +0 -1
  291. package/dist/es/pagination/ListDomainsPaginator.js.map +0 -1
  292. package/dist/es/pagination/ListOperationsPaginator.js.map +0 -1
  293. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  294. package/dist/es/runtimeConfig.browser.js.map +0 -1
  295. package/dist/es/runtimeConfig.js.map +0 -1
  296. package/dist/es/runtimeConfig.native.js.map +0 -1
  297. package/dist/es/runtimeConfig.shared.js.map +0 -1
  298. package/dist/types/ts3.4/Route53Domains.d.ts +0 -375
  299. package/dist/types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +0 -45
  300. package/dist/types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +0 -50
  301. package/dist/types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +0 -36
  302. package/dist/types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +0 -36
  303. package/dist/types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +0 -40
  304. package/dist/types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +0 -40
  305. package/dist/types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +0 -37
  306. package/dist/types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +0 -37
  307. package/dist/types/ts3.4/commands/GetDomainDetailCommand.d.ts +0 -36
  308. package/dist/types/ts3.4/commands/GetOperationDetailCommand.d.ts +0 -35
  309. package/dist/types/ts3.4/commands/ListDomainsCommand.d.ts +0 -35
  310. package/dist/types/ts3.4/commands/ListOperationsCommand.d.ts +0 -36
  311. package/dist/types/ts3.4/commands/ListTagsForDomainCommand.d.ts +0 -36
  312. package/dist/types/ts3.4/commands/RegisterDomainCommand.d.ts +0 -60
  313. package/dist/types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +0 -45
  314. package/dist/types/ts3.4/commands/RenewDomainCommand.d.ts +0 -39
  315. package/dist/types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +0 -36
  316. package/dist/types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +0 -35
  317. package/dist/types/ts3.4/commands/TransferDomainCommand.d.ts +0 -68
  318. package/dist/types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +0 -69
  319. package/dist/types/ts3.4/commands/UpdateDomainContactCommand.d.ts +0 -38
  320. package/dist/types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +0 -49
  321. package/dist/types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +0 -38
  322. package/dist/types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +0 -36
  323. package/dist/types/ts3.4/commands/ViewBillingCommand.d.ts +0 -35
  324. package/dist/types/ts3.4/models/models_0.d.ts +0 -2675
  325. package/endpoints.ts +0 -57
  326. package/jest.config.js +0 -4
  327. package/models/models_0.ts +0 -3319
  328. package/pagination/Interfaces.ts +0 -7
  329. package/pagination/ListDomainsPaginator.ts +0 -54
  330. package/pagination/ListOperationsPaginator.ts +0 -58
  331. package/protocols/Aws_json1_1.ts +0 -3633
  332. package/runtimeConfig.browser.ts +0 -40
  333. package/runtimeConfig.native.ts +0 -16
  334. package/runtimeConfig.shared.ts +0 -16
  335. package/runtimeConfig.ts +0 -45
  336. package/tsconfig.es.json +0 -10
  337. package/tsconfig.json +0 -31
  338. package/tsconfig.types.json +0 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
29
+
30
+
31
+ ### Features
32
+
33
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
34
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
35
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
42
+
43
+
44
+ ### Features
45
+
46
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
47
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
7
54
 
8
55
 
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Route53Domains = void 0;
4
- const Route53DomainsClient_1 = require("./Route53DomainsClient");
5
4
  const AcceptDomainTransferFromAnotherAwsAccountCommand_1 = require("./commands/AcceptDomainTransferFromAnotherAwsAccountCommand");
6
5
  const CancelDomainTransferToAnotherAwsAccountCommand_1 = require("./commands/CancelDomainTransferToAnotherAwsAccountCommand");
7
6
  const CheckDomainAvailabilityCommand_1 = require("./commands/CheckDomainAvailabilityCommand");
@@ -30,9 +29,7 @@ const UpdateDomainContactPrivacyCommand_1 = require("./commands/UpdateDomainCont
30
29
  const UpdateDomainNameserversCommand_1 = require("./commands/UpdateDomainNameserversCommand");
31
30
  const UpdateTagsForDomainCommand_1 = require("./commands/UpdateTagsForDomainCommand");
32
31
  const ViewBillingCommand_1 = require("./commands/ViewBillingCommand");
33
- /**
34
- * <p>Amazon Route 53 API actions let you register domain names and perform related operations.</p>
35
- */
32
+ const Route53DomainsClient_1 = require("./Route53DomainsClient");
36
33
  class Route53Domains extends Route53DomainsClient_1.Route53DomainsClient {
37
34
  acceptDomainTransferFromAnotherAwsAccount(args, optionsOrCb, cb) {
38
35
  const command = new AcceptDomainTransferFromAnotherAwsAccountCommand_1.AcceptDomainTransferFromAnotherAwsAccountCommand(args);
@@ -428,4 +425,3 @@ class Route53Domains extends Route53DomainsClient_1.Route53DomainsClient {
428
425
  }
429
426
  }
430
427
  exports.Route53Domains = Route53Domains;
431
- //# sourceMappingURL=Route53Domains.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Route53DomainsClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,18 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
13
- /**
14
- * <p>Amazon Route 53 API actions let you register domain names and perform related operations.</p>
15
- */
12
+ const runtimeConfig_1 = require("./runtimeConfig");
16
13
  class Route53DomainsClient extends smithy_client_1.Client {
17
14
  constructor(configuration) {
18
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
25
22
  super(_config_6);
26
23
  this.config = _config_6;
27
24
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -31,14 +28,8 @@ class Route53DomainsClient extends smithy_client_1.Client {
31
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
32
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
33
30
  }
34
- /**
35
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
36
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
37
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
38
- */
39
31
  destroy() {
40
32
  super.destroy();
41
33
  }
42
34
  }
43
35
  exports.Route53DomainsClient = Route53DomainsClient;
44
- //# sourceMappingURL=Route53DomainsClient.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AcceptDomainTransferFromAnotherAwsAccountCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class AcceptDomainTransferFromAnotherAwsAccountCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "Route53DomainsClient";
18
+ const commandName = "AcceptDomainTransferFromAnotherAwsAccountCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.AcceptDomainTransferFromAnotherAwsAccountRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.AcceptDomainTransferFromAnotherAwsAccountResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1AcceptDomainTransferFromAnotherAwsAccountCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1AcceptDomainTransferFromAnotherAwsAccountCommand(output, context);
34
+ }
35
+ }
36
+ exports.AcceptDomainTransferFromAnotherAwsAccountCommand = AcceptDomainTransferFromAnotherAwsAccountCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CancelDomainTransferToAnotherAwsAccountCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class CancelDomainTransferToAnotherAwsAccountCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "Route53DomainsClient";
18
+ const commandName = "CancelDomainTransferToAnotherAwsAccountCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.CancelDomainTransferToAnotherAwsAccountRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CancelDomainTransferToAnotherAwsAccountResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1CancelDomainTransferToAnotherAwsAccountCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1CancelDomainTransferToAnotherAwsAccountCommand(output, context);
34
+ }
35
+ }
36
+ exports.CancelDomainTransferToAnotherAwsAccountCommand = CancelDomainTransferToAnotherAwsAccountCommand;
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CheckDomainAvailabilityCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must
10
- * submit another request to determine the availability of the domain name.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Route53DomainsClient, CheckDomainAvailabilityCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
15
- * // const { Route53DomainsClient, CheckDomainAvailabilityCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
16
- * const client = new Route53DomainsClient(config);
17
- * const command = new CheckDomainAvailabilityCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CheckDomainAvailabilityCommandInput} for command's `input` shape.
22
- * @see {@link CheckDomainAvailabilityCommandOutput} for command's `response` shape.
23
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
26
8
  class CheckDomainAvailabilityCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class CheckDomainAvailabilityCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.CheckDomainAvailabilityCommand = CheckDomainAvailabilityCommand;
62
- //# sourceMappingURL=CheckDomainAvailabilityCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CheckDomainTransferabilityCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Checks whether a domain name can be transferred to Amazon Route 53. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { Route53DomainsClient, CheckDomainTransferabilityCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
14
- * // const { Route53DomainsClient, CheckDomainTransferabilityCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
15
- * const client = new Route53DomainsClient(config);
16
- * const command = new CheckDomainTransferabilityCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CheckDomainTransferabilityCommandInput} for command's `input` shape.
21
- * @see {@link CheckDomainTransferabilityCommandOutput} for command's `response` shape.
22
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
25
8
  class CheckDomainTransferabilityCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CheckDomainTransferabilityCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CheckDomainTransferabilityCommand = CheckDomainTransferabilityCommand;
61
- //# sourceMappingURL=CheckDomainTransferabilityCommand.js.map
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteTagsForDomainCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This operation deletes the specified tags for a domain.</p>
10
- * <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Route53DomainsClient, DeleteTagsForDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
15
- * // const { Route53DomainsClient, DeleteTagsForDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
16
- * const client = new Route53DomainsClient(config);
17
- * const command = new DeleteTagsForDomainCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteTagsForDomainCommandInput} for command's `input` shape.
22
- * @see {@link DeleteTagsForDomainCommandOutput} for command's `response` shape.
23
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
26
8
  class DeleteTagsForDomainCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class DeleteTagsForDomainCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.DeleteTagsForDomainCommand = DeleteTagsForDomainCommand;
62
- //# sourceMappingURL=DeleteTagsForDomainCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DisableDomainAutoRenewCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This operation disables automatic renewal of domain registration for the specified domain.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { Route53DomainsClient, DisableDomainAutoRenewCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
14
- * // const { Route53DomainsClient, DisableDomainAutoRenewCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
15
- * const client = new Route53DomainsClient(config);
16
- * const command = new DisableDomainAutoRenewCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DisableDomainAutoRenewCommandInput} for command's `input` shape.
21
- * @see {@link DisableDomainAutoRenewCommandOutput} for command's `response` shape.
22
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
25
8
  class DisableDomainAutoRenewCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DisableDomainAutoRenewCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DisableDomainAutoRenewCommand = DisableDomainAutoRenewCommand;
61
- //# sourceMappingURL=DisableDomainAutoRenewCommand.js.map
@@ -1,44 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DisableDomainTransferLockCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This operation removes the transfer lock on the domain (specifically the
10
- * <code>clientTransferProhibited</code> status) to allow domain transfers. We recommend
11
- * you refrain from performing this action unless you intend to transfer the domain to a
12
- * different registrar. Successful submission returns an operation ID that you can use to track
13
- * the progress and completion of the action. If the request is not completed successfully, the
14
- * domain registrant will be notified by email.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { Route53DomainsClient, DisableDomainTransferLockCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
19
- * // const { Route53DomainsClient, DisableDomainTransferLockCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
20
- * const client = new Route53DomainsClient(config);
21
- * const command = new DisableDomainTransferLockCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DisableDomainTransferLockCommandInput} for command's `input` shape.
26
- * @see {@link DisableDomainTransferLockCommandOutput} for command's `response` shape.
27
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
30
8
  class DisableDomainTransferLockCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class DisableDomainTransferLockCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.DisableDomainTransferLockCommand = DisableDomainTransferLockCommand;
66
- //# sourceMappingURL=DisableDomainTransferLockCommand.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EnableDomainAutoRenewCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class EnableDomainAutoRenewCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "Route53DomainsClient";
18
+ const commandName = "EnableDomainAutoRenewCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.EnableDomainAutoRenewRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.EnableDomainAutoRenewResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1EnableDomainAutoRenewCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1EnableDomainAutoRenewCommand(output, context);
34
+ }
35
+ }
36
+ exports.EnableDomainAutoRenewCommand = EnableDomainAutoRenewCommand;
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EnableDomainTransferLockCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This operation sets the transfer lock on the domain (specifically the <code>clientTransferProhibited</code> status)
10
- * to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and
11
- * completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Route53DomainsClient, EnableDomainTransferLockCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
16
- * // const { Route53DomainsClient, EnableDomainTransferLockCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
17
- * const client = new Route53DomainsClient(config);
18
- * const command = new EnableDomainTransferLockCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link EnableDomainTransferLockCommandInput} for command's `input` shape.
23
- * @see {@link EnableDomainTransferLockCommandOutput} for command's `response` shape.
24
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
27
8
  class EnableDomainTransferLockCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class EnableDomainTransferLockCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.EnableDomainTransferLockCommand = EnableDomainTransferLockCommand;
63
- //# sourceMappingURL=EnableDomainTransferLockCommand.js.map
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetContactReachabilityStatusCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>For operations that require confirmation that the email address for the registrant contact is valid,
10
- * such as registering a new domain, this operation returns information about whether the registrant contact has responded.</p>
11
- * <p>If you want us to resend the email, use the <code>ResendContactReachabilityEmail</code> operation.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Route53DomainsClient, GetContactReachabilityStatusCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
16
- * // const { Route53DomainsClient, GetContactReachabilityStatusCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
17
- * const client = new Route53DomainsClient(config);
18
- * const command = new GetContactReachabilityStatusCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetContactReachabilityStatusCommandInput} for command's `input` shape.
23
- * @see {@link GetContactReachabilityStatusCommandOutput} for command's `response` shape.
24
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
27
8
  class GetContactReachabilityStatusCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class GetContactReachabilityStatusCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.GetContactReachabilityStatusCommand = GetContactReachabilityStatusCommand;
63
- //# sourceMappingURL=GetContactReachabilityStatusCommand.js.map
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetDomainDetailCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This operation returns detailed information about a specified domain that is associated with the current AWS account.
10
- * Contact information for the domain is also returned as part of the output.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Route53DomainsClient, GetDomainDetailCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
15
- * // const { Route53DomainsClient, GetDomainDetailCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
16
- * const client = new Route53DomainsClient(config);
17
- * const command = new GetDomainDetailCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetDomainDetailCommandInput} for command's `input` shape.
22
- * @see {@link GetDomainDetailCommandOutput} for command's `response` shape.
23
- * @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
26
8
  class GetDomainDetailCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class GetDomainDetailCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.GetDomainDetailCommand = GetDomainDetailCommand;
62
- //# sourceMappingURL=GetDomainDetailCommand.js.map