@aws-sdk/client-codebuild 3.296.0 → 3.297.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 (63) hide show
  1. package/dist-types/CodeBuild.d.ts +46 -0
  2. package/dist-types/CodeBuildClient.d.ts +24 -4
  3. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchGetBuildsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchGetProjectsCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetReportsCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateReportGroupCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteReportCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteReportGroupCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeTestCasesCommand.d.ts +16 -0
  21. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +16 -0
  22. package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +16 -0
  24. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +16 -0
  25. package/dist-types/commands/ListBuildBatchesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +16 -0
  27. package/dist-types/commands/ListBuildsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +16 -0
  29. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListReportGroupsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListReportsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +16 -0
  34. package/dist-types/commands/ListSharedProjectsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +16 -0
  37. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  38. package/dist-types/commands/RetryBuildBatchCommand.d.ts +16 -0
  39. package/dist-types/commands/RetryBuildCommand.d.ts +16 -0
  40. package/dist-types/commands/StartBuildBatchCommand.d.ts +16 -0
  41. package/dist-types/commands/StartBuildCommand.d.ts +16 -0
  42. package/dist-types/commands/StopBuildBatchCommand.d.ts +16 -0
  43. package/dist-types/commands/StopBuildCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  45. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +16 -0
  46. package/dist-types/commands/UpdateReportGroupCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
  48. package/dist-types/models/CodeBuildServiceException.d.ts +2 -0
  49. package/dist-types/models/models_0.d.ts +444 -2
  50. package/dist-types/pagination/DescribeCodeCoveragesPaginator.d.ts +3 -0
  51. package/dist-types/pagination/DescribeTestCasesPaginator.d.ts +3 -0
  52. package/dist-types/pagination/Interfaces.d.ts +3 -0
  53. package/dist-types/pagination/ListBuildBatchesForProjectPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListBuildBatchesPaginator.d.ts +3 -0
  55. package/dist-types/pagination/ListBuildsForProjectPaginator.d.ts +3 -0
  56. package/dist-types/pagination/ListBuildsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListReportGroupsPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListReportsForReportGroupPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListReportsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListSharedProjectsPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListSharedReportGroupsPaginator.d.ts +3 -0
  63. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DescribeTestCasesInput, DescribeTestCasesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTestCasesCommand}.
8
10
  */
9
11
  export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTestCasesCommand}.
13
17
  */
14
18
  export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Returns a list of details about test cases for a report.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeTestCasesCommandInput - {@link DescribeTestCasesCommandInput}
36
+ * @returns {@link DescribeTestCasesCommandOutput}
30
37
  * @see {@link DescribeTestCasesCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeTestCasesCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput,
42
49
  export declare class DescribeTestCasesCommand extends $Command<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig> {
43
50
  readonly input: DescribeTestCasesCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeTestCasesCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { GetReportGroupTrendInput, GetReportGroupTrendOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReportGroupTrendCommand}.
8
10
  */
9
11
  export interface GetReportGroupTrendCommandInput extends GetReportGroupTrendInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReportGroupTrendCommand}.
13
17
  */
14
18
  export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Analyzes and accumulates test report values for the specified test reports.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReportGroupTrendCommandInput - {@link GetReportGroupTrendCommandInput}
34
+ * @returns {@link GetReportGroupTrendCommandOutput}
28
35
  * @see {@link GetReportGroupTrendCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReportGroupTrendCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOut
40
47
  export declare class GetReportGroupTrendCommand extends $Command<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig> {
41
48
  readonly input: GetReportGroupTrendCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetReportGroupTrendCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResourcePolicyCommand}.
8
10
  */
9
11
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResourcePolicyCommand}.
13
17
  */
14
18
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Gets a resource policy that is identified by its resource ARN. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetResourcePolicyCommandInput - {@link GetResourcePolicyCommandInput}
34
+ * @returns {@link GetResourcePolicyCommandOutput}
28
35
  * @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
40
47
  export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
41
48
  readonly input: GetResourcePolicyCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetResourcePolicyCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ImportSourceCredentialsInput, ImportSourceCredentialsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportSourceCredentialsCommand}.
8
10
  */
9
11
  export interface ImportSourceCredentialsCommandInput extends ImportSourceCredentialsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportSourceCredentialsCommand}.
13
17
  */
14
18
  export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Imports the source repository credentials for an CodeBuild project that has its
18
23
  * source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCreden
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ImportSourceCredentialsCommandInput - {@link ImportSourceCredentialsCommandInput}
35
+ * @returns {@link ImportSourceCredentialsCommandOutput}
29
36
  * @see {@link ImportSourceCredentialsCommandInput} for command's `input` shape.
30
37
  * @see {@link ImportSourceCredentialsCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCreden
45
52
  export declare class ImportSourceCredentialsCommand extends $Command<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
46
53
  readonly input: ImportSourceCredentialsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ImportSourceCredentialsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { InvalidateProjectCacheInput, InvalidateProjectCacheOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link InvalidateProjectCacheCommand}.
8
10
  */
9
11
  export interface InvalidateProjectCacheCommandInput extends InvalidateProjectCacheInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link InvalidateProjectCacheCommand}.
13
17
  */
14
18
  export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCacheOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resets the cache for a project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param InvalidateProjectCacheCommandInput - {@link InvalidateProjectCacheCommandInput}
34
+ * @returns {@link InvalidateProjectCacheCommandOutput}
28
35
  * @see {@link InvalidateProjectCacheCommandInput} for command's `input` shape.
29
36
  * @see {@link InvalidateProjectCacheCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -40,11 +47,20 @@ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCa
40
47
  export declare class InvalidateProjectCacheCommand extends $Command<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig> {
41
48
  readonly input: InvalidateProjectCacheCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: InvalidateProjectCacheCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildBatchesInput, ListBuildBatchesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBuildBatchesCommand}.
8
10
  */
9
11
  export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBuildBatchesCommand}.
13
17
  */
14
18
  export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the identifiers of your build batches in the current region.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBuildBatchesCommandInput - {@link ListBuildBatchesCommandInput}
34
+ * @returns {@link ListBuildBatchesCommandOutput}
28
35
  * @see {@link ListBuildBatchesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBuildBatchesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, _
37
44
  export declare class ListBuildBatchesCommand extends $Command<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
38
45
  readonly input: ListBuildBatchesCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListBuildBatchesCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildBatchesForProjectInput, ListBuildBatchesForProjectOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBuildBatchesForProjectCommand}.
8
10
  */
9
11
  export interface ListBuildBatchesForProjectCommandInput extends ListBuildBatchesForProjectInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBuildBatchesForProjectCommand}.
13
17
  */
14
18
  export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatchesForProjectOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the identifiers of the build batches for a specific project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatche
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBuildBatchesForProjectCommandInput - {@link ListBuildBatchesForProjectCommandInput}
34
+ * @returns {@link ListBuildBatchesForProjectCommandOutput}
28
35
  * @see {@link ListBuildBatchesForProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBuildBatchesForProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatche
40
47
  export declare class ListBuildBatchesForProjectCommand extends $Command<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig> {
41
48
  readonly input: ListBuildBatchesForProjectCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListBuildBatchesForProjectCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBuildsCommand}.
8
10
  */
9
11
  export interface ListBuildsCommandInput extends ListBuildsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBuildsCommand}.
13
17
  */
14
18
  export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of build IDs, with each build ID representing a single build.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBuildsCommandInput - {@link ListBuildsCommandInput}
34
+ * @returns {@link ListBuildsCommandOutput}
28
35
  * @see {@link ListBuildsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBuildsCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
37
44
  export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, CodeBuildClientResolvedConfig> {
38
45
  readonly input: ListBuildsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListBuildsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildsForProjectInput, ListBuildsForProjectOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBuildsForProjectCommand}.
8
10
  */
9
11
  export interface ListBuildsForProjectCommandInput extends ListBuildsForProjectInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBuildsForProjectCommand}.
13
17
  */
14
18
  export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of build identifiers for the specified build project, with each build
18
23
  * identifier representing a single build.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectO
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListBuildsForProjectCommandInput - {@link ListBuildsForProjectCommandInput}
35
+ * @returns {@link ListBuildsForProjectCommandOutput}
29
36
  * @see {@link ListBuildsForProjectCommandInput} for command's `input` shape.
30
37
  * @see {@link ListBuildsForProjectCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectO
41
48
  export declare class ListBuildsForProjectCommand extends $Command<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig> {
42
49
  readonly input: ListBuildsForProjectCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListBuildsForProjectCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListCuratedEnvironmentImagesInput, ListCuratedEnvironmentImagesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCuratedEnvironmentImagesCommand}.
8
10
  */
9
11
  export interface ListCuratedEnvironmentImagesCommandInput extends ListCuratedEnvironmentImagesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCuratedEnvironmentImagesCommand}.
13
17
  */
14
18
  export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEnvironmentImagesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about Docker images that are managed by CodeBuild.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEn
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListCuratedEnvironmentImagesCommandInput - {@link ListCuratedEnvironmentImagesCommandInput}
34
+ * @returns {@link ListCuratedEnvironmentImagesCommandOutput}
28
35
  * @see {@link ListCuratedEnvironmentImagesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListCuratedEnvironmentImagesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEn
34
41
  export declare class ListCuratedEnvironmentImagesCommand extends $Command<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig> {
35
42
  readonly input: ListCuratedEnvironmentImagesCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListCuratedEnvironmentImagesCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListProjectsCommand}.
8
10
  */
9
11
  export interface ListProjectsCommandInput extends ListProjectsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListProjectsCommand}.
13
17
  */
14
18
  export interface ListProjectsCommandOutput extends ListProjectsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of build project names, with each build project name representing a single
18
23
  * build project.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListProjectsCommandInput - {@link ListProjectsCommandInput}
35
+ * @returns {@link ListProjectsCommandOutput}
29
36
  * @see {@link ListProjectsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListProjectsCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -38,11 +45,20 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
38
45
  export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig> {
39
46
  readonly input: ListProjectsCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: ListProjectsCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListReportGroupsInput, ListReportGroupsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReportGroupsCommand}.
8
10
  */
9
11
  export interface ListReportGroupsCommandInput extends ListReportGroupsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReportGroupsCommand}.
13
17
  */
14
18
  export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Gets a list ARNs for the report groups in the current Amazon Web Services account.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListReportGroupsCommandInput - {@link ListReportGroupsCommandInput}
36
+ * @returns {@link ListReportGroupsCommandOutput}
30
37
  * @see {@link ListReportGroupsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListReportGroupsCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -39,11 +46,20 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
39
46
  export declare class ListReportGroupsCommand extends $Command<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
40
47
  readonly input: ListReportGroupsCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: ListReportGroupsCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListReportsInput, ListReportsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReportsCommand}.
8
10
  */
9
11
  export interface ListReportsCommandInput extends ListReportsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReportsCommand}.
13
17
  */
14
18
  export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Returns a list of ARNs for the reports in the current Amazon Web Services account.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListReportsCommandInput - {@link ListReportsCommandInput}
36
+ * @returns {@link ListReportsCommandOutput}
30
37
  * @see {@link ListReportsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListReportsCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
@@ -39,11 +46,20 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
39
46
  export declare class ListReportsCommand extends $Command<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig> {
40
47
  readonly input: ListReportsCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: ListReportsCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }