@aws-sdk/client-codebuild 3.530.0 → 3.535.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 (117) hide show
  1. package/dist-cjs/index.js +9 -0
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-es/protocols/Aws_json1_1.js +3 -0
  4. package/dist-types/CodeBuild.d.ts +14 -1
  5. package/dist-types/CodeBuildClient.d.ts +1 -1
  6. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -1
  10. package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetReportsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFleetCommand.d.ts +4 -1
  14. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateReportGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteReportCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteReportGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeTestCasesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +2 -1
  28. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -1
  30. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +2 -1
  31. package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -1
  33. package/dist-types/commands/ListBuildsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListReportsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RetryBuildBatchCommand.d.ts +2 -1
  46. package/dist-types/commands/RetryBuildCommand.d.ts +2 -1
  47. package/dist-types/commands/StartBuildBatchCommand.d.ts +2 -1
  48. package/dist-types/commands/StartBuildCommand.d.ts +2 -1
  49. package/dist-types/commands/StopBuildBatchCommand.d.ts +2 -1
  50. package/dist-types/commands/StopBuildCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFleetCommand.d.ts +4 -1
  52. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateReportGroupCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  56. package/dist-types/models/models_0.d.ts +727 -673
  57. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  58. package/dist-types/runtimeConfig.d.ts +2 -2
  59. package/dist-types/runtimeConfig.native.d.ts +2 -2
  60. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  61. package/dist-types/ts3.4/CodeBuild.d.ts +13 -0
  62. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoverage
22
22
  }
