@aws/lsp-codewhisperer 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,134 @@
13
13
  "uid": "codewhisperer-2022-06-15"
14
14
  },
15
15
  "operations": {
16
+ "CreateCodeScan": {
17
+ "name": "CreateCodeScan",
18
+ "http": {
19
+ "method": "POST",
20
+ "requestUri": "/"
21
+ },
22
+ "input": {
23
+ "shape": "CreateCodeScanRequest"
24
+ },
25
+ "output": {
26
+ "shape": "CreateCodeScanResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "ThrottlingException"
31
+ },
32
+ {
33
+ "shape": "ConflictException"
34
+ },
35
+ {
36
+ "shape": "ResourceNotFoundException"
37
+ },
38
+ {
39
+ "shape": "InternalServerException"
40
+ },
41
+ {
42
+ "shape": "ValidationException"
43
+ },
44
+ {
45
+ "shape": "AccessDeniedException"
46
+ }
47
+ ],
48
+ "idempotent": true
49
+ },
50
+ "CreateCodeScanUploadUrl": {
51
+ "name": "CreateCodeScanUploadUrl",
52
+ "http": {
53
+ "method": "POST",
54
+ "requestUri": "/"
55
+ },
56
+ "input": {
57
+ "shape": "CreateUploadUrlRequest"
58
+ },
59
+ "output": {
60
+ "shape": "CreateUploadUrlResponse"
61
+ },
62
+ "errors": [
63
+ {
64
+ "shape": "ThrottlingException"
65
+ },
66
+ {
67
+ "shape": "InternalServerException"
68
+ },
69
+ {
70
+ "shape": "ValidationException"
71
+ },
72
+ {
73
+ "shape": "AccessDeniedException"
74
+ }
75
+ ],
76
+ "idempotent": true
77
+ },
78
+ "CreateProfile": {
79
+ "name": "CreateProfile",
80
+ "http": {
81
+ "method": "POST",
82
+ "requestUri": "/"
83
+ },
84
+ "input": {
85
+ "shape": "CreateProfileRequest"
86
+ },
87
+ "output": {
88
+ "shape": "CreateProfileResponse"
89
+ },
90
+ "errors": [
91
+ {
92
+ "shape": "ThrottlingException"
93
+ },
94
+ {
95
+ "shape": "ConflictException"
96
+ },
97
+ {
98
+ "shape": "ResourceNotFoundException"
99
+ },
100
+ {
101
+ "shape": "InternalServerException"
102
+ },
103
+ {
104
+ "shape": "ValidationException"
105
+ },
106
+ {
107
+ "shape": "AccessDeniedException"
108
+ }
109
+ ]
110
+ },
111
+ "DeleteProfile": {
112
+ "name": "DeleteProfile",
113
+ "http": {
114
+ "method": "POST",
115
+ "requestUri": "/"
116
+ },
117
+ "input": {
118
+ "shape": "DeleteProfileRequest"
119
+ },
120
+ "output": {
121
+ "shape": "DeleteProfileResponse"
122
+ },
123
+ "errors": [
124
+ {
125
+ "shape": "ThrottlingException"
126
+ },
127
+ {
128
+ "shape": "ConflictException"
129
+ },
130
+ {
131
+ "shape": "ResourceNotFoundException"
132
+ },
133
+ {
134
+ "shape": "InternalServerException"
135
+ },
136
+ {
137
+ "shape": "ValidationException"
138
+ },
139
+ {
140
+ "shape": "AccessDeniedException"
141
+ }
142
+ ]
143
+ },
16
144
  "GenerateRecommendations": {
17
145
  "name": "GenerateRecommendations",
18
146
  "http": {
@@ -39,6 +167,267 @@
39
167
  "shape": "AccessDeniedException"
40
168
  }
41
169
  ]
170
+ },
171
+ "GetAccessToken": {
172
+ "name": "GetAccessToken",
173
+ "http": {
174
+ "method": "POST",
175
+ "requestUri": "/"
176
+ },
177
+ "input": {
178
+ "shape": "GetAccessTokenRequest"
179
+ },
180
+ "output": {
181
+ "shape": "GetAccessTokenResponse"
182
+ },
183
+ "errors": [
184
+ {
185
+ "shape": "InternalServerException"
186
+ },
187
+ {
188
+ "shape": "ValidationException"
189
+ },
190
+ {
191
+ "shape": "AccessDeniedException"
192
+ }
193
+ ]
194
+ },
195
+ "GetCodeScan": {
196
+ "name": "GetCodeScan",
197
+ "http": {
198
+ "method": "POST",
199
+ "requestUri": "/"
200
+ },
201
+ "input": {
202
+ "shape": "GetCodeScanRequest"
203
+ },
204
+ "output": {
205
+ "shape": "GetCodeScanResponse"
206
+ },
207
+ "errors": [
208
+ {
209
+ "shape": "ThrottlingException"
210
+ },
211
+ {
212
+ "shape": "ResourceNotFoundException"
213
+ },
214
+ {
215
+ "shape": "InternalServerException"
216
+ },
217
+ {
218
+ "shape": "ValidationException"
219
+ },
220
+ {
221
+ "shape": "AccessDeniedException"
222
+ }
223
+ ]
224
+ },
225
+ "ListCodeScanFindings": {
226
+ "name": "ListCodeScanFindings",
227
+ "http": {
228
+ "method": "POST",
229
+ "requestUri": "/"
230
+ },
231
+ "input": {
232
+ "shape": "ListCodeScanFindingsRequest"
233
+ },
234
+ "output": {
235
+ "shape": "ListCodeScanFindingsResponse"
236
+ },
237
+ "errors": [
238
+ {
239
+ "shape": "ThrottlingException"
240
+ },
241
+ {
242
+ "shape": "ResourceNotFoundException"
243
+ },
244
+ {
245
+ "shape": "InternalServerException"
246
+ },
247
+ {
248
+ "shape": "ValidationException"
249
+ },
250
+ {
251
+ "shape": "AccessDeniedException"
252
+ }
253
+ ]
254
+ },
255
+ "ListProfiles": {
256
+ "name": "ListProfiles",
257
+ "http": {
258
+ "method": "POST",
259
+ "requestUri": "/"
260
+ },
261
+ "input": {
262
+ "shape": "ListProfilesRequest"
263
+ },
264
+ "output": {
265
+ "shape": "ListProfilesResponse"
266
+ },
267
+ "errors": [
268
+ {
269
+ "shape": "ThrottlingException"
270
+ },
271
+ {
272
+ "shape": "InternalServerException"
273
+ },
274
+ {
275
+ "shape": "ValidationException"
276
+ },
277
+ {
278
+ "shape": "AccessDeniedException"
279
+ }
280
+ ]
281
+ },
282
+ "ListRecommendations": {
283
+ "name": "ListRecommendations",
284
+ "http": {
285
+ "method": "POST",
286
+ "requestUri": "/"
287
+ },
288
+ "input": {
289
+ "shape": "ListRecommendationsRequest"
290
+ },
291
+ "output": {
292
+ "shape": "ListRecommendationsResponse"
293
+ },
294
+ "errors": [
295
+ {
296
+ "shape": "ThrottlingException"
297
+ },
298
+ {
299
+ "shape": "InternalServerException"
300
+ },
301
+ {
302
+ "shape": "ValidationException"
303
+ },
304
+ {
305
+ "shape": "AccessDeniedException"
306
+ }
307
+ ]
308
+ },
309
+ "ListTagsForResource": {
310
+ "name": "ListTagsForResource",
311
+ "http": {
312
+ "method": "POST",
313
+ "requestUri": "/"
314
+ },
315
+ "input": {
316
+ "shape": "ListTagsForResourceRequest"
317
+ },
318
+ "output": {
319
+ "shape": "ListTagsForResourceResponse"
320
+ },
321
+ "errors": [
322
+ {
323
+ "shape": "ThrottlingException"
324
+ },
325
+ {
326
+ "shape": "ResourceNotFoundException"
327
+ },
328
+ {
329
+ "shape": "InternalServerException"
330
+ },
331
+ {
332
+ "shape": "ValidationException"
333
+ },
334
+ {
335
+ "shape": "AccessDeniedException"
336
+ }
337
+ ]
338
+ },
339
+ "TagResource": {
340
+ "name": "TagResource",
341
+ "http": {
342
+ "method": "POST",
343
+ "requestUri": "/"
344
+ },
345
+ "input": {
346
+ "shape": "TagResourceRequest"
347
+ },
348
+ "output": {
349
+ "shape": "TagResourceResponse"
350
+ },
351
+ "errors": [
352
+ {
353
+ "shape": "ThrottlingException"
354
+ },
355
+ {
356
+ "shape": "ResourceNotFoundException"
357
+ },
358
+ {
359
+ "shape": "InternalServerException"
360
+ },
361
+ {
362
+ "shape": "ValidationException"
363
+ },
364
+ {
365
+ "shape": "AccessDeniedException"
366
+ }
367
+ ]
368
+ },
369
+ "UntagResource": {
370
+ "name": "UntagResource",
371
+ "http": {
372
+ "method": "POST",
373
+ "requestUri": "/"
374
+ },
375
+ "input": {
376
+ "shape": "UntagResourceRequest"
377
+ },
378
+ "output": {
379
+ "shape": "UntagResourceResponse"
380
+ },
381
+ "errors": [
382
+ {
383
+ "shape": "ThrottlingException"
384
+ },
385
+ {
386
+ "shape": "ResourceNotFoundException"
387
+ },
388
+ {
389
+ "shape": "InternalServerException"
390
+ },
391
+ {
392
+ "shape": "ValidationException"
393
+ },
394
+ {
395
+ "shape": "AccessDeniedException"
396
+ }
397
+ ]
398
+ },
399
+ "UpdateProfile": {
400
+ "name": "UpdateProfile",
401
+ "http": {
402
+ "method": "POST",
403
+ "requestUri": "/"
404
+ },
405
+ "input": {
406
+ "shape": "UpdateProfileRequest"
407
+ },
408
+ "output": {
409
+ "shape": "UpdateProfileResponse"
410
+ },
411
+ "errors": [
412
+ {
413
+ "shape": "ThrottlingException"
414
+ },
415
+ {
416
+ "shape": "ConflictException"
417
+ },
418
+ {
419
+ "shape": "ResourceNotFoundException"
420
+ },
421
+ {
422
+ "shape": "InternalServerException"
423
+ },
424
+ {
425
+ "shape": "ValidationException"
426
+ },
427
+ {
428
+ "shape": "AccessDeniedException"
429
+ }
430
+ ]
42
431
  }
