aws-sdk-codebuild 1.106.0 → 1.107.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1a7543ba3f2d1ba3bbb50e81f88bc40c6088332ee694444e21c59dcf5e57d76
4
- data.tar.gz: b4b8519123d71bff5b16f76880b2d0429ce21e37334ef3a603c4f163afd23f44
3
+ metadata.gz: 7d79e0ac114c2eb865fc144788034a6899d3497c8a9520403335b570328ce5f2
4
+ data.tar.gz: b3627ac7c848187235ffceed467be9d35c8ece4099cc0c91f41923c59d642614
5
5
  SHA512:
6
- metadata.gz: 15234e7e0a6ae0312816c2691f9690d8410f56abcbb8c340f1b67c0a5df8ef333651924b2bc46bec25bb3206b5b0f3f57b272405f41b4803c0488d2e6eb0da2a
7
- data.tar.gz: 10a55ce15117e196aa57eb4319b1f9be78405cef9a413e2f8f6753873bc32200e571c78cd1fb2f8ac4a137b96b0f4a4da240479f2a99700c2b619215e371e3a1
6
+ metadata.gz: 0f617dcaa67ce3e59de0ccf8383698416886ce609c69154f42cf10ba7ddafdcb0b092e5d46f681f7fb23249dba8f6e4a40280260ce7fe7bc3793f60738f87b03
7
+ data.tar.gz: 591ce6d2f8eeeac5584ae47b32b788dedcc3221c920db500e85e3b4fc2065886ea7501e7e0044dec99dc49eb969d950afd4b3b108cf1b810cf06978ceb9f1916
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-03-25)
5
+ ------------------
6
+
7
+ * Feature - Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
8
+
4
9
  1.106.0 (2024-03-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -468,12 +468,12 @@ module Aws::CodeBuild
468
468
  # resp.build_batches[0].phases[0].contexts #=> Array
469
469
  # resp.build_batches[0].phases[0].contexts[0].status_code #=> String
470
470
  # resp.build_batches[0].phases[0].contexts[0].message #=> String
471
- # resp.build_batches[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
471
+ # resp.build_batches[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
472
472
  # resp.build_batches[0].source.location #=> String
473
473
  # resp.build_batches[0].source.git_clone_depth #=> Integer
474
474
  # resp.build_batches[0].source.git_submodules_config.fetch_submodules #=> Boolean
475
475
  # resp.build_batches[0].source.buildspec #=> String
476
- # resp.build_batches[0].source.auth.type #=> String, one of "OAUTH"
476
+ # resp.build_batches[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
477
477
  # resp.build_batches[0].source.auth.resource #=> String
478
478
  # resp.build_batches[0].source.report_build_status #=> Boolean
479
479
  # resp.build_batches[0].source.build_status_config.context #=> String
@@ -481,12 +481,12 @@ module Aws::CodeBuild
481
481
  # resp.build_batches[0].source.insecure_ssl #=> Boolean
482
482
  # resp.build_batches[0].source.source_identifier #=> String
483
483
  # resp.build_batches[0].secondary_sources #=> Array
484
- # resp.build_batches[0].secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
484
+ # resp.build_batches[0].secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
485
485
  # resp.build_batches[0].secondary_sources[0].location #=> String
486
486
  # resp.build_batches[0].secondary_sources[0].git_clone_depth #=> Integer
487
487
  # resp.build_batches[0].secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
488
488
  # resp.build_batches[0].secondary_sources[0].buildspec #=> String
489
- # resp.build_batches[0].secondary_sources[0].auth.type #=> String, one of "OAUTH"
489
+ # resp.build_batches[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
490
490
  # resp.build_batches[0].secondary_sources[0].auth.resource #=> String
491
491
  # resp.build_batches[0].secondary_sources[0].report_build_status #=> Boolean
492
492
  # resp.build_batches[0].secondary_sources[0].build_status_config.context #=> String
@@ -637,12 +637,12 @@ module Aws::CodeBuild
637
637
  # resp.builds[0].phases[0].contexts #=> Array
638
638
  # resp.builds[0].phases[0].contexts[0].status_code #=> String
639
639
  # resp.builds[0].phases[0].contexts[0].message #=> String
640
- # resp.builds[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
640
+ # resp.builds[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
641
641
  # resp.builds[0].source.location #=> String
642
642
  # resp.builds[0].source.git_clone_depth #=> Integer
643
643
  # resp.builds[0].source.git_submodules_config.fetch_submodules #=> Boolean
644
644
  # resp.builds[0].source.buildspec #=> String
645
- # resp.builds[0].source.auth.type #=> String, one of "OAUTH"
645
+ # resp.builds[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
646
646
  # resp.builds[0].source.auth.resource #=> String
647
647
  # resp.builds[0].source.report_build_status #=> Boolean
648
648
  # resp.builds[0].source.build_status_config.context #=> String
@@ -650,12 +650,12 @@ module Aws::CodeBuild
650
650
  # resp.builds[0].source.insecure_ssl #=> Boolean
651
651
  # resp.builds[0].source.source_identifier #=> String
652
652
  # resp.builds[0].secondary_sources #=> Array
653
- # resp.builds[0].secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
653
+ # resp.builds[0].secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
654
654
  # resp.builds[0].secondary_sources[0].location #=> String
655
655
  # resp.builds[0].secondary_sources[0].git_clone_depth #=> Integer
656
656
  # resp.builds[0].secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
657
657
  # resp.builds[0].secondary_sources[0].buildspec #=> String
658
- # resp.builds[0].secondary_sources[0].auth.type #=> String, one of "OAUTH"
658
+ # resp.builds[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
659
659
  # resp.builds[0].secondary_sources[0].auth.resource #=> String
660
660
  # resp.builds[0].secondary_sources[0].report_build_status #=> Boolean
661
661
  # resp.builds[0].secondary_sources[0].build_status_config.context #=> String
@@ -825,12 +825,12 @@ module Aws::CodeBuild
825
825
  # resp.projects[0].name #=> String
826
826
  # resp.projects[0].arn #=> String
827
827
  # resp.projects[0].description #=> String
828
- # resp.projects[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
828
+ # resp.projects[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
829
829
  # resp.projects[0].source.location #=> String
830
830
  # resp.projects[0].source.git_clone_depth #=> Integer
831
831
  # resp.projects[0].source.git_submodules_config.fetch_submodules #=> Boolean
832
832
  # resp.projects[0].source.buildspec #=> String
833
- # resp.projects[0].source.auth.type #=> String, one of "OAUTH"
833
+ # resp.projects[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
834
834
  # resp.projects[0].source.auth.resource #=> String
835
835
  # resp.projects[0].source.report_build_status #=> Boolean
836
836
  # resp.projects[0].source.build_status_config.context #=> String
@@ -838,12 +838,12 @@ module Aws::CodeBuild
838
838
  # resp.projects[0].source.insecure_ssl #=> Boolean
839
839
  # resp.projects[0].source.source_identifier #=> String
840
840
  # resp.projects[0].secondary_sources #=> Array
841
- # resp.projects[0].secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
841
+ # resp.projects[0].secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
842
842
  # resp.projects[0].secondary_sources[0].location #=> String
843
843
  # resp.projects[0].secondary_sources[0].git_clone_depth #=> Integer
844
844
  # resp.projects[0].secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
845
845
  # resp.projects[0].secondary_sources[0].buildspec #=> String
846
- # resp.projects[0].secondary_sources[0].auth.type #=> String, one of "OAUTH"
846
+ # resp.projects[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
847
847
  # resp.projects[0].secondary_sources[0].auth.resource #=> String
848
848
  # resp.projects[0].secondary_sources[0].report_build_status #=> Boolean
849
849
  # resp.projects[0].secondary_sources[0].build_status_config.context #=> String
@@ -1374,7 +1374,7 @@ module Aws::CodeBuild
1374
1374
  # name: "ProjectName", # required
1375
1375
  # description: "ProjectDescription",
1376
1376
  # source: { # required
1377
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
1377
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
1378
1378
  # location: "String",
1379
1379
  # git_clone_depth: 1,
1380
1380
  # git_submodules_config: {
@@ -1382,7 +1382,7 @@ module Aws::CodeBuild
1382
1382
  # },
1383
1383
  # buildspec: "String",
1384
1384
  # auth: {
1385
- # type: "OAUTH", # required, accepts OAUTH
1385
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
1386
1386
  # resource: "String",
1387
1387
  # },
1388
1388
  # report_build_status: false,
@@ -1395,7 +1395,7 @@ module Aws::CodeBuild
1395
1395
  # },
1396
1396
  # secondary_sources: [
1397
1397
  # {
1398
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
1398
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
1399
1399
  # location: "String",
1400
1400
  # git_clone_depth: 1,
1401
1401
  # git_submodules_config: {
@@ -1403,7 +1403,7 @@ module Aws::CodeBuild
1403
1403
  # },
1404
1404
  # buildspec: "String",
1405
1405
  # auth: {
1406
- # type: "OAUTH", # required, accepts OAUTH
1406
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
1407
1407
  # resource: "String",
1408
1408
  # },
1409
1409
  # report_build_status: false,
@@ -1531,12 +1531,12 @@ module Aws::CodeBuild
1531
1531
  # resp.project.name #=> String
1532
1532
  # resp.project.arn #=> String
1533
1533
  # resp.project.description #=> String
1534
- # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
1534
+ # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
1535
1535
  # resp.project.source.location #=> String
1536
1536
  # resp.project.source.git_clone_depth #=> Integer
1537
1537
  # resp.project.source.git_submodules_config.fetch_submodules #=> Boolean
1538
1538
  # resp.project.source.buildspec #=> String
1539
- # resp.project.source.auth.type #=> String, one of "OAUTH"
1539
+ # resp.project.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
1540
1540
  # resp.project.source.auth.resource #=> String
1541
1541
  # resp.project.source.report_build_status #=> Boolean
1542
1542
  # resp.project.source.build_status_config.context #=> String
@@ -1544,12 +1544,12 @@ module Aws::CodeBuild
1544
1544
  # resp.project.source.insecure_ssl #=> Boolean
1545
1545
  # resp.project.source.source_identifier #=> String
1546
1546
  # resp.project.secondary_sources #=> Array
1547
- # resp.project.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
1547
+ # resp.project.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
1548
1548
  # resp.project.secondary_sources[0].location #=> String
1549
1549
  # resp.project.secondary_sources[0].git_clone_depth #=> Integer
1550
1550
  # resp.project.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
1551
1551
  # resp.project.secondary_sources[0].buildspec #=> String
1552
- # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH"
1552
+ # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
1553
1553
  # resp.project.secondary_sources[0].auth.resource #=> String
1554
1554
  # resp.project.secondary_sources[0].report_build_status #=> Boolean
1555
1555
  # resp.project.secondary_sources[0].build_status_config.context #=> String
@@ -2337,8 +2337,8 @@ module Aws::CodeBuild
2337
2337
  # resp = client.import_source_credentials({
2338
2338
  # username: "NonEmptyString",
2339
2339
  # token: "SensitiveNonEmptyString", # required
2340
- # server_type: "GITHUB", # required, accepts GITHUB, BITBUCKET, GITHUB_ENTERPRISE
2341
- # auth_type: "OAUTH", # required, accepts OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN
2340
+ # server_type: "GITHUB", # required, accepts GITHUB, BITBUCKET, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED
2341
+ # auth_type: "OAUTH", # required, accepts OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS
2342
2342
  # should_overwrite: false,
2343
2343
  # })
2344
2344
  #
@@ -3090,8 +3090,9 @@ module Aws::CodeBuild
3090
3090
  #
3091
3091
  # resp.source_credentials_infos #=> Array
3092
3092
  # resp.source_credentials_infos[0].arn #=> String
3093
- # resp.source_credentials_infos[0].server_type #=> String, one of "GITHUB", "BITBUCKET", "GITHUB_ENTERPRISE"
3094
- # resp.source_credentials_infos[0].auth_type #=> String, one of "OAUTH", "BASIC_AUTH", "PERSONAL_ACCESS_TOKEN"
3093
+ # resp.source_credentials_infos[0].server_type #=> String, one of "GITHUB", "BITBUCKET", "GITHUB_ENTERPRISE", "GITLAB", "GITLAB_SELF_MANAGED"
3094
+ # resp.source_credentials_infos[0].auth_type #=> String, one of "OAUTH", "BASIC_AUTH", "PERSONAL_ACCESS_TOKEN", "CODECONNECTIONS"
3095
+ # resp.source_credentials_infos[0].resource #=> String
3095
3096
  #
3096
3097
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSourceCredentials AWS API Documentation
3097
3098
  #
@@ -3187,12 +3188,12 @@ module Aws::CodeBuild
3187
3188
  # resp.build.phases[0].contexts #=> Array
3188
3189
  # resp.build.phases[0].contexts[0].status_code #=> String
3189
3190
  # resp.build.phases[0].contexts[0].message #=> String
3190
- # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3191
+ # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3191
3192
  # resp.build.source.location #=> String
3192
3193
  # resp.build.source.git_clone_depth #=> Integer
3193
3194
  # resp.build.source.git_submodules_config.fetch_submodules #=> Boolean
3194
3195
  # resp.build.source.buildspec #=> String
3195
- # resp.build.source.auth.type #=> String, one of "OAUTH"
3196
+ # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3196
3197
  # resp.build.source.auth.resource #=> String
3197
3198
  # resp.build.source.report_build_status #=> Boolean
3198
3199
  # resp.build.source.build_status_config.context #=> String
@@ -3200,12 +3201,12 @@ module Aws::CodeBuild
3200
3201
  # resp.build.source.insecure_ssl #=> Boolean
3201
3202
  # resp.build.source.source_identifier #=> String
3202
3203
  # resp.build.secondary_sources #=> Array
3203
- # resp.build.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3204
+ # resp.build.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3204
3205
  # resp.build.secondary_sources[0].location #=> String
3205
3206
  # resp.build.secondary_sources[0].git_clone_depth #=> Integer
3206
3207
  # resp.build.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
3207
3208
  # resp.build.secondary_sources[0].buildspec #=> String
3208
- # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH"
3209
+ # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3209
3210
  # resp.build.secondary_sources[0].auth.resource #=> String
3210
3211
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
3211
3212
  # resp.build.secondary_sources[0].build_status_config.context #=> String
@@ -3345,12 +3346,12 @@ module Aws::CodeBuild
3345
3346
  # resp.build_batch.phases[0].contexts #=> Array
3346
3347
  # resp.build_batch.phases[0].contexts[0].status_code #=> String
3347
3348
  # resp.build_batch.phases[0].contexts[0].message #=> String
3348
- # resp.build_batch.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3349
+ # resp.build_batch.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3349
3350
  # resp.build_batch.source.location #=> String
3350
3351
  # resp.build_batch.source.git_clone_depth #=> Integer
3351
3352
  # resp.build_batch.source.git_submodules_config.fetch_submodules #=> Boolean
3352
3353
  # resp.build_batch.source.buildspec #=> String
3353
- # resp.build_batch.source.auth.type #=> String, one of "OAUTH"
3354
+ # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3354
3355
  # resp.build_batch.source.auth.resource #=> String
3355
3356
  # resp.build_batch.source.report_build_status #=> Boolean
3356
3357
  # resp.build_batch.source.build_status_config.context #=> String
@@ -3358,12 +3359,12 @@ module Aws::CodeBuild
3358
3359
  # resp.build_batch.source.insecure_ssl #=> Boolean
3359
3360
  # resp.build_batch.source.source_identifier #=> String
3360
3361
  # resp.build_batch.secondary_sources #=> Array
3361
- # resp.build_batch.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3362
+ # resp.build_batch.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3362
3363
  # resp.build_batch.secondary_sources[0].location #=> String
3363
3364
  # resp.build_batch.secondary_sources[0].git_clone_depth #=> Integer
3364
3365
  # resp.build_batch.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
3365
3366
  # resp.build_batch.secondary_sources[0].buildspec #=> String
3366
- # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH"
3367
+ # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3367
3368
  # resp.build_batch.secondary_sources[0].auth.resource #=> String
3368
3369
  # resp.build_batch.secondary_sources[0].report_build_status #=> Boolean
3369
3370
  # resp.build_batch.secondary_sources[0].build_status_config.context #=> String
@@ -3732,7 +3733,7 @@ module Aws::CodeBuild
3732
3733
  # project_name: "NonEmptyString", # required
3733
3734
  # secondary_sources_override: [
3734
3735
  # {
3735
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
3736
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
3736
3737
  # location: "String",
3737
3738
  # git_clone_depth: 1,
3738
3739
  # git_submodules_config: {
@@ -3740,7 +3741,7 @@ module Aws::CodeBuild
3740
3741
  # },
3741
3742
  # buildspec: "String",
3742
3743
  # auth: {
3743
- # type: "OAUTH", # required, accepts OAUTH
3744
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
3744
3745
  # resource: "String",
3745
3746
  # },
3746
3747
  # report_build_status: false,
@@ -3792,10 +3793,10 @@ module Aws::CodeBuild
3792
3793
  # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
3793
3794
  # },
3794
3795
  # ],
3795
- # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
3796
+ # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
3796
3797
  # source_location_override: "String",
3797
3798
  # source_auth_override: {
3798
- # type: "OAUTH", # required, accepts OAUTH
3799
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
3799
3800
  # resource: "String",
3800
3801
  # },
3801
3802
  # git_clone_depth_override: 1,
@@ -3869,12 +3870,12 @@ module Aws::CodeBuild
3869
3870
  # resp.build.phases[0].contexts #=> Array
3870
3871
  # resp.build.phases[0].contexts[0].status_code #=> String
3871
3872
  # resp.build.phases[0].contexts[0].message #=> String
3872
- # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3873
+ # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3873
3874
  # resp.build.source.location #=> String
3874
3875
  # resp.build.source.git_clone_depth #=> Integer
3875
3876
  # resp.build.source.git_submodules_config.fetch_submodules #=> Boolean
3876
3877
  # resp.build.source.buildspec #=> String
3877
- # resp.build.source.auth.type #=> String, one of "OAUTH"
3878
+ # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3878
3879
  # resp.build.source.auth.resource #=> String
3879
3880
  # resp.build.source.report_build_status #=> Boolean
3880
3881
  # resp.build.source.build_status_config.context #=> String
@@ -3882,12 +3883,12 @@ module Aws::CodeBuild
3882
3883
  # resp.build.source.insecure_ssl #=> Boolean
3883
3884
  # resp.build.source.source_identifier #=> String
3884
3885
  # resp.build.secondary_sources #=> Array
3885
- # resp.build.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3886
+ # resp.build.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
3886
3887
  # resp.build.secondary_sources[0].location #=> String
3887
3888
  # resp.build.secondary_sources[0].git_clone_depth #=> Integer
3888
3889
  # resp.build.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
3889
3890
  # resp.build.secondary_sources[0].buildspec #=> String
3890
- # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH"
3891
+ # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3891
3892
  # resp.build.secondary_sources[0].auth.resource #=> String
3892
3893
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
3893
3894
  # resp.build.secondary_sources[0].build_status_config.context #=> String
@@ -4206,7 +4207,7 @@ module Aws::CodeBuild
4206
4207
  # project_name: "NonEmptyString", # required
4207
4208
  # secondary_sources_override: [
4208
4209
  # {
4209
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
4210
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
4210
4211
  # location: "String",
4211
4212
  # git_clone_depth: 1,
4212
4213
  # git_submodules_config: {
@@ -4214,7 +4215,7 @@ module Aws::CodeBuild
4214
4215
  # },
4215
4216
  # buildspec: "String",
4216
4217
  # auth: {
4217
- # type: "OAUTH", # required, accepts OAUTH
4218
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
4218
4219
  # resource: "String",
4219
4220
  # },
4220
4221
  # report_build_status: false,
@@ -4266,10 +4267,10 @@ module Aws::CodeBuild
4266
4267
  # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
4267
4268
  # },
4268
4269
  # ],
4269
- # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
4270
+ # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
4270
4271
  # source_location_override: "String",
4271
4272
  # source_auth_override: {
4272
- # type: "OAUTH", # required, accepts OAUTH
4273
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
4273
4274
  # resource: "String",
4274
4275
  # },
4275
4276
  # git_clone_depth_override: 1,
@@ -4345,12 +4346,12 @@ module Aws::CodeBuild
4345
4346
  # resp.build_batch.phases[0].contexts #=> Array
4346
4347
  # resp.build_batch.phases[0].contexts[0].status_code #=> String
4347
4348
  # resp.build_batch.phases[0].contexts[0].message #=> String
4348
- # resp.build_batch.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4349
+ # resp.build_batch.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4349
4350
  # resp.build_batch.source.location #=> String
4350
4351
  # resp.build_batch.source.git_clone_depth #=> Integer
4351
4352
  # resp.build_batch.source.git_submodules_config.fetch_submodules #=> Boolean
4352
4353
  # resp.build_batch.source.buildspec #=> String
4353
- # resp.build_batch.source.auth.type #=> String, one of "OAUTH"
4354
+ # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4354
4355
  # resp.build_batch.source.auth.resource #=> String
4355
4356
  # resp.build_batch.source.report_build_status #=> Boolean
4356
4357
  # resp.build_batch.source.build_status_config.context #=> String
@@ -4358,12 +4359,12 @@ module Aws::CodeBuild
4358
4359
  # resp.build_batch.source.insecure_ssl #=> Boolean
4359
4360
  # resp.build_batch.source.source_identifier #=> String
4360
4361
  # resp.build_batch.secondary_sources #=> Array
4361
- # resp.build_batch.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4362
+ # resp.build_batch.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4362
4363
  # resp.build_batch.secondary_sources[0].location #=> String
4363
4364
  # resp.build_batch.secondary_sources[0].git_clone_depth #=> Integer
4364
4365
  # resp.build_batch.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4365
4366
  # resp.build_batch.secondary_sources[0].buildspec #=> String
4366
- # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH"
4367
+ # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4367
4368
  # resp.build_batch.secondary_sources[0].auth.resource #=> String
4368
4369
  # resp.build_batch.secondary_sources[0].report_build_status #=> Boolean
4369
4370
  # resp.build_batch.secondary_sources[0].build_status_config.context #=> String
@@ -4510,12 +4511,12 @@ module Aws::CodeBuild
4510
4511
  # resp.build.phases[0].contexts #=> Array
4511
4512
  # resp.build.phases[0].contexts[0].status_code #=> String
4512
4513
  # resp.build.phases[0].contexts[0].message #=> String
4513
- # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4514
+ # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4514
4515
  # resp.build.source.location #=> String
4515
4516
  # resp.build.source.git_clone_depth #=> Integer
4516
4517
  # resp.build.source.git_submodules_config.fetch_submodules #=> Boolean
4517
4518
  # resp.build.source.buildspec #=> String
4518
- # resp.build.source.auth.type #=> String, one of "OAUTH"
4519
+ # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4519
4520
  # resp.build.source.auth.resource #=> String
4520
4521
  # resp.build.source.report_build_status #=> Boolean
4521
4522
  # resp.build.source.build_status_config.context #=> String
@@ -4523,12 +4524,12 @@ module Aws::CodeBuild
4523
4524
  # resp.build.source.insecure_ssl #=> Boolean
4524
4525
  # resp.build.source.source_identifier #=> String
4525
4526
  # resp.build.secondary_sources #=> Array
4526
- # resp.build.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4527
+ # resp.build.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4527
4528
  # resp.build.secondary_sources[0].location #=> String
4528
4529
  # resp.build.secondary_sources[0].git_clone_depth #=> Integer
4529
4530
  # resp.build.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4530
4531
  # resp.build.secondary_sources[0].buildspec #=> String
4531
- # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH"
4532
+ # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4532
4533
  # resp.build.secondary_sources[0].auth.resource #=> String
4533
4534
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
4534
4535
  # resp.build.secondary_sources[0].build_status_config.context #=> String
@@ -4655,12 +4656,12 @@ module Aws::CodeBuild
4655
4656
  # resp.build_batch.phases[0].contexts #=> Array
4656
4657
  # resp.build_batch.phases[0].contexts[0].status_code #=> String
4657
4658
  # resp.build_batch.phases[0].contexts[0].message #=> String
4658
- # resp.build_batch.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4659
+ # resp.build_batch.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4659
4660
  # resp.build_batch.source.location #=> String
4660
4661
  # resp.build_batch.source.git_clone_depth #=> Integer
4661
4662
  # resp.build_batch.source.git_submodules_config.fetch_submodules #=> Boolean
4662
4663
  # resp.build_batch.source.buildspec #=> String
4663
- # resp.build_batch.source.auth.type #=> String, one of "OAUTH"
4664
+ # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4664
4665
  # resp.build_batch.source.auth.resource #=> String
4665
4666
  # resp.build_batch.source.report_build_status #=> Boolean
4666
4667
  # resp.build_batch.source.build_status_config.context #=> String
@@ -4668,12 +4669,12 @@ module Aws::CodeBuild
4668
4669
  # resp.build_batch.source.insecure_ssl #=> Boolean
4669
4670
  # resp.build_batch.source.source_identifier #=> String
4670
4671
  # resp.build_batch.secondary_sources #=> Array
4671
- # resp.build_batch.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4672
+ # resp.build_batch.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
4672
4673
  # resp.build_batch.secondary_sources[0].location #=> String
4673
4674
  # resp.build_batch.secondary_sources[0].git_clone_depth #=> Integer
4674
4675
  # resp.build_batch.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4675
4676
  # resp.build_batch.secondary_sources[0].buildspec #=> String
4676
- # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH"
4677
+ # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4677
4678
  # resp.build_batch.secondary_sources[0].auth.resource #=> String
4678
4679
  # resp.build_batch.secondary_sources[0].report_build_status #=> Boolean
4679
4680
  # resp.build_batch.secondary_sources[0].build_status_config.context #=> String
@@ -5106,7 +5107,7 @@ module Aws::CodeBuild
5106
5107
  # name: "NonEmptyString", # required
5107
5108
  # description: "ProjectDescription",
5108
5109
  # source: {
5109
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
5110
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
5110
5111
  # location: "String",
5111
5112
  # git_clone_depth: 1,
5112
5113
  # git_submodules_config: {
@@ -5114,7 +5115,7 @@ module Aws::CodeBuild
5114
5115
  # },
5115
5116
  # buildspec: "String",
5116
5117
  # auth: {
5117
- # type: "OAUTH", # required, accepts OAUTH
5118
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
5118
5119
  # resource: "String",
5119
5120
  # },
5120
5121
  # report_build_status: false,
@@ -5127,7 +5128,7 @@ module Aws::CodeBuild
5127
5128
  # },
5128
5129
  # secondary_sources: [
5129
5130
  # {
5130
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
5131
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
5131
5132
  # location: "String",
5132
5133
  # git_clone_depth: 1,
5133
5134
  # git_submodules_config: {
@@ -5135,7 +5136,7 @@ module Aws::CodeBuild
5135
5136
  # },
5136
5137
  # buildspec: "String",
5137
5138
  # auth: {
5138
- # type: "OAUTH", # required, accepts OAUTH
5139
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
5139
5140
  # resource: "String",
5140
5141
  # },
5141
5142
  # report_build_status: false,
@@ -5263,12 +5264,12 @@ module Aws::CodeBuild
5263
5264
  # resp.project.name #=> String
5264
5265
  # resp.project.arn #=> String
5265
5266
  # resp.project.description #=> String
5266
- # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
5267
+ # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
5267
5268
  # resp.project.source.location #=> String
5268
5269
  # resp.project.source.git_clone_depth #=> Integer
5269
5270
  # resp.project.source.git_submodules_config.fetch_submodules #=> Boolean
5270
5271
  # resp.project.source.buildspec #=> String
5271
- # resp.project.source.auth.type #=> String, one of "OAUTH"
5272
+ # resp.project.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
5272
5273
  # resp.project.source.auth.resource #=> String
5273
5274
  # resp.project.source.report_build_status #=> Boolean
5274
5275
  # resp.project.source.build_status_config.context #=> String
@@ -5276,12 +5277,12 @@ module Aws::CodeBuild
5276
5277
  # resp.project.source.insecure_ssl #=> Boolean
5277
5278
  # resp.project.source.source_identifier #=> String
5278
5279
  # resp.project.secondary_sources #=> Array
5279
- # resp.project.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
5280
+ # resp.project.secondary_sources[0].type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "GITLAB", "GITLAB_SELF_MANAGED", "S3", "BITBUCKET", "GITHUB_ENTERPRISE", "NO_SOURCE"
5280
5281
  # resp.project.secondary_sources[0].location #=> String
5281
5282
  # resp.project.secondary_sources[0].git_clone_depth #=> Integer
5282
5283
  # resp.project.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
5283
5284
  # resp.project.secondary_sources[0].buildspec #=> String
5284
- # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH"
5285
+ # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
5285
5286
  # resp.project.secondary_sources[0].auth.resource #=> String
5286
5287
  # resp.project.secondary_sources[0].report_build_status #=> Boolean
5287
5288
  # resp.project.secondary_sources[0].build_status_config.context #=> String
@@ -5641,7 +5642,7 @@ module Aws::CodeBuild
5641
5642
  params: params,
5642
5643
  config: config)
