aws-sdk-codebuild 1.154.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +106 -9
- data/lib/aws-sdk-codebuild/client_api.rb +12 -0
- data/lib/aws-sdk-codebuild/types.rb +98 -10
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/sig/client.rbs +18 -2
- data/sig/types.rbs +14 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac716b98437561880733c2847a2ac562964b518c5c19ce92f4f61e63036c5589
|
4
|
+
data.tar.gz: 5305a3090083bf0a6f1b5fec73d8df138cfd677075f98689e2e4aacf17011992
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a904fb8324a9c1f62972ea15fbda1529ca5bfdd8a9d36fcba7d5b432a5f9c7bfa2a5a792a1f4a0198ef65b226f94ae9c6e1c4b85acdf1e12b297bceef25d9698
|
7
|
+
data.tar.gz: 8936862e0957763ffc471c163f98be01695d29ade5c949e8af6c23872badaac383847d999e5e4cf48c31f18b52b91078db90a48163091dd1a8be01eebc5f2b7c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.155.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.154.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.156.0
|
@@ -200,8 +200,7 @@ module Aws::CodeBuild
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -613,6 +612,11 @@ module Aws::CodeBuild
|
|
613
612
|
# resp.build_batches[0].environment.registry_credential.credential #=> String
|
614
613
|
# resp.build_batches[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
615
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
|
616
620
|
# resp.build_batches[0].service_role #=> String
|
617
621
|
# resp.build_batches[0].log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
|
618
622
|
# resp.build_batches[0].log_config.cloud_watch_logs.group_name #=> String
|
@@ -792,6 +796,11 @@ module Aws::CodeBuild
|
|
792
796
|
# resp.builds[0].environment.registry_credential.credential #=> String
|
793
797
|
# resp.builds[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
794
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
|
795
804
|
# resp.builds[0].service_role #=> String
|
796
805
|
# resp.builds[0].logs.group_name #=> String
|
797
806
|
# resp.builds[0].logs.stream_name #=> String
|
@@ -1075,6 +1084,11 @@ module Aws::CodeBuild
|
|
1075
1084
|
# resp.projects[0].environment.registry_credential.credential #=> String
|
1076
1085
|
# resp.projects[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
1077
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
|
1078
1092
|
# resp.projects[0].service_role #=> String
|
1079
1093
|
# resp.projects[0].timeout_in_minutes #=> Integer
|
1080
1094
|
# resp.projects[0].queued_timeout_in_minutes #=> Integer
|
@@ -1325,6 +1339,11 @@ module Aws::CodeBuild
|
|
1325
1339
|
# resp.sandboxes[0].environment.registry_credential.credential #=> String
|
1326
1340
|
# resp.sandboxes[0].environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
1327
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
|
1328
1347
|
# resp.sandboxes[0].file_system_locations #=> Array
|
1329
1348
|
# resp.sandboxes[0].file_system_locations[0].type #=> String, one of "EFS"
|
1330
1349
|
# resp.sandboxes[0].file_system_locations[0].location #=> String
|
@@ -1477,6 +1496,10 @@ module Aws::CodeBuild
|
|
1477
1496
|
#
|
1478
1497
|
# </note>
|
1479
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
|
+
#
|
1480
1503
|
# * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
|
1481
1504
|
# builds.
|
1482
1505
|
#
|
@@ -1535,17 +1558,19 @@ module Aws::CodeBuild
|
|
1535
1558
|
# * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
|
1536
1559
|
# memory and 8 vCPUs on ARM-based processors for builds.
|
1537
1560
|
#
|
1538
|
-
# For more information, see [On-demand environment types][
|
1561
|
+
# For more information, see [On-demand environment types][3] in the
|
1539
1562
|
# *CodeBuild User Guide.*
|
1540
1563
|
#
|
1541
1564
|
#
|
1542
1565
|
#
|
1543
1566
|
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
|
1544
|
-
# [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
|
1545
1569
|
#
|
1546
1570
|
# @option params [Types::ComputeConfiguration] :compute_configuration
|
1547
1571
|
# The compute configuration of the compute fleet. This is only required
|
1548
|
-
# if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE
|
1572
|
+
# if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
|
1573
|
+
# `CUSTOM_INSTANCE_TYPE`.
|
1549
1574
|
#
|
1550
1575
|
# @option params [Types::ScalingConfigurationInput] :scaling_configuration
|
1551
1576
|
# The scaling configuration of the compute fleet.
|
@@ -1959,6 +1984,14 @@ module Aws::CodeBuild
|
|
1959
1984
|
# credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
|
1960
1985
|
# },
|
1961
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
|
+
# },
|
1962
1995
|
# },
|
1963
1996
|
# service_role: "NonEmptyString", # required
|
1964
1997
|
# timeout_in_minutes: 1,
|
@@ -2091,6 +2124,11 @@ module Aws::CodeBuild
|
|
2091
2124
|
# resp.project.environment.registry_credential.credential #=> String
|
2092
2125
|
# resp.project.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
2093
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
|
2094
2132
|
# resp.project.service_role #=> String
|
2095
2133
|
# resp.project.timeout_in_minutes #=> Integer
|
2096
2134
|
# resp.project.queued_timeout_in_minutes #=> Integer
|
@@ -3960,6 +3998,11 @@ module Aws::CodeBuild
|
|
3960
3998
|
# resp.build.environment.registry_credential.credential #=> String
|
3961
3999
|
# resp.build.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
3962
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
|
3963
4006
|
# resp.build.service_role #=> String
|
3964
4007
|
# resp.build.logs.group_name #=> String
|
3965
4008
|
# resp.build.logs.stream_name #=> String
|
@@ -4128,6 +4171,11 @@ module Aws::CodeBuild
|
|
4128
4171
|
# resp.build_batch.environment.registry_credential.credential #=> String
|
4129
4172
|
# resp.build_batch.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
4130
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
|
4131
4179
|
# resp.build_batch.service_role #=> String
|
4132
4180
|
# resp.build_batch.log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
|
4133
4181
|
# resp.build_batch.log_config.cloud_watch_logs.group_name #=> String
|
@@ -4674,6 +4722,11 @@ module Aws::CodeBuild
|
|
4674
4722
|
# resp.build.environment.registry_credential.credential #=> String
|
4675
4723
|
# resp.build.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
4676
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
|
4677
4730
|
# resp.build.service_role #=> String
|
4678
4731
|
# resp.build.logs.group_name #=> String
|
4679
4732
|
# resp.build.logs.stream_name #=> String
|
@@ -5162,6 +5215,11 @@ module Aws::CodeBuild
|
|
5162
5215
|
# resp.build_batch.environment.registry_credential.credential #=> String
|
5163
5216
|
# resp.build_batch.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
5164
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
|
5165
5223
|
# resp.build_batch.service_role #=> String
|
5166
5224
|
# resp.build_batch.log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
|
5167
5225
|
# resp.build_batch.log_config.cloud_watch_logs.group_name #=> String
|
@@ -5370,6 +5428,11 @@ module Aws::CodeBuild
|
|
5370
5428
|
# resp.sandbox.environment.registry_credential.credential #=> String
|
5371
5429
|
# resp.sandbox.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
5372
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
|
5373
5436
|
# resp.sandbox.file_system_locations #=> Array
|
5374
5437
|
# resp.sandbox.file_system_locations[0].type #=> String, one of "EFS"
|
5375
5438
|
# resp.sandbox.file_system_locations[0].location #=> String
|
@@ -5564,6 +5627,11 @@ module Aws::CodeBuild
|
|
5564
5627
|
# resp.build.environment.registry_credential.credential #=> String
|
5565
5628
|
# resp.build.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
5566
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
|
5567
5635
|
# resp.build.service_role #=> String
|
5568
5636
|
# resp.build.logs.group_name #=> String
|
5569
5637
|
# resp.build.logs.stream_name #=> String
|
@@ -5719,6 +5787,11 @@ module Aws::CodeBuild
|
|
5719
5787
|
# resp.build_batch.environment.registry_credential.credential #=> String
|
5720
5788
|
# resp.build_batch.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
5721
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
|
5722
5795
|
# resp.build_batch.service_role #=> String
|
5723
5796
|
# resp.build_batch.log_config.cloud_watch_logs.status #=> String, one of "ENABLED", "DISABLED"
|
5724
5797
|
# resp.build_batch.log_config.cloud_watch_logs.group_name #=> String
|
@@ -5863,6 +5936,11 @@ module Aws::CodeBuild
|
|
5863
5936
|
# resp.sandbox.environment.registry_credential.credential #=> String
|
5864
5937
|
# resp.sandbox.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
5865
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
|
5866
5944
|
# resp.sandbox.file_system_locations #=> Array
|
5867
5945
|
# resp.sandbox.file_system_locations[0].type #=> String, one of "EFS"
|
5868
5946
|
# resp.sandbox.file_system_locations[0].location #=> String
|
@@ -6013,6 +6091,10 @@ module Aws::CodeBuild
|
|
6013
6091
|
#
|
6014
6092
|
# </note>
|
6015
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
|
+
#
|
6016
6098
|
# * `BUILD_GENERAL1_SMALL`: Use up to 4 GiB memory and 2 vCPUs for
|
6017
6099
|
# builds.
|
6018
6100
|
#
|
@@ -6071,17 +6153,19 @@ module Aws::CodeBuild
|
|
6071
6153
|
# * For environment type `ARM_CONTAINER`, you can use up to 16 GiB
|
6072
6154
|
# memory and 8 vCPUs on ARM-based processors for builds.
|
6073
6155
|
#
|
6074
|
-
# For more information, see [On-demand environment types][
|
6156
|
+
# For more information, see [On-demand environment types][3] in the
|
6075
6157
|
# *CodeBuild User Guide.*
|
6076
6158
|
#
|
6077
6159
|
#
|
6078
6160
|
#
|
6079
6161
|
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types
|
6080
|
-
# [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
|
6081
6164
|
#
|
6082
6165
|
# @option params [Types::ComputeConfiguration] :compute_configuration
|
6083
6166
|
# The compute configuration of the compute fleet. This is only required
|
6084
|
-
# if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE
|
6167
|
+
# if `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or
|
6168
|
+
# `CUSTOM_INSTANCE_TYPE`.
|
6085
6169
|
#
|
6086
6170
|
# @option params [Types::ScalingConfigurationInput] :scaling_configuration
|
6087
6171
|
# The scaling configuration of the compute fleet.
|
@@ -6498,6 +6582,14 @@ module Aws::CodeBuild
|
|
6498
6582
|
# credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
|
6499
6583
|
# },
|
6500
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
|
+
# },
|
6501
6593
|
# },
|
6502
6594
|
# service_role: "NonEmptyString",
|
6503
6595
|
# timeout_in_minutes: 1,
|
@@ -6630,6 +6722,11 @@ module Aws::CodeBuild
|
|
6630
6722
|
# resp.project.environment.registry_credential.credential #=> String
|
6631
6723
|
# resp.project.environment.registry_credential.credential_provider #=> String, one of "SECRETS_MANAGER"
|
6632
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
|
6633
6730
|
# resp.project.service_role #=> String
|
6634
6731
|
# resp.project.timeout_in_minutes #=> Integer
|
6635
6732
|
# resp.project.queued_timeout_in_minutes #=> Integer
|
@@ -6972,7 +7069,7 @@ module Aws::CodeBuild
|
|
6972
7069
|
tracer: tracer
|
6973
7070
|
)
|
6974
7071
|
context[:gem_name] = 'aws-sdk-codebuild'
|
6975
|
-
context[:gem_version] = '1.
|
7072
|
+
context[:gem_version] = '1.156.0'
|
6976
7073
|
Seahorse::Client::Request.new(handlers, context)
|
6977
7074
|
end
|
6978
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][
|
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][
|
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][
|
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
|
data/lib/aws-sdk-codebuild.rb
CHANGED
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
|
|