23
23
  declare const DescribeCodeCoveragesCommand_base: {
24
24
  new (input: DescribeCodeCoveragesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCodeCoveragesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves one or more code coverage reports.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DescribeCodeCoveragesCommand_base: {
76
76
  * @throws {@link CodeBuildServiceException}
77
77
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeCodeCoveragesCommand extends DescribeCodeCoveragesCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput,
22
22
  }
23
23
  declare const DescribeTestCasesCommand_base: {
24
24
  new (input: DescribeTestCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTestCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of details about test cases for a report.
31
31
  * </p>
@@ -79,6 +79,7 @@ declare const DescribeTestCasesCommand_base: {
79
79
  * @throws {@link CodeBuildServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeTestCasesCommand extends DescribeTestCasesCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOut
22
22
  }
23
23
  declare const GetReportGroupTrendCommand_base: {
24
24
  new (input: GetReportGroupTrendCommandInput): import("@smithy/smithy-client").CommandImpl<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetReportGroupTrendCommandInput): import("@smithy/smithy-client").CommandImpl<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Analyzes and accumulates test report values for the specified test reports.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetReportGroupTrendCommand_base: {
71
71
  * @throws {@link CodeBuildServiceException}
72
72
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetReportGroupTrendCommand extends GetReportGroupTrendCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
22
22
  }
23
23
  declare const GetResourcePolicyCommand_base: {
24
24
  new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Gets a resource policy that is identified by its resource ARN. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const GetResourcePolicyCommand_base: {
59
59
  * @throws {@link CodeBuildServiceException}
60
60
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCreden
22
22
  }
23
23
  declare const ImportSourceCredentialsCommand_base: {
24
24
  new (input: ImportSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Imports the source repository credentials for an CodeBuild project that has its
30
30
  * source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const ImportSourceCredentialsCommand_base: {
68
68
  * @throws {@link CodeBuildServiceException}
69
69
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ImportSourceCredentialsCommand extends ImportSourceCredentialsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCa
22
22
  }
23
23
  declare const InvalidateProjectCacheCommand_base: {
24
24
  new (input: InvalidateProjectCacheCommandInput): import("@smithy/smithy-client").CommandImpl<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: InvalidateProjectCacheCommandInput): import("@smithy/smithy-client").CommandImpl<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Resets the cache for a project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const InvalidateProjectCacheCommand_base: {
57
57
  * @throws {@link CodeBuildServiceException}
58
58
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class InvalidateProjectCacheCommand extends InvalidateProjectCacheCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, _
22
22
  }
23
23
  declare const ListBuildBatchesCommand_base: {
24
24
  new (input: ListBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBuildBatchesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the identifiers of your build batches in the current region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListBuildBatchesCommand_base: {
64
64
  * @throws {@link CodeBuildServiceException}
65
65
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListBuildBatchesCommand extends ListBuildBatchesCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatche
22
22
  }
23
23
  declare const ListBuildBatchesForProjectCommand_base: {
24
24
  new (input: ListBuildBatchesForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBuildBatchesForProjectCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the identifiers of the build batches for a specific project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const ListBuildBatchesForProjectCommand_base: {
68
68
  * @throws {@link CodeBuildServiceException}
69
69
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ListBuildBatchesForProjectCommand extends ListBuildBatchesForProjectCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
22
22
  }
23
23
  declare const ListBuildsCommand_base: {
24
24
  new (input: ListBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildsCommandInput, ListBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBuildsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBuildsCommandInput, ListBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of build IDs, with each build ID representing a single build.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const ListBuildsCommand_base: {
60
60
  * @throws {@link CodeBuildServiceException}
61
61
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class ListBuildsCommand extends ListBuildsCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectO
22
22
  }
23
23
  declare const ListBuildsForProjectCommand_base: {
24
24
  new (input: ListBuildsForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBuildsForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of build identifiers for the specified build project, with each build
30
30
  * identifier representing a single build.</p>
31
31
  * @example
@@ -65,6 +65,7 @@ declare const ListBuildsForProjectCommand_base: {
65
65
  * @throws {@link CodeBuildServiceException}
66
66
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class ListBuildsForProjectCommand extends ListBuildsForProjectCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEn
22
22
  }
23
23
  declare const ListCuratedEnvironmentImagesCommand_base: {
24
24
  new (input: ListCuratedEnvironmentImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCuratedEnvironmentImagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about Docker images that are managed by CodeBuild.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const ListCuratedEnvironmentImagesCommand_base: {
69
69
  * @throws {@link CodeBuildServiceException}
70
70
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListCuratedEnvironmentImagesCommand extends ListCuratedEnvironmentImagesCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBea
22
22
  }
23
23
  declare const ListFleetsCommand_base: {
24
24
  new (input: ListFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetsCommandInput, ListFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListFleetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFleetsCommandInput, ListFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of compute fleet names with each compute fleet name representing a single compute fleet.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const ListFleetsCommand_base: {
62
62
  * @throws {@link CodeBuildServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class ListFleetsCommand extends ListFleetsCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
22
22
  }
23
23
  declare const ListProjectsCommand_base: {
24
24
  new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListProjectsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of build project names, with each build project name representing a single
30
30
  * build project.</p>
31
31
  * @example
@@ -62,6 +62,7 @@ declare const ListProjectsCommand_base: {
62
62
  * @throws {@link CodeBuildServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class ListProjectsCommand extends ListProjectsCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
22
22
  }
23
23
  declare const ListReportGroupsCommand_base: {
24
24
  new (input: ListReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReportGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Gets a list ARNs for the report groups in the current Amazon Web Services account.
31
31
  * </p>
@@ -64,6 +64,7 @@ declare const ListReportGroupsCommand_base: {
64
64
  * @throws {@link CodeBuildServiceException}
65
65
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListReportGroupsCommand extends ListReportGroupsCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
22
22
  }
23
23
  declare const ListReportsCommand_base: {
24
24
  new (input: ListReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of ARNs for the reports in the current Amazon Web Services account.
31
31
  * </p>
@@ -66,6 +66,7 @@ declare const ListReportsCommand_base: {
66
66
  * @throws {@link CodeBuildServiceException}
67
67
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class ListReportsCommand extends ListReportsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListReportsForReportGroupCommandOutput extends ListReportsForRe
22
22
  }
23
23
  declare const ListReportsForReportGroupCommand_base: {
24
24
  new (input: ListReportsForReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReportsForReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of ARNs for the reports that belong to a <code>ReportGroup</code>.
31
31
  * </p>
@@ -70,6 +70,7 @@ declare const ListReportsForReportGroupCommand_base: {
70
70
  * @throws {@link CodeBuildServiceException}
71
71
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListReportsForReportGroupCommand extends ListReportsForReportGroupCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutpu
22
22
  }
23
23
  declare const ListSharedProjectsCommand_base: {
24
24
  new (input: ListSharedProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSharedProjectsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const ListSharedProjectsCommand_base: {
62
62
  * @throws {@link CodeBuildServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class ListSharedProjectsCommand extends ListSharedProjectsCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGro
22
22
  }
23
23
  declare const ListSharedReportGroupsCommand_base: {
24
24
  new (input: ListSharedReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSharedReportGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
30
30
  * </p>
31
31
  * @example
@@ -63,6 +63,7 @@ declare const ListSharedReportGroupsCommand_base: {
63
63
  * @throws {@link CodeBuildServiceException}
64
64
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class ListSharedReportGroupsCommand extends ListSharedReportGroupsCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface ListSourceCredentialsCommandOutput extends ListSourceCredential
22
22
  }
23
23
  declare const ListSourceCredentialsCommand_base: {
24
24
  new (input: ListSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSourceCredentialsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of <code>SourceCredentialsInfo</code> objects. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const ListSourceCredentialsCommand_base: {
60
60
  * @throws {@link CodeBuildServiceException}
61
61
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class ListSourceCredentialsCommand extends ListSourceCredentialsCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
22
22
  }
23
23
  declare const PutResourcePolicyCommand_base: {
24
24
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Stores a resource policy for the ARN of a <code>Project</code> or
30
30
  * <code>ReportGroup</code> object. </p>
31
31
  * @example
@@ -61,6 +61,7 @@ declare const PutResourcePolicyCommand_base: {
61
61
  * @throws {@link CodeBuildServiceException}
62
62
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __M
22
22
  }
23
23
  declare const RetryBuildBatchCommand_base: {
24
24
  new (input: RetryBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RetryBuildBatchCommandInput]): import("@smithy/smithy-client").CommandImpl<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Restarts a failed batch build. Only batch builds that have failed can be retried.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -275,6 +275,7 @@ declare const RetryBuildBatchCommand_base: {
275
275
  * @throws {@link CodeBuildServiceException}
276
276
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
277
277
  *
278
+ * @public
278
279
  */
279
280
  export declare class RetryBuildBatchCommand extends RetryBuildBatchCommand_base {
280
281
  }
@@ -22,10 +22,10 @@ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBea
22
22
  }
23
23
  declare const RetryBuildCommand_base: {
24
24
  new (input: RetryBuildCommandInput): import("@smithy/smithy-client").CommandImpl<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RetryBuildCommandInput]): import("@smithy/smithy-client").CommandImpl<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Restarts a build.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -247,6 +247,7 @@ declare const RetryBuildCommand_base: {
247
247
  * @throws {@link CodeBuildServiceException}
248
248
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
249
249
  *
250
+ * @public
250
251
  */
251
252
  export declare class RetryBuildCommand extends RetryBuildCommand_base {
252
253
  }
@@ -22,10 +22,10 @@ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __M
22
22
  }
23
23
  declare const StartBuildBatchCommand_base: {
24
24
  new (input: StartBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a batch build for a project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -396,6 +396,7 @@ declare const StartBuildBatchCommand_base: {
396
396
  * @throws {@link CodeBuildServiceException}
397
397
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
398
398
  *
399
+ * @public
399
400
  */
400
401
  export declare class StartBuildBatchCommand extends StartBuildBatchCommand_base {
401
402
  }
@@ -22,10 +22,10 @@ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBea
22
22
  }
23
23
  declare const StartBuildCommand_base: {
24
24
  new (input: StartBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts running a build with the settings defined in the project. These setting include: how to run a build,
30
30
  * where to get the source code, which build environment to use, which build commands to run, and where to store the build output.</p>
31
31
  * <p>You can also start a build run by overriding some of the build settings in the project. The overrides only apply for that
@@ -367,6 +367,7 @@ declare const StartBuildCommand_base: {
367
367
  * @throws {@link CodeBuildServiceException}
368
368
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
369
369
  *
370
+ * @public
370
371
  */
371
372
  export declare class StartBuildCommand extends StartBuildCommand_base {
372
373
  }
@@ -22,10 +22,10 @@ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __Met
22
22
  }
23
23
  declare const StopBuildBatchCommand_base: {
24
24
  new (input: StopBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a running batch build.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -273,6 +273,7 @@ declare const StopBuildBatchCommand_base: {
273
273
  * @throws {@link CodeBuildServiceException}
274
274
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
275
275
  *
276
+ * @public
276
277
  */
277
278
  export declare class StopBuildBatchCommand extends StopBuildBatchCommand_base {
278
279
  }
@@ -22,10 +22,10 @@ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBeare
22
22
  }
23
23
  declare const StopBuildCommand_base: {
24
24
  new (input: StopBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attempts to stop running a build.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -243,6 +243,7 @@ declare const StopBuildCommand_base: {
243
243
  * @throws {@link CodeBuildServiceException}
244
244
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
245
245
  *
246
+ * @public
246
247
  */
247
248
  export declare class StopBuildCommand extends StopBuildCommand_base {
248
249
  }
@@ -22,10 +22,10 @@ export interface UpdateFleetCommandOutput extends UpdateFleetOutput, __MetadataB
22
22
  }
23
23
  declare const UpdateFleetCommand_base: {
24
24
  new (input: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a compute fleet.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -48,6 +48,7 @@ declare const UpdateFleetCommand_base: {
48
48
  * ],
49
49
  * maxCapacity: Number("int"),
50
50
  * },
51
+ * overflowBehavior: "QUEUE" || "ON_DEMAND",
51
52
  * tags: [ // TagList
52
53
  * { // Tag
53
54
  * key: "STRING_VALUE",
@@ -83,6 +84,7 @@ declare const UpdateFleetCommand_base: {
83
84
  * // maxCapacity: Number("int"),
84
85
  * // desiredCapacity: Number("int"),
85
86
  * // },
87
+ * // overflowBehavior: "QUEUE" || "ON_DEMAND",
86
88
  * // tags: [ // TagList
87
89
  * // { // Tag
88
90
  * // key: "STRING_VALUE",
@@ -112,6 +114,7 @@ declare const UpdateFleetCommand_base: {
112
114
  * @throws {@link CodeBuildServiceException}
113
115
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
114
116
  *
117
+ * @public
115
118
  */
116
119
  export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
117
120
  }
@@ -22,10 +22,10 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
22
22
  }
23
23
  declare const UpdateProjectCommand_base: {
24
24
  new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the settings of a build project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -407,6 +407,7 @@ declare const UpdateProjectCommand_base: {
407
407
  * @throws {@link CodeBuildServiceException}
408
408
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
409
409
  *
410
+ * @public
410
411
  */
411
412
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
412
413
  }
@@ -22,10 +22,10 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
22
22
  }
23
23
  declare const UpdateProjectVisibilityCommand_base: {
24
24
  new (input: UpdateProjectVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProjectVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the public visibility for a project. The project's build results, logs, and
30
30
  * artifacts are available to the general public. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/public-builds.html">Public build
31
31
  * projects</a> in the <i>CodeBuild User Guide</i>.</p>
@@ -99,6 +99,7 @@ declare const UpdateProjectVisibilityCommand_base: {
99
99
  * @throws {@link CodeBuildServiceException}
100
100
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class UpdateProjectVisibilityCommand extends UpdateProjectVisibilityCommand_base {
104
105
  }