@aws-sdk/client-cloud9 3.169.0 → 3.171.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 (32) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Cloud9.d.ts +225 -70
  3. package/dist-types/ts3.4/Cloud9Client.d.ts +182 -86
  4. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/index.d.ts +13 -13
  18. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  19. package/dist-types/ts3.4/index.d.ts +6 -6
  20. package/dist-types/ts3.4/models/Cloud9ServiceException.d.ts +7 -6
  21. package/dist-types/ts3.4/models/index.d.ts +1 -1
  22. package/dist-types/ts3.4/models/models_0.d.ts +327 -384
  23. package/dist-types/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +11 -4
  24. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  25. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  26. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  27. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  32. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloud9
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cloud9
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-cloud9
@@ -1,70 +1,225 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { Cloud9Client } from "./Cloud9Client";
3
- import { CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput } from "./commands/CreateEnvironmentEC2Command";
4
- import { CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput } from "./commands/CreateEnvironmentMembershipCommand";
5
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
6
- import { DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput } from "./commands/DeleteEnvironmentMembershipCommand";
7
- import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "./commands/DescribeEnvironmentMembershipsCommand";
8
- import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "./commands/DescribeEnvironmentsCommand";
9
- import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "./commands/DescribeEnvironmentStatusCommand";
10
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
12
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
13
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
14
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
15
- import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput } from "./commands/UpdateEnvironmentMembershipCommand";
16
-
17
- export declare class Cloud9 extends Cloud9Client {
18
-
19
- createEnvironmentEC2(args: CreateEnvironmentEC2CommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentEC2CommandOutput>;
20
- createEnvironmentEC2(args: CreateEnvironmentEC2CommandInput, cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void): void;
21
- createEnvironmentEC2(args: CreateEnvironmentEC2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void): void;
22
-
23
- createEnvironmentMembership(args: CreateEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentMembershipCommandOutput>;
24
- createEnvironmentMembership(args: CreateEnvironmentMembershipCommandInput, cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void): void;
25
- createEnvironmentMembership(args: CreateEnvironmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void): void;
26
-
27
- deleteEnvironment(args: DeleteEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentCommandOutput>;
28
- deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
29
- deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
30
-
31
- deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentMembershipCommandOutput>;
32
- deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void): void;
33
- deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void): void;
34
-
35
- describeEnvironmentMemberships(args: DescribeEnvironmentMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentMembershipsCommandOutput>;
36
- describeEnvironmentMemberships(args: DescribeEnvironmentMembershipsCommandInput, cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void): void;
37
- describeEnvironmentMemberships(args: DescribeEnvironmentMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void): void;
38
-
39
- describeEnvironments(args: DescribeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentsCommandOutput>;
40
- describeEnvironments(args: DescribeEnvironmentsCommandInput, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
41
- describeEnvironments(args: DescribeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
42
-
43
- describeEnvironmentStatus(args: DescribeEnvironmentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentStatusCommandOutput>;
44
- describeEnvironmentStatus(args: DescribeEnvironmentStatusCommandInput, cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void): void;
45
- describeEnvironmentStatus(args: DescribeEnvironmentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void): void;
46
-
47
- listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
48
- listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
49
- listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
50
-
51
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
52
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
53
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
54
-
55
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
56
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
57
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
58
-
59
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
60
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
61
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
62
-
63
- updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
64
- updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
65
- updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
66
-
67
- updateEnvironmentMembership(args: UpdateEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentMembershipCommandOutput>;
68
- updateEnvironmentMembership(args: UpdateEnvironmentMembershipCommandInput, cb: (err: any, data?: UpdateEnvironmentMembershipCommandOutput) => void): void;
69
- updateEnvironmentMembership(args: UpdateEnvironmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentMembershipCommandOutput) => void): void;
70
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { Cloud9Client } from "./Cloud9Client";
3
+ import {
4
+ CreateEnvironmentEC2CommandInput,
5
+ CreateEnvironmentEC2CommandOutput,
6
+ } from "./commands/CreateEnvironmentEC2Command";
7
+ import {
8
+ CreateEnvironmentMembershipCommandInput,
9
+ CreateEnvironmentMembershipCommandOutput,
10
+ } from "./commands/CreateEnvironmentMembershipCommand";
11
+ import {
12
+ DeleteEnvironmentCommandInput,
13
+ DeleteEnvironmentCommandOutput,
14
+ } from "./commands/DeleteEnvironmentCommand";
15
+ import {
16
+ DeleteEnvironmentMembershipCommandInput,
17
+ DeleteEnvironmentMembershipCommandOutput,
18
+ } from "./commands/DeleteEnvironmentMembershipCommand";
19
+ import {
20
+ DescribeEnvironmentMembershipsCommandInput,
21
+ DescribeEnvironmentMembershipsCommandOutput,
22
+ } from "./commands/DescribeEnvironmentMembershipsCommand";
23
+ import {
24
+ DescribeEnvironmentsCommandInput,
25
+ DescribeEnvironmentsCommandOutput,
26
+ } from "./commands/DescribeEnvironmentsCommand";
27
+ import {
28
+ DescribeEnvironmentStatusCommandInput,
29
+ DescribeEnvironmentStatusCommandOutput,
30
+ } from "./commands/DescribeEnvironmentStatusCommand";
31
+ import {
32
+ ListEnvironmentsCommandInput,
33
+ ListEnvironmentsCommandOutput,
34
+ } from "./commands/ListEnvironmentsCommand";
35
+ import {
36
+ ListTagsForResourceCommandInput,
37
+ ListTagsForResourceCommandOutput,
38
+ } from "./commands/ListTagsForResourceCommand";
39
+ import {
40
+ TagResourceCommandInput,
41
+ TagResourceCommandOutput,
42
+ } from "./commands/TagResourceCommand";
43
+ import {
44
+ UntagResourceCommandInput,
45
+ UntagResourceCommandOutput,
46
+ } from "./commands/UntagResourceCommand";
47
+ import {
48
+ UpdateEnvironmentCommandInput,
49
+ UpdateEnvironmentCommandOutput,
50
+ } from "./commands/UpdateEnvironmentCommand";
51
+ import {
52
+ UpdateEnvironmentMembershipCommandInput,
53
+ UpdateEnvironmentMembershipCommandOutput,
54
+ } from "./commands/UpdateEnvironmentMembershipCommand";
55
+ export declare class Cloud9 extends Cloud9Client {
56
+ createEnvironmentEC2(
57
+ args: CreateEnvironmentEC2CommandInput,
58
+ options?: __HttpHandlerOptions
59
+ ): Promise<CreateEnvironmentEC2CommandOutput>;
60
+ createEnvironmentEC2(
61
+ args: CreateEnvironmentEC2CommandInput,
62
+ cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void
63
+ ): void;
64
+ createEnvironmentEC2(
65
+ args: CreateEnvironmentEC2CommandInput,
66
+ options: __HttpHandlerOptions,
67
+ cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void
68
+ ): void;
69
+ createEnvironmentMembership(
70
+ args: CreateEnvironmentMembershipCommandInput,
71
+ options?: __HttpHandlerOptions
72
+ ): Promise<CreateEnvironmentMembershipCommandOutput>;
73
+ createEnvironmentMembership(
74
+ args: CreateEnvironmentMembershipCommandInput,
75
+ cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void
76
+ ): void;
77
+ createEnvironmentMembership(
78
+ args: CreateEnvironmentMembershipCommandInput,
79
+ options: __HttpHandlerOptions,
80
+ cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void
81
+ ): void;
82
+ deleteEnvironment(
83
+ args: DeleteEnvironmentCommandInput,
84
+ options?: __HttpHandlerOptions
85
+ ): Promise<DeleteEnvironmentCommandOutput>;
86
+ deleteEnvironment(
87
+ args: DeleteEnvironmentCommandInput,
88
+ cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
89
+ ): void;
90
+ deleteEnvironment(
91
+ args: DeleteEnvironmentCommandInput,
92
+ options: __HttpHandlerOptions,
93
+ cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
94
+ ): void;
95
+ deleteEnvironmentMembership(
96
+ args: DeleteEnvironmentMembershipCommandInput,
97
+ options?: __HttpHandlerOptions
98
+ ): Promise<DeleteEnvironmentMembershipCommandOutput>;
99
+ deleteEnvironmentMembership(
100
+ args: DeleteEnvironmentMembershipCommandInput,
101
+ cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void
102
+ ): void;
103
+ deleteEnvironmentMembership(
104
+ args: DeleteEnvironmentMembershipCommandInput,
105
+ options: __HttpHandlerOptions,
106
+ cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void
107
+ ): void;
108
+ describeEnvironmentMemberships(
109
+ args: DescribeEnvironmentMembershipsCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<DescribeEnvironmentMembershipsCommandOutput>;
112
+ describeEnvironmentMemberships(
113
+ args: DescribeEnvironmentMembershipsCommandInput,
114
+ cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void
115
+ ): void;
116
+ describeEnvironmentMemberships(
117
+ args: DescribeEnvironmentMembershipsCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void
120
+ ): void;
121
+ describeEnvironments(
122
+ args: DescribeEnvironmentsCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<DescribeEnvironmentsCommandOutput>;
125
+ describeEnvironments(
126
+ args: DescribeEnvironmentsCommandInput,
127
+ cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
128
+ ): void;
129
+ describeEnvironments(
130
+ args: DescribeEnvironmentsCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
133
+ ): void;
134
+ describeEnvironmentStatus(
135
+ args: DescribeEnvironmentStatusCommandInput,
136
+ options?: __HttpHandlerOptions
137
+ ): Promise<DescribeEnvironmentStatusCommandOutput>;
138
+ describeEnvironmentStatus(
139
+ args: DescribeEnvironmentStatusCommandInput,
140
+ cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void
141
+ ): void;
142
+ describeEnvironmentStatus(
143
+ args: DescribeEnvironmentStatusCommandInput,
144
+ options: __HttpHandlerOptions,
145
+ cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void
146
+ ): void;
147
+ listEnvironments(
148
+ args: ListEnvironmentsCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<ListEnvironmentsCommandOutput>;
151
+ listEnvironments(
152
+ args: ListEnvironmentsCommandInput,
153
+ cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
154
+ ): void;
155
+ listEnvironments(
156
+ args: ListEnvironmentsCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
159
+ ): void;
160
+ listTagsForResource(
161
+ args: ListTagsForResourceCommandInput,
162
+ options?: __HttpHandlerOptions
163
+ ): Promise<ListTagsForResourceCommandOutput>;
164
+ listTagsForResource(
165
+ args: ListTagsForResourceCommandInput,
166
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
167
+ ): void;
168
+ listTagsForResource(
169
+ args: ListTagsForResourceCommandInput,
170
+ options: __HttpHandlerOptions,
171
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
172
+ ): void;
173
+ tagResource(
174
+ args: TagResourceCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<TagResourceCommandOutput>;
177
+ tagResource(
178
+ args: TagResourceCommandInput,
179
+ cb: (err: any, data?: TagResourceCommandOutput) => void
180
+ ): void;
181
+ tagResource(
182
+ args: TagResourceCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: TagResourceCommandOutput) => void
185
+ ): void;
186
+ untagResource(
187
+ args: UntagResourceCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<UntagResourceCommandOutput>;
190
+ untagResource(
191
+ args: UntagResourceCommandInput,
192
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
193
+ ): void;
194
+ untagResource(
195
+ args: UntagResourceCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
198
+ ): void;
199
+ updateEnvironment(
200
+ args: UpdateEnvironmentCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<UpdateEnvironmentCommandOutput>;
203
+ updateEnvironment(
204
+ args: UpdateEnvironmentCommandInput,
205
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
206
+ ): void;
207
+ updateEnvironment(
208
+ args: UpdateEnvironmentCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
211
+ ): void;
212
+ updateEnvironmentMembership(
213
+ args: UpdateEnvironmentMembershipCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<UpdateEnvironmentMembershipCommandOutput>;
216
+ updateEnvironmentMembership(
217
+ args: UpdateEnvironmentMembershipCommandInput,
218
+ cb: (err: any, data?: UpdateEnvironmentMembershipCommandOutput) => void
219
+ ): void;
220
+ updateEnvironmentMembership(
221
+ args: UpdateEnvironmentMembershipCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: UpdateEnvironmentMembershipCommandOutput) => void
224
+ ): void;
225
+ }
@@ -1,86 +1,182 @@
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, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, 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?: __BodyLengthCalculator;
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
- useDualstackEndpoint?: boolean | __Provider<boolean>;
55
-
56
- useFipsEndpoint?: boolean | __Provider<boolean>;
57
-
58
- serviceId?: string;
59
-
60
- region?: string | __Provider<string>;
61
-
62
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
63
-
64
- regionInfoProvider?: RegionInfoProvider;
65
-
66
- defaultUserAgentProvider?: Provider<__UserAgent>;
67
-
68
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
69
- }
70
- declare type Cloud9ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
71
-
72
- export interface Cloud9ClientConfig extends Cloud9ClientConfigType {
73
- }
74
- declare type Cloud9ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
75
-
76
- export interface Cloud9ClientResolvedConfig extends Cloud9ClientResolvedConfigType {
77
- }
78
-
79
- export declare class Cloud9Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Cloud9ClientResolvedConfig> {
80
-
81
- readonly config: Cloud9ClientResolvedConfig;
82
- constructor(configuration: Cloud9ClientConfig);
83
-
84
- destroy(): void;
85
- }
86
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateEnvironmentEC2CommandInput,
47
+ CreateEnvironmentEC2CommandOutput,
48
+ } from "./commands/CreateEnvironmentEC2Command";
49
+ import {
50
+ CreateEnvironmentMembershipCommandInput,
51
+ CreateEnvironmentMembershipCommandOutput,
52
+ } from "./commands/CreateEnvironmentMembershipCommand";
53
+ import {
54
+ DeleteEnvironmentCommandInput,
55
+ DeleteEnvironmentCommandOutput,
56
+ } from "./commands/DeleteEnvironmentCommand";
57
+ import {
58
+ DeleteEnvironmentMembershipCommandInput,
59
+ DeleteEnvironmentMembershipCommandOutput,
60
+ } from "./commands/DeleteEnvironmentMembershipCommand";
61
+ import {
62
+ DescribeEnvironmentMembershipsCommandInput,
63
+ DescribeEnvironmentMembershipsCommandOutput,
64
+ } from "./commands/DescribeEnvironmentMembershipsCommand";
65
+ import {
66
+ DescribeEnvironmentsCommandInput,
67
+ DescribeEnvironmentsCommandOutput,
68
+ } from "./commands/DescribeEnvironmentsCommand";
69
+ import {
70
+ DescribeEnvironmentStatusCommandInput,
71
+ DescribeEnvironmentStatusCommandOutput,
72
+ } from "./commands/DescribeEnvironmentStatusCommand";
73
+ import {
74
+ ListEnvironmentsCommandInput,
75
+ ListEnvironmentsCommandOutput,
76
+ } from "./commands/ListEnvironmentsCommand";
77
+ import {
78
+ ListTagsForResourceCommandInput,
79
+ ListTagsForResourceCommandOutput,
80
+ } from "./commands/ListTagsForResourceCommand";
81
+ import {
82
+ TagResourceCommandInput,
83
+ TagResourceCommandOutput,
84
+ } from "./commands/TagResourceCommand";
85
+ import {
86
+ UntagResourceCommandInput,
87
+ UntagResourceCommandOutput,
88
+ } from "./commands/UntagResourceCommand";
89
+ import {
90
+ UpdateEnvironmentCommandInput,
91
+ UpdateEnvironmentCommandOutput,
92
+ } from "./commands/UpdateEnvironmentCommand";
93
+ import {
94
+ UpdateEnvironmentMembershipCommandInput,
95
+ UpdateEnvironmentMembershipCommandOutput,
96
+ } from "./commands/UpdateEnvironmentMembershipCommand";
97
+ export declare type ServiceInputTypes =
98
+ | CreateEnvironmentEC2CommandInput
99
+ | CreateEnvironmentMembershipCommandInput
100
+ | DeleteEnvironmentCommandInput
101
+ | DeleteEnvironmentMembershipCommandInput
102
+ | DescribeEnvironmentMembershipsCommandInput
103
+ | DescribeEnvironmentStatusCommandInput
104
+ | DescribeEnvironmentsCommandInput
105
+ | ListEnvironmentsCommandInput
106
+ | ListTagsForResourceCommandInput
107
+ | TagResourceCommandInput
108
+ | UntagResourceCommandInput
109
+ | UpdateEnvironmentCommandInput
110
+ | UpdateEnvironmentMembershipCommandInput;
111
+ export declare type ServiceOutputTypes =
112
+ | CreateEnvironmentEC2CommandOutput
113
+ | CreateEnvironmentMembershipCommandOutput
114
+ | DeleteEnvironmentCommandOutput
115
+ | DeleteEnvironmentMembershipCommandOutput
116
+ | DescribeEnvironmentMembershipsCommandOutput
117
+ | DescribeEnvironmentStatusCommandOutput
118
+ | DescribeEnvironmentsCommandOutput
119
+ | ListEnvironmentsCommandOutput
120
+ | ListTagsForResourceCommandOutput
121
+ | TagResourceCommandOutput
122
+ | UntagResourceCommandOutput
123
+ | UpdateEnvironmentCommandOutput
124
+ | UpdateEnvironmentMembershipCommandOutput;
125
+ export interface ClientDefaults
126
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
127
+ requestHandler?: __HttpHandler;
128
+ sha256?: __HashConstructor;
129
+ urlParser?: __UrlParser;
130
+ bodyLengthChecker?: __BodyLengthCalculator;
131
+ streamCollector?: __StreamCollector;
132
+ base64Decoder?: __Decoder;
133
+ base64Encoder?: __Encoder;
134
+ utf8Decoder?: __Decoder;
135
+ utf8Encoder?: __Encoder;
136
+ runtime?: string;
137
+ disableHostPrefix?: boolean;
138
+ maxAttempts?: number | __Provider<number>;
139
+ retryMode?: string | __Provider<string>;
140
+ logger?: __Logger;
141
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
142
+ useFipsEndpoint?: boolean | __Provider<boolean>;
143
+ serviceId?: string;
144
+ region?: string | __Provider<string>;
145
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
146
+ regionInfoProvider?: RegionInfoProvider;
147
+ defaultUserAgentProvider?: Provider<__UserAgent>;
148
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
149
+ }
150
+ declare type Cloud9ClientConfigType = Partial<
151
+ __SmithyConfiguration<__HttpHandlerOptions>
152
+ > &
153
+ ClientDefaults &
154
+ RegionInputConfig &
155
+ EndpointsInputConfig &
156
+ RetryInputConfig &
157
+ HostHeaderInputConfig &
158
+ AwsAuthInputConfig &
159
+ UserAgentInputConfig;
160
+ export interface Cloud9ClientConfig extends Cloud9ClientConfigType {}
161
+ declare type Cloud9ClientResolvedConfigType =
162
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
163
+ Required<ClientDefaults> &
164
+ RegionResolvedConfig &
165
+ EndpointsResolvedConfig &
166
+ RetryResolvedConfig &
167
+ HostHeaderResolvedConfig &
168
+ AwsAuthResolvedConfig &
169
+ UserAgentResolvedConfig;
170
+ export interface Cloud9ClientResolvedConfig
171
+ extends Cloud9ClientResolvedConfigType {}
172
+ export declare class Cloud9Client extends __Client<
173
+ __HttpHandlerOptions,
174
+ ServiceInputTypes,
175
+ ServiceOutputTypes,
176
+ Cloud9ClientResolvedConfig
177
+ > {
178
+ readonly config: Cloud9ClientResolvedConfig;
179
+ constructor(configuration: Cloud9ClientConfig);
180
+ destroy(): void;
181
+ }
182
+ export {};
@@ -1,17 +1,39 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ Cloud9ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Cloud9Client";
13
+ import {
14
+ CreateEnvironmentEC2Request,
15
+ CreateEnvironmentEC2Result,
16
+ } from "../models/models_0";
17
+ export interface CreateEnvironmentEC2CommandInput
18
+ extends CreateEnvironmentEC2Request {}
19
+ export interface CreateEnvironmentEC2CommandOutput
20
+ extends CreateEnvironmentEC2Result,
21
+ __MetadataBearer {}
22
+ export declare class CreateEnvironmentEC2Command extends $Command<
23
+ CreateEnvironmentEC2CommandInput,
24
+ CreateEnvironmentEC2CommandOutput,
25
+ Cloud9ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateEnvironmentEC2CommandInput;
28
+ constructor(input: CreateEnvironmentEC2CommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Cloud9ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateEnvironmentEC2CommandInput,
35
+ CreateEnvironmentEC2CommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }