@aws-sdk/client-codebuild 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +769 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +374 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -45
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  51. package/dist-types/ts3.4/index.d.ts +6 -6
  52. package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +7 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +1472 -1996
  55. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  74. package/package.json +34 -34
@@ -1,137 +1,545 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "../commands/BatchDeleteBuildsCommand";
4
- import { BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput } from "../commands/BatchGetBuildBatchesCommand";
5
- import { BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput } from "../commands/BatchGetBuildsCommand";
6
- import { BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput } from "../commands/BatchGetProjectsCommand";
7
- import { BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput } from "../commands/BatchGetReportGroupsCommand";
8
- import { BatchGetReportsCommandInput, BatchGetReportsCommandOutput } from "../commands/BatchGetReportsCommand";
9
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
10
- import { CreateReportGroupCommandInput, CreateReportGroupCommandOutput } from "../commands/CreateReportGroupCommand";
11
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "../commands/CreateWebhookCommand";
12
- import { DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput } from "../commands/DeleteBuildBatchCommand";
13
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
14
- import { DeleteReportCommandInput, DeleteReportCommandOutput } from "../commands/DeleteReportCommand";
15
- import { DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput } from "../commands/DeleteReportGroupCommand";
16
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
17
- import { DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput } from "../commands/DeleteSourceCredentialsCommand";
18
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
19
- import { DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput } from "../commands/DescribeCodeCoveragesCommand";
20
- import { DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput } from "../commands/DescribeTestCasesCommand";
21
- import { GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput } from "../commands/GetReportGroupTrendCommand";
22
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
23
- import { ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput } from "../commands/ImportSourceCredentialsCommand";
24
- import { InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput } from "../commands/InvalidateProjectCacheCommand";
25
- import { ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput } from "../commands/ListBuildBatchesCommand";
26
- import { ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput } from "../commands/ListBuildBatchesForProjectCommand";
27
- import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
28
- import { ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput } from "../commands/ListBuildsForProjectCommand";
29
- import { ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput } from "../commands/ListCuratedEnvironmentImagesCommand";
30
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
31
- import { ListReportGroupsCommandInput, ListReportGroupsCommandOutput } from "../commands/ListReportGroupsCommand";
32
- import { ListReportsCommandInput, ListReportsCommandOutput } from "../commands/ListReportsCommand";
33
- import { ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput } from "../commands/ListReportsForReportGroupCommand";
34
- import { ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput } from "../commands/ListSharedProjectsCommand";
35
- import { ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput } from "../commands/ListSharedReportGroupsCommand";
36
- import { ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput } from "../commands/ListSourceCredentialsCommand";
37
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
38
- import { RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput } from "../commands/RetryBuildBatchCommand";
39
- import { RetryBuildCommandInput, RetryBuildCommandOutput } from "../commands/RetryBuildCommand";
40
- import { StartBuildBatchCommandInput, StartBuildBatchCommandOutput } from "../commands/StartBuildBatchCommand";
41
- import { StartBuildCommandInput, StartBuildCommandOutput } from "../commands/StartBuildCommand";
42
- import { StopBuildBatchCommandInput, StopBuildBatchCommandOutput } from "../commands/StopBuildBatchCommand";
43
- import { StopBuildCommandInput, StopBuildCommandOutput } from "../commands/StopBuildCommand";
44
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
45
- import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "../commands/UpdateProjectVisibilityCommand";
46
- import { UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput } from "../commands/UpdateReportGroupCommand";
47
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "../commands/UpdateWebhookCommand";
48
- export declare const serializeAws_json1_1BatchDeleteBuildsCommand: (input: BatchDeleteBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1BatchGetBuildBatchesCommand: (input: BatchGetBuildBatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1BatchGetBuildsCommand: (input: BatchGetBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1BatchGetProjectsCommand: (input: BatchGetProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1BatchGetReportGroupsCommand: (input: BatchGetReportGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1BatchGetReportsCommand: (input: BatchGetReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateReportGroupCommand: (input: CreateReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateWebhookCommand: (input: CreateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1DeleteBuildBatchCommand: (input: DeleteBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DeleteReportCommand: (input: DeleteReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteReportGroupCommand: (input: DeleteReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteSourceCredentialsCommand: (input: DeleteSourceCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DescribeCodeCoveragesCommand: (input: DescribeCodeCoveragesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DescribeTestCasesCommand: (input: DescribeTestCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1GetReportGroupTrendCommand: (input: GetReportGroupTrendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ImportSourceCredentialsCommand: (input: ImportSourceCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1InvalidateProjectCacheCommand: (input: InvalidateProjectCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1ListBuildBatchesCommand: (input: ListBuildBatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1ListBuildBatchesForProjectCommand: (input: ListBuildBatchesForProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1ListBuildsCommand: (input: ListBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1ListBuildsForProjectCommand: (input: ListBuildsForProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1ListCuratedEnvironmentImagesCommand: (input: ListCuratedEnvironmentImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1ListReportGroupsCommand: (input: ListReportGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListReportsCommand: (input: ListReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListReportsForReportGroupCommand: (input: ListReportsForReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListSharedProjectsCommand: (input: ListSharedProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListSharedReportGroupsCommand: (input: ListSharedReportGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListSourceCredentialsCommand: (input: ListSourceCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1RetryBuildCommand: (input: RetryBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1RetryBuildBatchCommand: (input: RetryBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1StartBuildCommand: (input: StartBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1StartBuildBatchCommand: (input: StartBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1StopBuildCommand: (input: StopBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1StopBuildBatchCommand: (input: StopBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1UpdateProjectVisibilityCommand: (input: UpdateProjectVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1UpdateReportGroupCommand: (input: UpdateReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1UpdateWebhookCommand: (input: UpdateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const deserializeAws_json1_1BatchDeleteBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteBuildsCommandOutput>;
94
- export declare const deserializeAws_json1_1BatchGetBuildBatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBuildBatchesCommandOutput>;
95
- export declare const deserializeAws_json1_1BatchGetBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBuildsCommandOutput>;
96
- export declare const deserializeAws_json1_1BatchGetProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetProjectsCommandOutput>;
97
- export declare const deserializeAws_json1_1BatchGetReportGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetReportGroupsCommandOutput>;
98
- export declare const deserializeAws_json1_1BatchGetReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetReportsCommandOutput>;
99
- export declare const deserializeAws_json1_1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
100
- export declare const deserializeAws_json1_1CreateReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReportGroupCommandOutput>;
101
- export declare const deserializeAws_json1_1CreateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebhookCommandOutput>;
102
- export declare const deserializeAws_json1_1DeleteBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildBatchCommandOutput>;
103
- export declare const deserializeAws_json1_1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
104
- export declare const deserializeAws_json1_1DeleteReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportCommandOutput>;
105
- export declare const deserializeAws_json1_1DeleteReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportGroupCommandOutput>;
106
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
107
- export declare const deserializeAws_json1_1DeleteSourceCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceCredentialsCommandOutput>;
108
- export declare const deserializeAws_json1_1DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
109
- export declare const deserializeAws_json1_1DescribeCodeCoveragesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCodeCoveragesCommandOutput>;
110
- export declare const deserializeAws_json1_1DescribeTestCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTestCasesCommandOutput>;
111
- export declare const deserializeAws_json1_1GetReportGroupTrendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReportGroupTrendCommandOutput>;
112
- export declare const deserializeAws_json1_1GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
113
- export declare const deserializeAws_json1_1ImportSourceCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSourceCredentialsCommandOutput>;
114
- export declare const deserializeAws_json1_1InvalidateProjectCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvalidateProjectCacheCommandOutput>;
115
- export declare const deserializeAws_json1_1ListBuildBatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildBatchesCommandOutput>;
116
- export declare const deserializeAws_json1_1ListBuildBatchesForProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildBatchesForProjectCommandOutput>;
117
- export declare const deserializeAws_json1_1ListBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildsCommandOutput>;
118
- export declare const deserializeAws_json1_1ListBuildsForProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildsForProjectCommandOutput>;
119
- export declare const deserializeAws_json1_1ListCuratedEnvironmentImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCuratedEnvironmentImagesCommandOutput>;
120
- export declare const deserializeAws_json1_1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
121
- export declare const deserializeAws_json1_1ListReportGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportGroupsCommandOutput>;
122
- export declare const deserializeAws_json1_1ListReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportsCommandOutput>;
123
- export declare const deserializeAws_json1_1ListReportsForReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportsForReportGroupCommandOutput>;
124
- export declare const deserializeAws_json1_1ListSharedProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSharedProjectsCommandOutput>;
125
- export declare const deserializeAws_json1_1ListSharedReportGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSharedReportGroupsCommandOutput>;
126
- export declare const deserializeAws_json1_1ListSourceCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceCredentialsCommandOutput>;
127
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
128
- export declare const deserializeAws_json1_1RetryBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryBuildCommandOutput>;
129
- export declare const deserializeAws_json1_1RetryBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryBuildBatchCommandOutput>;
130
- export declare const deserializeAws_json1_1StartBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBuildCommandOutput>;
131
- export declare const deserializeAws_json1_1StartBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBuildBatchCommandOutput>;
132
- export declare const deserializeAws_json1_1StopBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBuildCommandOutput>;
133
- export declare const deserializeAws_json1_1StopBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBuildBatchCommandOutput>;
134
- export declare const deserializeAws_json1_1UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
135
- export declare const deserializeAws_json1_1UpdateProjectVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectVisibilityCommandOutput>;
136
- export declare const deserializeAws_json1_1UpdateReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReportGroupCommandOutput>;
137
- export declare const deserializeAws_json1_1UpdateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebhookCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BatchDeleteBuildsCommandInput,
8
+ BatchDeleteBuildsCommandOutput,
9
+ } from "../commands/BatchDeleteBuildsCommand";
10
+ import {
11
+ BatchGetBuildBatchesCommandInput,
12
+ BatchGetBuildBatchesCommandOutput,
13
+ } from "../commands/BatchGetBuildBatchesCommand";
14
+ import {
15
+ BatchGetBuildsCommandInput,
16
+ BatchGetBuildsCommandOutput,
17
+ } from "../commands/BatchGetBuildsCommand";
18
+ import {
19
+ BatchGetProjectsCommandInput,
20
+ BatchGetProjectsCommandOutput,
21
+ } from "../commands/BatchGetProjectsCommand";
22
+ import {
23
+ BatchGetReportGroupsCommandInput,
24
+ BatchGetReportGroupsCommandOutput,
25
+ } from "../commands/BatchGetReportGroupsCommand";
26
+ import {
27
+ BatchGetReportsCommandInput,
28
+ BatchGetReportsCommandOutput,
29
+ } from "../commands/BatchGetReportsCommand";
30
+ import {
31
+ CreateProjectCommandInput,
32
+ CreateProjectCommandOutput,
33
+ } from "../commands/CreateProjectCommand";
34
+ import {
35
+ CreateReportGroupCommandInput,
36
+ CreateReportGroupCommandOutput,
37
+ } from "../commands/CreateReportGroupCommand";
38
+ import {
39
+ CreateWebhookCommandInput,
40
+ CreateWebhookCommandOutput,
41
+ } from "../commands/CreateWebhookCommand";
42
+ import {
43
+ DeleteBuildBatchCommandInput,
44
+ DeleteBuildBatchCommandOutput,
45
+ } from "../commands/DeleteBuildBatchCommand";
46
+ import {
47
+ DeleteProjectCommandInput,
48
+ DeleteProjectCommandOutput,
49
+ } from "../commands/DeleteProjectCommand";
50
+ import {
51
+ DeleteReportCommandInput,
52
+ DeleteReportCommandOutput,
53
+ } from "../commands/DeleteReportCommand";
54
+ import {
55
+ DeleteReportGroupCommandInput,
56
+ DeleteReportGroupCommandOutput,
57
+ } from "../commands/DeleteReportGroupCommand";
58
+ import {
59
+ DeleteResourcePolicyCommandInput,
60
+ DeleteResourcePolicyCommandOutput,
61
+ } from "../commands/DeleteResourcePolicyCommand";
62
+ import {
63
+ DeleteSourceCredentialsCommandInput,
64
+ DeleteSourceCredentialsCommandOutput,
65
+ } from "../commands/DeleteSourceCredentialsCommand";
66
+ import {
67
+ DeleteWebhookCommandInput,
68
+ DeleteWebhookCommandOutput,
69
+ } from "../commands/DeleteWebhookCommand";
70
+ import {
71
+ DescribeCodeCoveragesCommandInput,
72
+ DescribeCodeCoveragesCommandOutput,
73
+ } from "../commands/DescribeCodeCoveragesCommand";
74
+ import {
75
+ DescribeTestCasesCommandInput,
76
+ DescribeTestCasesCommandOutput,
77
+ } from "../commands/DescribeTestCasesCommand";
78
+ import {
79
+ GetReportGroupTrendCommandInput,
80
+ GetReportGroupTrendCommandOutput,
81
+ } from "../commands/GetReportGroupTrendCommand";
82
+ import {
83
+ GetResourcePolicyCommandInput,
84
+ GetResourcePolicyCommandOutput,
85
+ } from "../commands/GetResourcePolicyCommand";
86
+ import {
87
+ ImportSourceCredentialsCommandInput,
88
+ ImportSourceCredentialsCommandOutput,
89
+ } from "../commands/ImportSourceCredentialsCommand";
90
+ import {
91
+ InvalidateProjectCacheCommandInput,
92
+ InvalidateProjectCacheCommandOutput,
93
+ } from "../commands/InvalidateProjectCacheCommand";
94
+ import {
95
+ ListBuildBatchesCommandInput,
96
+ ListBuildBatchesCommandOutput,
97
+ } from "../commands/ListBuildBatchesCommand";
98
+ import {
99
+ ListBuildBatchesForProjectCommandInput,
100
+ ListBuildBatchesForProjectCommandOutput,
101
+ } from "../commands/ListBuildBatchesForProjectCommand";
102
+ import {
103
+ ListBuildsCommandInput,
104
+ ListBuildsCommandOutput,
105
+ } from "../commands/ListBuildsCommand";
106
+ import {
107
+ ListBuildsForProjectCommandInput,
108
+ ListBuildsForProjectCommandOutput,
109
+ } from "../commands/ListBuildsForProjectCommand";
110
+ import {
111
+ ListCuratedEnvironmentImagesCommandInput,
112
+ ListCuratedEnvironmentImagesCommandOutput,
113
+ } from "../commands/ListCuratedEnvironmentImagesCommand";
114
+ import {
115
+ ListProjectsCommandInput,
116
+ ListProjectsCommandOutput,
117
+ } from "../commands/ListProjectsCommand";
118
+ import {
119
+ ListReportGroupsCommandInput,
120
+ ListReportGroupsCommandOutput,
121
+ } from "../commands/ListReportGroupsCommand";
122
+ import {
123
+ ListReportsCommandInput,
124
+ ListReportsCommandOutput,
125
+ } from "../commands/ListReportsCommand";
126
+ import {
127
+ ListReportsForReportGroupCommandInput,
128
+ ListReportsForReportGroupCommandOutput,
129
+ } from "../commands/ListReportsForReportGroupCommand";
130
+ import {
131
+ ListSharedProjectsCommandInput,
132
+ ListSharedProjectsCommandOutput,
133
+ } from "../commands/ListSharedProjectsCommand";
134
+ import {
135
+ ListSharedReportGroupsCommandInput,
136
+ ListSharedReportGroupsCommandOutput,
137
+ } from "../commands/ListSharedReportGroupsCommand";
138
+ import {
139
+ ListSourceCredentialsCommandInput,
140
+ ListSourceCredentialsCommandOutput,
141
+ } from "../commands/ListSourceCredentialsCommand";
142
+ import {
143
+ PutResourcePolicyCommandInput,
144
+ PutResourcePolicyCommandOutput,
145
+ } from "../commands/PutResourcePolicyCommand";
146
+ import {
147
+ RetryBuildBatchCommandInput,
148
+ RetryBuildBatchCommandOutput,
149
+ } from "../commands/RetryBuildBatchCommand";
150
+ import {
151
+ RetryBuildCommandInput,
152
+ RetryBuildCommandOutput,
153
+ } from "../commands/RetryBuildCommand";
154
+ import {
155
+ StartBuildBatchCommandInput,
156
+ StartBuildBatchCommandOutput,
157
+ } from "../commands/StartBuildBatchCommand";
158
+ import {
159
+ StartBuildCommandInput,
160
+ StartBuildCommandOutput,
161
+ } from "../commands/StartBuildCommand";
162
+ import {
163
+ StopBuildBatchCommandInput,
164
+ StopBuildBatchCommandOutput,
165
+ } from "../commands/StopBuildBatchCommand";
166
+ import {
167
+ StopBuildCommandInput,
168
+ StopBuildCommandOutput,
169
+ } from "../commands/StopBuildCommand";
170
+ import {
171
+ UpdateProjectCommandInput,
172
+ UpdateProjectCommandOutput,
173
+ } from "../commands/UpdateProjectCommand";
174
+ import {
175
+ UpdateProjectVisibilityCommandInput,
176
+ UpdateProjectVisibilityCommandOutput,
177
+ } from "../commands/UpdateProjectVisibilityCommand";
178
+ import {
179
+ UpdateReportGroupCommandInput,
180
+ UpdateReportGroupCommandOutput,
181
+ } from "../commands/UpdateReportGroupCommand";
182
+ import {
183
+ UpdateWebhookCommandInput,
184
+ UpdateWebhookCommandOutput,
185
+ } from "../commands/UpdateWebhookCommand";
186
+ export declare const serializeAws_json1_1BatchDeleteBuildsCommand: (
187
+ input: BatchDeleteBuildsCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1BatchGetBuildBatchesCommand: (
191
+ input: BatchGetBuildBatchesCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1BatchGetBuildsCommand: (
195
+ input: BatchGetBuildsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1BatchGetProjectsCommand: (
199
+ input: BatchGetProjectsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1BatchGetReportGroupsCommand: (
203
+ input: BatchGetReportGroupsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1BatchGetReportsCommand: (
207
+ input: BatchGetReportsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1CreateProjectCommand: (
211
+ input: CreateProjectCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1CreateReportGroupCommand: (
215
+ input: CreateReportGroupCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1CreateWebhookCommand: (
219
+ input: CreateWebhookCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1DeleteBuildBatchCommand: (
223
+ input: DeleteBuildBatchCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1DeleteProjectCommand: (
227
+ input: DeleteProjectCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DeleteReportCommand: (
231
+ input: DeleteReportCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DeleteReportGroupCommand: (
235
+ input: DeleteReportGroupCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
239
+ input: DeleteResourcePolicyCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1DeleteSourceCredentialsCommand: (
243
+ input: DeleteSourceCredentialsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DeleteWebhookCommand: (
247
+ input: DeleteWebhookCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DescribeCodeCoveragesCommand: (
251
+ input: DescribeCodeCoveragesCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DescribeTestCasesCommand: (
255
+ input: DescribeTestCasesCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1GetReportGroupTrendCommand: (
259
+ input: GetReportGroupTrendCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1GetResourcePolicyCommand: (
263
+ input: GetResourcePolicyCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ImportSourceCredentialsCommand: (
267
+ input: ImportSourceCredentialsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1InvalidateProjectCacheCommand: (
271
+ input: InvalidateProjectCacheCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1ListBuildBatchesCommand: (
275
+ input: ListBuildBatchesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1ListBuildBatchesForProjectCommand: (
279
+ input: ListBuildBatchesForProjectCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1ListBuildsCommand: (
283
+ input: ListBuildsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1ListBuildsForProjectCommand: (
287
+ input: ListBuildsForProjectCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1ListCuratedEnvironmentImagesCommand: (
291
+ input: ListCuratedEnvironmentImagesCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1ListProjectsCommand: (
295
+ input: ListProjectsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1ListReportGroupsCommand: (
299
+ input: ListReportGroupsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ListReportsCommand: (
303
+ input: ListReportsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1ListReportsForReportGroupCommand: (
307
+ input: ListReportsForReportGroupCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListSharedProjectsCommand: (
311
+ input: ListSharedProjectsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ListSharedReportGroupsCommand: (
315
+ input: ListSharedReportGroupsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1ListSourceCredentialsCommand: (
319
+ input: ListSourceCredentialsCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1PutResourcePolicyCommand: (
323
+ input: PutResourcePolicyCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1RetryBuildCommand: (
327
+ input: RetryBuildCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1RetryBuildBatchCommand: (
331
+ input: RetryBuildBatchCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1StartBuildCommand: (
335
+ input: StartBuildCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1StartBuildBatchCommand: (
339
+ input: StartBuildBatchCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1StopBuildCommand: (
343
+ input: StopBuildCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1StopBuildBatchCommand: (
347
+ input: StopBuildBatchCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1UpdateProjectCommand: (
351
+ input: UpdateProjectCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1UpdateProjectVisibilityCommand: (
355
+ input: UpdateProjectVisibilityCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1UpdateReportGroupCommand: (
359
+ input: UpdateReportGroupCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1UpdateWebhookCommand: (
363
+ input: UpdateWebhookCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const deserializeAws_json1_1BatchDeleteBuildsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<BatchDeleteBuildsCommandOutput>;
370
+ export declare const deserializeAws_json1_1BatchGetBuildBatchesCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<BatchGetBuildBatchesCommandOutput>;
374
+ export declare const deserializeAws_json1_1BatchGetBuildsCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<BatchGetBuildsCommandOutput>;
378
+ export declare const deserializeAws_json1_1BatchGetProjectsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<BatchGetProjectsCommandOutput>;
382
+ export declare const deserializeAws_json1_1BatchGetReportGroupsCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<BatchGetReportGroupsCommandOutput>;
386
+ export declare const deserializeAws_json1_1BatchGetReportsCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<BatchGetReportsCommandOutput>;
390
+ export declare const deserializeAws_json1_1CreateProjectCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<CreateProjectCommandOutput>;
394
+ export declare const deserializeAws_json1_1CreateReportGroupCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CreateReportGroupCommandOutput>;
398
+ export declare const deserializeAws_json1_1CreateWebhookCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<CreateWebhookCommandOutput>;
402
+ export declare const deserializeAws_json1_1DeleteBuildBatchCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DeleteBuildBatchCommandOutput>;
406
+ export declare const deserializeAws_json1_1DeleteProjectCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DeleteProjectCommandOutput>;
410
+ export declare const deserializeAws_json1_1DeleteReportCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<DeleteReportCommandOutput>;
414
+ export declare const deserializeAws_json1_1DeleteReportGroupCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DeleteReportGroupCommandOutput>;
418
+ export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DeleteResourcePolicyCommandOutput>;
422
+ export declare const deserializeAws_json1_1DeleteSourceCredentialsCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DeleteSourceCredentialsCommandOutput>;
426
+ export declare const deserializeAws_json1_1DeleteWebhookCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DeleteWebhookCommandOutput>;
430
+ export declare const deserializeAws_json1_1DescribeCodeCoveragesCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<DescribeCodeCoveragesCommandOutput>;
434
+ export declare const deserializeAws_json1_1DescribeTestCasesCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<DescribeTestCasesCommandOutput>;
438
+ export declare const deserializeAws_json1_1GetReportGroupTrendCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<GetReportGroupTrendCommandOutput>;
442
+ export declare const deserializeAws_json1_1GetResourcePolicyCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<GetResourcePolicyCommandOutput>;
446
+ export declare const deserializeAws_json1_1ImportSourceCredentialsCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<ImportSourceCredentialsCommandOutput>;
450
+ export declare const deserializeAws_json1_1InvalidateProjectCacheCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<InvalidateProjectCacheCommandOutput>;
454
+ export declare const deserializeAws_json1_1ListBuildBatchesCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<ListBuildBatchesCommandOutput>;
458
+ export declare const deserializeAws_json1_1ListBuildBatchesForProjectCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<ListBuildBatchesForProjectCommandOutput>;
462
+ export declare const deserializeAws_json1_1ListBuildsCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<ListBuildsCommandOutput>;
466
+ export declare const deserializeAws_json1_1ListBuildsForProjectCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<ListBuildsForProjectCommandOutput>;
470
+ export declare const deserializeAws_json1_1ListCuratedEnvironmentImagesCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<ListCuratedEnvironmentImagesCommandOutput>;
474
+ export declare const deserializeAws_json1_1ListProjectsCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<ListProjectsCommandOutput>;
478
+ export declare const deserializeAws_json1_1ListReportGroupsCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<ListReportGroupsCommandOutput>;
482
+ export declare const deserializeAws_json1_1ListReportsCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<ListReportsCommandOutput>;
486
+ export declare const deserializeAws_json1_1ListReportsForReportGroupCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<ListReportsForReportGroupCommandOutput>;
490
+ export declare const deserializeAws_json1_1ListSharedProjectsCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<ListSharedProjectsCommandOutput>;
494
+ export declare const deserializeAws_json1_1ListSharedReportGroupsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<ListSharedReportGroupsCommandOutput>;
498
+ export declare const deserializeAws_json1_1ListSourceCredentialsCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<ListSourceCredentialsCommandOutput>;
502
+ export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<PutResourcePolicyCommandOutput>;
506
+ export declare const deserializeAws_json1_1RetryBuildCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<RetryBuildCommandOutput>;
510
+ export declare const deserializeAws_json1_1RetryBuildBatchCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<RetryBuildBatchCommandOutput>;
514
+ export declare const deserializeAws_json1_1StartBuildCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<StartBuildCommandOutput>;
518
+ export declare const deserializeAws_json1_1StartBuildBatchCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<StartBuildBatchCommandOutput>;
522
+ export declare const deserializeAws_json1_1StopBuildCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<StopBuildCommandOutput>;
526
+ export declare const deserializeAws_json1_1StopBuildBatchCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<StopBuildBatchCommandOutput>;
530
+ export declare const deserializeAws_json1_1UpdateProjectCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<UpdateProjectCommandOutput>;
534
+ export declare const deserializeAws_json1_1UpdateProjectVisibilityCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<UpdateProjectVisibilityCommandOutput>;
538
+ export declare const deserializeAws_json1_1UpdateReportGroupCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<UpdateReportGroupCommandOutput>;
542
+ export declare const deserializeAws_json1_1UpdateWebhookCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<UpdateWebhookCommandOutput>;