@aws-sdk/client-codestar-connections 3.33.0 → 3.36.1

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 (206) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CodeStarConnections.js +0 -83
  3. package/dist-cjs/CodeStarConnectionsClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectionCommand.js +2 -29
  5. package/{dist/cjs → dist-cjs}/commands/CreateHostCommand.js +2 -34
  6. package/{dist/cjs → dist-cjs}/commands/DeleteConnectionCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteHostCommand.js +2 -30
  8. package/{dist/cjs → dist-cjs}/commands/GetConnectionCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/GetHostCommand.js +2 -28
  10. package/{dist/cjs → dist-cjs}/commands/ListConnectionsCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/ListHostsCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
  14. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/UpdateHostCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  17. package/{dist/cjs → dist-cjs}/index.js +0 -1
  18. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  19. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -100
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/pagination/ListConnectionsPaginator.js +0 -11
  22. package/{dist/cjs → dist-cjs}/pagination/ListHostsPaginator.js +0 -11
  23. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +0 -6
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  28. package/{dist/es → dist-es}/CodeStarConnections.js +1 -84
  29. package/dist-es/CodeStarConnectionsClient.js +37 -0
  30. package/{dist/es → dist-es}/commands/CreateConnectionCommand.js +4 -32
  31. package/{dist/es → dist-es}/commands/CreateHostCommand.js +4 -37
  32. package/{dist/es → dist-es}/commands/DeleteConnectionCommand.js +4 -30
  33. package/{dist/es → dist-es}/commands/DeleteHostCommand.js +4 -33
  34. package/{dist/es → dist-es}/commands/GetConnectionCommand.js +4 -30
  35. package/{dist/es → dist-es}/commands/GetHostCommand.js +4 -31
  36. package/{dist/es → dist-es}/commands/ListConnectionsCommand.js +4 -30
  37. package/{dist/es → dist-es}/commands/ListHostsCommand.js +4 -30
  38. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  39. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  40. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  41. package/{dist/es → dist-es}/commands/UpdateHostCommand.js +4 -30
  42. package/{dist/es → dist-es}/endpoints.js +1 -2
  43. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  44. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  45. package/{dist/es → dist-es}/models/models_0.js +0 -100
  46. package/dist-es/pagination/Interfaces.js +1 -0
  47. package/{dist/es → dist-es}/pagination/ListConnectionsPaginator.js +16 -29
  48. package/{dist/es → dist-es}/pagination/ListHostsPaginator.js +16 -29
  49. package/{dist/es → dist-es}/protocols/Aws_json1_0.js +165 -171
  50. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  51. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  52. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  53. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  54. package/{dist/types → dist-types}/CodeStarConnections.d.ts +1 -1
  55. package/{dist/types → dist-types}/CodeStarConnectionsClient.d.ts +8 -8
  56. package/{dist/types → dist-types}/commands/CreateConnectionCommand.d.ts +2 -2
  57. package/{dist/types → dist-types}/commands/CreateHostCommand.d.ts +2 -2
  58. package/{dist/types → dist-types}/commands/DeleteConnectionCommand.d.ts +2 -2
  59. package/{dist/types → dist-types}/commands/DeleteHostCommand.d.ts +2 -2
  60. package/{dist/types → dist-types}/commands/GetConnectionCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/GetHostCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/commands/ListConnectionsCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/commands/ListHostsCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/commands/UpdateHostCommand.d.ts +2 -2
  68. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  69. package/{index.ts → dist-types/index.d.ts} +0 -0
  70. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  71. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  72. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  73. package/{dist/types → dist-types}/pagination/ListConnectionsPaginator.d.ts +1 -1
  74. package/{dist/types → dist-types}/pagination/ListHostsPaginator.d.ts +1 -1
  75. package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
  76. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  77. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  78. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  79. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  80. package/dist-types/ts3.4/CodeStarConnections.d.ts +65 -0
  81. package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +79 -0
  82. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +17 -0
  84. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -22
  85. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +17 -0
  94. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  95. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  96. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  97. package/dist-types/ts3.4/models/models_0.d.ts +353 -0
  98. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  99. package/{dist/types → dist-types}/ts3.4/pagination/ListConnectionsPaginator.d.ts +1 -1
  100. package/{dist/types → dist-types}/ts3.4/pagination/ListHostsPaginator.d.ts +1 -1
  101. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
  102. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  103. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  104. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  105. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  106. package/package.json +52 -49
  107. package/CodeStarConnections.ts +0 -484
  108. package/CodeStarConnectionsClient.ts +0 -353
  109. package/commands/CreateConnectionCommand.ts +0 -100
  110. package/commands/CreateHostCommand.ts +0 -105
  111. package/commands/DeleteConnectionCommand.ts +0 -98
  112. package/commands/DeleteHostCommand.ts +0 -101
  113. package/commands/GetConnectionCommand.ts +0 -98
  114. package/commands/GetHostCommand.ts +0 -96
  115. package/commands/ListConnectionsCommand.ts +0 -98
  116. package/commands/ListHostsCommand.ts +0 -95
  117. package/commands/ListTagsForResourceCommand.ts +0 -98
  118. package/commands/TagResourceCommand.ts +0 -99
  119. package/commands/UntagResourceCommand.ts +0 -98
  120. package/commands/UpdateHostCommand.ts +0 -98
  121. package/dist/cjs/CodeStarConnections.js.map +0 -1
  122. package/dist/cjs/CodeStarConnectionsClient.js +0 -123
  123. package/dist/cjs/CodeStarConnectionsClient.js.map +0 -1
  124. package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
  125. package/dist/cjs/commands/CreateHostCommand.js.map +0 -1
  126. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  127. package/dist/cjs/commands/DeleteHostCommand.js.map +0 -1
  128. package/dist/cjs/commands/GetConnectionCommand.js.map +0 -1
  129. package/dist/cjs/commands/GetHostCommand.js.map +0 -1
  130. package/dist/cjs/commands/ListConnectionsCommand.js.map +0 -1
  131. package/dist/cjs/commands/ListHostsCommand.js.map +0 -1
  132. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  133. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  134. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  135. package/dist/cjs/commands/UpdateHostCommand.js.map +0 -1
  136. package/dist/cjs/endpoints.js.map +0 -1
  137. package/dist/cjs/index.js.map +0 -1
  138. package/dist/cjs/models/index.js.map +0 -1
  139. package/dist/cjs/models/models_0.js.map +0 -1
  140. package/dist/cjs/package.json +0 -91
  141. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  142. package/dist/cjs/pagination/ListConnectionsPaginator.js.map +0 -1
  143. package/dist/cjs/pagination/ListHostsPaginator.js.map +0 -1
  144. package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
  145. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  146. package/dist/cjs/runtimeConfig.js.map +0 -1
  147. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  148. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  149. package/dist/es/CodeStarConnections.js.map +0 -1
  150. package/dist/es/CodeStarConnectionsClient.js +0 -125
  151. package/dist/es/CodeStarConnectionsClient.js.map +0 -1
  152. package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
  153. package/dist/es/commands/CreateHostCommand.js.map +0 -1
  154. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  155. package/dist/es/commands/DeleteHostCommand.js.map +0 -1
  156. package/dist/es/commands/GetConnectionCommand.js.map +0 -1
  157. package/dist/es/commands/GetHostCommand.js.map +0 -1
  158. package/dist/es/commands/ListConnectionsCommand.js.map +0 -1
  159. package/dist/es/commands/ListHostsCommand.js.map +0 -1
  160. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  161. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  162. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  163. package/dist/es/commands/UpdateHostCommand.js.map +0 -1
  164. package/dist/es/endpoints.js.map +0 -1
  165. package/dist/es/index.js +0 -19
  166. package/dist/es/index.js.map +0 -1
  167. package/dist/es/models/index.js +0 -2
  168. package/dist/es/models/index.js.map +0 -1
  169. package/dist/es/models/models_0.js.map +0 -1
  170. package/dist/es/package.json +0 -91
  171. package/dist/es/pagination/Interfaces.js +0 -2
  172. package/dist/es/pagination/Interfaces.js.map +0 -1
  173. package/dist/es/pagination/ListConnectionsPaginator.js.map +0 -1
  174. package/dist/es/pagination/ListHostsPaginator.js.map +0 -1
  175. package/dist/es/protocols/Aws_json1_0.js.map +0 -1
  176. package/dist/es/runtimeConfig.browser.js.map +0 -1
  177. package/dist/es/runtimeConfig.js.map +0 -1
  178. package/dist/es/runtimeConfig.native.js.map +0 -1
  179. package/dist/es/runtimeConfig.shared.js.map +0 -1
  180. package/dist/types/ts3.4/CodeStarConnections.d.ts +0 -184
  181. package/dist/types/ts3.4/CodeStarConnectionsClient.d.ts +0 -223
  182. package/dist/types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -37
  183. package/dist/types/ts3.4/commands/CreateHostCommand.d.ts +0 -42
  184. package/dist/types/ts3.4/commands/DeleteHostCommand.d.ts +0 -38
  185. package/dist/types/ts3.4/commands/GetConnectionCommand.d.ts +0 -35
  186. package/dist/types/ts3.4/commands/GetHostCommand.d.ts +0 -36
  187. package/dist/types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -35
  188. package/dist/types/ts3.4/commands/ListHostsCommand.d.ts +0 -35
  189. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  190. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  191. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  192. package/dist/types/ts3.4/commands/UpdateHostCommand.d.ts +0 -35
  193. package/dist/types/ts3.4/models/models_0.d.ts +0 -601
  194. package/endpoints.ts +0 -57
  195. package/jest.config.js +0 -4
  196. package/models/models_0.ts +0 -768
  197. package/pagination/Interfaces.ts +0 -7
  198. package/pagination/ListConnectionsPaginator.ts +0 -58
  199. package/pagination/ListHostsPaginator.ts +0 -54
  200. package/protocols/Aws_json1_0.ts +0 -1482
  201. package/runtimeConfig.browser.ts +0 -40
  202. package/runtimeConfig.native.ts +0 -16
  203. package/runtimeConfig.shared.ts +0 -16
  204. package/runtimeConfig.ts +0 -45
  205. package/tsconfig.es.json +0 -12
  206. package/tsconfig.json +0 -32
