aws-sdk-codebuild 1.122.0 → 1.124.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 178c55a05a06dfee03f9f9ee58ad01b44726737678c0eaa11fe8a25d338ca5c6
4
- data.tar.gz: f8f96b281f7337854b1b64270fed286f5fe86bd00baeace6ce04a9af62029181
3
+ metadata.gz: e8b46a9105e6d843bf9d072f831777448c2e5e98517ffd5bce46707d0c574d4b
4
+ data.tar.gz: 4ac36226a28d97c3e06cc709bb58d295119611316c93e76a6cd7f658330c88e3
5
5
  SHA512:
6
- metadata.gz: 46d7cc47671886e2d3ead5417352a25097a09d8513d0611b3f3391b88e82874e6d277552079690c62f36da5e4b046054bcc4bfb4a372fb9dbefcd039b88e65b9
7
- data.tar.gz: b50b566cc4e21b7616b379f2dcff7661e401c9d5f0467a62db80d40b97dd9814738a72e6f036636f473f558f24de48d7d865864d9c32742b8e09e88ddc60bc54
6
+ metadata.gz: 4892e3795ff7789aef5db3efe25b297a9fa1765fa055022263f233c037a59b31ba4dde66b7b0a2126c1be1ba1d1b4cfe3479ef3637c4f11f96dd85dcb29f3cf5
7
+ data.tar.gz: 6b64fbf7c57b17c2f6486a0149d9bd4e459c17c9fb9cdd8dc0a2a42cb3931aa47c8e2a4c40ef59946012661c2a5ec800582d750217bbc1ff593e21199464e4a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2024-08-19)
5
+ ------------------
6
+
7
+ * Feature - AWS CodeBuild now supports creating fleets with macOS platform for running builds.
8
+
9
+ 1.123.0 (2024-08-14)
10
+ ------------------
11
+
12
+ * Feature - AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
13
+
4
14
  1.122.0 (2024-07-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.124.0
@@ -507,7 +507,7 @@ module Aws::CodeBuild
507
507
  # resp.build_batches[0].source.git_clone_depth #=> Integer
508
508
  # resp.build_batches[0].source.git_submodules_config.fetch_submodules #=> Boolean
509
509
  # resp.build_batches[0].source.buildspec #=> String
510
- # resp.build_batches[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
510
+ # resp.build_batches[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
511
511
  # resp.build_batches[0].source.auth.resource #=> String
512
512
  # resp.build_batches[0].source.report_build_status #=> Boolean
513
513
  # resp.build_batches[0].source.build_status_config.context #=> String
@@ -520,7 +520,7 @@ module Aws::CodeBuild
520
520
  # resp.build_batches[0].secondary_sources[0].git_clone_depth #=> Integer
521
521
  # resp.build_batches[0].secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
522
522
  # resp.build_batches[0].secondary_sources[0].buildspec #=> String
523
- # resp.build_batches[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
523
+ # resp.build_batches[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
524
524
  # resp.build_batches[0].secondary_sources[0].auth.resource #=> String
525
525
  # resp.build_batches[0].secondary_sources[0].report_build_status #=> Boolean
526
526
  # resp.build_batches[0].secondary_sources[0].build_status_config.context #=> String
@@ -549,7 +549,7 @@ module Aws::CodeBuild
549
549
  # resp.build_batches[0].cache.location #=> String
550
550
  # resp.build_batches[0].cache.modes #=> Array
551
551
  # resp.build_batches[0].cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
552
- # resp.build_batches[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
552
+ # resp.build_batches[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
553
553
  # resp.build_batches[0].environment.image #=> String
554
554
  # resp.build_batches[0].environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
555
555
  # resp.build_batches[0].environment.fleet.fleet_arn #=> String
@@ -676,7 +676,7 @@ module Aws::CodeBuild
676
676
  # resp.builds[0].source.git_clone_depth #=> Integer
677
677
  # resp.builds[0].source.git_submodules_config.fetch_submodules #=> Boolean
678
678
  # resp.builds[0].source.buildspec #=> String
679
- # resp.builds[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
679
+ # resp.builds[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
680
680
  # resp.builds[0].source.auth.resource #=> String
681
681
  # resp.builds[0].source.report_build_status #=> Boolean
682
682
  # resp.builds[0].source.build_status_config.context #=> String
@@ -689,7 +689,7 @@ module Aws::CodeBuild
689
689
  # resp.builds[0].secondary_sources[0].git_clone_depth #=> Integer
690
690
  # resp.builds[0].secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
691
691
  # resp.builds[0].secondary_sources[0].buildspec #=> String
692
- # resp.builds[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
692
+ # resp.builds[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
693
693
  # resp.builds[0].secondary_sources[0].auth.resource #=> String
694
694
  # resp.builds[0].secondary_sources[0].report_build_status #=> Boolean
695
695
  # resp.builds[0].secondary_sources[0].build_status_config.context #=> String
@@ -718,7 +718,7 @@ module Aws::CodeBuild
718
718
  # resp.builds[0].cache.location #=> String
719
719
  # resp.builds[0].cache.modes #=> Array
720
720
  # resp.builds[0].cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
721
- # resp.builds[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
721
+ # resp.builds[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
722
722
  # resp.builds[0].environment.image #=> String
723
723
  # resp.builds[0].environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
724
724
  # resp.builds[0].environment.fleet.fleet_arn #=> String
@@ -808,10 +808,10 @@ module Aws::CodeBuild
808
808
  # resp.fleets[0].created #=> Time
809
809
  # resp.fleets[0].last_modified #=> Time
810
810
  # resp.fleets[0].status.status_code #=> String, one of "CREATING", "UPDATING", "ROTATING", "PENDING_DELETION", "DELETING", "CREATE_FAILED", "UPDATE_ROLLBACK_FAILED", "ACTIVE"
811
- # resp.fleets[0].status.context #=> String, one of "CREATE_FAILED", "UPDATE_FAILED", "ACTION_REQUIRED"
811
+ # resp.fleets[0].status.context #=> String, one of "CREATE_FAILED", "UPDATE_FAILED", "ACTION_REQUIRED", "PENDING_DELETION", "INSUFFICIENT_CAPACITY"
812
812
  # resp.fleets[0].status.message #=> String
813
813
  # resp.fleets[0].base_capacity #=> Integer
814
- # resp.fleets[0].environment_type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
814
+ # resp.fleets[0].environment_type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
815
815
  # resp.fleets[0].compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
816
816
  # resp.fleets[0].scaling_configuration.scaling_type #=> String, one of "TARGET_TRACKING_SCALING"
817
817
  # resp.fleets[0].scaling_configuration.target_tracking_scaling_configs #=> Array
@@ -825,6 +825,7 @@ module Aws::CodeBuild
825
825
  # resp.fleets[0].vpc_config.subnets[0] #=> String
826
826
  # resp.fleets[0].vpc_config.security_group_ids #=> Array
827
827
  # resp.fleets[0].vpc_config.security_group_ids[0] #=> String
828
+ # resp.fleets[0].image_id #=> String
828
829
  # resp.fleets[0].fleet_service_role #=> String
829
830
  # resp.fleets[0].tags #=> Array
830
831
  # resp.fleets[0].tags[0].key #=> String
@@ -870,7 +871,7 @@ module Aws::CodeBuild
870
871
  # resp.projects[0].source.git_clone_depth #=> Integer
871
872
  # resp.projects[0].source.git_submodules_config.fetch_submodules #=> Boolean
872
873
  # resp.projects[0].source.buildspec #=> String
873
- # resp.projects[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
874
+ # resp.projects[0].source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
874
875
  # resp.projects[0].source.auth.resource #=> String
875
876
  # resp.projects[0].source.report_build_status #=> Boolean
876
877
  # resp.projects[0].source.build_status_config.context #=> String
@@ -883,7 +884,7 @@ module Aws::CodeBuild
883
884
  # resp.projects[0].secondary_sources[0].git_clone_depth #=> Integer
884
885
  # resp.projects[0].secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
885
886
  # resp.projects[0].secondary_sources[0].buildspec #=> String
886
- # resp.projects[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
887
+ # resp.projects[0].secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
887
888
  # resp.projects[0].secondary_sources[0].auth.resource #=> String
888
889
  # resp.projects[0].secondary_sources[0].report_build_status #=> Boolean
889
890
  # resp.projects[0].secondary_sources[0].build_status_config.context #=> String
@@ -919,7 +920,7 @@ module Aws::CodeBuild
919
920
  # resp.projects[0].cache.location #=> String
920
921
  # resp.projects[0].cache.modes #=> Array
921
922
  # resp.projects[0].cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
922
- # resp.projects[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
923
+ # resp.projects[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
923
924
  # resp.projects[0].environment.image #=> String
924
925
  # resp.projects[0].environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
925
926
  # resp.projects[0].environment.fleet.fleet_arn #=> String
@@ -1228,6 +1229,9 @@ module Aws::CodeBuild
1228
1229
  # @option params [Types::VpcConfig] :vpc_config
1229
1230
  # Information about the VPC configuration that CodeBuild accesses.
1230
1231
  #
1232
+ # @option params [String] :image_id
1233
+ # The Amazon Machine Image (AMI) of the compute fleet.
1234
+ #
1231
1235
  # @option params [String] :fleet_service_role
1232
1236
  # The service role associated with the compute fleet. For more
1233
1237
  # information, see [ Allow a user to add a permission policy for a fleet
@@ -1252,7 +1256,7 @@ module Aws::CodeBuild
1252
1256
  # resp = client.create_fleet({
1253
1257
  # name: "FleetName", # required
1254
1258
  # base_capacity: 1, # required
1255
- # environment_type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER
1259
+ # environment_type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER, MAC_ARM
1256
1260
  # compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, BUILD_GENERAL1_2XLARGE, BUILD_LAMBDA_1GB, BUILD_LAMBDA_2GB, BUILD_LAMBDA_4GB, BUILD_LAMBDA_8GB, BUILD_LAMBDA_10GB
1257
1261
  # scaling_configuration: {
1258
1262
  # scaling_type: "TARGET_TRACKING_SCALING", # accepts TARGET_TRACKING_SCALING
@@ -1270,6 +1274,7 @@ module Aws::CodeBuild
1270
1274
  # subnets: ["NonEmptyString"],
1271
1275
  # security_group_ids: ["NonEmptyString"],
1272
1276
  # },
1277
+ # image_id: "NonEmptyString",
1273
1278
  # fleet_service_role: "NonEmptyString",
1274
1279
  # tags: [
1275
1280
  # {
@@ -1287,10 +1292,10 @@ module Aws::CodeBuild
1287
1292
  # resp.fleet.created #=> Time
1288
1293
  # resp.fleet.last_modified #=> Time
1289
1294
  # resp.fleet.status.status_code #=> String, one of "CREATING", "UPDATING", "ROTATING", "PENDING_DELETION", "DELETING", "CREATE_FAILED", "UPDATE_ROLLBACK_FAILED", "ACTIVE"
1290
- # resp.fleet.status.context #=> String, one of "CREATE_FAILED", "UPDATE_FAILED", "ACTION_REQUIRED"
1295
+ # resp.fleet.status.context #=> String, one of "CREATE_FAILED", "UPDATE_FAILED", "ACTION_REQUIRED", "PENDING_DELETION", "INSUFFICIENT_CAPACITY"
1291
1296
  # resp.fleet.status.message #=> String
1292
1297
  # resp.fleet.base_capacity #=> Integer
1293
- # resp.fleet.environment_type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
1298
+ # resp.fleet.environment_type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
1294
1299
  # resp.fleet.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
1295
1300
  # resp.fleet.scaling_configuration.scaling_type #=> String, one of "TARGET_TRACKING_SCALING"
1296
1301
  # resp.fleet.scaling_configuration.target_tracking_scaling_configs #=> Array
@@ -1304,6 +1309,7 @@ module Aws::CodeBuild
1304
1309
  # resp.fleet.vpc_config.subnets[0] #=> String
1305
1310
  # resp.fleet.vpc_config.security_group_ids #=> Array
1306
1311
  # resp.fleet.vpc_config.security_group_ids[0] #=> String
1312
+ # resp.fleet.image_id #=> String
1307
1313
  # resp.fleet.fleet_service_role #=> String
1308
1314
  # resp.fleet.tags #=> Array
1309
1315
  # resp.fleet.tags[0].key #=> String
@@ -1470,7 +1476,7 @@ module Aws::CodeBuild
1470
1476
  # },
1471
1477
  # buildspec: "String",
1472
1478
  # auth: {
1473
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
1479
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
1474
1480
  # resource: "String",
1475
1481
  # },
1476
1482
  # report_build_status: false,
@@ -1491,7 +1497,7 @@ module Aws::CodeBuild
1491
1497
  # },
1492
1498
  # buildspec: "String",
1493
1499
  # auth: {
1494
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
1500
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
1495
1501
  # resource: "String",
1496
1502
  # },
1497
1503
  # report_build_status: false,
@@ -1542,7 +1548,7 @@ module Aws::CodeBuild
1542
1548
  # modes: ["LOCAL_DOCKER_LAYER_CACHE"], # accepts LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
1543
1549
  # },
1544
1550
  # environment: { # required
1545
- # type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER
1551
+ # type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER, MAC_ARM
1546
1552
  # image: "NonEmptyString", # required
1547
1553
  # compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, BUILD_GENERAL1_2XLARGE, BUILD_LAMBDA_1GB, BUILD_LAMBDA_2GB, BUILD_LAMBDA_4GB, BUILD_LAMBDA_8GB, BUILD_LAMBDA_10GB
1548
1554
  # fleet: {
@@ -1624,7 +1630,7 @@ module Aws::CodeBuild
1624
1630
  # resp.project.source.git_clone_depth #=> Integer
1625
1631
  # resp.project.source.git_submodules_config.fetch_submodules #=> Boolean
1626
1632
  # resp.project.source.buildspec #=> String
1627
- # resp.project.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
1633
+ # resp.project.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
1628
1634
  # resp.project.source.auth.resource #=> String
1629
1635
  # resp.project.source.report_build_status #=> Boolean
1630
1636
  # resp.project.source.build_status_config.context #=> String
@@ -1637,7 +1643,7 @@ module Aws::CodeBuild
1637
1643
  # resp.project.secondary_sources[0].git_clone_depth #=> Integer
1638
1644
  # resp.project.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
1639
1645
  # resp.project.secondary_sources[0].buildspec #=> String
1640
- # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
1646
+ # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
1641
1647
  # resp.project.secondary_sources[0].auth.resource #=> String
1642
1648
  # resp.project.secondary_sources[0].report_build_status #=> Boolean
1643
1649
  # resp.project.secondary_sources[0].build_status_config.context #=> String
@@ -1673,7 +1679,7 @@ module Aws::CodeBuild
1673
1679
  # resp.project.cache.location #=> String
1674
1680
  # resp.project.cache.modes #=> Array
1675
1681
  # resp.project.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
1676
- # resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
1682
+ # resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
1677
1683
  # resp.project.environment.image #=> String
1678
1684
  # resp.project.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
1679
1685
  # resp.project.environment.fleet.fleet_arn #=> String
@@ -2423,8 +2429,8 @@ module Aws::CodeBuild
2423
2429
  end
2424
2430
 
2425
2431
  # Imports the source repository credentials for an CodeBuild project
2426
- # that has its source code stored in a GitHub, GitHub Enterprise, or
2427
- # Bitbucket repository.
2432
+ # that has its source code stored in a GitHub, GitHub Enterprise,
2433
+ # GitLab, GitLab Self Managed, or Bitbucket repository.
2428
2434
  #
2429
2435
  # @option params [String] :username
2430
2436
  # The Bitbucket username when the `authType` is BASIC\_AUTH. This
@@ -2434,7 +2440,8 @@ module Aws::CodeBuild
2434
2440
  # @option params [required, String] :token
2435
2441
  # For GitHub or GitHub Enterprise, this is the personal access token.
2436
2442
  # For Bitbucket, this is either the access token or the app password.
2437
- # For the `authType` CODECONNECTIONS, this is the `connectionArn`.
2443
+ # For the `authType` CODECONNECTIONS, this is the `connectionArn`. For
2444
+ # the `authType` SECRETS\_MANAGER, this is the `secretArn`.
2438
2445
  #
2439
2446
  # @option params [required, String] :server_type
2440
2447
  # The source provider used for this project.
@@ -2443,8 +2450,7 @@ module Aws::CodeBuild
2443
2450
  # The type of authentication used to connect to a GitHub, GitHub
2444
2451
  # Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An
2445
2452
  # OAUTH connection is not supported by the API and must be created using
2446
- # the CodeBuild console. Note that CODECONNECTIONS is only valid for
2447
- # GitLab and GitLab Self Managed.
2453
+ # the CodeBuild console.
2448
2454
  #
2449
2455
  # @option params [Boolean] :should_overwrite
2450
2456
  # Set to `false` to prevent overwriting the repository source
@@ -2461,7 +2467,7 @@ module Aws::CodeBuild
2461
2467
  # username: "NonEmptyString",
2462
2468
  # token: "SensitiveNonEmptyString", # required
2463
2469
  # server_type: "GITHUB", # required, accepts GITHUB, BITBUCKET, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED
2464
- # auth_type: "OAUTH", # required, accepts OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS
2470
+ # auth_type: "OAUTH", # required, accepts OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, SECRETS_MANAGER
2465
2471
  # should_overwrite: false,
2466
2472
  # })
2467
2473
  #
@@ -3214,7 +3220,7 @@ module Aws::CodeBuild
3214
3220
  # resp.source_credentials_infos #=> Array
3215
3221
  # resp.source_credentials_infos[0].arn #=> String
3216
3222
  # resp.source_credentials_infos[0].server_type #=> String, one of "GITHUB", "BITBUCKET", "GITHUB_ENTERPRISE", "GITLAB", "GITLAB_SELF_MANAGED"
3217
- # resp.source_credentials_infos[0].auth_type #=> String, one of "OAUTH", "BASIC_AUTH", "PERSONAL_ACCESS_TOKEN", "CODECONNECTIONS"
3223
+ # resp.source_credentials_infos[0].auth_type #=> String, one of "OAUTH", "BASIC_AUTH", "PERSONAL_ACCESS_TOKEN", "CODECONNECTIONS", "SECRETS_MANAGER"
3218
3224
  # resp.source_credentials_infos[0].resource #=> String
3219
3225
  #
3220
3226
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSourceCredentials AWS API Documentation
@@ -3316,7 +3322,7 @@ module Aws::CodeBuild
3316
3322
  # resp.build.source.git_clone_depth #=> Integer
3317
3323
  # resp.build.source.git_submodules_config.fetch_submodules #=> Boolean
3318
3324
  # resp.build.source.buildspec #=> String
3319
- # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3325
+ # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
3320
3326
  # resp.build.source.auth.resource #=> String
3321
3327
  # resp.build.source.report_build_status #=> Boolean
3322
3328
  # resp.build.source.build_status_config.context #=> String
@@ -3329,7 +3335,7 @@ module Aws::CodeBuild
3329
3335
  # resp.build.secondary_sources[0].git_clone_depth #=> Integer
3330
3336
  # resp.build.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
3331
3337
  # resp.build.secondary_sources[0].buildspec #=> String
3332
- # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3338
+ # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
3333
3339
  # resp.build.secondary_sources[0].auth.resource #=> String
3334
3340
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
3335
3341
  # resp.build.secondary_sources[0].build_status_config.context #=> String
@@ -3358,7 +3364,7 @@ module Aws::CodeBuild
3358
3364
  # resp.build.cache.location #=> String
3359
3365
  # resp.build.cache.modes #=> Array
3360
3366
  # resp.build.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
3361
- # resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
3367
+ # resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
3362
3368
  # resp.build.environment.image #=> String
3363
3369
  # resp.build.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
3364
3370
  # resp.build.environment.fleet.fleet_arn #=> String
@@ -3474,7 +3480,7 @@ module Aws::CodeBuild
3474
3480
  # resp.build_batch.source.git_clone_depth #=> Integer
3475
3481
  # resp.build_batch.source.git_submodules_config.fetch_submodules #=> Boolean
3476
3482
  # resp.build_batch.source.buildspec #=> String
3477
- # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3483
+ # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
3478
3484
  # resp.build_batch.source.auth.resource #=> String
3479
3485
  # resp.build_batch.source.report_build_status #=> Boolean
3480
3486
  # resp.build_batch.source.build_status_config.context #=> String
@@ -3487,7 +3493,7 @@ module Aws::CodeBuild
3487
3493
  # resp.build_batch.secondary_sources[0].git_clone_depth #=> Integer
3488
3494
  # resp.build_batch.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
3489
3495
  # resp.build_batch.secondary_sources[0].buildspec #=> String
3490
- # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
3496
+ # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
3491
3497
  # resp.build_batch.secondary_sources[0].auth.resource #=> String
3492
3498
  # resp.build_batch.secondary_sources[0].report_build_status #=> Boolean
3493
3499
  # resp.build_batch.secondary_sources[0].build_status_config.context #=> String
@@ -3516,7 +3522,7 @@ module Aws::CodeBuild
3516
3522
  # resp.build_batch.cache.location #=> String
3517
3523
  # resp.build_batch.cache.modes #=> Array
3518
3524
  # resp.build_batch.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
3519
- # resp.build_batch.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
3525
+ # resp.build_batch.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
3520
3526
  # resp.build_batch.environment.image #=> String
3521
3527
  # resp.build_batch.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
3522
3528
  # resp.build_batch.environment.fleet.fleet_arn #=> String
@@ -3868,7 +3874,7 @@ module Aws::CodeBuild
3868
3874
  # },
3869
3875
  # buildspec: "String",
3870
3876
  # auth: {
3871
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
3877
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
3872
3878
  # resource: "String",
3873
3879
  # },
3874
3880
  # report_build_status: false,
@@ -3923,7 +3929,7 @@ module Aws::CodeBuild
3923
3929
  # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
3924
3930
  # source_location_override: "String",
3925
3931
  # source_auth_override: {
3926
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
3932
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
3927
3933
  # resource: "String",
3928
3934
  # },
3929
3935
  # git_clone_depth_override: 1,
@@ -3937,7 +3943,7 @@ module Aws::CodeBuild
3937
3943
  # context: "String",
3938
3944
  # target_url: "String",
3939
3945
  # },
3940
- # environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER
3946
+ # environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER, MAC_ARM
3941
3947
  # image_override: "NonEmptyString",
3942
3948
  # compute_type_override: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, BUILD_GENERAL1_2XLARGE, BUILD_LAMBDA_1GB, BUILD_LAMBDA_2GB, BUILD_LAMBDA_4GB, BUILD_LAMBDA_8GB, BUILD_LAMBDA_10GB
3943
3949
  # certificate_override: "String",
@@ -4002,7 +4008,7 @@ module Aws::CodeBuild
4002
4008
  # resp.build.source.git_clone_depth #=> Integer
4003
4009
  # resp.build.source.git_submodules_config.fetch_submodules #=> Boolean
4004
4010
  # resp.build.source.buildspec #=> String
4005
- # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4011
+ # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4006
4012
  # resp.build.source.auth.resource #=> String
4007
4013
  # resp.build.source.report_build_status #=> Boolean
4008
4014
  # resp.build.source.build_status_config.context #=> String
@@ -4015,7 +4021,7 @@ module Aws::CodeBuild
4015
4021
  # resp.build.secondary_sources[0].git_clone_depth #=> Integer
4016
4022
  # resp.build.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4017
4023
  # resp.build.secondary_sources[0].buildspec #=> String
4018
- # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4024
+ # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4019
4025
  # resp.build.secondary_sources[0].auth.resource #=> String
4020
4026
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
4021
4027
  # resp.build.secondary_sources[0].build_status_config.context #=> String
@@ -4044,7 +4050,7 @@ module Aws::CodeBuild
4044
4050
  # resp.build.cache.location #=> String
4045
4051
  # resp.build.cache.modes #=> Array
4046
4052
  # resp.build.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
4047
- # resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
4053
+ # resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
4048
4054
  # resp.build.environment.image #=> String
4049
4055
  # resp.build.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
4050
4056
  # resp.build.environment.fleet.fleet_arn #=> String
@@ -4342,7 +4348,7 @@ module Aws::CodeBuild
4342
4348
  # },
4343
4349
  # buildspec: "String",
4344
4350
  # auth: {
4345
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
4351
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
4346
4352
  # resource: "String",
4347
4353
  # },
4348
4354
  # report_build_status: false,
@@ -4397,7 +4403,7 @@ module Aws::CodeBuild
4397
4403
  # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, GITLAB, GITLAB_SELF_MANAGED, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
4398
4404
  # source_location_override: "String",
4399
4405
  # source_auth_override: {
4400
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
4406
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
4401
4407
  # resource: "String",
4402
4408
  # },
4403
4409
  # git_clone_depth_override: 1,
@@ -4407,7 +4413,7 @@ module Aws::CodeBuild
4407
4413
  # buildspec_override: "String",
4408
4414
  # insecure_ssl_override: false,
4409
4415
  # report_build_batch_status_override: false,
4410
- # environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER
4416
+ # environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER, MAC_ARM
4411
4417
  # image_override: "NonEmptyString",
4412
4418
  # compute_type_override: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, BUILD_GENERAL1_2XLARGE, BUILD_LAMBDA_1GB, BUILD_LAMBDA_2GB, BUILD_LAMBDA_4GB, BUILD_LAMBDA_8GB, BUILD_LAMBDA_10GB
4413
4419
  # certificate_override: "String",
@@ -4478,7 +4484,7 @@ module Aws::CodeBuild
4478
4484
  # resp.build_batch.source.git_clone_depth #=> Integer
4479
4485
  # resp.build_batch.source.git_submodules_config.fetch_submodules #=> Boolean
4480
4486
  # resp.build_batch.source.buildspec #=> String
4481
- # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4487
+ # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4482
4488
  # resp.build_batch.source.auth.resource #=> String
4483
4489
  # resp.build_batch.source.report_build_status #=> Boolean
4484
4490
  # resp.build_batch.source.build_status_config.context #=> String
@@ -4491,7 +4497,7 @@ module Aws::CodeBuild
4491
4497
  # resp.build_batch.secondary_sources[0].git_clone_depth #=> Integer
4492
4498
  # resp.build_batch.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4493
4499
  # resp.build_batch.secondary_sources[0].buildspec #=> String
4494
- # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4500
+ # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4495
4501
  # resp.build_batch.secondary_sources[0].auth.resource #=> String
4496
4502
  # resp.build_batch.secondary_sources[0].report_build_status #=> Boolean
4497
4503
  # resp.build_batch.secondary_sources[0].build_status_config.context #=> String
@@ -4520,7 +4526,7 @@ module Aws::CodeBuild
4520
4526
  # resp.build_batch.cache.location #=> String
4521
4527
  # resp.build_batch.cache.modes #=> Array
4522
4528
  # resp.build_batch.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
4523
- # resp.build_batch.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
4529
+ # resp.build_batch.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
4524
4530
  # resp.build_batch.environment.image #=> String
4525
4531
  # resp.build_batch.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
4526
4532
  # resp.build_batch.environment.fleet.fleet_arn #=> String
@@ -4643,7 +4649,7 @@ module Aws::CodeBuild
4643
4649
  # resp.build.source.git_clone_depth #=> Integer
4644
4650
  # resp.build.source.git_submodules_config.fetch_submodules #=> Boolean
4645
4651
  # resp.build.source.buildspec #=> String
4646
- # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4652
+ # resp.build.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4647
4653
  # resp.build.source.auth.resource #=> String
4648
4654
  # resp.build.source.report_build_status #=> Boolean
4649
4655
  # resp.build.source.build_status_config.context #=> String
@@ -4656,7 +4662,7 @@ module Aws::CodeBuild
4656
4662
  # resp.build.secondary_sources[0].git_clone_depth #=> Integer
4657
4663
  # resp.build.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4658
4664
  # resp.build.secondary_sources[0].buildspec #=> String
4659
- # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4665
+ # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4660
4666
  # resp.build.secondary_sources[0].auth.resource #=> String
4661
4667
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
4662
4668
  # resp.build.secondary_sources[0].build_status_config.context #=> String
@@ -4685,7 +4691,7 @@ module Aws::CodeBuild
4685
4691
  # resp.build.cache.location #=> String
4686
4692
  # resp.build.cache.modes #=> Array
4687
4693
  # resp.build.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
4688
- # resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
4694
+ # resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
4689
4695
  # resp.build.environment.image #=> String
4690
4696
  # resp.build.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
4691
4697
  # resp.build.environment.fleet.fleet_arn #=> String
@@ -4788,7 +4794,7 @@ module Aws::CodeBuild
4788
4794
  # resp.build_batch.source.git_clone_depth #=> Integer
4789
4795
  # resp.build_batch.source.git_submodules_config.fetch_submodules #=> Boolean
4790
4796
  # resp.build_batch.source.buildspec #=> String
4791
- # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4797
+ # resp.build_batch.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4792
4798
  # resp.build_batch.source.auth.resource #=> String
4793
4799
  # resp.build_batch.source.report_build_status #=> Boolean
4794
4800
  # resp.build_batch.source.build_status_config.context #=> String
@@ -4801,7 +4807,7 @@ module Aws::CodeBuild
4801
4807
  # resp.build_batch.secondary_sources[0].git_clone_depth #=> Integer
4802
4808
  # resp.build_batch.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
4803
4809
  # resp.build_batch.secondary_sources[0].buildspec #=> String
4804
- # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
4810
+ # resp.build_batch.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
4805
4811
  # resp.build_batch.secondary_sources[0].auth.resource #=> String
4806
4812
  # resp.build_batch.secondary_sources[0].report_build_status #=> Boolean
4807
4813
  # resp.build_batch.secondary_sources[0].build_status_config.context #=> String
@@ -4830,7 +4836,7 @@ module Aws::CodeBuild
4830
4836
  # resp.build_batch.cache.location #=> String
4831
4837
  # resp.build_batch.cache.modes #=> Array
4832
4838
  # resp.build_batch.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
4833
- # resp.build_batch.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
4839
+ # resp.build_batch.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
4834
4840
  # resp.build_batch.environment.image #=> String
4835
4841
  # resp.build_batch.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
4836
4842
  # resp.build_batch.environment.fleet.fleet_arn #=> String
@@ -5036,6 +5042,9 @@ module Aws::CodeBuild
5036
5042
  # @option params [Types::VpcConfig] :vpc_config
5037
5043
  # Information about the VPC configuration that CodeBuild accesses.
5038
5044
  #
5045
+ # @option params [String] :image_id
5046
+ # The Amazon Machine Image (AMI) of the compute fleet.
5047
+ #
5039
5048
  # @option params [String] :fleet_service_role
5040
5049
  # The service role associated with the compute fleet. For more
5041
5050
  # information, see [ Allow a user to add a permission policy for a fleet
@@ -5060,7 +5069,7 @@ module Aws::CodeBuild
5060
5069
  # resp = client.update_fleet({
5061
5070
  # arn: "NonEmptyString", # required
5062
5071
  # base_capacity: 1,
5063
- # environment_type: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER
5072
+ # environment_type: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER, MAC_ARM
5064
5073
  # compute_type: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, BUILD_GENERAL1_2XLARGE, BUILD_LAMBDA_1GB, BUILD_LAMBDA_2GB, BUILD_LAMBDA_4GB, BUILD_LAMBDA_8GB, BUILD_LAMBDA_10GB
5065
5074
  # scaling_configuration: {
5066
5075
  # scaling_type: "TARGET_TRACKING_SCALING", # accepts TARGET_TRACKING_SCALING
@@ -5078,6 +5087,7 @@ module Aws::CodeBuild
5078
5087
  # subnets: ["NonEmptyString"],
5079
5088
  # security_group_ids: ["NonEmptyString"],
5080
5089
  # },
5090
+ # image_id: "NonEmptyString",
5081
5091
  # fleet_service_role: "NonEmptyString",
5082
5092
  # tags: [
5083
5093
  # {
@@ -5095,10 +5105,10 @@ module Aws::CodeBuild
5095
5105
  # resp.fleet.created #=> Time
5096
5106
  # resp.fleet.last_modified #=> Time
5097
5107
  # resp.fleet.status.status_code #=> String, one of "CREATING", "UPDATING", "ROTATING", "PENDING_DELETION", "DELETING", "CREATE_FAILED", "UPDATE_ROLLBACK_FAILED", "ACTIVE"
5098
- # resp.fleet.status.context #=> String, one of "CREATE_FAILED", "UPDATE_FAILED", "ACTION_REQUIRED"
5108
+ # resp.fleet.status.context #=> String, one of "CREATE_FAILED", "UPDATE_FAILED", "ACTION_REQUIRED", "PENDING_DELETION", "INSUFFICIENT_CAPACITY"
5099
5109
  # resp.fleet.status.message #=> String
5100
5110
  # resp.fleet.base_capacity #=> Integer
5101
- # resp.fleet.environment_type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
5111
+ # resp.fleet.environment_type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
5102
5112
  # resp.fleet.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
5103
5113
  # resp.fleet.scaling_configuration.scaling_type #=> String, one of "TARGET_TRACKING_SCALING"
5104
5114
  # resp.fleet.scaling_configuration.target_tracking_scaling_configs #=> Array
@@ -5112,6 +5122,7 @@ module Aws::CodeBuild
5112
5122
  # resp.fleet.vpc_config.subnets[0] #=> String
5113
5123
  # resp.fleet.vpc_config.security_group_ids #=> Array
5114
5124
  # resp.fleet.vpc_config.security_group_ids[0] #=> String
5125
+ # resp.fleet.image_id #=> String
5115
5126
  # resp.fleet.fleet_service_role #=> String
5116
5127
  # resp.fleet.tags #=> Array
5117
5128
  # resp.fleet.tags[0].key #=> String
@@ -5281,7 +5292,7 @@ module Aws::CodeBuild
5281
5292
  # },
5282
5293
  # buildspec: "String",
5283
5294
  # auth: {
5284
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
5295
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
5285
5296
  # resource: "String",
5286
5297
  # },
5287
5298
  # report_build_status: false,
@@ -5302,7 +5313,7 @@ module Aws::CodeBuild
5302
5313
  # },
5303
5314
  # buildspec: "String",
5304
5315
  # auth: {
5305
- # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS
5316
+ # type: "OAUTH", # required, accepts OAUTH, CODECONNECTIONS, SECRETS_MANAGER
5306
5317
  # resource: "String",
5307
5318
  # },
5308
5319
  # report_build_status: false,
@@ -5353,7 +5364,7 @@ module Aws::CodeBuild
5353
5364
  # modes: ["LOCAL_DOCKER_LAYER_CACHE"], # accepts LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
5354
5365
  # },
5355
5366
  # environment: {
5356
- # type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER
5367
+ # type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER, LINUX_LAMBDA_CONTAINER, ARM_LAMBDA_CONTAINER, MAC_ARM
5357
5368
  # image: "NonEmptyString", # required
5358
5369
  # compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, BUILD_GENERAL1_2XLARGE, BUILD_LAMBDA_1GB, BUILD_LAMBDA_2GB, BUILD_LAMBDA_4GB, BUILD_LAMBDA_8GB, BUILD_LAMBDA_10GB
5359
5370
  # fleet: {
@@ -5435,7 +5446,7 @@ module Aws::CodeBuild
5435
5446
  # resp.project.source.git_clone_depth #=> Integer
5436
5447
  # resp.project.source.git_submodules_config.fetch_submodules #=> Boolean
5437
5448
  # resp.project.source.buildspec #=> String
5438
- # resp.project.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
5449
+ # resp.project.source.auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
5439
5450
  # resp.project.source.auth.resource #=> String
5440
5451
  # resp.project.source.report_build_status #=> Boolean
5441
5452
  # resp.project.source.build_status_config.context #=> String
@@ -5448,7 +5459,7 @@ module Aws::CodeBuild
5448
5459
  # resp.project.secondary_sources[0].git_clone_depth #=> Integer
5449
5460
  # resp.project.secondary_sources[0].git_submodules_config.fetch_submodules #=> Boolean
5450
5461
  # resp.project.secondary_sources[0].buildspec #=> String
5451
- # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS"
5462
+ # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH", "CODECONNECTIONS", "SECRETS_MANAGER"
5452
5463
  # resp.project.secondary_sources[0].auth.resource #=> String
5453
5464
  # resp.project.secondary_sources[0].report_build_status #=> Boolean
5454
5465
  # resp.project.secondary_sources[0].build_status_config.context #=> String
@@ -5484,7 +5495,7 @@ module Aws::CodeBuild
5484
5495
  # resp.project.cache.location #=> String
5485
5496
  # resp.project.cache.modes #=> Array
5486
5497
  # resp.project.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
5487
- # resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER"
5498
+ # resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "MAC_ARM"
5488
5499
  # resp.project.environment.image #=> String
5489
5500
  # resp.project.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB"
5490
5501
  # resp.project.environment.fleet.fleet_arn #=> String
@@ -5816,7 +5827,7 @@ module Aws::CodeBuild
5816
5827
  params: params,
5817
5828
  config: config)
5818
5829
  context[:gem_name] = 'aws-sdk-codebuild'
5819
- context[:gem_version] = '1.122.0'
5830
+ context[:gem_version] = '1.124.0'
5820
5831
  Seahorse::Client::Request.new(handlers, context)
5821
5832
  end
5822
5833
 
@@ -523,6 +523,7 @@ module Aws::CodeBuild
523
523
  CreateFleetInput.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfigurationInput, location_name: "scalingConfiguration"))
524
524
  CreateFleetInput.add_member(:overflow_behavior, Shapes::ShapeRef.new(shape: FleetOverflowBehavior, location_name: "overflowBehavior"))
525
525
  CreateFleetInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
526
+ CreateFleetInput.add_member(:image_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageId"))
526
527
  CreateFleetInput.add_member(:fleet_service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fleetServiceRole"))
527
528
  CreateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
528
529
  CreateFleetInput.struct_class = Types::CreateFleetInput
@@ -696,6 +697,7 @@ module Aws::CodeBuild
696
697
  Fleet.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfigurationOutput, location_name: "scalingConfiguration"))
697
698
  Fleet.add_member(:overflow_behavior, Shapes::ShapeRef.new(shape: FleetOverflowBehavior, location_name: "overflowBehavior"))
698
699
  Fleet.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
