@aws-sdk/client-codecatalyst 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist-cjs/index.js +46 -229
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CodeCatalystClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +46 -229
  8. package/dist-types/CodeCatalyst.d.ts +1 -1
  9. package/dist-types/CodeCatalystClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateProjectCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -3
  22. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +3 -3
  23. package/dist-types/commands/GetProjectCommand.d.ts +3 -3
  24. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +3 -3
  25. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +3 -3
  26. package/dist-types/commands/GetSpaceCommand.d.ts +3 -3
  27. package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -3
  28. package/dist-types/commands/GetUserDetailsCommand.d.ts +3 -3
  29. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -3
  30. package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -3
  31. package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -3
  32. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListEventLogsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListProjectsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListSpacesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -3
  41. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +3 -3
  42. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +3 -3
  43. package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -3
  44. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +3 -3
  45. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -3
  49. package/dist-types/commands/VerifySessionCommand.d.ts +3 -3
  50. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  51. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  52. package/dist-types/extensionConfiguration.d.ts +4 -4
  53. package/dist-types/models/CodeCatalystServiceException.d.ts +1 -1
  54. package/dist-types/models/errors.d.ts +1 -1
  55. package/dist-types/pagination/Interfaces.d.ts +1 -1
  56. package/dist-types/pagination/ListAccessTokensPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListDevEnvironmentSessionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListEventLogsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListWorkflowRunsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +2 -2
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  70. package/dist-types/runtimeExtensions.d.ts +1 -1
  71. package/dist-types/schemas/schemas_0.d.ts +1 -1
  72. package/dist-types/ts3.4/CodeCatalystClient.d.ts +2 -2
  73. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  74. package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +1 -1
  75. package/package.json +13 -12
@@ -271,30 +271,10 @@ import { CodeCatalystServiceException as __CodeCatalystServiceException } from "
271
271
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
272
272
  export var AccessTokenSecret = [0, n0, _ATS, 8, 0];
273
273
  export var SensitiveString = [0, n0, _SS, 8, 0];
274
- export var AccessDeniedException = [
275
- -3,
276
- n0,
277
- _ADE,
278
- {
279
- [_e]: _c,
280
- [_hE]: 403,
281
- },
282
- [_m],
283
- [0],
284
- ];
274
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
285
275
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
286
276
  export var AccessTokenSummary = [3, n0, _ATSc, 0, [_i, _n, _eT], [0, 0, 5]];
287
- export var ConflictException = [
288
- -3,
289
- n0,
290
- _CE,
291
- {
292
- [_e]: _c,
293
- [_hE]: 409,
294
- },
295
- [_m],
296
- [0],
297
- ];
277
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
298
278
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
299
279
  export var CreateAccessTokenRequest = [3, n0, _CATR, 0, [_n, _eT], [0, 5]];
300
280
  export var CreateAccessTokenResponse = [
@@ -541,18 +521,8 @@ export var GetUserDetailsRequest = [
541
521
  0,
542
522
  [_i, _uN],
543
523
  [
544
- [
545
- 0,
546
- {
547
- [_hQ]: _i,
548
- },
549
- ],
550
- [
551
- 0,
552
- {
553
- [_hQ]: _uN,
554
- },
555
- ],
524
+ [0, { [_hQ]: _i }],
525
+ [0, { [_hQ]: _uN }],
556
526
  ],
557
527
  ];
558
528
  export var GetUserDetailsResponse = [
@@ -720,29 +690,7 @@ export var ListWorkflowRunsRequest = [
720
690
  _LWRR,
721
691
  0,
722
692
  [_sN, _wI, _pN, _nT, _mR, _sB],
723
- [
724
- [0, 1],
725
- [
726
- 0,
727
- {
728
- [_hQ]: _wI,
729
- },
730
- ],
731
- [0, 1],
732
- [
733
- 0,
734
- {
735
- [_hQ]: _nT,
736
- },
737
- ],
738
- [
739
- 1,
740
- {
741
- [_hQ]: _mR,
742
- },
743
- ],
744
- () => WorkflowRunSortCriteriaList,
745
- ],
693
+ [[0, 1], [0, { [_hQ]: _wI }], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => WorkflowRunSortCriteriaList],
746
694
  ];
747
695
  export var ListWorkflowRunsResponse = [
748
696
  3,
@@ -758,23 +706,7 @@ export var ListWorkflowsRequest = [
758
706
  _LWR,
759
707
  0,
760
708
  [_sN, _pN, _nT, _mR, _sB],
761
- [
762
- [0, 1],
763
- [0, 1],
764
- [
765
- 0,
766
- {
767
- [_hQ]: _nT,
768
- },
769
- ],
770
- [
771
- 1,
772
- {
773
- [_hQ]: _mR,
774
- },
775
- ],
776
- () => WorkflowSortCriteriaList,
777
- ],
709
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => WorkflowSortCriteriaList],
778
710
  ];
779
711
  export var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_nT, _it], [0, () => WorkflowSummaries]];
