aws-sdk-core 2.9.8 → 2.9.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5843c25839dff56dc0d8d9772b08d59467320614
4
- data.tar.gz: f91db9634807b9292910585961ff66e78a206e16
3
+ metadata.gz: af3e9bddeebd7774f711f43f665b3acaa5d22071
4
+ data.tar.gz: 002461f9bfa83cfd44cd38e875224bbdfc63bf73
5
5
  SHA512:
6
- metadata.gz: 8f936ce985a5fada0e66f74b38f8e37317aa9ba6b9984542e7d9ce1859634f2dac9155d7ec7457739a11d14b921a42a71966227eaea3590149dab953ad4bcb23
7
- data.tar.gz: 17e97d67997f1f75498db75a6a894eac4088cb87fc580b6c27ad339c48340b7027e144a4f685a4a04217cfa015d886869acc93dd4a75b16f7e447cf80beed666
6
+ metadata.gz: 7348b96c9271d0520bfde24bd04bd36ed5fc51db17bad97607f4a67093add9420b02a571a4194b38a2523eaaa7644d27a5d8d1c1e26f6851866d7c8189adba21
7
+ data.tar.gz: 645861fbd12d8155e8dc891cb73c15d2aa2a2179af8b60f1447663500c976b369fc7d421d8fd4f2177ea326d61e66b3321e822b790c0e3e9c79226ca946c0b12
@@ -2781,6 +2781,11 @@
2781
2781
  "shape":"String",
2782
2782
  "location":"uri",
2783
2783
  "locationName":"deployment_id"
2784
+ },
2785
+ "embed":{
2786
+ "shape":"ListOfString",
2787
+ "location":"querystring",
2788
+ "locationName":"embed"
2784
2789
  }
2785
2790
  }
2786
2791
  },
@@ -3192,6 +3197,11 @@
3192
3197
  "shape":"String",
3193
3198
  "location":"uri",
3194
3199
  "locationName":"resource_id"
3200
+ },
3201
+ "embed":{
3202
+ "shape":"ListOfString",
3203
+ "location":"querystring",
3204
+ "locationName":"embed"
3195
3205
  }
3196
3206
  }
3197
3207
  },
@@ -3213,6 +3223,11 @@
3213
3223
  "shape":"NullableInteger",
3214
3224
  "location":"querystring",
3215
3225
  "locationName":"limit"
3226
+ },
3227
+ "embed":{
3228
+ "shape":"ListOfString",
3229
+ "location":"querystring",
3230
+ "locationName":"embed"
3216
3231
  }
3217
3232
  }
3218
3233
  },
@@ -0,0 +1,755 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-04-19",
5
+ "endpointPrefix":"codestar",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"CodeStar",
9
+ "serviceFullName":"AWS CodeStar",
10
+ "signatureVersion":"v4",
11
+ "targetPrefix":"CodeStar_20170419",
12
+ "uid":"codestar-2017-04-19"
13
+ },
14
+ "operations":{
15
+ "AssociateTeamMember":{
16
+ "name":"AssociateTeamMember",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"AssociateTeamMemberRequest"},
22
+ "output":{"shape":"AssociateTeamMemberResult"},
23
+ "errors":[
24
+ {"shape":"LimitExceededException"},
25
+ {"shape":"ProjectNotFoundException"},
26
+ {"shape":"TeamMemberAlreadyAssociatedException"},
27
+ {"shape":"ValidationException"},
28
+ {"shape":"InvalidServiceRoleException"},
29
+ {"shape":"ProjectConfigurationException"},
30
+ {"shape":"ConcurrentModificationException"}
31
+ ]
32
+ },
33
+ "CreateProject":{
34
+ "name":"CreateProject",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"CreateProjectRequest"},
40
+ "output":{"shape":"CreateProjectResult"},
41
+ "errors":[
42
+ {"shape":"ProjectAlreadyExistsException"},
43
+ {"shape":"LimitExceededException"},
44
+ {"shape":"ValidationException"},
45
+ {"shape":"ProjectCreationFailedException"},
46
+ {"shape":"InvalidServiceRoleException"},
47
+ {"shape":"ProjectConfigurationException"},
48
+ {"shape":"ConcurrentModificationException"}
49
+ ]
50
+ },
51
+ "CreateUserProfile":{
52
+ "name":"CreateUserProfile",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"CreateUserProfileRequest"},
58
+ "output":{"shape":"CreateUserProfileResult"},
59
+ "errors":[
60
+ {"shape":"UserProfileAlreadyExistsException"},
61
+ {"shape":"ValidationException"}
62
+ ]
63
+ },
64
+ "DeleteProject":{
65
+ "name":"DeleteProject",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"DeleteProjectRequest"},
71
+ "output":{"shape":"DeleteProjectResult"},
72
+ "errors":[
73
+ {"shape":"ConcurrentModificationException"},
74
+ {"shape":"ValidationException"},
75
+ {"shape":"InvalidServiceRoleException"}
76
+ ]
77
+ },
78
+ "DeleteUserProfile":{
79
+ "name":"DeleteUserProfile",
80
+ "http":{
81
+ "method":"POST",
82
+ "requestUri":"/"
83
+ },
84
+ "input":{"shape":"DeleteUserProfileRequest"},
85
+ "output":{"shape":"DeleteUserProfileResult"},
86
+ "errors":[
87
+ {"shape":"ValidationException"}
88
+ ]
89
+ },
90
+ "DescribeProject":{
91
+ "name":"DescribeProject",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"DescribeProjectRequest"},
97
+ "output":{"shape":"DescribeProjectResult"},
98
+ "errors":[
99
+ {"shape":"ProjectNotFoundException"},
100
+ {"shape":"ValidationException"},
101
+ {"shape":"InvalidServiceRoleException"},
102
+ {"shape":"ProjectConfigurationException"},
103
+ {"shape":"ConcurrentModificationException"}
104
+ ]
105
+ },
106
+ "DescribeUserProfile":{
107
+ "name":"DescribeUserProfile",
108
+ "http":{
109
+ "method":"POST",
110
+ "requestUri":"/"
111
+ },
112
+ "input":{"shape":"DescribeUserProfileRequest"},
113
+ "output":{"shape":"DescribeUserProfileResult"},
114
+ "errors":[
115
+ {"shape":"UserProfileNotFoundException"},
116
+ {"shape":"ValidationException"}
117
+ ]
118
+ },
119
+ "DisassociateTeamMember":{
120
+ "name":"DisassociateTeamMember",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"DisassociateTeamMemberRequest"},
126
+ "output":{"shape":"DisassociateTeamMemberResult"},
127
+ "errors":[
128
+ {"shape":"ProjectNotFoundException"},
129
+ {"shape":"ValidationException"},
130
+ {"shape":"InvalidServiceRoleException"},
131
+ {"shape":"ConcurrentModificationException"}
132
+ ]
133
+ },
134
+ "ListProjects":{
135
+ "name":"ListProjects",
136
+ "http":{
137
+ "method":"POST",
138
+ "requestUri":"/"
139
+ },
140
+ "input":{"shape":"ListProjectsRequest"},
141
+ "output":{"shape":"ListProjectsResult"},
142
+ "errors":[
143
+ {"shape":"InvalidNextTokenException"},
144
+ {"shape":"ValidationException"}
145
+ ]
146
+ },
147
+ "ListResources":{
148
+ "name":"ListResources",
149
+ "http":{
150
+ "method":"POST",
151
+ "requestUri":"/"
152
+ },
153
+ "input":{"shape":"ListResourcesRequest"},
154
+ "output":{"shape":"ListResourcesResult"},
155
+ "errors":[
156
+ {"shape":"ProjectNotFoundException"},
157
+ {"shape":"InvalidNextTokenException"},
158
+ {"shape":"ValidationException"}
159
+ ]
160
+ },
161
+ "ListTeamMembers":{
162
+ "name":"ListTeamMembers",
163
+ "http":{
164
+ "method":"POST",
165
+ "requestUri":"/"
166
+ },
167
+ "input":{"shape":"ListTeamMembersRequest"},
168
+ "output":{"shape":"ListTeamMembersResult"},
169
+ "errors":[
170
+ {"shape":"ProjectNotFoundException"},
171
+ {"shape":"InvalidNextTokenException"},
172
+ {"shape":"ValidationException"}
173
+ ]
174
+ },
175
+ "ListUserProfiles":{
176
+ "name":"ListUserProfiles",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/"
180
+ },
181
+ "input":{"shape":"ListUserProfilesRequest"},
182
+ "output":{"shape":"ListUserProfilesResult"},
183
+ "errors":[
184
+ {"shape":"InvalidNextTokenException"},
185
+ {"shape":"ValidationException"}
186
+ ]
187
+ },
188
+ "UpdateProject":{
189
+ "name":"UpdateProject",
190
+ "http":{
191
+ "method":"POST",
192
+ "requestUri":"/"
193
+ },
194
+ "input":{"shape":"UpdateProjectRequest"},
195
+ "output":{"shape":"UpdateProjectResult"},
196
+ "errors":[
197
+ {"shape":"ProjectNotFoundException"},
198
+ {"shape":"ValidationException"}
199
+ ]
200
+ },
201
+ "UpdateTeamMember":{
202
+ "name":"UpdateTeamMember",
203
+ "http":{
204
+ "method":"POST",
205
+ "requestUri":"/"
206
+ },
207
+ "input":{"shape":"UpdateTeamMemberRequest"},
208
+ "output":{"shape":"UpdateTeamMemberResult"},
209
+ "errors":[
210
+ {"shape":"LimitExceededException"},
211
+ {"shape":"ProjectNotFoundException"},
212
+ {"shape":"ValidationException"},
213
+ {"shape":"InvalidServiceRoleException"},
214
+ {"shape":"ProjectConfigurationException"},
215
+ {"shape":"ConcurrentModificationException"},
216
+ {"shape":"TeamMemberNotFoundException"}
217
+ ]
218
+ },
219
+ "UpdateUserProfile":{
220
+ "name":"UpdateUserProfile",
221
+ "http":{
222
+ "method":"POST",
223
+ "requestUri":"/"
224
+ },
225
+ "input":{"shape":"UpdateUserProfileRequest"},
226
+ "output":{"shape":"UpdateUserProfileResult"},
227
+ "errors":[
228
+ {"shape":"UserProfileNotFoundException"},
229
+ {"shape":"ValidationException"}
230
+ ]
231
+ }
232
+ },
233
+ "shapes":{
234
+ "AssociateTeamMemberRequest":{
235
+ "type":"structure",
236
+ "required":[
237
+ "projectId",
238
+ "userArn",
239
+ "projectRole"
240
+ ],
241
+ "members":{
242
+ "projectId":{"shape":"ProjectId"},
243
+ "clientRequestToken":{"shape":"ClientRequestToken"},
244
+ "userArn":{"shape":"UserArn"},
245
+ "projectRole":{"shape":"Role"},
246
+ "remoteAccessAllowed":{
247
+ "shape":"RemoteAccessAllowed",
248
+ "box":true
249
+ }
250
+ }
251
+ },
252
+ "AssociateTeamMemberResult":{
253
+ "type":"structure",
254
+ "members":{
255
+ "clientRequestToken":{"shape":"ClientRequestToken"}
256
+ }
257
+ },
258
+ "ClientRequestToken":{
259
+ "type":"string",
260
+ "max":256,
261
+ "min":1,
262
+ "pattern":"^[\\w:/-]+$"
263
+ },
264
+ "ConcurrentModificationException":{
265
+ "type":"structure",
266
+ "members":{
267
+ },
268
+ "exception":true
269
+ },
270
+ "CreateProjectRequest":{
271
+ "type":"structure",
272
+ "required":[
273
+ "name",
274
+ "id"
275
+ ],
276
+ "members":{
277
+ "name":{"shape":"ProjectName"},
278
+ "id":{"shape":"ProjectId"},
279
+ "description":{"shape":"ProjectDescription"},
280
+ "clientRequestToken":{"shape":"ClientRequestToken"}
281
+ }
282
+ },
283
+ "CreateProjectResult":{
284
+ "type":"structure",
285
+ "required":[
286
+ "id",
287
+ "arn"
288
+ ],
289
+ "members":{
290
+ "id":{"shape":"ProjectId"},
291
+ "arn":{"shape":"ProjectArn"},
292
+ "clientRequestToken":{"shape":"ClientRequestToken"},
293
+ "projectTemplateId":{"shape":"ProjectTemplateId"}
294
+ }
295
+ },
296
+ "CreateUserProfileRequest":{
297
+ "type":"structure",
298
+ "required":[
299
+ "userArn",
300
+ "displayName",
301
+ "emailAddress"
302
+ ],
303
+ "members":{
304
+ "userArn":{"shape":"UserArn"},
305
+ "displayName":{"shape":"UserProfileDisplayName"},
306
+ "emailAddress":{"shape":"Email"},
307
+ "sshPublicKey":{"shape":"SshPublicKey"}
308
+ }
309
+ },
310
+ "CreateUserProfileResult":{
311
+ "type":"structure",
312
+ "required":["userArn"],
313
+ "members":{
314
+ "userArn":{"shape":"UserArn"},
315
+ "displayName":{"shape":"UserProfileDisplayName"},
316
+ "emailAddress":{"shape":"Email"},
317
+ "sshPublicKey":{"shape":"SshPublicKey"},
318
+ "createdTimestamp":{"shape":"CreatedTimestamp"},
319
+ "lastModifiedTimestamp":{"shape":"LastModifiedTimestamp"}
320
+ }
321
+ },
322
+ "CreatedTimestamp":{"type":"timestamp"},
323
+ "DeleteProjectRequest":{
324
+ "type":"structure",
325
+ "required":["id"],
326
+ "members":{
327
+ "id":{"shape":"ProjectId"},
328
+ "clientRequestToken":{"shape":"ClientRequestToken"},
329
+ "deleteStack":{"shape":"DeleteStack"}
330
+ }
331
+ },
332
+ "DeleteProjectResult":{
333
+ "type":"structure",
334
+ "members":{
335
+ "stackId":{"shape":"StackId"},
336
+ "projectArn":{"shape":"ProjectArn"}
337
+ }
338
+ },
339
+ "DeleteStack":{"type":"boolean"},
340
+ "DeleteUserProfileRequest":{
341
+ "type":"structure",
342
+ "required":["userArn"],
343
+ "members":{
344
+ "userArn":{"shape":"UserArn"}
345
+ }
346
+ },
347
+ "DeleteUserProfileResult":{
348
+ "type":"structure",
349
+ "required":["userArn"],
350
+ "members":{
351
+ "userArn":{"shape":"UserArn"}
352
+ }
353
+ },
354
+ "DescribeProjectRequest":{
355
+ "type":"structure",
356
+ "required":["id"],
357
+ "members":{
358
+ "id":{"shape":"ProjectId"}
359
+ }
360
+ },
361
+ "DescribeProjectResult":{
362
+ "type":"structure",
363
+ "members":{
364
+ "name":{"shape":"ProjectName"},
365
+ "id":{"shape":"ProjectId"},
366
+ "arn":{"shape":"ProjectArn"},
367
+ "description":{"shape":"ProjectDescription"},
368
+ "clientRequestToken":{"shape":"ClientRequestToken"},
369
+ "createdTimeStamp":{"shape":"CreatedTimestamp"},
370
+ "stackId":{"shape":"StackId"},
371
+ "projectTemplateId":{"shape":"ProjectTemplateId"}
372
+ }
373
+ },
374
+ "DescribeUserProfileRequest":{
375
+ "type":"structure",
376
+ "required":["userArn"],
377
+ "members":{
378
+ "userArn":{"shape":"UserArn"}
379
+ }
380
+ },
381
+ "DescribeUserProfileResult":{
382
+ "type":"structure",
383
+ "required":[
384
+ "userArn",
385
+ "createdTimestamp",
386
+ "lastModifiedTimestamp"
387
+ ],
388
+ "members":{
389
+ "userArn":{"shape":"UserArn"},
390
+ "displayName":{"shape":"UserProfileDisplayName"},
391
+ "emailAddress":{"shape":"Email"},
392
+ "sshPublicKey":{"shape":"SshPublicKey"},
393
+ "createdTimestamp":{"shape":"CreatedTimestamp"},
394
+ "lastModifiedTimestamp":{"shape":"LastModifiedTimestamp"}
395
+ }
396
+ },
397
+ "DisassociateTeamMemberRequest":{
398
+ "type":"structure",
399
+ "required":[
400
+ "projectId",
401
+ "userArn"
402
+ ],
403
+ "members":{
404
+ "projectId":{"shape":"ProjectId"},
405
+ "userArn":{"shape":"UserArn"}
406
+ }
407
+ },
408
+ "DisassociateTeamMemberResult":{
409
+ "type":"structure",
410
+ "members":{
411
+ }
412
+ },
413
+ "Email":{
414
+ "type":"string",
415
+ "max":128,
416
+ "min":3,
417
+ "pattern":"^[\\w-.+]+@[\\w-.+]+$"
418
+ },
419
+ "InvalidNextTokenException":{
420
+ "type":"structure",
421
+ "members":{
422
+ },
423
+ "exception":true
424
+ },
425
+ "InvalidServiceRoleException":{
426
+ "type":"structure",
427
+ "members":{
428
+ },
429
+ "exception":true
430
+ },
431
+ "LastModifiedTimestamp":{"type":"timestamp"},
432
+ "LimitExceededException":{
433
+ "type":"structure",
434
+ "members":{
435
+ },
436
+ "exception":true
437
+ },
438
+ "ListProjectsRequest":{
439
+ "type":"structure",
440
+ "members":{
441
+ "nextToken":{"shape":"PaginationToken"},
442
+ "maxResults":{
443
+ "shape":"MaxResults",
444
+ "box":true
445
+ }
446
+ }
447
+ },
448
+ "ListProjectsResult":{
449
+ "type":"structure",
450
+ "required":["projects"],
451
+ "members":{
452
+ "projects":{"shape":"ProjectsList"},
453
+ "nextToken":{"shape":"PaginationToken"}
454
+ }
455
+ },
456
+ "ListResourcesRequest":{
457
+ "type":"structure",
458
+ "required":["projectId"],
459
+ "members":{
460
+ "projectId":{"shape":"ProjectId"},
461
+ "nextToken":{"shape":"PaginationToken"},
462
+ "maxResults":{
463
+ "shape":"MaxResults",
464
+ "box":true
465
+ }
466
+ }
467
+ },
468
+ "ListResourcesResult":{
469
+ "type":"structure",
470
+ "members":{
471
+ "resources":{"shape":"ResourcesResult"},
472
+ "nextToken":{"shape":"PaginationToken"}
473
+ }
474
+ },
475
+ "ListTeamMembersRequest":{
476
+ "type":"structure",
477
+ "required":["projectId"],
478
+ "members":{
479
+ "projectId":{"shape":"ProjectId"},
480
+ "nextToken":{"shape":"PaginationToken"},
481
+ "maxResults":{
482
+ "shape":"MaxResults",
483
+ "box":true
484
+ }
485
+ }
486
+ },
487
+ "ListTeamMembersResult":{
488
+ "type":"structure",
489
+ "required":["teamMembers"],
490
+ "members":{
491
+ "teamMembers":{"shape":"TeamMemberResult"},
492
+ "nextToken":{"shape":"PaginationToken"}
493
+ }
494
+ },
495
+ "ListUserProfilesRequest":{
496
+ "type":"structure",
497
+ "members":{
498
+ "nextToken":{"shape":"PaginationToken"},
499
+ "maxResults":{
500
+ "shape":"MaxResults",
501
+ "box":true
502
+ }
503
+ }
504
+ },
505
+ "ListUserProfilesResult":{
506
+ "type":"structure",
507
+ "required":["userProfiles"],
508
+ "members":{
509
+ "userProfiles":{"shape":"UserProfilesList"},
510
+ "nextToken":{"shape":"PaginationToken"}
511
+ }
512
+ },
513
+ "MaxResults":{
514
+ "type":"integer",
515
+ "max":100,
516
+ "min":1
517
+ },
518
+ "PaginationToken":{
519
+ "type":"string",
520
+ "max":256,
521
+ "min":1,
522
+ "pattern":"^[\\w/+=]+$"
523
+ },
524
+ "ProjectAlreadyExistsException":{
525
+ "type":"structure",
526
+ "members":{
527
+ },
528
+ "exception":true
529
+ },
530
+ "ProjectArn":{
531
+ "type":"string",
532
+ "pattern":"^arn:aws[^:\\s]*:codestar:[^:\\s]+:[0-9]{12}:project\\/[a-z]([a-z0-9|-])+$"
533
+ },
534
+ "ProjectConfigurationException":{
535
+ "type":"structure",
536
+ "members":{
537
+ },
538
+ "exception":true
539
+ },
540
+ "ProjectCreationFailedException":{
541
+ "type":"structure",
542
+ "members":{
543
+ },
544
+ "exception":true
545
+ },
546
+ "ProjectDescription":{
547
+ "type":"string",
548
+ "max":1024,
549
+ "pattern":"^$|^\\S(.*\\S)?$",
550
+ "sensitive":true
551
+ },
552
+ "ProjectId":{
553
+ "type":"string",
554
+ "max":15,
555
+ "min":2,
556
+ "pattern":"^[a-z][a-z0-9-]+$"
557
+ },
558
+ "ProjectName":{
559
+ "type":"string",
560
+ "max":100,
561
+ "min":1,
562
+ "pattern":"^\\S(.*\\S)?$",
563
+ "sensitive":true
564
+ },
565
+ "ProjectNotFoundException":{
566
+ "type":"structure",
567
+ "members":{
568
+ },
569
+ "exception":true
570
+ },
571
+ "ProjectSummary":{
572
+ "type":"structure",
573
+ "members":{
574
+ "projectId":{"shape":"ProjectId"},
575
+ "projectArn":{"shape":"ProjectArn"}
576
+ }
577
+ },
578
+ "ProjectTemplateId":{
579
+ "type":"string",
580
+ "min":1,
581
+ "pattern":"^arn:aws[^:\\s]{0,5}:codestar:[^:\\s]+::project-template\\/[a-z0-9-]+$"
582
+ },
583
+ "ProjectsList":{
584
+ "type":"list",
585
+ "member":{"shape":"ProjectSummary"}
586
+ },
587
+ "RemoteAccessAllowed":{"type":"boolean"},
588
+ "Resource":{
589
+ "type":"structure",
590
+ "required":["id"],
591
+ "members":{
592
+ "id":{"shape":"ResourceId"}
593
+ }
594
+ },
595
+ "ResourceId":{
596
+ "type":"string",
597
+ "min":11,
598
+ "pattern":"^arn\\:aws\\:\\S.*\\:.*"
599
+ },
600
+ "ResourcesResult":{
601
+ "type":"list",
602
+ "member":{"shape":"Resource"}
603
+ },
604
+ "Role":{
605
+ "type":"string",
606
+ "pattern":"^(Owner|Viewer|Contributor)$"
607
+ },
608
+ "SshPublicKey":{
609
+ "type":"string",
610
+ "max":16384,
611
+ "pattern":"^[\\t\\r\\n\\u0020-\\u00FF]*$"
612
+ },
613
+ "StackId":{
614
+ "type":"string",
615
+ "pattern":"^arn:aws[^:\\s]*:cloudformation:[^:\\s]+:[0-9]{12}:stack\\/[^:\\s]+\\/[^:\\s]+$"
616
+ },
617
+ "TeamMember":{
618
+ "type":"structure",
619
+ "required":[
620
+ "userArn",
621
+ "projectRole"
622
+ ],
623
+ "members":{
624
+ "userArn":{"shape":"UserArn"},
625
+ "projectRole":{"shape":"Role"},
626
+ "remoteAccessAllowed":{
627
+ "shape":"RemoteAccessAllowed",
628
+ "box":true
629
+ }
630
+ }
631
+ },
632
+ "TeamMemberAlreadyAssociatedException":{
633
+ "type":"structure",
634
+ "members":{
635
+ },
636
+ "exception":true
637
+ },
638
+ "TeamMemberNotFoundException":{
639
+ "type":"structure",
640
+ "members":{
641
+ },
642
+ "exception":true
643
+ },
644
+ "TeamMemberResult":{
645
+ "type":"list",
646
+ "member":{"shape":"TeamMember"}
647
+ },
648
+ "UpdateProjectRequest":{
649
+ "type":"structure",
650
+ "required":["id"],
651
+ "members":{
652
+ "id":{"shape":"ProjectId"},
653
+ "name":{"shape":"ProjectName"},
654
+ "description":{"shape":"ProjectDescription"}
655
+ }
656
+ },
657
+ "UpdateProjectResult":{
658
+ "type":"structure",
659
+ "members":{
660
+ }
661
+ },
662
+ "UpdateTeamMemberRequest":{
663
+ "type":"structure",
664
+ "required":[
665
+ "projectId",
666
+ "userArn"
667
+ ],
668
+ "members":{
669
+ "projectId":{"shape":"ProjectId"},
670
+ "userArn":{"shape":"UserArn"},
671
+ "projectRole":{"shape":"Role"},
672
+ "remoteAccessAllowed":{
673
+ "shape":"RemoteAccessAllowed",
674
+ "box":true
675
+ }
676
+ }
677
+ },
678
+ "UpdateTeamMemberResult":{
679
+ "type":"structure",
680
+ "members":{
681
+ "userArn":{"shape":"UserArn"},
682
+ "projectRole":{"shape":"Role"},
683
+ "remoteAccessAllowed":{
684
+ "shape":"RemoteAccessAllowed",
685
+ "box":true
686
+ }
687
+ }
688
+ },
689
+ "UpdateUserProfileRequest":{
690
+ "type":"structure",
691
+ "required":["userArn"],
692
+ "members":{
693
+ "userArn":{"shape":"UserArn"},
694
+ "displayName":{"shape":"UserProfileDisplayName"},
695
+ "emailAddress":{"shape":"Email"},
696
+ "sshPublicKey":{"shape":"SshPublicKey"}
697
+ }
698
+ },
699
+ "UpdateUserProfileResult":{
700
+ "type":"structure",
701
+ "required":["userArn"],
702
+ "members":{
703
+ "userArn":{"shape":"UserArn"},
704
+ "displayName":{"shape":"UserProfileDisplayName"},
705
+ "emailAddress":{"shape":"Email"},
706
+ "sshPublicKey":{"shape":"SshPublicKey"},
707
+ "createdTimestamp":{"shape":"CreatedTimestamp"},
708
+ "lastModifiedTimestamp":{"shape":"LastModifiedTimestamp"}
709
+ }
710
+ },
711
+ "UserArn":{
712
+ "type":"string",
713
+ "max":95,
714
+ "min":32,
715
+ "pattern":"arn:aws:iam::\\d{12}:user\\/[\\w-]+"
716
+ },
717
+ "UserProfileAlreadyExistsException":{
718
+ "type":"structure",
719
+ "members":{
720
+ },
721
+ "exception":true
722
+ },
723
+ "UserProfileDisplayName":{
724
+ "type":"string",
725
+ "max":64,
726
+ "min":1,
727
+ "pattern":"^\\S(.*\\S)?$"
728
+ },
729
+ "UserProfileNotFoundException":{
730
+ "type":"structure",
731
+ "members":{
732
+ },
733
+ "exception":true
734
+ },
735
+ "UserProfileSummary":{
736
+ "type":"structure",
737
+ "members":{
738
+ "userArn":{"shape":"UserArn"},
739
+ "displayName":{"shape":"UserProfileDisplayName"},
740
+ "emailAddress":{"shape":"Email"},
741
+ "sshPublicKey":{"shape":"SshPublicKey"}
742
+ }
743
+ },
744
+ "UserProfilesList":{
745
+ "type":"list",
746
+ "member":{"shape":"UserProfileSummary"}
747
+ },
748
+ "ValidationException":{
749
+ "type":"structure",
750
+ "members":{
751
+ },
752
+ "exception":true
753
+ }
754
+ }
755
+ }