5643
5644
  context[:gem_name] = 'aws-sdk-codebuild'
5644
- context[:gem_version] = '1.106.0'
5645
+ context[:gem_version] = '1.107.0'
5645
5646
  Seahorse::Client::Request.new(handlers, context)
5646
5647
  end
5647
5648
 
@@ -1120,6 +1120,7 @@ module Aws::CodeBuild
1120
1120
  SourceCredentialsInfo.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
1121
1121
  SourceCredentialsInfo.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
1122
1122
  SourceCredentialsInfo.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
1123
+ SourceCredentialsInfo.add_member(:resource, Shapes::ShapeRef.new(shape: String, location_name: "resource"))
1123
1124
  SourceCredentialsInfo.struct_class = Types::SourceCredentialsInfo
1124
1125
 
1125
1126
  SourceCredentialsInfos.member = Shapes::ShapeRef.new(shape: SourceCredentialsInfo)
@@ -2487,6 +2487,8 @@ module Aws::CodeBuild
2487
2487
  #
2488
2488
  # * `ROTATING`: The compute fleet is being rotated.
2489
2489
  #
2490
+ # * `PENDING_DELETION`: The compute fleet is pending deletion.
2491
+ #
2490
2492
  # * `DELETING`: The compute fleet is being deleted.
2491
2493
  #
