@aws-sdk/client-cloud9 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Cloud9.js +1 -71
  3. package/dist-cjs/Cloud9Client.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentEC2Command.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentMembershipCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentMembershipCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentMembershipsCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentStatusCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -31
  14. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentMembershipCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  18. package/{dist/cjs → dist-cjs}/index.js +0 -1
  19. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  20. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -115
  21. package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -11
  22. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  23. package/{dist/cjs → dist-cjs}/pagination/ListEnvironmentsPaginator.js +0 -11
  24. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  29. package/{dist/es → dist-es}/Cloud9.js +1 -2
  30. package/{dist/es → dist-es}/Cloud9Client.js +1 -2
  31. package/{dist/es → dist-es}/commands/CreateEnvironmentEC2Command.js +2 -3
  32. package/{dist/es → dist-es}/commands/CreateEnvironmentMembershipCommand.js +2 -3
  33. package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +2 -3
  34. package/{dist/es → dist-es}/commands/DeleteEnvironmentMembershipCommand.js +2 -3
  35. package/{dist/es → dist-es}/commands/DescribeEnvironmentMembershipsCommand.js +2 -3
  36. package/{dist/es → dist-es}/commands/DescribeEnvironmentStatusCommand.js +2 -3
  37. package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
  38. package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/UpdateEnvironmentMembershipCommand.js +2 -3
  44. package/{dist/es → dist-es}/endpoints.js +1 -2
  45. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  46. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  47. package/{dist/es → dist-es}/models/models_0.js +0 -1
  48. package/{dist/es → dist-es}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -1
  49. package/dist-es/pagination/Interfaces.js +1 -0
  50. package/{dist/es → dist-es}/pagination/ListEnvironmentsPaginator.js +0 -1
  51. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  52. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  53. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  54. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  55. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  56. package/{dist/types → dist-types}/Cloud9.d.ts +2 -2
  57. package/{dist/types → dist-types}/Cloud9Client.d.ts +9 -9
  58. package/{dist/types → dist-types}/commands/CreateEnvironmentEC2Command.d.ts +2 -2
  59. package/{dist/types → dist-types}/commands/CreateEnvironmentMembershipCommand.d.ts +2 -2
  60. package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/commands/DescribeEnvironmentStatusCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  68. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  69. package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
  70. package/{dist/types → dist-types}/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -2
  71. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  72. package/{index.ts → dist-types/index.d.ts} +0 -0
  73. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  74. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  75. package/{dist/types → dist-types}/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
  76. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  77. package/{dist/types → dist-types}/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  78. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
  79. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  80. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  81. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  82. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  83. package/{dist/types → dist-types}/ts3.4/Cloud9.d.ts +16 -117
  84. package/dist-types/ts3.4/Cloud9Client.d.ts +80 -0
  85. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +17 -0
  86. package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +4 -22
  87. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
  88. package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +4 -22
  89. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +4 -22
  90. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +4 -22
  91. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
  92. package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +4 -22
  93. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  96. package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -22
  97. package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +4 -23
  98. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +467 -0
  102. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
  106. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  107. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  108. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  109. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  110. package/package.json +45 -42
  111. package/Cloud9.ts +0 -551
  112. package/Cloud9Client.ts +0 -364
  113. package/commands/CreateEnvironmentEC2Command.ts +0 -95
  114. package/commands/CreateEnvironmentMembershipCommand.ts +0 -97
  115. package/commands/DeleteEnvironmentCommand.ts +0 -95
  116. package/commands/DeleteEnvironmentMembershipCommand.ts +0 -97
  117. package/commands/DescribeEnvironmentMembershipsCommand.ts +0 -102
  118. package/commands/DescribeEnvironmentStatusCommand.ts +0 -97
  119. package/commands/DescribeEnvironmentsCommand.ts +0 -94
  120. package/commands/ListEnvironmentsCommand.ts +0 -94
  121. package/commands/ListTagsForResourceCommand.ts +0 -94
  122. package/commands/TagResourceCommand.ts +0 -98
  123. package/commands/UntagResourceCommand.ts +0 -94
  124. package/commands/UpdateEnvironmentCommand.ts +0 -94
  125. package/commands/UpdateEnvironmentMembershipCommand.ts +0 -98
  126. package/dist/cjs/Cloud9.js.map +0 -1
  127. package/dist/cjs/Cloud9Client.js +0 -110
  128. package/dist/cjs/Cloud9Client.js.map +0 -1
  129. package/dist/cjs/commands/CreateEnvironmentEC2Command.js.map +0 -1
  130. package/dist/cjs/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
  131. package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
  132. package/dist/cjs/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
  133. package/dist/cjs/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
  134. package/dist/cjs/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
  135. package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
  136. package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
  137. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  138. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  139. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  140. package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  141. package/dist/cjs/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
  142. package/dist/cjs/endpoints.js.map +0 -1
  143. package/dist/cjs/index.js.map +0 -1
  144. package/dist/cjs/models/index.js.map +0 -1
  145. package/dist/cjs/models/models_0.js.map +0 -1
  146. package/dist/cjs/package.json +0 -91
  147. package/dist/cjs/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
  148. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  149. package/dist/cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
  150. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  151. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  152. package/dist/cjs/runtimeConfig.js.map +0 -1
  153. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  154. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  155. package/dist/es/Cloud9.js.map +0 -1
  156. package/dist/es/Cloud9Client.js.map +0 -1
  157. package/dist/es/commands/CreateEnvironmentEC2Command.js.map +0 -1
  158. package/dist/es/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
  159. package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
  160. package/dist/es/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
  161. package/dist/es/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
  162. package/dist/es/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
  163. package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
  164. package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
  165. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  166. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  167. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  168. package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
  169. package/dist/es/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
  170. package/dist/es/endpoints.js.map +0 -1
  171. package/dist/es/index.js +0 -20
  172. package/dist/es/index.js.map +0 -1
  173. package/dist/es/models/index.js +0 -2
  174. package/dist/es/models/index.js.map +0 -1
  175. package/dist/es/models/models_0.js.map +0 -1
  176. package/dist/es/package.json +0 -91
  177. package/dist/es/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
  178. package/dist/es/pagination/Interfaces.js +0 -2
  179. package/dist/es/pagination/Interfaces.js.map +0 -1
  180. package/dist/es/pagination/ListEnvironmentsPaginator.js.map +0 -1
  181. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  182. package/dist/es/runtimeConfig.browser.js.map +0 -1
  183. package/dist/es/runtimeConfig.js.map +0 -1
  184. package/dist/es/runtimeConfig.native.js.map +0 -1
  185. package/dist/es/runtimeConfig.shared.js.map +0 -1
  186. package/dist/types/ts3.4/Cloud9Client.d.ts +0 -211
  187. package/dist/types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +0 -36
  188. package/dist/types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -36
  189. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
  190. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  191. package/dist/types/ts3.4/models/models_0.d.ts +0 -978
  192. package/endpoints.ts +0 -57
  193. package/jest.config.js +0 -4
  194. package/models/models_0.ts +0 -1187
  195. package/pagination/DescribeEnvironmentMembershipsPaginator.ts +0 -58
  196. package/pagination/Interfaces.ts +0 -7
  197. package/pagination/ListEnvironmentsPaginator.ts +0 -58
  198. package/protocols/Aws_json1_1.ts +0 -2188
  199. package/runtimeConfig.browser.ts +0 -40
  200. package/runtimeConfig.native.ts +0 -16
  201. package/runtimeConfig.shared.ts +0 -16
  202. package/runtimeConfig.ts +0 -45
  203. package/tsconfig.es.json +0 -10
  204. package/tsconfig.json +0 -31
  205. package/tsconfig.types.json +0 -8