700
+ Fleet.add_member(:image_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageId"))
699
701
  Fleet.add_member(:fleet_service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fleetServiceRole"))
700
702
  Fleet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
701
703
  Fleet.struct_class = Types::Fleet
@@ -1266,6 +1268,7 @@ module Aws::CodeBuild
1266
1268
  UpdateFleetInput.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfigurationInput, location_name: "scalingConfiguration"))
1267
1269
  UpdateFleetInput.add_member(:overflow_behavior, Shapes::ShapeRef.new(shape: FleetOverflowBehavior, location_name: "overflowBehavior"))
1268
1270
  UpdateFleetInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
1271
+ UpdateFleetInput.add_member(:image_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageId"))
1269
1272
  UpdateFleetInput.add_member(:fleet_service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fleetServiceRole"))
1270
1273
  UpdateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1271
1274
  UpdateFleetInput.struct_class = Types::UpdateFleetInput
@@ -1526,6 +1526,10 @@ module Aws::CodeBuild
1526
1526
  # Information about the VPC configuration that CodeBuild accesses.
1527
1527
  # @return [Types::VpcConfig]
1528
1528
  #
1529
+ # @!attribute [rw] image_id
1530
+ # The Amazon Machine Image (AMI) of the compute fleet.
1531
+ # @return [String]
1532
+ #
1529
1533
  # @!attribute [rw] fleet_service_role
1530
1534
  # The service role associated with the compute fleet. For more
1531
1535
  # information, see [ Allow a user to add a permission policy for a
@@ -1554,6 +1558,7 @@ module Aws::CodeBuild
1554
1558
  :scaling_configuration,
1555
1559
  :overflow_behavior,
1556
1560
  :vpc_config,
1561
+ :image_id,
1557
1562
  :fleet_service_role,
1558
1563
  :tags)
1559
1564
  SENSITIVE = []
@@ -2525,6 +2530,10 @@ module Aws::CodeBuild
2525
2530
  # Information about the VPC configuration that CodeBuild accesses.
2526
2531
  # @return [Types::VpcConfig]
2527
2532
  #
2533
+ # @!attribute [rw] image_id
2534
+ # The Amazon Machine Image (AMI) of the compute fleet.
2535
+ # @return [String]
2536
+ #
2528
2537
  # @!attribute [rw] fleet_service_role
2529
2538
  # The service role associated with the compute fleet. For more
2530
2539
  # information, see [ Allow a user to add a permission policy for a
@@ -2558,6 +2567,7 @@ module Aws::CodeBuild
2558
2567
  :scaling_configuration,
2559
2568
  :overflow_behavior,
2560
2569
  :vpc_config,
2570
+ :image_id,
2561
2571
  :fleet_service_role,
2562
2572
  :tags)
