@aws-sdk/client-cloud9 3.35.0 → 3.38.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 (171) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Cloud9.js +0 -70
  3. package/dist-cjs/Cloud9Client.js +0 -75
  4. package/dist-cjs/commands/CreateEnvironmentEC2Command.js +0 -26
  5. package/dist-cjs/commands/CreateEnvironmentMembershipCommand.js +0 -25
  6. package/dist-cjs/commands/DeleteEnvironmentCommand.js +0 -26
  7. package/dist-cjs/commands/DeleteEnvironmentMembershipCommand.js +0 -25
  8. package/dist-cjs/commands/DescribeEnvironmentMembershipsCommand.js +0 -25
  9. package/dist-cjs/commands/DescribeEnvironmentStatusCommand.js +0 -25
  10. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +0 -25
  11. package/dist-cjs/commands/ListEnvironmentsCommand.js +0 -25
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  13. package/dist-cjs/commands/TagResourceCommand.js +0 -29
  14. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  15. package/dist-cjs/commands/UpdateEnvironmentCommand.js +0 -25
  16. package/dist-cjs/commands/UpdateEnvironmentMembershipCommand.js +0 -26
  17. package/dist-cjs/commands/index.js +16 -0
  18. package/dist-cjs/endpoints.js +1 -2
  19. package/dist-cjs/index.js +4 -19
  20. package/dist-cjs/models/index.js +0 -1
  21. package/dist-cjs/models/models_0.js +0 -115
  22. package/dist-cjs/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -11
  23. package/dist-cjs/pagination/Interfaces.js +0 -1
  24. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +0 -11
  25. package/dist-cjs/pagination/index.js +6 -0
  26. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  27. package/dist-cjs/runtimeConfig.browser.js +1 -6
  28. package/dist-cjs/runtimeConfig.js +2 -7
  29. package/dist-cjs/runtimeConfig.native.js +0 -4
  30. package/dist-cjs/runtimeConfig.shared.js +0 -4
  31. package/dist-es/Cloud9.js +0 -1
  32. package/dist-es/Cloud9Client.js +0 -1
  33. package/dist-es/commands/CreateEnvironmentEC2Command.js +0 -1
  34. package/dist-es/commands/CreateEnvironmentMembershipCommand.js +0 -1
  35. package/dist-es/commands/DeleteEnvironmentCommand.js +0 -1
  36. package/dist-es/commands/DeleteEnvironmentMembershipCommand.js +0 -1
  37. package/dist-es/commands/DescribeEnvironmentMembershipsCommand.js +0 -1
  38. package/dist-es/commands/DescribeEnvironmentStatusCommand.js +0 -1
  39. package/dist-es/commands/DescribeEnvironmentsCommand.js +0 -1
  40. package/dist-es/commands/ListEnvironmentsCommand.js +0 -1
  41. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  42. package/dist-es/commands/TagResourceCommand.js +0 -1
  43. package/dist-es/commands/UntagResourceCommand.js +0 -1
  44. package/dist-es/commands/UpdateEnvironmentCommand.js +0 -1
  45. package/dist-es/commands/UpdateEnvironmentMembershipCommand.js +0 -1
  46. package/dist-es/commands/index.js +13 -0
  47. package/dist-es/endpoints.js +1 -2
  48. package/dist-es/index.js +4 -19
  49. package/dist-es/models/index.js +0 -1
  50. package/dist-es/models/models_0.js +0 -1
  51. package/dist-es/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -1
  52. package/dist-es/pagination/Interfaces.js +0 -1
  53. package/dist-es/pagination/ListEnvironmentsPaginator.js +0 -1
  54. package/dist-es/pagination/index.js +3 -0
  55. package/dist-es/protocols/Aws_json1_1.js +0 -1
  56. package/dist-es/runtimeConfig.browser.js +1 -2
  57. package/dist-es/runtimeConfig.js +2 -3
  58. package/dist-es/runtimeConfig.native.js +0 -1
  59. package/dist-es/runtimeConfig.shared.js +0 -1
  60. package/dist-types/commands/index.d.ts +13 -0
  61. package/dist-types/index.d.ts +4 -18
  62. package/dist-types/pagination/index.d.ts +3 -0
  63. package/dist-types/ts3.4/Cloud9.d.ts +14 -115
  64. package/dist-types/ts3.4/Cloud9Client.d.ts +24 -155
  65. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +2 -21
  66. package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +2 -20
  67. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -21
  68. package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -20
  69. package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -20
  70. package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +2 -20
  71. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +2 -20
  72. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  76. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -20
  77. package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -21
  78. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  79. package/dist-types/ts3.4/index.d.ts +4 -18
  80. package/dist-types/ts3.4/models/models_0.d.ts +118 -629
  81. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  86. package/package.json +33 -30
  87. package/dist-cjs/Cloud9.js.map +0 -1
  88. package/dist-cjs/Cloud9Client.js.map +0 -1
  89. package/dist-cjs/commands/CreateEnvironmentEC2Command.js.map +0 -1
  90. package/dist-cjs/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
  91. package/dist-cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
  92. package/dist-cjs/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
  93. package/dist-cjs/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
  94. package/dist-cjs/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
  95. package/dist-cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
  96. package/dist-cjs/commands/ListEnvironmentsCommand.js.map +0 -1
  97. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  98. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  99. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  100. package/dist-cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  101. package/dist-cjs/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
  102. package/dist-cjs/endpoints.js.map +0 -1
  103. package/dist-cjs/index.js.map +0 -1
  104. package/dist-cjs/models/index.js.map +0 -1
  105. package/dist-cjs/models/models_0.js.map +0 -1
  106. package/dist-cjs/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
  107. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  108. package/dist-cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
  109. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  110. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  111. package/dist-cjs/runtimeConfig.js.map +0 -1
  112. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  113. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  114. package/dist-es/Cloud9.js.map +0 -1
  115. package/dist-es/Cloud9Client.js.map +0 -1
  116. package/dist-es/commands/CreateEnvironmentEC2Command.js.map +0 -1
  117. package/dist-es/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
  118. package/dist-es/commands/DeleteEnvironmentCommand.js.map +0 -1
  119. package/dist-es/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
  120. package/dist-es/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
  121. package/dist-es/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
  122. package/dist-es/commands/DescribeEnvironmentsCommand.js.map +0 -1
  123. package/dist-es/commands/ListEnvironmentsCommand.js.map +0 -1
  124. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  125. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  126. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  127. package/dist-es/commands/UpdateEnvironmentCommand.js.map +0 -1
  128. package/dist-es/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
  129. package/dist-es/endpoints.js.map +0 -1
  130. package/dist-es/index.js.map +0 -1
  131. package/dist-es/models/index.js.map +0 -1
  132. package/dist-es/models/models_0.js.map +0 -1
  133. package/dist-es/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
  134. package/dist-es/pagination/Interfaces.js.map +0 -1
  135. package/dist-es/pagination/ListEnvironmentsPaginator.js.map +0 -1
  136. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  137. package/dist-es/runtimeConfig.browser.js.map +0 -1
  138. package/dist-es/runtimeConfig.js.map +0 -1
  139. package/dist-es/runtimeConfig.native.js.map +0 -1
  140. package/dist-es/runtimeConfig.shared.js.map +0 -1
  141. package/jest.config.js +0 -4
  142. package/src/Cloud9.ts +0 -552
  143. package/src/Cloud9Client.ts +0 -365
  144. package/src/commands/CreateEnvironmentEC2Command.ts +0 -96
  145. package/src/commands/CreateEnvironmentMembershipCommand.ts +0 -98
  146. package/src/commands/DeleteEnvironmentCommand.ts +0 -96
  147. package/src/commands/DeleteEnvironmentMembershipCommand.ts +0 -98
  148. package/src/commands/DescribeEnvironmentMembershipsCommand.ts +0 -103
  149. package/src/commands/DescribeEnvironmentStatusCommand.ts +0 -98
  150. package/src/commands/DescribeEnvironmentsCommand.ts +0 -95
  151. package/src/commands/ListEnvironmentsCommand.ts +0 -95
  152. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  153. package/src/commands/TagResourceCommand.ts +0 -99
  154. package/src/commands/UntagResourceCommand.ts +0 -95
  155. package/src/commands/UpdateEnvironmentCommand.ts +0 -95
  156. package/src/commands/UpdateEnvironmentMembershipCommand.ts +0 -99
  157. package/src/endpoints.ts +0 -57
  158. package/src/index.ts +0 -19
  159. package/src/models/index.ts +0 -1
  160. package/src/models/models_0.ts +0 -1187
  161. package/src/pagination/DescribeEnvironmentMembershipsPaginator.ts +0 -59
  162. package/src/pagination/Interfaces.ts +0 -8
  163. package/src/pagination/ListEnvironmentsPaginator.ts +0 -59
  164. package/src/protocols/Aws_json1_1.ts +0 -2189
  165. package/src/runtimeConfig.browser.ts +0 -41
  166. package/src/runtimeConfig.native.ts +0 -17
  167. package/src/runtimeConfig.shared.ts +0 -17
  168. package/src/runtimeConfig.ts +0 -46
  169. package/tsconfig.es.json +0 -10
  170. package/tsconfig.json +0 -33
  171. package/tsconfig.types.json +0 -9
@@ -22,190 +22,59 @@ import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCom
22
22
  export declare type ServiceInputTypes = CreateEnvironmentEC2CommandInput | CreateEnvironmentMembershipCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentMembershipCommandInput | DescribeEnvironmentMembershipsCommandInput | DescribeEnvironmentStatusCommandInput | DescribeEnvironmentsCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentMembershipCommandInput;
23
23
  export declare type ServiceOutputTypes = CreateEnvironmentEC2CommandOutput | CreateEnvironmentMembershipCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentMembershipCommandOutput | DescribeEnvironmentMembershipsCommandOutput | DescribeEnvironmentStatusCommandOutput | DescribeEnvironmentsCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentMembershipCommandOutput;
24
24
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
25
- /**
26
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
27
- */
25
+
28
26
  requestHandler?: __HttpHandler;
29
- /**
30
- * A constructor for a class implementing the {@link __Hash} interface
31
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
32
- * @internal
33
- */
27
+
34
28
  sha256?: __HashConstructor;
35
- /**
36
- * The function that will be used to convert strings into HTTP endpoints.
37
- * @internal
38
- */
29
+
39
30
  urlParser?: __UrlParser;
40
- /**
41
- * A function that can calculate the length of a request body.
42
- * @internal
43
- */
31
+
44
32
  bodyLengthChecker?: (body: any) => number | undefined;
45
- /**
46
- * A function that converts a stream into an array of bytes.
47
- * @internal
48
- */
33
+
49
34
  streamCollector?: __StreamCollector;
50
- /**
51
- * The function that will be used to convert a base64-encoded string to a byte array.
52
- * @internal
53
- */
35
+
54
36
  base64Decoder?: __Decoder;
55
- /**
56
- * The function that will be used to convert binary data to a base64-encoded string.
57
- * @internal
58
- */
37
+
59
38
  base64Encoder?: __Encoder;
60
- /**
61
- * The function that will be used to convert a UTF8-encoded string to a byte array.
62
- * @internal
63
- */
39
+
64
40
  utf8Decoder?: __Decoder;
65
- /**
66
- * The function that will be used to convert binary data to a UTF-8 encoded string.
67
- * @internal
68
- */
41
+
69
42
  utf8Encoder?: __Encoder;
70
- /**
71
- * The runtime environment.
72
- * @internal
73
- */
43
+
74
44
  runtime?: string;
75
- /**
76
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
77
- * trait of an operation.
78
- */
45
+
79
46
  disableHostPrefix?: boolean;
80
- /**
81
- * Value for how many times a request will be made at most in case of retry.
82
- */
47
+
83
48
  maxAttempts?: number | __Provider<number>;
84
- /**
85
- * Specifies which retry algorithm to use.
86
- */
49
+
87
50
  retryMode?: string | __Provider<string>;
88
- /**
89
- * Optional logger for logging debug/info/warn/error.
90
- */
51
+
91
52
  logger?: __Logger;
92
- /**
93
- * Unique service identifier.
94
- * @internal
95
- */
53
+
96
54
  serviceId?: string;
97
- /**
98
- * The AWS region to which this client will send requests
99
- */
55
+
100
56
  region?: string | __Provider<string>;
101
- /**
102
- * Default credentials provider; Not available in browser runtime.
103
- * @internal
104
- */
57
+
105
58
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
106
- /**
107
- * Fetch related hostname, signing name or signing region with given region.
108
- * @internal
109
- */
59
+
110
60
  regionInfoProvider?: RegionInfoProvider;
111
- /**
112
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
113
- * @internal
114
- */
61
+
115
62
  defaultUserAgentProvider?: Provider<__UserAgent>;
116
63
  }
117
64
  declare type Cloud9ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
118
- /**
119
- * The configuration interface of Cloud9Client class constructor that set the region, credentials and other options.
120
- */
65
+
121
66
  export interface Cloud9ClientConfig extends Cloud9ClientConfigType {
122
67
  }
123
68
  declare type Cloud9ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
124
- /**
125
- * The resolved configuration interface of Cloud9Client class. This is resolved and normalized from the {@link Cloud9ClientConfig | constructor configuration interface}.
126
- */
69
+
127
70
  export interface Cloud9ClientResolvedConfig extends Cloud9ClientResolvedConfigType {
128
71
  }
129
- /**
130
- * <fullname>Cloud9</fullname>
131
- * <p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and
132
- * release software in the cloud.</p>
133
- * <p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p>
134
- * <p>Cloud9 supports these operations:</p>
135
- * <ul>
136
- * <li>
137
- * <p>
138
- * <code>CreateEnvironmentEC2</code>: Creates an Cloud9 development environment, launches
139
- * an Amazon EC2 instance, and then connects from the instance to the environment.</p>
140
- * </li>
141
- * <li>
142
- * <p>
143
- * <code>CreateEnvironmentMembership</code>: Adds an environment member to an
144
- * environment.</p>
145
- * </li>
146
- * <li>
147
- * <p>
148
- * <code>DeleteEnvironment</code>: Deletes an environment. If an Amazon EC2 instance is
149
- * connected to the environment, also terminates the instance.</p>
150
- * </li>
151
- * <li>
152
- * <p>
153
- * <code>DeleteEnvironmentMembership</code>: Deletes an environment member from an
154
- * environment.</p>
155
- * </li>
156
- * <li>
157
- * <p>
158
- * <code>DescribeEnvironmentMemberships</code>: Gets information about environment
159
- * members for an environment.</p>
160
- * </li>
161
- * <li>
162
- * <p>
163
- * <code>DescribeEnvironments</code>: Gets information about environments.</p>
164
- * </li>
165
- * <li>
166
- * <p>
167
- * <code>DescribeEnvironmentStatus</code>: Gets status information for an
168
- * environment.</p>
169
- * </li>
170
- * <li>
171
- * <p>
172
- * <code>ListEnvironments</code>: Gets a list of environment identifiers.</p>
173
- * </li>
174
- * <li>
175
- * <p>
176
- * <code>ListTagsForResource</code>: Gets the tags for an environment.</p>
177
- * </li>
178
- * <li>
179
- * <p>
180
- * <code>TagResource</code>: Adds tags to an environment.</p>
181
- * </li>
182
- * <li>
183
- * <p>
184
- * <code>UntagResource</code>: Removes tags from an environment.</p>
185
- * </li>
186
- * <li>
187
- * <p>
188
- * <code>UpdateEnvironment</code>: Changes the settings of an existing
189
- * environment.</p>
190
- * </li>
191
- * <li>
192
- * <p>
193
- * <code>UpdateEnvironmentMembership</code>: Changes the settings of an existing
194
- * environment member for an environment.</p>
195
- * </li>
196
- * </ul>
197
- */
72
+
198
73
  export declare class Cloud9Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Cloud9ClientResolvedConfig> {
199
- /**
200
- * The resolved configuration of Cloud9Client class. This is resolved and normalized from the {@link Cloud9ClientConfig | constructor configuration interface}.
201
- */
74
+
202
75
  readonly config: Cloud9ClientResolvedConfig;
203
76
  constructor(configuration: Cloud9ClientConfig);
204
- /**
205
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
206
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
207
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
208
- */
77
+
209
78
  destroy(): void;
210
79
  }
211
80
  export {};
@@ -6,30 +6,11 @@ export interface CreateEnvironmentEC2CommandInput extends CreateEnvironmentEC2Re
6
6
  }
7
7
  export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2Result, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
11
- * then connects from the instance to the environment.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Cloud9Client, CreateEnvironmentEC2Command } from "@aws-sdk/client-cloud9"; // ES Modules import
16
- * // const { Cloud9Client, CreateEnvironmentEC2Command } = require("@aws-sdk/client-cloud9"); // CommonJS import
17
- * const client = new Cloud9Client(config);
18
- * const command = new CreateEnvironmentEC2Command(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateEnvironmentEC2CommandInput} for command's `input` shape.
23
- * @see {@link CreateEnvironmentEC2CommandOutput} for command's `response` shape.
24
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateEnvironmentEC2Command extends $Command<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, Cloud9ClientResolvedConfig> {
28
11
  readonly input: CreateEnvironmentEC2CommandInput;
29
12
  constructor(input: CreateEnvironmentEC2CommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateEnvironmentMembershipCommandInput extends CreateEnvironme
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;
@@ -6,30 +6,11 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest
6
6
  }
7
7
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the
11
- * environment, also terminates the instance.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Cloud9Client, DeleteEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
16
- * // const { Cloud9Client, DeleteEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
17
- * const client = new Cloud9Client(config);
18
- * const command = new DeleteEnvironmentCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
23
- * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
24
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, Cloud9ClientResolvedConfig> {
28
11
  readonly input: DeleteEnvironmentCommandInput;
29
12
  constructor(input: DeleteEnvironmentCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteEnvironmentMembershipCommandInput extends DeleteEnvironme
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;
@@ -6,29 +6,11 @@ export interface DescribeEnvironmentMembershipsCommandInput extends DescribeEnvi
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;
@@ -6,29 +6,11 @@ export interface DescribeEnvironmentStatusCommandInput extends DescribeEnvironme
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;
@@ -6,29 +6,11 @@ export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsRe
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;
@@ -6,29 +6,11 @@ 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;
@@ -6,29 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a list of the tags associated with 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, ListTagsForResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, ListTagsForResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(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 Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: ListTagsForResourceCommandInput;
28
12
  constructor(input: ListTagsForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds tags to an Cloud9 development environment.</p>
11
- * <important>
12
- * <p>Tags that you add to an Cloud9 environment by using this method will NOT be
13
- * automatically propagated to underlying resources.</p>
14
- * </important>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { Cloud9Client, TagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
19
- * // const { Cloud9Client, TagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
20
- * const client = new Cloud9Client(config);
21
- * const command = new TagResourceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link TagResourceCommandInput} for command's `input` shape.
26
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
27
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Cloud9ClientResolvedConfig> {
31
11
  readonly input: TagResourceCommandInput;
32
12
  constructor(input: TagResourceCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Removes tags 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, UntagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, UntagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(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 Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: UntagResourceCommandInput;
28
12
  constructor(input: UntagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest
6
6
  }
7
7
  export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Changes the settings of an existing 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, UpdateEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
15
- * // const { Cloud9Client, UpdateEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
16
- * const client = new Cloud9Client(config);
17
- * const command = new UpdateEnvironmentCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
22
- * @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
23
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, Cloud9ClientResolvedConfig> {
27
11
  readonly input: UpdateEnvironmentCommandInput;
28
12
  constructor(input: UpdateEnvironmentCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface UpdateEnvironmentMembershipCommandInput extends UpdateEnvironme
6
6
  }
7
7
  export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironmentMembershipResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Changes the settings of an existing environment member for an Cloud9 development
11
- * environment.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Cloud9Client, UpdateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
16
- * // const { Cloud9Client, UpdateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
17
- * const client = new Cloud9Client(config);
18
- * const command = new UpdateEnvironmentMembershipCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UpdateEnvironmentMembershipCommandInput} for command's `input` shape.
23
- * @see {@link UpdateEnvironmentMembershipCommandOutput} for command's `response` shape.
24
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class UpdateEnvironmentMembershipCommand extends $Command<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig> {
28
11
  readonly input: UpdateEnvironmentMembershipCommandInput;
29
12
  constructor(input: UpdateEnvironmentMembershipCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;