@aws-sdk/client-cloud9 3.379.1 → 3.384.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const q = "fn", r = "argv", s = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const q = "fn", r = "argv", s = "ref";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloud9-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cloud9.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -15,7 +15,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
15
15
  defaultSigningName: string;
16
16
  };
17
17
  export interface EndpointParameters extends __EndpointParameters {
18
- Region: string;
18
+ Region?: string;
19
19
  UseDualStack?: boolean;
20
20
  UseFIPS?: boolean;
21
21
  Endpoint?: string;
@@ -50,10 +50,12 @@ export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType
50
50
  */
51
51
  export interface Tag {
52
52
  /**
53
+ * @public
53
54
  * <p>The <b>name</b> part of a tag.</p>
54
55
  */
55
56
  Key: string | undefined;
56
57
  /**
58
+ * @public
57
59
  * <p>The <b>value</b> part of a tag.</p>
58
60
  */
59
61
  Value: string | undefined;
@@ -63,15 +65,18 @@ export interface Tag {
63
65
  */
64
66
  export interface CreateEnvironmentEC2Request {
65
67
  /**
68
+ * @public
66
69
  * <p>The name of the environment to create.</p>
67
70
  * <p>This name is visible to other IAM users in the same Amazon Web Services account.</p>
68
71
  */
69
72
  name: string | undefined;
70
73
  /**
74
+ * @public
71
75
  * <p>The description of the environment to create.</p>
72
76
  */
73
77
  description?: string;
74
78
  /**
79
+ * @public
75
80
  * <p>A unique, case-sensitive string that helps Cloud9 to ensure this operation completes no
76
81
  * more than one time.</p>
77
82
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Client Tokens</a> in the
@@ -79,24 +84,29 @@ export interface CreateEnvironmentEC2Request {
79
84
  */
80
85
  clientRequestToken?: string;
81
86
  /**
87
+ * @public
82
88
  * <p>The type of instance to connect to the environment (for example,
83
89
  * <code>t2.micro</code>).</p>
84
90
  */
85
91
  instanceType: string | undefined;
86
92
  /**
93
+ * @public
87
94
  * <p>The ID of the subnet in Amazon VPC that Cloud9 will use to communicate with the Amazon EC2
88
95
  * instance.</p>
89
96
  */
90
97
  subnetId?: string;
91
98
  /**
99
+ * @public
92
100
  * <p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
93
101
  * To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
94
102
  * path.</p>
95
103
  * <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned
96
- * a value in the request. </p>
97
- * <p>In the future the parameter for Amazon Linux will no longer be available when you specify
98
- * an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to
99
- * launch your instance if no parameter is explicitly defined.</p>
104
+ * a value in the request. Because Amazon Linux AMI has ended standard support as of December 31,
105
+ * 2020, we recommend you choose Amazon Linux 2, which includes long term support through
106
+ * 2023.</p>
107
+ * <p>From December 31, 2023, the parameter for Amazon Linux will no longer be available when
108
+ * you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which
109
+ * is used to launch your instance if no parameter is explicitly defined.</p>
100
110
  * <p>
101
111
  * <b>AMI aliases </b>
102
112
  * </p>
@@ -142,22 +152,26 @@ export interface CreateEnvironmentEC2Request {
142
152
  */
143
153
  imageId?: string;
144
154
  /**
155
+ * @public
145
156
  * <p>The number of minutes until the running instance is shut down after the environment has
146
157
  * last been used.</p>
147
158
  */
148
159
  automaticStopTimeMinutes?: number;
149
160
  /**
161
+ * @public
150
162
  * <p>The Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of any
151
163
  * IAM principal. If this value is not specified, the ARN defaults to this environment's
152
164
  * creator.</p>
153
165
  */
154
166
  ownerArn?: string;
155
167
  /**
168
+ * @public
156
169
  * <p>An array of key-value pairs that will be associated with the new Cloud9 development
157
170
  * environment.</p>
158
171
  */
159
172
  tags?: Tag[];
160
173
  /**
174
+ * @public
161
175
  * <p>The connection type used for connecting to an Amazon EC2 environment. Valid values are
162
176
  * <code>CONNECT_SSH</code> (default) and <code>CONNECT_SSM</code> (connected through
163
177
  * Amazon EC2 Systems Manager).</p>
@@ -166,6 +180,7 @@ export interface CreateEnvironmentEC2Request {
166
180
  */
167
181
  connectionType?: ConnectionType | string;
168
182
  /**
183
+ * @public
169
184
  * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
170
185
  */
171
186
  dryRun?: boolean;
@@ -175,6 +190,7 @@ export interface CreateEnvironmentEC2Request {
175
190
  */
176
191
  export interface CreateEnvironmentEC2Result {
177
192
  /**
193
+ * @public
178
194
  * <p>The ID of the environment that was created.</p>
179
195
  */
180
196
  environmentId?: string;
@@ -266,14 +282,17 @@ export type MemberPermissions = (typeof MemberPermissions)[keyof typeof MemberPe
266
282
  */
267
283
  export interface CreateEnvironmentMembershipRequest {
268
284
  /**
285
+ * @public
269
286
  * <p>The ID of the environment that contains the environment member you want to add.</p>
270
287
  */
271
288
  environmentId: string | undefined;
272
289
  /**
290
+ * @public
273
291
  * <p>The Amazon Resource Name (ARN) of the environment member you want to add.</p>
274
292
  */
275
293
  userArn: string | undefined;
276
294
  /**
295
+ * @public
277
296
  * <p>The type of environment member permissions you want to associate with this environment
278
297
  * member. Available values include:</p>
279
298
  * <ul>
@@ -308,6 +327,7 @@ export type Permissions = (typeof Permissions)[keyof typeof Permissions];
308
327
  */
309
328
  export interface EnvironmentMember {
310
329
  /**
330
+ * @public
311
331
  * <p>The type of environment member permissions associated with this environment member.
312
332
  * Available values include:</p>
313
333
  * <ul>
@@ -327,18 +347,22 @@ export interface EnvironmentMember {
327
347
  */
328
348
  permissions: Permissions | string | undefined;
329
349
  /**
350
+ * @public
330
351
  * <p>The user ID in Identity and Access Management (IAM) of the environment member.</p>
331
352
  */
332
353
  userId: string | undefined;
333
354
  /**
355
+ * @public
334
356
  * <p>The Amazon Resource Name (ARN) of the environment member.</p>
335
357
  */
336
358
  userArn: string | undefined;
337
359
  /**
360
+ * @public
338
361
  * <p>The ID of the environment for the environment member.</p>
339
362
  */
340
363
  environmentId: string | undefined;
341
364
  /**
365
+ * @public
342
366
  * <p>The time, expressed in epoch time format, when the environment member last opened the
343
367
  * environment.</p>
344
368
  */
@@ -349,6 +373,7 @@ export interface EnvironmentMember {
349
373
  */
350
374
  export interface CreateEnvironmentMembershipResult {
351
375
  /**
376
+ * @public
352
377
  * <p>Information about the environment member that was added.</p>
353
378
  */
354
379
  membership: EnvironmentMember | undefined;
@@ -358,6 +383,7 @@ export interface CreateEnvironmentMembershipResult {
358
383
  */
359
384
  export interface DeleteEnvironmentRequest {
360
385
  /**
386
+ * @public
361
387
  * <p>The ID of the environment to delete.</p>
362
388
  */
363
389
  environmentId: string | undefined;
@@ -372,10 +398,12 @@ export interface DeleteEnvironmentResult {
372
398
  */
373
399
  export interface DeleteEnvironmentMembershipRequest {
374
400
  /**
401
+ * @public
375
402
  * <p>The ID of the environment to delete the environment member from.</p>
376
403
  */
377
404
  environmentId: string | undefined;
378
405
  /**
406
+ * @public
379
407
  * <p>The Amazon Resource Name (ARN) of the environment member to delete from the
380
408
  * environment.</p>
381
409
  */
@@ -391,16 +419,19 @@ export interface DeleteEnvironmentMembershipResult {
391
419
  */
392
420
  export interface DescribeEnvironmentMembershipsRequest {
393
421
  /**
422
+ * @public
394
423
  * <p>The Amazon Resource Name (ARN) of an individual environment member to get information
395
424
  * about. If no value is specified, information about all environment members are
396
425
  * returned.</p>
397
426
  */
398
427
  userArn?: string;
399
428
  /**
429
+ * @public
400
430
  * <p>The ID of the environment to get environment member information about.</p>
401
431
  */
402
432
  environmentId?: string;
403
433
  /**
434
+ * @public
404
435
  * <p>The type of environment member permissions to get information about. Available values
405
436
  * include:</p>
406
437
  * <ul>
@@ -421,6 +452,7 @@ export interface DescribeEnvironmentMembershipsRequest {
421
452
  */
422
453
  permissions?: (Permissions | string)[];
423
454
  /**
455
+ * @public
424
456
  * <p>During a previous call, if there are more than 25 items in the list, only the first 25
425
457
  * items are returned, along with a unique string called a <i>next token</i>. To
426
458
  * get the next batch of items in the list, call this operation again, adding the next token to
@@ -429,6 +461,7 @@ export interface DescribeEnvironmentMembershipsRequest {
429
461
  */
430
462
  nextToken?: string;
431
463
  /**
464
+ * @public
432
465
  * <p>The maximum number of environment members to get information about.</p>
433
466
  */
434
467
  maxResults?: number;
@@ -438,10 +471,12 @@ export interface DescribeEnvironmentMembershipsRequest {
438
471
  */
439
472
  export interface DescribeEnvironmentMembershipsResult {
440
473
  /**
474
+ * @public
441
475
  * <p>Information about the environment members for the environment.</p>
442
476
  */
443
477
  memberships?: EnvironmentMember[];
444
478
  /**
479
+ * @public
445
480
  * <p>If there are more than 25 items in the list, only the first 25 items are returned, along
446
481
  * with a unique string called a <i>next token</i>. To get the next batch of items
447
482
  * in the list, call this operation again, adding the next token to the call.</p>
@@ -453,6 +488,7 @@ export interface DescribeEnvironmentMembershipsResult {
453
488
  */
454
489
  export interface DescribeEnvironmentsRequest {
455
490
  /**
491
+ * @public
456
492
  * <p>The IDs of individual environments to get information about.</p>
457
493
  */
458
494
  environmentIds: string[] | undefined;
@@ -479,6 +515,7 @@ export type EnvironmentLifecycleStatus = (typeof EnvironmentLifecycleStatus)[key
479
515
  */
480
516
  export interface EnvironmentLifecycle {
481
517
  /**
518
+ * @public
482
519
  * <p>The current creation or deletion lifecycle state of the environment.</p>
483
520
  * <ul>
484
521
  * <li>
@@ -505,10 +542,12 @@ export interface EnvironmentLifecycle {
505
542
  */
506
543
  status?: EnvironmentLifecycleStatus | string;
507
544
  /**
545
+ * @public
508
546
  * <p>Any informational message about the lifecycle state of the environment.</p>
509
547
  */
510
548
  reason?: string;
511
549
  /**
550
+ * @public
512
551
  * <p>If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services
513
552
  * resource.</p>
514
553
  */
@@ -553,18 +592,22 @@ export type EnvironmentType = (typeof EnvironmentType)[keyof typeof EnvironmentT
553
592
  */
554
593
  export interface Environment {
555
594
  /**
595
+ * @public
556
596
  * <p>The ID of the environment.</p>
557
597
  */
558
598
  id?: string;
559
599
  /**
600
+ * @public
560
601
  * <p>The name of the environment.</p>
561
602
  */
562
603
  name?: string;
563
604
  /**
605
+ * @public
564
606
  * <p>The description for the environment.</p>
565
607
  */
566
608
  description?: string;
567
609
  /**
610
+ * @public
568
611
  * <p>The type of environment. Valid values include the following:</p>
569
612
  * <ul>
570
613
  * <li>
@@ -579,23 +622,28 @@ export interface Environment {
579
622
  */
580
623
  type: EnvironmentType | string | undefined;
581
624
  /**
625
+ * @public
582
626
  * <p>The connection type used for connecting to an Amazon EC2 environment. <code>CONNECT_SSH</code>
583
627
  * is selected by default.</p>
584
628
  */
585
629
  connectionType?: ConnectionType | string;
586
630
  /**
631
+ * @public
587
632
  * <p>The Amazon Resource Name (ARN) of the environment.</p>
588
633
  */
589
634
  arn: string | undefined;
590
635
  /**
636
+ * @public
591
637
  * <p>The Amazon Resource Name (ARN) of the environment owner.</p>
592
638
  */
593
639
  ownerArn: string | undefined;
594
640
  /**
641
+ * @public
595
642
  * <p>The state of the environment in its creation or deletion lifecycle.</p>
596
643
  */
597
644
  lifecycle?: EnvironmentLifecycle;
598
645
  /**
646
+ * @public
599
647
  * <p>Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment.
600
648
  * Available values are:</p>
601
649
  * <ul>
@@ -658,6 +706,7 @@ export interface Environment {
658
706
  */
659
707
  export interface DescribeEnvironmentsResult {
660
708
  /**
709
+ * @public
661
710
  * <p>Information about the environments that are returned.</p>
662
711
  */
663
712
  environments?: Environment[];
@@ -667,6 +716,7 @@ export interface DescribeEnvironmentsResult {
667
716
  */
668
717
  export interface DescribeEnvironmentStatusRequest {
669
718
  /**
719
+ * @public
670
720
  * <p>The ID of the environment to get status information about.</p>
671
721
  */
672
722
  environmentId: string | undefined;
@@ -693,6 +743,7 @@ export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof Environm
693
743
  */
694
744
  export interface DescribeEnvironmentStatusResult {
695
745
  /**
746
+ * @public
696
747
  * <p>The status of the environment. Available values include:</p>
697
748
  * <ul>
698
749
  * <li>
@@ -727,6 +778,7 @@ export interface DescribeEnvironmentStatusResult {
727
778
  */
728
779
  status: EnvironmentStatus | string | undefined;
729
780
  /**
781
+ * @public
730
782
  * <p>Any informational message about the status of the environment.</p>
731
783
  */
732
784
  message: string | undefined;
@@ -736,6 +788,7 @@ export interface DescribeEnvironmentStatusResult {
736
788
  */
737
789
  export interface ListEnvironmentsRequest {
738
790
  /**
791
+ * @public
739
792
  * <p>During a previous call, if there are more than 25 items in the list, only the first 25
740
793
  * items are returned, along with a unique string called a <i>next token</i>. To
741
794
  * get the next batch of items in the list, call this operation again, adding the next token to
@@ -744,6 +797,7 @@ export interface ListEnvironmentsRequest {
744
797
  */
745
798
  nextToken?: string;
746
799
  /**
800
+ * @public
747
801
  * <p>The maximum number of environments to get identifiers for.</p>
748
802
  */
749
803
  maxResults?: number;
@@ -753,12 +807,14 @@ export interface ListEnvironmentsRequest {
753
807
  */
754
808
  export interface ListEnvironmentsResult {
755
809
  /**
810
+ * @public
756
811
  * <p>If there are more than 25 items in the list, only the first 25 items are returned, along
757
812
  * with a unique string called a <i>next token</i>. To get the next batch of items
758
813
  * in the list, call this operation again, adding the next token to the call.</p>
759
814
  */
760
815
  nextToken?: string;
761
816
  /**
817
+ * @public
762
818
  * <p>The list of environment identifiers.</p>
763
819
  */
764
820
  environmentIds?: string[];
@@ -768,6 +824,7 @@ export interface ListEnvironmentsResult {
768
824
  */
769
825
  export interface ListTagsForResourceRequest {
770
826
  /**
827
+ * @public
771
828
  * <p>The Amazon Resource Name (ARN) of the Cloud9 development environment to get the tags
772
829
  * for.</p>
773
830
  */
@@ -778,6 +835,7 @@ export interface ListTagsForResourceRequest {
778
835
  */
779
836
  export interface ListTagsForResourceResponse {
780
837
  /**
838
+ * @public
781
839
  * <p>The list of tags associated with the Cloud9 development environment.</p>
782
840
  */
783
841
  Tags?: Tag[];
@@ -801,11 +859,13 @@ export declare class ConcurrentAccessException extends __BaseException {
801
859
  */
802
860
  export interface TagResourceRequest {
803
861
  /**
862
+ * @public
804
863
  * <p>The Amazon Resource Name (ARN) of the Cloud9 development environment to add tags
805
864
  * to.</p>
806
865
  */
807
866
  ResourceARN: string | undefined;
808
867
  /**
868
+ * @public
809
869
  * <p>The list of tags to add to the given Cloud9 development environment.</p>
810
870
  */
811
871
  Tags: Tag[] | undefined;
@@ -820,11 +880,13 @@ export interface TagResourceResponse {
820
880
  */
821
881
  export interface UntagResourceRequest {
822
882
  /**
883
+ * @public
823
884
  * <p>The Amazon Resource Name (ARN) of the Cloud9 development environment to remove tags
824
885
  * from.</p>
825
886
  */
826
887
  ResourceARN: string | undefined;
827
888
  /**
889
+ * @public
828
890
  * <p>The tag names of the tags to remove from the given Cloud9 development
829
891
  * environment.</p>
830
892
  */
@@ -852,18 +914,22 @@ export type ManagedCredentialsAction = (typeof ManagedCredentialsAction)[keyof t
852
914
  */
853
915
  export interface UpdateEnvironmentRequest {
854
916
  /**
917
+ * @public
855
918
  * <p>The ID of the environment to change settings.</p>
856
919
  */
857
920
  environmentId: string | undefined;
858
921
  /**
922
+ * @public
859
923
  * <p>A replacement name for the environment.</p>
860
924
  */
861
925
  name?: string;
862
926
  /**
927
+ * @public
863
928
  * <p>Any new or replacement description for the environment.</p>
864
929
  */
865
930
  description?: string;
866
931
  /**
932
+ * @public
867
933
  * <p>Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary
868
934
  * credentials for an Cloud9 environment by using one of the following values:</p>
869
935
  * <ul>
@@ -895,16 +961,19 @@ export interface UpdateEnvironmentResult {
895
961
  */
896
962
  export interface UpdateEnvironmentMembershipRequest {
897
963
  /**
964
+ * @public
898
965
  * <p>The ID of the environment for the environment member whose settings you want to
899
966
  * change.</p>
900
967
  */
901
968
  environmentId: string | undefined;
902
969
  /**
970
+ * @public
903
971
  * <p>The Amazon Resource Name (ARN) of the environment member whose settings you want to
904
972
  * change.</p>
905
973
  */
906
974
  userArn: string | undefined;
907
975
  /**
976
+ * @public
908
977
  * <p>The replacement type of environment member permissions you want to associate with this
909
978
  * environment member. Available values include:</p>
910
979
  * <ul>
@@ -925,6 +994,7 @@ export interface UpdateEnvironmentMembershipRequest {
925
994
  */
926
995
  export interface UpdateEnvironmentMembershipResult {
927
996
  /**
997
+ * @public
928
998
  * <p>Information about the environment member whose settings were changed.</p>
929
999
  */
930
1000
  membership?: EnvironmentMember;
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
26
26
  defaultSigningName: string;
27
27
  };
28
28
  export interface EndpointParameters extends __EndpointParameters {
29
- Region: string;
29
+ Region?: string;
30
30
  UseDualStack?: boolean;
31
31
  UseFIPS?: boolean;
32
32
  Endpoint?: string;
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.379.1",
4
+ "version": "3.384.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",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.379.1",
25
- "@aws-sdk/credential-provider-node": "3.379.1",
24
+ "@aws-sdk/client-sts": "3.382.0",
25
+ "@aws-sdk/credential-provider-node": "3.382.0",
26
26
  "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
29
  "@aws-sdk/middleware-signing": "3.379.1",
30
- "@aws-sdk/middleware-user-agent": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.382.0",
31
31
  "@aws-sdk/types": "3.378.0",
32
- "@aws-sdk/util-endpoints": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.382.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.378.0",
35
35
  "@smithy/config-resolver": "^2.0.1",