1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.cloud9#AWSCloud9WorkspaceManagementService": {
33            "type": "service",
34            "version": "2017-09-23",
35            "operations": [
36                {
37                    "target": "com.amazonaws.cloud9#CreateEnvironmentEC2"
38                },
39                {
40                    "target": "com.amazonaws.cloud9#CreateEnvironmentMembership"
41                },
42                {
43                    "target": "com.amazonaws.cloud9#DeleteEnvironment"
44                },
45                {
46                    "target": "com.amazonaws.cloud9#DeleteEnvironmentMembership"
47                },
48                {
49                    "target": "com.amazonaws.cloud9#DescribeEnvironmentMemberships"
50                },
51                {
52                    "target": "com.amazonaws.cloud9#DescribeEnvironments"
53                },
54                {
55                    "target": "com.amazonaws.cloud9#DescribeEnvironmentStatus"
56                },
57                {
58                    "target": "com.amazonaws.cloud9#ListEnvironments"
59                },
60                {
61                    "target": "com.amazonaws.cloud9#ListTagsForResource"
62                },
63                {
64                    "target": "com.amazonaws.cloud9#TagResource"
65                },
66                {
67                    "target": "com.amazonaws.cloud9#UntagResource"
68                },
69                {
70                    "target": "com.amazonaws.cloud9#UpdateEnvironment"
71                },
72                {
73                    "target": "com.amazonaws.cloud9#UpdateEnvironmentMembership"
74                }
75            ],
76            "traits": {
77                "aws.api#service": {
78                    "sdkId": "Cloud9",
79                    "arnNamespace": "cloud9",
80                    "cloudFormationName": "Cloud9",
81                    "cloudTrailEventSource": "cloud9.amazonaws.com",
82                    "endpointPrefix": "cloud9"
83                },
84                "aws.auth#sigv4": {
85                    "name": "cloud9"
86                },
87                "aws.protocols#awsJson1_1": {},
88                "smithy.api#documentation": "<fullname>AWS Cloud9</fullname>\n         <p>AWS Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud.</p>\n         <p>For more information about AWS Cloud9, see the <a href=\"https://docs.aws.amazon.com/cloud9/latest/user-guide\">AWS Cloud9 User Guide</a>.</p>\n         <p>AWS Cloud9 supports these operations:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>CreateEnvironmentEC2</code>: Creates an AWS Cloud9 development environment, launches an Amazon EC2 instance, and then connects from the instance to the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CreateEnvironmentMembership</code>: Adds an environment member to an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DeleteEnvironment</code>: Deletes an environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DeleteEnvironmentMembership</code>: Deletes an environment member from an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DescribeEnvironmentMemberships</code>: Gets information about environment members for an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DescribeEnvironments</code>: Gets information about environments.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DescribeEnvironmentStatus</code>: Gets status information for an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ListEnvironments</code>: Gets a list of environment identifiers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ListTagsForResource</code>: Gets the tags for an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TagResource</code>: Adds tags to an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UntagResource</code>: Removes tags from an environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UpdateEnvironment</code>: Changes the settings of an existing environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UpdateEnvironmentMembership</code>: Changes the settings of an existing environment member for an environment.</p>\n            </li>\n         </ul>",
89                "smithy.api#title": "AWS Cloud9"
90            }
91        },
92        "com.amazonaws.cloud9#AutomaticStopTimeMinutes": {
93            "type": "integer",
94            "traits": {
95                "smithy.api#box": {},
96                "smithy.api#range": {
97                    "max": 20160
98                }
99            }
100        },
101        "com.amazonaws.cloud9#BadRequestException": {
102            "type": "structure",
103            "members": {
104                "message": {
105                    "target": "com.amazonaws.cloud9#String"
106                },
107                "className": {
108                    "target": "com.amazonaws.cloud9#String"
109                },
110                "code": {
111                    "target": "com.amazonaws.cloud9#Integer"
112                }
113            },
114            "traits": {
115                "smithy.api#documentation": "<p>The target request is invalid.</p>",
116                "smithy.api#error": "client"
117            }
118        },
119        "com.amazonaws.cloud9#BoundedEnvironmentIdList": {
120            "type": "list",
121            "member": {
122                "target": "com.amazonaws.cloud9#EnvironmentId"
123            },
124            "traits": {
125                "smithy.api#length": {
126                    "min": 1,
127                    "max": 25
128                }
129            }
130        },
131        "com.amazonaws.cloud9#ClientRequestToken": {
132            "type": "string",
133            "traits": {
134                "smithy.api#pattern": "[\\x20-\\x7E]{10,128}"
135            }
136        },
137        "com.amazonaws.cloud9#ConcurrentAccessException": {
138            "type": "structure",
139            "members": {
140                "message": {
141                    "target": "com.amazonaws.cloud9#String"
142                },
143                "className": {
144                    "target": "com.amazonaws.cloud9#String"
145                },
146                "code": {
147                    "target": "com.amazonaws.cloud9#Integer"
148                }
149            },
150            "traits": {
151                "smithy.api#documentation": "<p>A concurrent access issue occurred.</p>",
152                "smithy.api#error": "client"
153            }
154        },
155        "com.amazonaws.cloud9#ConflictException": {
156            "type": "structure",
157            "members": {
158                "message": {
159                    "target": "com.amazonaws.cloud9#String"
160                },
161                "className": {
162                    "target": "com.amazonaws.cloud9#String"
163                },
164                "code": {
165                    "target": "com.amazonaws.cloud9#Integer"
166                }
167            },
168            "traits": {
169                "smithy.api#documentation": "<p>A conflict occurred.</p>",
170                "smithy.api#error": "client"
171            }
172        },
173        "com.amazonaws.cloud9#ConnectionType": {
174            "type": "string",
175            "traits": {
176                "smithy.api#enum": [
177                    {
178                        "value": "CONNECT_SSH",
179                        "name": "CONNECT_SSH"
180                    },
181                    {
182                        "value": "CONNECT_SSM",
183                        "name": "CONNECT_SSM"
184                    }
185                ]
186            }
187        },
188        "com.amazonaws.cloud9#CreateEnvironmentEC2": {
189            "type": "operation",
190            "input": {
191                "target": "com.amazonaws.cloud9#CreateEnvironmentEC2Request"
192            },
193            "output": {
194                "target": "com.amazonaws.cloud9#CreateEnvironmentEC2Result"
195            },
196            "errors": [
197                {
198                    "target": "com.amazonaws.cloud9#BadRequestException"
199                },
200                {
201                    "target": "com.amazonaws.cloud9#ConflictException"
202                },
203                {
204                    "target": "com.amazonaws.cloud9#ForbiddenException"
205                },
206                {
207                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
208                },
209                {
210                    "target": "com.amazonaws.cloud9#LimitExceededException"
211                },
212                {
213                    "target": "com.amazonaws.cloud9#NotFoundException"
214                },
215                {
216                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
217                }
218            ],
219            "traits": {
220                "smithy.api#documentation": "<p>Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.</p>",
221                "smithy.api#idempotent": {}
222            }
223        },
224        "com.amazonaws.cloud9#CreateEnvironmentEC2Request": {
225            "type": "structure",
226            "members": {
227                "name": {
228                    "target": "com.amazonaws.cloud9#EnvironmentName",
229                    "traits": {
230                        "smithy.api#documentation": "<p>The name of the environment to create.</p>\n         <p>This name is visible to other AWS IAM users in the same AWS account.</p>",
231                        "smithy.api#required": {}
232                    }
233                },
234                "description": {
235                    "target": "com.amazonaws.cloud9#EnvironmentDescription",
236                    "traits": {
237                        "smithy.api#documentation": "<p>The description of the environment to create.</p>"
238                    }
239                },
240                "clientRequestToken": {
241                    "target": "com.amazonaws.cloud9#ClientRequestToken",
242                    "traits": {
243                        "smithy.api#documentation": "<p>A unique, case-sensitive string that helps AWS Cloud9 to ensure this operation completes no more than one time.</p>\n         <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Client Tokens</a> in the <i>Amazon EC2 API Reference</i>.</p>"
244                    }
245                },
246                "instanceType": {
247                    "target": "com.amazonaws.cloud9#InstanceType",
248                    "traits": {
249                        "smithy.api#documentation": "<p>The type of instance to connect to the environment (for example, <code>t2.micro</code>).</p>",
250                        "smithy.api#required": {}
251                    }
252                },
253                "subnetId": {
254                    "target": "com.amazonaws.cloud9#SubnetId",
255                    "traits": {
256                        "smithy.api#documentation": "<p>The ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.</p>"
257                    }
258                },
259                "imageId": {
260                    "target": "com.amazonaws.cloud9#ImageId",
261                    "traits": {
262                        "smithy.api#documentation": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid AWS Systems Manager (SSM) path.</p>  \n         <p>The default AMI is used if the parameter isn't explicitly assigned a value in the request. \n   </p>\n         <p>\n            <b>AMI aliases </b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code>\n                  </b> \n               </p>\n            </li>\n            <li>\n               <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code>\n               </p>\n            </li>\n            <li>\n               <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code>\n               </p>\n            </li>\n         </ul>\n    \n         <p>\n            <b>SSM paths</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>\n                  </b>\n               </p>\n            </li>\n            <li>\n               <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code>\n               </p>\n            </li>\n            <li>\n               <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code>\n               </p>\n            </li>\n         </ul>"
263                    }
264                },
265                "automaticStopTimeMinutes": {
266                    "target": "com.amazonaws.cloud9#AutomaticStopTimeMinutes",
267                    "traits": {
268                        "smithy.api#documentation": "<p>The number of minutes until the running instance is shut down after the environment has last been used.</p>"
269                    }
270                },
271                "ownerArn": {
272                    "target": "com.amazonaws.cloud9#UserArn",
273                    "traits": {
274                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of any AWS IAM principal. If this value is not specified, the ARN defaults to this environment's creator.</p>"
275                    }
276                },
277                "tags": {
278                    "target": "com.amazonaws.cloud9#TagList",
279                    "traits": {
280                        "smithy.api#documentation": "<p>An array of key-value pairs that will be associated with the new AWS Cloud9 development environment.</p>"
281                    }
282                },
283                "connectionType": {
284                    "target": "com.amazonaws.cloud9#ConnectionType",
285                    "traits": {
286                        "smithy.api#documentation": "<p>The connection type used for connecting to an Amazon EC2 environment. Valid values are <code>CONNECT_SSH</code> (default) and <code>CONNECT_SSM</code> (connected through AWS Systems Manager).</p>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloud9/latest/user-guide/ec2-ssm.html\">Accessing no-ingress EC2 instances with AWS Systems Manager</a> in the <i>AWS Cloud9 User Guide</i>.</p>"
287                    }
288                }
289            }
290        },
291        "com.amazonaws.cloud9#CreateEnvironmentEC2Result": {
292            "type": "structure",
293            "members": {
294                "environmentId": {
295                    "target": "com.amazonaws.cloud9#EnvironmentId",
296                    "traits": {
297                        "smithy.api#documentation": "<p>The ID of the environment that was created.</p>"
298                    }
299                }
300            }
301        },
302        "com.amazonaws.cloud9#CreateEnvironmentMembership": {
303            "type": "operation",
304            "input": {
305                "target": "com.amazonaws.cloud9#CreateEnvironmentMembershipRequest"
306            },
307            "output": {
308                "target": "com.amazonaws.cloud9#CreateEnvironmentMembershipResult"
309            },
310            "errors": [
311                {
312                    "target": "com.amazonaws.cloud9#BadRequestException"
313                },
314                {
315                    "target": "com.amazonaws.cloud9#ConflictException"
316                },
317                {
318                    "target": "com.amazonaws.cloud9#ForbiddenException"
319                },
320                {
321                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
322                },
323                {
324                    "target": "com.amazonaws.cloud9#LimitExceededException"
325                },
326                {
327                    "target": "com.amazonaws.cloud9#NotFoundException"
328                },
329                {
330                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
331                }
332            ],
333            "traits": {
334                "smithy.api#documentation": "<p>Adds an environment member to an AWS Cloud9 development environment.</p>",
335                "smithy.api#idempotent": {}
336            }
337        },
338        "com.amazonaws.cloud9#CreateEnvironmentMembershipRequest": {
339            "type": "structure",
340            "members": {
341                "environmentId": {
342                    "target": "com.amazonaws.cloud9#EnvironmentId",
343                    "traits": {
344                        "smithy.api#documentation": "<p>The ID of the environment that contains the environment member you want to add.</p>",
345                        "smithy.api#required": {}
346                    }
347                },
348                "userArn": {
349                    "target": "com.amazonaws.cloud9#UserArn",
350                    "traits": {
351                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment member you want to add.</p>",
352                        "smithy.api#required": {}
353                    }
354                },
355                "permissions": {
356                    "target": "com.amazonaws.cloud9#MemberPermissions",
357                    "traits": {
358                        "smithy.api#documentation": "<p>The type of environment member permissions you want to associate with this environment member. Available values include:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>read-only</code>: Has read-only access to the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>read-write</code>: Has read-write access to the environment.</p>\n            </li>\n         </ul>",
359                        "smithy.api#required": {}
360                    }
361                }
362            }
363        },
364        "com.amazonaws.cloud9#CreateEnvironmentMembershipResult": {
365            "type": "structure",
366            "members": {
367                "membership": {
368                    "target": "com.amazonaws.cloud9#EnvironmentMember",
369                    "traits": {
370                        "smithy.api#documentation": "<p>Information about the environment member that was added.</p>",
371                        "smithy.api#required": {}
372                    }
373                }
374            }
375        },
376        "com.amazonaws.cloud9#DeleteEnvironment": {
377            "type": "operation",
378            "input": {
379                "target": "com.amazonaws.cloud9#DeleteEnvironmentRequest"
380            },
381            "output": {
382                "target": "com.amazonaws.cloud9#DeleteEnvironmentResult"
383            },
384            "errors": [
385                {
386                    "target": "com.amazonaws.cloud9#BadRequestException"
387                },
388                {
389                    "target": "com.amazonaws.cloud9#ConflictException"
390                },
391                {
392                    "target": "com.amazonaws.cloud9#ForbiddenException"
393                },
394                {
395                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
396                },
397                {
398                    "target": "com.amazonaws.cloud9#LimitExceededException"
399                },
400                {
401                    "target": "com.amazonaws.cloud9#NotFoundException"
402                },
403                {
404                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
405                }
406            ],
407            "traits": {
408                "smithy.api#documentation": "<p>Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.</p>",
409                "smithy.api#idempotent": {}
410            }
411        },
412        "com.amazonaws.cloud9#DeleteEnvironmentMembership": {
413            "type": "operation",
414            "input": {
415                "target": "com.amazonaws.cloud9#DeleteEnvironmentMembershipRequest"
416            },
417            "output": {
418                "target": "com.amazonaws.cloud9#DeleteEnvironmentMembershipResult"
419            },
420            "errors": [
421                {
422                    "target": "com.amazonaws.cloud9#BadRequestException"
423                },
424                {
425                    "target": "com.amazonaws.cloud9#ConflictException"
426                },
427                {
428                    "target": "com.amazonaws.cloud9#ForbiddenException"
429                },
430                {
431                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
432                },
433                {
434                    "target": "com.amazonaws.cloud9#LimitExceededException"
435                },
436                {
437                    "target": "com.amazonaws.cloud9#NotFoundException"
438                },
439                {
440                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
441                }
442            ],
443            "traits": {
444                "smithy.api#documentation": "<p>Deletes an environment member from an AWS Cloud9 development environment.</p>",
445                "smithy.api#idempotent": {}
446            }
447        },
448        "com.amazonaws.cloud9#DeleteEnvironmentMembershipRequest": {
449            "type": "structure",
450            "members": {
451                "environmentId": {
452                    "target": "com.amazonaws.cloud9#EnvironmentId",
453                    "traits": {
454                        "smithy.api#documentation": "<p>The ID of the environment to delete the environment member from.</p>",
455                        "smithy.api#required": {}
456                    }
457                },
458                "userArn": {
459                    "target": "com.amazonaws.cloud9#UserArn",
460                    "traits": {
461                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment member to delete from the environment.</p>",
462                        "smithy.api#required": {}
463                    }
464                }
465            }
466        },
467        "com.amazonaws.cloud9#DeleteEnvironmentMembershipResult": {
468            "type": "structure",
469            "members": {}
470        },
471        "com.amazonaws.cloud9#DeleteEnvironmentRequest": {
472            "type": "structure",
473            "members": {
474                "environmentId": {
475                    "target": "com.amazonaws.cloud9#EnvironmentId",
476                    "traits": {
477                        "smithy.api#documentation": "<p>The ID of the environment to delete.</p>",
478                        "smithy.api#required": {}
479                    }
480                }
481            }
482        },
483        "com.amazonaws.cloud9#DeleteEnvironmentResult": {
484            "type": "structure",
485            "members": {}
486        },
487        "com.amazonaws.cloud9#DescribeEnvironmentMemberships": {
488            "type": "operation",
489            "input": {
490                "target": "com.amazonaws.cloud9#DescribeEnvironmentMembershipsRequest"
491            },
492            "output": {
493                "target": "com.amazonaws.cloud9#DescribeEnvironmentMembershipsResult"
494            },
495            "errors": [
496                {
497                    "target": "com.amazonaws.cloud9#BadRequestException"
498                },
499                {
500                    "target": "com.amazonaws.cloud9#ConflictException"
501                },
502                {
503                    "target": "com.amazonaws.cloud9#ForbiddenException"
504                },
505                {
506                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
507                },
508                {
509                    "target": "com.amazonaws.cloud9#LimitExceededException"
510                },
511                {
512                    "target": "com.amazonaws.cloud9#NotFoundException"
513                },
514                {
515                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
516                }
517            ],
518            "traits": {
519                "smithy.api#documentation": "<p>Gets information about environment members for an AWS Cloud9 development environment.</p>",
520                "smithy.api#paginated": {
521                    "inputToken": "nextToken",
522                    "outputToken": "nextToken",
523                    "pageSize": "maxResults"
524                }
525            }
526        },
527        "com.amazonaws.cloud9#DescribeEnvironmentMembershipsRequest": {
528            "type": "structure",
529            "members": {
530                "userArn": {
531                    "target": "com.amazonaws.cloud9#UserArn",
532                    "traits": {
533                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned.</p>"
534                    }
535                },
536                "environmentId": {
537                    "target": "com.amazonaws.cloud9#EnvironmentId",
538                    "traits": {
539                        "smithy.api#documentation": "<p>The ID of the environment to get environment member information about.</p>"
540                    }
541                },
542                "permissions": {
543                    "target": "com.amazonaws.cloud9#PermissionsList",
544                    "traits": {
545                        "smithy.api#documentation": "<p>The type of environment member permissions to get information about. Available values include:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>owner</code>: Owns the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>read-only</code>: Has read-only access to the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>read-write</code>: Has read-write access to the environment.</p>\n            </li>\n         </ul>\n         <p>If no value is specified, information about all environment members are returned.</p>"
546                    }
547                },
548                "nextToken": {
549                    "target": "com.amazonaws.cloud9#String",
550                    "traits": {
551                        "smithy.api#documentation": "<p>During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.</p>"
552                    }
553                },
554                "maxResults": {
555                    "target": "com.amazonaws.cloud9#MaxResults",
556                    "traits": {
557                        "smithy.api#documentation": "<p>The maximum number of environment members to get information about.</p>"
558                    }
559                }
560            }
561        },
562        "com.amazonaws.cloud9#DescribeEnvironmentMembershipsResult": {
563            "type": "structure",
564            "members": {
565                "memberships": {
566                    "target": "com.amazonaws.cloud9#EnvironmentMembersList",
567                    "traits": {
568                        "smithy.api#documentation": "<p>Information about the environment members for the environment.</p>"
569                    }
570                },
571                "nextToken": {
572                    "target": "com.amazonaws.cloud9#String",
573                    "traits": {
574                        "smithy.api#documentation": "<p>If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call.</p>"
575                    }
576                }
577            }
578        },
579        "com.amazonaws.cloud9#DescribeEnvironmentStatus": {
580            "type": "operation",
581            "input": {
582                "target": "com.amazonaws.cloud9#DescribeEnvironmentStatusRequest"
583            },
584            "output": {
585                "target": "com.amazonaws.cloud9#DescribeEnvironmentStatusResult"
586            },
587            "errors": [
588                {
589                    "target": "com.amazonaws.cloud9#BadRequestException"
590                },
591                {
592                    "target": "com.amazonaws.cloud9#ConflictException"
593                },
594                {
595                    "target": "com.amazonaws.cloud9#ForbiddenException"
596                },
597                {
598                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
599                },
600                {
601                    "target": "com.amazonaws.cloud9#LimitExceededException"
602                },
603                {
604                    "target": "com.amazonaws.cloud9#NotFoundException"
605                },
606                {
607                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
608                }
609            ],
610            "traits": {
611                "smithy.api#documentation": "<p>Gets status information for an AWS Cloud9 development environment.</p>"
612            }
613        },
614        "com.amazonaws.cloud9#DescribeEnvironmentStatusRequest": {
615            "type": "structure",
616            "members": {
617                "environmentId": {
618                    "target": "com.amazonaws.cloud9#EnvironmentId",
619                    "traits": {
620                        "smithy.api#documentation": "<p>The ID of the environment to get status information about.</p>",
621                        "smithy.api#required": {}
622                    }
623                }
624            }
625        },
626        "com.amazonaws.cloud9#DescribeEnvironmentStatusResult": {
627            "type": "structure",
628            "members": {
629                "status": {
630                    "target": "com.amazonaws.cloud9#EnvironmentStatus",
631                    "traits": {
632                        "smithy.api#documentation": "<p>The status of the environment. Available values include:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>connecting</code>: The environment is connecting.</p>\n            </li>\n            <li>\n               <p>\n                  <code>creating</code>: The environment is being created.</p>\n            </li>\n            <li>\n               <p>\n                  <code>deleting</code>: The environment is being deleted.</p>\n            </li>\n            <li>\n               <p>\n                  <code>error</code>: The environment is in an error state.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ready</code>: The environment is ready.</p>\n            </li>\n            <li>\n               <p>\n                  <code>stopped</code>: The environment is stopped.</p>\n            </li>\n            <li>\n               <p>\n                  <code>stopping</code>: The environment is stopping.</p>\n            </li>\n         </ul>",
633                        "smithy.api#required": {}
634                    }
635                },
636                "message": {
637                    "target": "com.amazonaws.cloud9#String",
638                    "traits": {
639                        "smithy.api#documentation": "<p>Any informational message about the status of the environment.</p>",
640                        "smithy.api#required": {}
641                    }
642                }
643            }
644        },
645        "com.amazonaws.cloud9#DescribeEnvironments": {
646            "type": "operation",
647            "input": {
648                "target": "com.amazonaws.cloud9#DescribeEnvironmentsRequest"
649            },
650            "output": {
651                "target": "com.amazonaws.cloud9#DescribeEnvironmentsResult"
652            },
653            "errors": [
654                {
655                    "target": "com.amazonaws.cloud9#BadRequestException"
656                },
657                {
658                    "target": "com.amazonaws.cloud9#ConflictException"
659                },
660                {
661                    "target": "com.amazonaws.cloud9#ForbiddenException"
662                },
663                {
664                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
665                },
666                {
667                    "target": "com.amazonaws.cloud9#LimitExceededException"
668                },
669                {
670                    "target": "com.amazonaws.cloud9#NotFoundException"
671                },
672                {
673                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
674                }
675            ],
676            "traits": {
677                "smithy.api#documentation": "<p>Gets information about AWS Cloud9 development environments.</p>"
678            }
679        },
680        "com.amazonaws.cloud9#DescribeEnvironmentsRequest": {
681            "type": "structure",
682            "members": {
683                "environmentIds": {
684                    "target": "com.amazonaws.cloud9#BoundedEnvironmentIdList",
685                    "traits": {
686                        "smithy.api#documentation": "<p>The IDs of individual environments to get information about.</p>",
687                        "smithy.api#required": {}
688                    }
689                }
690            }
691        },
692        "com.amazonaws.cloud9#DescribeEnvironmentsResult": {
693            "type": "structure",
694            "members": {
695                "environments": {
696                    "target": "com.amazonaws.cloud9#EnvironmentList",
697                    "traits": {
698                        "smithy.api#documentation": "<p>Information about the environments that are returned.</p>"
699                    }
700                }
701            }
702        },
703        "com.amazonaws.cloud9#Environment": {
704            "type": "structure",
705            "members": {
706                "id": {
707                    "target": "com.amazonaws.cloud9#EnvironmentId",
708                    "traits": {
709                        "smithy.api#documentation": "<p>The ID of the environment.</p>"
710                    }
711                },
712                "name": {
713                    "target": "com.amazonaws.cloud9#EnvironmentName",
714                    "traits": {
715                        "smithy.api#documentation": "<p>The name of the environment.</p>"
716                    }
717                },
718                "description": {
719                    "target": "com.amazonaws.cloud9#EnvironmentDescription",
720                    "traits": {
721                        "smithy.api#documentation": "<p>The description for the environment.</p>"
722                    }
723                },
724                "type": {
725                    "target": "com.amazonaws.cloud9#EnvironmentType",
726                    "traits": {
727                        "smithy.api#documentation": "<p>The type of environment. Valid values include the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ec2</code>: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ssh</code>: Your own server connects to the environment.</p>\n            </li>\n         </ul>",
728                        "smithy.api#required": {}
729                    }
730                },
731                "connectionType": {
732                    "target": "com.amazonaws.cloud9#ConnectionType",
733                    "traits": {
734                        "smithy.api#documentation": "<p>The connection type used for connecting to an Amazon EC2 environment. <code>CONNECT_SSH</code> is selected by default.</p>"
735                    }
736                },
737                "arn": {
738                    "target": "com.amazonaws.cloud9#String",
739                    "traits": {
740                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment.</p>",
741                        "smithy.api#required": {}
742                    }
743                },
744                "ownerArn": {
745                    "target": "com.amazonaws.cloud9#String",
746                    "traits": {
747                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment owner.</p>",
748                        "smithy.api#required": {}
749                    }
750                },
751                "lifecycle": {
752                    "target": "com.amazonaws.cloud9#EnvironmentLifecycle",
753                    "traits": {
754                        "smithy.api#documentation": "<p>The state of the environment in its creation or deletion lifecycle.</p>"
755                    }
756                },
757                "managedCredentialsStatus": {
758                    "target": "com.amazonaws.cloud9#ManagedCredentialsStatus",
759                    "traits": {
760                        "smithy.api#documentation": "<p>Describes the status of AWS managed temporary credentials for the AWS Cloud9 environment. Available values\n      are:</p> \n         <ul>\n            <li>\n               <p>\n                  <code>ENABLED_ON_CREATE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ENABLED_BY_OWNER</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DISABLED_BY_DEFAULT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DISABLED_BY_OWNER</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DISABLED_BY_COLLABORATOR</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PENDING_REMOVAL_BY_COLLABORATOR</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PENDING_REMOVAL_BY_OWNER</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>FAILED_REMOVAL_BY_COLLABORATOR</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ENABLED_BY_OWNER</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DISABLED_BY_DEFAULT</code>\n               </p>\n            </li>\n         </ul>"
761                    }
762                }
763            },
764            "traits": {
765                "smithy.api#documentation": "<p>Information about an AWS Cloud9 development environment.</p>"
766            }
767        },
768        "com.amazonaws.cloud9#EnvironmentArn": {
769            "type": "string",
770            "traits": {
771                "smithy.api#pattern": "arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):cloud9:([a-z]{2}-[a-z]+-\\d{1}):[0-9]{12}:environment:[a-zA-Z0-9]{8,32}"
772            }
773        },
774        "com.amazonaws.cloud9#EnvironmentDescription": {
775            "type": "string",
776            "traits": {
777                "smithy.api#length": {
778                    "min": 0,
779                    "max": 200
780                },
781                "smithy.api#sensitive": {}
782            }
783        },
784        "com.amazonaws.cloud9#EnvironmentId": {
785            "type": "string",
786            "traits": {
787                "smithy.api#pattern": "^[a-zA-Z0-9]{8,32}$"
788            }
789        },
790        "com.amazonaws.cloud9#EnvironmentIdList": {
791            "type": "list",
792            "member": {
793                "target": "com.amazonaws.cloud9#EnvironmentId"
794            }
795        },
796        "com.amazonaws.cloud9#EnvironmentLifecycle": {
797            "type": "structure",
798            "members": {
799                "status": {
800                    "target": "com.amazonaws.cloud9#EnvironmentLifecycleStatus",
801                    "traits": {
802                        "smithy.api#documentation": "<p>The current creation or deletion lifecycle state of the environment.</p>\n         <ul>\n            <li>\n               <p>\n                  <code>CREATING</code>: The environment is in the process of being created.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CREATED</code>: The environment was successfully created.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CREATE_FAILED</code>: The environment failed to be created.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DELETING</code>: The environment is in the process of being deleted.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DELETE_FAILED</code>: The environment failed to delete.</p>\n            </li>\n         </ul>"
803                    }
804                },
805                "reason": {
806                    "target": "com.amazonaws.cloud9#String",
807                    "traits": {
808                        "smithy.api#documentation": "<p>Any informational message about the lifecycle state of the environment.</p>"
809                    }
810                },
811                "failureResource": {
812                    "target": "com.amazonaws.cloud9#String",
813                    "traits": {
814                        "smithy.api#documentation": "<p>If the environment failed to delete, the Amazon Resource Name (ARN) of the related AWS resource.</p>"
815                    }
816                }
817            },
818            "traits": {
819                "smithy.api#documentation": "<p>Information about the current creation or deletion lifecycle state of an AWS Cloud9 development environment.</p>"
820            }
821        },
822        "com.amazonaws.cloud9#EnvironmentLifecycleStatus": {
823            "type": "string",
824            "traits": {
825                "smithy.api#enum": [
826                    {
827                        "value": "CREATING",
828                        "name": "CREATING"
829                    },
830                    {
831                        "value": "CREATED",
832                        "name": "CREATED"
833                    },
834                    {
835                        "value": "CREATE_FAILED",
836                        "name": "CREATE_FAILED"
837                    },
838                    {
839                        "value": "DELETING",
840                        "name": "DELETING"
841                    },
842                    {
843                        "value": "DELETE_FAILED",
844                        "name": "DELETE_FAILED"
845                    }
846                ]
847            }
848        },
849        "com.amazonaws.cloud9#EnvironmentList": {
850            "type": "list",
851            "member": {
852                "target": "com.amazonaws.cloud9#Environment"
853            }
854        },
855        "com.amazonaws.cloud9#EnvironmentMember": {
856            "type": "structure",
857            "members": {
858                "permissions": {
859                    "target": "com.amazonaws.cloud9#Permissions",
860                    "traits": {
861                        "smithy.api#documentation": "<p>The type of environment member permissions associated with this environment member. Available values include:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>owner</code>: Owns the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>read-only</code>: Has read-only access to the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>read-write</code>: Has read-write access to the environment.</p>\n            </li>\n         </ul>",
862                        "smithy.api#required": {}
863                    }
864                },
865                "userId": {
866                    "target": "com.amazonaws.cloud9#String",
867                    "traits": {
868                        "smithy.api#documentation": "<p>The user ID in AWS Identity and Access Management (AWS IAM) of the environment member.</p>",
869                        "smithy.api#required": {}
870                    }
871                },
872                "userArn": {
873                    "target": "com.amazonaws.cloud9#UserArn",
874                    "traits": {
875                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment member.</p>",
876                        "smithy.api#required": {}
877                    }
878                },
879                "environmentId": {
880                    "target": "com.amazonaws.cloud9#EnvironmentId",
881                    "traits": {
882                        "smithy.api#documentation": "<p>The ID of the environment for the environment member.</p>",
883                        "smithy.api#required": {}
884                    }
885                },
886                "lastAccess": {
887                    "target": "com.amazonaws.cloud9#Timestamp",
888                    "traits": {
889                        "smithy.api#documentation": "<p>The time, expressed in epoch time format, when the environment member last opened the environment.</p>"
890                    }
891                }
892            },
893            "traits": {
894                "smithy.api#documentation": "<p>Information about an environment member for an AWS Cloud9 development environment.</p>"
895            }
896        },
897        "com.amazonaws.cloud9#EnvironmentMembersList": {
898            "type": "list",
899            "member": {
900                "target": "com.amazonaws.cloud9#EnvironmentMember"
901            }
902        },
903        "com.amazonaws.cloud9#EnvironmentName": {
904            "type": "string",
905            "traits": {
906                "smithy.api#length": {
907                    "min": 1,
908                    "max": 60
909                }
910            }
911        },
912        "com.amazonaws.cloud9#EnvironmentStatus": {
913            "type": "string",
914            "traits": {
915                "smithy.api#enum": [
916                    {
917                        "value": "error",
918                        "name": "ERROR"
919                    },
920                    {
921                        "value": "creating",
922                        "name": "CREATING"
923                    },
924                    {
925                        "value": "connecting",
926                        "name": "CONNECTING"
927                    },
928                    {
929                        "value": "ready",
930                        "name": "READY"
931                    },
932                    {
933                        "value": "stopping",
934                        "name": "STOPPING"
935                    },
936                    {
937                        "value": "stopped",
938                        "name": "STOPPED"
939                    },
940                    {
941                        "value": "deleting",
942                        "name": "DELETING"
943                    }
944                ]
945            }
946        },
947        "com.amazonaws.cloud9#EnvironmentType": {
948            "type": "string",
949            "traits": {
950                "smithy.api#enum": [
951                    {
952                        "value": "ssh",
953                        "name": "SSH"
954                    },
955                    {
956                        "value": "ec2",
957                        "name": "EC2"
958                    }
959                ]
960            }
961        },
962        "com.amazonaws.cloud9#ForbiddenException": {
963            "type": "structure",
964            "members": {
965                "message": {
966                    "target": "com.amazonaws.cloud9#String"
967                },
968                "className": {
969                    "target": "com.amazonaws.cloud9#String"
970                },
971                "code": {
972                    "target": "com.amazonaws.cloud9#Integer"
973                }
974            },
975            "traits": {
976                "smithy.api#documentation": "<p>An access permissions issue occurred.</p>",
977                "smithy.api#error": "client"
978            }
979        },
980        "com.amazonaws.cloud9#ImageId": {
981            "type": "string",
982            "traits": {
983                "smithy.api#length": {
984                    "min": 0,
985                    "max": 512
986                }
987            }
988        },
989        "com.amazonaws.cloud9#InstanceType": {
990            "type": "string",
991            "traits": {
992                "smithy.api#length": {
993                    "min": 5,
994                    "max": 20
995                },
996                "smithy.api#pattern": "^[a-z][1-9][.][a-z0-9]+$"
997            }
998        },
999        "com.amazonaws.cloud9#Integer": {
1000            "type": "integer"
1001        },
1002        "com.amazonaws.cloud9#InternalServerErrorException": {
1003            "type": "structure",
1004            "members": {
1005                "message": {
1006                    "target": "com.amazonaws.cloud9#String"
1007                },
1008                "className": {
1009                    "target": "com.amazonaws.cloud9#String"
1010                },
1011                "code": {
1012                    "target": "com.amazonaws.cloud9#Integer"
1013                }
1014            },
1015            "traits": {
1016                "smithy.api#documentation": "<p>An internal server error occurred.</p>",
1017                "smithy.api#error": "server"
1018            }
1019        },
1020        "com.amazonaws.cloud9#LimitExceededException": {
1021            "type": "structure",
1022            "members": {
1023                "message": {
1024                    "target": "com.amazonaws.cloud9#String"
1025                },
1026                "className": {
1027                    "target": "com.amazonaws.cloud9#String"
1028                },
1029                "code": {
1030                    "target": "com.amazonaws.cloud9#Integer"
1031                }
1032            },
1033            "traits": {
1034                "smithy.api#documentation": "<p>A service limit was exceeded.</p>",
1035                "smithy.api#error": "client"
1036            }
1037        },
1038        "com.amazonaws.cloud9#ListEnvironments": {
1039            "type": "operation",
1040            "input": {
1041                "target": "com.amazonaws.cloud9#ListEnvironmentsRequest"
1042            },
1043            "output": {
1044                "target": "com.amazonaws.cloud9#ListEnvironmentsResult"
1045            },
1046            "errors": [
1047                {
1048                    "target": "com.amazonaws.cloud9#BadRequestException"
1049                },
1050                {
1051                    "target": "com.amazonaws.cloud9#ConflictException"
1052                },
1053                {
1054                    "target": "com.amazonaws.cloud9#ForbiddenException"
1055                },
1056                {
1057                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
1058                },
1059                {
1060                    "target": "com.amazonaws.cloud9#LimitExceededException"
1061                },
1062                {
1063                    "target": "com.amazonaws.cloud9#NotFoundException"
1064                },
1065                {
1066                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
1067                }
1068            ],
1069            "traits": {
1070                "smithy.api#documentation": "<p>Gets a list of AWS Cloud9 development environment identifiers.</p>",
1071                "smithy.api#paginated": {
1072                    "inputToken": "nextToken",
1073                    "outputToken": "nextToken",
1074                    "pageSize": "maxResults"
1075                }
1076            }
1077        },
1078        "com.amazonaws.cloud9#ListEnvironmentsRequest": {
1079            "type": "structure",
1080            "members": {
1081                "nextToken": {
1082                    "target": "com.amazonaws.cloud9#String",
1083                    "traits": {
1084                        "smithy.api#documentation": "<p>During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.</p>"
1085                    }
1086                },
1087                "maxResults": {
1088                    "target": "com.amazonaws.cloud9#MaxResults",
1089                    "traits": {
1090                        "smithy.api#documentation": "<p>The maximum number of environments to get identifiers for.</p>"
1091                    }
1092                }
1093            }
1094        },
1095        "com.amazonaws.cloud9#ListEnvironmentsResult": {
1096            "type": "structure",
1097            "members": {
1098                "nextToken": {
1099                    "target": "com.amazonaws.cloud9#String",
1100                    "traits": {
1101                        "smithy.api#documentation": "<p>If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call.</p>"
1102                    }
1103                },
1104                "environmentIds": {
1105                    "target": "com.amazonaws.cloud9#EnvironmentIdList",
1106                    "traits": {
1107                        "smithy.api#documentation": "<p>The list of environment identifiers.</p>"
1108                    }
1109                }
1110            }
1111        },
1112        "com.amazonaws.cloud9#ListTagsForResource": {
1113            "type": "operation",
1114            "input": {
1115                "target": "com.amazonaws.cloud9#ListTagsForResourceRequest"
1116            },
1117            "output": {
1118                "target": "com.amazonaws.cloud9#ListTagsForResourceResponse"
1119            },
1120            "errors": [
1121                {
1122                    "target": "com.amazonaws.cloud9#BadRequestException"
1123                },
1124                {
1125                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
1126                },
1127                {
1128                    "target": "com.amazonaws.cloud9#NotFoundException"
1129                }
1130            ],
1131            "traits": {
1132                "smithy.api#documentation": "<p>Gets a list of the tags associated with an AWS Cloud9 development environment.</p>"
1133            }
1134        },
1135        "com.amazonaws.cloud9#ListTagsForResourceRequest": {
1136            "type": "structure",
1137            "members": {
1138                "ResourceARN": {
1139                    "target": "com.amazonaws.cloud9#EnvironmentArn",
1140                    "traits": {
1141                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Cloud9 development environment to get the tags for.</p>",
1142                        "smithy.api#required": {}
1143                    }
1144                }
1145            }
1146        },
1147        "com.amazonaws.cloud9#ListTagsForResourceResponse": {
1148            "type": "structure",
1149            "members": {
1150                "Tags": {
1151                    "target": "com.amazonaws.cloud9#TagList",
1152                    "traits": {
1153                        "smithy.api#documentation": "<p>The list of tags associated with the AWS Cloud9 development environment.</p>"
1154                    }
1155                }
1156            }
1157        },
1158        "com.amazonaws.cloud9#ManagedCredentialsStatus": {
1159            "type": "string",
1160            "traits": {
1161                "smithy.api#enum": [
1162                    {
1163                        "value": "ENABLED_ON_CREATE",
1164                        "name": "ENABLED_ON_CREATE"
1165                    },
1166                    {
1167                        "value": "ENABLED_BY_OWNER",
1168                        "name": "ENABLED_BY_OWNER"
1169                    },
1170                    {
1171                        "value": "DISABLED_BY_DEFAULT",
1172                        "name": "DISABLED_BY_DEFAULT"
1173                    },
1174                    {
1175                        "value": "DISABLED_BY_OWNER",
1176                        "name": "DISABLED_BY_OWNER"
1177                    },
1178                    {
1179                        "value": "DISABLED_BY_COLLABORATOR",
1180                        "name": "DISABLED_BY_COLLABORATOR"
1181                    },
1182                    {
1183                        "value": "PENDING_REMOVAL_BY_COLLABORATOR",
1184                        "name": "PENDING_REMOVAL_BY_COLLABORATOR"
1185                    },
1186                    {
1187                        "value": "PENDING_START_REMOVAL_BY_COLLABORATOR",
1188                        "name": "PENDING_START_REMOVAL_BY_COLLABORATOR"
1189                    },
1190                    {
1191                        "value": "PENDING_REMOVAL_BY_OWNER",
1192                        "name": "PENDING_REMOVAL_BY_OWNER"
1193                    },
1194                    {
1195                        "value": "PENDING_START_REMOVAL_BY_OWNER",
1196                        "name": "PENDING_START_REMOVAL_BY_OWNER"
1197                    },
1198                    {
1199                        "value": "FAILED_REMOVAL_BY_COLLABORATOR",
1200                        "name": "FAILED_REMOVAL_BY_COLLABORATOR"
1201                    },
1202                    {
1203                        "value": "FAILED_REMOVAL_BY_OWNER",
1204                        "name": "FAILED_REMOVAL_BY_OWNER"
1205                    }
1206                ]
1207            }
1208        },
1209        "com.amazonaws.cloud9#MaxResults": {
1210            "type": "integer",
1211            "traits": {
1212                "smithy.api#box": {},
1213                "smithy.api#range": {
1214                    "min": 0,
1215                    "max": 25
1216                }
1217            }
1218        },
1219        "com.amazonaws.cloud9#MemberPermissions": {
1220            "type": "string",
1221            "traits": {
1222                "smithy.api#enum": [
1223                    {
1224                        "value": "read-write",
1225                        "name": "READ_WRITE"
1226                    },
1227                    {
1228                        "value": "read-only",
1229                        "name": "READ_ONLY"
1230                    }
1231                ]
1232            }
1233        },
1234        "com.amazonaws.cloud9#NotFoundException": {
1235            "type": "structure",
1236            "members": {
1237                "message": {
1238                    "target": "com.amazonaws.cloud9#String"
1239                },
1240                "className": {
1241                    "target": "com.amazonaws.cloud9#String"
1242                },
1243                "code": {
1244                    "target": "com.amazonaws.cloud9#Integer"
1245                }
1246            },
1247            "traits": {
1248                "smithy.api#documentation": "<p>The target resource cannot be found.</p>",
1249                "smithy.api#error": "client"
1250            }
1251        },
1252        "com.amazonaws.cloud9#Permissions": {
1253            "type": "string",
1254            "traits": {
1255                "smithy.api#enum": [
1256                    {
1257                        "value": "owner",
1258                        "name": "OWNER"
1259                    },
1260                    {
1261                        "value": "read-write",
1262                        "name": "READ_WRITE"
1263                    },
1264                    {
1265                        "value": "read-only",
1266                        "name": "READ_ONLY"
1267                    }
1268                ]
1269            }
1270        },
1271        "com.amazonaws.cloud9#PermissionsList": {
1272            "type": "list",
1273            "member": {
1274                "target": "com.amazonaws.cloud9#Permissions"
1275            }
1276        },
1277        "com.amazonaws.cloud9#String": {
1278            "type": "string"
1279        },
1280        "com.amazonaws.cloud9#SubnetId": {
1281            "type": "string",
1282            "traits": {
1283                "smithy.api#length": {
1284                    "min": 15,
1285                    "max": 24
1286                },
1287                "smithy.api#pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$"
1288            }
1289        },
1290        "com.amazonaws.cloud9#Tag": {
1291            "type": "structure",
1292            "members": {
1293                "Key": {
1294                    "target": "com.amazonaws.cloud9#TagKey",
1295                    "traits": {
1296                        "smithy.api#documentation": "<p>The <b>name</b> part of a tag.</p>",
1297                        "smithy.api#required": {}
1298                    }
1299                },
1300                "Value": {
1301                    "target": "com.amazonaws.cloud9#TagValue",
1302                    "traits": {
1303                        "smithy.api#documentation": "<p>The <b>value</b> part of a tag.</p>",
1304                        "smithy.api#required": {}
1305                    }
1306                }
1307            },
1308            "traits": {
1309                "smithy.api#documentation": "<p>Metadata that is associated with AWS resources. In particular, a name-value pair that can be associated with an AWS Cloud9 development environment. There are two types of tags: <i>user tags</i> and <i>system tags</i>. A user tag is created by the user. A system tag is automatically created by AWS services. A system tag is prefixed with \"aws:\" and cannot be modified by the user.</p>",
1310                "smithy.api#sensitive": {}
1311            }
1312        },
1313        "com.amazonaws.cloud9#TagKey": {
1314            "type": "string",
1315            "traits": {
1316                "smithy.api#length": {
1317                    "min": 1,
1318                    "max": 128
1319                },
1320                "smithy.api#sensitive": {}
1321            }
1322        },
1323        "com.amazonaws.cloud9#TagKeyList": {
1324            "type": "list",
1325            "member": {
1326                "target": "com.amazonaws.cloud9#TagKey"
1327            },
1328            "traits": {
1329                "smithy.api#length": {
1330                    "min": 0,
1331                    "max": 200
1332                },
1333                "smithy.api#sensitive": {}
1334            }
1335        },
1336        "com.amazonaws.cloud9#TagList": {
1337            "type": "list",
1338            "member": {
1339                "target": "com.amazonaws.cloud9#Tag"
1340            },
1341            "traits": {
1342                "smithy.api#length": {
1343                    "min": 0,
1344                    "max": 200
1345                },
1346                "smithy.api#sensitive": {}
1347            }
1348        },
1349        "com.amazonaws.cloud9#TagResource": {
1350            "type": "operation",
1351            "input": {
1352                "target": "com.amazonaws.cloud9#TagResourceRequest"
1353            },
1354            "output": {
1355                "target": "com.amazonaws.cloud9#TagResourceResponse"
1356            },
1357            "errors": [
1358                {
1359                    "target": "com.amazonaws.cloud9#BadRequestException"
1360                },
1361                {
1362                    "target": "com.amazonaws.cloud9#ConcurrentAccessException"
1363                },
1364                {
1365                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
1366                },
1367                {
1368                    "target": "com.amazonaws.cloud9#NotFoundException"
1369                }
1370            ],
1371            "traits": {
1372                "smithy.api#documentation": "<p>Adds tags to an AWS Cloud9 development environment.</p>\n         <important>\n            <p>Tags that you add to an AWS Cloud9 environment by using this method will NOT be automatically propagated to underlying resources.</p>\n         </important>"
1373            }
1374        },
1375        "com.amazonaws.cloud9#TagResourceRequest": {
1376            "type": "structure",
1377            "members": {
1378                "ResourceARN": {
1379                    "target": "com.amazonaws.cloud9#EnvironmentArn",
1380                    "traits": {
1381                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Cloud9 development environment to add tags to.</p>",
1382                        "smithy.api#required": {}
1383                    }
1384                },
1385                "Tags": {
1386                    "target": "com.amazonaws.cloud9#TagList",
1387                    "traits": {
1388                        "smithy.api#documentation": "<p>The list of tags to add to the given AWS Cloud9 development environment.</p>",
1389                        "smithy.api#required": {}
1390                    }
1391                }
1392            }
1393        },
1394        "com.amazonaws.cloud9#TagResourceResponse": {
1395            "type": "structure",
1396            "members": {}
1397        },
1398        "com.amazonaws.cloud9#TagValue": {
1399            "type": "string",
1400            "traits": {
1401                "smithy.api#length": {
1402                    "min": 0,
1403                    "max": 256
1404                },
1405                "smithy.api#sensitive": {}
1406            }
1407        },
1408        "com.amazonaws.cloud9#Timestamp": {
1409            "type": "timestamp"
1410        },
1411        "com.amazonaws.cloud9#TooManyRequestsException": {
1412            "type": "structure",
1413            "members": {
1414                "message": {
1415                    "target": "com.amazonaws.cloud9#String"
1416                },
1417                "className": {
1418                    "target": "com.amazonaws.cloud9#String"
1419                },
1420                "code": {
1421                    "target": "com.amazonaws.cloud9#Integer"
1422                }
1423            },
1424            "traits": {
1425                "smithy.api#documentation": "<p>Too many service requests were made over the given time period.</p>",
1426                "smithy.api#error": "client"
1427            }
1428        },
1429        "com.amazonaws.cloud9#UntagResource": {
1430            "type": "operation",
1431            "input": {
1432                "target": "com.amazonaws.cloud9#UntagResourceRequest"
1433            },
1434            "output": {
1435                "target": "com.amazonaws.cloud9#UntagResourceResponse"
1436            },
1437            "errors": [
1438                {
1439                    "target": "com.amazonaws.cloud9#BadRequestException"
1440                },
1441                {
1442                    "target": "com.amazonaws.cloud9#ConcurrentAccessException"
1443                },
1444                {
1445                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
1446                },
1447                {
1448                    "target": "com.amazonaws.cloud9#NotFoundException"
1449                }
1450            ],
1451            "traits": {
1452                "smithy.api#documentation": "<p>Removes tags from an AWS Cloud9 development environment.</p>"
1453            }
1454        },
1455        "com.amazonaws.cloud9#UntagResourceRequest": {
1456            "type": "structure",
1457            "members": {
1458                "ResourceARN": {
1459                    "target": "com.amazonaws.cloud9#EnvironmentArn",
1460                    "traits": {
1461                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Cloud9 development environment to remove tags from.</p>",
1462                        "smithy.api#required": {}
1463                    }
1464                },
1465                "TagKeys": {
1466                    "target": "com.amazonaws.cloud9#TagKeyList",
1467                    "traits": {
1468                        "smithy.api#documentation": "<p>The tag names of the tags to remove from the given AWS Cloud9 development environment.</p>",
1469                        "smithy.api#required": {}
1470                    }
1471                }
1472            }
1473        },
1474        "com.amazonaws.cloud9#UntagResourceResponse": {
1475            "type": "structure",
1476            "members": {}
1477        },
1478        "com.amazonaws.cloud9#UpdateEnvironment": {
1479            "type": "operation",
1480            "input": {
1481                "target": "com.amazonaws.cloud9#UpdateEnvironmentRequest"
1482            },
1483            "output": {
1484                "target": "com.amazonaws.cloud9#UpdateEnvironmentResult"
1485            },
1486            "errors": [
1487                {
1488                    "target": "com.amazonaws.cloud9#BadRequestException"
1489                },
1490                {
1491                    "target": "com.amazonaws.cloud9#ConflictException"
1492                },
1493                {
1494                    "target": "com.amazonaws.cloud9#ForbiddenException"
1495                },
1496                {
1497                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
1498                },
1499                {
1500                    "target": "com.amazonaws.cloud9#LimitExceededException"
1501                },
1502                {
1503                    "target": "com.amazonaws.cloud9#NotFoundException"
1504                },
1505                {
1506                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
1507                }
1508            ],
1509            "traits": {
1510                "smithy.api#documentation": "<p>Changes the settings of an existing AWS Cloud9 development environment.</p>",
1511                "smithy.api#idempotent": {}
1512            }
1513        },
1514        "com.amazonaws.cloud9#UpdateEnvironmentMembership": {
1515            "type": "operation",
1516            "input": {
1517                "target": "com.amazonaws.cloud9#UpdateEnvironmentMembershipRequest"
1518            },
1519            "output": {
1520                "target": "com.amazonaws.cloud9#UpdateEnvironmentMembershipResult"
1521            },
1522            "errors": [
1523                {
1524                    "target": "com.amazonaws.cloud9#BadRequestException"
1525                },
1526                {
1527                    "target": "com.amazonaws.cloud9#ConflictException"
1528                },
1529                {
1530                    "target": "com.amazonaws.cloud9#ForbiddenException"
1531                },
1532                {
1533                    "target": "com.amazonaws.cloud9#InternalServerErrorException"
1534                },
1535                {
1536                    "target": "com.amazonaws.cloud9#LimitExceededException"
1537                },
1538                {
1539                    "target": "com.amazonaws.cloud9#NotFoundException"
1540                },
1541                {
1542                    "target": "com.amazonaws.cloud9#TooManyRequestsException"
1543                }
1544            ],
1545            "traits": {
1546                "smithy.api#documentation": "<p>Changes the settings of an existing environment member for an AWS Cloud9 development environment.</p>",
1547                "smithy.api#idempotent": {}
1548            }
1549        },
1550        "com.amazonaws.cloud9#UpdateEnvironmentMembershipRequest": {
1551            "type": "structure",
1552            "members": {
1553                "environmentId": {
1554                    "target": "com.amazonaws.cloud9#EnvironmentId",
1555                    "traits": {
1556                        "smithy.api#documentation": "<p>The ID of the environment for the environment member whose settings you want to change.</p>",
1557                        "smithy.api#required": {}
1558                    }
1559                },
1560                "userArn": {
1561                    "target": "com.amazonaws.cloud9#UserArn",
1562                    "traits": {
1563                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the environment member whose settings you want to change.</p>",
1564                        "smithy.api#required": {}
1565                    }
1566                },
1567                "permissions": {
1568                    "target": "com.amazonaws.cloud9#MemberPermissions",
1569                    "traits": {
1570                        "smithy.api#documentation": "<p>The replacement type of environment member permissions you want to associate with this environment member. Available values include:</p>    \n         <ul>\n            <li>\n               <p>\n                  <code>read-only</code>: Has read-only access to the environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>read-write</code>: Has read-write access to the environment.</p>\n            </li>\n         </ul>",
1571                        "smithy.api#required": {}
1572                    }
1573                }
1574            }
1575        },
1576        "com.amazonaws.cloud9#UpdateEnvironmentMembershipResult": {
1577            "type": "structure",
1578            "members": {
1579                "membership": {
1580                    "target": "com.amazonaws.cloud9#EnvironmentMember",
1581                    "traits": {
1582                        "smithy.api#documentation": "<p>Information about the environment member whose settings were changed.</p>"
1583                    }
1584                }
1585            }
1586        },
1587        "com.amazonaws.cloud9#UpdateEnvironmentRequest": {
1588            "type": "structure",
1589            "members": {
1590                "environmentId": {
1591                    "target": "com.amazonaws.cloud9#EnvironmentId",
1592                    "traits": {
1593                        "smithy.api#documentation": "<p>The ID of the environment to change settings.</p>",
1594                        "smithy.api#required": {}
1595                    }
1596                },
1597                "name": {
1598                    "target": "com.amazonaws.cloud9#EnvironmentName",
1599                    "traits": {
1600                        "smithy.api#documentation": "<p>A replacement name for the environment.</p>"
1601                    }
1602                },
1603                "description": {
1604                    "target": "com.amazonaws.cloud9#EnvironmentDescription",
1605                    "traits": {
1606                        "smithy.api#documentation": "<p>Any new or replacement description for the environment.</p>"
1607                    }
1608                }
1609            }
1610        },
1611        "com.amazonaws.cloud9#UpdateEnvironmentResult": {
1612            "type": "structure",
1613            "members": {}
1614        },
1615        "com.amazonaws.cloud9#UserArn": {
1616            "type": "string",
1617            "traits": {
1618                "smithy.api#pattern": "^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(iam|sts)::\\d+:(root|(user\\/[\\w+=/:,.@-]{1,64}|federated-user\\/[\\w+=/:,.@-]{2,32}|assumed-role\\/[\\w+=:,.@-]{1,64}\\/[\\w+=,.@-]{1,64}))$"
1619            }
1620        }
1621    }
1622}
1623