@aws-sdk/client-cloud9 3.934.0 → 3.935.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.
package/dist-cjs/index.js CHANGED
@@ -149,10 +149,6 @@ let ConflictException$1 = class ConflictException extends Cloud9ServiceException
149
149
  this.code = opts.code;
150
150
  }
151
151
  };
152
- const ConnectionType = {
153
- CONNECT_SSH: "CONNECT_SSH",
154
- CONNECT_SSM: "CONNECT_SSM",
155
- };
156
152
  let ForbiddenException$1 = class ForbiddenException extends Cloud9ServiceException$1 {
157
153
  name = "ForbiddenException";
158
154
  $fault = "client";
@@ -233,48 +229,6 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Cloud9Se
233
229
  this.code = opts.code;
234
230
  }
235
231
  };
236
- const MemberPermissions = {
237
- READ_ONLY: "read-only",
238
- READ_WRITE: "read-write",
239
- };
240
- const Permissions = {
241
- OWNER: "owner",
242
- READ_ONLY: "read-only",
243
- READ_WRITE: "read-write",
244
- };
245
- const EnvironmentLifecycleStatus = {
246
- CREATED: "CREATED",
247
- CREATE_FAILED: "CREATE_FAILED",
248
- CREATING: "CREATING",
249
- DELETE_FAILED: "DELETE_FAILED",
250
- DELETING: "DELETING",
251
- };
252
- const ManagedCredentialsStatus = {
253
- DISABLED_BY_COLLABORATOR: "DISABLED_BY_COLLABORATOR",
254
- DISABLED_BY_DEFAULT: "DISABLED_BY_DEFAULT",
255
- DISABLED_BY_OWNER: "DISABLED_BY_OWNER",
256
- ENABLED_BY_OWNER: "ENABLED_BY_OWNER",
257
- ENABLED_ON_CREATE: "ENABLED_ON_CREATE",
258
- FAILED_REMOVAL_BY_COLLABORATOR: "FAILED_REMOVAL_BY_COLLABORATOR",
259
- FAILED_REMOVAL_BY_OWNER: "FAILED_REMOVAL_BY_OWNER",
260
- PENDING_REMOVAL_BY_COLLABORATOR: "PENDING_REMOVAL_BY_COLLABORATOR",
261
- PENDING_REMOVAL_BY_OWNER: "PENDING_REMOVAL_BY_OWNER",
262
- PENDING_START_REMOVAL_BY_COLLABORATOR: "PENDING_START_REMOVAL_BY_COLLABORATOR",
263
- PENDING_START_REMOVAL_BY_OWNER: "PENDING_START_REMOVAL_BY_OWNER",
264
- };
265
- const EnvironmentType = {
266
- EC2: "ec2",
267
- SSH: "ssh",
268
- };
269
- const EnvironmentStatus = {
270
- CONNECTING: "connecting",
271
- CREATING: "creating",
272
- DELETING: "deleting",
273
- ERROR: "error",
274
- READY: "ready",
275
- STOPPED: "stopped",
276
- STOPPING: "stopping",
277
- };
278
232
  let ConcurrentAccessException$1 = class ConcurrentAccessException extends Cloud9ServiceException$1 {
279
233
  name = "ConcurrentAccessException";
280
234
  $fault = "client";
@@ -291,10 +245,6 @@ let ConcurrentAccessException$1 = class ConcurrentAccessException extends Cloud9
291
245
  this.code = opts.code;
292
246
  }
293
247
  };
294
- const ManagedCredentialsAction = {
295
- DISABLE: "DISABLE",
296
- ENABLE: "ENABLE",
297
- };
298
248
 
299
249
  const _BRE = "BadRequestException";
300
250
  const _CAE = "ConcurrentAccessException";
@@ -861,6 +811,57 @@ const paginateDescribeEnvironmentMemberships = core.createPaginator(Cloud9Client
861
811
 
862
812
  const paginateListEnvironments = core.createPaginator(Cloud9Client, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
863
813
 
814
+ const ConnectionType = {
815
+ CONNECT_SSH: "CONNECT_SSH",
816
+ CONNECT_SSM: "CONNECT_SSM",
817
+ };
818
+ const MemberPermissions = {
819
+ READ_ONLY: "read-only",
820
+ READ_WRITE: "read-write",
821
+ };
822
+ const Permissions = {
823
+ OWNER: "owner",
824
+ READ_ONLY: "read-only",
825
+ READ_WRITE: "read-write",
826
+ };
827
+ const EnvironmentLifecycleStatus = {
828
+ CREATED: "CREATED",
829
+ CREATE_FAILED: "CREATE_FAILED",
830
+ CREATING: "CREATING",
831
+ DELETE_FAILED: "DELETE_FAILED",
832
+ DELETING: "DELETING",
833
+ };
834
+ const ManagedCredentialsStatus = {
835
+ DISABLED_BY_COLLABORATOR: "DISABLED_BY_COLLABORATOR",
836
+ DISABLED_BY_DEFAULT: "DISABLED_BY_DEFAULT",
837
+ DISABLED_BY_OWNER: "DISABLED_BY_OWNER",
838
+ ENABLED_BY_OWNER: "ENABLED_BY_OWNER",
839
+ ENABLED_ON_CREATE: "ENABLED_ON_CREATE",
840
+ FAILED_REMOVAL_BY_COLLABORATOR: "FAILED_REMOVAL_BY_COLLABORATOR",
841
+ FAILED_REMOVAL_BY_OWNER: "FAILED_REMOVAL_BY_OWNER",
842
+ PENDING_REMOVAL_BY_COLLABORATOR: "PENDING_REMOVAL_BY_COLLABORATOR",
843
+ PENDING_REMOVAL_BY_OWNER: "PENDING_REMOVAL_BY_OWNER",
844
+ PENDING_START_REMOVAL_BY_COLLABORATOR: "PENDING_START_REMOVAL_BY_COLLABORATOR",
845
+ PENDING_START_REMOVAL_BY_OWNER: "PENDING_START_REMOVAL_BY_OWNER",
846
+ };
847
+ const EnvironmentType = {
848
+ EC2: "ec2",
849
+ SSH: "ssh",
850
+ };
851
+ const EnvironmentStatus = {
852
+ CONNECTING: "connecting",
853
+ CREATING: "creating",
854
+ DELETING: "deleting",
855
+ ERROR: "error",
856
+ READY: "ready",
857
+ STOPPED: "stopped",
858
+ STOPPING: "stopping",
859
+ };
860
+ const ManagedCredentialsAction = {
861
+ DISABLE: "DISABLE",
862
+ ENABLE: "ENABLE",
863
+ };
864
+
864
865
  Object.defineProperty(exports, "$Command", {
865
866
  enumerable: true,
866
867
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./Cloud9Client";
2
2
  export * from "./Cloud9";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { Cloud9ServiceException } from "./models/Cloud9ServiceException";
@@ -0,0 +1,50 @@
1
+ export const ConnectionType = {
2
+ CONNECT_SSH: "CONNECT_SSH",
3
+ CONNECT_SSM: "CONNECT_SSM",
4
+ };
5
+ export const MemberPermissions = {
6
+ READ_ONLY: "read-only",
7
+ READ_WRITE: "read-write",
8
+ };
9
+ export const Permissions = {
10
+ OWNER: "owner",
11
+ READ_ONLY: "read-only",
12
+ READ_WRITE: "read-write",
13
+ };
14
+ export const EnvironmentLifecycleStatus = {
15
+ CREATED: "CREATED",
16
+ CREATE_FAILED: "CREATE_FAILED",
17
+ CREATING: "CREATING",
18
+ DELETE_FAILED: "DELETE_FAILED",
19
+ DELETING: "DELETING",
20
+ };
21
+ export const ManagedCredentialsStatus = {
22
+ DISABLED_BY_COLLABORATOR: "DISABLED_BY_COLLABORATOR",
23
+ DISABLED_BY_DEFAULT: "DISABLED_BY_DEFAULT",
24
+ DISABLED_BY_OWNER: "DISABLED_BY_OWNER",
25
+ ENABLED_BY_OWNER: "ENABLED_BY_OWNER",
26
+ ENABLED_ON_CREATE: "ENABLED_ON_CREATE",
27
+ FAILED_REMOVAL_BY_COLLABORATOR: "FAILED_REMOVAL_BY_COLLABORATOR",
28
+ FAILED_REMOVAL_BY_OWNER: "FAILED_REMOVAL_BY_OWNER",
29
+ PENDING_REMOVAL_BY_COLLABORATOR: "PENDING_REMOVAL_BY_COLLABORATOR",
30
+ PENDING_REMOVAL_BY_OWNER: "PENDING_REMOVAL_BY_OWNER",
31
+ PENDING_START_REMOVAL_BY_COLLABORATOR: "PENDING_START_REMOVAL_BY_COLLABORATOR",
32
+ PENDING_START_REMOVAL_BY_OWNER: "PENDING_START_REMOVAL_BY_OWNER",
33
+ };
34
+ export const EnvironmentType = {
35
+ EC2: "ec2",
36
+ SSH: "ssh",
37
+ };
38
+ export const EnvironmentStatus = {
39
+ CONNECTING: "connecting",
40
+ CREATING: "creating",
41
+ DELETING: "deleting",
42
+ ERROR: "error",
43
+ READY: "ready",
44
+ STOPPED: "stopped",
45
+ STOPPING: "stopping",
46
+ };
47
+ export const ManagedCredentialsAction = {
48
+ DISABLE: "DISABLE",
49
+ ENABLE: "ENABLE",
50
+ };
@@ -0,0 +1,129 @@
1
+ import { Cloud9ServiceException as __BaseException } from "./Cloud9ServiceException";
2
+ export class BadRequestException extends __BaseException {
3
+ name = "BadRequestException";
4
+ $fault = "client";
5
+ className;
6
+ code;
7
+ constructor(opts) {
8
+ super({
9
+ name: "BadRequestException",
10
+ $fault: "client",
11
+ ...opts,
12
+ });
13
+ Object.setPrototypeOf(this, BadRequestException.prototype);
14
+ this.className = opts.className;
15
+ this.code = opts.code;
16
+ }
17
+ }
18
+ export class ConflictException extends __BaseException {
19
+ name = "ConflictException";
20
+ $fault = "client";
21
+ className;
22
+ code;
23
+ constructor(opts) {
24
+ super({
25
+ name: "ConflictException",
26
+ $fault: "client",
27
+ ...opts,
28
+ });
29
+ Object.setPrototypeOf(this, ConflictException.prototype);
30
+ this.className = opts.className;
31
+ this.code = opts.code;
32
+ }
33
+ }
34
+ export class ForbiddenException extends __BaseException {
35
+ name = "ForbiddenException";
36
+ $fault = "client";
37
+ className;
38
+ code;
39
+ constructor(opts) {
40
+ super({
41
+ name: "ForbiddenException",
42
+ $fault: "client",
43
+ ...opts,
44
+ });
45
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
46
+ this.className = opts.className;
47
+ this.code = opts.code;
48
+ }
49
+ }
50
+ export class InternalServerErrorException extends __BaseException {
51
+ name = "InternalServerErrorException";
52
+ $fault = "server";
53
+ className;
54
+ code;
55
+ constructor(opts) {
56
+ super({
57
+ name: "InternalServerErrorException",
58
+ $fault: "server",
59
+ ...opts,
60
+ });
61
+ Object.setPrototypeOf(this, InternalServerErrorException.prototype);
62
+ this.className = opts.className;
63
+ this.code = opts.code;
64
+ }
65
+ }
66
+ export class LimitExceededException extends __BaseException {
67
+ name = "LimitExceededException";
68
+ $fault = "client";
69
+ className;
70
+ code;
71
+ constructor(opts) {
72
+ super({
73
+ name: "LimitExceededException",
74
+ $fault: "client",
75
+ ...opts,
76
+ });
77
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
78
+ this.className = opts.className;
79
+ this.code = opts.code;
80
+ }
81
+ }
82
+ export class NotFoundException extends __BaseException {
83
+ name = "NotFoundException";
84
+ $fault = "client";
85
+ className;
86
+ code;
87
+ constructor(opts) {
88
+ super({
89
+ name: "NotFoundException",
90
+ $fault: "client",
91
+ ...opts,
92
+ });
93
+ Object.setPrototypeOf(this, NotFoundException.prototype);
94
+ this.className = opts.className;
95
+ this.code = opts.code;
96
+ }
97
+ }
98
+ export class TooManyRequestsException extends __BaseException {
99
+ name = "TooManyRequestsException";
100
+ $fault = "client";
101
+ className;
102
+ code;
103
+ constructor(opts) {
104
+ super({
105
+ name: "TooManyRequestsException",
106
+ $fault: "client",
107
+ ...opts,
108
+ });
109
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
110
+ this.className = opts.className;
111
+ this.code = opts.code;
112
+ }
113
+ }
114
+ export class ConcurrentAccessException extends __BaseException {
115
+ name = "ConcurrentAccessException";
116
+ $fault = "client";
117
+ className;
118
+ code;
119
+ constructor(opts) {
120
+ super({
121
+ name: "ConcurrentAccessException",
122
+ $fault: "client",
123
+ ...opts,
124
+ });
125
+ Object.setPrototypeOf(this, ConcurrentAccessException.prototype);
126
+ this.className = opts.className;
127
+ this.code = opts.code;
128
+ }
129
+ }
@@ -1,179 +1 @@
1
- import { Cloud9ServiceException as __BaseException } from "./Cloud9ServiceException";
2
- export class BadRequestException extends __BaseException {
3
- name = "BadRequestException";
4
- $fault = "client";
5
- className;
6
- code;
7
- constructor(opts) {
8
- super({
9
- name: "BadRequestException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- Object.setPrototypeOf(this, BadRequestException.prototype);
14
- this.className = opts.className;
15
- this.code = opts.code;
16
- }
17
- }
18
- export class ConflictException extends __BaseException {
19
- name = "ConflictException";
20
- $fault = "client";
21
- className;
22
- code;
23
- constructor(opts) {
24
- super({
25
- name: "ConflictException",
26
- $fault: "client",
27
- ...opts,
28
- });
29
- Object.setPrototypeOf(this, ConflictException.prototype);
30
- this.className = opts.className;
31
- this.code = opts.code;
32
- }
33
- }
34
- export const ConnectionType = {
35
- CONNECT_SSH: "CONNECT_SSH",
36
- CONNECT_SSM: "CONNECT_SSM",
37
- };
38
- export class ForbiddenException extends __BaseException {
39
- name = "ForbiddenException";
40
- $fault = "client";
41
- className;
42
- code;
43
- constructor(opts) {
44
- super({
45
- name: "ForbiddenException",
46
- $fault: "client",
47
- ...opts,
48
- });
49
- Object.setPrototypeOf(this, ForbiddenException.prototype);
50
- this.className = opts.className;
51
- this.code = opts.code;
52
- }
53
- }
54
- export class InternalServerErrorException extends __BaseException {
55
- name = "InternalServerErrorException";
56
- $fault = "server";
57
- className;
58
- code;
59
- constructor(opts) {
60
- super({
61
- name: "InternalServerErrorException",
62
- $fault: "server",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
66
- this.className = opts.className;
67
- this.code = opts.code;
68
- }
69
- }
70
- export class LimitExceededException extends __BaseException {
71
- name = "LimitExceededException";
72
- $fault = "client";
73
- className;
74
- code;
75
- constructor(opts) {
76
- super({
77
- name: "LimitExceededException",
78
- $fault: "client",
79
- ...opts,
80
- });
81
- Object.setPrototypeOf(this, LimitExceededException.prototype);
82
- this.className = opts.className;
83
- this.code = opts.code;
84
- }
85
- }
86
- export class NotFoundException extends __BaseException {
87
- name = "NotFoundException";
88
- $fault = "client";
89
- className;
90
- code;
91
- constructor(opts) {
92
- super({
93
- name: "NotFoundException",
94
- $fault: "client",
95
- ...opts,
96
- });
97
- Object.setPrototypeOf(this, NotFoundException.prototype);
98
- this.className = opts.className;
99
- this.code = opts.code;
100
- }
101
- }
102
- export class TooManyRequestsException extends __BaseException {
103
- name = "TooManyRequestsException";
104
- $fault = "client";
105
- className;
106
- code;
107
- constructor(opts) {
108
- super({
109
- name: "TooManyRequestsException",
110
- $fault: "client",
111
- ...opts,
112
- });
113
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
114
- this.className = opts.className;
115
- this.code = opts.code;
116
- }
117
- }
118
- export const MemberPermissions = {
119
- READ_ONLY: "read-only",
120
- READ_WRITE: "read-write",
121
- };
122
- export const Permissions = {
123
- OWNER: "owner",
124
- READ_ONLY: "read-only",
125
- READ_WRITE: "read-write",
126
- };
127
- export const EnvironmentLifecycleStatus = {
128
- CREATED: "CREATED",
129
- CREATE_FAILED: "CREATE_FAILED",
130
- CREATING: "CREATING",
131
- DELETE_FAILED: "DELETE_FAILED",
132
- DELETING: "DELETING",
133
- };
134
- export const ManagedCredentialsStatus = {
135
- DISABLED_BY_COLLABORATOR: "DISABLED_BY_COLLABORATOR",
136
- DISABLED_BY_DEFAULT: "DISABLED_BY_DEFAULT",
137
- DISABLED_BY_OWNER: "DISABLED_BY_OWNER",
138
- ENABLED_BY_OWNER: "ENABLED_BY_OWNER",
139
- ENABLED_ON_CREATE: "ENABLED_ON_CREATE",
140
- FAILED_REMOVAL_BY_COLLABORATOR: "FAILED_REMOVAL_BY_COLLABORATOR",
141
- FAILED_REMOVAL_BY_OWNER: "FAILED_REMOVAL_BY_OWNER",
142
- PENDING_REMOVAL_BY_COLLABORATOR: "PENDING_REMOVAL_BY_COLLABORATOR",
143
- PENDING_REMOVAL_BY_OWNER: "PENDING_REMOVAL_BY_OWNER",
144
- PENDING_START_REMOVAL_BY_COLLABORATOR: "PENDING_START_REMOVAL_BY_COLLABORATOR",
145
- PENDING_START_REMOVAL_BY_OWNER: "PENDING_START_REMOVAL_BY_OWNER",
146
- };
147
- export const EnvironmentType = {
148
- EC2: "ec2",
149
- SSH: "ssh",
150
- };
151
- export const EnvironmentStatus = {
152
- CONNECTING: "connecting",
153
- CREATING: "creating",
154
- DELETING: "deleting",
155
- ERROR: "error",
156
- READY: "ready",
157
- STOPPED: "stopped",
158
- STOPPING: "stopping",
159
- };
160
- export class ConcurrentAccessException extends __BaseException {
161
- name = "ConcurrentAccessException";
162
- $fault = "client";
163
- className;
164
- code;
165
- constructor(opts) {
166
- super({
167
- name: "ConcurrentAccessException",
168
- $fault: "client",
169
- ...opts,
170
- });
171
- Object.setPrototypeOf(this, ConcurrentAccessException.prototype);
172
- this.className = opts.className;
173
- this.code = opts.code;
174
- }
175
- }
176
- export const ManagedCredentialsAction = {
177
- DISABLE: "DISABLE",
178
- ENABLE: "ENABLE",
179
- };
1
+ export {};
@@ -102,7 +102,7 @@ const _uI = "userId";
102
102
  const n0 = "com.amazonaws.cloud9";
103
103
  import { TypeRegistry } from "@smithy/core/schema";
104
104
  import { Cloud9ServiceException as __Cloud9ServiceException } from "../models/Cloud9ServiceException";
105
- import { BadRequestException as __BadRequestException, ConcurrentAccessException as __ConcurrentAccessException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, LimitExceededException as __LimitExceededException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/index";
105
+ import { BadRequestException as __BadRequestException, ConcurrentAccessException as __ConcurrentAccessException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, LimitExceededException as __LimitExceededException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/errors";
106
106
  export var EnvironmentDescription = [0, n0, _ED, 8, 0];
107
107
  export var TagKey = [0, n0, _TK, 8, 0];
108
108
  export var TagValue = [0, n0, _TV, 8, 0];
@@ -82,5 +82,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
82
82
  export type { Cloud9ExtensionConfiguration } from "./extensionConfiguration";
83
83
  export * from "./commands";
84
84
  export * from "./pagination";
85
- export * from "./models";
85
+ export * from "./models/enums";
86
+ export * from "./models/errors";
87
+ export type * from "./models/models_0";
86
88
  export { Cloud9ServiceException } from "./models/Cloud9ServiceException";
@@ -0,0 +1,114 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ConnectionType: {
6
+ readonly CONNECT_SSH: "CONNECT_SSH";
7
+ readonly CONNECT_SSM: "CONNECT_SSM";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const MemberPermissions: {
18
+ readonly READ_ONLY: "read-only";
19
+ readonly READ_WRITE: "read-write";
20
+ };
21
+ /**
22
+ * @public
23
+ */
24
+ export type MemberPermissions = (typeof MemberPermissions)[keyof typeof MemberPermissions];
25
+ /**
26
+ * @public
27
+ * @enum
28
+ */
29
+ export declare const Permissions: {
30
+ readonly OWNER: "owner";
31
+ readonly READ_ONLY: "read-only";
32
+ readonly READ_WRITE: "read-write";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type Permissions = (typeof Permissions)[keyof typeof Permissions];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const EnvironmentLifecycleStatus: {
43
+ readonly CREATED: "CREATED";
44
+ readonly CREATE_FAILED: "CREATE_FAILED";
45
+ readonly CREATING: "CREATING";
46
+ readonly DELETE_FAILED: "DELETE_FAILED";
47
+ readonly DELETING: "DELETING";
48
+ };
49
+ /**
50
+ * @public
51
+ */
52
+ export type EnvironmentLifecycleStatus = (typeof EnvironmentLifecycleStatus)[keyof typeof EnvironmentLifecycleStatus];
53
+ /**
54
+ * @public
55
+ * @enum
56
+ */
57
+ export declare const ManagedCredentialsStatus: {
58
+ readonly DISABLED_BY_COLLABORATOR: "DISABLED_BY_COLLABORATOR";
59
+ readonly DISABLED_BY_DEFAULT: "DISABLED_BY_DEFAULT";
60
+ readonly DISABLED_BY_OWNER: "DISABLED_BY_OWNER";
61
+ readonly ENABLED_BY_OWNER: "ENABLED_BY_OWNER";
62
+ readonly ENABLED_ON_CREATE: "ENABLED_ON_CREATE";
63
+ readonly FAILED_REMOVAL_BY_COLLABORATOR: "FAILED_REMOVAL_BY_COLLABORATOR";
64
+ readonly FAILED_REMOVAL_BY_OWNER: "FAILED_REMOVAL_BY_OWNER";
65
+ readonly PENDING_REMOVAL_BY_COLLABORATOR: "PENDING_REMOVAL_BY_COLLABORATOR";
66
+ readonly PENDING_REMOVAL_BY_OWNER: "PENDING_REMOVAL_BY_OWNER";
67
+ readonly PENDING_START_REMOVAL_BY_COLLABORATOR: "PENDING_START_REMOVAL_BY_COLLABORATOR";
68
+ readonly PENDING_START_REMOVAL_BY_OWNER: "PENDING_START_REMOVAL_BY_OWNER";
69
+ };
70
+ /**
71
+ * @public
72
+ */
73
+ export type ManagedCredentialsStatus = (typeof ManagedCredentialsStatus)[keyof typeof ManagedCredentialsStatus];
74
+ /**
75
+ * @public
76
+ * @enum
77
+ */
78
+ export declare const EnvironmentType: {
79
+ readonly EC2: "ec2";
80
+ readonly SSH: "ssh";
81
+ };
82
+ /**
83
+ * @public
84
+ */
85
+ export type EnvironmentType = (typeof EnvironmentType)[keyof typeof EnvironmentType];
86
+ /**
87
+ * @public
88
+ * @enum
89
+ */
90
+ export declare const EnvironmentStatus: {
91
+ readonly CONNECTING: "connecting";
92
+ readonly CREATING: "creating";
93
+ readonly DELETING: "deleting";
94
+ readonly ERROR: "error";
95
+ readonly READY: "ready";
96
+ readonly STOPPED: "stopped";
97
+ readonly STOPPING: "stopping";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const ManagedCredentialsAction: {
108
+ readonly DISABLE: "DISABLE";
109
+ readonly ENABLE: "ENABLE";
110
+ };
111
+ /**
112
+ * @public
113
+ */
114
+ export type ManagedCredentialsAction = (typeof ManagedCredentialsAction)[keyof typeof ManagedCredentialsAction];