@@ -1 +0,0 @@
1
- {"version":3,"file":"Aws_json1_0.js","sourceRoot":"","sources":["../../../protocols/Aws_json1_0.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEpF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuC;;IACtE,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAEtF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuC;;IACtE,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAG/C;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuC;;IAAK,OAAA,CAAC;QAC5E,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,sBAAsB;QACtD,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
@@ -1,184 +0,0 @@
1
- import { CodeStarConnectionsClient } from "./CodeStarConnectionsClient";
2
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
3
- import { CreateHostCommandInput, CreateHostCommandOutput } from "./commands/CreateHostCommand";
4
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
5
- import { DeleteHostCommandInput, DeleteHostCommandOutput } from "./commands/DeleteHostCommand";
6
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
7
- import { GetHostCommandInput, GetHostCommandOutput } from "./commands/GetHostCommand";
8
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
9
- import { ListHostsCommandInput, ListHostsCommandOutput } from "./commands/ListHostsCommand";
10
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
11
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
12
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
13
- import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/UpdateHostCommand";
14
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
15
- /**
16
- * <fullname>AWS CodeStar Connections</fullname>
17
- * <p>This AWS CodeStar Connections API Reference provides descriptions and usage examples of
18
- * the operations and data types for the AWS CodeStar Connections API. You can use the
19
- * connections API to work with connections and installations.</p>
20
- * <p>
21
- * <i>Connections</i> are configurations that you use to connect AWS
22
- * resources to external code repositories. Each connection is a resource that can be given to
23
- * services such as CodePipeline to connect to a third-party repository such as Bitbucket. For
24
- * example, you can add the connection in CodePipeline so that it triggers your pipeline when a
25
- * code change is made to your third-party code repository. Each connection is named and
26
- * associated with a unique ARN that is used to reference the connection.</p>
27
- * <p>When you create a connection, the console initiates a third-party connection handshake.
28
- * <i>Installations</i> are the apps that are used to conduct this handshake. For
29
- * example, the installation for the Bitbucket provider type is the Bitbucket app. When you
30
- * create a connection, you can choose an existing installation or create one.</p>
31
- * <p>When you want to create a connection to an installed provider type such as GitHub
32
- * Enterprise Server, you create a <i>host</i> for your connections.</p>
33
- * <p>You can work with connections by calling:</p>
34
- * <ul>
35
- * <li>
36
- * <p>
37
- * <a>CreateConnection</a>, which creates a uniquely named connection that can be
38
- * referenced by services such as CodePipeline.</p>
39
- * </li>
40
- * <li>
41
- * <p>
42
- * <a>DeleteConnection</a>, which deletes the specified connection.</p>
43
- * </li>
44
- * <li>
45
- * <p>
46
- * <a>GetConnection</a>, which returns information about the connection, including
47
- * the connection status.</p>
48
- * </li>
49
- * <li>
50
- * <p>
51
- * <a>ListConnections</a>, which lists the connections associated with your
52
- * account.</p>
53
- * </li>
54
- * </ul>
55
- * <p>You can work with hosts by calling:</p>
56
- * <ul>
57
- * <li>
58
- * <p>
59
- * <a>CreateHost</a>, which creates a host that represents the infrastructure where your provider is installed.</p>
60
- * </li>
61
- * <li>
62
- * <p>
63
- * <a>DeleteHost</a>, which deletes the specified host.</p>
64
- * </li>
65
- * <li>
66
- * <p>
67
- * <a>GetHost</a>, which returns information about the host, including
68
- * the setup status.</p>
69
- * </li>
70
- * <li>
71
- * <p>
72
- * <a>ListHosts</a>, which lists the hosts associated with your
73
- * account.</p>
74
- * </li>
75
- * </ul>
76
- * <p>You can work with tags in AWS CodeStar Connections by calling the following:</p>
77
- * <ul>
78
- * <li>
79
- * <p>
80
- * <a>ListTagsForResource</a>, which gets information about AWS tags for a
81
- * specified Amazon Resource Name (ARN) in AWS CodeStar Connections.</p>
82
- * </li>
83
- * <li>
84
- * <p>
85
- * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeStar
86
- * Connections.</p>
87
- * </li>
88
- * <li>
89
- * <p>
90
- * <a>UntagResource</a>, which removes tags for a resource in AWS CodeStar
91
- * Connections.</p>
92
- * </li>
93
- * </ul>
94
- * <p>For information about how to use AWS CodeStar Connections, see the <a href="https://docs.aws.amazon.com/dtconsole/latest/userguide/welcome-connections.html">Developer Tools User
95
- * Guide</a>.</p>
96
- */
97
- export declare class CodeStarConnections extends CodeStarConnectionsClient {
98
- /**
99
- * <p>Creates a connection that can then be given to other AWS services like CodePipeline so
100
- * that it can access third-party code repositories. The connection is in pending status until
101
- * the third-party connection handshake is completed from the console.</p>
102
- */
103
- createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
104
- createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
105
- createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
106
- /**
107
- * <p>Creates a resource that represents the infrastructure where a third-party provider is
108
- * installed. The host is used when you create connections to an installed third-party provider
109
- * type, such as GitHub Enterprise Server. You create one host for all connections to that
110
- * provider.</p>
111
- * <note>
112
- * <p>A host created through the CLI or the SDK is in `PENDING` status by
113
- * default. You can make its status `AVAILABLE` by setting up the host in the console.</p>
114
- * </note>
115
- */
116
- createHost(args: CreateHostCommandInput, options?: __HttpHandlerOptions): Promise<CreateHostCommandOutput>;
117
- createHost(args: CreateHostCommandInput, cb: (err: any, data?: CreateHostCommandOutput) => void): void;
118
- createHost(args: CreateHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostCommandOutput) => void): void;
119
- /**
120
- * <p>The connection to be deleted.</p>
121
- */
122
- deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
123
- deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
124
- deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
125
- /**
126
- * <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
127
- * <note>
128
- * <p>A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.</p>
129
- * </note>
130
- */
131
- deleteHost(args: DeleteHostCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHostCommandOutput>;
132
- deleteHost(args: DeleteHostCommandInput, cb: (err: any, data?: DeleteHostCommandOutput) => void): void;
133
- deleteHost(args: DeleteHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostCommandOutput) => void): void;
134
- /**
135
- * <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
136
- */
137
- getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
138
- getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
139
- getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
140
- /**
141
- * <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
142
- * applicable, the VPC configuration.</p>
143
- */
144
- getHost(args: GetHostCommandInput, options?: __HttpHandlerOptions): Promise<GetHostCommandOutput>;
145
- getHost(args: GetHostCommandInput, cb: (err: any, data?: GetHostCommandOutput) => void): void;
146
- getHost(args: GetHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostCommandOutput) => void): void;
147
- /**
148
- * <p>Lists the connections associated with your account.</p>
149
- */
150
- listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
151
- listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
152
- listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
153
- /**
154
- * <p>Lists the hosts associated with your account.</p>
155
- */
156
- listHosts(args: ListHostsCommandInput, options?: __HttpHandlerOptions): Promise<ListHostsCommandOutput>;
157
- listHosts(args: ListHostsCommandInput, cb: (err: any, data?: ListHostsCommandOutput) => void): void;
158
- listHosts(args: ListHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostsCommandOutput) => void): void;
159
- /**
160
- * <p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
161
- */
162
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
163
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
164
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
165
- /**
166
- * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
167
- * to manage a resource.</p>
168
- */
169
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
170
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
171
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
172
- /**
173
- * <p>Removes tags from an AWS resource.</p>
174
- */
175
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
176
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
177
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
178
- /**
179
- * <p>Updates a specified host with the provided configurations.</p>
180
- */
181
- updateHost(args: UpdateHostCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostCommandOutput>;
182
- updateHost(args: UpdateHostCommandInput, cb: (err: any, data?: UpdateHostCommandOutput) => void): void;
183
- updateHost(args: UpdateHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostCommandOutput) => void): void;
184
- }
@@ -1,223 +0,0 @@
1
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
2
- import { CreateHostCommandInput, CreateHostCommandOutput } from "./commands/CreateHostCommand";
3
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
4
- import { DeleteHostCommandInput, DeleteHostCommandOutput } from "./commands/DeleteHostCommand";
5
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
6
- import { GetHostCommandInput, GetHostCommandOutput } from "./commands/GetHostCommand";
7
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
8
- import { ListHostsCommandInput, ListHostsCommandOutput } from "./commands/ListHostsCommand";
9
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
10
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
11
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
12
- import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/UpdateHostCommand";
13
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
14
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
15
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
16
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
17
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
18
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
19
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
20
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
21
- export declare type ServiceInputTypes = CreateConnectionCommandInput | CreateHostCommandInput | DeleteConnectionCommandInput | DeleteHostCommandInput | GetConnectionCommandInput | GetHostCommandInput | ListConnectionsCommandInput | ListHostsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateHostCommandInput;
22
- export declare type ServiceOutputTypes = CreateConnectionCommandOutput | CreateHostCommandOutput | DeleteConnectionCommandOutput | DeleteHostCommandOutput | GetConnectionCommandOutput | GetHostCommandOutput | ListConnectionsCommandOutput | ListHostsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateHostCommandOutput;
23
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
24
- /**
25
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
26
- */
27
- requestHandler?: __HttpHandler;
28
- /**
29
- * A constructor for a class implementing the {@link __Hash} interface
30
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
31
- * @internal
32
- */
33
- sha256?: __HashConstructor;
34
- /**
35
- * The function that will be used to convert strings into HTTP endpoints.
36
- * @internal
37
- */
38
- urlParser?: __UrlParser;
39
- /**
40
- * A function that can calculate the length of a request body.
41
- * @internal
42
- */
43
- bodyLengthChecker?: (body: any) => number | undefined;
44
- /**
45
- * A function that converts a stream into an array of bytes.
46
- * @internal
47
- */
48
- streamCollector?: __StreamCollector;
49
- /**
50
- * The function that will be used to convert a base64-encoded string to a byte array.
51
- * @internal
52
- */
53
- base64Decoder?: __Decoder;
54
- /**
55
- * The function that will be used to convert binary data to a base64-encoded string.
56
- * @internal
57
- */
58
- base64Encoder?: __Encoder;
59
- /**
60
- * The function that will be used to convert a UTF8-encoded string to a byte array.
61
- * @internal
62
- */
63
- utf8Decoder?: __Decoder;
64
- /**
65
- * The function that will be used to convert binary data to a UTF-8 encoded string.
66
- * @internal
67
- */
68
- utf8Encoder?: __Encoder;
69
- /**
70
- * The runtime environment.
71
- * @internal
72
- */
73
- runtime?: string;
74
- /**
75
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
76
- * trait of an operation.
77
- */
78
- disableHostPrefix?: boolean;
79
- /**
80
- * Value for how many times a request will be made at most in case of retry.
81
- */
82
- maxAttempts?: number | __Provider<number>;
83
- /**
84
- * Specifies which retry algorithm to use.
85
- */
86
- retryMode?: string | __Provider<string>;
87
- /**
88
- * Optional logger for logging debug/info/warn/error.
89
- */
90
- logger?: __Logger;
91
- /**
92
- * Unique service identifier.
93
- * @internal
94
- */
95
- serviceId?: string;
96
- /**
97
- * The AWS region to which this client will send requests
98
- */
99
- region?: string | __Provider<string>;
100
- /**
101
- * Default credentials provider; Not available in browser runtime.
102
- * @internal
103
- */
104
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
105
- /**
106
- * Fetch related hostname, signing name or signing region with given region.
107
- * @internal
108
- */
109
- regionInfoProvider?: RegionInfoProvider;
110
- /**
111
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
112
- * @internal
113
- */
114
- defaultUserAgentProvider?: Provider<__UserAgent>;
115
- }
116
- declare type CodeStarConnectionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
117
- /**
118
- * The configuration interface of CodeStarConnectionsClient class constructor that set the region, credentials and other options.
119
- */
120
- export interface CodeStarConnectionsClientConfig extends CodeStarConnectionsClientConfigType {
121
- }
122
- declare type CodeStarConnectionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
123
- /**
124
- * The resolved configuration interface of CodeStarConnectionsClient class. This is resolved and normalized from the {@link CodeStarConnectionsClientConfig | constructor configuration interface}.
125
- */
126
- export interface CodeStarConnectionsClientResolvedConfig extends CodeStarConnectionsClientResolvedConfigType {
127
- }
128
- /**
129
- * <fullname>AWS CodeStar Connections</fullname>
130
- * <p>This AWS CodeStar Connections API Reference provides descriptions and usage examples of
131
- * the operations and data types for the AWS CodeStar Connections API. You can use the
132
- * connections API to work with connections and installations.</p>
133
- * <p>
134
- * <i>Connections</i> are configurations that you use to connect AWS
135
- * resources to external code repositories. Each connection is a resource that can be given to
136
- * services such as CodePipeline to connect to a third-party repository such as Bitbucket. For
137
- * example, you can add the connection in CodePipeline so that it triggers your pipeline when a
138
- * code change is made to your third-party code repository. Each connection is named and
139
- * associated with a unique ARN that is used to reference the connection.</p>
140
- * <p>When you create a connection, the console initiates a third-party connection handshake.
141
- * <i>Installations</i> are the apps that are used to conduct this handshake. For
142
- * example, the installation for the Bitbucket provider type is the Bitbucket app. When you
143
- * create a connection, you can choose an existing installation or create one.</p>
144
- * <p>When you want to create a connection to an installed provider type such as GitHub
145
- * Enterprise Server, you create a <i>host</i> for your connections.</p>
146
- * <p>You can work with connections by calling:</p>
147
- * <ul>
148
- * <li>
149
- * <p>
150
- * <a>CreateConnection</a>, which creates a uniquely named connection that can be
151
- * referenced by services such as CodePipeline.</p>
152
- * </li>
153
- * <li>
154
- * <p>
155
- * <a>DeleteConnection</a>, which deletes the specified connection.</p>
156
- * </li>
157
- * <li>
158
- * <p>
159
- * <a>GetConnection</a>, which returns information about the connection, including
160
- * the connection status.</p>
161
- * </li>
162
- * <li>
163
- * <p>
164
- * <a>ListConnections</a>, which lists the connections associated with your
165
- * account.</p>
166
- * </li>
167
- * </ul>
168
- * <p>You can work with hosts by calling:</p>
169
- * <ul>
170
- * <li>
171
- * <p>
172
- * <a>CreateHost</a>, which creates a host that represents the infrastructure where your provider is installed.</p>
173
- * </li>
174
- * <li>
175
- * <p>
176
- * <a>DeleteHost</a>, which deletes the specified host.</p>
177
- * </li>
178
- * <li>
179
- * <p>
180
- * <a>GetHost</a>, which returns information about the host, including
181
- * the setup status.</p>
182
- * </li>
183
- * <li>
184
- * <p>
185
- * <a>ListHosts</a>, which lists the hosts associated with your
186
- * account.</p>
187
- * </li>
188
- * </ul>
189
- * <p>You can work with tags in AWS CodeStar Connections by calling the following:</p>
190
- * <ul>
191
- * <li>
192
- * <p>
193
- * <a>ListTagsForResource</a>, which gets information about AWS tags for a
194
- * specified Amazon Resource Name (ARN) in AWS CodeStar Connections.</p>
195
- * </li>
196
- * <li>
197
- * <p>
198
- * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeStar
199
- * Connections.</p>
200
- * </li>
201
- * <li>
202
- * <p>
203
- * <a>UntagResource</a>, which removes tags for a resource in AWS CodeStar
204
- * Connections.</p>
205
- * </li>
206
- * </ul>
207
- * <p>For information about how to use AWS CodeStar Connections, see the <a href="https://docs.aws.amazon.com/dtconsole/latest/userguide/welcome-connections.html">Developer Tools User
208
- * Guide</a>.</p>
209
- */
210
- export declare class CodeStarConnectionsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeStarConnectionsClientResolvedConfig> {
211
- /**
212
- * The resolved configuration of CodeStarConnectionsClient class. This is resolved and normalized from the {@link CodeStarConnectionsClientConfig | constructor configuration interface}.
213
- */
214
- readonly config: CodeStarConnectionsClientResolvedConfig;
215
- constructor(configuration: CodeStarConnectionsClientConfig);
216
- /**
217
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
218
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
219
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
220
- */
221
- destroy(): void;
222
- }
223
- export {};
@@ -1,37 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateConnectionCommandInput extends CreateConnectionInput {
6
- }
7
- export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a connection that can then be given to other AWS services like CodePipeline so
11
- * that it can access third-party code repositories. The connection is in pending status until
12
- * the third-party connection handshake is completed from the console.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { CodeStarConnectionsClient, CreateConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
17
- * // const { CodeStarConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
18
- * const client = new CodeStarConnectionsClient(config);
19
- * const command = new CreateConnectionCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link CreateConnectionCommandInput} for command's `input` shape.
24
- * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
25
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
29
- readonly input: CreateConnectionCommandInput;
30
- constructor(input: CreateConnectionCommandInput);
31
- /**
32
- * @internal
33
- */
34
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
35
- private serialize;
36
- private deserialize;
37
- }
@@ -1,42 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { CreateHostInput, CreateHostOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateHostCommandInput extends CreateHostInput {
6
- }
7
- export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a resource that represents the infrastructure where a third-party provider is
11
- * installed. The host is used when you create connections to an installed third-party provider
12
- * type, such as GitHub Enterprise Server. You create one host for all connections to that
13
- * provider.</p>
14
- * <note>
15
- * <p>A host created through the CLI or the SDK is in `PENDING` status by
16
- * default. You can make its status `AVAILABLE` by setting up the host in the console.</p>
17
- * </note>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { CodeStarConnectionsClient, CreateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
22
- * // const { CodeStarConnectionsClient, CreateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
23
- * const client = new CodeStarConnectionsClient(config);
24
- * const command = new CreateHostCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link CreateHostCommandInput} for command's `input` shape.
29
- * @see {@link CreateHostCommandOutput} for command's `response` shape.
30
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
- export declare class CreateHostCommand extends $Command<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
34
- readonly input: CreateHostCommandInput;
35
- constructor(input: CreateHostCommandInput);
36
- /**
37
- * @internal
38
- */
39
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostCommandInput, CreateHostCommandOutput>;
40
- private serialize;
41
- private deserialize;
42
- }