43
432
  },
44
433
  "shapes": {
@@ -52,15 +441,163 @@
52
441
  },
53
442
  "exception": true
54
443
  },
55
- "ConflictException": {
444
+ "ArtifactMap": {
445
+ "type": "map",
446
+ "key": {
447
+ "shape": "ArtifactType"
448
+ },
449
+ "value": {
450
+ "shape": "UploadId"
451
+ },
452
+ "max": 64,
453
+ "min": 1
454
+ },
455
+ "ArtifactType": {
456
+ "type": "string",
457
+ "enum": ["SourceCode", "BuiltJars"]
458
+ },
459
+ "Base64EncodedPaginationToken": {
460
+ "type": "string",
461
+ "max": 2048,
462
+ "min": 1,
463
+ "pattern": "(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}\\=\\=|[A-Za-z0-9\\+/]{3}\\=)?"
464
+ },
465
+ "CodeScanFindingsSchema": {
466
+ "type": "string",
467
+ "enum": ["codescan/findings/1.0"]
468
+ },
469
+ "CodeScanStatus": {
470
+ "type": "string",
471
+ "enum": ["Completed", "Pending", "Failed"]
472
+ },
473
+ "ConflictException": {
474
+ "type": "structure",
475
+ "required": ["message"],
476
+ "members": {
477
+ "message": {
478
+ "shape": "String"
479
+ }
480
+ },
481
+ "exception": true
482
+ },
483
+ "CreateCodeScanRequest": {
484
+ "type": "structure",
485
+ "required": ["artifacts", "programmingLanguage"],
486
+ "members": {
487
+ "artifacts": {
488
+ "shape": "ArtifactMap"
489
+ },
490
+ "programmingLanguage": {
491
+ "shape": "ProgrammingLanguage"
492
+ },
493
+ "clientToken": {
494
+ "shape": "CreateCodeScanRequestClientTokenString",
495
+ "idempotencyToken": true
496
+ }
497
+ }
498
+ },
499
+ "CreateCodeScanRequestClientTokenString": {
500
+ "type": "string",
501
+ "max": 256,
502
+ "min": 1
503
+ },
504
+ "CreateCodeScanResponse": {
505
+ "type": "structure",
506
+ "required": ["jobId", "status"],
507
+ "members": {
508
+ "jobId": {
509
+ "shape": "CreateCodeScanResponseJobIdString"
510
+ },
511
+ "status": {
512
+ "shape": "CodeScanStatus"
513
+ },
514
+ "errorMessage": {
515
+ "shape": "String"
516
+ }
517
+ }
518
+ },
519
+ "CreateCodeScanResponseJobIdString": {
520
+ "type": "string",
521
+ "max": 256,
522
+ "min": 1
523
+ },
524
+ "CreateProfileRequest": {
525
+ "type": "structure",
526
+ "required": ["identitySource", "profileName", "referenceTrackerConfiguration"],
527
+ "members": {
528
+ "identitySource": {
529
+ "shape": "IdentitySource"
530
+ },
531
+ "profileName": {
532
+ "shape": "ProfileName"
533
+ },
534
+ "referenceTrackerConfiguration": {
535
+ "shape": "ReferenceTrackerConfiguration"
536
+ },
537
+ "clientToken": {
538
+ "shape": "IdempotencyToken",
539
+ "idempotencyToken": true
540
+ },
541
+ "kmsKeyArn": {
542
+ "shape": "ResourceArn"
543
+ },
544
+ "tags": {
545
+ "shape": "TagList"
546
+ }
547
+ }
548
+ },
549
+ "CreateProfileResponse": {
550
+ "type": "structure",
551
+ "required": ["profileArn"],
552
+ "members": {
553
+ "profileArn": {
554
+ "shape": "ResourceArn"
555
+ }
556
+ }
557
+ },
558
+ "CreateUploadUrlRequest": {
559
+ "type": "structure",
560
+ "members": {
561
+ "contentMd5": {
562
+ "shape": "CreateUploadUrlRequestContentMd5String"
563
+ },
564
+ "artifactType": {
565
+ "shape": "ArtifactType"
566
+ }
567
+ }
568
+ },
569
+ "CreateUploadUrlRequestContentMd5String": {
570
+ "type": "string",
571
+ "max": 128,
572
+ "min": 1
573
+ },
574
+ "CreateUploadUrlResponse": {
575
+ "type": "structure",
576
+ "required": ["uploadId", "uploadUrl"],
577
+ "members": {
578
+ "uploadId": {
579
+ "shape": "UploadId"
580
+ },
581
+ "uploadUrl": {
582
+ "shape": "PreSignedUrl"
583
+ },
584
+ "kmsKeyArn": {
585
+ "shape": "ResourceArn"
586
+ }
587
+ }
588
+ },
589
+ "DeleteProfileRequest": {
56
590
  "type": "structure",
57
- "required": ["message"],
591
+ "required": ["profileArn"],
58
592
  "members": {
59
- "message": {
60
- "shape": "String"
593
+ "profileArn": {
594
+ "shape": "ResourceArn"
61
595
  }
62
- },
63
- "exception": true
596
+ }
597
+ },
598
+ "DeleteProfileResponse": {
599
+ "type": "structure",
600
+ "members": {}
64
601
  },
65
602
  "FileContext": {
66
603
  "type": "structure",
@@ -97,6 +634,38 @@
97
634
  "min": 0,
98
635
  "sensitive": true
99
636
  },
637
+ "SupplementalContext": {
638
+ "type": "structure",
639
+ "required": ["filePath", "content"],
640
+ "members": {
641
+ "filePath": {
642
+ "shape": "SupplementalContextFilePathString"
643
+ },
644
+ "content": {
645
+ "shape": "SupplementalContextContentString"
646
+ }
647
+ }
648
+ },
649
+ "SupplementalContextFilePathString": {
650
+ "type": "string",
651
+ "max": 1024,
652
+ "min": 1,
653
+ "sensitive": true
654
+ },
655
+ "SupplementalContextContentString": {
656
+ "type": "string",
657
+ "max": 5120,
658
+ "min": 0,
659
+ "sensitive": true
660
+ },
661
+ "SupplementalContextList": {
662
+ "type": "list",
663
+ "member": {
664
+ "shape": "SupplementalContext"
665
+ },
666
+ "max": 10,
667
+ "min": 0
668
+ },
100
669
  "GenerateRecommendationsRequest": {
101
670
  "type": "structure",
102
671
  "required": ["fileContext"],
@@ -104,6 +673,9 @@
104
673
  "fileContext": {
105
674
  "shape": "FileContext"
106
675
  },
676
+ "supplementalContexts": {
677
+ "shape": "SupplementalContextList"
678
+ },
107
679
  "maxResults": {
108
680
  "shape": "GenerateRecommendationsRequestMaxResultsInteger"
109
681
  },
@@ -138,11 +710,78 @@
138
710
  }
139
711
  }
140
712
  },
713
+ "GetAccessTokenRequest": {
714
+ "type": "structure",
715
+ "required": ["identityToken"],
716
+ "members": {
717
+ "identityToken": {
718
+ "shape": "GetAccessTokenRequestIdentityTokenString"
719
+ }
720
+ }
721
+ },
722
+ "GetAccessTokenRequestIdentityTokenString": {
723
+ "type": "string",
724
+ "max": 1024,
725
+ "min": 0,
726
+ "sensitive": true
727
+ },
728
+ "GetAccessTokenResponse": {
729
+ "type": "structure",
730
+ "members": {
731
+ "accessToken": {
732
+ "shape": "SensitiveString"
733
+ }
734
+ }
735
+ },
736
+ "GetCodeScanRequest": {
737
+ "type": "structure",
738
+ "required": ["jobId"],
739
+ "members": {
740
+ "jobId": {
741
+ "shape": "GetCodeScanRequestJobIdString"
742
+ }
743
+ }
744
+ },
745
+ "GetCodeScanRequestJobIdString": {
746
+ "type": "string",
747
+ "max": 256,
748
+ "min": 1
749
+ },
750
+ "GetCodeScanResponse": {
751
+ "type": "structure",
752
+ "required": ["status"],
753
+ "members": {
754
+ "status": {
755
+ "shape": "CodeScanStatus"
756
+ },
757
+ "errorMessage": {
758
+ "shape": "String"
759
+ }
760
+ }
761
+ },
141
762
  "IdempotencyToken": {
142
763
  "type": "string",
143
764
  "max": 256,
144
765
  "min": 1
145
766
  },
767
+ "IdentityDetails": {
768
+ "type": "structure",
769
+ "members": {
770
+ "ssoIdentityDetails": {
771
+ "shape": "SSOIdentityDetails"
772
+ }
773
+ },
774
+ "union": true
775
+ },
776
+ "IdentitySource": {
777
+ "type": "structure",
778
+ "members": {
779
+ "ssoIdentitySource": {
780
+ "shape": "SSOIdentitySource"
781
+ }
782
+ },
783
+ "union": true
784
+ },
146
785
  "Import": {
147
786
  "type": "structure",
148
787
  "members": {
@@ -179,6 +818,172 @@
179
818
  "throttling": false
180
819
  }
181
820
  },
821
+ "ListCodeScanFindingsRequest": {
822
+ "type": "structure",
823
+ "required": ["jobId", "codeScanFindingsSchema"],
824
+ "members": {
825
+ "jobId": {
826
+ "shape": "ListCodeScanFindingsRequestJobIdString"
827
+ },
828
+ "nextToken": {
829
+ "shape": "PaginationToken"
830
+ },
831
+ "codeScanFindingsSchema": {
832
+ "shape": "CodeScanFindingsSchema"
833
+ }
834
+ }
835
+ },
836
+ "ListCodeScanFindingsRequestJobIdString": {
837
+ "type": "string",
838
+ "max": 256,
839
+ "min": 1
840
+ },
841
+ "ListCodeScanFindingsResponse": {
842
+ "type": "structure",
843
+ "required": ["codeScanFindings"],
844
+ "members": {
845
+ "nextToken": {
846
+ "shape": "PaginationToken"
847
+ },
848
+ "codeScanFindings": {
849
+ "shape": "String"
850
+ }
851
+ }
852
+ },
853
+ "ListProfilesRequest": {
854
+ "type": "structure",
855
+ "members": {
856
+ "maxResults": {
857
+ "shape": "ListProfilesRequestMaxResultsInteger"
858
+ },
859
+ "nextToken": {
860
+ "shape": "Base64EncodedPaginationToken"
861
+ }
862
+ }
863
+ },
864
+ "ListProfilesRequestMaxResultsInteger": {
865
+ "type": "integer",
866
+ "box": true,
867
+ "max": 100,
868
+ "min": 1
869
+ },
870
+ "ListProfilesResponse": {
871
+ "type": "structure",
872
+ "required": ["profiles"],
873
+ "members": {
874
+ "profiles": {
875
+ "shape": "ProfileList"
876
+ },
877
+ "nextToken": {
878
+ "shape": "Base64EncodedPaginationToken"
879
+ }
880
+ }
881
+ },
882
+ "ListRecommendationsRequest": {
883
+ "type": "structure",
884
+ "required": ["fileContext"],
885
+ "members": {
886
+ "fileContext": {
887
+ "shape": "FileContext"
888
+ },
889
+ "maxResults": {
890
+ "shape": "ListRecommendationsRequestMaxResultsInteger"
891
+ },
892
+ "supplementalContexts": {
893
+ "shape": "SupplementalContextList"
894
+ },
895
+ "nextToken": {
896
+ "shape": "ListRecommendationsRequestNextTokenString"
897
+ },
898
+ "referenceTrackerConfiguration": {
899
+ "shape": "ReferenceTrackerConfiguration"
900
+ }
901
+ }
902
+ },
903
+ "ListRecommendationsRequestMaxResultsInteger": {
904
+ "type": "integer",
905
+ "box": true,
906
+ "max": 10,
907
+ "min": 1
908
+ },
909
+ "ListRecommendationsRequestNextTokenString": {
910
+ "type": "string",
911
+ "max": 2048,
912
+ "min": 0,
913
+ "pattern": "(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}\\=\\=|[A-Za-z0-9\\+/]{3}\\=)?"
914
+ },
915
+ "ListRecommendationsResponse": {
916
+ "type": "structure",
917
+ "members": {
918
+ "recommendations": {
919
+ "shape": "RecommendationsList"
920
+ },
921
+ "nextToken": {
922
+ "shape": "String"
923
+ }
924
+ }
925
+ },
926
+ "ListTagsForResourceRequest": {
927
+ "type": "structure",
928
+ "required": ["resourceName"],
929
+ "members": {
930
+ "resourceName": {
931
+ "shape": "ResourceArn"
932
+ }
933
+ }
934
+ },
935
+ "ListTagsForResourceResponse": {
936
+ "type": "structure",
937
+ "members": {
938
+ "tags": {
939
+ "shape": "TagList"
940
+ }
941
+ }
942
+ },
943
+ "PaginationToken": {
944
+ "type": "string",
945
+ "max": 2048,
946
+ "min": 1,
947
+ "pattern": "\\S+"
948
+ },
949
+ "PreSignedUrl": {
950
+ "type": "string",
951
+ "max": 2048,
952
+ "min": 1
953
+ },
954
+ "Profile": {
955
+ "type": "structure",
956
+ "required": ["arn", "identityDetails", "profileName", "referenceTrackerConfiguration"],
957
+ "members": {
958
+ "arn": {
959
+ "shape": "ResourceArn"
960
+ },
961
+ "identityDetails": {
962
+ "shape": "IdentityDetails"
963
+ },
964
+ "profileName": {
965
+ "shape": "ProfileName"
966
+ },
967
+ "referenceTrackerConfiguration": {
968
+ "shape": "ReferenceTrackerConfiguration"
969
+ },
970
+ "kmsKeyArn": {
971
+ "shape": "ResourceArn"
972
+ }
973
+ }
974
+ },
975
+ "ProfileList": {
976
+ "type": "list",
977
+ "member": {
978
+ "shape": "Profile"
979
+ }
980
+ },
981
+ "ProfileName": {
982
+ "type": "string",
983
+ "max": 100,
984
+ "min": 1,
985
+ "pattern": "[a-zA-Z][a-zA-Z0-9_-]*"
986
+ },
182
987
  "ProgrammingLanguage": {
183
988
  "type": "structure",
184
989
  "required": ["languageName"],
@@ -192,7 +997,7 @@
192
997
  "type": "string",
193
998
  "max": 128,
194
999
  "min": 1,
195
- "pattern": "(python|javascript|java|csharp|typescript|c|cpp|go|kotlin|php|ruby|rust|scala|shell|sql|json|yaml|vue|tf|tsx|jsx)"
1000
+ "pattern": "(python|javascript|java|csharp|typescript|c|cpp|go|kotlin|php|ruby|rust|scala|shell|sql)"
196
1001
  },
197
1002
  "Recommendation": {
198
1003
  "type": "structure",
@@ -291,6 +1096,27 @@
291
1096
  },
292
1097
  "exception": true
293
1098
  },
1099
+ "SSOIdentityDetails": {
1100
+ "type": "structure",
1101
+ "required": ["instanceArn", "oidcClientId"],
1102
+ "members": {
1103
+ "instanceArn": {
1104
+ "shape": "ResourceArn"
1105
+ },
1106
+ "oidcClientId": {
1107
+ "shape": "String"
1108
+ }
1109
+ }
1110
+ },
1111
+ "SSOIdentitySource": {
1112
+ "type": "structure",
1113
+ "required": ["instanceArn"],
1114
+ "members": {
1115
+ "instanceArn": {
1116
+ "shape": "ResourceArn"
1117
+ }
1118
+ }
1119
+ },
294
1120
  "SensitiveString": {
295
1121
  "type": "string",
296
1122
  "sensitive": true
@@ -319,6 +1145,60 @@
319
1145
  "String": {
320
1146
  "type": "string"
321
1147
  },
1148
+ "Tag": {
1149
+ "type": "structure",
1150
+ "required": ["key", "value"],
1151
+ "members": {
1152
+ "key": {
1153
+ "shape": "TagKey"
1154
+ },
1155
+ "value": {
1156
+ "shape": "TagValue"
1157
+ }
1158
+ }
1159
+ },
1160
+ "TagKey": {
1161
+ "type": "string",
1162
+ "max": 128,
1163
+ "min": 1
1164
+ },
1165
+ "TagKeyList": {
1166
+ "type": "list",
1167
+ "member": {
1168
+ "shape": "TagKey"
1169
+ },
1170
+ "max": 200,
1171
+ "min": 0
1172
+ },
1173
+ "TagList": {
1174
+ "type": "list",
1175
+ "member": {
1176
+ "shape": "Tag"
1177
+ },
1178
+ "max": 200,
1179
+ "min": 0
1180
+ },
1181
+ "TagResourceRequest": {
1182
+ "type": "structure",
1183
+ "required": ["resourceName", "tags"],
1184
+ "members": {
1185
+ "resourceName": {
1186
+ "shape": "ResourceArn"
1187
+ },
1188
+ "tags": {
1189
+ "shape": "TagList"
1190
+ }
1191
+ }
1192
+ },
1193
+ "TagResourceResponse": {
1194
+ "type": "structure",
1195
+ "members": {}
1196
+ },
1197
+ "TagValue": {
1198
+ "type": "string",
1199
+ "max": 256,
1200
+ "min": 0
1201
+ },
322
1202
  "ThrottlingException": {
323
1203
  "type": "structure",
324
1204
  "required": ["message"],
@@ -332,6 +1212,54 @@
332
1212
  "throttling": false
333
1213
  }
334
1214
  },
1215
+ "UntagResourceRequest": {
1216
+ "type": "structure",
1217
+ "required": ["resourceName", "tagKeys"],
1218
+ "members": {
1219
+ "resourceName": {
1220
+ "shape": "ResourceArn"
1221
+ },
1222
+ "tagKeys": {
1223
+ "shape": "TagKeyList"
1224
+ }
1225
+ }
1226
+ },
1227
+ "UntagResourceResponse": {
1228
+ "type": "structure",
1229
+ "members": {}
1230
+ },
1231
+ "UpdateProfileRequest": {
1232
+ "type": "structure",
1233
+ "required": ["profileArn"],
1234
+ "members": {
1235
+ "profileArn": {
1236
+ "shape": "ResourceArn"
1237
+ },
1238
+ "profileName": {
1239
+ "shape": "ProfileName"
1240
+ },
1241
+ "referenceTrackerConfiguration": {
1242
+ "shape": "ReferenceTrackerConfiguration"
1243
+ },
1244
+ "kmsKeyArn": {
1245
+ "shape": "ResourceArn"
1246
+ }
1247
+ }
1248
+ },
1249
+ "UpdateProfileResponse": {
1250
+ "type": "structure",
1251
+ "required": ["profileArn"],
1252
+ "members": {
1253
+ "profileArn": {
1254
+ "shape": "ResourceArn"
1255
+ }
1256
+ }
1257
+ },
1258
+ "UploadId": {
1259
+ "type": "string",
1260
+ "max": 128,
1261
+ "min": 1
1262
+ },
335
1263
  "ValidationException": {
336
1264
  "type": "structure",
337
1265
  "required": ["message"],