@aws-sdk/client-codebuild 3.974.0 → 3.978.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.
package/dist-cjs/index.js CHANGED
@@ -2780,6 +2780,38 @@ class UpdateWebhookCommand extends smithyClient.Command
2780
2780
  .build() {
2781
2781
  }
2782
2782
 
2783
+ const paginateDescribeCodeCoverages = core.createPaginator(CodeBuildClient, DescribeCodeCoveragesCommand, "nextToken", "nextToken", "maxResults");
2784
+
2785
+ const paginateDescribeTestCases = core.createPaginator(CodeBuildClient, DescribeTestCasesCommand, "nextToken", "nextToken", "maxResults");
2786
+
2787
+ const paginateListBuildBatchesForProject = core.createPaginator(CodeBuildClient, ListBuildBatchesForProjectCommand, "nextToken", "nextToken", "maxResults");
2788
+
2789
+ const paginateListBuildBatches = core.createPaginator(CodeBuildClient, ListBuildBatchesCommand, "nextToken", "nextToken", "maxResults");
2790
+
2791
+ const paginateListBuildsForProject = core.createPaginator(CodeBuildClient, ListBuildsForProjectCommand, "nextToken", "nextToken", "");
2792
+
2793
+ const paginateListBuilds = core.createPaginator(CodeBuildClient, ListBuildsCommand, "nextToken", "nextToken", "");
2794
+
2795
+ const paginateListCommandExecutionsForSandbox = core.createPaginator(CodeBuildClient, ListCommandExecutionsForSandboxCommand, "nextToken", "nextToken", "maxResults");
2796
+
2797
+ const paginateListFleets = core.createPaginator(CodeBuildClient, ListFleetsCommand, "nextToken", "nextToken", "maxResults");
2798
+
2799
+ const paginateListProjects = core.createPaginator(CodeBuildClient, ListProjectsCommand, "nextToken", "nextToken", "");
2800
+
2801
+ const paginateListReportGroups = core.createPaginator(CodeBuildClient, ListReportGroupsCommand, "nextToken", "nextToken", "maxResults");
2802
+
2803
+ const paginateListReportsForReportGroup = core.createPaginator(CodeBuildClient, ListReportsForReportGroupCommand, "nextToken", "nextToken", "maxResults");
2804
+
2805
+ const paginateListReports = core.createPaginator(CodeBuildClient, ListReportsCommand, "nextToken", "nextToken", "maxResults");
2806
+
2807
+ const paginateListSandboxesForProject = core.createPaginator(CodeBuildClient, ListSandboxesForProjectCommand, "nextToken", "nextToken", "maxResults");
2808
+
2809
+ const paginateListSandboxes = core.createPaginator(CodeBuildClient, ListSandboxesCommand, "nextToken", "nextToken", "maxResults");
2810
+
2811
+ const paginateListSharedProjects = core.createPaginator(CodeBuildClient, ListSharedProjectsCommand, "nextToken", "nextToken", "maxResults");
2812
+
2813
+ const paginateListSharedReportGroups = core.createPaginator(CodeBuildClient, ListSharedReportGroupsCommand, "nextToken", "nextToken", "maxResults");
2814
+
2783
2815
  const commands = {
2784
2816
  BatchDeleteBuildsCommand,
2785
2817
  BatchGetBuildBatchesCommand,
@@ -2841,41 +2873,27 @@ const commands = {
2841
2873
  UpdateReportGroupCommand,
2842
2874
  UpdateWebhookCommand,
2843
2875
  };
2876
+ const paginators = {
2877
+ paginateDescribeCodeCoverages,
2878
+ paginateDescribeTestCases,
2879
+ paginateListBuildBatches,
2880
+ paginateListBuildBatchesForProject,
2881
+ paginateListBuilds,
2882
+ paginateListBuildsForProject,
2883
+ paginateListCommandExecutionsForSandbox,
2884
+ paginateListFleets,
2885
+ paginateListProjects,
2886
+ paginateListReportGroups,
2887
+ paginateListReports,
2888
+ paginateListReportsForReportGroup,
2889
+ paginateListSandboxes,
2890
+ paginateListSandboxesForProject,
2891
+ paginateListSharedProjects,
2892
+ paginateListSharedReportGroups,
2893
+ };
2844
2894
  class CodeBuild extends CodeBuildClient {
2845
2895
  }
2846
- smithyClient.createAggregatedClient(commands, CodeBuild);
2847
-
2848
- const paginateDescribeCodeCoverages = core.createPaginator(CodeBuildClient, DescribeCodeCoveragesCommand, "nextToken", "nextToken", "maxResults");
2849
-
2850
- const paginateDescribeTestCases = core.createPaginator(CodeBuildClient, DescribeTestCasesCommand, "nextToken", "nextToken", "maxResults");
2851
-
2852
- const paginateListBuildBatches = core.createPaginator(CodeBuildClient, ListBuildBatchesCommand, "nextToken", "nextToken", "maxResults");
2853
-
2854
- const paginateListBuildBatchesForProject = core.createPaginator(CodeBuildClient, ListBuildBatchesForProjectCommand, "nextToken", "nextToken", "maxResults");
2855
-
2856
- const paginateListBuilds = core.createPaginator(CodeBuildClient, ListBuildsCommand, "nextToken", "nextToken", "");
2857
-
2858
- const paginateListBuildsForProject = core.createPaginator(CodeBuildClient, ListBuildsForProjectCommand, "nextToken", "nextToken", "");
2859
-
2860
- const paginateListCommandExecutionsForSandbox = core.createPaginator(CodeBuildClient, ListCommandExecutionsForSandboxCommand, "nextToken", "nextToken", "maxResults");
2861
-
2862
- const paginateListFleets = core.createPaginator(CodeBuildClient, ListFleetsCommand, "nextToken", "nextToken", "maxResults");
2863
-
2864
- const paginateListProjects = core.createPaginator(CodeBuildClient, ListProjectsCommand, "nextToken", "nextToken", "");
2865
-
2866
- const paginateListReportGroups = core.createPaginator(CodeBuildClient, ListReportGroupsCommand, "nextToken", "nextToken", "maxResults");
2867
-
2868
- const paginateListReports = core.createPaginator(CodeBuildClient, ListReportsCommand, "nextToken", "nextToken", "maxResults");
2869
-
2870
- const paginateListReportsForReportGroup = core.createPaginator(CodeBuildClient, ListReportsForReportGroupCommand, "nextToken", "nextToken", "maxResults");
2871
-
2872
- const paginateListSandboxes = core.createPaginator(CodeBuildClient, ListSandboxesCommand, "nextToken", "nextToken", "maxResults");
2873
-
2874
- const paginateListSandboxesForProject = core.createPaginator(CodeBuildClient, ListSandboxesForProjectCommand, "nextToken", "nextToken", "maxResults");
2875
-
2876
- const paginateListSharedProjects = core.createPaginator(CodeBuildClient, ListSharedProjectsCommand, "nextToken", "nextToken", "maxResults");
2877
-
2878
- const paginateListSharedReportGroups = core.createPaginator(CodeBuildClient, ListSharedReportGroupsCommand, "nextToken", "nextToken", "maxResults");
2896
+ smithyClient.createAggregatedClient(commands, CodeBuild, { paginators });
2879
2897
 
2880
2898
  const ArtifactNamespace = {
2881
2899
  BUILD_ID: "BUILD_ID",
@@ -59,6 +59,22 @@ import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
59
59
  import { UpdateProjectVisibilityCommand, } from "./commands/UpdateProjectVisibilityCommand";
60
60
  import { UpdateReportGroupCommand, } from "./commands/UpdateReportGroupCommand";
61
61
  import { UpdateWebhookCommand, } from "./commands/UpdateWebhookCommand";
62
+ import { paginateDescribeCodeCoverages } from "./pagination/DescribeCodeCoveragesPaginator";
63
+ import { paginateDescribeTestCases } from "./pagination/DescribeTestCasesPaginator";
64
+ import { paginateListBuildBatchesForProject } from "./pagination/ListBuildBatchesForProjectPaginator";
65
+ import { paginateListBuildBatches } from "./pagination/ListBuildBatchesPaginator";
66
+ import { paginateListBuildsForProject } from "./pagination/ListBuildsForProjectPaginator";
67
+ import { paginateListBuilds } from "./pagination/ListBuildsPaginator";
68
+ import { paginateListCommandExecutionsForSandbox } from "./pagination/ListCommandExecutionsForSandboxPaginator";
69
+ import { paginateListFleets } from "./pagination/ListFleetsPaginator";
70
+ import { paginateListProjects } from "./pagination/ListProjectsPaginator";
71
+ import { paginateListReportGroups } from "./pagination/ListReportGroupsPaginator";
72
+ import { paginateListReportsForReportGroup } from "./pagination/ListReportsForReportGroupPaginator";
73
+ import { paginateListReports } from "./pagination/ListReportsPaginator";
74
+ import { paginateListSandboxesForProject } from "./pagination/ListSandboxesForProjectPaginator";
75
+ import { paginateListSandboxes } from "./pagination/ListSandboxesPaginator";
76
+ import { paginateListSharedProjects } from "./pagination/ListSharedProjectsPaginator";
77
+ import { paginateListSharedReportGroups } from "./pagination/ListSharedReportGroupsPaginator";
62
78
  const commands = {
63
79
  BatchDeleteBuildsCommand,
64
80
  BatchGetBuildBatchesCommand,
@@ -120,6 +136,24 @@ const commands = {
120
136
  UpdateReportGroupCommand,
121
137
  UpdateWebhookCommand,
122
138
  };
139
+ const paginators = {
140
+ paginateDescribeCodeCoverages,
141
+ paginateDescribeTestCases,
142
+ paginateListBuildBatches,
143
+ paginateListBuildBatchesForProject,
144
+ paginateListBuilds,
145
+ paginateListBuildsForProject,
146
+ paginateListCommandExecutionsForSandbox,
147
+ paginateListFleets,
148
+ paginateListProjects,
149
+ paginateListReportGroups,
150
+ paginateListReports,
151
+ paginateListReportsForReportGroup,
152
+ paginateListSandboxes,
153
+ paginateListSandboxesForProject,
154
+ paginateListSharedProjects,
155
+ paginateListSharedReportGroups,
156
+ };
123
157
  export class CodeBuild extends CodeBuildClient {
124
158
  }
125
- createAggregatedClient(commands, CodeBuild);
159
+ createAggregatedClient(commands, CodeBuild, { paginators });
@@ -1,4 +1,4 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { CodeBuildClient } from "./CodeBuildClient";
3
3
  import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "./commands/BatchDeleteBuildsCommand";
4
4
  import { BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput } from "./commands/BatchGetBuildBatchesCommand";
@@ -429,6 +429,118 @@ export interface CodeBuild {
429
429
  updateWebhook(args: UpdateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebhookCommandOutput>;
430
430
  updateWebhook(args: UpdateWebhookCommandInput, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
431
431
  updateWebhook(args: UpdateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
432
+ /**
433
+ * @see {@link DescribeCodeCoveragesCommand}
434
+ * @param args - command input.
435
+ * @param paginationConfig - optional pagination config.
436
+ * @returns AsyncIterable of {@link DescribeCodeCoveragesCommandOutput}.
437
+ */
438
+ paginateDescribeCodeCoverages(args: DescribeCodeCoveragesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCodeCoveragesCommandOutput>;
439
+ /**
440
+ * @see {@link DescribeTestCasesCommand}
441
+ * @param args - command input.
442
+ * @param paginationConfig - optional pagination config.
443
+ * @returns AsyncIterable of {@link DescribeTestCasesCommandOutput}.
444
+ */
445
+ paginateDescribeTestCases(args: DescribeTestCasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTestCasesCommandOutput>;
446
+ /**
447
+ * @see {@link ListBuildBatchesCommand}
448
+ * @param args - command input.
449
+ * @param paginationConfig - optional pagination config.
450
+ * @returns AsyncIterable of {@link ListBuildBatchesCommandOutput}.
451
+ */
452
+ paginateListBuildBatches(args?: ListBuildBatchesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBuildBatchesCommandOutput>;
453
+ /**
454
+ * @see {@link ListBuildBatchesForProjectCommand}
455
+ * @param args - command input.
456
+ * @param paginationConfig - optional pagination config.
457
+ * @returns AsyncIterable of {@link ListBuildBatchesForProjectCommandOutput}.
458
+ */
459
+ paginateListBuildBatchesForProject(args?: ListBuildBatchesForProjectCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBuildBatchesForProjectCommandOutput>;
460
+ /**
461
+ * @see {@link ListBuildsCommand}
462
+ * @param args - command input.
463
+ * @param paginationConfig - optional pagination config.
464
+ * @returns AsyncIterable of {@link ListBuildsCommandOutput}.
465
+ */
466
+ paginateListBuilds(args?: ListBuildsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBuildsCommandOutput>;
467
+ /**
468
+ * @see {@link ListBuildsForProjectCommand}
469
+ * @param args - command input.
470
+ * @param paginationConfig - optional pagination config.
471
+ * @returns AsyncIterable of {@link ListBuildsForProjectCommandOutput}.
472
+ */
473
+ paginateListBuildsForProject(args: ListBuildsForProjectCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBuildsForProjectCommandOutput>;
474
+ /**
475
+ * @see {@link ListCommandExecutionsForSandboxCommand}
476
+ * @param args - command input.
477
+ * @param paginationConfig - optional pagination config.
478
+ * @returns AsyncIterable of {@link ListCommandExecutionsForSandboxCommandOutput}.
479
+ */
480
+ paginateListCommandExecutionsForSandbox(args: ListCommandExecutionsForSandboxCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCommandExecutionsForSandboxCommandOutput>;
481
+ /**
482
+ * @see {@link ListFleetsCommand}
483
+ * @param args - command input.
484
+ * @param paginationConfig - optional pagination config.
485
+ * @returns AsyncIterable of {@link ListFleetsCommandOutput}.
486
+ */
487
+ paginateListFleets(args?: ListFleetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFleetsCommandOutput>;
488
+ /**
489
+ * @see {@link ListProjectsCommand}
490
+ * @param args - command input.
491
+ * @param paginationConfig - optional pagination config.
492
+ * @returns AsyncIterable of {@link ListProjectsCommandOutput}.
493
+ */
494
+ paginateListProjects(args?: ListProjectsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectsCommandOutput>;
495
+ /**
496
+ * @see {@link ListReportGroupsCommand}
497
+ * @param args - command input.
498
+ * @param paginationConfig - optional pagination config.
499
+ * @returns AsyncIterable of {@link ListReportGroupsCommandOutput}.
500
+ */
501
+ paginateListReportGroups(args?: ListReportGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReportGroupsCommandOutput>;
502
+ /**
503
+ * @see {@link ListReportsCommand}
504
+ * @param args - command input.
505
+ * @param paginationConfig - optional pagination config.
506
+ * @returns AsyncIterable of {@link ListReportsCommandOutput}.
507
+ */
508
+ paginateListReports(args?: ListReportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReportsCommandOutput>;
509
+ /**
510
+ * @see {@link ListReportsForReportGroupCommand}
511
+ * @param args - command input.
512
+ * @param paginationConfig - optional pagination config.
513
+ * @returns AsyncIterable of {@link ListReportsForReportGroupCommandOutput}.
514
+ */
515
+ paginateListReportsForReportGroup(args: ListReportsForReportGroupCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReportsForReportGroupCommandOutput>;
516
+ /**
517
+ * @see {@link ListSandboxesCommand}
518
+ * @param args - command input.
519
+ * @param paginationConfig - optional pagination config.
520
+ * @returns AsyncIterable of {@link ListSandboxesCommandOutput}.
521
+ */
522
+ paginateListSandboxes(args?: ListSandboxesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSandboxesCommandOutput>;
523
+ /**
524
+ * @see {@link ListSandboxesForProjectCommand}
525
+ * @param args - command input.
526
+ * @param paginationConfig - optional pagination config.
527
+ * @returns AsyncIterable of {@link ListSandboxesForProjectCommandOutput}.
528
+ */
529
+ paginateListSandboxesForProject(args: ListSandboxesForProjectCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSandboxesForProjectCommandOutput>;
530
+ /**
531
+ * @see {@link ListSharedProjectsCommand}
532
+ * @param args - command input.
533
+ * @param paginationConfig - optional pagination config.
534
+ * @returns AsyncIterable of {@link ListSharedProjectsCommandOutput}.
535
+ */
536
+ paginateListSharedProjects(args?: ListSharedProjectsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSharedProjectsCommandOutput>;
537
+ /**
538
+ * @see {@link ListSharedReportGroupsCommand}
539
+ * @param args - command input.
540
+ * @param paginationConfig - optional pagination config.
541
+ * @returns AsyncIterable of {@link ListSharedReportGroupsCommandOutput}.
542
+ */
543
+ paginateListSharedReportGroups(args?: ListSharedReportGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSharedReportGroupsCommandOutput>;
432
544
  }
433
545
  /**
434
546
  * <fullname>CodeBuild</fullname>
@@ -1,4 +1,8 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ } from "@smithy/types";
2
6
  import { CodeBuildClient } from "./CodeBuildClient";
3
7
  import {
4
8
  BatchDeleteBuildsCommandInput,
@@ -1019,5 +1023,117 @@ export interface CodeBuild {
1019
1023
  options: __HttpHandlerOptions,
1020
1024
  cb: (err: any, data?: UpdateWebhookCommandOutput) => void
1021
1025
  ): void;
1026
+ paginateDescribeCodeCoverages(
1027
+ args: DescribeCodeCoveragesCommandInput,
1028
+ paginationConfig?: Pick<
1029
+ PaginationConfiguration,
1030
+ Exclude<keyof PaginationConfiguration, "client">
1031
+ >
1032
+ ): Paginator<DescribeCodeCoveragesCommandOutput>;
1033
+ paginateDescribeTestCases(
1034
+ args: DescribeTestCasesCommandInput,
1035
+ paginationConfig?: Pick<
1036
+ PaginationConfiguration,
1037
+ Exclude<keyof PaginationConfiguration, "client">
1038
+ >
1039
+ ): Paginator<DescribeTestCasesCommandOutput>;
1040
+ paginateListBuildBatches(
1041
+ args?: ListBuildBatchesCommandInput,
1042
+ paginationConfig?: Pick<
1043
+ PaginationConfiguration,
1044
+ Exclude<keyof PaginationConfiguration, "client">
1045
+ >
1046
+ ): Paginator<ListBuildBatchesCommandOutput>;
1047
+ paginateListBuildBatchesForProject(
1048
+ args?: ListBuildBatchesForProjectCommandInput,
1049
+ paginationConfig?: Pick<
1050
+ PaginationConfiguration,
1051
+ Exclude<keyof PaginationConfiguration, "client">
1052
+ >
1053
+ ): Paginator<ListBuildBatchesForProjectCommandOutput>;
1054
+ paginateListBuilds(
1055
+ args?: ListBuildsCommandInput,
1056
+ paginationConfig?: Pick<
1057
+ PaginationConfiguration,
1058
+ Exclude<keyof PaginationConfiguration, "client">
1059
+ >
1060
+ ): Paginator<ListBuildsCommandOutput>;
1061
+ paginateListBuildsForProject(
1062
+ args: ListBuildsForProjectCommandInput,
1063
+ paginationConfig?: Pick<
1064
+ PaginationConfiguration,
1065
+ Exclude<keyof PaginationConfiguration, "client">
1066
+ >
1067
+ ): Paginator<ListBuildsForProjectCommandOutput>;
1068
+ paginateListCommandExecutionsForSandbox(
1069
+ args: ListCommandExecutionsForSandboxCommandInput,
1070
+ paginationConfig?: Pick<
1071
+ PaginationConfiguration,
1072
+ Exclude<keyof PaginationConfiguration, "client">
1073
+ >
1074
+ ): Paginator<ListCommandExecutionsForSandboxCommandOutput>;
1075
+ paginateListFleets(
1076
+ args?: ListFleetsCommandInput,
1077
+ paginationConfig?: Pick<
1078
+ PaginationConfiguration,
1079
+ Exclude<keyof PaginationConfiguration, "client">
1080
+ >
1081
+ ): Paginator<ListFleetsCommandOutput>;
1082
+ paginateListProjects(
1083
+ args?: ListProjectsCommandInput,
1084
+ paginationConfig?: Pick<
1085
+ PaginationConfiguration,
1086
+ Exclude<keyof PaginationConfiguration, "client">
1087
+ >
1088
+ ): Paginator<ListProjectsCommandOutput>;
1089
+ paginateListReportGroups(
1090
+ args?: ListReportGroupsCommandInput,
1091
+ paginationConfig?: Pick<
1092
+ PaginationConfiguration,
1093
+ Exclude<keyof PaginationConfiguration, "client">
1094
+ >
1095
+ ): Paginator<ListReportGroupsCommandOutput>;
1096
+ paginateListReports(
1097
+ args?: ListReportsCommandInput,
1098
+ paginationConfig?: Pick<
1099
+ PaginationConfiguration,
1100
+ Exclude<keyof PaginationConfiguration, "client">
1101
+ >
1102
+ ): Paginator<ListReportsCommandOutput>;
1103
+ paginateListReportsForReportGroup(
1104
+ args: ListReportsForReportGroupCommandInput,
1105
+ paginationConfig?: Pick<
1106
+ PaginationConfiguration,
1107
+ Exclude<keyof PaginationConfiguration, "client">
1108
+ >
1109
+ ): Paginator<ListReportsForReportGroupCommandOutput>;
1110
+ paginateListSandboxes(
1111
+ args?: ListSandboxesCommandInput,
1112
+ paginationConfig?: Pick<
1113
+ PaginationConfiguration,
1114
+ Exclude<keyof PaginationConfiguration, "client">
1115
+ >
1116
+ ): Paginator<ListSandboxesCommandOutput>;
1117
+ paginateListSandboxesForProject(
1118
+ args: ListSandboxesForProjectCommandInput,
1119
+ paginationConfig?: Pick<
1120
+ PaginationConfiguration,
1121
+ Exclude<keyof PaginationConfiguration, "client">
1122
+ >
1123
+ ): Paginator<ListSandboxesForProjectCommandOutput>;
1124
+ paginateListSharedProjects(
1125
+ args?: ListSharedProjectsCommandInput,
1126
+ paginationConfig?: Pick<
1127
+ PaginationConfiguration,
1128
+ Exclude<keyof PaginationConfiguration, "client">
1129
+ >
1130
+ ): Paginator<ListSharedProjectsCommandOutput>;
1131
+ paginateListSharedReportGroups(
1132
+ args?: ListSharedReportGroupsCommandInput,
1133
+ paginationConfig?: Pick<
1134
+ PaginationConfiguration,
1135
+ Exclude<keyof PaginationConfiguration, "client">
1136
+ >
1137
+ ): Paginator<ListSharedReportGroupsCommandOutput>;
1022
1138
  }
1023
1139
  export declare class CodeBuild extends CodeBuildClient implements CodeBuild {}
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.974.0",
4
+ "version": "3.978.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codebuild",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.0",
25
- "@aws-sdk/credential-provider-node": "^3.972.1",
26
- "@aws-sdk/middleware-host-header": "^3.972.1",
27
- "@aws-sdk/middleware-logger": "^3.972.1",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
29
- "@aws-sdk/middleware-user-agent": "^3.972.1",
30
- "@aws-sdk/region-config-resolver": "^3.972.1",
31
- "@aws-sdk/types": "^3.973.0",
24
+ "@aws-sdk/core": "^3.973.4",
25
+ "@aws-sdk/credential-provider-node": "^3.972.2",
26
+ "@aws-sdk/middleware-host-header": "^3.972.2",
27
+ "@aws-sdk/middleware-logger": "^3.972.2",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.2",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.4",
30
+ "@aws-sdk/region-config-resolver": "^3.972.2",
31
+ "@aws-sdk/types": "^3.973.1",
32
32
  "@aws-sdk/util-endpoints": "3.972.0",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
34
- "@aws-sdk/util-user-agent-node": "^3.972.1",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.2",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.2",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.21.0",
36
+ "@smithy/core": "^3.22.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.10",
42
- "@smithy/middleware-retry": "^4.4.26",
41
+ "@smithy/middleware-endpoint": "^4.4.12",
42
+ "@smithy/middleware-retry": "^4.4.29",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.11",
48
+ "@smithy/smithy-client": "^4.11.1",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.25",
55
- "@smithy/util-defaults-mode-node": "^4.2.28",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
55
+ "@smithy/util-defaults-mode-node": "^4.2.31",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",