@aws-sdk/client-cloud9 3.170.0 → 3.178.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 (26) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Cloud9.d.ts +0 -13
  6. package/dist-types/ts3.4/Cloud9Client.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/models/Cloud9ServiceException.d.ts +0 -1
  21. package/dist-types/ts3.4/models/models_0.d.ts +0 -93
  22. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  23. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  24. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  25. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  26. package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloud9
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cloud9
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-cloud9
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -52,7 +52,6 @@ import {
52
52
  UpdateEnvironmentMembershipCommandInput,
53
53
  UpdateEnvironmentMembershipCommandOutput,
54
54
  } from "./commands/UpdateEnvironmentMembershipCommand";
55
-
56
55
  export declare class Cloud9 extends Cloud9Client {
57
56
  createEnvironmentEC2(
58
57
  args: CreateEnvironmentEC2CommandInput,
@@ -67,7 +66,6 @@ export declare class Cloud9 extends Cloud9Client {
67
66
  options: __HttpHandlerOptions,
68
67
  cb: (err: any, data?: CreateEnvironmentEC2CommandOutput) => void
69
68
  ): void;
70
-
71
69
  createEnvironmentMembership(
72
70
  args: CreateEnvironmentMembershipCommandInput,
73
71
  options?: __HttpHandlerOptions
@@ -81,7 +79,6 @@ export declare class Cloud9 extends Cloud9Client {
81
79
  options: __HttpHandlerOptions,
82
80
  cb: (err: any, data?: CreateEnvironmentMembershipCommandOutput) => void
83
81
  ): void;
84
-
85
82
  deleteEnvironment(
86
83
  args: DeleteEnvironmentCommandInput,
87
84
  options?: __HttpHandlerOptions
@@ -95,7 +92,6 @@ export declare class Cloud9 extends Cloud9Client {
95
92
  options: __HttpHandlerOptions,
96
93
  cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
97
94
  ): void;
98
-
99
95
  deleteEnvironmentMembership(
100
96
  args: DeleteEnvironmentMembershipCommandInput,
101
97
  options?: __HttpHandlerOptions
@@ -109,7 +105,6 @@ export declare class Cloud9 extends Cloud9Client {
109
105
  options: __HttpHandlerOptions,
110
106
  cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void
111
107
  ): void;
112
-
113
108
  describeEnvironmentMemberships(
114
109
  args: DescribeEnvironmentMembershipsCommandInput,
115
110
  options?: __HttpHandlerOptions
@@ -123,7 +118,6 @@ export declare class Cloud9 extends Cloud9Client {
123
118
  options: __HttpHandlerOptions,
124
119
  cb: (err: any, data?: DescribeEnvironmentMembershipsCommandOutput) => void
125
120
  ): void;
126
-
127
121
  describeEnvironments(
128
122
  args: DescribeEnvironmentsCommandInput,
129
123
  options?: __HttpHandlerOptions
@@ -137,7 +131,6 @@ export declare class Cloud9 extends Cloud9Client {
137
131
  options: __HttpHandlerOptions,
138
132
  cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
139
133
  ): void;
140
-
141
134
  describeEnvironmentStatus(
142
135
  args: DescribeEnvironmentStatusCommandInput,
143
136
  options?: __HttpHandlerOptions
@@ -151,7 +144,6 @@ export declare class Cloud9 extends Cloud9Client {
151
144
  options: __HttpHandlerOptions,
152
145
  cb: (err: any, data?: DescribeEnvironmentStatusCommandOutput) => void
153
146
  ): void;
154
-
155
147
  listEnvironments(
156
148
  args: ListEnvironmentsCommandInput,
157
149
  options?: __HttpHandlerOptions
@@ -165,7 +157,6 @@ export declare class Cloud9 extends Cloud9Client {
165
157
  options: __HttpHandlerOptions,
166
158
  cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
167
159
  ): void;
168
-
169
160
  listTagsForResource(
170
161
  args: ListTagsForResourceCommandInput,
171
162
  options?: __HttpHandlerOptions
@@ -179,7 +170,6 @@ export declare class Cloud9 extends Cloud9Client {
179
170
  options: __HttpHandlerOptions,
180
171
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
181
172
  ): void;
182
-
183
173
  tagResource(
184
174
  args: TagResourceCommandInput,
185
175
  options?: __HttpHandlerOptions
@@ -193,7 +183,6 @@ export declare class Cloud9 extends Cloud9Client {
193
183
  options: __HttpHandlerOptions,
194
184
  cb: (err: any, data?: TagResourceCommandOutput) => void
195
185
  ): void;
196
-
197
186
  untagResource(
198
187
  args: UntagResourceCommandInput,
199
188
  options?: __HttpHandlerOptions
@@ -207,7 +196,6 @@ export declare class Cloud9 extends Cloud9Client {
207
196
  options: __HttpHandlerOptions,
208
197
  cb: (err: any, data?: UntagResourceCommandOutput) => void
209
198
  ): void;
210
-
211
199
  updateEnvironment(
212
200
  args: UpdateEnvironmentCommandInput,
213
201
  options?: __HttpHandlerOptions
@@ -221,7 +209,6 @@ export declare class Cloud9 extends Cloud9Client {
221
209
  options: __HttpHandlerOptions,
222
210
  cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
223
211
  ): void;
224
-
225
212
  updateEnvironmentMembership(
226
213
  args: UpdateEnvironmentMembershipCommandInput,
227
214
  options?: __HttpHandlerOptions
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
125
125
  export interface ClientDefaults
126
126
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
127
127
  requestHandler?: __HttpHandler;
128
-
129
128
  sha256?: __HashConstructor;
130
-
131
129
  urlParser?: __UrlParser;
132
-
133
130
  bodyLengthChecker?: __BodyLengthCalculator;
134
-
135
131
  streamCollector?: __StreamCollector;
136
-
137
132
  base64Decoder?: __Decoder;
138
-
139
133
  base64Encoder?: __Encoder;
140
-
141
134
  utf8Decoder?: __Decoder;
142
-
143
135
  utf8Encoder?: __Encoder;
144
-
145
136
  runtime?: string;
146
-
147
137
  disableHostPrefix?: boolean;
148
-
149
138
  maxAttempts?: number | __Provider<number>;
150
-
151
139
  retryMode?: string | __Provider<string>;
152
-
153
140
  logger?: __Logger;
154
-
155
141
  useDualstackEndpoint?: boolean | __Provider<boolean>;
156
-
157
142
  useFipsEndpoint?: boolean | __Provider<boolean>;
158
-
159
143
  serviceId?: string;
160
-
161
144
  region?: string | __Provider<string>;
162
-
163
145
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
164
-
165
146
  regionInfoProvider?: RegionInfoProvider;
166
-
167
147
  defaultUserAgentProvider?: Provider<__UserAgent>;
168
-
169
148
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
170
149
  }
171
150
  declare type Cloud9ClientConfigType = Partial<
@@ -178,7 +157,6 @@ declare type Cloud9ClientConfigType = Partial<
178
157
  HostHeaderInputConfig &
179
158
  AwsAuthInputConfig &
180
159
  UserAgentInputConfig;
181
-
182
160
  export interface Cloud9ClientConfig extends Cloud9ClientConfigType {}
183
161
  declare type Cloud9ClientResolvedConfigType =
184
162
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -189,10 +167,8 @@ declare type Cloud9ClientResolvedConfigType =
189
167
  HostHeaderResolvedConfig &
190
168
  AwsAuthResolvedConfig &
191
169
  UserAgentResolvedConfig;
192
-
193
170
  export interface Cloud9ClientResolvedConfig
194
171
  extends Cloud9ClientResolvedConfigType {}
195
-
196
172
  export declare class Cloud9Client extends __Client<
197
173
  __HttpHandlerOptions,
198
174
  ServiceInputTypes,
@@ -201,7 +177,6 @@ export declare class Cloud9Client extends __Client<
201
177
  > {
202
178
  readonly config: Cloud9ClientResolvedConfig;
203
179
  constructor(configuration: Cloud9ClientConfig);
204
-
205
180
  destroy(): void;
206
181
  }
207
182
  export {};
@@ -19,7 +19,6 @@ export interface CreateEnvironmentEC2CommandInput
19
19
  export interface CreateEnvironmentEC2CommandOutput
20
20
  extends CreateEnvironmentEC2Result,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEnvironmentEC2Command extends $Command<
24
23
  CreateEnvironmentEC2CommandInput,
25
24
  CreateEnvironmentEC2CommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEnvironmentEC2Command extends $Command<
27
26
  > {
28
27
  readonly input: CreateEnvironmentEC2CommandInput;
29
28
  constructor(input: CreateEnvironmentEC2CommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEnvironmentMembershipCommandInput
19
19
  export interface CreateEnvironmentMembershipCommandOutput
20
20
  extends CreateEnvironmentMembershipResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEnvironmentMembershipCommand extends $Command<
24
23
  CreateEnvironmentMembershipCommandInput,
25
24
  CreateEnvironmentMembershipCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEnvironmentMembershipCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEnvironmentMembershipCommandInput;
29
28
  constructor(input: CreateEnvironmentMembershipCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEnvironmentCommandInput
19
19
  export interface DeleteEnvironmentCommandOutput
20
20
  extends DeleteEnvironmentResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEnvironmentCommand extends $Command<
24
23
  DeleteEnvironmentCommandInput,
25
24
  DeleteEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEnvironmentCommandInput;
29
28
  constructor(input: DeleteEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEnvironmentMembershipCommandInput
19
19
  export interface DeleteEnvironmentMembershipCommandOutput
20
20
  extends DeleteEnvironmentMembershipResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEnvironmentMembershipCommand extends $Command<
24
23
  DeleteEnvironmentMembershipCommandInput,
25
24
  DeleteEnvironmentMembershipCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEnvironmentMembershipCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEnvironmentMembershipCommandInput;
29
28
  constructor(input: DeleteEnvironmentMembershipCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentMembershipsCommandInput
19
19
  export interface DescribeEnvironmentMembershipsCommandOutput
20
20
  extends DescribeEnvironmentMembershipsResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEnvironmentMembershipsCommand extends $Command<
24
23
  DescribeEnvironmentMembershipsCommandInput,
25
24
  DescribeEnvironmentMembershipsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentMembershipsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEnvironmentMembershipsCommandInput;
29
28
  constructor(input: DescribeEnvironmentMembershipsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentStatusCommandInput
19
19
  export interface DescribeEnvironmentStatusCommandOutput
20
20
  extends DescribeEnvironmentStatusResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEnvironmentStatusCommand extends $Command<
24
23
  DescribeEnvironmentStatusCommandInput,
25
24
  DescribeEnvironmentStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEnvironmentStatusCommandInput;
29
28
  constructor(input: DescribeEnvironmentStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentsCommandInput
19
19
  export interface DescribeEnvironmentsCommandOutput
20
20
  extends DescribeEnvironmentsResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEnvironmentsCommand extends $Command<
24
23
  DescribeEnvironmentsCommandInput,
25
24
  DescribeEnvironmentsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEnvironmentsCommandInput;
29
28
  constructor(input: DescribeEnvironmentsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
18
18
  export interface ListEnvironmentsCommandOutput
19
19
  extends ListEnvironmentsResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListEnvironmentsCommand extends $Command<
23
22
  ListEnvironmentsCommandInput,
24
23
  ListEnvironmentsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListEnvironmentsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListEnvironmentsCommandInput;
28
27
  constructor(input: ListEnvironmentsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: Cloud9ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateEnvironmentCommandInput
19
19
  export interface UpdateEnvironmentCommandOutput
20
20
  extends UpdateEnvironmentResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateEnvironmentCommand extends $Command<
24
23
  UpdateEnvironmentCommandInput,
25
24
  UpdateEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateEnvironmentCommandInput;
29
28
  constructor(input: UpdateEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateEnvironmentMembershipCommandInput
19
19
  export interface UpdateEnvironmentMembershipCommandOutput
20
20
  extends UpdateEnvironmentMembershipResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateEnvironmentMembershipCommand extends $Command<
24
23
  UpdateEnvironmentMembershipCommandInput,
25
24
  UpdateEnvironmentMembershipCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateEnvironmentMembershipCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateEnvironmentMembershipCommandInput;
29
28
  constructor(input: UpdateEnvironmentMembershipCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: Cloud9ClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class Cloud9ServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,108 +1,82 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { Cloud9ServiceException as __BaseException } from "./Cloud9ServiceException";
3
-
4
3
  export declare class BadRequestException extends __BaseException {
5
4
  readonly name: "BadRequestException";
6
5
  readonly $fault: "client";
7
6
  className?: string;
8
7
  code?: number;
9
-
10
8
  constructor(
11
9
  opts: __ExceptionOptionType<BadRequestException, __BaseException>
12
10
  );
13
11
  }
14
-
15
12
  export declare class ConflictException extends __BaseException {
16
13
  readonly name: "ConflictException";
17
14
  readonly $fault: "client";
18
15
  className?: string;
19
16
  code?: number;
20
-
21
17
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
22
18
  }
23
19
  export declare enum ConnectionType {
24
20
  CONNECT_SSH = "CONNECT_SSH",
25
21
  CONNECT_SSM = "CONNECT_SSM",
26
22
  }
27
-
28
23
  export interface Tag {
29
24
  Key: string | undefined;
30
-
31
25
  Value: string | undefined;
32
26
  }
33
27
  export interface CreateEnvironmentEC2Request {
34
28
  name: string | undefined;
35
-
36
29
  description?: string;
37
-
38
30
  clientRequestToken?: string;
39
-
40
31
  instanceType: string | undefined;
41
-
42
32
  subnetId?: string;
43
-
44
33
  imageId?: string;
45
-
46
34
  automaticStopTimeMinutes?: number;
47
-
48
35
  ownerArn?: string;
49
-
50
36
  tags?: Tag[];
51
-
52
37
  connectionType?: ConnectionType | string;
53
-
54
38
  dryRun?: boolean;
55
39
  }
56
40
  export interface CreateEnvironmentEC2Result {
57
41
  environmentId?: string;
58
42
  }
59
-
60
43
  export declare class ForbiddenException extends __BaseException {
61
44
  readonly name: "ForbiddenException";
62
45
  readonly $fault: "client";
63
46
  className?: string;
64
47
  code?: number;
65
-
66
48
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
67
49
  }
68
-
69
50
  export declare class InternalServerErrorException extends __BaseException {
70
51
  readonly name: "InternalServerErrorException";
71
52
  readonly $fault: "server";
72
53
  className?: string;
73
54
  code?: number;
74
-
75
55
  constructor(
76
56
  opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
77
57
  );
78
58
  }
79
-
80
59
  export declare class LimitExceededException extends __BaseException {
81
60
  readonly name: "LimitExceededException";
82
61
  readonly $fault: "client";
83
62
  className?: string;
84
63
  code?: number;
85
-
86
64
  constructor(
87
65
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
88
66
  );
89
67
  }
90
-
91
68
  export declare class NotFoundException extends __BaseException {
92
69
  readonly name: "NotFoundException";
93
70
  readonly $fault: "client";
94
71
  className?: string;
95
72
  code?: number;
96
-
97
73
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
98
74
  }
99
-
100
75
  export declare class TooManyRequestsException extends __BaseException {
101
76
  readonly name: "TooManyRequestsException";
102
77
  readonly $fault: "client";
103
78
  className?: string;
104
79
  code?: number;
105
-
106
80
  constructor(
107
81
  opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
108
82
  );
@@ -113,9 +87,7 @@ export declare enum MemberPermissions {
113
87
  }
114
88
  export interface CreateEnvironmentMembershipRequest {
115
89
  environmentId: string | undefined;
116
-
117
90
  userArn: string | undefined;
118
-
119
91
  permissions: MemberPermissions | string | undefined;
120
92
  }
121
93
  export declare enum Permissions {
@@ -123,16 +95,11 @@ export declare enum Permissions {
123
95
  READ_ONLY = "read-only",
124
96
  READ_WRITE = "read-write",
125
97
  }
126
-
127
98
  export interface EnvironmentMember {
128
99
  permissions: Permissions | string | undefined;
129
-
130
100
  userId: string | undefined;
131
-
132
101
  userArn: string | undefined;
133
-
134
102
  environmentId: string | undefined;
135
-
136
103
  lastAccess?: Date;
137
104
  }
138
105
  export interface CreateEnvironmentMembershipResult {
@@ -144,24 +111,18 @@ export interface DeleteEnvironmentRequest {
144
111
  export interface DeleteEnvironmentResult {}
145
112
  export interface DeleteEnvironmentMembershipRequest {
146
113
  environmentId: string | undefined;
147
-
148
114
  userArn: string | undefined;
149
115
  }
150
116
  export interface DeleteEnvironmentMembershipResult {}
151
117
  export interface DescribeEnvironmentMembershipsRequest {
152
118
  userArn?: string;
153
-
154
119
  environmentId?: string;
155
-
156
120
  permissions?: (Permissions | string)[];
157
-
158
121
  nextToken?: string;
159
-
160
122
  maxResults?: number;
161
123
  }
162
124
  export interface DescribeEnvironmentMembershipsResult {
163
125
  memberships?: EnvironmentMember[];
164
-
165
126
  nextToken?: string;
166
127
  }
167
128
  export interface DescribeEnvironmentsRequest {
@@ -174,12 +135,9 @@ export declare enum EnvironmentLifecycleStatus {
174
135
  DELETE_FAILED = "DELETE_FAILED",
175
136
  DELETING = "DELETING",
176
137
  }
177
-
178
138
  export interface EnvironmentLifecycle {
179
139
  status?: EnvironmentLifecycleStatus | string;
180
-
181
140
  reason?: string;
182
-
183
141
  failureResource?: string;
184
142
  }
185
143
  export declare enum ManagedCredentialsStatus {
@@ -199,24 +157,15 @@ export declare enum EnvironmentType {
199
157
  EC2 = "ec2",
200
158
  SSH = "ssh",
201
159
  }
202
-
203
160
  export interface Environment {
204
161
  id?: string;
205
-
206
162
  name?: string;
207
-
208
163
  description?: string;
209
-
210
164
  type: EnvironmentType | string | undefined;
211
-
212
165
  connectionType?: ConnectionType | string;
213
-
214
166
  arn: string | undefined;
215
-
216
167
  ownerArn: string | undefined;
217
-
218
168
  lifecycle?: EnvironmentLifecycle;
219
-
220
169
  managedCredentialsStatus?: ManagedCredentialsStatus | string;
221
170
  }
222
171
  export interface DescribeEnvironmentsResult {
@@ -236,17 +185,14 @@ export declare enum EnvironmentStatus {
236
185
  }
237
186
  export interface DescribeEnvironmentStatusResult {
238
187
  status: EnvironmentStatus | string | undefined;
239
-
240
188
  message: string | undefined;
241
189
  }
242
190
  export interface ListEnvironmentsRequest {
243
191
  nextToken?: string;
244
-
245
192
  maxResults?: number;
246
193
  }
247
194
  export interface ListEnvironmentsResult {
248
195
  nextToken?: string;
249
-
250
196
  environmentIds?: string[];
251
197
  }
252
198
  export interface ListTagsForResourceRequest {
@@ -255,26 +201,22 @@ export interface ListTagsForResourceRequest {
255
201
  export interface ListTagsForResourceResponse {
256
202
  Tags?: Tag[];
257
203
  }
258
-
259
204
  export declare class ConcurrentAccessException extends __BaseException {
260
205
  readonly name: "ConcurrentAccessException";
261
206
  readonly $fault: "client";
262
207
  className?: string;
263
208
  code?: number;
264
-
265
209
  constructor(
266
210
  opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>
267
211
  );
268
212
  }
269
213
  export interface TagResourceRequest {
270
214
  ResourceARN: string | undefined;
271
-
272
215
  Tags: Tag[] | undefined;
273
216
  }
274
217
  export interface TagResourceResponse {}
275
218
  export interface UntagResourceRequest {
276
219
  ResourceARN: string | undefined;
277
-
278
220
  TagKeys: string[] | undefined;
279
221
  }
280
222
  export interface UntagResourceResponse {}
@@ -284,137 +226,102 @@ export declare enum ManagedCredentialsAction {
284
226
  }
285
227
  export interface UpdateEnvironmentRequest {
286
228
  environmentId: string | undefined;
287
-
288
229
  name?: string;
289
-
290
230
  description?: string;
291
-
292
231
  managedCredentialsAction?: ManagedCredentialsAction | string;
293
232
  }
294
233
  export interface UpdateEnvironmentResult {}
295
234
  export interface UpdateEnvironmentMembershipRequest {
296
235
  environmentId: string | undefined;
297
-
298
236
  userArn: string | undefined;
299
-
300
237
  permissions: MemberPermissions | string | undefined;
301
238
  }
302
239
  export interface UpdateEnvironmentMembershipResult {
303
240
  membership?: EnvironmentMember;
304
241
  }
305
-
306
242
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
307
-
308
243
  export declare const CreateEnvironmentEC2RequestFilterSensitiveLog: (
309
244
  obj: CreateEnvironmentEC2Request
310
245
  ) => any;
311
-
312
246
  export declare const CreateEnvironmentEC2ResultFilterSensitiveLog: (
313
247
  obj: CreateEnvironmentEC2Result
314
248
  ) => any;
315
-
316
249
  export declare const CreateEnvironmentMembershipRequestFilterSensitiveLog: (
317
250
  obj: CreateEnvironmentMembershipRequest
318
251
  ) => any;
319
-
320
252
  export declare const EnvironmentMemberFilterSensitiveLog: (
321
253
  obj: EnvironmentMember
322
254
  ) => any;
323
-
324
255
  export declare const CreateEnvironmentMembershipResultFilterSensitiveLog: (
325
256
  obj: CreateEnvironmentMembershipResult
326
257
  ) => any;
327
-
328
258
  export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
329
259
  obj: DeleteEnvironmentRequest
330
260
  ) => any;
331
-
332
261
  export declare const DeleteEnvironmentResultFilterSensitiveLog: (
333
262
  obj: DeleteEnvironmentResult
334
263
  ) => any;
335
-
336
264
  export declare const DeleteEnvironmentMembershipRequestFilterSensitiveLog: (
337
265
  obj: DeleteEnvironmentMembershipRequest
338
266
  ) => any;
339
-
340
267
  export declare const DeleteEnvironmentMembershipResultFilterSensitiveLog: (
341
268
  obj: DeleteEnvironmentMembershipResult
342
269
  ) => any;
343
-
344
270
  export declare const DescribeEnvironmentMembershipsRequestFilterSensitiveLog: (
345
271
  obj: DescribeEnvironmentMembershipsRequest
346
272
  ) => any;
347
-
348
273
  export declare const DescribeEnvironmentMembershipsResultFilterSensitiveLog: (
349
274
  obj: DescribeEnvironmentMembershipsResult
350
275
  ) => any;
351
-
352
276
  export declare const DescribeEnvironmentsRequestFilterSensitiveLog: (
353
277
  obj: DescribeEnvironmentsRequest
354
278
  ) => any;
355
-
356
279
  export declare const EnvironmentLifecycleFilterSensitiveLog: (
357
280
  obj: EnvironmentLifecycle
358
281
  ) => any;
359
-
360
282
  export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
361
-
362
283
  export declare const DescribeEnvironmentsResultFilterSensitiveLog: (
363
284
  obj: DescribeEnvironmentsResult
364
285
  ) => any;
365
-
366
286
  export declare const DescribeEnvironmentStatusRequestFilterSensitiveLog: (
367
287
  obj: DescribeEnvironmentStatusRequest
368
288
  ) => any;
369
-
370
289
  export declare const DescribeEnvironmentStatusResultFilterSensitiveLog: (
371
290
  obj: DescribeEnvironmentStatusResult
372
291
  ) => any;
373
-
374
292
  export declare const ListEnvironmentsRequestFilterSensitiveLog: (
375
293
  obj: ListEnvironmentsRequest
376
294
  ) => any;
377
-
378
295
  export declare const ListEnvironmentsResultFilterSensitiveLog: (
379
296
  obj: ListEnvironmentsResult
380
297
  ) => any;
381
-
382
298
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
383
299
  obj: ListTagsForResourceRequest
384
300
  ) => any;
385
-
386
301
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
387
302
  obj: ListTagsForResourceResponse
388
303
  ) => any;
389
-
390
304
  export declare const TagResourceRequestFilterSensitiveLog: (
391
305
  obj: TagResourceRequest
392
306
  ) => any;
393
-
394
307
  export declare const TagResourceResponseFilterSensitiveLog: (
395
308
  obj: TagResourceResponse
396
309
  ) => any;
397
-
398
310
  export declare const UntagResourceRequestFilterSensitiveLog: (
399
311
  obj: UntagResourceRequest
400
312
  ) => any;
401
-
402
313
  export declare const UntagResourceResponseFilterSensitiveLog: (
403
314
  obj: UntagResourceResponse
404
315
  ) => any;
405
-
406
316
  export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
407
317
  obj: UpdateEnvironmentRequest
408
318
  ) => any;
409
-
410
319
  export declare const UpdateEnvironmentResultFilterSensitiveLog: (
411
320
  obj: UpdateEnvironmentResult
412
321
  ) => any;
413
-
414
322
  export declare const UpdateEnvironmentMembershipRequestFilterSensitiveLog: (
415
323
  obj: UpdateEnvironmentMembershipRequest
416
324
  ) => any;
417
-
418
325
  export declare const UpdateEnvironmentMembershipResultFilterSensitiveLog: (
419
326
  obj: UpdateEnvironmentMembershipResult
420
327
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { Cloud9ClientConfig } from "./Cloud9Client";
3
-
4
3
  export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
51
50
  | undefined;
52
51
  signer?:
53
52
  | import("@aws-sdk/types").RequestSigner
54
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
53
+ | ((
54
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
55
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
55
56
  | undefined;
56
57
  signingEscapePath?: boolean | undefined;
57
58
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { Cloud9ClientConfig } from "./Cloud9Client";
3
-
4
3
  export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
51
50
  | undefined;
52
51
  signer?:
53
52
  | import("@aws-sdk/types").RequestSigner
54
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
53
+ | ((
54
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
55
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
55
56
  | undefined;
56
57
  signingEscapePath?: boolean | undefined;
57
58
  systemClockOffset?: number | undefined;
@@ -1,5 +1,4 @@
1
1
  import { Cloud9ClientConfig } from "./Cloud9Client";
2
-
3
2
  export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
52
51
  | undefined;
53
52
  signer?:
54
53
  | import("@aws-sdk/types").RequestSigner
55
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | ((
55
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
56
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
56
57
  | undefined;
57
58
  signingEscapePath?: boolean | undefined;
58
59
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { Cloud9ClientConfig } from "./Cloud9Client";
3
-
4
3
  export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloud9",
3
3
  "description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.178.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.178.0",
23
+ "@aws-sdk/config-resolver": "3.178.0",
24
+ "@aws-sdk/credential-provider-node": "3.178.0",
25
+ "@aws-sdk/fetch-http-handler": "3.178.0",
26
+ "@aws-sdk/hash-node": "3.178.0",
27
+ "@aws-sdk/invalid-dependency": "3.178.0",
28
+ "@aws-sdk/middleware-content-length": "3.178.0",
29
+ "@aws-sdk/middleware-host-header": "3.178.0",
30
+ "@aws-sdk/middleware-logger": "3.178.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
+ "@aws-sdk/middleware-retry": "3.178.0",
33
+ "@aws-sdk/middleware-serde": "3.178.0",
34
+ "@aws-sdk/middleware-signing": "3.178.0",
35
+ "@aws-sdk/middleware-stack": "3.178.0",
36
+ "@aws-sdk/middleware-user-agent": "3.178.0",
37
+ "@aws-sdk/node-config-provider": "3.178.0",
38
+ "@aws-sdk/node-http-handler": "3.178.0",
39
+ "@aws-sdk/protocol-http": "3.178.0",
40
+ "@aws-sdk/smithy-client": "3.178.0",
41
+ "@aws-sdk/types": "3.178.0",
42
+ "@aws-sdk/url-parser": "3.178.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.178.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.178.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.178.0",
50
+ "@aws-sdk/util-user-agent-node": "3.178.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"