2563
2573
  SENSITIVE = []
@@ -2750,7 +2760,8 @@ module Aws::CodeBuild
2750
2760
  # @!attribute [rw] token
2751
2761
  # For GitHub or GitHub Enterprise, this is the personal access token.
2752
2762
  # For Bitbucket, this is either the access token or the app password.
2753
- # For the `authType` CODECONNECTIONS, this is the `connectionArn`.
2763
+ # For the `authType` CODECONNECTIONS, this is the `connectionArn`. For
2764
+ # the `authType` SECRETS\_MANAGER, this is the `secretArn`.
2754
2765
  # @return [String]
2755
2766
  #
2756
2767
  # @!attribute [rw] server_type
@@ -2761,8 +2772,7 @@ module Aws::CodeBuild
2761
2772
  # The type of authentication used to connect to a GitHub, GitHub
2762
2773
  # Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An
2763
2774
  # OAUTH connection is not supported by the API and must be created
2764
- # using the CodeBuild console. Note that CODECONNECTIONS is only valid
2765
- # for GitLab and GitLab Self Managed.
2775
+ # using the CodeBuild console.
2766
2776
  # @return [String]
2767
2777
  #
2768
2778
  # @!attribute [rw] should_overwrite
@@ -4727,9 +4737,6 @@ module Aws::CodeBuild
4727
4737
  # @!attribute [rw] auth
4728
4738
  # Information about the authorization settings for CodeBuild to access
4729
4739
  # the source code to be built.
4730
- #
4731
- # This information is for the CodeBuild console's use only. Your code
4732
- # should not get or set this information directly.
4733
4740
  # @return [Types::SourceAuth]
4734
4741
  #
4735
4742
  # @!attribute [rw] report_build_status
@@ -5491,12 +5498,9 @@ module Aws::CodeBuild
5491
5498
  # Information about the authorization settings for CodeBuild to access
5492
5499
  # the source code to be built.
5493
5500
  #
5494
- # This information is for the CodeBuild console's use only. Your code
5495
- # should not get or set this information directly.
5496
- #
5497
5501
  # @!attribute [rw] type
5498
- # The authorization type to use. Valid options are OAUTH or
5499
- # CODECONNECTIONS.
5502
+ # The authorization type to use. Valid options are OAUTH,
5503
+ # CODECONNECTIONS, or SECRETS\_MANAGER.
5500
5504
  # @return [String]
5501
5505
  #
5502
5506
  # @!attribute [rw] resource
@@ -5526,12 +5530,13 @@ module Aws::CodeBuild
5526
5530
  #
5527
5531
  # @!attribute [rw] auth_type
5528
5532
  # The type of authentication used by the credentials. Valid options
