@aws-sdk/client-codebuild 3.37.0 → 3.41.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 (73) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +48 -0
  3. package/dist-cjs/endpoints.js +145 -23
  4. package/dist-cjs/index.js +4 -60
  5. package/dist-cjs/pagination/index.js +16 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +45 -0
  9. package/dist-es/endpoints.js +145 -23
  10. package/dist-es/index.js +4 -60
  11. package/dist-es/pagination/index.js +13 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/CodeBuildClient.d.ts +8 -0
  15. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +1 -1
  16. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +1 -1
  17. package/dist-types/commands/BatchGetBuildsCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchGetProjectsCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/BatchGetReportsCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateReportGroupCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateWebhookCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteReportCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteReportGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeTestCasesCommand.d.ts +1 -1
  33. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -1
  34. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +1 -1
  36. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +1 -1
  37. package/dist-types/commands/ListBuildBatchesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +1 -1
  39. package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +1 -1
  41. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListReportGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListReportsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/ListSharedProjectsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +1 -1
  49. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  50. package/dist-types/commands/RetryBuildBatchCommand.d.ts +1 -1
  51. package/dist-types/commands/RetryBuildCommand.d.ts +1 -1
  52. package/dist-types/commands/StartBuildBatchCommand.d.ts +1 -1
  53. package/dist-types/commands/StartBuildCommand.d.ts +1 -1
  54. package/dist-types/commands/StopBuildBatchCommand.d.ts +1 -1
  55. package/dist-types/commands/StopBuildCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateReportGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateWebhookCommand.d.ts +1 -1
  60. package/dist-types/commands/index.d.ts +45 -0
  61. package/dist-types/index.d.ts +4 -60
  62. package/dist-types/pagination/index.d.ts +13 -0
  63. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  64. package/dist-types/runtimeConfig.d.ts +2 -0
  65. package/dist-types/runtimeConfig.native.d.ts +2 -0
  66. package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +45 -0
  68. package/dist-types/ts3.4/index.d.ts +4 -60
  69. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  73. package/package.json +26 -26
@@ -20,7 +20,7 @@ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEn
20
20
  *
