@aws-sdk/client-codebuild 3.952.0 → 3.953.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.
- package/dist-cjs/index.js +865 -560
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/BatchDeleteBuildsCommand.js +2 -2
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +2 -2
- package/dist-es/commands/BatchGetBuildsCommand.js +2 -2
- package/dist-es/commands/BatchGetCommandExecutionsCommand.js +2 -2
- package/dist-es/commands/BatchGetFleetsCommand.js +2 -2
- package/dist-es/commands/BatchGetProjectsCommand.js +2 -2
- package/dist-es/commands/BatchGetReportGroupsCommand.js +2 -2
- package/dist-es/commands/BatchGetReportsCommand.js +2 -2
- package/dist-es/commands/BatchGetSandboxesCommand.js +2 -2
- package/dist-es/commands/CreateFleetCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateReportGroupCommand.js +2 -2
- package/dist-es/commands/CreateWebhookCommand.js +2 -2
- package/dist-es/commands/DeleteBuildBatchCommand.js +2 -2
- package/dist-es/commands/DeleteFleetCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteReportCommand.js +2 -2
- package/dist-es/commands/DeleteReportGroupCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +2 -2
- package/dist-es/commands/DeleteWebhookCommand.js +2 -2
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +2 -2
- package/dist-es/commands/DescribeTestCasesCommand.js +2 -2
- package/dist-es/commands/GetReportGroupTrendCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ImportSourceCredentialsCommand.js +2 -2
- package/dist-es/commands/InvalidateProjectCacheCommand.js +2 -2
- package/dist-es/commands/ListBuildBatchesCommand.js +2 -2
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +2 -2
- package/dist-es/commands/ListBuildsCommand.js +2 -2
- package/dist-es/commands/ListBuildsForProjectCommand.js +2 -2
- package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +2 -2
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +2 -2
- package/dist-es/commands/ListFleetsCommand.js +2 -2
- package/dist-es/commands/ListProjectsCommand.js +2 -2
- package/dist-es/commands/ListReportGroupsCommand.js +2 -2
- package/dist-es/commands/ListReportsCommand.js +2 -2
- package/dist-es/commands/ListReportsForReportGroupCommand.js +2 -2
- package/dist-es/commands/ListSandboxesCommand.js +2 -2
- package/dist-es/commands/ListSandboxesForProjectCommand.js +2 -2
- package/dist-es/commands/ListSharedProjectsCommand.js +2 -2
- package/dist-es/commands/ListSharedReportGroupsCommand.js +2 -2
- package/dist-es/commands/ListSourceCredentialsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RetryBuildBatchCommand.js +2 -2
- package/dist-es/commands/RetryBuildCommand.js +2 -2
- package/dist-es/commands/StartBuildBatchCommand.js +2 -2
- package/dist-es/commands/StartBuildCommand.js +2 -2
- package/dist-es/commands/StartCommandExecutionCommand.js +2 -2
- package/dist-es/commands/StartSandboxCommand.js +2 -2
- package/dist-es/commands/StartSandboxConnectionCommand.js +2 -2
- package/dist-es/commands/StopBuildBatchCommand.js +2 -2
- package/dist-es/commands/StopBuildCommand.js +2 -2
- package/dist-es/commands/StopSandboxCommand.js +2 -2
- package/dist-es/commands/UpdateFleetCommand.js +2 -2
- package/dist-es/commands/UpdateProjectCommand.js +2 -2
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +2 -2
- package/dist-es/commands/UpdateReportGroupCommand.js +2 -2
- package/dist-es/commands/UpdateWebhookCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +556 -507
- package/dist-types/CodeBuildClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +257 -315
- package/dist-types/ts3.4/CodeBuildClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -316
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CodeBuildClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CodeBuildServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CodeBuildServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccountLimitExceededException extends CodeBuildServiceException {
|
|
121
121
|
name = "AccountLimitExceededException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccountLimitExceededException$1 = class AccountLimitExceededException extend
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccountLimitExceededException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class AccountSuspendedException extends CodeBuildServiceException {
|
|
133
133
|
name = "AccountSuspendedException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let AccountSuspendedException$1 = class AccountSuspendedException extends CodeBu
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, AccountSuspendedException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InvalidInputException extends CodeBuildServiceException {
|
|
145
145
|
name = "InvalidInputException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InvalidInputException$1 = class InvalidInputException extends CodeBuildServi
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ResourceAlreadyExistsException extends CodeBuildServiceException {
|
|
157
157
|
name = "ResourceAlreadyExistsException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class OAuthProviderException extends CodeBuildServiceException {
|
|
169
169
|
name = "OAuthProviderException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let OAuthProviderException$1 = class OAuthProviderException extends CodeBuildSer
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, OAuthProviderException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ResourceNotFoundException extends CodeBuildServiceException {
|
|
181
181
|
name = "ResourceNotFoundException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,7 +188,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeBu
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
191
|
+
}
|
|
192
192
|
|
|
193
193
|
const _ALEE = "AccountLimitExceededException";
|
|
194
194
|
const _ARC = "AutoRetryConfig";
|
|
@@ -800,13 +800,13 @@ const _w = "webhook";
|
|
|
800
800
|
const n0 = "com.amazonaws.codebuild";
|
|
801
801
|
var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
|
|
802
802
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
803
|
-
var AccountLimitExceededException = [-3, n0, _ALEE, { [_e]: _c }, [_m], [0]];
|
|
804
|
-
schema.TypeRegistry.for(n0).registerError(AccountLimitExceededException
|
|
805
|
-
var AccountSuspendedException = [-3, n0, _ASE, { [_e]: _c }, [_m], [0]];
|
|
806
|
-
schema.TypeRegistry.for(n0).registerError(AccountSuspendedException
|
|
807
|
-
var AutoRetryConfig = [3, n0, _ARC, 0, [_aRL, _aRN, _nAR, _pAR], [1, 1, 0, 0]];
|
|
808
|
-
var BatchDeleteBuildsInput = [3, n0, _BDBI, 0, [_i], [64 | 0]];
|
|
809
|
-
var BatchDeleteBuildsOutput = [
|
|
803
|
+
var AccountLimitExceededException$ = [-3, n0, _ALEE, { [_e]: _c }, [_m], [0]];
|
|
804
|
+
schema.TypeRegistry.for(n0).registerError(AccountLimitExceededException$, AccountLimitExceededException);
|
|
805
|
+
var AccountSuspendedException$ = [-3, n0, _ASE, { [_e]: _c }, [_m], [0]];
|
|
806
|
+
schema.TypeRegistry.for(n0).registerError(AccountSuspendedException$, AccountSuspendedException);
|
|
807
|
+
var AutoRetryConfig$ = [3, n0, _ARC, 0, [_aRL, _aRN, _nAR, _pAR], [1, 1, 0, 0]];
|
|
808
|
+
var BatchDeleteBuildsInput$ = [3, n0, _BDBI, 0, [_i], [64 | 0]];
|
|
809
|
+
var BatchDeleteBuildsOutput$ = [
|
|
810
810
|
3,
|
|
811
811
|
n0,
|
|
812
812
|
_BDBO,
|
|
@@ -814,8 +814,8 @@ var BatchDeleteBuildsOutput = [
|
|
|
814
814
|
[_bD, _bND],
|
|
815
815
|
[64 | 0, () => BuildsNotDeleted],
|
|
816
816
|
];
|
|
817
|
-
var BatchGetBuildBatchesInput = [3, n0, _BGBBI, 0, [_i], [64 | 0]];
|
|
818
|
-
var BatchGetBuildBatchesOutput = [
|
|
817
|
+
var BatchGetBuildBatchesInput$ = [3, n0, _BGBBI, 0, [_i], [64 | 0]];
|
|
818
|
+
var BatchGetBuildBatchesOutput$ = [
|
|
819
819
|
3,
|
|
820
820
|
n0,
|
|
821
821
|
_BGBBO,
|
|
@@ -823,10 +823,10 @@ var BatchGetBuildBatchesOutput = [
|
|
|
823
823
|
[_bB, _bBNF],
|
|
824
824
|
[() => BuildBatches, 64 | 0],
|
|
825
825
|
];
|
|
826
|
-
var BatchGetBuildsInput = [3, n0, _BGBI, 0, [_i], [64 | 0]];
|
|
827
|
-
var BatchGetBuildsOutput = [3, n0, _BGBO, 0, [_b, _bNF], [() => Builds, 64 | 0]];
|
|
828
|
-
var BatchGetCommandExecutionsInput = [3, n0, _BGCEI, 0, [_sI, _cEI], [0, 64 | 0]];
|
|
829
|
-
var BatchGetCommandExecutionsOutput = [
|
|
826
|
+
var BatchGetBuildsInput$ = [3, n0, _BGBI, 0, [_i], [64 | 0]];
|
|
827
|
+
var BatchGetBuildsOutput$ = [3, n0, _BGBO, 0, [_b, _bNF], [() => Builds, 64 | 0]];
|
|
828
|
+
var BatchGetCommandExecutionsInput$ = [3, n0, _BGCEI, 0, [_sI, _cEI], [0, 64 | 0]];
|
|
829
|
+
var BatchGetCommandExecutionsOutput$ = [
|
|
830
830
|
3,
|
|
831
831
|
n0,
|
|
832
832
|
_BGCEO,
|
|
@@ -834,12 +834,12 @@ var BatchGetCommandExecutionsOutput = [
|
|
|
834
834
|
[_cE, _cENF],
|
|
835
835
|
[[() => CommandExecutions, 0], 64 | 0],
|
|
836
836
|
];
|
|
837
|
-
var BatchGetFleetsInput = [3, n0, _BGFI, 0, [_n], [64 | 0]];
|
|
838
|
-
var BatchGetFleetsOutput = [3, n0, _BGFO, 0, [_f, _fNF], [() => Fleets, 64 | 0]];
|
|
839
|
-
var BatchGetProjectsInput = [3, n0, _BGPI, 0, [_n], [64 | 0]];
|
|
840
|
-
var BatchGetProjectsOutput = [3, n0, _BGPO, 0, [_p, _pNF], [() => Projects, 64 | 0]];
|
|
841
|
-
var BatchGetReportGroupsInput = [3, n0, _BGRGI, 0, [_rGA], [64 | 0]];
|
|
842
|
-
var BatchGetReportGroupsOutput = [
|
|
837
|
+
var BatchGetFleetsInput$ = [3, n0, _BGFI, 0, [_n], [64 | 0]];
|
|
838
|
+
var BatchGetFleetsOutput$ = [3, n0, _BGFO, 0, [_f, _fNF], [() => Fleets, 64 | 0]];
|
|
839
|
+
var BatchGetProjectsInput$ = [3, n0, _BGPI, 0, [_n], [64 | 0]];
|
|
840
|
+
var BatchGetProjectsOutput$ = [3, n0, _BGPO, 0, [_p, _pNF], [() => Projects, 64 | 0]];
|
|
841
|
+
var BatchGetReportGroupsInput$ = [3, n0, _BGRGI, 0, [_rGA], [64 | 0]];
|
|
842
|
+
var BatchGetReportGroupsOutput$ = [
|
|
843
843
|
3,
|
|
844
844
|
n0,
|
|
845
845
|
_BGRGO,
|
|
@@ -847,12 +847,12 @@ var BatchGetReportGroupsOutput = [
|
|
|
847
847
|
[_rG, _rGNF],
|
|
848
848
|
[() => ReportGroups, 64 | 0],
|
|
849
849
|
];
|
|
850
|
-
var BatchGetReportsInput = [3, n0, _BGRI, 0, [_rA], [64 | 0]];
|
|
851
|
-
var BatchGetReportsOutput = [3, n0, _BGRO, 0, [_r, _rNF], [() => Reports, 64 | 0]];
|
|
852
|
-
var BatchGetSandboxesInput = [3, n0, _BGSI, 0, [_i], [64 | 0]];
|
|
853
|
-
var BatchGetSandboxesOutput = [3, n0, _BGSO, 0, [_s, _sNF], [() => Sandboxes, 64 | 0]];
|
|
854
|
-
var BatchRestrictions = [3, n0, _BR, 0, [_mBA, _cTA, _fA], [1, 64 | 0, 64 | 0]];
|
|
855
|
-
var Build = [
|
|
850
|
+
var BatchGetReportsInput$ = [3, n0, _BGRI, 0, [_rA], [64 | 0]];
|
|
851
|
+
var BatchGetReportsOutput$ = [3, n0, _BGRO, 0, [_r, _rNF], [() => Reports, 64 | 0]];
|
|
852
|
+
var BatchGetSandboxesInput$ = [3, n0, _BGSI, 0, [_i], [64 | 0]];
|
|
853
|
+
var BatchGetSandboxesOutput$ = [3, n0, _BGSO, 0, [_s, _sNF], [() => Sandboxes, 64 | 0]];
|
|
854
|
+
var BatchRestrictions$ = [3, n0, _BR, 0, [_mBA, _cTA, _fA], [1, 64 | 0, 64 | 0]];
|
|
855
|
+
var Build$ = [
|
|
856
856
|
3,
|
|
857
857
|
n0,
|
|
858
858
|
_B,
|
|
@@ -904,31 +904,31 @@ var Build = [
|
|
|
904
904
|
0,
|
|
905
905
|
0,
|
|
906
906
|
() => BuildPhases,
|
|
907
|
-
() => ProjectSource
|
|
907
|
+
() => ProjectSource$,
|
|
908
908
|
() => ProjectSources,
|
|
909
909
|
() => ProjectSecondarySourceVersions,
|
|
910
|
-
() => BuildArtifacts
|
|
910
|
+
() => BuildArtifacts$,
|
|
911
911
|
() => BuildArtifactsList,
|
|
912
|
-
() => ProjectCache
|
|
913
|
-
() => ProjectEnvironment
|
|
912
|
+
() => ProjectCache$,
|
|
913
|
+
() => ProjectEnvironment$,
|
|
914
914
|
0,
|
|
915
|
-
() => LogsLocation
|
|
915
|
+
() => LogsLocation$,
|
|
916
916
|
1,
|
|
917
917
|
1,
|
|
918
918
|
2,
|
|
919
919
|
0,
|
|
920
|
-
() => VpcConfig
|
|
921
|
-
() => NetworkInterface
|
|
920
|
+
() => VpcConfig$,
|
|
921
|
+
() => NetworkInterface$,
|
|
922
922
|
0,
|
|
923
923
|
() => ExportedEnvironmentVariables,
|
|
924
924
|
64 | 0,
|
|
925
925
|
() => ProjectFileSystemLocations,
|
|
926
|
-
() => DebugSession
|
|
926
|
+
() => DebugSession$,
|
|
927
927
|
0,
|
|
928
|
-
() => AutoRetryConfig
|
|
928
|
+
() => AutoRetryConfig$,
|
|
929
929
|
],
|
|
930
930
|
];
|
|
931
|
-
var BuildArtifacts = [
|
|
931
|
+
var BuildArtifacts$ = [
|
|
932
932
|
3,
|
|
933
933
|
n0,
|
|
934
934
|
_BA,
|
|
@@ -936,7 +936,7 @@ var BuildArtifacts = [
|
|
|
936
936
|
[_lo, _sh, _md, _oAN, _eD, _aI, _bOA],
|
|
937
937
|
[0, 0, 0, 2, 2, 0, 0],
|
|
938
938
|
];
|
|
939
|
-
var BuildBatch = [
|
|
939
|
+
var BuildBatch$ = [
|
|
940
940
|
3,
|
|
941
941
|
n0,
|
|
942
942
|
_BB,
|
|
@@ -985,31 +985,31 @@ var BuildBatch = [
|
|
|
985
985
|
0,
|
|
986
986
|
0,
|
|
987
987
|
() => BuildBatchPhases,
|
|
988
|
-
() => ProjectSource
|
|
988
|
+
() => ProjectSource$,
|
|
989
989
|
() => ProjectSources,
|
|
990
990
|
() => ProjectSecondarySourceVersions,
|
|
991
|
-
() => BuildArtifacts
|
|
991
|
+
() => BuildArtifacts$,
|
|
992
992
|
() => BuildArtifactsList,
|
|
993
|
-
() => ProjectCache
|
|
994
|
-
() => ProjectEnvironment
|
|
993
|
+
() => ProjectCache$,
|
|
994
|
+
() => ProjectEnvironment$,
|
|
995
995
|
0,
|
|
996
|
-
() => LogsConfig
|
|
996
|
+
() => LogsConfig$,
|
|
997
997
|
1,
|
|
998
998
|
1,
|
|
999
999
|
2,
|
|
1000
1000
|
0,
|
|
1001
|
-
() => VpcConfig
|
|
1001
|
+
() => VpcConfig$,
|
|
1002
1002
|
0,
|
|
1003
1003
|
1,
|
|
1004
1004
|
() => ProjectFileSystemLocations,
|
|
1005
|
-
() => ProjectBuildBatchConfig
|
|
1005
|
+
() => ProjectBuildBatchConfig$,
|
|
1006
1006
|
() => BuildGroups,
|
|
1007
1007
|
2,
|
|
1008
1008
|
64 | 0,
|
|
1009
1009
|
],
|
|
1010
1010
|
];
|
|
1011
|
-
var BuildBatchFilter = [3, n0, _BBF, 0, [_st], [0]];
|
|
1012
|
-
var BuildBatchPhase = [
|
|
1011
|
+
var BuildBatchFilter$ = [3, n0, _BBF, 0, [_st], [0]];
|
|
1012
|
+
var BuildBatchPhase$ = [
|
|
1013
1013
|
3,
|
|
1014
1014
|
n0,
|
|
1015
1015
|
_BBP,
|
|
@@ -1017,16 +1017,16 @@ var BuildBatchPhase = [
|
|
|
1017
1017
|
[_pT, _pS, _sT, _eT, _dIS, _con],
|
|
1018
1018
|
[0, 0, 4, 4, 1, () => PhaseContexts],
|
|
1019
1019
|
];
|
|
1020
|
-
var BuildGroup = [
|
|
1020
|
+
var BuildGroup$ = [
|
|
1021
1021
|
3,
|
|
1022
1022
|
n0,
|
|
1023
1023
|
_BG,
|
|
1024
1024
|
0,
|
|
1025
1025
|
[_ide, _dO, _iF, _cBS, _pBSL],
|
|
1026
|
-
[0, 64 | 0, 2, () => BuildSummary
|
|
1026
|
+
[0, 64 | 0, 2, () => BuildSummary$, () => BuildSummaries],
|
|
1027
1027
|
];
|
|
1028
|
-
var BuildNotDeleted = [3, n0, _BND, 0, [_id, _sC], [0, 0]];
|
|
1029
|
-
var BuildPhase = [
|
|
1028
|
+
var BuildNotDeleted$ = [3, n0, _BND, 0, [_id, _sC], [0, 0]];
|
|
1029
|
+
var BuildPhase$ = [
|
|
1030
1030
|
3,
|
|
1031
1031
|
n0,
|
|
1032
1032
|
_BP,
|
|
@@ -1034,17 +1034,17 @@ var BuildPhase = [
|
|
|
1034
1034
|
[_pT, _pS, _sT, _eT, _dIS, _con],
|
|
1035
1035
|
[0, 0, 4, 4, 1, () => PhaseContexts],
|
|
1036
1036
|
];
|
|
1037
|
-
var BuildStatusConfig = [3, n0, _BSC, 0, [_cont, _tU], [0, 0]];
|
|
1038
|
-
var BuildSummary = [
|
|
1037
|
+
var BuildStatusConfig$ = [3, n0, _BSC, 0, [_cont, _tU], [0, 0]];
|
|
1038
|
+
var BuildSummary$ = [
|
|
1039
1039
|
3,
|
|
1040
1040
|
n0,
|
|
1041
1041
|
_BS,
|
|
1042
1042
|
0,
|
|
1043
1043
|
[_a, _rO, _bS, _pA, _sA],
|
|
1044
|
-
[0, 4, 0, () => ResolvedArtifact
|
|
1044
|
+
[0, 4, 0, () => ResolvedArtifact$, () => ResolvedSecondaryArtifacts],
|
|
1045
1045
|
];
|
|
1046
|
-
var CloudWatchLogsConfig = [3, n0, _CWLC, 0, [_st, _gN, _sN], [0, 0, 0]];
|
|
1047
|
-
var CodeCoverage = [
|
|
1046
|
+
var CloudWatchLogsConfig$ = [3, n0, _CWLC, 0, [_st, _gN, _sN], [0, 0, 0]];
|
|
1047
|
+
var CodeCoverage$ = [
|
|
1048
1048
|
3,
|
|
1049
1049
|
n0,
|
|
1050
1050
|
_CC,
|
|
@@ -1052,7 +1052,7 @@ var CodeCoverage = [
|
|
|
1052
1052
|
[_id, _rARN, _fP, _lCP, _lCi, _lM, _bCP, _bCr, _bM, _ex],
|
|
1053
1053
|
[0, 0, 0, 1, 1, 1, 1, 1, 1, 4],
|
|
1054
1054
|
];
|
|
1055
|
-
var CodeCoverageReportSummary = [
|
|
1055
|
+
var CodeCoverageReportSummary$ = [
|
|
1056
1056
|
3,
|
|
1057
1057
|
n0,
|
|
1058
1058
|
_CCRS,
|
|
@@ -1060,7 +1060,7 @@ var CodeCoverageReportSummary = [
|
|
|
1060
1060
|
[_lCP, _lCi, _lM, _bCP, _bCr, _bM],
|
|
1061
1061
|
[1, 1, 1, 1, 1, 1],
|
|
1062
1062
|
];
|
|
1063
|
-
var CommandExecution = [
|
|
1063
|
+
var CommandExecution$ = [
|
|
1064
1064
|
3,
|
|
1065
1065
|
n0,
|
|
1066
1066
|
_CE,
|
|
@@ -1078,12 +1078,12 @@ var CommandExecution = [
|
|
|
1078
1078
|
0,
|
|
1079
1079
|
[() => SensitiveNonEmptyString, 0],
|
|
1080
1080
|
[() => SensitiveNonEmptyString, 0],
|
|
1081
|
-
() => LogsLocation
|
|
1081
|
+
() => LogsLocation$,
|
|
1082
1082
|
0,
|
|
1083
1083
|
],
|
|
1084
1084
|
];
|
|
1085
|
-
var ComputeConfiguration = [3, n0, _CCo, 0, [_vCp, _me, _d, _mT, _iT], [1, 1, 1, 0, 0]];
|
|
1086
|
-
var CreateFleetInput = [
|
|
1085
|
+
var ComputeConfiguration$ = [3, n0, _CCo, 0, [_vCp, _me, _d, _mT, _iT], [1, 1, 1, 0, 0]];
|
|
1086
|
+
var CreateFleetInput$ = [
|
|
1087
1087
|
3,
|
|
1088
1088
|
n0,
|
|
1089
1089
|
_CFI,
|
|
@@ -1094,18 +1094,18 @@ var CreateFleetInput = [
|
|
|
1094
1094
|
1,
|
|
1095
1095
|
0,
|
|
1096
1096
|
0,
|
|
1097
|
-
() => ComputeConfiguration
|
|
1098
|
-
() => ScalingConfigurationInput
|
|
1097
|
+
() => ComputeConfiguration$,
|
|
1098
|
+
() => ScalingConfigurationInput$,
|
|
1099
1099
|
0,
|
|
1100
|
-
() => VpcConfig
|
|
1101
|
-
() => ProxyConfiguration
|
|
1100
|
+
() => VpcConfig$,
|
|
1101
|
+
() => ProxyConfiguration$,
|
|
1102
1102
|
0,
|
|
1103
1103
|
0,
|
|
1104
1104
|
() => TagList,
|
|
1105
1105
|
],
|
|
1106
1106
|
];
|
|
1107
|
-
var CreateFleetOutput = [3, n0, _CFO, 0, [_fl], [() => Fleet]];
|
|
1108
|
-
var CreateProjectInput = [
|
|
1107
|
+
var CreateFleetOutput$ = [3, n0, _CFO, 0, [_fl], [() => Fleet$]];
|
|
1108
|
+
var CreateProjectInput$ = [
|
|
1109
1109
|
3,
|
|
1110
1110
|
n0,
|
|
1111
1111
|
_CPI,
|
|
@@ -1137,50 +1137,50 @@ var CreateProjectInput = [
|
|
|
1137
1137
|
[
|
|
1138
1138
|
0,
|
|
1139
1139
|
0,
|
|
1140
|
-
() => ProjectSource
|
|
1140
|
+
() => ProjectSource$,
|
|
1141
1141
|
() => ProjectSources,
|
|
1142
1142
|
0,
|
|
1143
1143
|
() => ProjectSecondarySourceVersions,
|
|
1144
|
-
() => ProjectArtifacts
|
|
1144
|
+
() => ProjectArtifacts$,
|
|
1145
1145
|
() => ProjectArtifactsList,
|
|
1146
|
-
() => ProjectCache
|
|
1147
|
-
() => ProjectEnvironment
|
|
1146
|
+
() => ProjectCache$,
|
|
1147
|
+
() => ProjectEnvironment$,
|
|
1148
1148
|
0,
|
|
1149
1149
|
1,
|
|
1150
1150
|
1,
|
|
1151
1151
|
0,
|
|
1152
1152
|
() => TagList,
|
|
1153
|
-
() => VpcConfig
|
|
1153
|
+
() => VpcConfig$,
|
|
1154
1154
|
2,
|
|
1155
|
-
() => LogsConfig
|
|
1155
|
+
() => LogsConfig$,
|
|
1156
1156
|
() => ProjectFileSystemLocations,
|
|
1157
|
-
() => ProjectBuildBatchConfig
|
|
1157
|
+
() => ProjectBuildBatchConfig$,
|
|
1158
1158
|
1,
|
|
1159
1159
|
1,
|
|
1160
1160
|
],
|
|
1161
1161
|
];
|
|
1162
|
-
var CreateProjectOutput = [3, n0, _CPO, 0, [_pr], [() => Project]];
|
|
1163
|
-
var CreateReportGroupInput = [
|
|
1162
|
+
var CreateProjectOutput$ = [3, n0, _CPO, 0, [_pr], [() => Project$]];
|
|
1163
|
+
var CreateReportGroupInput$ = [
|
|
1164
1164
|
3,
|
|
1165
1165
|
n0,
|
|
1166
1166
|
_CRGI,
|
|
1167
1167
|
0,
|
|
1168
1168
|
[_na, _t, _eCx, _ta],
|
|
1169
|
-
[0, 0, () => ReportExportConfig
|
|
1169
|
+
[0, 0, () => ReportExportConfig$, () => TagList],
|
|
1170
1170
|
];
|
|
1171
|
-
var CreateReportGroupOutput = [3, n0, _CRGO, 0, [_rGe], [() => ReportGroup]];
|
|
1172
|
-
var CreateWebhookInput = [
|
|
1171
|
+
var CreateReportGroupOutput$ = [3, n0, _CRGO, 0, [_rGe], [() => ReportGroup$]];
|
|
1172
|
+
var CreateWebhookInput$ = [
|
|
1173
1173
|
3,
|
|
1174
1174
|
n0,
|
|
1175
1175
|
_CWI,
|
|
1176
1176
|
0,
|
|
1177
1177
|
[_pN, _bF, _fG, _bT, _mC, _sCco, _pRBP],
|
|
1178
|
-
[0, 0, () => FilterGroups, 0, 2, () => ScopeConfiguration
|
|
1178
|
+
[0, 0, () => FilterGroups, 0, 2, () => ScopeConfiguration$, () => PullRequestBuildPolicy$],
|
|
1179
1179
|
];
|
|
1180
|
-
var CreateWebhookOutput = [3, n0, _CWO, 0, [_w], [() => Webhook]];
|
|
1181
|
-
var DebugSession = [3, n0, _DS, 0, [_sE, _sTe], [2, 0]];
|
|
1182
|
-
var DeleteBuildBatchInput = [3, n0, _DBBI, 0, [_id], [0]];
|
|
1183
|
-
var DeleteBuildBatchOutput = [
|
|
1180
|
+
var CreateWebhookOutput$ = [3, n0, _CWO, 0, [_w], [() => Webhook$]];
|
|
1181
|
+
var DebugSession$ = [3, n0, _DS, 0, [_sE, _sTe], [2, 0]];
|
|
1182
|
+
var DeleteBuildBatchInput$ = [3, n0, _DBBI, 0, [_id], [0]];
|
|
1183
|
+
var DeleteBuildBatchOutput$ = [
|
|
1184
1184
|
3,
|
|
1185
1185
|
n0,
|
|
1186
1186
|
_DBBO,
|
|
@@ -1188,21 +1188,21 @@ var DeleteBuildBatchOutput = [
|
|
|
1188
1188
|
[_sC, _bD, _bND],
|
|
1189
1189
|
[0, 64 | 0, () => BuildsNotDeleted],
|
|
1190
1190
|
];
|
|
1191
|
-
var DeleteFleetInput = [3, n0, _DFI, 0, [_a], [0]];
|
|
1192
|
-
var DeleteFleetOutput = [3, n0, _DFO, 0, [], []];
|
|
1193
|
-
var DeleteProjectInput = [3, n0, _DPI, 0, [_na], [0]];
|
|
1194
|
-
var DeleteProjectOutput = [3, n0, _DPO, 0, [], []];
|
|
1195
|
-
var DeleteReportGroupInput = [3, n0, _DRGI, 0, [_a, _dR], [0, 2]];
|
|
1196
|
-
var DeleteReportGroupOutput = [3, n0, _DRGO, 0, [], []];
|
|
1197
|
-
var DeleteReportInput = [3, n0, _DRI, 0, [_a], [0]];
|
|
1198
|
-
var DeleteReportOutput = [3, n0, _DRO, 0, [], []];
|
|
1199
|
-
var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_rAe], [0]];
|
|
1200
|
-
var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [], []];
|
|
1201
|
-
var DeleteSourceCredentialsInput = [3, n0, _DSCI, 0, [_a], [0]];
|
|
1202
|
-
var DeleteSourceCredentialsOutput = [3, n0, _DSCO, 0, [_a], [0]];
|
|
1203
|
-
var DeleteWebhookInput = [3, n0, _DWI, 0, [_pN], [0]];
|
|
1204
|
-
var DeleteWebhookOutput = [3, n0, _DWO, 0, [], []];
|
|
1205
|
-
var DescribeCodeCoveragesInput = [
|
|
1191
|
+
var DeleteFleetInput$ = [3, n0, _DFI, 0, [_a], [0]];
|
|
1192
|
+
var DeleteFleetOutput$ = [3, n0, _DFO, 0, [], []];
|
|
1193
|
+
var DeleteProjectInput$ = [3, n0, _DPI, 0, [_na], [0]];
|
|
1194
|
+
var DeleteProjectOutput$ = [3, n0, _DPO, 0, [], []];
|
|
1195
|
+
var DeleteReportGroupInput$ = [3, n0, _DRGI, 0, [_a, _dR], [0, 2]];
|
|
1196
|
+
var DeleteReportGroupOutput$ = [3, n0, _DRGO, 0, [], []];
|
|
1197
|
+
var DeleteReportInput$ = [3, n0, _DRI, 0, [_a], [0]];
|
|
1198
|
+
var DeleteReportOutput$ = [3, n0, _DRO, 0, [], []];
|
|
1199
|
+
var DeleteResourcePolicyInput$ = [3, n0, _DRPI, 0, [_rAe], [0]];
|
|
1200
|
+
var DeleteResourcePolicyOutput$ = [3, n0, _DRPO, 0, [], []];
|
|
1201
|
+
var DeleteSourceCredentialsInput$ = [3, n0, _DSCI, 0, [_a], [0]];
|
|
1202
|
+
var DeleteSourceCredentialsOutput$ = [3, n0, _DSCO, 0, [_a], [0]];
|
|
1203
|
+
var DeleteWebhookInput$ = [3, n0, _DWI, 0, [_pN], [0]];
|
|
1204
|
+
var DeleteWebhookOutput$ = [3, n0, _DWO, 0, [], []];
|
|
1205
|
+
var DescribeCodeCoveragesInput$ = [
|
|
1206
1206
|
3,
|
|
1207
1207
|
n0,
|
|
1208
1208
|
_DCCI,
|
|
@@ -1210,7 +1210,7 @@ var DescribeCodeCoveragesInput = [
|
|
|
1210
1210
|
[_rAep, _nT, _mR, _sO, _sB, _mLCP, _mLCPa],
|
|
1211
1211
|
[0, 0, 1, 0, 0, 1, 1],
|
|
1212
1212
|
];
|
|
1213
|
-
var DescribeCodeCoveragesOutput = [
|
|
1213
|
+
var DescribeCodeCoveragesOutput$ = [
|
|
1214
1214
|
3,
|
|
1215
1215
|
n0,
|
|
1216
1216
|
_DCCO,
|
|
@@ -1218,30 +1218,30 @@ var DescribeCodeCoveragesOutput = [
|
|
|
1218
1218
|
[_nT, _cCo],
|
|
1219
1219
|
[0, () => CodeCoverages],
|
|
1220
1220
|
];
|
|
1221
|
-
var DescribeTestCasesInput = [
|
|
1221
|
+
var DescribeTestCasesInput$ = [
|
|
1222
1222
|
3,
|
|
1223
1223
|
n0,
|
|
1224
1224
|
_DTCI,
|
|
1225
1225
|
0,
|
|
1226
1226
|
[_rAep, _nT, _mR, _fi],
|
|
1227
|
-
[0, 0, 1, () => TestCaseFilter],
|
|
1227
|
+
[0, 0, 1, () => TestCaseFilter$],
|
|
1228
1228
|
];
|
|
1229
|
-
var DescribeTestCasesOutput = [3, n0, _DTCO, 0, [_nT, _tC], [0, () => TestCases]];
|
|
1230
|
-
var DockerServer = [
|
|
1229
|
+
var DescribeTestCasesOutput$ = [3, n0, _DTCO, 0, [_nT, _tC], [0, () => TestCases]];
|
|
1230
|
+
var DockerServer$ = [
|
|
1231
1231
|
3,
|
|
1232
1232
|
n0,
|
|
1233
1233
|
_DSo,
|
|
1234
1234
|
0,
|
|
1235
1235
|
[_cT, _sGI, _st],
|
|
1236
|
-
[0, 64 | 0, () => DockerServerStatus],
|
|
1237
|
-
];
|
|
1238
|
-
var DockerServerStatus = [3, n0, _DSS, 0, [_st, _m], [0, 0]];
|
|
1239
|
-
var EnvironmentImage = [3, n0, _EI, 0, [_na, _de, _v], [0, 0, 64 | 0]];
|
|
1240
|
-
var EnvironmentLanguage = [3, n0, _EL, 0, [_la, _im], [0, () => EnvironmentImages]];
|
|
1241
|
-
var EnvironmentPlatform = [3, n0, _EP, 0, [_pl, _lan], [0, () => EnvironmentLanguages]];
|
|
1242
|
-
var EnvironmentVariable = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
|
|
1243
|
-
var ExportedEnvironmentVariable = [3, n0, _EEV, 0, [_na, _va], [0, 0]];
|
|
1244
|
-
var Fleet = [
|
|
1236
|
+
[0, 64 | 0, () => DockerServerStatus$],
|
|
1237
|
+
];
|
|
1238
|
+
var DockerServerStatus$ = [3, n0, _DSS, 0, [_st, _m], [0, 0]];
|
|
1239
|
+
var EnvironmentImage$ = [3, n0, _EI, 0, [_na, _de, _v], [0, 0, 64 | 0]];
|
|
1240
|
+
var EnvironmentLanguage$ = [3, n0, _EL, 0, [_la, _im], [0, () => EnvironmentImages]];
|
|
1241
|
+
var EnvironmentPlatform$ = [3, n0, _EP, 0, [_pl, _lan], [0, () => EnvironmentLanguages]];
|
|
1242
|
+
var EnvironmentVariable$ = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
|
|
1243
|
+
var ExportedEnvironmentVariable$ = [3, n0, _EEV, 0, [_na, _va], [0, 0]];
|
|
1244
|
+
var Fleet$ = [
|
|
1245
1245
|
3,
|
|
1246
1246
|
n0,
|
|
1247
1247
|
_F,
|
|
@@ -1253,35 +1253,35 @@ var Fleet = [
|
|
|
1253
1253
|
0,
|
|
1254
1254
|
4,
|
|
1255
1255
|
4,
|
|
1256
|
-
() => FleetStatus
|
|
1256
|
+
() => FleetStatus$,
|
|
1257
1257
|
1,
|
|
1258
1258
|
0,
|
|
1259
1259
|
0,
|
|
1260
|
-
() => ComputeConfiguration
|
|
1261
|
-
() => ScalingConfigurationOutput
|
|
1260
|
+
() => ComputeConfiguration$,
|
|
1261
|
+
() => ScalingConfigurationOutput$,
|
|
1262
1262
|
0,
|
|
1263
|
-
() => VpcConfig
|
|
1264
|
-
() => ProxyConfiguration
|
|
1263
|
+
() => VpcConfig$,
|
|
1264
|
+
() => ProxyConfiguration$,
|
|
1265
1265
|
0,
|
|
1266
1266
|
0,
|
|
1267
1267
|
() => TagList,
|
|
1268
1268
|
],
|
|
1269
1269
|
];
|
|
1270
|
-
var FleetProxyRule = [3, n0, _FPR, 0, [_t, _ef, _ent], [0, 0, 64 | 0]];
|
|
1271
|
-
var FleetStatus = [3, n0, _FS, 0, [_sC, _cont, _m], [0, 0, 0]];
|
|
1272
|
-
var GetReportGroupTrendInput = [3, n0, _GRGTI, 0, [_rGAe, _nOR, _tF], [0, 1, 0]];
|
|
1273
|
-
var GetReportGroupTrendOutput = [
|
|
1270
|
+
var FleetProxyRule$ = [3, n0, _FPR, 0, [_t, _ef, _ent], [0, 0, 64 | 0]];
|
|
1271
|
+
var FleetStatus$ = [3, n0, _FS, 0, [_sC, _cont, _m], [0, 0, 0]];
|
|
1272
|
+
var GetReportGroupTrendInput$ = [3, n0, _GRGTI, 0, [_rGAe, _nOR, _tF], [0, 1, 0]];
|
|
1273
|
+
var GetReportGroupTrendOutput$ = [
|
|
1274
1274
|
3,
|
|
1275
1275
|
n0,
|
|
1276
1276
|
_GRGTO,
|
|
1277
1277
|
0,
|
|
1278
1278
|
[_sta, _rD],
|
|
1279
|
-
[() => ReportGroupTrendStats
|
|
1279
|
+
[() => ReportGroupTrendStats$, () => ReportGroupTrendRawDataList],
|
|
1280
1280
|
];
|
|
1281
|
-
var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_rAe], [0]];
|
|
1282
|
-
var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_po], [0]];
|
|
1283
|
-
var GitSubmodulesConfig = [3, n0, _GSC, 0, [_fS], [2]];
|
|
1284
|
-
var ImportSourceCredentialsInput = [
|
|
1281
|
+
var GetResourcePolicyInput$ = [3, n0, _GRPI, 0, [_rAe], [0]];
|
|
1282
|
+
var GetResourcePolicyOutput$ = [3, n0, _GRPO, 0, [_po], [0]];
|
|
1283
|
+
var GitSubmodulesConfig$ = [3, n0, _GSC, 0, [_fS], [2]];
|
|
1284
|
+
var ImportSourceCredentialsInput$ = [
|
|
1285
1285
|
3,
|
|
1286
1286
|
n0,
|
|
1287
1287
|
_ISCI,
|
|
@@ -1289,34 +1289,34 @@ var ImportSourceCredentialsInput = [
|
|
|
1289
1289
|
[_u, _to, _sTer, _aT, _sOh],
|
|
1290
1290
|
[0, [() => SensitiveNonEmptyString, 0], 0, 0, 2],
|
|
1291
1291
|
];
|
|
1292
|
-
var ImportSourceCredentialsOutput = [3, n0, _ISCO, 0, [_a], [0]];
|
|
1293
|
-
var InvalidateProjectCacheInput = [3, n0, _IPCI, 0, [_pN], [0]];
|
|
1294
|
-
var InvalidateProjectCacheOutput = [3, n0, _IPCO, 0, [], []];
|
|
1295
|
-
var InvalidInputException = [-3, n0, _IIE, { [_e]: _c }, [_m], [0]];
|
|
1296
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInputException
|
|
1297
|
-
var ListBuildBatchesForProjectInput = [
|
|
1292
|
+
var ImportSourceCredentialsOutput$ = [3, n0, _ISCO, 0, [_a], [0]];
|
|
1293
|
+
var InvalidateProjectCacheInput$ = [3, n0, _IPCI, 0, [_pN], [0]];
|
|
1294
|
+
var InvalidateProjectCacheOutput$ = [3, n0, _IPCO, 0, [], []];
|
|
1295
|
+
var InvalidInputException$ = [-3, n0, _IIE, { [_e]: _c }, [_m], [0]];
|
|
1296
|
+
schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
1297
|
+
var ListBuildBatchesForProjectInput$ = [
|
|
1298
1298
|
3,
|
|
1299
1299
|
n0,
|
|
1300
1300
|
_LBBFPI,
|
|
1301
1301
|
0,
|
|
1302
1302
|
[_pN, _fi, _mR, _sO, _nT],
|
|
1303
|
-
[0, () => BuildBatchFilter
|
|
1303
|
+
[0, () => BuildBatchFilter$, 1, 0, 0],
|
|
1304
1304
|
];
|
|
1305
|
-
var ListBuildBatchesForProjectOutput = [3, n0, _LBBFPO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1306
|
-
var ListBuildBatchesInput = [
|
|
1305
|
+
var ListBuildBatchesForProjectOutput$ = [3, n0, _LBBFPO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1306
|
+
var ListBuildBatchesInput$ = [
|
|
1307
1307
|
3,
|
|
1308
1308
|
n0,
|
|
1309
1309
|
_LBBI,
|
|
1310
1310
|
0,
|
|
1311
1311
|
[_fi, _mR, _sO, _nT],
|
|
1312
|
-
[() => BuildBatchFilter
|
|
1313
|
-
];
|
|
1314
|
-
var ListBuildBatchesOutput = [3, n0, _LBBO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1315
|
-
var ListBuildsForProjectInput = [3, n0, _LBFPI, 0, [_pN, _sO, _nT], [0, 0, 0]];
|
|
1316
|
-
var ListBuildsForProjectOutput = [3, n0, _LBFPO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1317
|
-
var ListBuildsInput = [3, n0, _LBI, 0, [_sO, _nT], [0, 0]];
|
|
1318
|
-
var ListBuildsOutput = [3, n0, _LBO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1319
|
-
var ListCommandExecutionsForSandboxInput = [
|
|
1312
|
+
[() => BuildBatchFilter$, 1, 0, 0],
|
|
1313
|
+
];
|
|
1314
|
+
var ListBuildBatchesOutput$ = [3, n0, _LBBO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1315
|
+
var ListBuildsForProjectInput$ = [3, n0, _LBFPI, 0, [_pN, _sO, _nT], [0, 0, 0]];
|
|
1316
|
+
var ListBuildsForProjectOutput$ = [3, n0, _LBFPO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1317
|
+
var ListBuildsInput$ = [3, n0, _LBI, 0, [_sO, _nT], [0, 0]];
|
|
1318
|
+
var ListBuildsOutput$ = [3, n0, _LBO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1319
|
+
var ListCommandExecutionsForSandboxInput$ = [
|
|
1320
1320
|
3,
|
|
1321
1321
|
n0,
|
|
1322
1322
|
_LCEFSI,
|
|
@@ -1324,7 +1324,7 @@ var ListCommandExecutionsForSandboxInput = [
|
|
|
1324
1324
|
[_sI, _mR, _sO, _nT],
|
|
1325
1325
|
[0, 1, 0, [() => SensitiveString, 0]],
|
|
1326
1326
|
];
|
|
1327
|
-
var ListCommandExecutionsForSandboxOutput = [
|
|
1327
|
+
var ListCommandExecutionsForSandboxOutput$ = [
|
|
1328
1328
|
3,
|
|
1329
1329
|
n0,
|
|
1330
1330
|
_LCEFSO,
|
|
@@ -1332,8 +1332,8 @@ var ListCommandExecutionsForSandboxOutput = [
|
|
|
1332
1332
|
[_cE, _nT],
|
|
1333
1333
|
[[() => CommandExecutions, 0], 0],
|
|
1334
1334
|
];
|
|
1335
|
-
var ListCuratedEnvironmentImagesInput = [3, n0, _LCEII, 0, [], []];
|
|
1336
|
-
var ListCuratedEnvironmentImagesOutput = [
|
|
1335
|
+
var ListCuratedEnvironmentImagesInput$ = [3, n0, _LCEII, 0, [], []];
|
|
1336
|
+
var ListCuratedEnvironmentImagesOutput$ = [
|
|
1337
1337
|
3,
|
|
1338
1338
|
n0,
|
|
1339
1339
|
_LCEIO,
|
|
@@ -1341,7 +1341,7 @@ var ListCuratedEnvironmentImagesOutput = [
|
|
|
1341
1341
|
[_pla],
|
|
1342
1342
|
[() => EnvironmentPlatforms],
|
|
1343
1343
|
];
|
|
1344
|
-
var ListFleetsInput = [
|
|
1344
|
+
var ListFleetsInput$ = [
|
|
1345
1345
|
3,
|
|
1346
1346
|
n0,
|
|
1347
1347
|
_LFI,
|
|
@@ -1349,30 +1349,30 @@ var ListFleetsInput = [
|
|
|
1349
1349
|
[_nT, _mR, _sO, _sB],
|
|
1350
1350
|
[[() => SensitiveString, 0], 1, 0, 0],
|
|
1351
1351
|
];
|
|
1352
|
-
var ListFleetsOutput = [3, n0, _LFO, 0, [_nT, _f], [0, 64 | 0]];
|
|
1353
|
-
var ListProjectsInput = [3, n0, _LPI, 0, [_sB, _sO, _nT], [0, 0, 0]];
|
|
1354
|
-
var ListProjectsOutput = [3, n0, _LPO, 0, [_nT, _p], [0, 64 | 0]];
|
|
1355
|
-
var ListReportGroupsInput = [3, n0, _LRGI, 0, [_sO, _sB, _nT, _mR], [0, 0, 0, 1]];
|
|
1356
|
-
var ListReportGroupsOutput = [3, n0, _LRGO, 0, [_nT, _rG], [0, 64 | 0]];
|
|
1357
|
-
var ListReportsForReportGroupInput = [
|
|
1352
|
+
var ListFleetsOutput$ = [3, n0, _LFO, 0, [_nT, _f], [0, 64 | 0]];
|
|
1353
|
+
var ListProjectsInput$ = [3, n0, _LPI, 0, [_sB, _sO, _nT], [0, 0, 0]];
|
|
1354
|
+
var ListProjectsOutput$ = [3, n0, _LPO, 0, [_nT, _p], [0, 64 | 0]];
|
|
1355
|
+
var ListReportGroupsInput$ = [3, n0, _LRGI, 0, [_sO, _sB, _nT, _mR], [0, 0, 0, 1]];
|
|
1356
|
+
var ListReportGroupsOutput$ = [3, n0, _LRGO, 0, [_nT, _rG], [0, 64 | 0]];
|
|
1357
|
+
var ListReportsForReportGroupInput$ = [
|
|
1358
1358
|
3,
|
|
1359
1359
|
n0,
|
|
1360
1360
|
_LRFRGI,
|
|
1361
1361
|
0,
|
|
1362
1362
|
[_rGAe, _nT, _sO, _mR, _fi],
|
|
1363
|
-
[0, 0, 0, 1, () => ReportFilter],
|
|
1363
|
+
[0, 0, 0, 1, () => ReportFilter$],
|
|
1364
1364
|
];
|
|
1365
|
-
var ListReportsForReportGroupOutput = [3, n0, _LRFRGO, 0, [_nT, _r], [0, 64 | 0]];
|
|
1366
|
-
var ListReportsInput = [
|
|
1365
|
+
var ListReportsForReportGroupOutput$ = [3, n0, _LRFRGO, 0, [_nT, _r], [0, 64 | 0]];
|
|
1366
|
+
var ListReportsInput$ = [
|
|
1367
1367
|
3,
|
|
1368
1368
|
n0,
|
|
1369
1369
|
_LRI,
|
|
1370
1370
|
0,
|
|
1371
1371
|
[_sO, _nT, _mR, _fi],
|
|
1372
|
-
[0, 0, 1, () => ReportFilter],
|
|
1372
|
+
[0, 0, 1, () => ReportFilter$],
|
|
1373
1373
|
];
|
|
1374
|
-
var ListReportsOutput = [3, n0, _LRO, 0, [_nT, _r], [0, 64 | 0]];
|
|
1375
|
-
var ListSandboxesForProjectInput = [
|
|
1374
|
+
var ListReportsOutput$ = [3, n0, _LRO, 0, [_nT, _r], [0, 64 | 0]];
|
|
1375
|
+
var ListSandboxesForProjectInput$ = [
|
|
1376
1376
|
3,
|
|
1377
1377
|
n0,
|
|
1378
1378
|
_LSFPI,
|
|
@@ -1380,15 +1380,15 @@ var ListSandboxesForProjectInput = [
|
|
|
1380
1380
|
[_pN, _mR, _sO, _nT],
|
|
1381
1381
|
[0, 1, 0, [() => SensitiveString, 0]],
|
|
1382
1382
|
];
|
|
1383
|
-
var ListSandboxesForProjectOutput = [3, n0, _LSFPO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1384
|
-
var ListSandboxesInput = [3, n0, _LSI, 0, [_mR, _sO, _nT], [1, 0, 0]];
|
|
1385
|
-
var ListSandboxesOutput = [3, n0, _LSO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1386
|
-
var ListSharedProjectsInput = [3, n0, _LSPI, 0, [_sB, _sO, _mR, _nT], [0, 0, 1, 0]];
|
|
1387
|
-
var ListSharedProjectsOutput = [3, n0, _LSPO, 0, [_nT, _p], [0, 64 | 0]];
|
|
1388
|
-
var ListSharedReportGroupsInput = [3, n0, _LSRGI, 0, [_sO, _sB, _nT, _mR], [0, 0, 0, 1]];
|
|
1389
|
-
var ListSharedReportGroupsOutput = [3, n0, _LSRGO, 0, [_nT, _rG], [0, 64 | 0]];
|
|
1390
|
-
var ListSourceCredentialsInput = [3, n0, _LSCI, 0, [], []];
|
|
1391
|
-
var ListSourceCredentialsOutput = [
|
|
1383
|
+
var ListSandboxesForProjectOutput$ = [3, n0, _LSFPO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1384
|
+
var ListSandboxesInput$ = [3, n0, _LSI, 0, [_mR, _sO, _nT], [1, 0, 0]];
|
|
1385
|
+
var ListSandboxesOutput$ = [3, n0, _LSO, 0, [_i, _nT], [64 | 0, 0]];
|
|
1386
|
+
var ListSharedProjectsInput$ = [3, n0, _LSPI, 0, [_sB, _sO, _mR, _nT], [0, 0, 1, 0]];
|
|
1387
|
+
var ListSharedProjectsOutput$ = [3, n0, _LSPO, 0, [_nT, _p], [0, 64 | 0]];
|
|
1388
|
+
var ListSharedReportGroupsInput$ = [3, n0, _LSRGI, 0, [_sO, _sB, _nT, _mR], [0, 0, 0, 1]];
|
|
1389
|
+
var ListSharedReportGroupsOutput$ = [3, n0, _LSRGO, 0, [_nT, _rG], [0, 64 | 0]];
|
|
1390
|
+
var ListSourceCredentialsInput$ = [3, n0, _LSCI, 0, [], []];
|
|
1391
|
+
var ListSourceCredentialsOutput$ = [
|
|
1392
1392
|
3,
|
|
1393
1393
|
n0,
|
|
1394
1394
|
_LSCO,
|
|
@@ -1396,27 +1396,27 @@ var ListSourceCredentialsOutput = [
|
|
|
1396
1396
|
[_sCI],
|
|
1397
1397
|
[() => SourceCredentialsInfos],
|
|
1398
1398
|
];
|
|
1399
|
-
var LogsConfig = [
|
|
1399
|
+
var LogsConfig$ = [
|
|
1400
1400
|
3,
|
|
1401
1401
|
n0,
|
|
1402
1402
|
_LC,
|
|
1403
1403
|
0,
|
|
1404
1404
|
[_cWL, _sL],
|
|
1405
|
-
[() => CloudWatchLogsConfig
|
|
1405
|
+
[() => CloudWatchLogsConfig$, () => S3LogsConfig$],
|
|
1406
1406
|
];
|
|
1407
|
-
var LogsLocation = [
|
|
1407
|
+
var LogsLocation$ = [
|
|
1408
1408
|
3,
|
|
1409
1409
|
n0,
|
|
1410
1410
|
_LL,
|
|
1411
1411
|
0,
|
|
1412
1412
|
[_gN, _sN, _dL, _sDL, _cWLA, _sLA, _cWL, _sL],
|
|
1413
|
-
[0, 0, 0, 0, 0, 0, () => CloudWatchLogsConfig
|
|
1413
|
+
[0, 0, 0, 0, 0, 0, () => CloudWatchLogsConfig$, () => S3LogsConfig$],
|
|
1414
1414
|
];
|
|
1415
|
-
var NetworkInterface = [3, n0, _NI, 0, [_sIu, _nII], [0, 0]];
|
|
1416
|
-
var OAuthProviderException = [-3, n0, _OAPE, { [_e]: _c }, [_m], [0]];
|
|
1417
|
-
schema.TypeRegistry.for(n0).registerError(OAuthProviderException
|
|
1418
|
-
var PhaseContext = [3, n0, _PC, 0, [_sC, _m], [0, 0]];
|
|
1419
|
-
var Project = [
|
|
1415
|
+
var NetworkInterface$ = [3, n0, _NI, 0, [_sIu, _nII], [0, 0]];
|
|
1416
|
+
var OAuthProviderException$ = [-3, n0, _OAPE, { [_e]: _c }, [_m], [0]];
|
|
1417
|
+
schema.TypeRegistry.for(n0).registerError(OAuthProviderException$, OAuthProviderException);
|
|
1418
|
+
var PhaseContext$ = [3, n0, _PC, 0, [_sC, _m], [0, 0]];
|
|
1419
|
+
var Project$ = [
|
|
1420
1420
|
3,
|
|
1421
1421
|
n0,
|
|
1422
1422
|
_P,
|
|
@@ -1456,14 +1456,14 @@ var Project = [
|
|
|
1456
1456
|
0,
|
|
1457
1457
|
0,
|
|
1458
1458
|
0,
|
|
1459
|
-
() => ProjectSource
|
|
1459
|
+
() => ProjectSource$,
|
|
1460
1460
|
() => ProjectSources,
|
|
1461
1461
|
0,
|
|
1462
1462
|
() => ProjectSecondarySourceVersions,
|
|
1463
|
-
() => ProjectArtifacts
|
|
1463
|
+
() => ProjectArtifacts$,
|
|
1464
1464
|
() => ProjectArtifactsList,
|
|
1465
|
-
() => ProjectCache
|
|
1466
|
-
() => ProjectEnvironment
|
|
1465
|
+
() => ProjectCache$,
|
|
1466
|
+
() => ProjectEnvironment$,
|
|
1467
1467
|
0,
|
|
1468
1468
|
1,
|
|
1469
1469
|
1,
|
|
@@ -1471,12 +1471,12 @@ var Project = [
|
|
|
1471
1471
|
() => TagList,
|
|
1472
1472
|
4,
|
|
1473
1473
|
4,
|
|
1474
|
-
() => Webhook
|
|
1475
|
-
() => VpcConfig
|
|
1476
|
-
() => ProjectBadge
|
|
1477
|
-
() => LogsConfig
|
|
1474
|
+
() => Webhook$,
|
|
1475
|
+
() => VpcConfig$,
|
|
1476
|
+
() => ProjectBadge$,
|
|
1477
|
+
() => LogsConfig$,
|
|
1478
1478
|
() => ProjectFileSystemLocations,
|
|
1479
|
-
() => ProjectBuildBatchConfig
|
|
1479
|
+
() => ProjectBuildBatchConfig$,
|
|
1480
1480
|
1,
|
|
1481
1481
|
0,
|
|
1482
1482
|
0,
|
|
@@ -1484,7 +1484,7 @@ var Project = [
|
|
|
1484
1484
|
1,
|
|
1485
1485
|
],
|
|
1486
1486
|
];
|
|
1487
|
-
var ProjectArtifacts = [
|
|
1487
|
+
var ProjectArtifacts$ = [
|
|
1488
1488
|
3,
|
|
1489
1489
|
n0,
|
|
1490
1490
|
_PA,
|
|
@@ -1492,17 +1492,17 @@ var ProjectArtifacts = [
|
|
|
1492
1492
|
[_t, _lo, _pa, _nTa, _na, _pac, _oAN, _eD, _aI, _bOA],
|
|
1493
1493
|
[0, 0, 0, 0, 0, 0, 2, 2, 0, 0],
|
|
1494
1494
|
];
|
|
1495
|
-
var ProjectBadge = [3, n0, _PB, 0, [_bE, _bRU], [2, 0]];
|
|
1496
|
-
var ProjectBuildBatchConfig = [
|
|
1495
|
+
var ProjectBadge$ = [3, n0, _PB, 0, [_bE, _bRU], [2, 0]];
|
|
1496
|
+
var ProjectBuildBatchConfig$ = [
|
|
1497
1497
|
3,
|
|
1498
1498
|
n0,
|
|
1499
1499
|
_PBBC,
|
|
1500
1500
|
0,
|
|
1501
1501
|
[_sR, _cA, _re, _tIMi, _bRM],
|
|
1502
|
-
[0, 2, () => BatchRestrictions
|
|
1502
|
+
[0, 2, () => BatchRestrictions$, 1, 0],
|
|
1503
1503
|
];
|
|
1504
|
-
var ProjectCache = [3, n0, _PCr, 0, [_t, _lo, _mo, _cN], [0, 0, 64 | 0, 0]];
|
|
1505
|
-
var ProjectEnvironment = [
|
|
1504
|
+
var ProjectCache$ = [3, n0, _PCr, 0, [_t, _lo, _mo, _cN], [0, 0, 64 | 0, 0]];
|
|
1505
|
+
var ProjectEnvironment$ = [
|
|
1506
1506
|
3,
|
|
1507
1507
|
n0,
|
|
1508
1508
|
_PE,
|
|
@@ -1512,17 +1512,17 @@ var ProjectEnvironment = [
|
|
|
1512
1512
|
0,
|
|
1513
1513
|
0,
|
|
1514
1514
|
0,
|
|
1515
|
-
() => ComputeConfiguration
|
|
1516
|
-
() => ProjectFleet
|
|
1515
|
+
() => ComputeConfiguration$,
|
|
1516
|
+
() => ProjectFleet$,
|
|
1517
1517
|
() => EnvironmentVariables,
|
|
1518
1518
|
2,
|
|
1519
1519
|
0,
|
|
1520
|
-
() => RegistryCredential
|
|
1520
|
+
() => RegistryCredential$,
|
|
1521
1521
|
0,
|
|
1522
|
-
() => DockerServer
|
|
1522
|
+
() => DockerServer$,
|
|
1523
1523
|
],
|
|
1524
1524
|
];
|
|
1525
|
-
var ProjectFileSystemLocation = [
|
|
1525
|
+
var ProjectFileSystemLocation$ = [
|
|
1526
1526
|
3,
|
|
1527
1527
|
n0,
|
|
1528
1528
|
_PFSL,
|
|
@@ -1530,52 +1530,52 @@ var ProjectFileSystemLocation = [
|
|
|
1530
1530
|
[_t, _lo, _mP, _ide, _mO],
|
|
1531
1531
|
[0, 0, 0, 0, 0],
|
|
1532
1532
|
];
|
|
1533
|
-
var ProjectFleet = [3, n0, _PF, 0, [_fAl], [0]];
|
|
1534
|
-
var ProjectSource = [
|
|
1533
|
+
var ProjectFleet$ = [3, n0, _PF, 0, [_fAl], [0]];
|
|
1534
|
+
var ProjectSource$ = [
|
|
1535
1535
|
3,
|
|
1536
1536
|
n0,
|
|
1537
1537
|
_PS,
|
|
1538
1538
|
0,
|
|
1539
1539
|
[_t, _lo, _gCD, _gSC, _bu, _au, _rBS, _bSC, _iS, _sIo],
|
|
1540
|
-
[0, 0, 1, () => GitSubmodulesConfig
|
|
1541
|
-
];
|
|
1542
|
-
var ProjectSourceVersion = [3, n0, _PSV, 0, [_sIo, _sV], [0, 0]];
|
|
1543
|
-
var ProxyConfiguration = [3, n0, _PCro, 0, [_dB, _oPR], [0, () => FleetProxyRules]];
|
|
1544
|
-
var PullRequestBuildPolicy = [3, n0, _PRBP, 0, [_rCA, _aR], [0, 64 | 0]];
|
|
1545
|
-
var PutResourcePolicyInput = [3, n0, _PRPI, 0, [_po, _rAe], [0, 0]];
|
|
1546
|
-
var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_rAe], [0]];
|
|
1547
|
-
var RegistryCredential = [3, n0, _RC, 0, [_cre, _cPr], [0, 0]];
|
|
1548
|
-
var Report = [
|
|
1540
|
+
[0, 0, 1, () => GitSubmodulesConfig$, 0, () => SourceAuth$, 2, () => BuildStatusConfig$, 2, 0],
|
|
1541
|
+
];
|
|
1542
|
+
var ProjectSourceVersion$ = [3, n0, _PSV, 0, [_sIo, _sV], [0, 0]];
|
|
1543
|
+
var ProxyConfiguration$ = [3, n0, _PCro, 0, [_dB, _oPR], [0, () => FleetProxyRules]];
|
|
1544
|
+
var PullRequestBuildPolicy$ = [3, n0, _PRBP, 0, [_rCA, _aR], [0, 64 | 0]];
|
|
1545
|
+
var PutResourcePolicyInput$ = [3, n0, _PRPI, 0, [_po, _rAe], [0, 0]];
|
|
1546
|
+
var PutResourcePolicyOutput$ = [3, n0, _PRPO, 0, [_rAe], [0]];
|
|
1547
|
+
var RegistryCredential$ = [3, n0, _RC, 0, [_cre, _cPr], [0, 0]];
|
|
1548
|
+
var Report$ = [
|
|
1549
1549
|
3,
|
|
1550
1550
|
n0,
|
|
1551
1551
|
_R,
|
|
1552
1552
|
0,
|
|
1553
1553
|
[_a, _t, _na, _rGAe, _eI, _st, _cr, _ex, _eCx, _tr, _tS, _cCS],
|
|
1554
|
-
[0, 0, 0, 0, 0, 0, 4, 4, () => ReportExportConfig
|
|
1554
|
+
[0, 0, 0, 0, 0, 0, 4, 4, () => ReportExportConfig$, 2, () => TestReportSummary$, () => CodeCoverageReportSummary$],
|
|
1555
1555
|
];
|
|
1556
|
-
var ReportExportConfig = [3, n0, _REC, 0, [_eCT, _sD], [0, () => S3ReportExportConfig]];
|
|
1557
|
-
var ReportFilter = [3, n0, _RF, 0, [_st], [0]];
|
|
1558
|
-
var ReportGroup = [
|
|
1556
|
+
var ReportExportConfig$ = [3, n0, _REC, 0, [_eCT, _sD], [0, () => S3ReportExportConfig$]];
|
|
1557
|
+
var ReportFilter$ = [3, n0, _RF, 0, [_st], [0]];
|
|
1558
|
+
var ReportGroup$ = [
|
|
1559
1559
|
3,
|
|
1560
1560
|
n0,
|
|
1561
1561
|
_RG,
|
|
1562
1562
|
0,
|
|
1563
1563
|
[_a, _na, _t, _eCx, _cr, _lMa, _ta, _st],
|
|
1564
|
-
[0, 0, 0, () => ReportExportConfig
|
|
1565
|
-
];
|
|
1566
|
-
var ReportGroupTrendStats = [3, n0, _RGTS, 0, [_av, _ma, _mi], [0, 0, 0]];
|
|
1567
|
-
var ReportWithRawData = [3, n0, _RWRD, 0, [_rAep, _da], [0, 0]];
|
|
1568
|
-
var ResolvedArtifact = [3, n0, _RA, 0, [_t, _lo, _ide], [0, 0, 0]];
|
|
1569
|
-
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1570
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
1571
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
1572
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1573
|
-
var RetryBuildBatchInput = [3, n0, _RBBI, 0, [_id, _iTd, _rT], [0, 0, 0]];
|
|
1574
|
-
var RetryBuildBatchOutput = [3, n0, _RBBO, 0, [_bBu], [() => BuildBatch]];
|
|
1575
|
-
var RetryBuildInput = [3, n0, _RBI, 0, [_id, _iTd], [0, 0]];
|
|
1576
|
-
var RetryBuildOutput = [3, n0, _RBO, 0, [_bui], [() => Build]];
|
|
1577
|
-
var S3LogsConfig = [3, n0, _SLC, 0, [_st, _lo, _eD, _bOA], [0, 0, 2, 0]];
|
|
1578
|
-
var S3ReportExportConfig = [
|
|
1564
|
+
[0, 0, 0, () => ReportExportConfig$, 4, 4, () => TagList, 0],
|
|
1565
|
+
];
|
|
1566
|
+
var ReportGroupTrendStats$ = [3, n0, _RGTS, 0, [_av, _ma, _mi], [0, 0, 0]];
|
|
1567
|
+
var ReportWithRawData$ = [3, n0, _RWRD, 0, [_rAep, _da], [0, 0]];
|
|
1568
|
+
var ResolvedArtifact$ = [3, n0, _RA, 0, [_t, _lo, _ide], [0, 0, 0]];
|
|
1569
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1570
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1571
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
1572
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1573
|
+
var RetryBuildBatchInput$ = [3, n0, _RBBI, 0, [_id, _iTd, _rT], [0, 0, 0]];
|
|
1574
|
+
var RetryBuildBatchOutput$ = [3, n0, _RBBO, 0, [_bBu], [() => BuildBatch$]];
|
|
1575
|
+
var RetryBuildInput$ = [3, n0, _RBI, 0, [_id, _iTd], [0, 0]];
|
|
1576
|
+
var RetryBuildOutput$ = [3, n0, _RBO, 0, [_bui], [() => Build$]];
|
|
1577
|
+
var S3LogsConfig$ = [3, n0, _SLC, 0, [_st, _lo, _eD, _bOA], [0, 0, 2, 0]];
|
|
1578
|
+
var S3ReportExportConfig$ = [
|
|
1579
1579
|
3,
|
|
1580
1580
|
n0,
|
|
1581
1581
|
_SREC,
|
|
@@ -1583,7 +1583,7 @@ var S3ReportExportConfig = [
|
|
|
1583
1583
|
[_buc, _bO, _pa, _pac, _eK, _eD],
|
|
1584
1584
|
[0, 0, 0, 0, 0, 2],
|
|
1585
1585
|
];
|
|
1586
|
-
var Sandbox = [
|
|
1586
|
+
var Sandbox$ = [
|
|
1587
1587
|
3,
|
|
1588
1588
|
n0,
|
|
1589
1589
|
_S,
|
|
@@ -1597,30 +1597,30 @@ var Sandbox = [
|
|
|
1597
1597
|
4,
|
|
1598
1598
|
4,
|
|
1599
1599
|
0,
|
|
1600
|
-
() => ProjectSource
|
|
1600
|
+
() => ProjectSource$,
|
|
1601
1601
|
0,
|
|
1602
1602
|
() => ProjectSources,
|
|
1603
1603
|
() => ProjectSecondarySourceVersions,
|
|
1604
|
-
() => ProjectEnvironment
|
|
1604
|
+
() => ProjectEnvironment$,
|
|
1605
1605
|
() => ProjectFileSystemLocations,
|
|
1606
1606
|
1,
|
|
1607
1607
|
1,
|
|
1608
|
-
() => VpcConfig
|
|
1609
|
-
() => LogsConfig
|
|
1608
|
+
() => VpcConfig$,
|
|
1609
|
+
() => LogsConfig$,
|
|
1610
1610
|
0,
|
|
1611
1611
|
0,
|
|
1612
|
-
() => SandboxSession
|
|
1612
|
+
() => SandboxSession$,
|
|
1613
1613
|
],
|
|
1614
1614
|
];
|
|
1615
|
-
var SandboxSession = [
|
|
1615
|
+
var SandboxSession$ = [
|
|
1616
1616
|
3,
|
|
1617
1617
|
n0,
|
|
1618
1618
|
_SSa,
|
|
1619
1619
|
0,
|
|
1620
1620
|
[_id, _st, _sT, _eT, _cP, _ph, _rSV, _l, _nI],
|
|
1621
|
-
[0, 0, 4, 4, 0, () => SandboxSessionPhases, 0, () => LogsLocation
|
|
1621
|
+
[0, 0, 4, 4, 0, () => SandboxSessionPhases, 0, () => LogsLocation$, () => NetworkInterface$],
|
|
1622
1622
|
];
|
|
1623
|
-
var SandboxSessionPhase = [
|
|
1623
|
+
var SandboxSessionPhase$ = [
|
|
1624
1624
|
3,
|
|
1625
1625
|
n0,
|
|
1626
1626
|
_SSP,
|
|
@@ -1628,7 +1628,7 @@ var SandboxSessionPhase = [
|
|
|
1628
1628
|
[_pT, _pS, _sT, _eT, _dIS, _con],
|
|
1629
1629
|
[0, 0, 4, 4, 1, () => PhaseContexts],
|
|
1630
1630
|
];
|
|
1631
|
-
var ScalingConfigurationInput = [
|
|
1631
|
+
var ScalingConfigurationInput$ = [
|
|
1632
1632
|
3,
|
|
1633
1633
|
n0,
|
|
1634
1634
|
_SCI,
|
|
@@ -1636,7 +1636,7 @@ var ScalingConfigurationInput = [
|
|
|
1636
1636
|
[_sTc, _tTSC, _mCa],
|
|
1637
1637
|
[0, () => TargetTrackingScalingConfigurations, 1],
|
|
1638
1638
|
];
|
|
1639
|
-
var ScalingConfigurationOutput = [
|
|
1639
|
+
var ScalingConfigurationOutput$ = [
|
|
1640
1640
|
3,
|
|
1641
1641
|
n0,
|
|
1642
1642
|
_SCO,
|
|
@@ -1644,11 +1644,11 @@ var ScalingConfigurationOutput = [
|
|
|
1644
1644
|
[_sTc, _tTSC, _mCa, _dC],
|
|
1645
1645
|
[0, () => TargetTrackingScalingConfigurations, 1, 1],
|
|
1646
1646
|
];
|
|
1647
|
-
var ScopeConfiguration = [3, n0, _SC, 0, [_na, _do, _sc], [0, 0, 0]];
|
|
1648
|
-
var SourceAuth = [3, n0, _SA, 0, [_t, _res], [0, 0]];
|
|
1649
|
-
var SourceCredentialsInfo = [3, n0, _SCIo, 0, [_a, _sTer, _aT, _res], [0, 0, 0, 0]];
|
|
1650
|
-
var SSMSession = [3, n0, _SSMS, 0, [_sIe, _tV, _sU], [0, 0, 0]];
|
|
1651
|
-
var StartBuildBatchInput = [
|
|
1647
|
+
var ScopeConfiguration$ = [3, n0, _SC, 0, [_na, _do, _sc], [0, 0, 0]];
|
|
1648
|
+
var SourceAuth$ = [3, n0, _SA, 0, [_t, _res], [0, 0]];
|
|
1649
|
+
var SourceCredentialsInfo$ = [3, n0, _SCIo, 0, [_a, _sTer, _aT, _res], [0, 0, 0, 0]];
|
|
1650
|
+
var SSMSession$ = [3, n0, _SSMS, 0, [_sIe, _tV, _sU], [0, 0, 0]];
|
|
1651
|
+
var StartBuildBatchInput$ = [
|
|
1652
1652
|
3,
|
|
1653
1653
|
n0,
|
|
1654
1654
|
_SBBI,
|
|
@@ -1691,14 +1691,14 @@ var StartBuildBatchInput = [
|
|
|
1691
1691
|
() => ProjectSources,
|
|
1692
1692
|
() => ProjectSecondarySourceVersions,
|
|
1693
1693
|
0,
|
|
1694
|
-
() => ProjectArtifacts
|
|
1694
|
+
() => ProjectArtifacts$,
|
|
1695
1695
|
() => ProjectArtifactsList,
|
|
1696
1696
|
() => EnvironmentVariables,
|
|
1697
1697
|
0,
|
|
1698
1698
|
0,
|
|
1699
|
-
() => SourceAuth
|
|
1699
|
+
() => SourceAuth$,
|
|
1700
1700
|
1,
|
|
1701
|
-
() => GitSubmodulesConfig
|
|
1701
|
+
() => GitSubmodulesConfig$,
|
|
1702
1702
|
0,
|
|
1703
1703
|
2,
|
|
1704
1704
|
2,
|
|
@@ -1706,22 +1706,22 @@ var StartBuildBatchInput = [
|
|
|
1706
1706
|
0,
|
|
1707
1707
|
0,
|
|
1708
1708
|
0,
|
|
1709
|
-
() => ProjectCache
|
|
1709
|
+
() => ProjectCache$,
|
|
1710
1710
|
0,
|
|
1711
1711
|
2,
|
|
1712
1712
|
1,
|
|
1713
1713
|
1,
|
|
1714
1714
|
0,
|
|
1715
1715
|
0,
|
|
1716
|
-
() => LogsConfig
|
|
1717
|
-
() => RegistryCredential
|
|
1716
|
+
() => LogsConfig$,
|
|
1717
|
+
() => RegistryCredential$,
|
|
1718
1718
|
0,
|
|
1719
|
-
() => ProjectBuildBatchConfig
|
|
1719
|
+
() => ProjectBuildBatchConfig$,
|
|
1720
1720
|
2,
|
|
1721
1721
|
],
|
|
1722
1722
|
];
|
|
1723
|
-
var StartBuildBatchOutput = [3, n0, _SBBO, 0, [_bBu], [() => BuildBatch]];
|
|
1724
|
-
var StartBuildInput = [
|
|
1723
|
+
var StartBuildBatchOutput$ = [3, n0, _SBBO, 0, [_bBu], [() => BuildBatch$]];
|
|
1724
|
+
var StartBuildInput$ = [
|
|
1725
1725
|
3,
|
|
1726
1726
|
n0,
|
|
1727
1727
|
_SBI,
|
|
@@ -1766,39 +1766,39 @@ var StartBuildInput = [
|
|
|
1766
1766
|
() => ProjectSources,
|
|
1767
1767
|
() => ProjectSecondarySourceVersions,
|
|
1768
1768
|
0,
|
|
1769
|
-
() => ProjectArtifacts
|
|
1769
|
+
() => ProjectArtifacts$,
|
|
1770
1770
|
() => ProjectArtifactsList,
|
|
1771
1771
|
() => EnvironmentVariables,
|
|
1772
1772
|
0,
|
|
1773
1773
|
0,
|
|
1774
|
-
() => SourceAuth
|
|
1774
|
+
() => SourceAuth$,
|
|
1775
1775
|
1,
|
|
1776
|
-
() => GitSubmodulesConfig
|
|
1776
|
+
() => GitSubmodulesConfig$,
|
|
1777
1777
|
0,
|
|
1778
1778
|
2,
|
|
1779
1779
|
2,
|
|
1780
|
-
() => BuildStatusConfig
|
|
1780
|
+
() => BuildStatusConfig$,
|
|
1781
1781
|
0,
|
|
1782
1782
|
0,
|
|
1783
1783
|
0,
|
|
1784
1784
|
0,
|
|
1785
|
-
() => ProjectCache
|
|
1785
|
+
() => ProjectCache$,
|
|
1786
1786
|
0,
|
|
1787
1787
|
2,
|
|
1788
1788
|
1,
|
|
1789
1789
|
1,
|
|
1790
1790
|
0,
|
|
1791
1791
|
0,
|
|
1792
|
-
() => LogsConfig
|
|
1793
|
-
() => RegistryCredential
|
|
1792
|
+
() => LogsConfig$,
|
|
1793
|
+
() => RegistryCredential$,
|
|
1794
1794
|
0,
|
|
1795
1795
|
2,
|
|
1796
|
-
() => ProjectFleet
|
|
1796
|
+
() => ProjectFleet$,
|
|
1797
1797
|
1,
|
|
1798
1798
|
],
|
|
1799
1799
|
];
|
|
1800
|
-
var StartBuildOutput = [3, n0, _SBO, 0, [_bui], [() => Build]];
|
|
1801
|
-
var StartCommandExecutionInput = [
|
|
1800
|
+
var StartBuildOutput$ = [3, n0, _SBO, 0, [_bui], [() => Build$]];
|
|
1801
|
+
var StartCommandExecutionInput$ = [
|
|
1802
1802
|
3,
|
|
1803
1803
|
n0,
|
|
1804
1804
|
_SCEI,
|
|
@@ -1806,27 +1806,27 @@ var StartCommandExecutionInput = [
|
|
|
1806
1806
|
[_sI, _com, _t],
|
|
1807
1807
|
[0, [() => SensitiveNonEmptyString, 0], 0],
|
|
1808
1808
|
];
|
|
1809
|
-
var StartCommandExecutionOutput = [
|
|
1809
|
+
var StartCommandExecutionOutput$ = [
|
|
1810
1810
|
3,
|
|
1811
1811
|
n0,
|
|
1812
1812
|
_SCEO,
|
|
1813
1813
|
0,
|
|
1814
1814
|
[_cEo],
|
|
1815
|
-
[[() => CommandExecution
|
|
1816
|
-
];
|
|
1817
|
-
var StartSandboxConnectionInput = [3, n0, _SSCI, 0, [_sI], [0]];
|
|
1818
|
-
var StartSandboxConnectionOutput = [3, n0, _SSCO, 0, [_sSs], [() => SSMSession]];
|
|
1819
|
-
var StartSandboxInput = [3, n0, _SSI, 0, [_pN, _iTd], [0, [() => SensitiveString, 0]]];
|
|
1820
|
-
var StartSandboxOutput = [3, n0, _SSO, 0, [_sa], [() => Sandbox]];
|
|
1821
|
-
var StopBuildBatchInput = [3, n0, _SBBIt, 0, [_id], [0]];
|
|
1822
|
-
var StopBuildBatchOutput = [3, n0, _SBBOt, 0, [_bBu], [() => BuildBatch]];
|
|
1823
|
-
var StopBuildInput = [3, n0, _SBIt, 0, [_id], [0]];
|
|
1824
|
-
var StopBuildOutput = [3, n0, _SBOt, 0, [_bui], [() => Build]];
|
|
1825
|
-
var StopSandboxInput = [3, n0, _SSIt, 0, [_id], [0]];
|
|
1826
|
-
var StopSandboxOutput = [3, n0, _SSOt, 0, [_sa], [() => Sandbox]];
|
|
1827
|
-
var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
1828
|
-
var TargetTrackingScalingConfiguration = [3, n0, _TTSC, 0, [_mTe, _tVa], [0, 1]];
|
|
1829
|
-
var TestCase = [
|
|
1815
|
+
[[() => CommandExecution$, 0]],
|
|
1816
|
+
];
|
|
1817
|
+
var StartSandboxConnectionInput$ = [3, n0, _SSCI, 0, [_sI], [0]];
|
|
1818
|
+
var StartSandboxConnectionOutput$ = [3, n0, _SSCO, 0, [_sSs], [() => SSMSession$]];
|
|
1819
|
+
var StartSandboxInput$ = [3, n0, _SSI, 0, [_pN, _iTd], [0, [() => SensitiveString, 0]]];
|
|
1820
|
+
var StartSandboxOutput$ = [3, n0, _SSO, 0, [_sa], [() => Sandbox$]];
|
|
1821
|
+
var StopBuildBatchInput$ = [3, n0, _SBBIt, 0, [_id], [0]];
|
|
1822
|
+
var StopBuildBatchOutput$ = [3, n0, _SBBOt, 0, [_bBu], [() => BuildBatch$]];
|
|
1823
|
+
var StopBuildInput$ = [3, n0, _SBIt, 0, [_id], [0]];
|
|
1824
|
+
var StopBuildOutput$ = [3, n0, _SBOt, 0, [_bui], [() => Build$]];
|
|
1825
|
+
var StopSandboxInput$ = [3, n0, _SSIt, 0, [_id], [0]];
|
|
1826
|
+
var StopSandboxOutput$ = [3, n0, _SSOt, 0, [_sa], [() => Sandbox$]];
|
|
1827
|
+
var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
1828
|
+
var TargetTrackingScalingConfiguration$ = [3, n0, _TTSC, 0, [_mTe, _tVa], [0, 1]];
|
|
1829
|
+
var TestCase$ = [
|
|
1830
1830
|
3,
|
|
1831
1831
|
n0,
|
|
1832
1832
|
_TC,
|
|
@@ -1834,9 +1834,9 @@ var TestCase = [
|
|
|
1834
1834
|
[_rAep, _tRDP, _pre, _na, _st, _dINS, _m, _ex, _tSN],
|
|
1835
1835
|
[0, 0, 0, 0, 0, 1, 0, 4, 0],
|
|
1836
1836
|
];
|
|
1837
|
-
var TestCaseFilter = [3, n0, _TCF, 0, [_st, _ke], [0, 0]];
|
|
1838
|
-
var TestReportSummary = [3, n0, _TRS, 0, [_tot, _sCt, _dINS], [1, 128 | 1, 1]];
|
|
1839
|
-
var UpdateFleetInput = [
|
|
1837
|
+
var TestCaseFilter$ = [3, n0, _TCF, 0, [_st, _ke], [0, 0]];
|
|
1838
|
+
var TestReportSummary$ = [3, n0, _TRS, 0, [_tot, _sCt, _dINS], [1, 128 | 1, 1]];
|
|
1839
|
+
var UpdateFleetInput$ = [
|
|
1840
1840
|
3,
|
|
1841
1841
|
n0,
|
|
1842
1842
|
_UFI,
|
|
@@ -1847,18 +1847,18 @@ var UpdateFleetInput = [
|
|
|
1847
1847
|
1,
|
|
1848
1848
|
0,
|
|
1849
1849
|
0,
|
|
1850
|
-
() => ComputeConfiguration
|
|
1851
|
-
() => ScalingConfigurationInput
|
|
1850
|
+
() => ComputeConfiguration$,
|
|
1851
|
+
() => ScalingConfigurationInput$,
|
|
1852
1852
|
0,
|
|
1853
|
-
() => VpcConfig
|
|
1854
|
-
() => ProxyConfiguration
|
|
1853
|
+
() => VpcConfig$,
|
|
1854
|
+
() => ProxyConfiguration$,
|
|
1855
1855
|
0,
|
|
1856
1856
|
0,
|
|
1857
1857
|
() => TagList,
|
|
1858
1858
|
],
|
|
1859
1859
|
];
|
|
1860
|
-
var UpdateFleetOutput = [3, n0, _UFO, 0, [_fl], [() => Fleet]];
|
|
1861
|
-
var UpdateProjectInput = [
|
|
1860
|
+
var UpdateFleetOutput$ = [3, n0, _UFO, 0, [_fl], [() => Fleet$]];
|
|
1861
|
+
var UpdateProjectInput$ = [
|
|
1862
1862
|
3,
|
|
1863
1863
|
n0,
|
|
1864
1864
|
_UPI,
|
|
@@ -1890,434 +1890,483 @@ var UpdateProjectInput = [
|
|
|
1890
1890
|
[
|
|
1891
1891
|
0,
|
|
1892
1892
|
0,
|
|
1893
|
-
() => ProjectSource
|
|
1893
|
+
() => ProjectSource$,
|
|
1894
1894
|
() => ProjectSources,
|
|
1895
1895
|
0,
|
|
1896
1896
|
() => ProjectSecondarySourceVersions,
|
|
1897
|
-
() => ProjectArtifacts
|
|
1897
|
+
() => ProjectArtifacts$,
|
|
1898
1898
|
() => ProjectArtifactsList,
|
|
1899
|
-
() => ProjectCache
|
|
1900
|
-
() => ProjectEnvironment
|
|
1899
|
+
() => ProjectCache$,
|
|
1900
|
+
() => ProjectEnvironment$,
|
|
1901
1901
|
0,
|
|
1902
1902
|
1,
|
|
1903
1903
|
1,
|
|
1904
1904
|
0,
|
|
1905
1905
|
() => TagList,
|
|
1906
|
-
() => VpcConfig
|
|
1906
|
+
() => VpcConfig$,
|
|
1907
1907
|
2,
|
|
1908
|
-
() => LogsConfig
|
|
1908
|
+
() => LogsConfig$,
|
|
1909
1909
|
() => ProjectFileSystemLocations,
|
|
1910
|
-
() => ProjectBuildBatchConfig
|
|
1910
|
+
() => ProjectBuildBatchConfig$,
|
|
1911
1911
|
1,
|
|
1912
1912
|
1,
|
|
1913
1913
|
],
|
|
1914
1914
|
];
|
|
1915
|
-
var UpdateProjectOutput = [3, n0, _UPO, 0, [_pr], [() => Project]];
|
|
1916
|
-
var UpdateProjectVisibilityInput = [3, n0, _UPVI, 0, [_pAr, _pV, _rAR], [0, 0, 0]];
|
|
1917
|
-
var UpdateProjectVisibilityOutput = [3, n0, _UPVO, 0, [_pAr, _pPA, _pV], [0, 0, 0]];
|
|
1918
|
-
var UpdateReportGroupInput = [
|
|
1915
|
+
var UpdateProjectOutput$ = [3, n0, _UPO, 0, [_pr], [() => Project$]];
|
|
1916
|
+
var UpdateProjectVisibilityInput$ = [3, n0, _UPVI, 0, [_pAr, _pV, _rAR], [0, 0, 0]];
|
|
1917
|
+
var UpdateProjectVisibilityOutput$ = [3, n0, _UPVO, 0, [_pAr, _pPA, _pV], [0, 0, 0]];
|
|
1918
|
+
var UpdateReportGroupInput$ = [
|
|
1919
1919
|
3,
|
|
1920
1920
|
n0,
|
|
1921
1921
|
_URGI,
|
|
1922
1922
|
0,
|
|
1923
1923
|
[_a, _eCx, _ta],
|
|
1924
|
-
[0, () => ReportExportConfig
|
|
1924
|
+
[0, () => ReportExportConfig$, () => TagList],
|
|
1925
1925
|
];
|
|
1926
|
-
var UpdateReportGroupOutput = [3, n0, _URGO, 0, [_rGe], [() => ReportGroup]];
|
|
1927
|
-
var UpdateWebhookInput = [
|
|
1926
|
+
var UpdateReportGroupOutput$ = [3, n0, _URGO, 0, [_rGe], [() => ReportGroup$]];
|
|
1927
|
+
var UpdateWebhookInput$ = [
|
|
1928
1928
|
3,
|
|
1929
1929
|
n0,
|
|
1930
1930
|
_UWI,
|
|
1931
1931
|
0,
|
|
1932
1932
|
[_pN, _bF, _rS, _fG, _bT, _pRBP],
|
|
1933
|
-
[0, 0, 2, () => FilterGroups, 0, () => PullRequestBuildPolicy],
|
|
1933
|
+
[0, 0, 2, () => FilterGroups, 0, () => PullRequestBuildPolicy$],
|
|
1934
1934
|
];
|
|
1935
|
-
var UpdateWebhookOutput = [3, n0, _UWO, 0, [_w], [() => Webhook]];
|
|
1936
|
-
var VpcConfig = [3, n0, _VC, 0, [_vI, _su, _sGI], [0, 64 | 0, 64 | 0]];
|
|
1937
|
-
var Webhook = [
|
|
1935
|
+
var UpdateWebhookOutput$ = [3, n0, _UWO, 0, [_w], [() => Webhook$]];
|
|
1936
|
+
var VpcConfig$ = [3, n0, _VC, 0, [_vI, _su, _sGI], [0, 64 | 0, 64 | 0]];
|
|
1937
|
+
var Webhook$ = [
|
|
1938
1938
|
3,
|
|
1939
1939
|
n0,
|
|
1940
1940
|
_W,
|
|
1941
1941
|
0,
|
|
1942
1942
|
[_ur, _pU, _se, _bF, _fG, _bT, _mC, _lMS, _sCco, _st, _sM, _pRBP],
|
|
1943
|
-
[0, 0, 0, 0, () => FilterGroups, 0, 2, 4, () => ScopeConfiguration
|
|
1944
|
-
];
|
|
1945
|
-
var WebhookFilter = [3, n0, _WF, 0, [_t, _pat, _eMP], [0, 0, 2]];
|
|
1946
|
-
var CodeBuildServiceException = [-3, _sm, "CodeBuildServiceException", 0, [], []];
|
|
1947
|
-
schema.TypeRegistry.for(_sm).registerError(CodeBuildServiceException
|
|
1948
|
-
var BuildArtifactsList = [1, n0, _BAL, 0, () => BuildArtifacts];
|
|
1949
|
-
var BuildBatches = [1, n0, _BBu, 0, () => BuildBatch];
|
|
1950
|
-
var BuildBatchPhases = [1, n0, _BBPu, 0, () => BuildBatchPhase];
|
|
1951
|
-
var BuildGroups = [1, n0, _BGu, 0, () => BuildGroup];
|
|
1952
|
-
var BuildPhases = [1, n0, _BPu, 0, () => BuildPhase];
|
|
1953
|
-
var Builds = [1, n0, _Bu, 0, () => Build];
|
|
1954
|
-
var BuildsNotDeleted = [1, n0, _BNDu, 0, () => BuildNotDeleted];
|
|
1955
|
-
var BuildSummaries = [1, n0, _BSu, 0, () => BuildSummary];
|
|
1956
|
-
var CodeCoverages = [1, n0, _CCod, 0, () => CodeCoverage];
|
|
1957
|
-
var CommandExecutions = [1, n0, _CEo, 0, [() => CommandExecution
|
|
1958
|
-
var EnvironmentImages = [1, n0, _EIn, 0, () => EnvironmentImage];
|
|
1959
|
-
var EnvironmentLanguages = [1, n0, _ELn, 0, () => EnvironmentLanguage];
|
|
1960
|
-
var EnvironmentPlatforms = [1, n0, _EPn, 0, () => EnvironmentPlatform];
|
|
1961
|
-
var EnvironmentVariables = [1, n0, _EVn, 0, () => EnvironmentVariable];
|
|
1962
|
-
var ExportedEnvironmentVariables = [1, n0, _EEVx, 0, () => ExportedEnvironmentVariable];
|
|
1963
|
-
var FilterGroup = [1, n0, _FGi, 0, () => WebhookFilter];
|
|
1943
|
+
[0, 0, 0, 0, () => FilterGroups, 0, 2, 4, () => ScopeConfiguration$, 0, 0, () => PullRequestBuildPolicy$],
|
|
1944
|
+
];
|
|
1945
|
+
var WebhookFilter$ = [3, n0, _WF, 0, [_t, _pat, _eMP], [0, 0, 2]];
|
|
1946
|
+
var CodeBuildServiceException$ = [-3, _sm, "CodeBuildServiceException", 0, [], []];
|
|
1947
|
+
schema.TypeRegistry.for(_sm).registerError(CodeBuildServiceException$, CodeBuildServiceException);
|
|
1948
|
+
var BuildArtifactsList = [1, n0, _BAL, 0, () => BuildArtifacts$];
|
|
1949
|
+
var BuildBatches = [1, n0, _BBu, 0, () => BuildBatch$];
|
|
1950
|
+
var BuildBatchPhases = [1, n0, _BBPu, 0, () => BuildBatchPhase$];
|
|
1951
|
+
var BuildGroups = [1, n0, _BGu, 0, () => BuildGroup$];
|
|
1952
|
+
var BuildPhases = [1, n0, _BPu, 0, () => BuildPhase$];
|
|
1953
|
+
var Builds = [1, n0, _Bu, 0, () => Build$];
|
|
1954
|
+
var BuildsNotDeleted = [1, n0, _BNDu, 0, () => BuildNotDeleted$];
|
|
1955
|
+
var BuildSummaries = [1, n0, _BSu, 0, () => BuildSummary$];
|
|
1956
|
+
var CodeCoverages = [1, n0, _CCod, 0, () => CodeCoverage$];
|
|
1957
|
+
var CommandExecutions = [1, n0, _CEo, 0, [() => CommandExecution$, 0]];
|
|
1958
|
+
var EnvironmentImages = [1, n0, _EIn, 0, () => EnvironmentImage$];
|
|
1959
|
+
var EnvironmentLanguages = [1, n0, _ELn, 0, () => EnvironmentLanguage$];
|
|
1960
|
+
var EnvironmentPlatforms = [1, n0, _EPn, 0, () => EnvironmentPlatform$];
|
|
1961
|
+
var EnvironmentVariables = [1, n0, _EVn, 0, () => EnvironmentVariable$];
|
|
1962
|
+
var ExportedEnvironmentVariables = [1, n0, _EEVx, 0, () => ExportedEnvironmentVariable$];
|
|
1963
|
+
var FilterGroup = [1, n0, _FGi, 0, () => WebhookFilter$];
|
|
1964
1964
|
var FilterGroups = [1, n0, _FG, 0, () => FilterGroup];
|
|
1965
|
-
var FleetProxyRules = [1, n0, _FPRl, 0, () => FleetProxyRule];
|
|
1966
|
-
var Fleets = [1, n0, _Fl, 0, () => Fleet];
|
|
1967
|
-
var PhaseContexts = [1, n0, _PCh, 0, () => PhaseContext];
|
|
1968
|
-
var ProjectArtifactsList = [1, n0, _PAL, 0, () => ProjectArtifacts];
|
|
1969
|
-
var ProjectFileSystemLocations = [1, n0, _PFSLr, 0, () => ProjectFileSystemLocation];
|
|
1970
|
-
var Projects = [1, n0, _Pr, 0, () => Project];
|
|
1971
|
-
var ProjectSecondarySourceVersions = [1, n0, _PSSV, 0, () => ProjectSourceVersion];
|
|
1972
|
-
var ProjectSources = [1, n0, _PSr, 0, () => ProjectSource];
|
|
1973
|
-
var ReportGroups = [1, n0, _RGe, 0, () => ReportGroup];
|
|
1974
|
-
var ReportGroupTrendRawDataList = [1, n0, _RGTRDL, 0, () => ReportWithRawData];
|
|
1975
|
-
var Reports = [1, n0, _Re, 0, () => Report];
|
|
1976
|
-
var ResolvedSecondaryArtifacts = [1, n0, _RSA, 0, () => ResolvedArtifact];
|
|
1977
|
-
var Sandboxes = [1, n0, _Sa, 0, () => Sandbox];
|
|
1978
|
-
var SandboxSessionPhases = [1, n0, _SSPa, 0, () => SandboxSessionPhase];
|
|
1979
|
-
var SourceCredentialsInfos = [1, n0, _SCIou, 0, () => SourceCredentialsInfo];
|
|
1980
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1965
|
+
var FleetProxyRules = [1, n0, _FPRl, 0, () => FleetProxyRule$];
|
|
1966
|
+
var Fleets = [1, n0, _Fl, 0, () => Fleet$];
|
|
1967
|
+
var PhaseContexts = [1, n0, _PCh, 0, () => PhaseContext$];
|
|
1968
|
+
var ProjectArtifactsList = [1, n0, _PAL, 0, () => ProjectArtifacts$];
|
|
1969
|
+
var ProjectFileSystemLocations = [1, n0, _PFSLr, 0, () => ProjectFileSystemLocation$];
|
|
1970
|
+
var Projects = [1, n0, _Pr, 0, () => Project$];
|
|
1971
|
+
var ProjectSecondarySourceVersions = [1, n0, _PSSV, 0, () => ProjectSourceVersion$];
|
|
1972
|
+
var ProjectSources = [1, n0, _PSr, 0, () => ProjectSource$];
|
|
1973
|
+
var ReportGroups = [1, n0, _RGe, 0, () => ReportGroup$];
|
|
1974
|
+
var ReportGroupTrendRawDataList = [1, n0, _RGTRDL, 0, () => ReportWithRawData$];
|
|
1975
|
+
var Reports = [1, n0, _Re, 0, () => Report$];
|
|
1976
|
+
var ResolvedSecondaryArtifacts = [1, n0, _RSA, 0, () => ResolvedArtifact$];
|
|
1977
|
+
var Sandboxes = [1, n0, _Sa, 0, () => Sandbox$];
|
|
1978
|
+
var SandboxSessionPhases = [1, n0, _SSPa, 0, () => SandboxSessionPhase$];
|
|
1979
|
+
var SourceCredentialsInfos = [1, n0, _SCIou, 0, () => SourceCredentialsInfo$];
|
|
1980
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1981
1981
|
var TargetTrackingScalingConfigurations = [
|
|
1982
1982
|
1,
|
|
1983
1983
|
n0,
|
|
1984
1984
|
_TTSCa,
|
|
1985
1985
|
0,
|
|
1986
|
-
() => TargetTrackingScalingConfiguration
|
|
1986
|
+
() => TargetTrackingScalingConfiguration$,
|
|
1987
1987
|
];
|
|
1988
|
-
var TestCases = [1, n0, _TCe, 0, () => TestCase];
|
|
1989
|
-
var BatchDeleteBuilds = [
|
|
1988
|
+
var TestCases = [1, n0, _TCe, 0, () => TestCase$];
|
|
1989
|
+
var BatchDeleteBuilds$ = [
|
|
1990
1990
|
9,
|
|
1991
1991
|
n0,
|
|
1992
1992
|
_BDB,
|
|
1993
1993
|
0,
|
|
1994
|
-
() => BatchDeleteBuildsInput
|
|
1995
|
-
() => BatchDeleteBuildsOutput
|
|
1994
|
+
() => BatchDeleteBuildsInput$,
|
|
1995
|
+
() => BatchDeleteBuildsOutput$,
|
|
1996
1996
|
];
|
|
1997
|
-
var BatchGetBuildBatches = [
|
|
1997
|
+
var BatchGetBuildBatches$ = [
|
|
1998
1998
|
9,
|
|
1999
1999
|
n0,
|
|
2000
2000
|
_BGBB,
|
|
2001
2001
|
0,
|
|
2002
|
-
() => BatchGetBuildBatchesInput
|
|
2003
|
-
() => BatchGetBuildBatchesOutput
|
|
2002
|
+
() => BatchGetBuildBatchesInput$,
|
|
2003
|
+
() => BatchGetBuildBatchesOutput$,
|
|
2004
2004
|
];
|
|
2005
|
-
var BatchGetBuilds = [
|
|
2005
|
+
var BatchGetBuilds$ = [
|
|
2006
2006
|
9,
|
|
2007
2007
|
n0,
|
|
2008
2008
|
_BGB,
|
|
2009
2009
|
0,
|
|
2010
|
-
() => BatchGetBuildsInput
|
|
2011
|
-
() => BatchGetBuildsOutput
|
|
2010
|
+
() => BatchGetBuildsInput$,
|
|
2011
|
+
() => BatchGetBuildsOutput$,
|
|
2012
2012
|
];
|
|
2013
|
-
var BatchGetCommandExecutions = [
|
|
2013
|
+
var BatchGetCommandExecutions$ = [
|
|
2014
2014
|
9,
|
|
2015
2015
|
n0,
|
|
2016
2016
|
_BGCE,
|
|
2017
2017
|
0,
|
|
2018
|
-
() => BatchGetCommandExecutionsInput
|
|
2019
|
-
() => BatchGetCommandExecutionsOutput
|
|
2018
|
+
() => BatchGetCommandExecutionsInput$,
|
|
2019
|
+
() => BatchGetCommandExecutionsOutput$,
|
|
2020
2020
|
];
|
|
2021
|
-
var BatchGetFleets = [
|
|
2021
|
+
var BatchGetFleets$ = [
|
|
2022
2022
|
9,
|
|
2023
2023
|
n0,
|
|
2024
2024
|
_BGF,
|
|
2025
2025
|
0,
|
|
2026
|
-
() => BatchGetFleetsInput
|
|
2027
|
-
() => BatchGetFleetsOutput
|
|
2026
|
+
() => BatchGetFleetsInput$,
|
|
2027
|
+
() => BatchGetFleetsOutput$,
|
|
2028
2028
|
];
|
|
2029
|
-
var BatchGetProjects = [
|
|
2029
|
+
var BatchGetProjects$ = [
|
|
2030
2030
|
9,
|
|
2031
2031
|
n0,
|
|
2032
2032
|
_BGP,
|
|
2033
2033
|
0,
|
|
2034
|
-
() => BatchGetProjectsInput
|
|
2035
|
-
() => BatchGetProjectsOutput
|
|
2034
|
+
() => BatchGetProjectsInput$,
|
|
2035
|
+
() => BatchGetProjectsOutput$,
|
|
2036
2036
|
];
|
|
2037
|
-
var BatchGetReportGroups = [
|
|
2037
|
+
var BatchGetReportGroups$ = [
|
|
2038
2038
|
9,
|
|
2039
2039
|
n0,
|
|
2040
2040
|
_BGRG,
|
|
2041
2041
|
0,
|
|
2042
|
-
() => BatchGetReportGroupsInput
|
|
2043
|
-
() => BatchGetReportGroupsOutput
|
|
2042
|
+
() => BatchGetReportGroupsInput$,
|
|
2043
|
+
() => BatchGetReportGroupsOutput$,
|
|
2044
2044
|
];
|
|
2045
|
-
var BatchGetReports = [
|
|
2045
|
+
var BatchGetReports$ = [
|
|
2046
2046
|
9,
|
|
2047
2047
|
n0,
|
|
2048
2048
|
_BGR,
|
|
2049
2049
|
0,
|
|
2050
|
-
() => BatchGetReportsInput
|
|
2051
|
-
() => BatchGetReportsOutput
|
|
2050
|
+
() => BatchGetReportsInput$,
|
|
2051
|
+
() => BatchGetReportsOutput$,
|
|
2052
2052
|
];
|
|
2053
|
-
var BatchGetSandboxes = [
|
|
2053
|
+
var BatchGetSandboxes$ = [
|
|
2054
2054
|
9,
|
|
2055
2055
|
n0,
|
|
2056
2056
|
_BGS,
|
|
2057
2057
|
0,
|
|
2058
|
-
() => BatchGetSandboxesInput
|
|
2059
|
-
() => BatchGetSandboxesOutput
|
|
2058
|
+
() => BatchGetSandboxesInput$,
|
|
2059
|
+
() => BatchGetSandboxesOutput$,
|
|
2060
|
+
];
|
|
2061
|
+
var CreateFleet$ = [9, n0, _CF, 0, () => CreateFleetInput$, () => CreateFleetOutput$];
|
|
2062
|
+
var CreateProject$ = [
|
|
2063
|
+
9,
|
|
2064
|
+
n0,
|
|
2065
|
+
_CP,
|
|
2066
|
+
0,
|
|
2067
|
+
() => CreateProjectInput$,
|
|
2068
|
+
() => CreateProjectOutput$,
|
|
2060
2069
|
];
|
|
2061
|
-
var
|
|
2062
|
-
var CreateProject = [9, n0, _CP, 0, () => CreateProjectInput, () => CreateProjectOutput];
|
|
2063
|
-
var CreateReportGroup = [
|
|
2070
|
+
var CreateReportGroup$ = [
|
|
2064
2071
|
9,
|
|
2065
2072
|
n0,
|
|
2066
2073
|
_CRG,
|
|
2067
2074
|
0,
|
|
2068
|
-
() => CreateReportGroupInput
|
|
2069
|
-
() => CreateReportGroupOutput
|
|
2075
|
+
() => CreateReportGroupInput$,
|
|
2076
|
+
() => CreateReportGroupOutput$,
|
|
2077
|
+
];
|
|
2078
|
+
var CreateWebhook$ = [
|
|
2079
|
+
9,
|
|
2080
|
+
n0,
|
|
2081
|
+
_CW,
|
|
2082
|
+
0,
|
|
2083
|
+
() => CreateWebhookInput$,
|
|
2084
|
+
() => CreateWebhookOutput$,
|
|
2070
2085
|
];
|
|
2071
|
-
var
|
|
2072
|
-
var DeleteBuildBatch = [
|
|
2086
|
+
var DeleteBuildBatch$ = [
|
|
2073
2087
|
9,
|
|
2074
2088
|
n0,
|
|
2075
2089
|
_DBB,
|
|
2076
2090
|
0,
|
|
2077
|
-
() => DeleteBuildBatchInput
|
|
2078
|
-
() => DeleteBuildBatchOutput
|
|
2091
|
+
() => DeleteBuildBatchInput$,
|
|
2092
|
+
() => DeleteBuildBatchOutput$,
|
|
2093
|
+
];
|
|
2094
|
+
var DeleteFleet$ = [9, n0, _DF, 0, () => DeleteFleetInput$, () => DeleteFleetOutput$];
|
|
2095
|
+
var DeleteProject$ = [
|
|
2096
|
+
9,
|
|
2097
|
+
n0,
|
|
2098
|
+
_DP,
|
|
2099
|
+
0,
|
|
2100
|
+
() => DeleteProjectInput$,
|
|
2101
|
+
() => DeleteProjectOutput$,
|
|
2079
2102
|
];
|
|
2080
|
-
var
|
|
2081
|
-
var
|
|
2082
|
-
var DeleteReport = [9, n0, _DR, 0, () => DeleteReportInput, () => DeleteReportOutput];
|
|
2083
|
-
var DeleteReportGroup = [
|
|
2103
|
+
var DeleteReport$ = [9, n0, _DR, 0, () => DeleteReportInput$, () => DeleteReportOutput$];
|
|
2104
|
+
var DeleteReportGroup$ = [
|
|
2084
2105
|
9,
|
|
2085
2106
|
n0,
|
|
2086
2107
|
_DRG,
|
|
2087
2108
|
0,
|
|
2088
|
-
() => DeleteReportGroupInput
|
|
2089
|
-
() => DeleteReportGroupOutput
|
|
2109
|
+
() => DeleteReportGroupInput$,
|
|
2110
|
+
() => DeleteReportGroupOutput$,
|
|
2090
2111
|
];
|
|
2091
|
-
var DeleteResourcePolicy = [
|
|
2112
|
+
var DeleteResourcePolicy$ = [
|
|
2092
2113
|
9,
|
|
2093
2114
|
n0,
|
|
2094
2115
|
_DRP,
|
|
2095
2116
|
0,
|
|
2096
|
-
() => DeleteResourcePolicyInput
|
|
2097
|
-
() => DeleteResourcePolicyOutput
|
|
2117
|
+
() => DeleteResourcePolicyInput$,
|
|
2118
|
+
() => DeleteResourcePolicyOutput$,
|
|
2098
2119
|
];
|
|
2099
|
-
var DeleteSourceCredentials = [
|
|
2120
|
+
var DeleteSourceCredentials$ = [
|
|
2100
2121
|
9,
|
|
2101
2122
|
n0,
|
|
2102
2123
|
_DSC,
|
|
2103
2124
|
0,
|
|
2104
|
-
() => DeleteSourceCredentialsInput
|
|
2105
|
-
() => DeleteSourceCredentialsOutput
|
|
2125
|
+
() => DeleteSourceCredentialsInput$,
|
|
2126
|
+
() => DeleteSourceCredentialsOutput$,
|
|
2106
2127
|
];
|
|
2107
|
-
var DeleteWebhook = [
|
|
2108
|
-
|
|
2128
|
+
var DeleteWebhook$ = [
|
|
2129
|
+
9,
|
|
2130
|
+
n0,
|
|
2131
|
+
_DW,
|
|
2132
|
+
0,
|
|
2133
|
+
() => DeleteWebhookInput$,
|
|
2134
|
+
() => DeleteWebhookOutput$,
|
|
2135
|
+
];
|
|
2136
|
+
var DescribeCodeCoverages$ = [
|
|
2109
2137
|
9,
|
|
2110
2138
|
n0,
|
|
2111
2139
|
_DCC,
|
|
2112
2140
|
0,
|
|
2113
|
-
() => DescribeCodeCoveragesInput
|
|
2114
|
-
() => DescribeCodeCoveragesOutput
|
|
2141
|
+
() => DescribeCodeCoveragesInput$,
|
|
2142
|
+
() => DescribeCodeCoveragesOutput$,
|
|
2115
2143
|
];
|
|
2116
|
-
var DescribeTestCases = [
|
|
2144
|
+
var DescribeTestCases$ = [
|
|
2117
2145
|
9,
|
|
2118
2146
|
n0,
|
|
2119
2147
|
_DTC,
|
|
2120
2148
|
0,
|
|
2121
|
-
() => DescribeTestCasesInput
|
|
2122
|
-
() => DescribeTestCasesOutput
|
|
2149
|
+
() => DescribeTestCasesInput$,
|
|
2150
|
+
() => DescribeTestCasesOutput$,
|
|
2123
2151
|
];
|
|
2124
|
-
var GetReportGroupTrend = [
|
|
2152
|
+
var GetReportGroupTrend$ = [
|
|
2125
2153
|
9,
|
|
2126
2154
|
n0,
|
|
2127
2155
|
_GRGT,
|
|
2128
2156
|
0,
|
|
2129
|
-
() => GetReportGroupTrendInput
|
|
2130
|
-
() => GetReportGroupTrendOutput
|
|
2157
|
+
() => GetReportGroupTrendInput$,
|
|
2158
|
+
() => GetReportGroupTrendOutput$,
|
|
2131
2159
|
];
|
|
2132
|
-
var GetResourcePolicy = [
|
|
2160
|
+
var GetResourcePolicy$ = [
|
|
2133
2161
|
9,
|
|
2134
2162
|
n0,
|
|
2135
2163
|
_GRP,
|
|
2136
2164
|
0,
|
|
2137
|
-
() => GetResourcePolicyInput
|
|
2138
|
-
() => GetResourcePolicyOutput
|
|
2165
|
+
() => GetResourcePolicyInput$,
|
|
2166
|
+
() => GetResourcePolicyOutput$,
|
|
2139
2167
|
];
|
|
2140
|
-
var ImportSourceCredentials = [
|
|
2168
|
+
var ImportSourceCredentials$ = [
|
|
2141
2169
|
9,
|
|
2142
2170
|
n0,
|
|
2143
2171
|
_ISC,
|
|
2144
2172
|
0,
|
|
2145
|
-
() => ImportSourceCredentialsInput
|
|
2146
|
-
() => ImportSourceCredentialsOutput
|
|
2173
|
+
() => ImportSourceCredentialsInput$,
|
|
2174
|
+
() => ImportSourceCredentialsOutput$,
|
|
2147
2175
|
];
|
|
2148
|
-
var InvalidateProjectCache = [
|
|
2176
|
+
var InvalidateProjectCache$ = [
|
|
2149
2177
|
9,
|
|
2150
2178
|
n0,
|
|
2151
2179
|
_IPC,
|
|
2152
2180
|
0,
|
|
2153
|
-
() => InvalidateProjectCacheInput
|
|
2154
|
-
() => InvalidateProjectCacheOutput
|
|
2181
|
+
() => InvalidateProjectCacheInput$,
|
|
2182
|
+
() => InvalidateProjectCacheOutput$,
|
|
2155
2183
|
];
|
|
2156
|
-
var ListBuildBatches = [
|
|
2184
|
+
var ListBuildBatches$ = [
|
|
2157
2185
|
9,
|
|
2158
2186
|
n0,
|
|
2159
2187
|
_LBB,
|
|
2160
2188
|
0,
|
|
2161
|
-
() => ListBuildBatchesInput
|
|
2162
|
-
() => ListBuildBatchesOutput
|
|
2189
|
+
() => ListBuildBatchesInput$,
|
|
2190
|
+
() => ListBuildBatchesOutput$,
|
|
2163
2191
|
];
|
|
2164
|
-
var ListBuildBatchesForProject = [
|
|
2192
|
+
var ListBuildBatchesForProject$ = [
|
|
2165
2193
|
9,
|
|
2166
2194
|
n0,
|
|
2167
2195
|
_LBBFP,
|
|
2168
2196
|
0,
|
|
2169
|
-
() => ListBuildBatchesForProjectInput
|
|
2170
|
-
() => ListBuildBatchesForProjectOutput
|
|
2197
|
+
() => ListBuildBatchesForProjectInput$,
|
|
2198
|
+
() => ListBuildBatchesForProjectOutput$,
|
|
2171
2199
|
];
|
|
2172
|
-
var ListBuilds = [9, n0, _LB, 0, () => ListBuildsInput
|
|
2173
|
-
var ListBuildsForProject = [
|
|
2200
|
+
var ListBuilds$ = [9, n0, _LB, 0, () => ListBuildsInput$, () => ListBuildsOutput$];
|
|
2201
|
+
var ListBuildsForProject$ = [
|
|
2174
2202
|
9,
|
|
2175
2203
|
n0,
|
|
2176
2204
|
_LBFP,
|
|
2177
2205
|
0,
|
|
2178
|
-
() => ListBuildsForProjectInput
|
|
2179
|
-
() => ListBuildsForProjectOutput
|
|
2206
|
+
() => ListBuildsForProjectInput$,
|
|
2207
|
+
() => ListBuildsForProjectOutput$,
|
|
2180
2208
|
];
|
|
2181
|
-
var ListCommandExecutionsForSandbox = [
|
|
2209
|
+
var ListCommandExecutionsForSandbox$ = [
|
|
2182
2210
|
9,
|
|
2183
2211
|
n0,
|
|
2184
2212
|
_LCEFS,
|
|
2185
2213
|
0,
|
|
2186
|
-
() => ListCommandExecutionsForSandboxInput
|
|
2187
|
-
() => ListCommandExecutionsForSandboxOutput
|
|
2214
|
+
() => ListCommandExecutionsForSandboxInput$,
|
|
2215
|
+
() => ListCommandExecutionsForSandboxOutput$,
|
|
2188
2216
|
];
|
|
2189
|
-
var ListCuratedEnvironmentImages = [
|
|
2217
|
+
var ListCuratedEnvironmentImages$ = [
|
|
2190
2218
|
9,
|
|
2191
2219
|
n0,
|
|
2192
2220
|
_LCEI,
|
|
2193
2221
|
0,
|
|
2194
|
-
() => ListCuratedEnvironmentImagesInput
|
|
2195
|
-
() => ListCuratedEnvironmentImagesOutput
|
|
2222
|
+
() => ListCuratedEnvironmentImagesInput$,
|
|
2223
|
+
() => ListCuratedEnvironmentImagesOutput$,
|
|
2196
2224
|
];
|
|
2197
|
-
var ListFleets = [9, n0, _LF, 0, () => ListFleetsInput
|
|
2198
|
-
var ListProjects = [9, n0, _LP, 0, () => ListProjectsInput
|
|
2199
|
-
var ListReportGroups = [
|
|
2225
|
+
var ListFleets$ = [9, n0, _LF, 0, () => ListFleetsInput$, () => ListFleetsOutput$];
|
|
2226
|
+
var ListProjects$ = [9, n0, _LP, 0, () => ListProjectsInput$, () => ListProjectsOutput$];
|
|
2227
|
+
var ListReportGroups$ = [
|
|
2200
2228
|
9,
|
|
2201
2229
|
n0,
|
|
2202
2230
|
_LRG,
|
|
2203
2231
|
0,
|
|
2204
|
-
() => ListReportGroupsInput
|
|
2205
|
-
() => ListReportGroupsOutput
|
|
2232
|
+
() => ListReportGroupsInput$,
|
|
2233
|
+
() => ListReportGroupsOutput$,
|
|
2206
2234
|
];
|
|
2207
|
-
var ListReports = [9, n0, _LR, 0, () => ListReportsInput
|
|
2208
|
-
var ListReportsForReportGroup = [
|
|
2235
|
+
var ListReports$ = [9, n0, _LR, 0, () => ListReportsInput$, () => ListReportsOutput$];
|
|
2236
|
+
var ListReportsForReportGroup$ = [
|
|
2209
2237
|
9,
|
|
2210
2238
|
n0,
|
|
2211
2239
|
_LRFRG,
|
|
2212
2240
|
0,
|
|
2213
|
-
() => ListReportsForReportGroupInput
|
|
2214
|
-
() => ListReportsForReportGroupOutput
|
|
2241
|
+
() => ListReportsForReportGroupInput$,
|
|
2242
|
+
() => ListReportsForReportGroupOutput$,
|
|
2215
2243
|
];
|
|
2216
|
-
var ListSandboxes = [
|
|
2217
|
-
|
|
2244
|
+
var ListSandboxes$ = [
|
|
2245
|
+
9,
|
|
2246
|
+
n0,
|
|
2247
|
+
_LS,
|
|
2248
|
+
0,
|
|
2249
|
+
() => ListSandboxesInput$,
|
|
2250
|
+
() => ListSandboxesOutput$,
|
|
2251
|
+
];
|
|
2252
|
+
var ListSandboxesForProject$ = [
|
|
2218
2253
|
9,
|
|
2219
2254
|
n0,
|
|
2220
2255
|
_LSFP,
|
|
2221
2256
|
0,
|
|
2222
|
-
() => ListSandboxesForProjectInput
|
|
2223
|
-
() => ListSandboxesForProjectOutput
|
|
2257
|
+
() => ListSandboxesForProjectInput$,
|
|
2258
|
+
() => ListSandboxesForProjectOutput$,
|
|
2224
2259
|
];
|
|
2225
|
-
var ListSharedProjects = [
|
|
2260
|
+
var ListSharedProjects$ = [
|
|
2226
2261
|
9,
|
|
2227
2262
|
n0,
|
|
2228
2263
|
_LSP,
|
|
2229
2264
|
0,
|
|
2230
|
-
() => ListSharedProjectsInput
|
|
2231
|
-
() => ListSharedProjectsOutput
|
|
2265
|
+
() => ListSharedProjectsInput$,
|
|
2266
|
+
() => ListSharedProjectsOutput$,
|
|
2232
2267
|
];
|
|
2233
|
-
var ListSharedReportGroups = [
|
|
2268
|
+
var ListSharedReportGroups$ = [
|
|
2234
2269
|
9,
|
|
2235
2270
|
n0,
|
|
2236
2271
|
_LSRG,
|
|
2237
2272
|
0,
|
|
2238
|
-
() => ListSharedReportGroupsInput
|
|
2239
|
-
() => ListSharedReportGroupsOutput
|
|
2273
|
+
() => ListSharedReportGroupsInput$,
|
|
2274
|
+
() => ListSharedReportGroupsOutput$,
|
|
2240
2275
|
];
|
|
2241
|
-
var ListSourceCredentials = [
|
|
2276
|
+
var ListSourceCredentials$ = [
|
|
2242
2277
|
9,
|
|
2243
2278
|
n0,
|
|
2244
2279
|
_LSC,
|
|
2245
2280
|
0,
|
|
2246
|
-
() => ListSourceCredentialsInput
|
|
2247
|
-
() => ListSourceCredentialsOutput
|
|
2281
|
+
() => ListSourceCredentialsInput$,
|
|
2282
|
+
() => ListSourceCredentialsOutput$,
|
|
2248
2283
|
];
|
|
2249
|
-
var PutResourcePolicy = [
|
|
2284
|
+
var PutResourcePolicy$ = [
|
|
2250
2285
|
9,
|
|
2251
2286
|
n0,
|
|
2252
2287
|
_PRP,
|
|
2253
2288
|
0,
|
|
2254
|
-
() => PutResourcePolicyInput
|
|
2255
|
-
() => PutResourcePolicyOutput
|
|
2289
|
+
() => PutResourcePolicyInput$,
|
|
2290
|
+
() => PutResourcePolicyOutput$,
|
|
2256
2291
|
];
|
|
2257
|
-
var RetryBuild = [9, n0, _RB, 0, () => RetryBuildInput
|
|
2258
|
-
var RetryBuildBatch = [
|
|
2292
|
+
var RetryBuild$ = [9, n0, _RB, 0, () => RetryBuildInput$, () => RetryBuildOutput$];
|
|
2293
|
+
var RetryBuildBatch$ = [
|
|
2259
2294
|
9,
|
|
2260
2295
|
n0,
|
|
2261
2296
|
_RBB,
|
|
2262
2297
|
0,
|
|
2263
|
-
() => RetryBuildBatchInput
|
|
2264
|
-
() => RetryBuildBatchOutput
|
|
2298
|
+
() => RetryBuildBatchInput$,
|
|
2299
|
+
() => RetryBuildBatchOutput$,
|
|
2265
2300
|
];
|
|
2266
|
-
var StartBuild = [9, n0, _SB, 0, () => StartBuildInput
|
|
2267
|
-
var StartBuildBatch = [
|
|
2301
|
+
var StartBuild$ = [9, n0, _SB, 0, () => StartBuildInput$, () => StartBuildOutput$];
|
|
2302
|
+
var StartBuildBatch$ = [
|
|
2268
2303
|
9,
|
|
2269
2304
|
n0,
|
|
2270
2305
|
_SBB,
|
|
2271
2306
|
0,
|
|
2272
|
-
() => StartBuildBatchInput
|
|
2273
|
-
() => StartBuildBatchOutput
|
|
2307
|
+
() => StartBuildBatchInput$,
|
|
2308
|
+
() => StartBuildBatchOutput$,
|
|
2274
2309
|
];
|
|
2275
|
-
var StartCommandExecution = [
|
|
2310
|
+
var StartCommandExecution$ = [
|
|
2276
2311
|
9,
|
|
2277
2312
|
n0,
|
|
2278
2313
|
_SCE,
|
|
2279
2314
|
0,
|
|
2280
|
-
() => StartCommandExecutionInput
|
|
2281
|
-
() => StartCommandExecutionOutput
|
|
2315
|
+
() => StartCommandExecutionInput$,
|
|
2316
|
+
() => StartCommandExecutionOutput$,
|
|
2282
2317
|
];
|
|
2283
|
-
var StartSandbox = [9, n0, _SSt, 0, () => StartSandboxInput
|
|
2284
|
-
var StartSandboxConnection = [
|
|
2318
|
+
var StartSandbox$ = [9, n0, _SSt, 0, () => StartSandboxInput$, () => StartSandboxOutput$];
|
|
2319
|
+
var StartSandboxConnection$ = [
|
|
2285
2320
|
9,
|
|
2286
2321
|
n0,
|
|
2287
2322
|
_SSC,
|
|
2288
2323
|
0,
|
|
2289
|
-
() => StartSandboxConnectionInput
|
|
2290
|
-
() => StartSandboxConnectionOutput
|
|
2324
|
+
() => StartSandboxConnectionInput$,
|
|
2325
|
+
() => StartSandboxConnectionOutput$,
|
|
2291
2326
|
];
|
|
2292
|
-
var StopBuild = [9, n0, _SBt, 0, () => StopBuildInput
|
|
2293
|
-
var StopBuildBatch = [
|
|
2327
|
+
var StopBuild$ = [9, n0, _SBt, 0, () => StopBuildInput$, () => StopBuildOutput$];
|
|
2328
|
+
var StopBuildBatch$ = [
|
|
2294
2329
|
9,
|
|
2295
2330
|
n0,
|
|
2296
2331
|
_SBBt,
|
|
2297
2332
|
0,
|
|
2298
|
-
() => StopBuildBatchInput
|
|
2299
|
-
() => StopBuildBatchOutput
|
|
2333
|
+
() => StopBuildBatchInput$,
|
|
2334
|
+
() => StopBuildBatchOutput$,
|
|
2335
|
+
];
|
|
2336
|
+
var StopSandbox$ = [9, n0, _SSto, 0, () => StopSandboxInput$, () => StopSandboxOutput$];
|
|
2337
|
+
var UpdateFleet$ = [9, n0, _UF, 0, () => UpdateFleetInput$, () => UpdateFleetOutput$];
|
|
2338
|
+
var UpdateProject$ = [
|
|
2339
|
+
9,
|
|
2340
|
+
n0,
|
|
2341
|
+
_UP,
|
|
2342
|
+
0,
|
|
2343
|
+
() => UpdateProjectInput$,
|
|
2344
|
+
() => UpdateProjectOutput$,
|
|
2300
2345
|
];
|
|
2301
|
-
var
|
|
2302
|
-
var UpdateFleet = [9, n0, _UF, 0, () => UpdateFleetInput, () => UpdateFleetOutput];
|
|
2303
|
-
var UpdateProject = [9, n0, _UP, 0, () => UpdateProjectInput, () => UpdateProjectOutput];
|
|
2304
|
-
var UpdateProjectVisibility = [
|
|
2346
|
+
var UpdateProjectVisibility$ = [
|
|
2305
2347
|
9,
|
|
2306
2348
|
n0,
|
|
2307
2349
|
_UPV,
|
|
2308
2350
|
0,
|
|
2309
|
-
() => UpdateProjectVisibilityInput
|
|
2310
|
-
() => UpdateProjectVisibilityOutput
|
|
2351
|
+
() => UpdateProjectVisibilityInput$,
|
|
2352
|
+
() => UpdateProjectVisibilityOutput$,
|
|
2311
2353
|
];
|
|
2312
|
-
var UpdateReportGroup = [
|
|
2354
|
+
var UpdateReportGroup$ = [
|
|
2313
2355
|
9,
|
|
2314
2356
|
n0,
|
|
2315
2357
|
_URG,
|
|
2316
2358
|
0,
|
|
2317
|
-
() => UpdateReportGroupInput
|
|
2318
|
-
() => UpdateReportGroupOutput
|
|
2359
|
+
() => UpdateReportGroupInput$,
|
|
2360
|
+
() => UpdateReportGroupOutput$,
|
|
2361
|
+
];
|
|
2362
|
+
var UpdateWebhook$ = [
|
|
2363
|
+
9,
|
|
2364
|
+
n0,
|
|
2365
|
+
_UW,
|
|
2366
|
+
0,
|
|
2367
|
+
() => UpdateWebhookInput$,
|
|
2368
|
+
() => UpdateWebhookOutput$,
|
|
2319
2369
|
];
|
|
2320
|
-
var UpdateWebhook = [9, n0, _UW, 0, () => UpdateWebhookInput, () => UpdateWebhookOutput];
|
|
2321
2370
|
|
|
2322
2371
|
class BatchDeleteBuildsCommand extends smithyClient.Command
|
|
2323
2372
|
.classBuilder()
|
|
@@ -2327,7 +2376,7 @@ class BatchDeleteBuildsCommand extends smithyClient.Command
|
|
|
2327
2376
|
})
|
|
2328
2377
|
.s("CodeBuild_20161006", "BatchDeleteBuilds", {})
|
|
2329
2378
|
.n("CodeBuildClient", "BatchDeleteBuildsCommand")
|
|
2330
|
-
.sc(BatchDeleteBuilds)
|
|
2379
|
+
.sc(BatchDeleteBuilds$)
|
|
2331
2380
|
.build() {
|
|
2332
2381
|
}
|
|
2333
2382
|
|
|
@@ -2339,7 +2388,7 @@ class BatchGetBuildBatchesCommand extends smithyClient.Command
|
|
|
2339
2388
|
})
|
|
2340
2389
|
.s("CodeBuild_20161006", "BatchGetBuildBatches", {})
|
|
2341
2390
|
.n("CodeBuildClient", "BatchGetBuildBatchesCommand")
|
|
2342
|
-
.sc(BatchGetBuildBatches)
|
|
2391
|
+
.sc(BatchGetBuildBatches$)
|
|
2343
2392
|
.build() {
|
|
2344
2393
|
}
|
|
2345
2394
|
|
|
@@ -2351,7 +2400,7 @@ class BatchGetBuildsCommand extends smithyClient.Command
|
|
|
2351
2400
|
})
|
|
2352
2401
|
.s("CodeBuild_20161006", "BatchGetBuilds", {})
|
|
2353
2402
|
.n("CodeBuildClient", "BatchGetBuildsCommand")
|
|
2354
|
-
.sc(BatchGetBuilds)
|
|
2403
|
+
.sc(BatchGetBuilds$)
|
|
2355
2404
|
.build() {
|
|
2356
2405
|
}
|
|
2357
2406
|
|
|
@@ -2363,7 +2412,7 @@ class BatchGetCommandExecutionsCommand extends smithyClient.Command
|
|
|
2363
2412
|
})
|
|
2364
2413
|
.s("CodeBuild_20161006", "BatchGetCommandExecutions", {})
|
|
2365
2414
|
.n("CodeBuildClient", "BatchGetCommandExecutionsCommand")
|
|
2366
|
-
.sc(BatchGetCommandExecutions)
|
|
2415
|
+
.sc(BatchGetCommandExecutions$)
|
|
2367
2416
|
.build() {
|
|
2368
2417
|
}
|
|
2369
2418
|
|
|
@@ -2375,7 +2424,7 @@ class BatchGetFleetsCommand extends smithyClient.Command
|
|
|
2375
2424
|
})
|
|
2376
2425
|
.s("CodeBuild_20161006", "BatchGetFleets", {})
|
|
2377
2426
|
.n("CodeBuildClient", "BatchGetFleetsCommand")
|
|
2378
|
-
.sc(BatchGetFleets)
|
|
2427
|
+
.sc(BatchGetFleets$)
|
|
2379
2428
|
.build() {
|
|
2380
2429
|
}
|
|
2381
2430
|
|
|
@@ -2387,7 +2436,7 @@ class BatchGetProjectsCommand extends smithyClient.Command
|
|
|
2387
2436
|
})
|
|
2388
2437
|
.s("CodeBuild_20161006", "BatchGetProjects", {})
|
|
2389
2438
|
.n("CodeBuildClient", "BatchGetProjectsCommand")
|
|
2390
|
-
.sc(BatchGetProjects)
|
|
2439
|
+
.sc(BatchGetProjects$)
|
|
2391
2440
|
.build() {
|
|
2392
2441
|
}
|
|
2393
2442
|
|
|
@@ -2399,7 +2448,7 @@ class BatchGetReportGroupsCommand extends smithyClient.Command
|
|
|
2399
2448
|
})
|
|
2400
2449
|
.s("CodeBuild_20161006", "BatchGetReportGroups", {})
|
|
2401
2450
|
.n("CodeBuildClient", "BatchGetReportGroupsCommand")
|
|
2402
|
-
.sc(BatchGetReportGroups)
|
|
2451
|
+
.sc(BatchGetReportGroups$)
|
|
2403
2452
|
.build() {
|
|
2404
2453
|
}
|
|
2405
2454
|
|
|
@@ -2411,7 +2460,7 @@ class BatchGetReportsCommand extends smithyClient.Command
|
|
|
2411
2460
|
})
|
|
2412
2461
|
.s("CodeBuild_20161006", "BatchGetReports", {})
|
|
2413
2462
|
.n("CodeBuildClient", "BatchGetReportsCommand")
|
|
2414
|
-
.sc(BatchGetReports)
|
|
2463
|
+
.sc(BatchGetReports$)
|
|
2415
2464
|
.build() {
|
|
2416
2465
|
}
|
|
2417
2466
|
|
|
@@ -2423,7 +2472,7 @@ class BatchGetSandboxesCommand extends smithyClient.Command
|
|
|
2423
2472
|
})
|
|
2424
2473
|
.s("CodeBuild_20161006", "BatchGetSandboxes", {})
|
|
2425
2474
|
.n("CodeBuildClient", "BatchGetSandboxesCommand")
|
|
2426
|
-
.sc(BatchGetSandboxes)
|
|
2475
|
+
.sc(BatchGetSandboxes$)
|
|
2427
2476
|
.build() {
|
|
2428
2477
|
}
|
|
2429
2478
|
|
|
@@ -2435,7 +2484,7 @@ class CreateFleetCommand extends smithyClient.Command
|
|
|
2435
2484
|
})
|
|
2436
2485
|
.s("CodeBuild_20161006", "CreateFleet", {})
|
|
2437
2486
|
.n("CodeBuildClient", "CreateFleetCommand")
|
|
2438
|
-
.sc(CreateFleet)
|
|
2487
|
+
.sc(CreateFleet$)
|
|
2439
2488
|
.build() {
|
|
2440
2489
|
}
|
|
2441
2490
|
|
|
@@ -2447,7 +2496,7 @@ class CreateProjectCommand extends smithyClient.Command
|
|
|
2447
2496
|
})
|
|
2448
2497
|
.s("CodeBuild_20161006", "CreateProject", {})
|
|
2449
2498
|
.n("CodeBuildClient", "CreateProjectCommand")
|
|
2450
|
-
.sc(CreateProject)
|
|
2499
|
+
.sc(CreateProject$)
|
|
2451
2500
|
.build() {
|
|
2452
2501
|
}
|
|
2453
2502
|
|
|
@@ -2459,7 +2508,7 @@ class CreateReportGroupCommand extends smithyClient.Command
|
|
|
2459
2508
|
})
|
|
2460
2509
|
.s("CodeBuild_20161006", "CreateReportGroup", {})
|
|
2461
2510
|
.n("CodeBuildClient", "CreateReportGroupCommand")
|
|
2462
|
-
.sc(CreateReportGroup)
|
|
2511
|
+
.sc(CreateReportGroup$)
|
|
2463
2512
|
.build() {
|
|
2464
2513
|
}
|
|
2465
2514
|
|
|
@@ -2471,7 +2520,7 @@ class CreateWebhookCommand extends smithyClient.Command
|
|
|
2471
2520
|
})
|
|
2472
2521
|
.s("CodeBuild_20161006", "CreateWebhook", {})
|
|
2473
2522
|
.n("CodeBuildClient", "CreateWebhookCommand")
|
|
2474
|
-
.sc(CreateWebhook)
|
|
2523
|
+
.sc(CreateWebhook$)
|
|
2475
2524
|
.build() {
|
|
2476
2525
|
}
|
|
2477
2526
|
|
|
@@ -2483,7 +2532,7 @@ class DeleteBuildBatchCommand extends smithyClient.Command
|
|
|
2483
2532
|
})
|
|
2484
2533
|
.s("CodeBuild_20161006", "DeleteBuildBatch", {})
|
|
2485
2534
|
.n("CodeBuildClient", "DeleteBuildBatchCommand")
|
|
2486
|
-
.sc(DeleteBuildBatch)
|
|
2535
|
+
.sc(DeleteBuildBatch$)
|
|
2487
2536
|
.build() {
|
|
2488
2537
|
}
|
|
2489
2538
|
|
|
@@ -2495,7 +2544,7 @@ class DeleteFleetCommand extends smithyClient.Command
|
|
|
2495
2544
|
})
|
|
2496
2545
|
.s("CodeBuild_20161006", "DeleteFleet", {})
|
|
2497
2546
|
.n("CodeBuildClient", "DeleteFleetCommand")
|
|
2498
|
-
.sc(DeleteFleet)
|
|
2547
|
+
.sc(DeleteFleet$)
|
|
2499
2548
|
.build() {
|
|
2500
2549
|
}
|
|
2501
2550
|
|
|
@@ -2507,7 +2556,7 @@ class DeleteProjectCommand extends smithyClient.Command
|
|
|
2507
2556
|
})
|
|
2508
2557
|
.s("CodeBuild_20161006", "DeleteProject", {})
|
|
2509
2558
|
.n("CodeBuildClient", "DeleteProjectCommand")
|
|
2510
|
-
.sc(DeleteProject)
|
|
2559
|
+
.sc(DeleteProject$)
|
|
2511
2560
|
.build() {
|
|
2512
2561
|
}
|
|
2513
2562
|
|
|
@@ -2519,7 +2568,7 @@ class DeleteReportCommand extends smithyClient.Command
|
|
|
2519
2568
|
})
|
|
2520
2569
|
.s("CodeBuild_20161006", "DeleteReport", {})
|
|
2521
2570
|
.n("CodeBuildClient", "DeleteReportCommand")
|
|
2522
|
-
.sc(DeleteReport)
|
|
2571
|
+
.sc(DeleteReport$)
|
|
2523
2572
|
.build() {
|
|
2524
2573
|
}
|
|
2525
2574
|
|
|
@@ -2531,7 +2580,7 @@ class DeleteReportGroupCommand extends smithyClient.Command
|
|
|
2531
2580
|
})
|
|
2532
2581
|
.s("CodeBuild_20161006", "DeleteReportGroup", {})
|
|
2533
2582
|
.n("CodeBuildClient", "DeleteReportGroupCommand")
|
|
2534
|
-
.sc(DeleteReportGroup)
|
|
2583
|
+
.sc(DeleteReportGroup$)
|
|
2535
2584
|
.build() {
|
|
2536
2585
|
}
|
|
2537
2586
|
|
|
@@ -2543,7 +2592,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
2543
2592
|
})
|
|
2544
2593
|
.s("CodeBuild_20161006", "DeleteResourcePolicy", {})
|
|
2545
2594
|
.n("CodeBuildClient", "DeleteResourcePolicyCommand")
|
|
2546
|
-
.sc(DeleteResourcePolicy)
|
|
2595
|
+
.sc(DeleteResourcePolicy$)
|
|
2547
2596
|
.build() {
|
|
2548
2597
|
}
|
|
2549
2598
|
|
|
@@ -2555,7 +2604,7 @@ class DeleteSourceCredentialsCommand extends smithyClient.Command
|
|
|
2555
2604
|
})
|
|
2556
2605
|
.s("CodeBuild_20161006", "DeleteSourceCredentials", {})
|
|
2557
2606
|
.n("CodeBuildClient", "DeleteSourceCredentialsCommand")
|
|
2558
|
-
.sc(DeleteSourceCredentials)
|
|
2607
|
+
.sc(DeleteSourceCredentials$)
|
|
2559
2608
|
.build() {
|
|
2560
2609
|
}
|
|
2561
2610
|
|
|
@@ -2567,7 +2616,7 @@ class DeleteWebhookCommand extends smithyClient.Command
|
|
|
2567
2616
|
})
|
|
2568
2617
|
.s("CodeBuild_20161006", "DeleteWebhook", {})
|
|
2569
2618
|
.n("CodeBuildClient", "DeleteWebhookCommand")
|
|
2570
|
-
.sc(DeleteWebhook)
|
|
2619
|
+
.sc(DeleteWebhook$)
|
|
2571
2620
|
.build() {
|
|
2572
2621
|
}
|
|
2573
2622
|
|
|
@@ -2579,7 +2628,7 @@ class DescribeCodeCoveragesCommand extends smithyClient.Command
|
|
|
2579
2628
|
})
|
|
2580
2629
|
.s("CodeBuild_20161006", "DescribeCodeCoverages", {})
|
|
2581
2630
|
.n("CodeBuildClient", "DescribeCodeCoveragesCommand")
|
|
2582
|
-
.sc(DescribeCodeCoverages)
|
|
2631
|
+
.sc(DescribeCodeCoverages$)
|
|
2583
2632
|
.build() {
|
|
2584
2633
|
}
|
|
2585
2634
|
|
|
@@ -2591,7 +2640,7 @@ class DescribeTestCasesCommand extends smithyClient.Command
|
|
|
2591
2640
|
})
|
|
2592
2641
|
.s("CodeBuild_20161006", "DescribeTestCases", {})
|
|
2593
2642
|
.n("CodeBuildClient", "DescribeTestCasesCommand")
|
|
2594
|
-
.sc(DescribeTestCases)
|
|
2643
|
+
.sc(DescribeTestCases$)
|
|
2595
2644
|
.build() {
|
|
2596
2645
|
}
|
|
2597
2646
|
|
|
@@ -2603,7 +2652,7 @@ class GetReportGroupTrendCommand extends smithyClient.Command
|
|
|
2603
2652
|
})
|
|
2604
2653
|
.s("CodeBuild_20161006", "GetReportGroupTrend", {})
|
|
2605
2654
|
.n("CodeBuildClient", "GetReportGroupTrendCommand")
|
|
2606
|
-
.sc(GetReportGroupTrend)
|
|
2655
|
+
.sc(GetReportGroupTrend$)
|
|
2607
2656
|
.build() {
|
|
2608
2657
|
}
|
|
2609
2658
|
|
|
@@ -2615,7 +2664,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
2615
2664
|
})
|
|
2616
2665
|
.s("CodeBuild_20161006", "GetResourcePolicy", {})
|
|
2617
2666
|
.n("CodeBuildClient", "GetResourcePolicyCommand")
|
|
2618
|
-
.sc(GetResourcePolicy)
|
|
2667
|
+
.sc(GetResourcePolicy$)
|
|
2619
2668
|
.build() {
|
|
2620
2669
|
}
|
|
2621
2670
|
|
|
@@ -2627,7 +2676,7 @@ class ImportSourceCredentialsCommand extends smithyClient.Command
|
|
|
2627
2676
|
})
|
|
2628
2677
|
.s("CodeBuild_20161006", "ImportSourceCredentials", {})
|
|
2629
2678
|
.n("CodeBuildClient", "ImportSourceCredentialsCommand")
|
|
2630
|
-
.sc(ImportSourceCredentials)
|
|
2679
|
+
.sc(ImportSourceCredentials$)
|
|
2631
2680
|
.build() {
|
|
2632
2681
|
}
|
|
2633
2682
|
|
|
@@ -2639,7 +2688,7 @@ class InvalidateProjectCacheCommand extends smithyClient.Command
|
|
|
2639
2688
|
})
|
|
2640
2689
|
.s("CodeBuild_20161006", "InvalidateProjectCache", {})
|
|
2641
2690
|
.n("CodeBuildClient", "InvalidateProjectCacheCommand")
|
|
2642
|
-
.sc(InvalidateProjectCache)
|
|
2691
|
+
.sc(InvalidateProjectCache$)
|
|
2643
2692
|
.build() {
|
|
2644
2693
|
}
|
|
2645
2694
|
|
|
@@ -2651,7 +2700,7 @@ class ListBuildBatchesCommand extends smithyClient.Command
|
|
|
2651
2700
|
})
|
|
2652
2701
|
.s("CodeBuild_20161006", "ListBuildBatches", {})
|
|
2653
2702
|
.n("CodeBuildClient", "ListBuildBatchesCommand")
|
|
2654
|
-
.sc(ListBuildBatches)
|
|
2703
|
+
.sc(ListBuildBatches$)
|
|
2655
2704
|
.build() {
|
|
2656
2705
|
}
|
|
2657
2706
|
|
|
@@ -2663,7 +2712,7 @@ class ListBuildBatchesForProjectCommand extends smithyClient.Command
|
|
|
2663
2712
|
})
|
|
2664
2713
|
.s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
|
|
2665
2714
|
.n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
|
|
2666
|
-
.sc(ListBuildBatchesForProject)
|
|
2715
|
+
.sc(ListBuildBatchesForProject$)
|
|
2667
2716
|
.build() {
|
|
2668
2717
|
}
|
|
2669
2718
|
|
|
@@ -2675,7 +2724,7 @@ class ListBuildsCommand extends smithyClient.Command
|
|
|
2675
2724
|
})
|
|
2676
2725
|
.s("CodeBuild_20161006", "ListBuilds", {})
|
|
2677
2726
|
.n("CodeBuildClient", "ListBuildsCommand")
|
|
2678
|
-
.sc(ListBuilds)
|
|
2727
|
+
.sc(ListBuilds$)
|
|
2679
2728
|
.build() {
|
|
2680
2729
|
}
|
|
2681
2730
|
|
|
@@ -2687,7 +2736,7 @@ class ListBuildsForProjectCommand extends smithyClient.Command
|
|
|
2687
2736
|
})
|
|
2688
2737
|
.s("CodeBuild_20161006", "ListBuildsForProject", {})
|
|
2689
2738
|
.n("CodeBuildClient", "ListBuildsForProjectCommand")
|
|
2690
|
-
.sc(ListBuildsForProject)
|
|
2739
|
+
.sc(ListBuildsForProject$)
|
|
2691
2740
|
.build() {
|
|
2692
2741
|
}
|
|
2693
2742
|
|
|
@@ -2699,7 +2748,7 @@ class ListCommandExecutionsForSandboxCommand extends smithyClient.Command
|
|
|
2699
2748
|
})
|
|
2700
2749
|
.s("CodeBuild_20161006", "ListCommandExecutionsForSandbox", {})
|
|
2701
2750
|
.n("CodeBuildClient", "ListCommandExecutionsForSandboxCommand")
|
|
2702
|
-
.sc(ListCommandExecutionsForSandbox)
|
|
2751
|
+
.sc(ListCommandExecutionsForSandbox$)
|
|
2703
2752
|
.build() {
|
|
2704
2753
|
}
|
|
2705
2754
|
|
|
@@ -2711,7 +2760,7 @@ class ListCuratedEnvironmentImagesCommand extends smithyClient.Command
|
|
|
2711
2760
|
})
|
|
2712
2761
|
.s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
|
|
2713
2762
|
.n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
|
|
2714
|
-
.sc(ListCuratedEnvironmentImages)
|
|
2763
|
+
.sc(ListCuratedEnvironmentImages$)
|
|
2715
2764
|
.build() {
|
|
2716
2765
|
}
|
|
2717
2766
|
|
|
@@ -2723,7 +2772,7 @@ class ListFleetsCommand extends smithyClient.Command
|
|
|
2723
2772
|
})
|
|
2724
2773
|
.s("CodeBuild_20161006", "ListFleets", {})
|
|
2725
2774
|
.n("CodeBuildClient", "ListFleetsCommand")
|
|
2726
|
-
.sc(ListFleets)
|
|
2775
|
+
.sc(ListFleets$)
|
|
2727
2776
|
.build() {
|
|
2728
2777
|
}
|
|
2729
2778
|
|
|
@@ -2735,7 +2784,7 @@ class ListProjectsCommand extends smithyClient.Command
|
|
|
2735
2784
|
})
|
|
2736
2785
|
.s("CodeBuild_20161006", "ListProjects", {})
|
|
2737
2786
|
.n("CodeBuildClient", "ListProjectsCommand")
|
|
2738
|
-
.sc(ListProjects)
|
|
2787
|
+
.sc(ListProjects$)
|
|
2739
2788
|
.build() {
|
|
2740
2789
|
}
|
|
2741
2790
|
|
|
@@ -2747,7 +2796,7 @@ class ListReportGroupsCommand extends smithyClient.Command
|
|
|
2747
2796
|
})
|
|
2748
2797
|
.s("CodeBuild_20161006", "ListReportGroups", {})
|
|
2749
2798
|
.n("CodeBuildClient", "ListReportGroupsCommand")
|
|
2750
|
-
.sc(ListReportGroups)
|
|
2799
|
+
.sc(ListReportGroups$)
|
|
2751
2800
|
.build() {
|
|
2752
2801
|
}
|
|
2753
2802
|
|
|
@@ -2759,7 +2808,7 @@ class ListReportsCommand extends smithyClient.Command
|
|
|
2759
2808
|
})
|
|
2760
2809
|
.s("CodeBuild_20161006", "ListReports", {})
|
|
2761
2810
|
.n("CodeBuildClient", "ListReportsCommand")
|
|
2762
|
-
.sc(ListReports)
|
|
2811
|
+
.sc(ListReports$)
|
|
2763
2812
|
.build() {
|
|
2764
2813
|
}
|
|
2765
2814
|
|
|
@@ -2771,7 +2820,7 @@ class ListReportsForReportGroupCommand extends smithyClient.Command
|
|
|
2771
2820
|
})
|
|
2772
2821
|
.s("CodeBuild_20161006", "ListReportsForReportGroup", {})
|
|
2773
2822
|
.n("CodeBuildClient", "ListReportsForReportGroupCommand")
|
|
2774
|
-
.sc(ListReportsForReportGroup)
|
|
2823
|
+
.sc(ListReportsForReportGroup$)
|
|
2775
2824
|
.build() {
|
|
2776
2825
|
}
|
|
2777
2826
|
|
|
@@ -2783,7 +2832,7 @@ class ListSandboxesCommand extends smithyClient.Command
|
|
|
2783
2832
|
})
|
|
2784
2833
|
.s("CodeBuild_20161006", "ListSandboxes", {})
|
|
2785
2834
|
.n("CodeBuildClient", "ListSandboxesCommand")
|
|
2786
|
-
.sc(ListSandboxes)
|
|
2835
|
+
.sc(ListSandboxes$)
|
|
2787
2836
|
.build() {
|
|
2788
2837
|
}
|
|
2789
2838
|
|
|
@@ -2795,7 +2844,7 @@ class ListSandboxesForProjectCommand extends smithyClient.Command
|
|
|
2795
2844
|
})
|
|
2796
2845
|
.s("CodeBuild_20161006", "ListSandboxesForProject", {})
|
|
2797
2846
|
.n("CodeBuildClient", "ListSandboxesForProjectCommand")
|
|
2798
|
-
.sc(ListSandboxesForProject)
|
|
2847
|
+
.sc(ListSandboxesForProject$)
|
|
2799
2848
|
.build() {
|
|
2800
2849
|
}
|
|
2801
2850
|
|
|
@@ -2807,7 +2856,7 @@ class ListSharedProjectsCommand extends smithyClient.Command
|
|
|
2807
2856
|
})
|
|
2808
2857
|
.s("CodeBuild_20161006", "ListSharedProjects", {})
|
|
2809
2858
|
.n("CodeBuildClient", "ListSharedProjectsCommand")
|
|
2810
|
-
.sc(ListSharedProjects)
|
|
2859
|
+
.sc(ListSharedProjects$)
|
|
2811
2860
|
.build() {
|
|
2812
2861
|
}
|
|
2813
2862
|
|
|
@@ -2819,7 +2868,7 @@ class ListSharedReportGroupsCommand extends smithyClient.Command
|
|
|
2819
2868
|
})
|
|
2820
2869
|
.s("CodeBuild_20161006", "ListSharedReportGroups", {})
|
|
2821
2870
|
.n("CodeBuildClient", "ListSharedReportGroupsCommand")
|
|
2822
|
-
.sc(ListSharedReportGroups)
|
|
2871
|
+
.sc(ListSharedReportGroups$)
|
|
2823
2872
|
.build() {
|
|
2824
2873
|
}
|
|
2825
2874
|
|
|
@@ -2831,7 +2880,7 @@ class ListSourceCredentialsCommand extends smithyClient.Command
|
|
|
2831
2880
|
})
|
|
2832
2881
|
.s("CodeBuild_20161006", "ListSourceCredentials", {})
|
|
2833
2882
|
.n("CodeBuildClient", "ListSourceCredentialsCommand")
|
|
2834
|
-
.sc(ListSourceCredentials)
|
|
2883
|
+
.sc(ListSourceCredentials$)
|
|
2835
2884
|
.build() {
|
|
2836
2885
|
}
|
|
2837
2886
|
|
|
@@ -2843,7 +2892,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
2843
2892
|
})
|
|
2844
2893
|
.s("CodeBuild_20161006", "PutResourcePolicy", {})
|
|
2845
2894
|
.n("CodeBuildClient", "PutResourcePolicyCommand")
|
|
2846
|
-
.sc(PutResourcePolicy)
|
|
2895
|
+
.sc(PutResourcePolicy$)
|
|
2847
2896
|
.build() {
|
|
2848
2897
|
}
|
|
2849
2898
|
|
|
@@ -2855,7 +2904,7 @@ class RetryBuildBatchCommand extends smithyClient.Command
|
|
|
2855
2904
|
})
|
|
2856
2905
|
.s("CodeBuild_20161006", "RetryBuildBatch", {})
|
|
2857
2906
|
.n("CodeBuildClient", "RetryBuildBatchCommand")
|
|
2858
|
-
.sc(RetryBuildBatch)
|
|
2907
|
+
.sc(RetryBuildBatch$)
|
|
2859
2908
|
.build() {
|
|
2860
2909
|
}
|
|
2861
2910
|
|
|
@@ -2867,7 +2916,7 @@ class RetryBuildCommand extends smithyClient.Command
|
|
|
2867
2916
|
})
|
|
2868
2917
|
.s("CodeBuild_20161006", "RetryBuild", {})
|
|
2869
2918
|
.n("CodeBuildClient", "RetryBuildCommand")
|
|
2870
|
-
.sc(RetryBuild)
|
|
2919
|
+
.sc(RetryBuild$)
|
|
2871
2920
|
.build() {
|
|
2872
2921
|
}
|
|
2873
2922
|
|
|
@@ -2879,7 +2928,7 @@ class StartBuildBatchCommand extends smithyClient.Command
|
|
|
2879
2928
|
})
|
|
2880
2929
|
.s("CodeBuild_20161006", "StartBuildBatch", {})
|
|
2881
2930
|
.n("CodeBuildClient", "StartBuildBatchCommand")
|
|
2882
|
-
.sc(StartBuildBatch)
|
|
2931
|
+
.sc(StartBuildBatch$)
|
|
2883
2932
|
.build() {
|
|
2884
2933
|
}
|
|
2885
2934
|
|
|
@@ -2891,7 +2940,7 @@ class StartBuildCommand extends smithyClient.Command
|
|
|
2891
2940
|
})
|
|
2892
2941
|
.s("CodeBuild_20161006", "StartBuild", {})
|
|
2893
2942
|
.n("CodeBuildClient", "StartBuildCommand")
|
|
2894
|
-
.sc(StartBuild)
|
|
2943
|
+
.sc(StartBuild$)
|
|
2895
2944
|
.build() {
|
|
2896
2945
|
}
|
|
2897
2946
|
|
|
@@ -2903,7 +2952,7 @@ class StartCommandExecutionCommand extends smithyClient.Command
|
|
|
2903
2952
|
})
|
|
2904
2953
|
.s("CodeBuild_20161006", "StartCommandExecution", {})
|
|
2905
2954
|
.n("CodeBuildClient", "StartCommandExecutionCommand")
|
|
2906
|
-
.sc(StartCommandExecution)
|
|
2955
|
+
.sc(StartCommandExecution$)
|
|
2907
2956
|
.build() {
|
|
2908
2957
|
}
|
|
2909
2958
|
|
|
@@ -2915,7 +2964,7 @@ class StartSandboxCommand extends smithyClient.Command
|
|
|
2915
2964
|
})
|
|
2916
2965
|
.s("CodeBuild_20161006", "StartSandbox", {})
|
|
2917
2966
|
.n("CodeBuildClient", "StartSandboxCommand")
|
|
2918
|
-
.sc(StartSandbox)
|
|
2967
|
+
.sc(StartSandbox$)
|
|
2919
2968
|
.build() {
|
|
2920
2969
|
}
|
|
2921
2970
|
|
|
@@ -2927,7 +2976,7 @@ class StartSandboxConnectionCommand extends smithyClient.Command
|
|
|
2927
2976
|
})
|
|
2928
2977
|
.s("CodeBuild_20161006", "StartSandboxConnection", {})
|
|
2929
2978
|
.n("CodeBuildClient", "StartSandboxConnectionCommand")
|
|
2930
|
-
.sc(StartSandboxConnection)
|
|
2979
|
+
.sc(StartSandboxConnection$)
|
|
2931
2980
|
.build() {
|
|
2932
2981
|
}
|
|
2933
2982
|
|
|
@@ -2939,7 +2988,7 @@ class StopBuildBatchCommand extends smithyClient.Command
|
|
|
2939
2988
|
})
|
|
2940
2989
|
.s("CodeBuild_20161006", "StopBuildBatch", {})
|
|
2941
2990
|
.n("CodeBuildClient", "StopBuildBatchCommand")
|
|
2942
|
-
.sc(StopBuildBatch)
|
|
2991
|
+
.sc(StopBuildBatch$)
|
|
2943
2992
|
.build() {
|
|
2944
2993
|
}
|
|
2945
2994
|
|
|
@@ -2951,7 +3000,7 @@ class StopBuildCommand extends smithyClient.Command
|
|
|
2951
3000
|
})
|
|
2952
3001
|
.s("CodeBuild_20161006", "StopBuild", {})
|
|
2953
3002
|
.n("CodeBuildClient", "StopBuildCommand")
|
|
2954
|
-
.sc(StopBuild)
|
|
3003
|
+
.sc(StopBuild$)
|
|
2955
3004
|
.build() {
|
|
2956
3005
|
}
|
|
2957
3006
|
|
|
@@ -2963,7 +3012,7 @@ class StopSandboxCommand extends smithyClient.Command
|
|
|
2963
3012
|
})
|
|
2964
3013
|
.s("CodeBuild_20161006", "StopSandbox", {})
|
|
2965
3014
|
.n("CodeBuildClient", "StopSandboxCommand")
|
|
2966
|
-
.sc(StopSandbox)
|
|
3015
|
+
.sc(StopSandbox$)
|
|
2967
3016
|
.build() {
|
|
2968
3017
|
}
|
|
2969
3018
|
|
|
@@ -2975,7 +3024,7 @@ class UpdateFleetCommand extends smithyClient.Command
|
|
|
2975
3024
|
})
|
|
2976
3025
|
.s("CodeBuild_20161006", "UpdateFleet", {})
|
|
2977
3026
|
.n("CodeBuildClient", "UpdateFleetCommand")
|
|
2978
|
-
.sc(UpdateFleet)
|
|
3027
|
+
.sc(UpdateFleet$)
|
|
2979
3028
|
.build() {
|
|
2980
3029
|
}
|
|
2981
3030
|
|
|
@@ -2987,7 +3036,7 @@ class UpdateProjectCommand extends smithyClient.Command
|
|
|
2987
3036
|
})
|
|
2988
3037
|
.s("CodeBuild_20161006", "UpdateProject", {})
|
|
2989
3038
|
.n("CodeBuildClient", "UpdateProjectCommand")
|
|
2990
|
-
.sc(UpdateProject)
|
|
3039
|
+
.sc(UpdateProject$)
|
|
2991
3040
|
.build() {
|
|
2992
3041
|
}
|
|
2993
3042
|
|
|
@@ -2999,7 +3048,7 @@ class UpdateProjectVisibilityCommand extends smithyClient.Command
|
|
|
2999
3048
|
})
|
|
3000
3049
|
.s("CodeBuild_20161006", "UpdateProjectVisibility", {})
|
|
3001
3050
|
.n("CodeBuildClient", "UpdateProjectVisibilityCommand")
|
|
3002
|
-
.sc(UpdateProjectVisibility)
|
|
3051
|
+
.sc(UpdateProjectVisibility$)
|
|
3003
3052
|
.build() {
|
|
3004
3053
|
}
|
|
3005
3054
|
|
|
@@ -3011,7 +3060,7 @@ class UpdateReportGroupCommand extends smithyClient.Command
|
|
|
3011
3060
|
})
|
|
3012
3061
|
.s("CodeBuild_20161006", "UpdateReportGroup", {})
|
|
3013
3062
|
.n("CodeBuildClient", "UpdateReportGroupCommand")
|
|
3014
|
-
.sc(UpdateReportGroup)
|
|
3063
|
+
.sc(UpdateReportGroup$)
|
|
3015
3064
|
.build() {
|
|
3016
3065
|
}
|
|
3017
3066
|
|
|
@@ -3023,7 +3072,7 @@ class UpdateWebhookCommand extends smithyClient.Command
|
|
|
3023
3072
|
})
|
|
3024
3073
|
.s("CodeBuild_20161006", "UpdateWebhook", {})
|
|
3025
3074
|
.n("CodeBuildClient", "UpdateWebhookCommand")
|
|
3026
|
-
.sc(UpdateWebhook)
|
|
3075
|
+
.sc(UpdateWebhook$)
|
|
3027
3076
|
.build() {
|
|
3028
3077
|
}
|
|
3029
3078
|
|
|
@@ -3455,124 +3504,380 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3455
3504
|
enumerable: true,
|
|
3456
3505
|
get: function () { return smithyClient.Client; }
|
|
3457
3506
|
});
|
|
3458
|
-
exports.AccountLimitExceededException = AccountLimitExceededException
|
|
3459
|
-
exports.
|
|
3507
|
+
exports.AccountLimitExceededException = AccountLimitExceededException;
|
|
3508
|
+
exports.AccountLimitExceededException$ = AccountLimitExceededException$;
|
|
3509
|
+
exports.AccountSuspendedException = AccountSuspendedException;
|
|
3510
|
+
exports.AccountSuspendedException$ = AccountSuspendedException$;
|
|
3460
3511
|
exports.ArtifactNamespace = ArtifactNamespace;
|
|
3461
3512
|
exports.ArtifactPackaging = ArtifactPackaging;
|
|
3462
3513
|
exports.ArtifactsType = ArtifactsType;
|
|
3463
3514
|
exports.AuthType = AuthType;
|
|
3515
|
+
exports.AutoRetryConfig$ = AutoRetryConfig$;
|
|
3516
|
+
exports.BatchDeleteBuilds$ = BatchDeleteBuilds$;
|
|
3464
3517
|
exports.BatchDeleteBuildsCommand = BatchDeleteBuildsCommand;
|
|
3518
|
+
exports.BatchDeleteBuildsInput$ = BatchDeleteBuildsInput$;
|
|
3519
|
+
exports.BatchDeleteBuildsOutput$ = BatchDeleteBuildsOutput$;
|
|
3520
|
+
exports.BatchGetBuildBatches$ = BatchGetBuildBatches$;
|
|
3465
3521
|
exports.BatchGetBuildBatchesCommand = BatchGetBuildBatchesCommand;
|
|
3522
|
+
exports.BatchGetBuildBatchesInput$ = BatchGetBuildBatchesInput$;
|
|
3523
|
+
exports.BatchGetBuildBatchesOutput$ = BatchGetBuildBatchesOutput$;
|
|
3524
|
+
exports.BatchGetBuilds$ = BatchGetBuilds$;
|
|
3466
3525
|
exports.BatchGetBuildsCommand = BatchGetBuildsCommand;
|
|
3526
|
+
exports.BatchGetBuildsInput$ = BatchGetBuildsInput$;
|
|
3527
|
+
exports.BatchGetBuildsOutput$ = BatchGetBuildsOutput$;
|
|
3528
|
+
exports.BatchGetCommandExecutions$ = BatchGetCommandExecutions$;
|
|
3467
3529
|
exports.BatchGetCommandExecutionsCommand = BatchGetCommandExecutionsCommand;
|
|
3530
|
+
exports.BatchGetCommandExecutionsInput$ = BatchGetCommandExecutionsInput$;
|
|
3531
|
+
exports.BatchGetCommandExecutionsOutput$ = BatchGetCommandExecutionsOutput$;
|
|
3532
|
+
exports.BatchGetFleets$ = BatchGetFleets$;
|
|
3468
3533
|
exports.BatchGetFleetsCommand = BatchGetFleetsCommand;
|
|
3534
|
+
exports.BatchGetFleetsInput$ = BatchGetFleetsInput$;
|
|
3535
|
+
exports.BatchGetFleetsOutput$ = BatchGetFleetsOutput$;
|
|
3536
|
+
exports.BatchGetProjects$ = BatchGetProjects$;
|
|
3469
3537
|
exports.BatchGetProjectsCommand = BatchGetProjectsCommand;
|
|
3538
|
+
exports.BatchGetProjectsInput$ = BatchGetProjectsInput$;
|
|
3539
|
+
exports.BatchGetProjectsOutput$ = BatchGetProjectsOutput$;
|
|
3540
|
+
exports.BatchGetReportGroups$ = BatchGetReportGroups$;
|
|
3470
3541
|
exports.BatchGetReportGroupsCommand = BatchGetReportGroupsCommand;
|
|
3542
|
+
exports.BatchGetReportGroupsInput$ = BatchGetReportGroupsInput$;
|
|
3543
|
+
exports.BatchGetReportGroupsOutput$ = BatchGetReportGroupsOutput$;
|
|
3544
|
+
exports.BatchGetReports$ = BatchGetReports$;
|
|
3471
3545
|
exports.BatchGetReportsCommand = BatchGetReportsCommand;
|
|
3546
|
+
exports.BatchGetReportsInput$ = BatchGetReportsInput$;
|
|
3547
|
+
exports.BatchGetReportsOutput$ = BatchGetReportsOutput$;
|
|
3548
|
+
exports.BatchGetSandboxes$ = BatchGetSandboxes$;
|
|
3472
3549
|
exports.BatchGetSandboxesCommand = BatchGetSandboxesCommand;
|
|
3550
|
+
exports.BatchGetSandboxesInput$ = BatchGetSandboxesInput$;
|
|
3551
|
+
exports.BatchGetSandboxesOutput$ = BatchGetSandboxesOutput$;
|
|
3473
3552
|
exports.BatchReportModeType = BatchReportModeType;
|
|
3553
|
+
exports.BatchRestrictions$ = BatchRestrictions$;
|
|
3474
3554
|
exports.BucketOwnerAccess = BucketOwnerAccess;
|
|
3555
|
+
exports.Build$ = Build$;
|
|
3556
|
+
exports.BuildArtifacts$ = BuildArtifacts$;
|
|
3557
|
+
exports.BuildBatch$ = BuildBatch$;
|
|
3558
|
+
exports.BuildBatchFilter$ = BuildBatchFilter$;
|
|
3559
|
+
exports.BuildBatchPhase$ = BuildBatchPhase$;
|
|
3475
3560
|
exports.BuildBatchPhaseType = BuildBatchPhaseType;
|
|
3561
|
+
exports.BuildGroup$ = BuildGroup$;
|
|
3562
|
+
exports.BuildNotDeleted$ = BuildNotDeleted$;
|
|
3563
|
+
exports.BuildPhase$ = BuildPhase$;
|
|
3476
3564
|
exports.BuildPhaseType = BuildPhaseType;
|
|
3565
|
+
exports.BuildStatusConfig$ = BuildStatusConfig$;
|
|
3566
|
+
exports.BuildSummary$ = BuildSummary$;
|
|
3477
3567
|
exports.CacheMode = CacheMode;
|
|
3478
3568
|
exports.CacheType = CacheType;
|
|
3569
|
+
exports.CloudWatchLogsConfig$ = CloudWatchLogsConfig$;
|
|
3479
3570
|
exports.CodeBuild = CodeBuild;
|
|
3480
3571
|
exports.CodeBuildClient = CodeBuildClient;
|
|
3481
|
-
exports.CodeBuildServiceException = CodeBuildServiceException
|
|
3572
|
+
exports.CodeBuildServiceException = CodeBuildServiceException;
|
|
3573
|
+
exports.CodeBuildServiceException$ = CodeBuildServiceException$;
|
|
3574
|
+
exports.CodeCoverage$ = CodeCoverage$;
|
|
3575
|
+
exports.CodeCoverageReportSummary$ = CodeCoverageReportSummary$;
|
|
3576
|
+
exports.CommandExecution$ = CommandExecution$;
|
|
3482
3577
|
exports.CommandType = CommandType;
|
|
3578
|
+
exports.ComputeConfiguration$ = ComputeConfiguration$;
|
|
3483
3579
|
exports.ComputeType = ComputeType;
|
|
3580
|
+
exports.CreateFleet$ = CreateFleet$;
|
|
3484
3581
|
exports.CreateFleetCommand = CreateFleetCommand;
|
|
3582
|
+
exports.CreateFleetInput$ = CreateFleetInput$;
|
|
3583
|
+
exports.CreateFleetOutput$ = CreateFleetOutput$;
|
|
3584
|
+
exports.CreateProject$ = CreateProject$;
|
|
3485
3585
|
exports.CreateProjectCommand = CreateProjectCommand;
|
|
3586
|
+
exports.CreateProjectInput$ = CreateProjectInput$;
|
|
3587
|
+
exports.CreateProjectOutput$ = CreateProjectOutput$;
|
|
3588
|
+
exports.CreateReportGroup$ = CreateReportGroup$;
|
|
3486
3589
|
exports.CreateReportGroupCommand = CreateReportGroupCommand;
|
|
3590
|
+
exports.CreateReportGroupInput$ = CreateReportGroupInput$;
|
|
3591
|
+
exports.CreateReportGroupOutput$ = CreateReportGroupOutput$;
|
|
3592
|
+
exports.CreateWebhook$ = CreateWebhook$;
|
|
3487
3593
|
exports.CreateWebhookCommand = CreateWebhookCommand;
|
|
3594
|
+
exports.CreateWebhookInput$ = CreateWebhookInput$;
|
|
3595
|
+
exports.CreateWebhookOutput$ = CreateWebhookOutput$;
|
|
3488
3596
|
exports.CredentialProviderType = CredentialProviderType;
|
|
3597
|
+
exports.DebugSession$ = DebugSession$;
|
|
3598
|
+
exports.DeleteBuildBatch$ = DeleteBuildBatch$;
|
|
3489
3599
|
exports.DeleteBuildBatchCommand = DeleteBuildBatchCommand;
|
|
3600
|
+
exports.DeleteBuildBatchInput$ = DeleteBuildBatchInput$;
|
|
3601
|
+
exports.DeleteBuildBatchOutput$ = DeleteBuildBatchOutput$;
|
|
3602
|
+
exports.DeleteFleet$ = DeleteFleet$;
|
|
3490
3603
|
exports.DeleteFleetCommand = DeleteFleetCommand;
|
|
3604
|
+
exports.DeleteFleetInput$ = DeleteFleetInput$;
|
|
3605
|
+
exports.DeleteFleetOutput$ = DeleteFleetOutput$;
|
|
3606
|
+
exports.DeleteProject$ = DeleteProject$;
|
|
3491
3607
|
exports.DeleteProjectCommand = DeleteProjectCommand;
|
|
3608
|
+
exports.DeleteProjectInput$ = DeleteProjectInput$;
|
|
3609
|
+
exports.DeleteProjectOutput$ = DeleteProjectOutput$;
|
|
3610
|
+
exports.DeleteReport$ = DeleteReport$;
|
|
3492
3611
|
exports.DeleteReportCommand = DeleteReportCommand;
|
|
3612
|
+
exports.DeleteReportGroup$ = DeleteReportGroup$;
|
|
3493
3613
|
exports.DeleteReportGroupCommand = DeleteReportGroupCommand;
|
|
3614
|
+
exports.DeleteReportGroupInput$ = DeleteReportGroupInput$;
|
|
3615
|
+
exports.DeleteReportGroupOutput$ = DeleteReportGroupOutput$;
|
|
3616
|
+
exports.DeleteReportInput$ = DeleteReportInput$;
|
|
3617
|
+
exports.DeleteReportOutput$ = DeleteReportOutput$;
|
|
3618
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
3494
3619
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
3620
|
+
exports.DeleteResourcePolicyInput$ = DeleteResourcePolicyInput$;
|
|
3621
|
+
exports.DeleteResourcePolicyOutput$ = DeleteResourcePolicyOutput$;
|
|
3622
|
+
exports.DeleteSourceCredentials$ = DeleteSourceCredentials$;
|
|
3495
3623
|
exports.DeleteSourceCredentialsCommand = DeleteSourceCredentialsCommand;
|
|
3624
|
+
exports.DeleteSourceCredentialsInput$ = DeleteSourceCredentialsInput$;
|
|
3625
|
+
exports.DeleteSourceCredentialsOutput$ = DeleteSourceCredentialsOutput$;
|
|
3626
|
+
exports.DeleteWebhook$ = DeleteWebhook$;
|
|
3496
3627
|
exports.DeleteWebhookCommand = DeleteWebhookCommand;
|
|
3628
|
+
exports.DeleteWebhookInput$ = DeleteWebhookInput$;
|
|
3629
|
+
exports.DeleteWebhookOutput$ = DeleteWebhookOutput$;
|
|
3630
|
+
exports.DescribeCodeCoverages$ = DescribeCodeCoverages$;
|
|
3497
3631
|
exports.DescribeCodeCoveragesCommand = DescribeCodeCoveragesCommand;
|
|
3632
|
+
exports.DescribeCodeCoveragesInput$ = DescribeCodeCoveragesInput$;
|
|
3633
|
+
exports.DescribeCodeCoveragesOutput$ = DescribeCodeCoveragesOutput$;
|
|
3634
|
+
exports.DescribeTestCases$ = DescribeTestCases$;
|
|
3498
3635
|
exports.DescribeTestCasesCommand = DescribeTestCasesCommand;
|
|
3636
|
+
exports.DescribeTestCasesInput$ = DescribeTestCasesInput$;
|
|
3637
|
+
exports.DescribeTestCasesOutput$ = DescribeTestCasesOutput$;
|
|
3638
|
+
exports.DockerServer$ = DockerServer$;
|
|
3639
|
+
exports.DockerServerStatus$ = DockerServerStatus$;
|
|
3640
|
+
exports.EnvironmentImage$ = EnvironmentImage$;
|
|
3641
|
+
exports.EnvironmentLanguage$ = EnvironmentLanguage$;
|
|
3642
|
+
exports.EnvironmentPlatform$ = EnvironmentPlatform$;
|
|
3499
3643
|
exports.EnvironmentType = EnvironmentType;
|
|
3644
|
+
exports.EnvironmentVariable$ = EnvironmentVariable$;
|
|
3500
3645
|
exports.EnvironmentVariableType = EnvironmentVariableType;
|
|
3646
|
+
exports.ExportedEnvironmentVariable$ = ExportedEnvironmentVariable$;
|
|
3501
3647
|
exports.FileSystemType = FileSystemType;
|
|
3648
|
+
exports.Fleet$ = Fleet$;
|
|
3502
3649
|
exports.FleetContextCode = FleetContextCode;
|
|
3503
3650
|
exports.FleetOverflowBehavior = FleetOverflowBehavior;
|
|
3651
|
+
exports.FleetProxyRule$ = FleetProxyRule$;
|
|
3504
3652
|
exports.FleetProxyRuleBehavior = FleetProxyRuleBehavior;
|
|
3505
3653
|
exports.FleetProxyRuleEffectType = FleetProxyRuleEffectType;
|
|
3506
3654
|
exports.FleetProxyRuleType = FleetProxyRuleType;
|
|
3507
3655
|
exports.FleetScalingMetricType = FleetScalingMetricType;
|
|
3508
3656
|
exports.FleetScalingType = FleetScalingType;
|
|
3509
3657
|
exports.FleetSortByType = FleetSortByType;
|
|
3658
|
+
exports.FleetStatus$ = FleetStatus$;
|
|
3510
3659
|
exports.FleetStatusCode = FleetStatusCode;
|
|
3660
|
+
exports.GetReportGroupTrend$ = GetReportGroupTrend$;
|
|
3511
3661
|
exports.GetReportGroupTrendCommand = GetReportGroupTrendCommand;
|
|
3662
|
+
exports.GetReportGroupTrendInput$ = GetReportGroupTrendInput$;
|
|
3663
|
+
exports.GetReportGroupTrendOutput$ = GetReportGroupTrendOutput$;
|
|
3664
|
+
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
3512
3665
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
3666
|
+
exports.GetResourcePolicyInput$ = GetResourcePolicyInput$;
|
|
3667
|
+
exports.GetResourcePolicyOutput$ = GetResourcePolicyOutput$;
|
|
3668
|
+
exports.GitSubmodulesConfig$ = GitSubmodulesConfig$;
|
|
3513
3669
|
exports.ImagePullCredentialsType = ImagePullCredentialsType;
|
|
3670
|
+
exports.ImportSourceCredentials$ = ImportSourceCredentials$;
|
|
3514
3671
|
exports.ImportSourceCredentialsCommand = ImportSourceCredentialsCommand;
|
|
3515
|
-
exports.
|
|
3672
|
+
exports.ImportSourceCredentialsInput$ = ImportSourceCredentialsInput$;
|
|
3673
|
+
exports.ImportSourceCredentialsOutput$ = ImportSourceCredentialsOutput$;
|
|
3674
|
+
exports.InvalidInputException = InvalidInputException;
|
|
3675
|
+
exports.InvalidInputException$ = InvalidInputException$;
|
|
3676
|
+
exports.InvalidateProjectCache$ = InvalidateProjectCache$;
|
|
3516
3677
|
exports.InvalidateProjectCacheCommand = InvalidateProjectCacheCommand;
|
|
3678
|
+
exports.InvalidateProjectCacheInput$ = InvalidateProjectCacheInput$;
|
|
3679
|
+
exports.InvalidateProjectCacheOutput$ = InvalidateProjectCacheOutput$;
|
|
3517
3680
|
exports.LanguageType = LanguageType;
|
|
3681
|
+
exports.ListBuildBatches$ = ListBuildBatches$;
|
|
3518
3682
|
exports.ListBuildBatchesCommand = ListBuildBatchesCommand;
|
|
3683
|
+
exports.ListBuildBatchesForProject$ = ListBuildBatchesForProject$;
|
|
3519
3684
|
exports.ListBuildBatchesForProjectCommand = ListBuildBatchesForProjectCommand;
|
|
3685
|
+
exports.ListBuildBatchesForProjectInput$ = ListBuildBatchesForProjectInput$;
|
|
3686
|
+
exports.ListBuildBatchesForProjectOutput$ = ListBuildBatchesForProjectOutput$;
|
|
3687
|
+
exports.ListBuildBatchesInput$ = ListBuildBatchesInput$;
|
|
3688
|
+
exports.ListBuildBatchesOutput$ = ListBuildBatchesOutput$;
|
|
3689
|
+
exports.ListBuilds$ = ListBuilds$;
|
|
3520
3690
|
exports.ListBuildsCommand = ListBuildsCommand;
|
|
3691
|
+
exports.ListBuildsForProject$ = ListBuildsForProject$;
|
|
3521
3692
|
exports.ListBuildsForProjectCommand = ListBuildsForProjectCommand;
|
|
3693
|
+
exports.ListBuildsForProjectInput$ = ListBuildsForProjectInput$;
|
|
3694
|
+
exports.ListBuildsForProjectOutput$ = ListBuildsForProjectOutput$;
|
|
3695
|
+
exports.ListBuildsInput$ = ListBuildsInput$;
|
|
3696
|
+
exports.ListBuildsOutput$ = ListBuildsOutput$;
|
|
3697
|
+
exports.ListCommandExecutionsForSandbox$ = ListCommandExecutionsForSandbox$;
|
|
3522
3698
|
exports.ListCommandExecutionsForSandboxCommand = ListCommandExecutionsForSandboxCommand;
|
|
3699
|
+
exports.ListCommandExecutionsForSandboxInput$ = ListCommandExecutionsForSandboxInput$;
|
|
3700
|
+
exports.ListCommandExecutionsForSandboxOutput$ = ListCommandExecutionsForSandboxOutput$;
|
|
3701
|
+
exports.ListCuratedEnvironmentImages$ = ListCuratedEnvironmentImages$;
|
|
3523
3702
|
exports.ListCuratedEnvironmentImagesCommand = ListCuratedEnvironmentImagesCommand;
|
|
3703
|
+
exports.ListCuratedEnvironmentImagesInput$ = ListCuratedEnvironmentImagesInput$;
|
|
3704
|
+
exports.ListCuratedEnvironmentImagesOutput$ = ListCuratedEnvironmentImagesOutput$;
|
|
3705
|
+
exports.ListFleets$ = ListFleets$;
|
|
3524
3706
|
exports.ListFleetsCommand = ListFleetsCommand;
|
|
3707
|
+
exports.ListFleetsInput$ = ListFleetsInput$;
|
|
3708
|
+
exports.ListFleetsOutput$ = ListFleetsOutput$;
|
|
3709
|
+
exports.ListProjects$ = ListProjects$;
|
|
3525
3710
|
exports.ListProjectsCommand = ListProjectsCommand;
|
|
3711
|
+
exports.ListProjectsInput$ = ListProjectsInput$;
|
|
3712
|
+
exports.ListProjectsOutput$ = ListProjectsOutput$;
|
|
3713
|
+
exports.ListReportGroups$ = ListReportGroups$;
|
|
3526
3714
|
exports.ListReportGroupsCommand = ListReportGroupsCommand;
|
|
3715
|
+
exports.ListReportGroupsInput$ = ListReportGroupsInput$;
|
|
3716
|
+
exports.ListReportGroupsOutput$ = ListReportGroupsOutput$;
|
|
3717
|
+
exports.ListReports$ = ListReports$;
|
|
3527
3718
|
exports.ListReportsCommand = ListReportsCommand;
|
|
3719
|
+
exports.ListReportsForReportGroup$ = ListReportsForReportGroup$;
|
|
3528
3720
|
exports.ListReportsForReportGroupCommand = ListReportsForReportGroupCommand;
|
|
3721
|
+
exports.ListReportsForReportGroupInput$ = ListReportsForReportGroupInput$;
|
|
3722
|
+
exports.ListReportsForReportGroupOutput$ = ListReportsForReportGroupOutput$;
|
|
3723
|
+
exports.ListReportsInput$ = ListReportsInput$;
|
|
3724
|
+
exports.ListReportsOutput$ = ListReportsOutput$;
|
|
3725
|
+
exports.ListSandboxes$ = ListSandboxes$;
|
|
3529
3726
|
exports.ListSandboxesCommand = ListSandboxesCommand;
|
|
3727
|
+
exports.ListSandboxesForProject$ = ListSandboxesForProject$;
|
|
3530
3728
|
exports.ListSandboxesForProjectCommand = ListSandboxesForProjectCommand;
|
|
3729
|
+
exports.ListSandboxesForProjectInput$ = ListSandboxesForProjectInput$;
|
|
3730
|
+
exports.ListSandboxesForProjectOutput$ = ListSandboxesForProjectOutput$;
|
|
3731
|
+
exports.ListSandboxesInput$ = ListSandboxesInput$;
|
|
3732
|
+
exports.ListSandboxesOutput$ = ListSandboxesOutput$;
|
|
3733
|
+
exports.ListSharedProjects$ = ListSharedProjects$;
|
|
3531
3734
|
exports.ListSharedProjectsCommand = ListSharedProjectsCommand;
|
|
3735
|
+
exports.ListSharedProjectsInput$ = ListSharedProjectsInput$;
|
|
3736
|
+
exports.ListSharedProjectsOutput$ = ListSharedProjectsOutput$;
|
|
3737
|
+
exports.ListSharedReportGroups$ = ListSharedReportGroups$;
|
|
3532
3738
|
exports.ListSharedReportGroupsCommand = ListSharedReportGroupsCommand;
|
|
3739
|
+
exports.ListSharedReportGroupsInput$ = ListSharedReportGroupsInput$;
|
|
3740
|
+
exports.ListSharedReportGroupsOutput$ = ListSharedReportGroupsOutput$;
|
|
3741
|
+
exports.ListSourceCredentials$ = ListSourceCredentials$;
|
|
3533
3742
|
exports.ListSourceCredentialsCommand = ListSourceCredentialsCommand;
|
|
3743
|
+
exports.ListSourceCredentialsInput$ = ListSourceCredentialsInput$;
|
|
3744
|
+
exports.ListSourceCredentialsOutput$ = ListSourceCredentialsOutput$;
|
|
3745
|
+
exports.LogsConfig$ = LogsConfig$;
|
|
3534
3746
|
exports.LogsConfigStatusType = LogsConfigStatusType;
|
|
3747
|
+
exports.LogsLocation$ = LogsLocation$;
|
|
3535
3748
|
exports.MachineType = MachineType;
|
|
3536
|
-
exports.
|
|
3749
|
+
exports.NetworkInterface$ = NetworkInterface$;
|
|
3750
|
+
exports.OAuthProviderException = OAuthProviderException;
|
|
3751
|
+
exports.OAuthProviderException$ = OAuthProviderException$;
|
|
3752
|
+
exports.PhaseContext$ = PhaseContext$;
|
|
3537
3753
|
exports.PlatformType = PlatformType;
|
|
3754
|
+
exports.Project$ = Project$;
|
|
3755
|
+
exports.ProjectArtifacts$ = ProjectArtifacts$;
|
|
3756
|
+
exports.ProjectBadge$ = ProjectBadge$;
|
|
3757
|
+
exports.ProjectBuildBatchConfig$ = ProjectBuildBatchConfig$;
|
|
3758
|
+
exports.ProjectCache$ = ProjectCache$;
|
|
3759
|
+
exports.ProjectEnvironment$ = ProjectEnvironment$;
|
|
3760
|
+
exports.ProjectFileSystemLocation$ = ProjectFileSystemLocation$;
|
|
3761
|
+
exports.ProjectFleet$ = ProjectFleet$;
|
|
3538
3762
|
exports.ProjectSortByType = ProjectSortByType;
|
|
3763
|
+
exports.ProjectSource$ = ProjectSource$;
|
|
3764
|
+
exports.ProjectSourceVersion$ = ProjectSourceVersion$;
|
|
3539
3765
|
exports.ProjectVisibilityType = ProjectVisibilityType;
|
|
3766
|
+
exports.ProxyConfiguration$ = ProxyConfiguration$;
|
|
3540
3767
|
exports.PullRequestBuildApproverRole = PullRequestBuildApproverRole;
|
|
3541
3768
|
exports.PullRequestBuildCommentApproval = PullRequestBuildCommentApproval;
|
|
3769
|
+
exports.PullRequestBuildPolicy$ = PullRequestBuildPolicy$;
|
|
3770
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
3542
3771
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
3772
|
+
exports.PutResourcePolicyInput$ = PutResourcePolicyInput$;
|
|
3773
|
+
exports.PutResourcePolicyOutput$ = PutResourcePolicyOutput$;
|
|
3774
|
+
exports.RegistryCredential$ = RegistryCredential$;
|
|
3775
|
+
exports.Report$ = Report$;
|
|
3543
3776
|
exports.ReportCodeCoverageSortByType = ReportCodeCoverageSortByType;
|
|
3777
|
+
exports.ReportExportConfig$ = ReportExportConfig$;
|
|
3544
3778
|
exports.ReportExportConfigType = ReportExportConfigType;
|
|
3779
|
+
exports.ReportFilter$ = ReportFilter$;
|
|
3780
|
+
exports.ReportGroup$ = ReportGroup$;
|
|
3545
3781
|
exports.ReportGroupSortByType = ReportGroupSortByType;
|
|
3546
3782
|
exports.ReportGroupStatusType = ReportGroupStatusType;
|
|
3547
3783
|
exports.ReportGroupTrendFieldType = ReportGroupTrendFieldType;
|
|
3784
|
+
exports.ReportGroupTrendStats$ = ReportGroupTrendStats$;
|
|
3548
3785
|
exports.ReportPackagingType = ReportPackagingType;
|
|
3549
3786
|
exports.ReportStatusType = ReportStatusType;
|
|
3550
3787
|
exports.ReportType = ReportType;
|
|
3551
|
-
exports.
|
|
3552
|
-
exports.
|
|
3788
|
+
exports.ReportWithRawData$ = ReportWithRawData$;
|
|
3789
|
+
exports.ResolvedArtifact$ = ResolvedArtifact$;
|
|
3790
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
3791
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
3792
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3793
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3794
|
+
exports.RetryBuild$ = RetryBuild$;
|
|
3795
|
+
exports.RetryBuildBatch$ = RetryBuildBatch$;
|
|
3553
3796
|
exports.RetryBuildBatchCommand = RetryBuildBatchCommand;
|
|
3797
|
+
exports.RetryBuildBatchInput$ = RetryBuildBatchInput$;
|
|
3798
|
+
exports.RetryBuildBatchOutput$ = RetryBuildBatchOutput$;
|
|
3554
3799
|
exports.RetryBuildBatchType = RetryBuildBatchType;
|
|
3555
3800
|
exports.RetryBuildCommand = RetryBuildCommand;
|
|
3801
|
+
exports.RetryBuildInput$ = RetryBuildInput$;
|
|
3802
|
+
exports.RetryBuildOutput$ = RetryBuildOutput$;
|
|
3803
|
+
exports.S3LogsConfig$ = S3LogsConfig$;
|
|
3804
|
+
exports.S3ReportExportConfig$ = S3ReportExportConfig$;
|
|
3805
|
+
exports.SSMSession$ = SSMSession$;
|
|
3806
|
+
exports.Sandbox$ = Sandbox$;
|
|
3807
|
+
exports.SandboxSession$ = SandboxSession$;
|
|
3808
|
+
exports.SandboxSessionPhase$ = SandboxSessionPhase$;
|
|
3809
|
+
exports.ScalingConfigurationInput$ = ScalingConfigurationInput$;
|
|
3810
|
+
exports.ScalingConfigurationOutput$ = ScalingConfigurationOutput$;
|
|
3811
|
+
exports.ScopeConfiguration$ = ScopeConfiguration$;
|
|
3556
3812
|
exports.ServerType = ServerType;
|
|
3557
3813
|
exports.SharedResourceSortByType = SharedResourceSortByType;
|
|
3558
3814
|
exports.SortOrderType = SortOrderType;
|
|
3815
|
+
exports.SourceAuth$ = SourceAuth$;
|
|
3559
3816
|
exports.SourceAuthType = SourceAuthType;
|
|
3817
|
+
exports.SourceCredentialsInfo$ = SourceCredentialsInfo$;
|
|
3560
3818
|
exports.SourceType = SourceType;
|
|
3819
|
+
exports.StartBuild$ = StartBuild$;
|
|
3820
|
+
exports.StartBuildBatch$ = StartBuildBatch$;
|
|
3561
3821
|
exports.StartBuildBatchCommand = StartBuildBatchCommand;
|
|
3822
|
+
exports.StartBuildBatchInput$ = StartBuildBatchInput$;
|
|
3823
|
+
exports.StartBuildBatchOutput$ = StartBuildBatchOutput$;
|
|
3562
3824
|
exports.StartBuildCommand = StartBuildCommand;
|
|
3825
|
+
exports.StartBuildInput$ = StartBuildInput$;
|
|
3826
|
+
exports.StartBuildOutput$ = StartBuildOutput$;
|
|
3827
|
+
exports.StartCommandExecution$ = StartCommandExecution$;
|
|
3563
3828
|
exports.StartCommandExecutionCommand = StartCommandExecutionCommand;
|
|
3829
|
+
exports.StartCommandExecutionInput$ = StartCommandExecutionInput$;
|
|
3830
|
+
exports.StartCommandExecutionOutput$ = StartCommandExecutionOutput$;
|
|
3831
|
+
exports.StartSandbox$ = StartSandbox$;
|
|
3564
3832
|
exports.StartSandboxCommand = StartSandboxCommand;
|
|
3833
|
+
exports.StartSandboxConnection$ = StartSandboxConnection$;
|
|
3565
3834
|
exports.StartSandboxConnectionCommand = StartSandboxConnectionCommand;
|
|
3835
|
+
exports.StartSandboxConnectionInput$ = StartSandboxConnectionInput$;
|
|
3836
|
+
exports.StartSandboxConnectionOutput$ = StartSandboxConnectionOutput$;
|
|
3837
|
+
exports.StartSandboxInput$ = StartSandboxInput$;
|
|
3838
|
+
exports.StartSandboxOutput$ = StartSandboxOutput$;
|
|
3566
3839
|
exports.StatusType = StatusType;
|
|
3840
|
+
exports.StopBuild$ = StopBuild$;
|
|
3841
|
+
exports.StopBuildBatch$ = StopBuildBatch$;
|
|
3567
3842
|
exports.StopBuildBatchCommand = StopBuildBatchCommand;
|
|
3843
|
+
exports.StopBuildBatchInput$ = StopBuildBatchInput$;
|
|
3844
|
+
exports.StopBuildBatchOutput$ = StopBuildBatchOutput$;
|
|
3568
3845
|
exports.StopBuildCommand = StopBuildCommand;
|
|
3846
|
+
exports.StopBuildInput$ = StopBuildInput$;
|
|
3847
|
+
exports.StopBuildOutput$ = StopBuildOutput$;
|
|
3848
|
+
exports.StopSandbox$ = StopSandbox$;
|
|
3569
3849
|
exports.StopSandboxCommand = StopSandboxCommand;
|
|
3850
|
+
exports.StopSandboxInput$ = StopSandboxInput$;
|
|
3851
|
+
exports.StopSandboxOutput$ = StopSandboxOutput$;
|
|
3852
|
+
exports.Tag$ = Tag$;
|
|
3853
|
+
exports.TargetTrackingScalingConfiguration$ = TargetTrackingScalingConfiguration$;
|
|
3854
|
+
exports.TestCase$ = TestCase$;
|
|
3855
|
+
exports.TestCaseFilter$ = TestCaseFilter$;
|
|
3856
|
+
exports.TestReportSummary$ = TestReportSummary$;
|
|
3857
|
+
exports.UpdateFleet$ = UpdateFleet$;
|
|
3570
3858
|
exports.UpdateFleetCommand = UpdateFleetCommand;
|
|
3859
|
+
exports.UpdateFleetInput$ = UpdateFleetInput$;
|
|
3860
|
+
exports.UpdateFleetOutput$ = UpdateFleetOutput$;
|
|
3861
|
+
exports.UpdateProject$ = UpdateProject$;
|
|
3571
3862
|
exports.UpdateProjectCommand = UpdateProjectCommand;
|
|
3863
|
+
exports.UpdateProjectInput$ = UpdateProjectInput$;
|
|
3864
|
+
exports.UpdateProjectOutput$ = UpdateProjectOutput$;
|
|
3865
|
+
exports.UpdateProjectVisibility$ = UpdateProjectVisibility$;
|
|
3572
3866
|
exports.UpdateProjectVisibilityCommand = UpdateProjectVisibilityCommand;
|
|
3867
|
+
exports.UpdateProjectVisibilityInput$ = UpdateProjectVisibilityInput$;
|
|
3868
|
+
exports.UpdateProjectVisibilityOutput$ = UpdateProjectVisibilityOutput$;
|
|
3869
|
+
exports.UpdateReportGroup$ = UpdateReportGroup$;
|
|
3573
3870
|
exports.UpdateReportGroupCommand = UpdateReportGroupCommand;
|
|
3871
|
+
exports.UpdateReportGroupInput$ = UpdateReportGroupInput$;
|
|
3872
|
+
exports.UpdateReportGroupOutput$ = UpdateReportGroupOutput$;
|
|
3873
|
+
exports.UpdateWebhook$ = UpdateWebhook$;
|
|
3574
3874
|
exports.UpdateWebhookCommand = UpdateWebhookCommand;
|
|
3875
|
+
exports.UpdateWebhookInput$ = UpdateWebhookInput$;
|
|
3876
|
+
exports.UpdateWebhookOutput$ = UpdateWebhookOutput$;
|
|
3877
|
+
exports.VpcConfig$ = VpcConfig$;
|
|
3878
|
+
exports.Webhook$ = Webhook$;
|
|
3575
3879
|
exports.WebhookBuildType = WebhookBuildType;
|
|
3880
|
+
exports.WebhookFilter$ = WebhookFilter$;
|
|
3576
3881
|
exports.WebhookFilterType = WebhookFilterType;
|
|
3577
3882
|
exports.WebhookScopeType = WebhookScopeType;
|
|
3578
3883
|
exports.WebhookStatus = WebhookStatus;
|