5529
- # are OAUTH, BASIC\_AUTH, PERSONAL\_ACCESS\_TOKEN, or CODECONNECTIONS.
5533
+ # are OAUTH, BASIC\_AUTH, PERSONAL\_ACCESS\_TOKEN, CODECONNECTIONS, or
5534
+ # SECRETS\_MANAGER.
5530
5535
  # @return [String]
5531
5536
  #
5532
5537
  # @!attribute [rw] resource
5533
- # The connection ARN if your serverType type is GITLAB or
5534
- # GITLAB\_SELF\_MANAGED and your authType is CODECONNECTIONS.
5538
+ # The connection ARN if your authType is CODECONNECTIONS or
5539
+ # SECRETS\_MANAGER.
5535
5540
  # @return [String]
5536
5541
  #
5537
5542
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/SourceCredentialsInfo AWS API Documentation
@@ -6508,6 +6513,10 @@ module Aws::CodeBuild
6508
6513
  # Information about the VPC configuration that CodeBuild accesses.
6509
6514
  # @return [Types::VpcConfig]
6510
6515
  #
6516
+ # @!attribute [rw] image_id
6517
+ # The Amazon Machine Image (AMI) of the compute fleet.
6518
+ # @return [String]
6519
+ #
6511
6520
  # @!attribute [rw] fleet_service_role
