@aws-sdk/client-codebuild 3.775.0 → 3.778.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 (53) hide show
  1. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +1 -0
  2. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -0
  3. package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -0
  4. package/dist-types/commands/BatchGetFleetsCommand.d.ts +1 -0
  5. package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -0
  6. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +1 -0
  7. package/dist-types/commands/BatchGetReportsCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateProjectCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateReportGroupCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateWebhookCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteReportCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteReportGroupCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeTestCasesCommand.d.ts +1 -0
  22. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -0
  23. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  24. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +1 -0
  25. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +1 -0
  26. package/dist-types/commands/ListBuildBatchesCommand.d.ts +1 -0
  27. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +1 -0
  28. package/dist-types/commands/ListBuildsCommand.d.ts +1 -0
  29. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +1 -0
  30. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +1 -0
  31. package/dist-types/commands/ListFleetsCommand.d.ts +1 -0
  32. package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
  33. package/dist-types/commands/ListReportGroupsCommand.d.ts +1 -0
  34. package/dist-types/commands/ListReportsCommand.d.ts +1 -0
  35. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +1 -0
  36. package/dist-types/commands/ListSharedProjectsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +1 -0
  38. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +1 -0
  39. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  40. package/dist-types/commands/RetryBuildBatchCommand.d.ts +2 -0
  41. package/dist-types/commands/RetryBuildCommand.d.ts +2 -0
  42. package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -0
  43. package/dist-types/commands/StartBuildCommand.d.ts +3 -0
  44. package/dist-types/commands/StopBuildBatchCommand.d.ts +2 -0
  45. package/dist-types/commands/StopBuildCommand.d.ts +2 -0
  46. package/dist-types/commands/UpdateFleetCommand.d.ts +1 -0
  47. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -0
  48. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +1 -0
  49. package/dist-types/commands/UpdateReportGroupCommand.d.ts +1 -0
  50. package/dist-types/commands/UpdateWebhookCommand.d.ts +1 -0
  51. package/dist-types/models/models_0.d.ts +7 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  53. package/package.json +2 -2