2492
2494
  # * `CREATE_FAILED`: The compute fleet has failed to create.
@@ -4516,12 +4518,16 @@ module Aws::CodeBuild
4516
4518
  # * `CODEPIPELINE`: The source code settings are specified in the
4517
4519
  # source action of a pipeline in CodePipeline.
4518
4520
  #
4519
- # * `GITHUB`: The source code is in a GitHub or GitHub Enterprise
4520
- # Cloud repository.
4521
+ # * `GITHUB`: The source code is in a GitHub repository.
4521
4522
  #
4522
4523
  # * `GITHUB_ENTERPRISE`: The source code is in a GitHub Enterprise
4523
4524
  # Server repository.
4524
4525
  #
4526
+ # * `GITLAB`: The source code is in a GitLab repository.
4527
+ #
4528
+ # * `GITLAB_SELF_MANAGED`: The source code is in a self-managed GitLab
4529
+ # repository.
4530
+ #
4525
4531
  # * `NO_SOURCE`: The project does not have input source code.
4526
4532
  #
4527
4533
  # * `S3`: The source code is in an Amazon S3 bucket.
@@ -4565,6 +4571,21 @@ module Aws::CodeBuild
4565
4571
  # CodeBuild to use this connection, in the `source` object, set the
4566
4572
  # `auth` object's `type` value to `OAUTH`.