6512
6521
  # The service role associated with the compute fleet. For more
6513
6522
  # information, see [ Allow a user to add a permission policy for a
@@ -6536,6 +6545,7 @@ module Aws::CodeBuild
6536
6545
  :scaling_configuration,
6537
6546
  :overflow_behavior,
6538
6547
  :vpc_config,
6548
+ :image_id,
6539
6549
  :fleet_service_role,
6540
6550
  :tags)
6541
6551
  SENSITIVE = []
@@ -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.122.0'
55
+ GEM_VERSION = '1.124.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -159,7 +159,7 @@ module Aws
159
159
  def create_fleet: (
160
160
  name: ::String,
161
161
  base_capacity: ::Integer,
162
- environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER"),
162
+ environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM"),
163
163
  compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB"),
164
164
  ?scaling_configuration: {
165
165
  scaling_type: ("TARGET_TRACKING_SCALING")?,
@@ -177,6 +177,7 @@ module Aws
177
177
  subnets: Array[::String]?,
178
178
  security_group_ids: Array[::String]?
179
179
  },
180
+ ?image_id: ::String,
180
181
  ?fleet_service_role: ::String,
181
182
  ?tags: Array[
182
183
  {
@@ -204,7 +205,7 @@ module Aws
204
205
  }?,
205
206
  buildspec: ::String?,
206
207
  auth: {
207
- type: ("OAUTH" | "CODECONNECTIONS"),
208
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
208
209
  resource: ::String?
209
210
  }?,
210
211
  report_build_status: bool?,
@@ -225,7 +226,7 @@ module Aws
225
226
  }?,
226
227
  buildspec: ::String?,
227
228
  auth: {
228
- type: ("OAUTH" | "CODECONNECTIONS"),
229
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
229
230
  resource: ::String?
230
231
  }?,
231
232
  report_build_status: bool?,
@@ -276,7 +277,7 @@ module Aws
276
277
  modes: Array[("LOCAL_DOCKER_LAYER_CACHE" | "LOCAL_SOURCE_CACHE" | "LOCAL_CUSTOM_CACHE")]?
277
278
  },
278
279
  environment: {
279
- type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER"),
280
+ type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM"),
280
281
  image: ::String,
281
282
  compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB"),
282
283
  fleet: {
@@ -547,7 +548,7 @@ module Aws
547
548
  ?username: ::String,
548
549
  token: ::String,
549
550
  server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "GITLAB" | "GITLAB_SELF_MANAGED"),
550
- auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS"),
551
+ auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
551
552
  ?should_overwrite: bool
552
553
  ) -> _ImportSourceCredentialsResponseSuccess
553
554
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportSourceCredentialsResponseSuccess
@@ -790,7 +791,7 @@ module Aws
790
791
  }?,
791
792
  buildspec: ::String?,
792
793
  auth: {
793
- type: ("OAUTH" | "CODECONNECTIONS"),
794
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
794
795
  resource: ::String?
795
796
  }?,
796
797
  report_build_status: bool?,
@@ -845,7 +846,7 @@ module Aws
845
846
  ?source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
846
847
  ?source_location_override: ::String,
847
848
  ?source_auth_override: {
848
- type: ("OAUTH" | "CODECONNECTIONS"),
849
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
849
850
  resource: ::String?
850
851
  },
851
852
  ?git_clone_depth_override: ::Integer,
@@ -859,7 +860,7 @@ module Aws
859
860
  context: ::String?,
860
861
  target_url: ::String?
861
862
  },
862
- ?environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER"),
863
+ ?environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM"),
863
864
  ?image_override: ::String,
864
865
  ?compute_type_override: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB"),
865
866
  ?certificate_override: ::String,
@@ -916,7 +917,7 @@ module Aws
916
917
  }?,
917
918
  buildspec: ::String?,
918
919
  auth: {
919
- type: ("OAUTH" | "CODECONNECTIONS"),
920
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
920
921
  resource: ::String?
921
922
  }?,
922
923
  report_build_status: bool?,
@@ -971,7 +972,7 @@ module Aws
971
972
  ?source_type_override: ("CODECOMMIT" | "CODEPIPELINE" | "GITHUB" | "GITLAB" | "GITLAB_SELF_MANAGED" | "S3" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "NO_SOURCE"),
972
973
  ?source_location_override: ::String,
973
974
  ?source_auth_override: {
974
- type: ("OAUTH" | "CODECONNECTIONS"),
975
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
975
976
  resource: ::String?
976
977
  },
977
978
  ?git_clone_depth_override: ::Integer,
@@ -981,7 +982,7 @@ module Aws
981
982
  ?buildspec_override: ::String,
982
983
  ?insecure_ssl_override: bool,
983
984
  ?report_build_batch_status_override: bool,
984
- ?environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER"),
985
+ ?environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM"),
985
986
  ?image_override: ::String,
986
987
  ?compute_type_override: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB"),
987
988
  ?certificate_override: ::String,
@@ -1056,7 +1057,7 @@ module Aws
1056
1057
  def update_fleet: (
1057
1058
  arn: ::String,
1058
1059
  ?base_capacity: ::Integer,
1059
- ?environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER"),
1060
+ ?environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM"),
1060
1061
  ?compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB"),
1061
1062
  ?scaling_configuration: {
1062
1063
  scaling_type: ("TARGET_TRACKING_SCALING")?,
@@ -1074,6 +1075,7 @@ module Aws
1074
1075
  subnets: Array[::String]?,
1075
1076
  security_group_ids: Array[::String]?
1076
1077
  },
1078
+ ?image_id: ::String,
1077
1079
  ?fleet_service_role: ::String,
1078
1080
  ?tags: Array[
1079
1081
  {
@@ -1101,7 +1103,7 @@ module Aws
1101
1103
  }?,
1102
1104
  buildspec: ::String?,
1103
1105
  auth: {
1104
- type: ("OAUTH" | "CODECONNECTIONS"),
1106
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
1105
1107
  resource: ::String?
1106
1108
  }?,
1107
1109
  report_build_status: bool?,
@@ -1122,7 +1124,7 @@ module Aws
1122
1124
  }?,
1123
1125
  buildspec: ::String?,
1124
1126
  auth: {
1125
- type: ("OAUTH" | "CODECONNECTIONS"),
1127
+ type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER"),
1126
1128
  resource: ::String?
1127
1129
  }?,
1128
1130
  report_build_status: bool?,
@@ -1173,7 +1175,7 @@ module Aws
1173
1175
  modes: Array[("LOCAL_DOCKER_LAYER_CACHE" | "LOCAL_SOURCE_CACHE" | "LOCAL_CUSTOM_CACHE")]?
1174
1176
  },
1175
1177
  ?environment: {
1176
- type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER"),
1178
+ type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM"),
1177
1179
  image: ::String,
1178
1180
  compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB"),
1179
1181
  fleet: {
data/sig/types.rbs CHANGED
@@ -264,11 +264,12 @@ module Aws::CodeBuild
264
264
  class CreateFleetInput
265
265
  attr_accessor name: ::String
266
266
  attr_accessor base_capacity: ::Integer
267
- attr_accessor environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER")
267
+ attr_accessor environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM")
268
268
  attr_accessor compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB")
269
269
  attr_accessor scaling_configuration: Types::ScalingConfigurationInput
270
270
  attr_accessor overflow_behavior: ("QUEUE" | "ON_DEMAND")
271
271
  attr_accessor vpc_config: Types::VpcConfig
272
+ attr_accessor image_id: ::String
272
273
  attr_accessor fleet_service_role: ::String
273
274
  attr_accessor tags: ::Array[Types::Tag]
274
275
  SENSITIVE: []
@@ -485,11 +486,12 @@ module Aws::CodeBuild
485
486
  attr_accessor last_modified: ::Time
486
487
  attr_accessor status: Types::FleetStatus
487
488
  attr_accessor base_capacity: ::Integer
488
- attr_accessor environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER")
489
+ attr_accessor environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM")
489
490
  attr_accessor compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB")
490
491
  attr_accessor scaling_configuration: Types::ScalingConfigurationOutput
491
492
  attr_accessor overflow_behavior: ("QUEUE" | "ON_DEMAND")
492
493
  attr_accessor vpc_config: Types::VpcConfig
494
+ attr_accessor image_id: ::String
493
495
  attr_accessor fleet_service_role: ::String
494
496
  attr_accessor tags: ::Array[Types::Tag]
495
497
  SENSITIVE: []
@@ -497,7 +499,7 @@ module Aws::CodeBuild
497
499
 
498
500
  class FleetStatus
499
501
  attr_accessor status_code: ("CREATING" | "UPDATING" | "ROTATING" | "PENDING_DELETION" | "DELETING" | "CREATE_FAILED" | "UPDATE_ROLLBACK_FAILED" | "ACTIVE")
500
- attr_accessor context: ("CREATE_FAILED" | "UPDATE_FAILED" | "ACTION_REQUIRED")
502
+ attr_accessor context: ("CREATE_FAILED" | "UPDATE_FAILED" | "ACTION_REQUIRED" | "PENDING_DELETION" | "INSUFFICIENT_CAPACITY")
501
503
  attr_accessor message: ::String
502
504
  SENSITIVE: []
503
505
  end
@@ -534,7 +536,7 @@ module Aws::CodeBuild
534
536
  attr_accessor username: ::String
535
537
  attr_accessor token: ::String
536
538
  attr_accessor server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "GITLAB" | "GITLAB_SELF_MANAGED")
537
- attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS")
539
+ attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS" | "SECRETS_MANAGER")
538
540
  attr_accessor should_overwrite: bool
539
541
  SENSITIVE: [:token]
540
542
  end
@@ -825,7 +827,7 @@ module Aws::CodeBuild
825
827
  end
826
828
 
827
829
  class ProjectEnvironment
828
- attr_accessor type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER")
830
+ attr_accessor type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM")
829
831
  attr_accessor image: ::String
830
832
  attr_accessor compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB")
831
833
  attr_accessor fleet: Types::ProjectFleet
@@ -1017,7 +1019,7 @@ module Aws::CodeBuild
1017
1019
  end
1018
1020
 
1019
1021
  class SourceAuth
1020
- attr_accessor type: ("OAUTH" | "CODECONNECTIONS")
1022
+ attr_accessor type: ("OAUTH" | "CODECONNECTIONS" | "SECRETS_MANAGER")
1021
1023
  attr_accessor resource: ::String
1022
1024
  SENSITIVE: []
1023
1025
  end
@@ -1025,7 +1027,7 @@ module Aws::CodeBuild
1025
1027
  class SourceCredentialsInfo
1026
1028
  attr_accessor arn: ::String
1027
1029
  attr_accessor server_type: ("GITHUB" | "BITBUCKET" | "GITHUB_ENTERPRISE" | "GITLAB" | "GITLAB_SELF_MANAGED")
1028
- attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS")
1030
+ attr_accessor auth_type: ("OAUTH" | "BASIC_AUTH" | "PERSONAL_ACCESS_TOKEN" | "CODECONNECTIONS" | "SECRETS_MANAGER")
1029
1031
  attr_accessor resource: ::String
1030
1032
  SENSITIVE: []
1031
1033
  end
@@ -1046,7 +1048,7 @@ module Aws::CodeBuild
1046
1048
  attr_accessor buildspec_override: ::String
1047
1049
  attr_accessor insecure_ssl_override: bool
1048
1050
  attr_accessor report_build_batch_status_override: bool
1049
- attr_accessor environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER")
1051
+ attr_accessor environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM")
1050
1052
  attr_accessor image_override: ::String
1051
1053
  attr_accessor compute_type_override: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB")
1052
1054
  attr_accessor certificate_override: ::String
@@ -1087,7 +1089,7 @@ module Aws::CodeBuild
1087
1089
  attr_accessor insecure_ssl_override: bool
1088
1090
  attr_accessor report_build_status_override: bool
1089
1091
  attr_accessor build_status_config_override: Types::BuildStatusConfig
1090
- attr_accessor environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER")
1092
+ attr_accessor environment_type_override: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM")
1091
1093
  attr_accessor image_override: ::String
1092
1094
  attr_accessor compute_type_override: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB")
1093
1095
  attr_accessor certificate_override: ::String
@@ -1171,11 +1173,12 @@ module Aws::CodeBuild
1171
1173
  class UpdateFleetInput
1172
1174
  attr_accessor arn: ::String
1173
1175
  attr_accessor base_capacity: ::Integer
1174
- attr_accessor environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER")
1176
+ attr_accessor environment_type: ("WINDOWS_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "LINUX_LAMBDA_CONTAINER" | "ARM_LAMBDA_CONTAINER" | "MAC_ARM")
1175
1177
  attr_accessor compute_type: ("BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_LAMBDA_1GB" | "BUILD_LAMBDA_2GB" | "BUILD_LAMBDA_4GB" | "BUILD_LAMBDA_8GB" | "BUILD_LAMBDA_10GB")
1176
1178
  attr_accessor scaling_configuration: Types::ScalingConfigurationInput
1177
1179
  attr_accessor overflow_behavior: ("QUEUE" | "ON_DEMAND")
1178
1180
  attr_accessor vpc_config: Types::VpcConfig
1181
+ attr_accessor image_id: ::String
1179
1182
  attr_accessor fleet_service_role: ::String
1180
1183
  attr_accessor tags: ::Array[Types::Tag]
1181
1184
  SENSITIVE: []
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.122.0
4
+ version: 1.124.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-07-12 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core