@@ -67,6 +67,7 @@ declare const BatchDeleteBuildsCommand_base: {
67
67
  * @throws {@link CodeBuildServiceException}
68
68
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_base {
@@ -142,6 +142,7 @@ declare const BatchGetBuildBatchesCommand_base: {
142
142
  * // modes: [ // ProjectCacheModes
143
143
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
144
144
  * // ],
145
+ * // cacheNamespace: "STRING_VALUE",
145
146
  * // },
146
147
  * // environment: { // ProjectEnvironment
147
148
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -290,6 +291,7 @@ declare const BatchGetBuildBatchesCommand_base: {
290
291
  * @throws {@link CodeBuildServiceException}
291
292
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
292
293
  *
294
+ *
293
295
  * @public
294
296
  */
295
297
  export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {
@@ -143,6 +143,7 @@ declare const BatchGetBuildsCommand_base: {
143
143
  * // modes: [ // ProjectCacheModes
144
144
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
145
145
  * // ],
146
+ * // cacheNamespace: "STRING_VALUE",
146
147
  * // },
147
148
  * // environment: { // ProjectEnvironment
148
149
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -260,6 +261,7 @@ declare const BatchGetBuildsCommand_base: {
260
261
  * @throws {@link CodeBuildServiceException}
261
262
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
262
263
  *
264
+ *
263
265
  * @public
264
266
  */
265
267
  export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_base {
@@ -125,6 +125,7 @@ declare const BatchGetFleetsCommand_base: {
125
125
  * @throws {@link CodeBuildServiceException}
126
126
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class BatchGetFleetsCommand extends BatchGetFleetsCommand_base {
@@ -128,6 +128,7 @@ declare const BatchGetProjectsCommand_base: {
128
128
  * // modes: [ // ProjectCacheModes
129
129
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
130
130
  * // ],
131
+ * // cacheNamespace: "STRING_VALUE",
131
132
  * // },
132
133
  * // environment: { // ProjectEnvironment
133
134
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -270,6 +271,7 @@ declare const BatchGetProjectsCommand_base: {
270
271
  * @throws {@link CodeBuildServiceException}
271
272
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
272
273
  *
274
+ *
273
275
  * @public
274
276
  */
275
277
  export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {
@@ -90,6 +90,7 @@ declare const BatchGetReportGroupsCommand_base: {
90
90
  * @throws {@link CodeBuildServiceException}
91
91
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {
@@ -102,6 +102,7 @@ declare const BatchGetReportsCommand_base: {
102
102
  * @throws {@link CodeBuildServiceException}
103
103
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {
@@ -174,6 +174,7 @@ declare const CreateFleetCommand_base: {
174
174
  * @throws {@link CodeBuildServiceException}
175
175
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
176
176
  *
177
+ *
177
178
  * @public
178
179
  */
179
180
  export declare class CreateFleetCommand extends CreateFleetCommand_base {
@@ -118,6 +118,7 @@ declare const CreateProjectCommand_base: {
118
118
  * modes: [ // ProjectCacheModes
119
119
  * "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
120
120
  * ],
121
+ * cacheNamespace: "STRING_VALUE",
121
122
  * },
122
123
  * environment: { // ProjectEnvironment
123
124
  * type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -295,6 +296,7 @@ declare const CreateProjectCommand_base: {
295
296
  * // modes: [ // ProjectCacheModes
296
297
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
297
298
  * // ],
299
+ * // cacheNamespace: "STRING_VALUE",
298
300
  * // },
299
301
  * // environment: { // ProjectEnvironment
300
302
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -440,6 +442,7 @@ declare const CreateProjectCommand_base: {
440
442
  * @throws {@link CodeBuildServiceException}
441
443
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
442
444
  *
445
+ *
443
446
  * @public
444
447
  */
445
448
  export declare class CreateProjectCommand extends CreateProjectCommand_base {
@@ -108,6 +108,7 @@ declare const CreateReportGroupCommand_base: {
108
108
  * @throws {@link CodeBuildServiceException}
109
109
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class CreateReportGroupCommand extends CreateReportGroupCommand_base {
@@ -118,6 +118,7 @@ declare const CreateWebhookCommand_base: {
118
118
  * @throws {@link CodeBuildServiceException}
119
119
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
@@ -66,6 +66,7 @@ declare const DeleteBuildBatchCommand_base: {
66
66
  * @throws {@link CodeBuildServiceException}
67
67
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class DeleteBuildBatchCommand extends DeleteBuildBatchCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteFleetCommand_base: {
55
55
  * @throws {@link CodeBuildServiceException}
56
56
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
@@ -56,6 +56,7 @@ declare const DeleteProjectCommand_base: {
56
56
  * @throws {@link CodeBuildServiceException}
57
57
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
@@ -57,6 +57,7 @@ declare const DeleteReportCommand_base: {
57
57
  * @throws {@link CodeBuildServiceException}
58
58
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
59
59
  *
60
+ *
60
61
  * @public
61
62
  */
62
63
  export declare class DeleteReportCommand extends DeleteReportCommand_base {
@@ -56,6 +56,7 @@ declare const DeleteReportGroupCommand_base: {
56
56
  * @throws {@link CodeBuildServiceException}
57
57
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class DeleteReportGroupCommand extends DeleteReportGroupCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteResourcePolicyCommand_base: {
55
55
  * @throws {@link CodeBuildServiceException}
56
56
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
@@ -60,6 +60,7 @@ declare const DeleteSourceCredentialsCommand_base: {
60
60
  * @throws {@link CodeBuildServiceException}
61
61
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class DeleteSourceCredentialsCommand extends DeleteSourceCredentialsCommand_base {
@@ -63,6 +63,7 @@ declare const DeleteWebhookCommand_base: {
63
63
  * @throws {@link CodeBuildServiceException}
64
64
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
@@ -77,6 +77,7 @@ declare const DescribeCodeCoveragesCommand_base: {
77
77
  * @throws {@link CodeBuildServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DescribeCodeCoveragesCommand extends DescribeCodeCoveragesCommand_base {
@@ -81,6 +81,7 @@ declare const DescribeTestCasesCommand_base: {
81
81
  * @throws {@link CodeBuildServiceException}
82
82
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DescribeTestCasesCommand extends DescribeTestCasesCommand_base {
@@ -72,6 +72,7 @@ declare const GetReportGroupTrendCommand_base: {
72
72
  * @throws {@link CodeBuildServiceException}
73
73
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetReportGroupTrendCommand extends GetReportGroupTrendCommand_base {
@@ -60,6 +60,7 @@ declare const GetResourcePolicyCommand_base: {
60
60
  * @throws {@link CodeBuildServiceException}
61
61
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
@@ -69,6 +69,7 @@ declare const ImportSourceCredentialsCommand_base: {
69
69
  * @throws {@link CodeBuildServiceException}
70
70
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ImportSourceCredentialsCommand extends ImportSourceCredentialsCommand_base {
@@ -58,6 +58,7 @@ declare const InvalidateProjectCacheCommand_base: {
58
58
  * @throws {@link CodeBuildServiceException}
59
59
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class InvalidateProjectCacheCommand extends InvalidateProjectCacheCommand_base {
@@ -65,6 +65,7 @@ declare const ListBuildBatchesCommand_base: {
65
65
  * @throws {@link CodeBuildServiceException}
66
66
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListBuildBatchesCommand extends ListBuildBatchesCommand_base {
@@ -69,6 +69,7 @@ declare const ListBuildBatchesForProjectCommand_base: {
69
69
  * @throws {@link CodeBuildServiceException}
70
70
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListBuildBatchesForProjectCommand extends ListBuildBatchesForProjectCommand_base {
@@ -61,6 +61,7 @@ declare const ListBuildsCommand_base: {
61
61
  * @throws {@link CodeBuildServiceException}
62
62
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class ListBuildsCommand extends ListBuildsCommand_base {
@@ -66,6 +66,7 @@ declare const ListBuildsForProjectCommand_base: {
66
66
  * @throws {@link CodeBuildServiceException}
67
67
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListBuildsForProjectCommand extends ListBuildsForProjectCommand_base {
@@ -70,6 +70,7 @@ declare const ListCuratedEnvironmentImagesCommand_base: {
70
70
  * @throws {@link CodeBuildServiceException}
71
71
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class ListCuratedEnvironmentImagesCommand extends ListCuratedEnvironmentImagesCommand_base {
@@ -63,6 +63,7 @@ declare const ListFleetsCommand_base: {
63
63
  * @throws {@link CodeBuildServiceException}
64
64
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class ListFleetsCommand extends ListFleetsCommand_base {
@@ -63,6 +63,7 @@ declare const ListProjectsCommand_base: {
63
63
  * @throws {@link CodeBuildServiceException}
64
64
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class ListProjectsCommand extends ListProjectsCommand_base {
@@ -65,6 +65,7 @@ declare const ListReportGroupsCommand_base: {
65
65
  * @throws {@link CodeBuildServiceException}
66
66
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListReportGroupsCommand extends ListReportGroupsCommand_base {
@@ -67,6 +67,7 @@ declare const ListReportsCommand_base: {
67
67
  * @throws {@link CodeBuildServiceException}
68
68
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListReportsCommand extends ListReportsCommand_base {
@@ -71,6 +71,7 @@ declare const ListReportsForReportGroupCommand_base: {
71
71
  * @throws {@link CodeBuildServiceException}
72
72
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListReportsForReportGroupCommand extends ListReportsForReportGroupCommand_base {
@@ -63,6 +63,7 @@ declare const ListSharedProjectsCommand_base: {
63
63
  * @throws {@link CodeBuildServiceException}
64
64
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class ListSharedProjectsCommand extends ListSharedProjectsCommand_base {
@@ -64,6 +64,7 @@ declare const ListSharedReportGroupsCommand_base: {
64
64
  * @throws {@link CodeBuildServiceException}
65
65
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class ListSharedReportGroupsCommand extends ListSharedReportGroupsCommand_base {
@@ -62,6 +62,7 @@ declare const ListSourceCredentialsCommand_base: {
62
62
  * @throws {@link CodeBuildServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class ListSourceCredentialsCommand extends ListSourceCredentialsCommand_base {
@@ -62,6 +62,7 @@ declare const PutResourcePolicyCommand_base: {
62
62
  * @throws {@link CodeBuildServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
@@ -141,6 +141,7 @@ declare const RetryBuildBatchCommand_base: {
141
141
  * // modes: [ // ProjectCacheModes
142
142
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
143
143
  * // ],
144
+ * // cacheNamespace: "STRING_VALUE",
144
145
  * // },
145
146
  * // environment: { // ProjectEnvironment
146
147
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -288,6 +289,7 @@ declare const RetryBuildBatchCommand_base: {
288
289
  * @throws {@link CodeBuildServiceException}
289
290
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
290
291
  *
292
+ *
291
293
  * @public
292
294
  */
293
295
  export declare class RetryBuildBatchCommand extends RetryBuildBatchCommand_base {
@@ -141,6 +141,7 @@ declare const RetryBuildCommand_base: {
141
141
  * // modes: [ // ProjectCacheModes
142
142
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
143
143
  * // ],
144
+ * // cacheNamespace: "STRING_VALUE",
144
145
  * // },
145
146
  * // environment: { // ProjectEnvironment
146
147
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -260,6 +261,7 @@ declare const RetryBuildCommand_base: {
260
261
  * @throws {@link CodeBuildServiceException}
261
262
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
262
263
  *
264
+ *
263
265
  * @public
264
266
  */
265
267
  export declare class RetryBuildCommand extends RetryBuildCommand_base {
@@ -121,6 +121,7 @@ declare const StartBuildBatchCommand_base: {
121
121
  * modes: [ // ProjectCacheModes
122
122
  * "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
123
123
  * ],
124
+ * cacheNamespace: "STRING_VALUE",
124
125
  * },
125
126
  * serviceRoleOverride: "STRING_VALUE",
126
127
  * privilegedModeOverride: true || false,
@@ -265,6 +266,7 @@ declare const StartBuildBatchCommand_base: {
265
266
  * // modes: [ // ProjectCacheModes
266
267
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
267
268
  * // ],
269
+ * // cacheNamespace: "STRING_VALUE",
268
270
  * // },
269
271
  * // environment: { // ProjectEnvironment
270
272
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -412,6 +414,7 @@ declare const StartBuildBatchCommand_base: {
412
414
  * @throws {@link CodeBuildServiceException}
413
415
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
414
416
  *
417
+ *
415
418
  * @public
416
419
  */
417
420
  export declare class StartBuildBatchCommand extends StartBuildBatchCommand_base {
@@ -128,6 +128,7 @@ declare const StartBuildCommand_base: {
128
128
  * modes: [ // ProjectCacheModes
129
129
  * "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
130
130
  * ],
131
+ * cacheNamespace: "STRING_VALUE",
131
132
  * },
132
133
  * serviceRoleOverride: "STRING_VALUE",
133
134
  * privilegedModeOverride: true || false,
@@ -262,6 +263,7 @@ declare const StartBuildCommand_base: {
262
263
  * // modes: [ // ProjectCacheModes
263
264
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
264
265
  * // ],
266
+ * // cacheNamespace: "STRING_VALUE",
265
267
  * // },
266
268
  * // environment: { // ProjectEnvironment
267
269
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -381,6 +383,7 @@ declare const StartBuildCommand_base: {
381
383
  * @throws {@link CodeBuildServiceException}
382
384
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
383
385
  *
386
+ *
384
387
  * @public
385
388
  */
386
389
  export declare class StartBuildCommand extends StartBuildCommand_base {
@@ -139,6 +139,7 @@ declare const StopBuildBatchCommand_base: {
139
139
  * // modes: [ // ProjectCacheModes
140
140
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
141
141
  * // ],
142
+ * // cacheNamespace: "STRING_VALUE",
142
143
  * // },
143
144
  * // environment: { // ProjectEnvironment
144
145
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -286,6 +287,7 @@ declare const StopBuildBatchCommand_base: {
286
287
  * @throws {@link CodeBuildServiceException}
287
288
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
288
289
  *
290
+ *
289
291
  * @public
290
292
  */
291
293
  export declare class StopBuildBatchCommand extends StopBuildBatchCommand_base {
@@ -140,6 +140,7 @@ declare const StopBuildCommand_base: {
140
140
  * // modes: [ // ProjectCacheModes
141
141
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
142
142
  * // ],
143
+ * // cacheNamespace: "STRING_VALUE",
143
144
  * // },
144
145
  * // environment: { // ProjectEnvironment
145
146
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -256,6 +257,7 @@ declare const StopBuildCommand_base: {
256
257
  * @throws {@link CodeBuildServiceException}
257
258
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
258
259
  *
260
+ *
259
261
  * @public
260
262
  */
261
263
  export declare class StopBuildCommand extends StopBuildCommand_base {
@@ -173,6 +173,7 @@ declare const UpdateFleetCommand_base: {
173
173
  * @throws {@link CodeBuildServiceException}
174
174
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
175
175
  *
176
+ *
176
177
  * @public
177
178
  */
178
179
  export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
@@ -118,6 +118,7 @@ declare const UpdateProjectCommand_base: {
118
118
  * modes: [ // ProjectCacheModes
119
119
  * "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
120
120
  * ],
121
+ * cacheNamespace: "STRING_VALUE",
121
122
  * },
122
123
  * environment: { // ProjectEnvironment
123
124
  * type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -295,6 +296,7 @@ declare const UpdateProjectCommand_base: {
295
296
  * // modes: [ // ProjectCacheModes
296
297
  * // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
297
298
  * // ],
299
+ * // cacheNamespace: "STRING_VALUE",
298
300
  * // },
299
301
  * // environment: { // ProjectEnvironment
300
302
  * // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER" || "LINUX_LAMBDA_CONTAINER" || "ARM_LAMBDA_CONTAINER" || "LINUX_EC2" || "ARM_EC2" || "WINDOWS_EC2" || "MAC_ARM", // required
@@ -436,6 +438,7 @@ declare const UpdateProjectCommand_base: {
436
438
  * @throws {@link CodeBuildServiceException}
437
439
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
438
440
  *
441
+ *
439
442
  * @public
440
443
  */
441
444
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
@@ -100,6 +100,7 @@ declare const UpdateProjectVisibilityCommand_base: {
100
100
  * @throws {@link CodeBuildServiceException}
101
101
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class UpdateProjectVisibilityCommand extends UpdateProjectVisibilityCommand_base {
@@ -103,6 +103,7 @@ declare const UpdateReportGroupCommand_base: {
103
103
  * @throws {@link CodeBuildServiceException}
104
104
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class UpdateReportGroupCommand extends UpdateReportGroupCommand_base {
@@ -103,6 +103,7 @@ declare const UpdateWebhookCommand_base: {
103
103
  * @throws {@link CodeBuildServiceException}
104
104
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
@@ -611,6 +611,13 @@ export interface ProjectCache {
611
611
  * @public
612
612
  */
613
613
  modes?: CacheMode[] | undefined;
614
+ /**
615
+ * <p>Defines the scope of the cache. You can use this namespace to share a cache across
616
+ * multiple projects. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/caching-s3.html#caching-s3-sharing">Cache sharing
617
+ * between projects</a> in the <i>CodeBuild User Guide</i>.</p>
618
+ * @public
619
+ */
620
+ cacheNamespace?: string | undefined;
614
621
  }
615
622
  /**
616
623
  * @public
@@ -138,6 +138,7 @@ export interface ProjectCache {
138
138
  type: CacheType | undefined;
139
139
  location?: string | undefined;
140
140
  modes?: CacheMode[] | undefined;
141
+ cacheNamespace?: string | undefined;
141
142
  }
142
143
  export declare const MachineType: {
143
144
  readonly GENERAL: "GENERAL";
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.775.0",
4
+ "version": "3.778.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codebuild",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",