@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
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.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * 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))
23
+ * **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))
24
+ * **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))
25
+
26
+
27
+
28
+
29
+
30
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
31
+
32
+
33
+ ### Features
34
+
35
+ * **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))
36
+ * **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))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
43
+
44
+
45
+ ### Features
46
+
47
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7
54
 
8
55
  **Note:** Version bump only for package @aws-sdk/client-codestar-connections
@@ -14,88 +14,6 @@ const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceComm
14
14
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
15
15
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
16
16
  const UpdateHostCommand_1 = require("./commands/UpdateHostCommand");
17
- /**
18
- * <fullname>AWS CodeStar Connections</fullname>
19
- * <p>This AWS CodeStar Connections API Reference provides descriptions and usage examples of
20
- * the operations and data types for the AWS CodeStar Connections API. You can use the
21
- * connections API to work with connections and installations.</p>
22
- * <p>
23
- * <i>Connections</i> are configurations that you use to connect AWS
24
- * resources to external code repositories. Each connection is a resource that can be given to
25
- * services such as CodePipeline to connect to a third-party repository such as Bitbucket. For
26
- * example, you can add the connection in CodePipeline so that it triggers your pipeline when a
27
- * code change is made to your third-party code repository. Each connection is named and
28
- * associated with a unique ARN that is used to reference the connection.</p>
29
- * <p>When you create a connection, the console initiates a third-party connection handshake.
30
- * <i>Installations</i> are the apps that are used to conduct this handshake. For
31
- * example, the installation for the Bitbucket provider type is the Bitbucket app. When you
32
- * create a connection, you can choose an existing installation or create one.</p>
33
- * <p>When you want to create a connection to an installed provider type such as GitHub
34
- * Enterprise Server, you create a <i>host</i> for your connections.</p>
35
- * <p>You can work with connections by calling:</p>
36
- * <ul>
37
- * <li>
38
- * <p>
39
- * <a>CreateConnection</a>, which creates a uniquely named connection that can be
40
- * referenced by services such as CodePipeline.</p>
41
- * </li>
42
- * <li>
43
- * <p>
44
- * <a>DeleteConnection</a>, which deletes the specified connection.</p>
45
- * </li>
46
- * <li>
47
- * <p>
48
- * <a>GetConnection</a>, which returns information about the connection, including
49
- * the connection status.</p>
50
- * </li>
51
- * <li>
52
- * <p>
53
- * <a>ListConnections</a>, which lists the connections associated with your
54
- * account.</p>
55
- * </li>
56
- * </ul>
57
- * <p>You can work with hosts by calling:</p>
58
- * <ul>
59
- * <li>
60
- * <p>
61
- * <a>CreateHost</a>, which creates a host that represents the infrastructure where your provider is installed.</p>
62
- * </li>
63
- * <li>
64
- * <p>
65
- * <a>DeleteHost</a>, which deletes the specified host.</p>
66
- * </li>
67
- * <li>
68
- * <p>
69
- * <a>GetHost</a>, which returns information about the host, including
70
- * the setup status.</p>
71
- * </li>
72
- * <li>
73
- * <p>
74
- * <a>ListHosts</a>, which lists the hosts associated with your
75
- * account.</p>
76
- * </li>
77
- * </ul>
78
- * <p>You can work with tags in AWS CodeStar Connections by calling the following:</p>
79
- * <ul>
80
- * <li>
81
- * <p>
82
- * <a>ListTagsForResource</a>, which gets information about AWS tags for a
83
- * specified Amazon Resource Name (ARN) in AWS CodeStar Connections.</p>
84
- * </li>
85
- * <li>
86
- * <p>
87
- * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeStar
88
- * Connections.</p>
89
- * </li>
90
- * <li>
91
- * <p>
92
- * <a>UntagResource</a>, which removes tags for a resource in AWS CodeStar
93
- * Connections.</p>
94
- * </li>
95
- * </ul>
96
- * <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
97
- * Guide</a>.</p>
98
- */
99
17
  class CodeStarConnections extends CodeStarConnectionsClient_1.CodeStarConnectionsClient {
100
18
  createConnection(args, optionsOrCb, cb) {
101
19
  const command = new CreateConnectionCommand_1.CreateConnectionCommand(args);
@@ -267,4 +185,3 @@ class CodeStarConnections extends CodeStarConnectionsClient_1.CodeStarConnection
267
185
  }
268
186
  }
269
187
  exports.CodeStarConnections = CodeStarConnections;
270
- //# sourceMappingURL=CodeStarConnections.js.map
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CodeStarConnectionsClient = void 0;
4
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
+ const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
+ const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
+ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
+ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
+ class CodeStarConnectionsClient extends smithy_client_1.Client {
14
+ constructor(configuration) {
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);
22
+ super(_config_6);
23
+ this.config = _config_6;
24
+ this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
+ this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
+ this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
+ this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
+ this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
+ this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
30
+ }
31
+ destroy() {
32
+ super.destroy();
33
+ }
34
+ }
35
+ exports.CodeStarConnectionsClient = CodeStarConnectionsClient;
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Creates a connection that can then be given to other AWS services like CodePipeline so
10
- * that it can access third-party code repositories. The connection is in pending status until
11
- * the third-party connection handshake is completed from the console.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeStarConnectionsClient, CreateConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
16
- * // const { CodeStarConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
17
- * const client = new CodeStarConnectionsClient(config);
18
- * const command = new CreateConnectionCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateConnectionCommandInput} for command's `input` shape.
23
- * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
24
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
27
8
  class CreateConnectionCommand 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 CreateConnectionCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.CreateConnectionCommand = CreateConnectionCommand;
63
- //# sourceMappingURL=CreateConnectionCommand.js.map
@@ -1,46 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateHostCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Creates a resource that represents the infrastructure where a third-party provider is
10
- * installed. The host is used when you create connections to an installed third-party provider
11
- * type, such as GitHub Enterprise Server. You create one host for all connections to that
12
- * provider.</p>
13
- * <note>
14
- * <p>A host created through the CLI or the SDK is in `PENDING` status by
15
- * default. You can make its status `AVAILABLE` by setting up the host in the console.</p>
16
- * </note>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { CodeStarConnectionsClient, CreateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
21
- * // const { CodeStarConnectionsClient, CreateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
22
- * const client = new CodeStarConnectionsClient(config);
23
- * const command = new CreateHostCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link CreateHostCommandInput} for command's `input` shape.
28
- * @see {@link CreateHostCommandOutput} for command's `response` shape.
29
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
32
8
  class CreateHostCommand extends smithy_client_1.Command {
33
- // Start section: command_properties
34
- // End section: command_properties
35
9
  constructor(input) {
36
- // Start section: command_constructor
37
10
  super();
38
11
  this.input = input;
39
- // End section: command_constructor
40
12
  }
41
- /**
42
- * @internal
43
- */
44
13
  resolveMiddleware(clientStack, configuration, options) {
45
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
46
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +34,3 @@ class CreateHostCommand extends smithy_client_1.Command {
65
34
  }
66
35
  }
67
36
  exports.CreateHostCommand = CreateHostCommand;
68
- //# sourceMappingURL=CreateHostCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>The connection to be deleted.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeStarConnectionsClient, DeleteConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
14
- * // const { CodeStarConnectionsClient, DeleteConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
15
- * const client = new CodeStarConnectionsClient(config);
16
- * const command = new DeleteConnectionCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
21
- * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
22
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
25
8
  class DeleteConnectionCommand 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 DeleteConnectionCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
61
- //# sourceMappingURL=DeleteConnectionCommand.js.map
@@ -1,42 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteHostCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
10
- * <note>
11
- * <p>A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.</p>
12
- * </note>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { CodeStarConnectionsClient, DeleteHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
17
- * // const { CodeStarConnectionsClient, DeleteHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
18
- * const client = new CodeStarConnectionsClient(config);
19
- * const command = new DeleteHostCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteHostCommandInput} for command's `input` shape.
24
- * @see {@link DeleteHostCommandOutput} for command's `response` shape.
25
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
28
8
  class DeleteHostCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class DeleteHostCommand extends smithy_client_1.Command {
61
34
  }
62
35
  }
63
36
  exports.DeleteHostCommand = DeleteHostCommand;
64
- //# sourceMappingURL=DeleteHostCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetConnectionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Returns the connection ARN and details such as status, owner, and provider type.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeStarConnectionsClient, GetConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
14
- * // const { CodeStarConnectionsClient, GetConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
15
- * const client = new CodeStarConnectionsClient(config);
16
- * const command = new GetConnectionCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetConnectionCommandInput} for command's `input` shape.
21
- * @see {@link GetConnectionCommandOutput} for command's `response` shape.
22
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
25
8
  class GetConnectionCommand 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 GetConnectionCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetConnectionCommand = GetConnectionCommand;
61
- //# sourceMappingURL=GetConnectionCommand.js.map
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetHostCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Returns the host ARN and details such as status, provider type, endpoint, and, if
10
- * applicable, the VPC configuration.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, GetHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, GetHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new GetHostCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetHostCommandInput} for command's `input` shape.
22
- * @see {@link GetHostCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
26
8
  class GetHostCommand 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 GetHostCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.GetHostCommand = GetHostCommand;
62
- //# sourceMappingURL=GetHostCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConnectionsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Lists the connections associated with your account.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeStarConnectionsClient, ListConnectionsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
14
- * // const { CodeStarConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
15
- * const client = new CodeStarConnectionsClient(config);
16
- * const command = new ListConnectionsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListConnectionsCommandInput} for command's `input` shape.
21
- * @see {@link ListConnectionsCommandOutput} for command's `response` shape.
22
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
25
8
  class ListConnectionsCommand 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 ListConnectionsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListConnectionsCommand = ListConnectionsCommand;
61
- //# sourceMappingURL=ListConnectionsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListHostsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Lists the hosts associated with your account.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeStarConnectionsClient, ListHostsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
14
- * // const { CodeStarConnectionsClient, ListHostsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
15
- * const client = new CodeStarConnectionsClient(config);
16
- * const command = new ListHostsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListHostsCommandInput} for command's `input` shape.
21
- * @see {@link ListHostsCommandOutput} for command's `response` shape.
22
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
25
8
  class ListHostsCommand 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 ListHostsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListHostsCommand = ListHostsCommand;
61
- //# sourceMappingURL=ListHostsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeStarConnectionsClient, ListTagsForResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
14
- * // const { CodeStarConnectionsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
15
- * const client = new CodeStarConnectionsClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
25
8
  class ListTagsForResourceCommand 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 ListTagsForResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map