21
21
  * @see {@link ListCuratedEnvironmentImagesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListCuratedEnvironmentImagesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListCuratedEnvironmentImagesCommand extends $Command<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
21
21
  *
22
22
  * @see {@link ListProjectsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListProjectsCommandOutput} for command's `response` shape.
24
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
22
22
  *
23
23
  * @see {@link ListReportGroupsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListReportGroupsCommandOutput} for command's `response` shape.
25
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListReportGroupsCommand extends $Command<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
22
22
  *
23
23
  * @see {@link ListReportsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListReportsCommandOutput} for command's `response` shape.
25
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListReportsCommand extends $Command<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListReportsForReportGroupCommandOutput extends ListReportsForRe
22
22
  *
23
23
  * @see {@link ListReportsForReportGroupCommandInput} for command's `input` shape.
24
24
  * @see {@link ListReportsForReportGroupCommandOutput} for command's `response` shape.
25
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListReportsForReportGroupCommand extends $Command<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutpu
20
20
  *
21
21
  * @see {@link ListSharedProjectsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSharedProjectsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSharedProjectsCommand extends $Command<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGro
21
21
  *
22
22
  * @see {@link ListSharedReportGroupsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListSharedReportGroupsCommandOutput} for command's `response` shape.
24
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListSharedReportGroupsCommand extends $Command<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSourceCredentialsCommandOutput extends ListSourceCredential
20
20
  *
21
21
  * @see {@link ListSourceCredentialsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSourceCredentialsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSourceCredentialsCommand extends $Command<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
21
21
  *
22
22
  * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
24
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __M
20
20
  *
21
21
  * @see {@link RetryBuildBatchCommandInput} for command's `input` shape.
22
22
  * @see {@link RetryBuildBatchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RetryBuildBatchCommand extends $Command<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBea
20
20
  *
21
21
  * @see {@link RetryBuildCommandInput} for command's `input` shape.
22
22
  * @see {@link RetryBuildCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RetryBuildCommand extends $Command<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __M
20
20
  *
21
21
  * @see {@link StartBuildBatchCommandInput} for command's `input` shape.
22
22
  * @see {@link StartBuildBatchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartBuildBatchCommand extends $Command<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBea
20
20
  *
21
21
  * @see {@link StartBuildCommandInput} for command's `input` shape.
22
22
  * @see {@link StartBuildCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartBuildCommand extends $Command<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __Met
20
20
  *
21
21
  * @see {@link StopBuildBatchCommandInput} for command's `input` shape.
22
22
  * @see {@link StopBuildBatchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopBuildBatchCommand extends $Command<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link StopBuildCommandInput} for command's `input` shape.
22
22
  * @see {@link StopBuildCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopBuildCommand extends $Command<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
20
20
  *
21
21
  * @see {@link UpdateProjectCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateProjectCommandOutput} for command's `response` shape.
23
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
57
57
  *
58
58
  * @see {@link UpdateProjectVisibilityCommandInput} for command's `input` shape.
59
59
  * @see {@link UpdateProjectVisibilityCommandOutput} for command's `response` shape.
60
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class UpdateProjectVisibilityCommand extends $Command<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
22
22
  *
23
23
  * @see {@link UpdateReportGroupCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateReportGroupCommandOutput} for command's `response` shape.
25
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateReportGroupCommand extends $Command<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
24
24
  *
25
25
  * @see {@link UpdateWebhookCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateWebhookCommandOutput} for command's `response` shape.
27
- * @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateWebhookCommand extends $Command<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
@@ -0,0 +1,45 @@
1
+ export * from "./BatchDeleteBuildsCommand";
2
+ export * from "./BatchGetBuildBatchesCommand";
3
+ export * from "./BatchGetBuildsCommand";
4
+ export * from "./BatchGetProjectsCommand";
5
+ export * from "./BatchGetReportGroupsCommand";
6
+ export * from "./BatchGetReportsCommand";
7
+ export * from "./CreateProjectCommand";
8
+ export * from "./CreateReportGroupCommand";
9
+ export * from "./CreateWebhookCommand";
10
+ export * from "./DeleteBuildBatchCommand";
11
+ export * from "./DeleteProjectCommand";
12
+ export * from "./DeleteReportCommand";
13
+ export * from "./DeleteReportGroupCommand";
14
+ export * from "./DeleteResourcePolicyCommand";
15
+ export * from "./DeleteSourceCredentialsCommand";
16
+ export * from "./DeleteWebhookCommand";
17
+ export * from "./DescribeCodeCoveragesCommand";
18
+ export * from "./DescribeTestCasesCommand";
19
+ export * from "./GetReportGroupTrendCommand";
20
+ export * from "./GetResourcePolicyCommand";
21
+ export * from "./ImportSourceCredentialsCommand";
22
+ export * from "./InvalidateProjectCacheCommand";
23
+ export * from "./ListBuildBatchesCommand";
24
+ export * from "./ListBuildBatchesForProjectCommand";
25
+ export * from "./ListBuildsCommand";
26
+ export * from "./ListBuildsForProjectCommand";
27
+ export * from "./ListCuratedEnvironmentImagesCommand";
28
+ export * from "./ListProjectsCommand";
29
+ export * from "./ListReportGroupsCommand";
30
+ export * from "./ListReportsCommand";
31
+ export * from "./ListReportsForReportGroupCommand";
32
+ export * from "./ListSharedProjectsCommand";
33
+ export * from "./ListSharedReportGroupsCommand";
34
+ export * from "./ListSourceCredentialsCommand";
35
+ export * from "./PutResourcePolicyCommand";
36
+ export * from "./RetryBuildBatchCommand";
37
+ export * from "./RetryBuildCommand";
38
+ export * from "./StartBuildBatchCommand";
39
+ export * from "./StartBuildCommand";
40
+ export * from "./StopBuildBatchCommand";
41
+ export * from "./StopBuildCommand";
42
+ export * from "./UpdateProjectCommand";
43
+ export * from "./UpdateProjectVisibilityCommand";
44
+ export * from "./UpdateReportGroupCommand";
45
+ export * from "./UpdateWebhookCommand";
@@ -1,61 +1,5 @@
1
- export * from "./CodeBuildClient";
2
1
  export * from "./CodeBuild";
3
- export * from "./commands/BatchDeleteBuildsCommand";
4
- export * from "./commands/BatchGetBuildBatchesCommand";
5
- export * from "./commands/BatchGetBuildsCommand";
6
- export * from "./commands/BatchGetProjectsCommand";
7
- export * from "./commands/BatchGetReportGroupsCommand";
8
- export * from "./commands/BatchGetReportsCommand";
9
- export * from "./commands/CreateProjectCommand";
10
- export * from "./commands/CreateReportGroupCommand";
11
- export * from "./commands/CreateWebhookCommand";
12
- export * from "./commands/DeleteBuildBatchCommand";
13
- export * from "./commands/DeleteProjectCommand";
14
- export * from "./commands/DeleteReportCommand";
15
- export * from "./commands/DeleteReportGroupCommand";
16
- export * from "./commands/DeleteResourcePolicyCommand";
17
- export * from "./commands/DeleteSourceCredentialsCommand";
18
- export * from "./commands/DeleteWebhookCommand";
19
- export * from "./commands/DescribeCodeCoveragesCommand";
20
- export * from "./pagination/DescribeCodeCoveragesPaginator";
21
- export * from "./commands/DescribeTestCasesCommand";
22
- export * from "./pagination/DescribeTestCasesPaginator";
23
- export * from "./commands/GetReportGroupTrendCommand";
24
- export * from "./commands/GetResourcePolicyCommand";
25
- export * from "./commands/ImportSourceCredentialsCommand";
26
- export * from "./commands/InvalidateProjectCacheCommand";
27
- export * from "./commands/ListBuildBatchesCommand";
28
- export * from "./pagination/ListBuildBatchesPaginator";
29
- export * from "./commands/ListBuildBatchesForProjectCommand";
30
- export * from "./pagination/ListBuildBatchesForProjectPaginator";
31
- export * from "./commands/ListBuildsCommand";
32
- export * from "./pagination/ListBuildsPaginator";
33
- export * from "./commands/ListBuildsForProjectCommand";
34
- export * from "./pagination/ListBuildsForProjectPaginator";
35
- export * from "./commands/ListCuratedEnvironmentImagesCommand";
36
- export * from "./commands/ListProjectsCommand";
37
- export * from "./pagination/ListProjectsPaginator";
38
- export * from "./commands/ListReportGroupsCommand";
39
- export * from "./pagination/ListReportGroupsPaginator";
40
- export * from "./commands/ListReportsCommand";
41
- export * from "./pagination/ListReportsPaginator";
42
- export * from "./commands/ListReportsForReportGroupCommand";
43
- export * from "./pagination/ListReportsForReportGroupPaginator";
44
- export * from "./commands/ListSharedProjectsCommand";
45
- export * from "./pagination/ListSharedProjectsPaginator";
46
- export * from "./commands/ListSharedReportGroupsCommand";
47
- export * from "./pagination/ListSharedReportGroupsPaginator";
48
- export * from "./commands/ListSourceCredentialsCommand";
49
- export * from "./commands/PutResourcePolicyCommand";
50
- export * from "./commands/RetryBuildCommand";
51
- export * from "./commands/RetryBuildBatchCommand";
52
- export * from "./commands/StartBuildCommand";
53
- export * from "./commands/StartBuildBatchCommand";
54
- export * from "./commands/StopBuildCommand";
55
- export * from "./commands/StopBuildBatchCommand";
56
- export * from "./commands/UpdateProjectCommand";
57
- export * from "./commands/UpdateProjectVisibilityCommand";
58
- export * from "./commands/UpdateReportGroupCommand";
59
- export * from "./commands/UpdateWebhookCommand";
60
- export * from "./pagination/Interfaces";
61
- export * from "./models/index";
2
+ export * from "./CodeBuildClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./DescribeCodeCoveragesPaginator";
2
+ export * from "./DescribeTestCasesPaginator";
3
+ export * from "./Interfaces";
4
+ export * from "./ListBuildBatchesForProjectPaginator";
5
+ export * from "./ListBuildBatchesPaginator";
6
+ export * from "./ListBuildsForProjectPaginator";
7
+ export * from "./ListBuildsPaginator";
8
+ export * from "./ListProjectsPaginator";
9
+ export * from "./ListReportGroupsPaginator";
10
+ export * from "./ListReportsForReportGroupPaginator";
11
+ export * from "./ListReportsPaginator";
12
+ export * from "./ListSharedProjectsPaginator";
13
+ export * from "./ListSharedReportGroupsPaginator";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -83,6 +83,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
83
83
 
84
84
  logger?: __Logger;
85
85
 
86
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
87
+
88
+ useFipsEndpoint?: boolean | __Provider<boolean>;
89
+
86
90
  serviceId?: string;
87
91
 
88
92
  region?: string | __Provider<string>;
@@ -0,0 +1,45 @@
1
+ export * from "./BatchDeleteBuildsCommand";
2
+ export * from "./BatchGetBuildBatchesCommand";
3
+ export * from "./BatchGetBuildsCommand";
4
+ export * from "./BatchGetProjectsCommand";
5
+ export * from "./BatchGetReportGroupsCommand";
6
+ export * from "./BatchGetReportsCommand";
7
+ export * from "./CreateProjectCommand";
8
+ export * from "./CreateReportGroupCommand";
9
+ export * from "./CreateWebhookCommand";
10
+ export * from "./DeleteBuildBatchCommand";
11
+ export * from "./DeleteProjectCommand";
12
+ export * from "./DeleteReportCommand";
13
+ export * from "./DeleteReportGroupCommand";
14
+ export * from "./DeleteResourcePolicyCommand";
15
+ export * from "./DeleteSourceCredentialsCommand";
16
+ export * from "./DeleteWebhookCommand";
17
+ export * from "./DescribeCodeCoveragesCommand";
18
+ export * from "./DescribeTestCasesCommand";
19
+ export * from "./GetReportGroupTrendCommand";
20
+ export * from "./GetResourcePolicyCommand";
21
+ export * from "./ImportSourceCredentialsCommand";
22
+ export * from "./InvalidateProjectCacheCommand";
23
+ export * from "./ListBuildBatchesCommand";
24
+ export * from "./ListBuildBatchesForProjectCommand";
25
+ export * from "./ListBuildsCommand";
26
+ export * from "./ListBuildsForProjectCommand";
27
+ export * from "./ListCuratedEnvironmentImagesCommand";
28
+ export * from "./ListProjectsCommand";
29
+ export * from "./ListReportGroupsCommand";
30
+ export * from "./ListReportsCommand";
31
+ export * from "./ListReportsForReportGroupCommand";
32
+ export * from "./ListSharedProjectsCommand";
33
+ export * from "./ListSharedReportGroupsCommand";
34
+ export * from "./ListSourceCredentialsCommand";
35
+ export * from "./PutResourcePolicyCommand";
36
+ export * from "./RetryBuildBatchCommand";
37
+ export * from "./RetryBuildCommand";
38
+ export * from "./StartBuildBatchCommand";
39
+ export * from "./StartBuildCommand";
40
+ export * from "./StopBuildBatchCommand";
41
+ export * from "./StopBuildCommand";
42
+ export * from "./UpdateProjectCommand";
43
+ export * from "./UpdateProjectVisibilityCommand";
44
+ export * from "./UpdateReportGroupCommand";
45
+ export * from "./UpdateWebhookCommand";
@@ -1,61 +1,5 @@
1
- export * from "./CodeBuildClient";
2
1
  export * from "./CodeBuild";
3
- export * from "./commands/BatchDeleteBuildsCommand";
4
- export * from "./commands/BatchGetBuildBatchesCommand";
5
- export * from "./commands/BatchGetBuildsCommand";
6
- export * from "./commands/BatchGetProjectsCommand";
7
- export * from "./commands/BatchGetReportGroupsCommand";
8
- export * from "./commands/BatchGetReportsCommand";
9
- export * from "./commands/CreateProjectCommand";
10
- export * from "./commands/CreateReportGroupCommand";
11
- export * from "./commands/CreateWebhookCommand";
12
- export * from "./commands/DeleteBuildBatchCommand";
13
- export * from "./commands/DeleteProjectCommand";
14
- export * from "./commands/DeleteReportCommand";
15
- export * from "./commands/DeleteReportGroupCommand";
16
- export * from "./commands/DeleteResourcePolicyCommand";
17
- export * from "./commands/DeleteSourceCredentialsCommand";
18
- export * from "./commands/DeleteWebhookCommand";
19
- export * from "./commands/DescribeCodeCoveragesCommand";
20
- export * from "./pagination/DescribeCodeCoveragesPaginator";
21
- export * from "./commands/DescribeTestCasesCommand";
22
- export * from "./pagination/DescribeTestCasesPaginator";
23
- export * from "./commands/GetReportGroupTrendCommand";
24
- export * from "./commands/GetResourcePolicyCommand";
25
- export * from "./commands/ImportSourceCredentialsCommand";
26
- export * from "./commands/InvalidateProjectCacheCommand";
27
- export * from "./commands/ListBuildBatchesCommand";
28
- export * from "./pagination/ListBuildBatchesPaginator";
29
- export * from "./commands/ListBuildBatchesForProjectCommand";
30
- export * from "./pagination/ListBuildBatchesForProjectPaginator";
31
- export * from "./commands/ListBuildsCommand";
32
- export * from "./pagination/ListBuildsPaginator";
33
- export * from "./commands/ListBuildsForProjectCommand";
34
- export * from "./pagination/ListBuildsForProjectPaginator";
35
- export * from "./commands/ListCuratedEnvironmentImagesCommand";
36
- export * from "./commands/ListProjectsCommand";
37
- export * from "./pagination/ListProjectsPaginator";
38
- export * from "./commands/ListReportGroupsCommand";
39
- export * from "./pagination/ListReportGroupsPaginator";
40
- export * from "./commands/ListReportsCommand";
41
- export * from "./pagination/ListReportsPaginator";
42
- export * from "./commands/ListReportsForReportGroupCommand";
43
- export * from "./pagination/ListReportsForReportGroupPaginator";
44
- export * from "./commands/ListSharedProjectsCommand";
45
- export * from "./pagination/ListSharedProjectsPaginator";
46
- export * from "./commands/ListSharedReportGroupsCommand";
47
- export * from "./pagination/ListSharedReportGroupsPaginator";
48
- export * from "./commands/ListSourceCredentialsCommand";
49
- export * from "./commands/PutResourcePolicyCommand";
50
- export * from "./commands/RetryBuildCommand";
51
- export * from "./commands/RetryBuildBatchCommand";
52
- export * from "./commands/StartBuildCommand";
53
- export * from "./commands/StartBuildBatchCommand";
54
- export * from "./commands/StopBuildCommand";
55
- export * from "./commands/StopBuildBatchCommand";
56
- export * from "./commands/UpdateProjectCommand";
57
- export * from "./commands/UpdateProjectVisibilityCommand";
58
- export * from "./commands/UpdateReportGroupCommand";
59
- export * from "./commands/UpdateWebhookCommand";
60
- export * from "./pagination/Interfaces";
61
- export * from "./models/index";
2
+ export * from "./CodeBuildClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./DescribeCodeCoveragesPaginator";
2
+ export * from "./DescribeTestCasesPaginator";
3
+ export * from "./Interfaces";
4
+ export * from "./ListBuildBatchesForProjectPaginator";
5
+ export * from "./ListBuildBatchesPaginator";
6
+ export * from "./ListBuildsForProjectPaginator";
7
+ export * from "./ListBuildsPaginator";
8
+ export * from "./ListProjectsPaginator";
9
+ export * from "./ListReportGroupsPaginator";
10
+ export * from "./ListReportsForReportGroupPaginator";
11
+ export * from "./ListReportsPaginator";
12
+ export * from "./ListSharedProjectsPaginator";
13
+ export * from "./ListSharedReportGroupsPaginator";
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codebuild",
3
3
  "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,40 +19,40 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/client-documentation-generator": "3.37.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
56
56
  "@types/node": "^12.7.5",
57
57
  "downlevel-dts": "0.7.0",
58
58
  "jest": "^26.1.0",