4567
4573
  #
4574
+ # * For source code in an GitLab or self-managed GitLab repository,
4575
+ # the HTTPS clone URL to the repository that contains the source and
4576
+ # the buildspec file. You must connect your Amazon Web Services
4577
+ # account to your GitLab account. Use the CodeBuild console to start
4578
+ # creating a build project. When you use the console to connect (or
4579
+ # reconnect) with GitLab, on the Connections **Authorize
4580
+ # application** page, choose **Authorize**. Then on the CodeStar
4581
+ # Connections **Create GitLab connection** page, choose **Connect to
4582
+ # GitLab**. (After you have connected to your GitLab account, you do
4583
+ # not need to finish creating the build project. You can leave the
4584
+ # CodeBuild console.) To instruct CodeBuild to override the default
4585
+ # connection and use this connection instead, set the `auth`
4586
+ # object's `type` value to `CODECONNECTIONS` in the `source`
4587
+ # object.
4588
+ #
4568
4589
  # * For source code in a Bitbucket repository, the HTTPS clone URL to
4569
4590
  # the repository that contains the source and the buildspec file.
4570
4591
  # You must connect your Amazon Web Services account to your
@@ -4622,9 +4643,9 @@ module Aws::CodeBuild
4622
4643
  # @!attribute [rw] report_build_status
4623
4644
  # Set to true to report the status of a build's start and finish to
4624
4645
  # your source provider. This option is valid only when your source
4625
- # provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set
4626
- # and you use a different source provider, an `invalidInputException`
4627
- # is thrown.
4646
+ # provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed,
4647
+ # or Bitbucket. If this is set and you use a different source
4648
+ # provider, an `invalidInputException` is thrown.
4628
4649
  #
4629
4650
  # To be able to report the build status to the source provider, the
4630
4651
  # user associated with the source provider must have write access to
@@ -4693,9 +4714,9 @@ module Aws::CodeBuild
4693
4714
  #
4694
4715
  # * For CodeCommit: the commit ID, branch, or Git tag to use.
4695
4716
  #
4696
- # * For GitHub: the commit ID, pull request ID, branch name, or tag
4697
- # name that corresponds to the version of the source code you want
4698
- # to build. If a pull request ID is specified, it must use the
4717
+ # * For GitHub or GitLab: the commit ID, pull request ID, branch name,
4718
+ # or tag name that corresponds to the version of the source code you
4719
+ # want to build. If a pull request ID is specified, it must use the
4699
4720
  # format `pr/pull-request-ID` (for example, `pr/25`). If a branch
4700
4721
  # name is specified, the branch's HEAD commit ID is used. If not
