@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,38 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { DeleteHostInput, DeleteHostOutput } 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 DeleteHostCommandInput extends DeleteHostInput {
6
- }
7
- export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
11
- * <note>
12
- * <p>A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.</p>
13
- * </note>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { CodeStarConnectionsClient, DeleteHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
18
- * // const { CodeStarConnectionsClient, DeleteHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
19
- * const client = new CodeStarConnectionsClient(config);
20
- * const command = new DeleteHostCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DeleteHostCommandInput} for command's `input` shape.
25
- * @see {@link DeleteHostCommandOutput} for command's `response` shape.
26
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class DeleteHostCommand extends $Command<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
30
- readonly input: DeleteHostCommandInput;
31
- constructor(input: DeleteHostCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostCommandInput, DeleteHostCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,35 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { GetConnectionInput, GetConnectionOutput } 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 GetConnectionCommandInput extends GetConnectionInput {
6
- }
7
- export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, GetConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, GetConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new GetConnectionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetConnectionCommandInput} for command's `input` shape.
22
- * @see {@link GetConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
27
- readonly input: GetConnectionCommandInput;
28
- constructor(input: GetConnectionCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,36 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { GetHostInput, GetHostOutput } 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 GetHostCommandInput extends GetHostInput {
6
- }
7
- export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
11
- * applicable, the VPC configuration.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeStarConnectionsClient, GetHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
16
- * // const { CodeStarConnectionsClient, GetHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
17
- * const client = new CodeStarConnectionsClient(config);
18
- * const command = new GetHostCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetHostCommandInput} for command's `input` shape.
23
- * @see {@link GetHostCommandOutput} for command's `response` shape.
24
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class GetHostCommand extends $Command<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
28
- readonly input: GetHostCommandInput;
29
- constructor(input: GetHostCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHostCommandInput, GetHostCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { ListConnectionsInput, ListConnectionsOutput } 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 ListConnectionsCommandInput extends ListConnectionsInput {
6
- }
7
- export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists the connections associated with your account.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, ListConnectionsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new ListConnectionsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListConnectionsCommandInput} for command's `input` shape.
22
- * @see {@link ListConnectionsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
27
- readonly input: ListConnectionsCommandInput;
28
- constructor(input: ListConnectionsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { ListHostsInput, ListHostsOutput } 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 ListHostsCommandInput extends ListHostsInput {
6
- }
7
- export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists the hosts associated with your account.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, ListHostsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, ListHostsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new ListHostsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListHostsCommandInput} for command's `input` shape.
22
- * @see {@link ListHostsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class ListHostsCommand extends $Command<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
27
- readonly input: ListHostsCommandInput;
28
- constructor(input: ListHostsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostsCommandInput, ListHostsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceCommandInput extends ListTagsForResourceInput {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, ListTagsForResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new ListTagsForResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
27
- readonly input: ListTagsForResourceCommandInput;
28
- constructor(input: ListTagsForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,36 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
11
- * to manage a resource.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeStarConnectionsClient, TagResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
16
- * // const { CodeStarConnectionsClient, TagResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
17
- * const client = new CodeStarConnectionsClient(config);
18
- * const command = new TagResourceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link TagResourceCommandInput} for command's `input` shape.
23
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
28
- readonly input: TagResourceCommandInput;
29
- constructor(input: TagResourceCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Removes tags from an AWS resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, UntagResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, UntagResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new UntagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
27
- readonly input: UntagResourceCommandInput;
28
- constructor(input: UntagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
2
- import { UpdateHostInput, UpdateHostOutput } 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 UpdateHostCommandInput extends UpdateHostInput {
6
- }
7
- export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Updates a specified host with the provided configurations.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeStarConnectionsClient, UpdateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
15
- * // const { CodeStarConnectionsClient, UpdateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
16
- * const client = new CodeStarConnectionsClient(config);
17
- * const command = new UpdateHostCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateHostCommandInput} for command's `input` shape.
22
- * @see {@link UpdateHostCommandOutput} for command's `response` shape.
23
- * @see {@link CodeStarConnectionsClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class UpdateHostCommand extends $Command<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
27
- readonly input: UpdateHostCommandInput;
28
- constructor(input: UpdateHostCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHostCommandInput, UpdateHostCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }