aws-sdk-codebuild 1.155.0 → 1.156.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: 5d6053fad3b9e7e70c2f73e9ad9b4e3ad6adf26eae6fcfc70088a25262f111ee
4
- data.tar.gz: '08f449d1e8990d8f823306b73fe62472b6c534334fa3352c42f1e7205b4478a0'
3
+ metadata.gz: ac716b98437561880733c2847a2ac562964b518c5c19ce92f4f61e63036c5589
4
+ data.tar.gz: 5305a3090083bf0a6f1b5fec73d8df138cfd677075f98689e2e4aacf17011992
5
5
  SHA512:
6
- metadata.gz: 8caf68d1de1c49f22dab5e8c60f85a8f60ea785baa5d84e3b24a35aa30b261562faec51bc37c31a977ca1b2c02a48651e9e18f779b444ef4e74f6387e16b3e36
7
- data.tar.gz: e7cf9d253eba624906a47322644c57821100ee1ccafd53c0333f73f664675fc348fc2d146ff94bc47860dc87e6988e7de22bec13a0f91fd5dae4753aecce6edf
6
+ metadata.gz: a904fb8324a9c1f62972ea15fbda1529ca5bfdd8a9d36fcba7d5b432a5f9c7bfa2a5a792a1f4a0198ef65b226f94ae9c6e1c4b85acdf1e12b297bceef25d9698
7
+ data.tar.gz: 8936862e0957763ffc471c163f98be01695d29ade5c949e8af6c23872badaac383847d999e5e4cf48c31f18b52b91078db90a48163091dd1a8be01eebc5f2b7c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.156.0 (2025-05-15)
5
+ ------------------
6
+
7
+ * Feature - AWS CodeBuild now supports Docker Server capability
8
+
4
9
  1.155.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.155.0
1
+ 1.156.0
@@ -612,6 +612,11 @@ module Aws::CodeBuild
612
612
  # resp.build_batches[0].environment.registry_credential.credential #=> String
613
613
  # resp.build_batches[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
614
614
  # resp.build_batches[0].environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
615
+ # resp.build_batches[0].environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
616
+ # resp.build_batches[0].environment.docker_server.security_group_ids #=> Array
617
+ # resp.build_batches[0].environment.docker_server.security_group_ids[0] #=> String
618
+ # resp.build_batches[0].environment.docker_server.status.status #=> String
619
+ # resp.build_batches[0].environment.docker_server.status.message #=> String
615
620
  # resp.build_batches[0].service_role #=> String
616
621
  # resp.build_batches[0].log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
617
622
  # resp.build_batches[0].log_config.cloud_watch_logs.group_name #=> String
@@ -791,6 +796,11 @@ module Aws::CodeBuild
791
796
  # resp.builds[0].environment.registry_credential.credential #=> String
792
797
  # resp.builds[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
793
798
  # resp.builds[0].environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
799
+ # resp.builds[0].environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
800
+ # resp.builds[0].environment.docker_server.security_group_ids #=> Array
801
+ # resp.builds[0].environment.docker_server.security_group_ids[0] #=> String
802
+ # resp.builds[0].environment.docker_server.status.status #=> String
803
+ # resp.builds[0].environment.docker_server.status.message #=> String
794
804
  # resp.builds[0].service_role #=> String
795
805
  # resp.builds[0].logs.group_name #=> String
796
806
  # resp.builds[0].logs.stream_name #=> String
@@ -1074,6 +1084,11 @@ module Aws::CodeBuild
1074
1084
  # resp.projects[0].environment.registry_credential.credential #=> String
1075
1085
  # resp.projects[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
1076
1086
  # resp.projects[0].environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
1087
+ # resp.projects[0].environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
1088
+ # resp.projects[0].environment.docker_server.security_group_ids #=> Array
1089
+ # resp.projects[0].environment.docker_server.security_group_ids[0] #=> String
1090
+ # resp.projects[0].environment.docker_server.status.status #=> String
1091
+ # resp.projects[0].environment.docker_server.status.message #=> String
1077
1092
  # resp.projects[0].service_role #=> String
1078
1093
  # resp.projects[0].timeout_in_minutes #=> Integer
1079
1094
  # resp.projects[0].queued_timeout_in_minutes #=> Integer
@@ -1324,6 +1339,11 @@ module Aws::CodeBuild
1324
1339
  # resp.sandboxes[0].environment.registry_credential.credential #=> String
1325
1340
  # resp.sandboxes[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
1326
1341
  # resp.sandboxes[0].environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
1342
+ # resp.sandboxes[0].environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
1343
+ # resp.sandboxes[0].environment.docker_server.security_group_ids #=> Array
1344
+ # resp.sandboxes[0].environment.docker_server.security_group_ids[0] #=> String
1345
+ # resp.sandboxes[0].environment.docker_server.status.status #=> String
1346
+ # resp.sandboxes[0].environment.docker_server.status.message #=> String
1327
1347
  # resp.sandboxes[0].file_system_locations #=> Array
1328
1348
  # resp.sandboxes[0].file_system_locations[0].type #=> String, one of "EFS"
1329
1349
  # resp.sandboxes[0].file_system_locations[0].location #=> String
@@ -1476,6 +1496,10 @@ module Aws::CodeBuild
1476
1496
  #
1477
1497
  # </note>
1478
1498
  #
1499
+ # * `CUSTOM_INSTANCE_TYPE`: Specify the instance type for your compute
1500
+ # fleet. For a list of supported instance types, see [Supported
1501
+ # instance families ][2] in the *CodeBuild User Guide*.
1502
+ #
1479
1503
  # * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
1480
1504
  # builds.
1481
1505
  #
@@ -1534,17 +1558,19 @@ module Aws::CodeBuild
1534
1558
  # * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
1535
1559
  # memory and 8 vCPUs on ARM-based processors for builds.
1536
1560
  #
1537
- # For more information, see [On-demand environment types][2] in the
1561
+ # For more information, see [On-demand environment types][3] in the
1538
1562
  # *CodeBuild User Guide.*
1539
1563
  #
1540
1564
  #
1541
1565
  #
1542
1566
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
1543
- # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
1567
+ # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types
1568
+ # [3]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
1544
1569
  #
1545
1570
  # @option params [Types::ComputeConfiguration] :compute_configuration
1546
1571
  # The compute configuration of the compute fleet. This is only required
1547
- # if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE`.
1572
+ # if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
1573
+ # `CUSTOM_INSTANCE_TYPE`.
1548
1574
  #
1549
1575
  # @option params [Types::ScalingConfigurationInput] :scaling_configuration
1550
1576
  # The scaling configuration of the compute fleet.
@@ -1958,6 +1984,14 @@ module Aws::CodeBuild
1958
1984
  # credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
1959
1985
  # },
1960
1986
  # image_pull_credentials_type: "CODEBUILD", # accepts CODEBUILD, SERVICE_ROLE
1987
+ # docker_server: {
1988
+ # 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, ATTRIBUTE_BASED_COMPUTE, CUSTOM_INSTANCE_TYPE
1989
+ # security_group_ids: ["NonEmptyString"],
1990
+ # status: {
1991
+ # status: "String",
1992
+ # message: "String",
1993
+ # },
1994
+ # },
1961
1995
  # },
1962
1996
  # service_role: "NonEmptyString", # required
1963
1997
  # timeout_in_minutes: 1,
@@ -2090,6 +2124,11 @@ module Aws::CodeBuild
2090
2124
  # resp.project.environment.registry_credential.credential #=> String
2091
2125
  # resp.project.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
2092
2126
  # resp.project.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
2127
+ # resp.project.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
2128
+ # resp.project.environment.docker_server.security_group_ids #=> Array
2129
+ # resp.project.environment.docker_server.security_group_ids[0] #=> String
2130
+ # resp.project.environment.docker_server.status.status #=> String
2131
+ # resp.project.environment.docker_server.status.message #=> String
2093
2132
  # resp.project.service_role #=> String
2094
2133
  # resp.project.timeout_in_minutes #=> Integer
2095
2134
  # resp.project.queued_timeout_in_minutes #=> Integer
@@ -3959,6 +3998,11 @@ module Aws::CodeBuild
3959
3998
  # resp.build.environment.registry_credential.credential #=> String
3960
3999
  # resp.build.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
3961
4000
  # resp.build.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
4001
+ # resp.build.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
4002
+ # resp.build.environment.docker_server.security_group_ids #=> Array
4003
+ # resp.build.environment.docker_server.security_group_ids[0] #=> String
4004
+ # resp.build.environment.docker_server.status.status #=> String
4005
+ # resp.build.environment.docker_server.status.message #=> String
3962
4006
  # resp.build.service_role #=> String
3963
4007
  # resp.build.logs.group_name #=> String
3964
4008
  # resp.build.logs.stream_name #=> String
@@ -4127,6 +4171,11 @@ module Aws::CodeBuild
4127
4171
  # resp.build_batch.environment.registry_credential.credential #=> String
4128
4172
  # resp.build_batch.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
4129
4173
  # resp.build_batch.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
4174
+ # resp.build_batch.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
4175
+ # resp.build_batch.environment.docker_server.security_group_ids #=> Array
4176
+ # resp.build_batch.environment.docker_server.security_group_ids[0] #=> String
4177
+ # resp.build_batch.environment.docker_server.status.status #=> String
4178
+ # resp.build_batch.environment.docker_server.status.message #=> String
4130
4179
  # resp.build_batch.service_role #=> String
4131
4180
  # resp.build_batch.log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
4132
4181
  # resp.build_batch.log_config.cloud_watch_logs.group_name #=> String
@@ -4673,6 +4722,11 @@ module Aws::CodeBuild
4673
4722
  # resp.build.environment.registry_credential.credential #=> String
4674
4723
  # resp.build.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
4675
4724
  # resp.build.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
4725
+ # resp.build.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
4726
+ # resp.build.environment.docker_server.security_group_ids #=> Array
4727
+ # resp.build.environment.docker_server.security_group_ids[0] #=> String
4728
+ # resp.build.environment.docker_server.status.status #=> String
4729
+ # resp.build.environment.docker_server.status.message #=> String
4676
4730
  # resp.build.service_role #=> String
4677
4731
  # resp.build.logs.group_name #=> String
4678
4732
  # resp.build.logs.stream_name #=> String
@@ -5161,6 +5215,11 @@ module Aws::CodeBuild
5161
5215
  # resp.build_batch.environment.registry_credential.credential #=> String
5162
5216
  # resp.build_batch.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
5163
5217
  # resp.build_batch.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
5218
+ # resp.build_batch.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
5219
+ # resp.build_batch.environment.docker_server.security_group_ids #=> Array
5220
+ # resp.build_batch.environment.docker_server.security_group_ids[0] #=> String
5221
+ # resp.build_batch.environment.docker_server.status.status #=> String
5222
+ # resp.build_batch.environment.docker_server.status.message #=> String
5164
5223
  # resp.build_batch.service_role #=> String
5165
5224
  # resp.build_batch.log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
5166
5225
  # resp.build_batch.log_config.cloud_watch_logs.group_name #=> String
@@ -5369,6 +5428,11 @@ module Aws::CodeBuild
5369
5428
  # resp.sandbox.environment.registry_credential.credential #=> String
5370
5429
  # resp.sandbox.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
5371
5430
  # resp.sandbox.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
5431
+ # resp.sandbox.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
5432
+ # resp.sandbox.environment.docker_server.security_group_ids #=> Array
5433
+ # resp.sandbox.environment.docker_server.security_group_ids[0] #=> String
5434
+ # resp.sandbox.environment.docker_server.status.status #=> String
5435
+ # resp.sandbox.environment.docker_server.status.message #=> String
5372
5436
  # resp.sandbox.file_system_locations #=> Array
5373
5437
  # resp.sandbox.file_system_locations[0].type #=> String, one of "EFS"
5374
5438
  # resp.sandbox.file_system_locations[0].location #=> String
@@ -5563,6 +5627,11 @@ module Aws::CodeBuild
5563
5627
  # resp.build.environment.registry_credential.credential #=> String
5564
5628
  # resp.build.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
5565
5629
  # resp.build.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
5630
+ # resp.build.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
5631
+ # resp.build.environment.docker_server.security_group_ids #=> Array
5632
+ # resp.build.environment.docker_server.security_group_ids[0] #=> String
5633
+ # resp.build.environment.docker_server.status.status #=> String
5634
+ # resp.build.environment.docker_server.status.message #=> String
5566
5635
  # resp.build.service_role #=> String
5567
5636
  # resp.build.logs.group_name #=> String
5568
5637
  # resp.build.logs.stream_name #=> String
@@ -5718,6 +5787,11 @@ module Aws::CodeBuild
5718
5787
  # resp.build_batch.environment.registry_credential.credential #=> String
5719
5788
  # resp.build_batch.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
5720
5789
  # resp.build_batch.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
5790
+ # resp.build_batch.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
5791
+ # resp.build_batch.environment.docker_server.security_group_ids #=> Array
5792
+ # resp.build_batch.environment.docker_server.security_group_ids[0] #=> String
5793
+ # resp.build_batch.environment.docker_server.status.status #=> String
5794
+ # resp.build_batch.environment.docker_server.status.message #=> String
5721
5795
  # resp.build_batch.service_role #=> String
5722
5796
  # resp.build_batch.log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
5723
5797
  # resp.build_batch.log_config.cloud_watch_logs.group_name #=> String
@@ -5862,6 +5936,11 @@ module Aws::CodeBuild
5862
5936
  # resp.sandbox.environment.registry_credential.credential #=> String
5863
5937
  # resp.sandbox.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
5864
5938
  # resp.sandbox.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
5939
+ # resp.sandbox.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
5940
+ # resp.sandbox.environment.docker_server.security_group_ids #=> Array
5941
+ # resp.sandbox.environment.docker_server.security_group_ids[0] #=> String
5942
+ # resp.sandbox.environment.docker_server.status.status #=> String
5943
+ # resp.sandbox.environment.docker_server.status.message #=> String
5865
5944
  # resp.sandbox.file_system_locations #=> Array
5866
5945
  # resp.sandbox.file_system_locations[0].type #=> String, one of "EFS"
5867
5946
  # resp.sandbox.file_system_locations[0].location #=> String
@@ -6012,6 +6091,10 @@ module Aws::CodeBuild
6012
6091
  #
6013
6092
  # </note>
6014
6093
  #
6094
+ # * `CUSTOM_INSTANCE_TYPE`: Specify the instance type for your compute
6095
+ # fleet. For a list of supported instance types, see [Supported
6096
+ # instance families ][2] in the *CodeBuild User Guide*.
6097
+ #
6015
6098
  # * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
6016
6099
  # builds.
6017
6100
  #
@@ -6070,17 +6153,19 @@ module Aws::CodeBuild
6070
6153
  # * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
6071
6154
  # memory and 8 vCPUs on ARM-based processors for builds.
6072
6155
  #
6073
- # For more information, see [On-demand environment types][2] in the
6156
+ # For more information, see [On-demand environment types][3] in the
6074
6157
  # *CodeBuild User Guide.*
6075
6158
  #
6076
6159
  #
6077
6160
  #
6078
6161
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
6079
- # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
6162
+ # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types
6163
+ # [3]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
6080
6164
  #
6081
6165
  # @option params [Types::ComputeConfiguration] :compute_configuration
6082
6166
  # The compute configuration of the compute fleet. This is only required
6083
- # if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE`.
6167
+ # if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
6168
+ # `CUSTOM_INSTANCE_TYPE`.
6084
6169
  #
6085
6170
  # @option params [Types::ScalingConfigurationInput] :scaling_configuration
6086
6171
  # The scaling configuration of the compute fleet.
@@ -6497,6 +6582,14 @@ module Aws::CodeBuild
6497
6582
  # credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
6498
6583
  # },
6499
6584
  # image_pull_credentials_type: "CODEBUILD", # accepts CODEBUILD, SERVICE_ROLE
6585
+ # docker_server: {
6586
+ # 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, ATTRIBUTE_BASED_COMPUTE, CUSTOM_INSTANCE_TYPE
6587
+ # security_group_ids: ["NonEmptyString"],
6588
+ # status: {
6589
+ # status: "String",
6590
+ # message: "String",
6591
+ # },
6592
+ # },
6500
6593
  # },
6501
6594
  # service_role: "NonEmptyString",
6502
6595
  # timeout_in_minutes: 1,
@@ -6629,6 +6722,11 @@ module Aws::CodeBuild
6629
6722
  # resp.project.environment.registry_credential.credential #=> String
6630
6723
  # resp.project.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
6631
6724
  # resp.project.environment.image_pull_credentials_type #=> String, one of "CODEBUILD", "SERVICE_ROLE"
6725
+ # resp.project.environment.docker_server.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", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE"
6726
+ # resp.project.environment.docker_server.security_group_ids #=> Array
6727
+ # resp.project.environment.docker_server.security_group_ids[0] #=> String
6728
+ # resp.project.environment.docker_server.status.status #=> String
6729
+ # resp.project.environment.docker_server.status.message #=> String
6632
6730
  # resp.project.service_role #=> String
6633
6731
  # resp.project.timeout_in_minutes #=> Integer
6634
6732
  # resp.project.queued_timeout_in_minutes #=> Integer
@@ -6971,7 +7069,7 @@ module Aws::CodeBuild
6971
7069
  tracer: tracer
6972
7070
  )
6973
7071
  context[:gem_name] = 'aws-sdk-codebuild'
6974
- context[:gem_version] = '1.155.0'
7072
+ context[:gem_version] = '1.156.0'
6975
7073
  Seahorse::Client::Request.new(handlers, context)
6976
7074
  end
6977
7075
 
@@ -110,6 +110,8 @@ module Aws::CodeBuild
110
110
  DescribeCodeCoveragesOutput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesOutput')
111
111
  DescribeTestCasesInput = Shapes::StructureShape.new(name: 'DescribeTestCasesInput')
112
112
  DescribeTestCasesOutput = Shapes::StructureShape.new(name: 'DescribeTestCasesOutput')
113
+ DockerServer = Shapes::StructureShape.new(name: 'DockerServer')
114
+ DockerServerStatus = Shapes::StructureShape.new(name: 'DockerServerStatus')
113
115
  EnvironmentImage = Shapes::StructureShape.new(name: 'EnvironmentImage')
114
116
  EnvironmentImages = Shapes::ListShape.new(name: 'EnvironmentImages')
115
117
  EnvironmentLanguage = Shapes::StructureShape.new(name: 'EnvironmentLanguage')
@@ -747,6 +749,15 @@ module Aws::CodeBuild
747
749
  DescribeTestCasesOutput.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCases, location_name: "testCases"))
748
750
  DescribeTestCasesOutput.struct_class = Types::DescribeTestCasesOutput
749
751
 
752
+ DockerServer.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, required: true, location_name: "computeType"))
753
+ DockerServer.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
754
+ DockerServer.add_member(:status, Shapes::ShapeRef.new(shape: DockerServerStatus, location_name: "status"))
755
+ DockerServer.struct_class = Types::DockerServer
756
+
757
+ DockerServerStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
758
+ DockerServerStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
759
+ DockerServerStatus.struct_class = Types::DockerServerStatus
760
+
750
761
  EnvironmentImage.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
751
762
  EnvironmentImage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
752
763
  EnvironmentImage.add_member(:versions, Shapes::ShapeRef.new(shape: ImageVersions, location_name: "versions"))
@@ -1112,6 +1123,7 @@ module Aws::CodeBuild
1112
1123
  ProjectEnvironment.add_member(:certificate, Shapes::ShapeRef.new(shape: String, location_name: "certificate"))
1113
1124
  ProjectEnvironment.add_member(:registry_credential, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredential"))
1114
1125
  ProjectEnvironment.add_member(:image_pull_credentials_type, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsType"))
1126
+ ProjectEnvironment.add_member(:docker_server, Shapes::ShapeRef.new(shape: DockerServer, location_name: "dockerServer"))
1115
1127
  ProjectEnvironment.struct_class = Types::ProjectEnvironment
1116
1128
 
1117
1129
  ProjectFileSystemLocation.add_member(:type, Shapes::ShapeRef.new(shape: FileSystemType, location_name: "type"))
@@ -1729,6 +1729,10 @@ module Aws::CodeBuild
1729
1729
  #
1730
1730
  # </note>
1731
1731
  #
1732
+ # * `CUSTOM_INSTANCE_TYPE`: Specify the instance type for your compute
1733
+ # fleet. For a list of supported instance types, see [Supported
1734
+ # instance families ][2] in the *CodeBuild User Guide*.
1735
+ #
1732
1736
  # * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
1733
1737
  # builds.
1734
1738
  #
@@ -1787,18 +1791,20 @@ module Aws::CodeBuild
1787
1791
  # * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
1788
1792
  # memory and 8 vCPUs on ARM-based processors for builds.
1789
1793
  #
1790
- # For more information, see [On-demand environment types][2] in the
1794
+ # For more information, see [On-demand environment types][3] in the
1791
1795
  # *CodeBuild User Guide.*
1792
1796
  #
1793
1797
  #
1794
1798
  #
1795
1799
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
1796
- # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
1800
+ # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types
1801
+ # [3]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
1797
1802
  # @return [String]
1798
1803
  #
1799
1804
  # @!attribute [rw] compute_configuration
1800
1805
  # The compute configuration of the compute fleet. This is only
1801
- # required if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE`.
1806
+ # required if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
1807
+ # `CUSTOM_INSTANCE_TYPE`.
1802
1808
  # @return [Types::ComputeConfiguration]
1803
1809
  #
1804
1810
  # @!attribute [rw] scaling_configuration
@@ -2554,6 +2560,71 @@ module Aws::CodeBuild
2554
2560
  include Aws::Structure
2555
2561
  end
2556
2562
 
2563
+ # Contains docker server information.
2564
+ #
2565
+ # @!attribute [rw] compute_type
2566
+ # Information about the compute resources the docker server uses.
2567
+ # Available values include:
2568
+ #
2569
+ # * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
2570
+ # your docker server.
2571
+ #
2572
+ # * `BUILD_GENERAL1_MEDIUM`: Use up to 8 GiB memory and 4 vCPUs for
2573
+ # your docker server.
2574
+ #
2575
+ # * `BUILD_GENERAL1_LARGE`: Use up to 16 GiB memory and 8 vCPUs for
2576
+ # your docker server.
2577
+ #
2578
+ # * `BUILD_GENERAL1_XLARGE`: Use up to 64 GiB memory and 32 vCPUs for
2579
+ # your docker server.
2580
+ #
2581
+ # * `BUILD_GENERAL1_2XLARGE`: Use up to 128 GiB memory and 64 vCPUs
2582
+ # for your docker server.
2583
+ # @return [String]
2584
+ #
2585
+ # @!attribute [rw] security_group_ids
2586
+ # A list of one or more security groups IDs.
2587
+ #
2588
+ # <note markdown="1"> Security groups configured for Docker servers should allow ingress
2589
+ # network traffic from the VPC configured in the project. They should
2590
+ # allow ingress on port 9876.
2591
+ #
2592
+ # </note>
2593
+ # @return [Array<String>]
2594
+ #
2595
+ # @!attribute [rw] status
2596
+ # A DockerServerStatus object to use for this docker server.
2597
+ # @return [Types::DockerServerStatus]
2598
+ #
2599
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DockerServer AWS API Documentation
2600
+ #
2601
+ class DockerServer < Struct.new(
2602
+ :compute_type,
2603
+ :security_group_ids,
2604
+ :status)
2605
+ SENSITIVE = []
2606
+ include Aws::Structure
2607
+ end
2608
+
2609
+ # Contains information about the status of the docker server.
2610
+ #
2611
+ # @!attribute [rw] status
2612
+ # The status of the docker server.
2613
+ # @return [String]
2614
+ #
2615
+ # @!attribute [rw] message
2616
+ # A message associated with the status of a docker server.
2617
+ # @return [String]
2618
+ #
2619
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DockerServerStatus AWS API Documentation
2620
+ #
2621
+ class DockerServerStatus < Struct.new(
2622
+ :status,
2623
+ :message)
2624
+ SENSITIVE = []
2625
+ include Aws::Structure
2626
+ end
2627
+
2557
2628
  # Information about a Docker image that is managed by CodeBuild.
2558
2629
  #
2559
2630
  # @!attribute [rw] name
@@ -2822,6 +2893,10 @@ module Aws::CodeBuild
2822
2893
  #
2823
2894
  # </note>
2824
2895
  #
2896
+ # * `CUSTOM_INSTANCE_TYPE`: Specify the instance type for your compute
2897
+ # fleet. For a list of supported instance types, see [Supported
2898
+ # instance families ][2] in the *CodeBuild User Guide*.
2899
+ #
2825
2900
  # * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
2826
2901
  # builds.
2827
2902
  #
@@ -2880,18 +2955,20 @@ module Aws::CodeBuild
2880
2955
  # * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
2881
2956
  # memory and 8 vCPUs on ARM-based processors for builds.
2882
2957
  #
2883
- # For more information, see [On-demand environment types][2] in the
2958
+ # For more information, see [On-demand environment types][3] in the
2884
2959
  # *CodeBuild User Guide.*
2885
2960
  #
2886
2961
  #
2887
2962
  #
2888
2963
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
2889
- # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
2964
+ # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types
2965
+ # [3]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
2890
2966
  # @return [String]
2891
2967
  #
2892
2968
  # @!attribute [rw] compute_configuration
2893
2969
  # The compute configuration of the compute fleet. This is only
2894
- # required if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE`.
2970
+ # required if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
2971
+ # `CUSTOM_INSTANCE_TYPE`.
2895
2972
  # @return [Types::ComputeConfiguration]
2896
2973
  #
2897
2974
  # @!attribute [rw] scaling_configuration
@@ -5059,6 +5136,10 @@ module Aws::CodeBuild
5059
5136
  # you must use CODEBUILD credentials.
5060
5137
  # @return [String]
5061
5138
  #
5139
+ # @!attribute [rw] docker_server
5140
+ # A DockerServer object to use for this build project.
5141
+ # @return [Types::DockerServer]
5142
+ #
5062
5143
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectEnvironment AWS API Documentation
5063
5144
  #
5064
5145
  class ProjectEnvironment < Struct.new(
@@ -5071,7 +5152,8 @@ module Aws::CodeBuild
5071
5152
  :privileged_mode,
5072
5153
  :certificate,
5073
5154
  :registry_credential,
5074
- :image_pull_credentials_type)
5155
+ :image_pull_credentials_type,
5156
+ :docker_server)
5075
5157
  SENSITIVE = []
5076
5158
  include Aws::Structure
5077
5159
  end
@@ -7433,6 +7515,10 @@ module Aws::CodeBuild
7433
7515
  #
7434
7516
  # </note>
7435
7517
  #
7518
+ # * `CUSTOM_INSTANCE_TYPE`: Specify the instance type for your compute
7519
+ # fleet. For a list of supported instance types, see [Supported
7520
+ # instance families ][2] in the *CodeBuild User Guide*.
7521
+ #
7436
7522
  # * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
7437
7523
  # builds.
7438
7524
  #
@@ -7491,18 +7577,20 @@ module Aws::CodeBuild
7491
7577
  # * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
7492
7578
  # memory and 8 vCPUs on ARM-based processors for builds.
7493
7579
  #
7494
- # For more information, see [On-demand environment types][2] in the
7580
+ # For more information, see [On-demand environment types][3] in the
7495
7581
  # *CodeBuild User Guide.*
7496
7582
  #
7497
7583
  #
7498
7584
  #
7499
7585
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
7500
- # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
7586
+ # [2]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types
7587
+ # [3]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types
7501
7588
  # @return [String]
7502
7589
  #
7503
7590
  # @!attribute [rw] compute_configuration
7504
7591
  # The compute configuration of the compute fleet. This is only
7505
- # required if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE`.
7592
+ # required if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
7593
+ # `CUSTOM_INSTANCE_TYPE`.
7506
7594
  # @return [Types::ComputeConfiguration]
7507
7595
  #
7508
7596
  # @!attribute [rw] scaling_configuration
@@ -54,7 +54,7 @@ module Aws::CodeBuild
54
54
  autoload :EndpointProvider, 'aws-sdk-codebuild/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codebuild/endpoints'
56
56
 
57
- GEM_VERSION = '1.155.0'
57
+ GEM_VERSION = '1.156.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -348,7 +348,15 @@ module Aws
348
348
  credential: ::String,
349
349
  credential_provider: ("SECRETS_MANAGER")
350
350
  }?,
351
- image_pull_credentials_type: ("CODEBUILD" | "SERVICE_ROLE")?
351
+ image_pull_credentials_type: ("CODEBUILD" | "SERVICE_ROLE")?,
352
+ docker_server: {
353
+ 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" | "ATTRIBUTE_BASED_COMPUTE" | "CUSTOM_INSTANCE_TYPE"),
354
+ security_group_ids: Array[::String]?,
355
+ status: {
356
+ status: ::String?,
357
+ message: ::String?
358
+ }?
359
+ }?
352
360
  },
353
361
  service_role: ::String,
354
362
  ?timeout_in_minutes: ::Integer,
@@ -1361,7 +1369,15 @@ module Aws
1361
1369
  credential: ::String,
1362
1370
  credential_provider: ("SECRETS_MANAGER")
1363
1371
  }?,
1364
- image_pull_credentials_type: ("CODEBUILD" | "SERVICE_ROLE")?
1372
+ image_pull_credentials_type: ("CODEBUILD" | "SERVICE_ROLE")?,
1373
+ docker_server: {
1374
+ 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" | "ATTRIBUTE_BASED_COMPUTE" | "CUSTOM_INSTANCE_TYPE"),
1375
+ security_group_ids: Array[::String]?,
1376
+ status: {
1377
+ status: ::String?,
1378
+ message: ::String?
1379
+ }?
1380
+ }?
1365
1381
  },
1366
1382
  ?service_role: ::String,
1367
1383
  ?timeout_in_minutes: ::Integer,
data/sig/types.rbs CHANGED
@@ -512,6 +512,19 @@ module Aws::CodeBuild
512
512
  SENSITIVE: []
513
513
  end
514
514
 
515
+ class DockerServer
516
+ 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" | "ATTRIBUTE_BASED_COMPUTE" | "CUSTOM_INSTANCE_TYPE")
517
+ attr_accessor security_group_ids: ::Array[::String]
518
+ attr_accessor status: Types::DockerServerStatus
519
+ SENSITIVE: []
520
+ end
521
+
522
+ class DockerServerStatus
523
+ attr_accessor status: ::String
524
+ attr_accessor message: ::String
525
+ SENSITIVE: []
526
+ end
527
+
515
528
  class EnvironmentImage
516
529
  attr_accessor name: ::String
517
530
  attr_accessor description: ::String
@@ -955,6 +968,7 @@ module Aws::CodeBuild
955
968
  attr_accessor certificate: ::String
956
969
  attr_accessor registry_credential: Types::RegistryCredential
957
970
  attr_accessor image_pull_credentials_type: ("CODEBUILD" | "SERVICE_ROLE")
971
+ attr_accessor docker_server: Types::DockerServer
958
972
  SENSITIVE: []
959
973
  end
960
974
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.155.0
4
+ version: 1.156.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services