File without changes
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "../commands/DescribeEnvironmentMembershipsCommand";
2
3
  import { Cloud9PaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateDescribeEnvironmentMemberships(config: Cloud9PaginationConfiguration, input: DescribeEnvironmentMembershipsCommandInput, ...additionalArguments: any): Paginator<DescribeEnvironmentMembershipsCommandOutput>;
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { Cloud9 } from "../Cloud9";
2
3
  import { Cloud9Client } from "../Cloud9Client";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface Cloud9PaginationConfiguration extends PaginationConfiguration {
5
5
  client: Cloud9 | Cloud9Client;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
2
3
  import { Cloud9PaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListEnvironments(config: Cloud9PaginationConfiguration, input: ListEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListEnvironmentsCommandOutput>;
@@ -1,18 +1,18 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput } from "../commands/CreateEnvironmentEC2Command";
2
4
  import { CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput } from "../commands/CreateEnvironmentMembershipCommand";
3
5
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
4
6
  import { DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput } from "../commands/DeleteEnvironmentMembershipCommand";
5
7
  import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "../commands/DescribeEnvironmentMembershipsCommand";
6
- import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "../commands/DescribeEnvironmentStatusCommand";
7
8
  import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "../commands/DescribeEnvironmentsCommand";
9
+ import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "../commands/DescribeEnvironmentStatusCommand";
8
10
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
9
11
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
10
12
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
11
13
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
12
14
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
13
15
  import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput } from "../commands/UpdateEnvironmentMembershipCommand";
14
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
15
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
16
16
  export declare const serializeAws_json1_1CreateEnvironmentEC2Command: (input: CreateEnvironmentEC2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
17
  export declare const serializeAws_json1_1CreateEnvironmentMembershipCommand: (input: CreateEnvironmentMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
18
  export declare const serializeAws_json1_1DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;
@@ -1,170 +1,69 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { Cloud9Client } from "./Cloud9Client";
2
3
  import { CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput } from "./commands/CreateEnvironmentEC2Command";
3
4
  import { CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput } from "./commands/CreateEnvironmentMembershipCommand";
4
5
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
5
6
  import { DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput } from "./commands/DeleteEnvironmentMembershipCommand";
6
7
  import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "./commands/DescribeEnvironmentMembershipsCommand";
7
- import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "./commands/DescribeEnvironmentStatusCommand";
8
8
  import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "./commands/DescribeEnvironmentsCommand";
9
+ import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "./commands/DescribeEnvironmentStatusCommand";
9
10
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
10
11
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
11
12
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
12
13
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
13
14
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
14
15
  import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput } from "./commands/UpdateEnvironmentMembershipCommand";
15
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
16
- /**
17
- * <fullname>Cloud9</fullname>
18
- * <p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and
19
- * release software in the cloud.</p>
20
- * <p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p>
21
- * <p>Cloud9 supports these operations:</p>
22
- * <ul>
23
- * <li>
24
- * <p>
25
- * <code>CreateEnvironmentEC2</code>: Creates an Cloud9 development environment, launches
26
- * an Amazon EC2 instance, and then connects from the instance to the environment.</p>
27
- * </li>
28
- * <li>
29
- * <p>
30
- * <code>CreateEnvironmentMembership</code>: Adds an environment member to an
31
- * environment.</p>
32
- * </li>
33
- * <li>
34
- * <p>
35
- * <code>DeleteEnvironment</code>: Deletes an environment. If an Amazon EC2 instance is
36
- * connected to the environment, also terminates the instance.</p>
37
- * </li>
38
- * <li>
39
- * <p>
40
- * <code>DeleteEnvironmentMembership</code>: Deletes an environment member from an
41
- * environment.</p>
42
- * </li>
43
- * <li>
44
- * <p>
45
- * <code>DescribeEnvironmentMemberships</code>: Gets information about environment
46
- * members for an environment.</p>
47
- * </li>
48
- * <li>
49
- * <p>
50
- * <code>DescribeEnvironments</code>: Gets information about environments.</p>
51
- * </li>
52
- * <li>
53
- * <p>
54
- * <code>DescribeEnvironmentStatus</code>: Gets status information for an
55
- * environment.</p>
56
- * </li>
57
- * <li>
58
- * <p>
59
- * <code>ListEnvironments</code>: Gets a list of environment identifiers.</p>
60
- * </li>
61
- * <li>
62
- * <p>
63
- * <code>ListTagsForResource</code>: Gets the tags for an environment.</p>
64
- * </li>
65
- * <li>
66
- * <p>
67
- * <code>TagResource</code>: Adds tags to an environment.</p>
68
- * </li>
69
- * <li>
70
- * <p>
71
- * <code>UntagResource</code>: Removes tags from an environment.</p>
72
- * </li>
73
- * <li>
74
- * <p>
75
- * <code>UpdateEnvironment</code>: Changes the settings of an existing
76
- * environment.</p>
77
- * </li>
78
- * <li>
79
- * <p>
80
- * <code>UpdateEnvironmentMembership</code>: Changes the settings of an existing
81
- * environment member for an environment.</p>
82
- * </li>
83
- * </ul>
84
- */
16
+
85
17
  export declare class Cloud9 extends Cloud9Client {
86
- /**
87
- * <p>Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
88
- * then connects from the instance to the environment.</p>
89
- */
18
+
90
19
  createEnvironmentEC2(args: CreateEnvironmentEC2CommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentEC2CommandOutput>;
91
20
  createEnvironmentEC2(args: CreateEnvironmentEC2CommandInput, cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void): void;
92
21
  createEnvironmentEC2(args: CreateEnvironmentEC2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void): void;
93
- /**
94
- * <p>Adds an environment member to an Cloud9 development environment.</p>
95
- */
22
+
96
23
  createEnvironmentMembership(args: CreateEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentMembershipCommandOutput>;
97
24
  createEnvironmentMembership(args: CreateEnvironmentMembershipCommandInput, cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void): void;
98
25
  createEnvironmentMembership(args: CreateEnvironmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void): void;
99
- /**
100
- * <p>Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the
101
- * environment, also terminates the instance.</p>
102
- */
26
+
103
27
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentCommandOutput>;
104
28
  deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
105
29
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
106
- /**
107
- * <p>Deletes an environment member from an Cloud9 development environment.</p>
108
- */
30
+
109
31
  deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentMembershipCommandOutput>;
110
32
  deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void): void;
111
33
  deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void): void;
112
- /**
113
- * <p>Gets information about environment members for an Cloud9 development environment.</p>
114
- */
34
+
115
35
  describeEnvironmentMemberships(args: DescribeEnvironmentMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentMembershipsCommandOutput>;
116
36
  describeEnvironmentMemberships(args: DescribeEnvironmentMembershipsCommandInput, cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void): void;
117
37
  describeEnvironmentMemberships(args: DescribeEnvironmentMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void): void;
118
- /**
119
- * <p>Gets information about Cloud9 development environments.</p>
120
- */
38
+
121
39
  describeEnvironments(args: DescribeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentsCommandOutput>;
122
40
  describeEnvironments(args: DescribeEnvironmentsCommandInput, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
123
41
  describeEnvironments(args: DescribeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
124
- /**
125
- * <p>Gets status information for an Cloud9 development environment.</p>
126
- */
42
+
127
43
  describeEnvironmentStatus(args: DescribeEnvironmentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentStatusCommandOutput>;
128
44
  describeEnvironmentStatus(args: DescribeEnvironmentStatusCommandInput, cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void): void;
129
45
  describeEnvironmentStatus(args: DescribeEnvironmentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void): void;
130
- /**
131
- * <p>Gets a list of Cloud9 development environment identifiers.</p>
132
- */
46
+
133
47
  listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
134
48
  listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
135
49
  listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
136
- /**
137
- * <p>Gets a list of the tags associated with an Cloud9 development environment.</p>
138
- */
50
+
139
51
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
140
52
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
141
53
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
142
- /**
143
- * <p>Adds tags to an Cloud9 development environment.</p>
144
- * <important>
145
- * <p>Tags that you add to an Cloud9 environment by using this method will NOT be
146
- * automatically propagated to underlying resources.</p>
147
- * </important>
148
- */
54
+
149
55
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
150
56
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
151
57
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
152
- /**
153
- * <p>Removes tags from an Cloud9 development environment.</p>
154
- */
58
+
155
59
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
156
60
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
157
61
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
158
- /**
159
- * <p>Changes the settings of an existing Cloud9 development environment.</p>
160
- */
62
+
161
63
  updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
162
64
  updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
163
65
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
164
- /**
165
- * <p>Changes the settings of an existing environment member for an Cloud9 development
166
- * environment.</p>
167
- */
66
+
168
67
  updateEnvironmentMembership(args: UpdateEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentMembershipCommandOutput>;
169
68
  updateEnvironmentMembership(args: UpdateEnvironmentMembershipCommandInput, cb: (err: any, data?: UpdateEnvironmentMembershipCommandOutput) => void): void;
170
69
  updateEnvironmentMembership(args: UpdateEnvironmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentMembershipCommandOutput) => void): void;
@@ -0,0 +1,80 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput } from "./commands/CreateEnvironmentEC2Command";
10
+ import { CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput } from "./commands/CreateEnvironmentMembershipCommand";
11
+ import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
12
+ import { DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput } from "./commands/DeleteEnvironmentMembershipCommand";
13
+ import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "./commands/DescribeEnvironmentMembershipsCommand";
14
+ import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "./commands/DescribeEnvironmentsCommand";
15
+ import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "./commands/DescribeEnvironmentStatusCommand";
16
+ import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
17
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
18
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
19
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
20
+ import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
21
+ import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput } from "./commands/UpdateEnvironmentMembershipCommand";
22
+ export declare type ServiceInputTypes = CreateEnvironmentEC2CommandInput | CreateEnvironmentMembershipCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentMembershipCommandInput | DescribeEnvironmentMembershipsCommandInput | DescribeEnvironmentStatusCommandInput | DescribeEnvironmentsCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentMembershipCommandInput;
23
+ export declare type ServiceOutputTypes = CreateEnvironmentEC2CommandOutput | CreateEnvironmentMembershipCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentMembershipCommandOutput | DescribeEnvironmentMembershipsCommandOutput | DescribeEnvironmentStatusCommandOutput | DescribeEnvironmentsCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentMembershipCommandOutput;
24
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
25
+
26
+ requestHandler?: __HttpHandler;
27
+
28
+ sha256?: __HashConstructor;
29
+
30
+ urlParser?: __UrlParser;
31
+
32
+ bodyLengthChecker?: (body: any) => number | undefined;
33
+
34
+ streamCollector?: __StreamCollector;
35
+
36
+ base64Decoder?: __Decoder;
37
+
38
+ base64Encoder?: __Encoder;
39
+
40
+ utf8Decoder?: __Decoder;
41
+
42
+ utf8Encoder?: __Encoder;
43
+
44
+ runtime?: string;
45
+
46
+ disableHostPrefix?: boolean;
47
+
48
+ maxAttempts?: number | __Provider<number>;
49
+
50
+ retryMode?: string | __Provider<string>;
51
+
52
+ logger?: __Logger;
53
+
54
+ serviceId?: string;
55
+
56
+ region?: string | __Provider<string>;
57
+
58
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
59
+
60
+ regionInfoProvider?: RegionInfoProvider;
61
+
62
+ defaultUserAgentProvider?: Provider<__UserAgent>;
63
+ }
64
+ declare type Cloud9ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
65
+
66
+ export interface Cloud9ClientConfig extends Cloud9ClientConfigType {
67
+ }
68
+ declare type Cloud9ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
69
+
70
+ export interface Cloud9ClientResolvedConfig extends Cloud9ClientResolvedConfigType {
71
+ }
72
+
73
+ export declare class Cloud9Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Cloud9ClientResolvedConfig> {
74
+
75
+ readonly config: Cloud9ClientResolvedConfig;
76
+ constructor(configuration: Cloud9ClientConfig);
77
+
78
+ destroy(): void;
79
+ }
80
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
4
+ import { CreateEnvironmentEC2Request, CreateEnvironmentEC2Result } from "../models/models_0";
5
+ export interface CreateEnvironmentEC2CommandInput extends CreateEnvironmentEC2Request {
6
+ }
7
+ export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2Result, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateEnvironmentEC2Command extends $Command<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, Cloud9ClientResolvedConfig> {
11
+ readonly input: CreateEnvironmentEC2CommandInput;
12
+ constructor(input: CreateEnvironmentEC2CommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
4
  import { CreateEnvironmentMembershipRequest, CreateEnvironmentMembershipResult } 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
5
  export interface CreateEnvironmentMembershipCommandInput extends CreateEnvironmentMembershipRequest {
6
6
  }
7
7
  export interface CreateEnvironmentMembershipCommandOutput extends CreateEnvironmentMembershipResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds an environment member to an Cloud9 development environment.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Cloud9Client, CreateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, CreateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new CreateEnvironmentMembershipCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateEnvironmentMembershipCommandInput} for command's `input` shape.
22
- * @see {@link CreateEnvironmentMembershipCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateEnvironmentMembershipCommand extends $Command<CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: CreateEnvironmentMembershipCommandInput;
28
12
  constructor(input: CreateEnvironmentMembershipCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
4
+ import { DeleteEnvironmentRequest, DeleteEnvironmentResult } from "../models/models_0";
5
+ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
6
+ }
7
+ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, Cloud9ClientResolvedConfig> {
11
+ readonly input: DeleteEnvironmentCommandInput;
12
+ constructor(input: DeleteEnvironmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
4
  import { DeleteEnvironmentMembershipRequest, DeleteEnvironmentMembershipResult } 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
5
  export interface DeleteEnvironmentMembershipCommandInput extends DeleteEnvironmentMembershipRequest {
6
6
  }
7
7
  export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironmentMembershipResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes an environment member from an Cloud9 development environment.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Cloud9Client, DeleteEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, DeleteEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new DeleteEnvironmentMembershipCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteEnvironmentMembershipCommandInput} for command's `input` shape.
22
- * @see {@link DeleteEnvironmentMembershipCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteEnvironmentMembershipCommand extends $Command<DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: DeleteEnvironmentMembershipCommandInput;
28
12
  constructor(input: DeleteEnvironmentMembershipCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
4
  import { DescribeEnvironmentMembershipsRequest, DescribeEnvironmentMembershipsResult } 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
5
  export interface DescribeEnvironmentMembershipsCommandInput extends DescribeEnvironmentMembershipsRequest {
6
6
  }
7
7
  export interface DescribeEnvironmentMembershipsCommandOutput extends DescribeEnvironmentMembershipsResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets information about environment members for an Cloud9 development environment.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Cloud9Client, DescribeEnvironmentMembershipsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, DescribeEnvironmentMembershipsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new DescribeEnvironmentMembershipsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeEnvironmentMembershipsCommandInput} for command's `input` shape.
22
- * @see {@link DescribeEnvironmentMembershipsCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeEnvironmentMembershipsCommand extends $Command<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: DescribeEnvironmentMembershipsCommandInput;
28
12
  constructor(input: DescribeEnvironmentMembershipsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
4
  import { DescribeEnvironmentStatusRequest, DescribeEnvironmentStatusResult } 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
5
  export interface DescribeEnvironmentStatusCommandInput extends DescribeEnvironmentStatusRequest {
6
6
  }
7
7
  export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironmentStatusResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets status information for an Cloud9 development environment.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Cloud9Client, DescribeEnvironmentStatusCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, DescribeEnvironmentStatusCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new DescribeEnvironmentStatusCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeEnvironmentStatusCommandInput} for command's `input` shape.
22
- * @see {@link DescribeEnvironmentStatusCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeEnvironmentStatusCommand extends $Command<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: DescribeEnvironmentStatusCommandInput;
28
12
  constructor(input: DescribeEnvironmentStatusCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
4
  import { DescribeEnvironmentsRequest, DescribeEnvironmentsResult } 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
5
  export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsRequest {
6
6
  }
7
7
  export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets information about Cloud9 development environments.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Cloud9Client, DescribeEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, DescribeEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new DescribeEnvironmentsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeEnvironmentsCommandInput} for command's `input` shape.
22
- * @see {@link DescribeEnvironmentsCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeEnvironmentsCommand extends $Command<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: DescribeEnvironmentsCommandInput;
28
12
  constructor(input: DescribeEnvironmentsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
4
  import { ListEnvironmentsRequest, ListEnvironmentsResult } 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
5
  export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
6
6
  }
7
7
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a list of Cloud9 development environment identifiers.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Cloud9Client, ListEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, ListEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new ListEnvironmentsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListEnvironmentsCommandInput} for command's `input` shape.
22
- * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: ListEnvironmentsCommandInput;
28
12
  constructor(input: ListEnvironmentsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;