4701
4722
  # specified, the default branch's HEAD commit ID is used.
@@ -5352,12 +5373,8 @@ module Aws::CodeBuild
5352
5373
  # should not get or set this information directly.
5353
5374
  #
5354
5375
  # @!attribute [rw] type
5355
- # <note markdown="1"> This data type is deprecated and is no longer accurate or used.
5356
- #
5357
- # </note>
5358
- #
5359
- # The authorization type to use. The only valid value is `OAUTH`,
5360
- # which represents the OAuth authorization type.
5376
+ # The authorization type to use. Valid options are OAUTH or
5377
+ # CODECONNECTIONS.
5361
5378
  # @return [String]
5362
5379
  #
5363
5380
  # @!attribute [rw] resource
@@ -5373,8 +5390,8 @@ module Aws::CodeBuild
5373
5390
  include Aws::Structure
5374
5391
  end
5375
5392
 
5376
- # Information about the credentials for a GitHub, GitHub Enterprise, or
5377
- # Bitbucket repository.
5393
+ # Information about the credentials for a GitHub, GitHub Enterprise,
5394
+ # GitLab, GitLab Self Managed, or Bitbucket repository.
5378
5395
  #
5379
5396
  # @!attribute [rw] arn
5380
5397
  # The Amazon Resource Name (ARN) of the token.