780
712
  export var PersistentStorage = [3, n0, _PS, 0, [_sIGB], [1]];
@@ -783,29 +715,9 @@ export var ProjectInformation = [3, n0, _PI, 0, [_n, _pIr], [0, 0]];
783
715
  export var ProjectListFilter = [3, n0, _PLF, 0, [_k, _va, _cO], [0, 64 | 0, 0]];
784
716
  export var ProjectSummary = [3, n0, _PSr, 0, [_n, _dN, _d], [0, 0, 0]];
785
717
  export var RepositoryInput = [3, n0, _RI, 0, [_rN, _bN], [0, 0]];
786
- export var ResourceNotFoundException = [
787
- -3,
788
- n0,
789
- _RNFE,
790
- {
791
- [_e]: _c,
792
- [_hE]: 404,
793
- },
794
- [_m],
795
- [0],
796
- ];
718
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
797
719
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
798
- export var ServiceQuotaExceededException = [
799
- -3,
800
- n0,
801
- _SQEE,
802
- {
803
- [_e]: _c,
804
- [_hE]: 402,
805
- },
806
- [_m],
807
- [0],
808
- ];
720
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
809
721
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
810
722
  export var SpaceSummary = [3, n0, _SSp, 0, [_n, _rNe, _dN, _d], [0, 0, 0, 0]];