@@ -5382,12 +5399,17 @@ module Aws::CodeBuild
5382
5399
  #
5383
5400
  # @!attribute [rw] server_type
5384
5401
  # The type of source provider. The valid options are GITHUB,
5385
- # GITHUB\_ENTERPRISE, or BITBUCKET.
5402
+ # GITHUB\_ENTERPRISE, GITLAB, GITLAB\_SELF\_MANAGED, or BITBUCKET.
5386
5403
  # @return [String]
5387
5404
  #
5388
5405
  # @!attribute [rw] auth_type
5389
5406
  # The type of authentication used by the credentials. Valid options
5390
- # are OAUTH, BASIC\_AUTH, or PERSONAL\_ACCESS\_TOKEN.
5407
+ # are OAUTH, BASIC\_AUTH, PERSONAL\_ACCESS\_TOKEN, or CODECONNECTIONS.
5408
+ # @return [String]
5409
+ #
5410
+ # @!attribute [rw] resource
5411
+ # The connection ARN if your serverType type is GITLAB or
5412
+ # GITLAB\_SELF\_MANAGED and your authType is CODECONNECTIONS.
5391
5413
  # @return [String]
5392
5414
  #
5393
5415
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/SourceCredentialsInfo AWS API Documentation
@@ -5395,7 +5417,8 @@ module Aws::CodeBuild
5395
5417
  class SourceCredentialsInfo < Struct.new(
5396
5418
  :arn,
5397
5419
  :server_type,
5398
- :auth_type)
5420
+ :auth_type,
5421
+ :resource)
5399
5422
  SENSITIVE = []
5400
5423
  include Aws::Structure
5401
5424
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codebuild/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeBuild
54
54
 
55
- GEM_VERSION = '1.106.0'
55
+ GEM_VERSION = '1.107.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -189,7 +189,7 @@ module Aws
189
189
  name: ::String,
190
190
  ?description: ::String,
191
191
  source: {
192
- type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
192
+ type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
193
193
  location: ::String?,
194
194
  git_clone_depth: ::Integer?,
195
195
  git_submodules_config: {
@@ -197,7 +197,7 @@ module Aws
197
197
  }?,
198
198
  buildspec: ::String?,
199
199
  auth: {
200
- type: ("OAUTH"),
200
+ type: ("OAUTH" | "CODECONNECTIONS"),
201
201
  resource: ::String?
202
202
  }?,
203
203
  report_build_status: bool?,
@@ -210,7 +210,7 @@ module Aws
210
210
  },
211
211
  ?secondary_sources: Array[
212
212
  {
213
- type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
213
+ type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
214
214
  location: ::String?,
215
215
  git_clone_depth: ::Integer?,
216
216
  git_submodules_config: {
@@ -218,7 +218,7 @@ module Aws
218
218
  }?,
219
219
  buildspec: ::String?,
220
220
  auth: {
221
- type: ("OAUTH"),
221
+ type: ("OAUTH" | "CODECONNECTIONS"),
222
222
  resource: ::String?
223
223
  }?,
224
224
  report_build_status: bool?,
@@ -533,8 +533,8 @@ module Aws
533
533
  def import_source_credentials: (
534
534
  ?username: ::String,
535
535
  token: ::String,
536
- server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE"),
537
- auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN"),
536
+ server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "GITLAB" | "GITLAB_SELF_MANAGED"),
537
+ auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS"),
538
538
  ?should_overwrite: bool
539
539
  ) -> _ImportSourceCredentialsResponseSuccess
540
540
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportSourceCredentialsResponseSuccess
@@ -769,7 +769,7 @@ module Aws
769
769
  project_name: ::String,
770
770
  ?secondary_sources_override: Array[
771
771
  {
772
- type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
772
+ type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
773
773
  location: ::String?,
774
774
  git_clone_depth: ::Integer?,
775
775
  git_submodules_config: {
@@ -777,7 +777,7 @@ module Aws
777
777
  }?,
778
778
  buildspec: ::String?,
779
779
  auth: {
780
- type: ("OAUTH"),
780
+ type: ("OAUTH" | "CODECONNECTIONS"),
781
781
  resource: ::String?
782
782
  }?,
783
783
  report_build_status: bool?,
@@ -829,10 +829,10 @@ module Aws
829
829
  type: ("PLAINTEXT" | "PARAMETER_STORE" | "SECRETS_MANAGER")?
830
830
  },
831
831
  ],
832
- ?source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
832
+ ?source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
833
833
  ?source_location_override: ::String,
834
834
  ?source_auth_override: {
835
- type: ("OAUTH"),
835
+ type: ("OAUTH" | "CODECONNECTIONS"),
836
836
  resource: ::String?
837
837
  },
838
838
  ?git_clone_depth_override: ::Integer,
@@ -895,7 +895,7 @@ module Aws
895
895
  project_name: ::String,
896
896
  ?secondary_sources_override: Array[
897
897
  {
898
- type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
898
+ type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
899
899
  location: ::String?,
900
900
  git_clone_depth: ::Integer?,
901
901
  git_submodules_config: {
@@ -903,7 +903,7 @@ module Aws
903
903
  }?,
904
904
  buildspec: ::String?,
905
905
  auth: {
906
- type: ("OAUTH"),
906
+ type: ("OAUTH" | "CODECONNECTIONS"),
907
907
  resource: ::String?
908
908
  }?,
909
909
  report_build_status: bool?,
@@ -955,10 +955,10 @@ module Aws
955
955
  type: ("PLAINTEXT" | "PARAMETER_STORE" | "SECRETS_MANAGER")?
956
956
  },
957
957
  ],
958
- ?source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
958
+ ?source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
959
959
  ?source_location_override: ::String,
960
960
  ?source_auth_override: {
961
- type: ("OAUTH"),
961
+ type: ("OAUTH" | "CODECONNECTIONS"),
962
962
  resource: ::String?
963
963
  },
964
964
  ?git_clone_depth_override: ::Integer,
@@ -1074,7 +1074,7 @@ module Aws
1074
1074
  name: ::String,
1075
1075
  ?description: ::String,
1076
1076
  ?source: {
1077
- type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
1077
+ type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
1078
1078
  location: ::String?,
1079
1079
  git_clone_depth: ::Integer?,
1080
1080
  git_submodules_config: {
@@ -1082,7 +1082,7 @@ module Aws
1082
1082
  }?,
1083
1083
  buildspec: ::String?,
1084
1084
  auth: {
1085
- type: ("OAUTH"),
1085
+ type: ("OAUTH" | "CODECONNECTIONS"),
1086
1086
  resource: ::String?
1087
1087
  }?,
1088
1088
  report_build_status: bool?,
@@ -1095,7 +1095,7 @@ module Aws
1095
1095
  },
1096
1096
  ?secondary_sources: Array[
1097
1097
  {
1098
- type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
1098
+ type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
1099
1099
  location: ::String?,
1100
1100
  git_clone_depth: ::Integer?,
1101
1101
  git_submodules_config: {
@@ -1103,7 +1103,7 @@ module Aws
1103
1103
  }?,
1104
1104
  buildspec: ::String?,
1105
1105
  auth: {
1106
- type: ("OAUTH"),
1106
+ type: ("OAUTH" | "CODECONNECTIONS"),
1107
1107
  resource: ::String?
1108
1108
  }?,
1109
1109
  report_build_status: bool?,
data/sig/types.rbs CHANGED
@@ -527,8 +527,8 @@ module Aws::CodeBuild
527
527
  class ImportSourceCredentialsInput
528
528
  attr_accessor username: ::String
529
529
  attr_accessor token: ::String
530
- attr_accessor server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE")
531
- attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN")
530
+ attr_accessor server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "GITLAB" | "GITLAB_SELF_MANAGED")
531
+ attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS")
532
532
  attr_accessor should_overwrite: bool
533
533
  SENSITIVE: [:token]
534
534
  end
@@ -846,7 +846,7 @@ module Aws::CodeBuild
846
846
  end
847
847
 
848
848
  class ProjectSource
849
- attr_accessor type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE")
849
+ attr_accessor type: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE")
850
850
  attr_accessor location: ::String
851
851
  attr_accessor git_clone_depth: ::Integer
852
852
  attr_accessor git_submodules_config: Types::GitSubmodulesConfig
@@ -1004,15 +1004,16 @@ module Aws::CodeBuild
1004
1004
  end
1005
1005
 
1006
1006
  class SourceAuth
1007
- attr_accessor type: ("OAUTH")
1007
+ attr_accessor type: ("OAUTH" | "CODECONNECTIONS")
1008
1008
  attr_accessor resource: ::String
1009
1009
  SENSITIVE: []
1010
1010
  end
1011
1011
 
1012
1012
  class SourceCredentialsInfo
1013
1013
  attr_accessor arn: ::String
1014
- attr_accessor server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE")
1015
- attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN")
1014
+ attr_accessor server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "GITLAB" | "GITLAB_SELF_MANAGED")
1015
+ attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS")
1016
+ attr_accessor resource: ::String
1016
1017
  SENSITIVE: []
1017
1018
  end
1018
1019
 
@@ -1024,7 +1025,7 @@ module Aws::CodeBuild
1024
1025
  attr_accessor artifacts_override: Types::ProjectArtifacts
1025
1026
  attr_accessor secondary_artifacts_override: ::Array[Types::ProjectArtifacts]
1026
1027
  attr_accessor environment_variables_override: ::Array[Types::EnvironmentVariable]
1027
- attr_accessor source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE")
1028
+ attr_accessor source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE")
1028
1029
  attr_accessor source_location_override: ::String
1029
1030
  attr_accessor source_auth_override: Types::SourceAuth
1030
1031
  attr_accessor git_clone_depth_override: ::Integer
@@ -1064,7 +1065,7 @@ module Aws::CodeBuild
1064
1065
  attr_accessor artifacts_override: Types::ProjectArtifacts
1065
1066
  attr_accessor secondary_artifacts_override: ::Array[Types::ProjectArtifacts]
1066
1067
  attr_accessor environment_variables_override: ::Array[Types::EnvironmentVariable]
1067
- attr_accessor source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE")
1068
+ attr_accessor source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE")
1068
1069
  attr_accessor source_location_override: ::String
1069
1070
  attr_accessor source_auth_override: Types::SourceAuth
1070
1071
  attr_accessor git_clone_depth_override: ::Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-20 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core