811
723
  export var StartDevEnvironmentRequest = [
@@ -842,12 +754,7 @@ export var StartWorkflowRunRequest = [
842
754
  [
843
755
  [0, 1],
844
756
  [0, 1],
845
- [
846
- 0,
847
- {
848
- [_hQ]: _wI,
849
- },
850
- ],
757
+ [0, { [_hQ]: _wI }],
851
758
  [0, 4],
852
759
  ],
853
760
  ];
@@ -886,17 +793,7 @@ export var StopDevEnvironmentSessionResponse = [
886
793
  [_sN, _pN, _i, _sI],
887
794
  [0, 0, 0, 0],
888
795
  ];
889
- export var ThrottlingException = [
890
- -3,
891
- n0,
892
- _TE,
893
- {
894
- [_e]: _c,
895
- [_hE]: 429,
896
- },
897
- [_m],
898
- [0],
899
- ];
796
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
900
797
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
901
798
  export var UpdateDevEnvironmentRequest = [
902
799
  3,
@@ -919,17 +816,7 @@ export var UpdateProjectResponse = [3, n0, _UPRp, 0, [_sN, _n, _dN, _d], [0, 0,
919
816
  export var UpdateSpaceRequest = [3, n0, _USR, 0, [_n, _d], [[0, 1], 0]];
920
817
  export var UpdateSpaceResponse = [3, n0, _USRp, 0, [_n, _dN, _d], [0, 0, 0]];
921
818
  export var UserIdentity = [3, n0, _UI, 0, [_uT, _pIri, _uN, _aAI], [0, 0, 0, 0]];
922
- export var ValidationException = [
923
- -3,
924
- n0,
925
- _VE,
926
- {
927
- [_e]: _c,
928
- [_hE]: 400,
929
- },
930
- [_m],
931
- [0],
932
- ];
819
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
933
820
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
934
821
  export var VerifySessionResponse = [3, n0, _VSR, 0, [_ide], [0]];
935
822
  export var WorkflowDefinition = [3, n0, _WD, 0, [_p], [0]];
@@ -993,9 +880,7 @@ export var CreateAccessToken = [
993
880
  9,
994
881
  n0,
995
882
  _CAT,
996
- {
997
- [_ht]: ["PUT", "/v1/accessTokens", 201],
998
- },
883
+ { [_ht]: ["PUT", "/v1/accessTokens", 201] },
999
884
  () => CreateAccessTokenRequest,
1000
885
  () => CreateAccessTokenResponse,
1001
886
  ];
@@ -1003,9 +888,7 @@ export var CreateDevEnvironment = [
1003
888
  9,
1004
889
  n0,
1005
890
  _CDE,
1006
- {
1007
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments", 201],
1008
- },
891
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments", 201] },
1009
892
  () => CreateDevEnvironmentRequest,
1010
893
  () => CreateDevEnvironmentResponse,
1011
894
  ];
@@ -1013,9 +896,7 @@ export var CreateProject = [
1013
896
  9,
1014
897
  n0,
1015
898
  _CP,
1016
- {
1017
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects", 201],
1018
- },
899
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects", 201] },
1019
900
  () => CreateProjectRequest,
1020
901
  () => CreateProjectResponse,
1021
902
  ];
@@ -1023,9 +904,7 @@ export var CreateSourceRepository = [
1023
904
  9,
1024
905
  n0,
1025
906
  _CSR,
1026
- {
1027
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 201],
1028
- },
907
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 201] },
1029
908
  () => CreateSourceRepositoryRequest,
1030
909
  () => CreateSourceRepositoryResponse,
1031
910
  ];
@@ -1047,9 +926,7 @@ export var DeleteAccessToken = [
1047
926
  9,
1048
927
  n0,
1049
928
  _DAT,
1050
- {
1051
- [_ht]: ["DELETE", "/v1/accessTokens/{id}", 200],
1052
- },
929
+ { [_ht]: ["DELETE", "/v1/accessTokens/{id}", 200] },
1053
930
  () => DeleteAccessTokenRequest,
1054
931
  () => DeleteAccessTokenResponse,
1055
932
  ];
@@ -1057,9 +934,7 @@ export var DeleteDevEnvironment = [
1057
934
  9,
1058
935
  n0,
1059
936
  _DDE,
1060
- {
1061
- [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200],
1062
- },
937
+ { [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200] },
1063
938
  () => DeleteDevEnvironmentRequest,
1064
939
  () => DeleteDevEnvironmentResponse,
1065
940
  ];
@@ -1067,9 +942,7 @@ export var DeleteProject = [
1067
942
  9,
1068
943
  n0,
1069
944
  _DP,
1070
- {
1071
- [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{name}", 200],
1072
- },
945
+ { [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{name}", 200] },
1073
946
  () => DeleteProjectRequest,
1074
947
  () => DeleteProjectResponse,
1075
948
  ];
@@ -1077,9 +950,7 @@ export var DeleteSourceRepository = [
1077
950
  9,
1078
951
  n0,
1079
952
  _DSRel,
1080
- {
1081
- [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 200],
1082
- },
953
+ { [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 200] },
1083
954
  () => DeleteSourceRepositoryRequest,
1084
955
  () => DeleteSourceRepositoryResponse,
1085
956
  ];
@@ -1087,9 +958,7 @@ export var DeleteSpace = [
1087
958
  9,
1088
959
  n0,
1089
960
  _DS,
1090
- {
1091
- [_ht]: ["DELETE", "/v1/spaces/{name}", 200],
1092
- },
961
+ { [_ht]: ["DELETE", "/v1/spaces/{name}", 200] },
1093
962
  () => DeleteSpaceRequest,
1094
963
  () => DeleteSpaceResponse,
1095
964
  ];
@@ -1097,9 +966,7 @@ export var GetDevEnvironment = [
1097
966
  9,
1098
967
  n0,
1099
968
  _GDE,
1100
- {
1101
- [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200],
1102
- },
969
+ { [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200] },
1103
970
  () => GetDevEnvironmentRequest,
1104
971
  () => GetDevEnvironmentResponse,
1105
972
  ];
@@ -1107,9 +974,7 @@ export var GetProject = [
1107
974
  9,
1108
975
  n0,
1109
976
  _GP,
1110
- {
1111
- [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{name}", 200],
1112
- },
977
+ { [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{name}", 200] },
1113
978
  () => GetProjectRequest,
1114
979
  () => GetProjectResponse,
1115
980
  ];
@@ -1117,9 +982,7 @@ export var GetSourceRepository = [
1117
982
  9,
1118
983
  n0,
1119
984
  _GSReto,
1120
- {
1121
- [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 200],
1122
- },
985
+ { [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 200] },
1123
986
  () => GetSourceRepositoryRequest,
1124
987
  () => GetSourceRepositoryResponse,
1125
988
  ];
@@ -1141,9 +1004,7 @@ export var GetSpace = [
1141
1004
  9,
1142
1005
  n0,
1143
1006
  _GS,
1144
- {
1145
- [_ht]: ["GET", "/v1/spaces/{name}", 200],
1146
- },
1007
+ { [_ht]: ["GET", "/v1/spaces/{name}", 200] },
1147
1008
  () => GetSpaceRequest,
1148
1009
  () => GetSpaceResponse,
1149
1010
  ];
@@ -1151,9 +1012,7 @@ export var GetSubscription = [
1151
1012
  9,
1152
1013
  n0,
1153
1014
  _GSe,
1154
- {
1155
- [_ht]: ["GET", "/v1/spaces/{spaceName}/subscription", 200],
1156
- },
1015
+ { [_ht]: ["GET", "/v1/spaces/{spaceName}/subscription", 200] },
1157
1016
  () => GetSubscriptionRequest,
1158
1017
  () => GetSubscriptionResponse,
1159
1018
  ];
@@ -1161,9 +1020,7 @@ export var GetUserDetails = [
1161
1020
  9,
1162
1021
  n0,
1163
1022
  _GUD,
1164
- {
1165
- [_ht]: ["GET", "/userDetails", 200],
1166
- },
1023
+ { [_ht]: ["GET", "/userDetails", 200] },
1167
1024
  () => GetUserDetailsRequest,
1168
1025
  () => GetUserDetailsResponse,
1169
1026
  ];
@@ -1171,9 +1028,7 @@ export var GetWorkflow = [
1171
1028
  9,
1172
1029
  n0,
1173
1030
  _GW,
1174
- {
1175
- [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/workflows/{id}", 200],
1176
- },
1031
+ { [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/workflows/{id}", 200] },
1177
1032
  () => GetWorkflowRequest,
1178
1033
  () => GetWorkflowResponse,
1179
1034
  ];
@@ -1181,9 +1036,7 @@ export var GetWorkflowRun = [
1181
1036
  9,
1182
1037
  n0,
1183
1038
  _GWRet,
1184
- {
1185
- [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns/{id}", 200],
1186
- },
1039
+ { [_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns/{id}", 200] },
1187
1040
  () => GetWorkflowRunRequest,
1188
1041
  () => GetWorkflowRunResponse,
1189
1042
  ];
@@ -1191,9 +1044,7 @@ export var ListAccessTokens = [
1191
1044
  9,
1192
1045
  n0,
1193
1046
  _LAT,
1194
- {
1195
- [_ht]: ["POST", "/v1/accessTokens", 200],
1196
- },
1047
+ { [_ht]: ["POST", "/v1/accessTokens", 200] },
1197
1048
  () => ListAccessTokensRequest,
1198
1049
  () => ListAccessTokensResponse,
1199
1050
  ];
@@ -1201,9 +1052,7 @@ export var ListDevEnvironments = [
1201
1052
  9,
1202
1053
  n0,
1203
1054
  _LDE,
1204
- {
1205
- [_ht]: ["POST", "/v1/spaces/{spaceName}/devEnvironments", 200],
1206
- },
1055
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/devEnvironments", 200] },
1207
1056
  () => ListDevEnvironmentsRequest,
1208
1057
  () => ListDevEnvironmentsResponse,
1209
1058
  ];
@@ -1211,9 +1060,7 @@ export var ListDevEnvironmentSessions = [
1211
1060
  9,
1212
1061
  n0,
1213
1062
  _LDES,
1214
- {
1215
- [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions", 200],
1216
- },
1063
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions", 200] },
1217
1064
  () => ListDevEnvironmentSessionsRequest,
1218
1065
  () => ListDevEnvironmentSessionsResponse,
1219
1066
  ];
@@ -1221,9 +1068,7 @@ export var ListEventLogs = [
1221
1068
  9,
1222
1069
  n0,
1223
1070
  _LEL,
1224
- {
1225
- [_ht]: ["POST", "/v1/spaces/{spaceName}/eventLogs", 200],
1226
- },
1071
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/eventLogs", 200] },
1227
1072
  () => ListEventLogsRequest,
1228
1073
  () => ListEventLogsResponse,
1229
1074
  ];
@@ -1231,9 +1076,7 @@ export var ListProjects = [
1231
1076
  9,
1232
1077
  n0,
1233
1078
  _LP,
1234
- {
1235
- [_ht]: ["POST", "/v1/spaces/{spaceName}/projects", 200],
1236
- },
1079
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/projects", 200] },
1237
1080
  () => ListProjectsRequest,
1238
1081
  () => ListProjectsResponse,
1239
1082
  ];
@@ -1241,9 +1084,7 @@ export var ListSourceRepositories = [
1241
1084
  9,
1242
1085
  n0,
1243
1086
  _LSRis,
1244
- {
1245
- [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories", 200],
1246
- },
1087
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories", 200] },
1247
1088
  () => ListSourceRepositoriesRequest,
1248
1089
  () => ListSourceRepositoriesResponse,
1249
1090
  ];
@@ -1265,9 +1106,7 @@ export var ListSpaces = [
1265
1106
  9,
1266
1107
  n0,
1267
1108
  _LS,
1268
- {
1269
- [_ht]: ["POST", "/v1/spaces", 200],
1270
- },
1109
+ { [_ht]: ["POST", "/v1/spaces", 200] },
1271
1110
  () => ListSpacesRequest,
1272
1111
  () => ListSpacesResponse,
1273
1112
  ];
@@ -1275,9 +1114,7 @@ export var ListWorkflowRuns = [
1275
1114
  9,
1276
1115
  n0,
1277
1116
  _LWRis,
1278
- {
1279
- [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", 200],
1280
- },
1117
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", 200] },
1281
1118
  () => ListWorkflowRunsRequest,
1282
1119
  () => ListWorkflowRunsResponse,
1283
1120
  ];
@@ -1285,9 +1122,7 @@ export var ListWorkflows = [
1285
1122
  9,
1286
1123
  n0,
1287
1124
  _LW,
1288
- {
1289
- [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/workflows", 200],
1290
- },
1125
+ { [_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/workflows", 200] },
1291
1126
  () => ListWorkflowsRequest,
1292
1127
  () => ListWorkflowsResponse,
1293
1128
  ];
@@ -1295,9 +1130,7 @@ export var StartDevEnvironment = [
1295
1130
  9,
1296
1131
  n0,
1297
1132
  _SDE,
1298
- {
1299
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start", 200],
1300
- },
1133
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start", 200] },
1301
1134
  () => StartDevEnvironmentRequest,
1302
1135
  () => StartDevEnvironmentResponse,
1303
1136
  ];
@@ -1305,9 +1138,7 @@ export var StartDevEnvironmentSession = [
1305
1138
  9,
1306
1139
  n0,
1307
1140
  _SDES,
1308
- {
1309
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session", 200],
1310
- },
1141
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session", 200] },
1311
1142
  () => StartDevEnvironmentSessionRequest,
1312
1143
  () => StartDevEnvironmentSessionResponse,
1313
1144
  ];
@@ -1315,9 +1146,7 @@ export var StartWorkflowRun = [
1315
1146
  9,
1316
1147
  n0,
1317
1148
  _SWR,
1318
- {
1319
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", 200],
1320
- },
1149
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", 200] },
1321
1150
  () => StartWorkflowRunRequest,
1322
1151
  () => StartWorkflowRunResponse,
1323
1152
  ];
@@ -1325,9 +1154,7 @@ export var StopDevEnvironment = [
1325
1154
  9,
1326
1155
  n0,
1327
1156
  _SDEt,
1328
- {
1329
- [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop", 200],
1330
- },
1157
+ { [_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop", 200] },
1331
1158
  () => StopDevEnvironmentRequest,
1332
1159
  () => StopDevEnvironmentResponse,
1333
1160
  ];
@@ -1335,9 +1162,7 @@ export var StopDevEnvironmentSession = [
1335
1162
  9,
1336
1163
  n0,
1337
1164
  _SDESt,
1338
- {
1339
- [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}", 200],
1340
- },
1165
+ { [_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}", 200] },
1341
1166
  () => StopDevEnvironmentSessionRequest,
1342
1167
  () => StopDevEnvironmentSessionResponse,
1343
1168
  ];
@@ -1345,9 +1170,7 @@ export var UpdateDevEnvironment = [
1345
1170
  9,
1346
1171
  n0,
1347
1172
  _UDE,
1348
- {
1349
- [_ht]: ["PATCH", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200],
1350
- },
1173
+ { [_ht]: ["PATCH", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200] },
1351
1174
  () => UpdateDevEnvironmentRequest,
1352
1175
  () => UpdateDevEnvironmentResponse,
1353
1176
  ];
@@ -1355,9 +1178,7 @@ export var UpdateProject = [
1355
1178
  9,
1356
1179
  n0,
1357
1180
  _UP,
1358
- {
1359
- [_ht]: ["PATCH", "/v1/spaces/{spaceName}/projects/{name}", 200],
1360
- },
1181
+ { [_ht]: ["PATCH", "/v1/spaces/{spaceName}/projects/{name}", 200] },
1361
1182
  () => UpdateProjectRequest,
1362
1183
  () => UpdateProjectResponse,
1363
1184
  ];
@@ -1365,9 +1186,7 @@ export var UpdateSpace = [
1365
1186
  9,
1366
1187
  n0,
1367
1188
  _US,
1368
- {
1369
- [_ht]: ["PATCH", "/v1/spaces/{name}", 200],
1370
- },
1189
+ { [_ht]: ["PATCH", "/v1/spaces/{name}", 200] },
1371
1190
  () => UpdateSpaceRequest,
1372
1191
  () => UpdateSpaceResponse,
1373
1192
  ];
@@ -1375,9 +1194,7 @@ export var VerifySession = [
1375
1194
  9,
1376
1195
  n0,
1377
1196
  _VS,
1378
- {
1379
- [_ht]: ["GET", "/session", 200],
1380
- },
1197
+ { [_ht]: ["GET", "/session", 200] },
1381
1198
  () => __Unit,
1382
1199
  () => VerifySessionResponse,
1383
1200
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CodeCatalystClient } from "./CodeCatalystClient";
3
3
  import { CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput } from "./commands/CreateAccessTokenCommand";
4
4
  import { CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput } from "./commands/CreateDevEnvironmentCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput } from "./commands/CreateAccessTokenCommand";
11
11
  import { CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput } from "./commands/CreateDevEnvironmentCommand";
12
12
  import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
@@ -46,7 +46,7 @@ import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./command
46
46
  import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
47
47
  import { VerifySessionCommandInput, VerifySessionCommandOutput } from "./commands/VerifySessionCommand";
48
48
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
49
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
49
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
50
50
  export { __Client };
51
51
  /**
52
52
  * @public
@@ -1,5 +1,5 @@
1
- import { HttpAuthScheme, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
2
- import { CodeCatalystHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
2
+ import type { CodeCatalystHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
2
- import { CodeCatalystClientResolvedConfig } from "../CodeCatalystClient";
1
+ import { type HttpAuthScheme, type HttpAuthSchemeParameters, type HttpAuthSchemeParametersProvider, type HttpAuthSchemeProvider, type Provider, HandlerExecutionContext, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
2
+ import type { CodeCatalystClientResolvedConfig } from "../CodeCatalystClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
- import { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
+ import type { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
- import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
+ import type { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
- import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
+ import type { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
- import { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
+ import type { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */