aws-sdk-codebuild 1.71.0 → 1.75.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/lib/aws-sdk-codebuild/client.rb +46 -1
- data/lib/aws-sdk-codebuild/client_api.rb +4 -0
- data/lib/aws-sdk-codebuild/types.rb +170 -14
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b31ca94d156b64bc4006c89abecde9ded3a468ed9833351ac086f0d124a707b
|
4
|
+
data.tar.gz: 7091bf130668e0c3213b7826a2184b1c8032611a780565c3f5787e65179e484a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a5397d2f46b24e0c1dc9539378954c456a5b528d4f192996f8dc0f888a1966c66eaf204c223ec1dab725fb41ac40d3637b5982ab036948c8b441f565f89e174
|
7
|
+
data.tar.gz: d20ad21adfad9844fa5f291273b19ca472e53ee9c318776ca8b88ef1ff91475247d3d497c4721c1bdf764c59266e7b3c5432bf18ebcd1c01cc0f1bb5b318bea4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.75.0 (2021-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.74.0 (2021-07-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
|
13
|
+
|
14
|
+
1.73.0 (2021-06-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - BucketOwnerAccess is currently not supported
|
18
|
+
|
19
|
+
1.72.0 (2021-04-12)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
|
23
|
+
|
4
24
|
1.71.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
data/lib/aws-sdk-codebuild.rb
CHANGED
@@ -441,6 +441,7 @@ module Aws::CodeBuild
|
|
441
441
|
# resp.build_batches[0].artifacts.override_artifact_name #=> Boolean
|
442
442
|
# resp.build_batches[0].artifacts.encryption_disabled #=> Boolean
|
443
443
|
# resp.build_batches[0].artifacts.artifact_identifier #=> String
|
444
|
+
# resp.build_batches[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
444
445
|
# resp.build_batches[0].secondary_artifacts #=> Array
|
445
446
|
# resp.build_batches[0].secondary_artifacts[0].location #=> String
|
446
447
|
# resp.build_batches[0].secondary_artifacts[0].sha256sum #=> String
|
@@ -448,6 +449,7 @@ module Aws::CodeBuild
|
|
448
449
|
# resp.build_batches[0].secondary_artifacts[0].override_artifact_name #=> Boolean
|
449
450
|
# resp.build_batches[0].secondary_artifacts[0].encryption_disabled #=> Boolean
|
450
451
|
# resp.build_batches[0].secondary_artifacts[0].artifact_identifier #=> String
|
452
|
+
# resp.build_batches[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
451
453
|
# resp.build_batches[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
452
454
|
# resp.build_batches[0].cache.location #=> String
|
453
455
|
# resp.build_batches[0].cache.modes #=> Array
|
@@ -471,6 +473,7 @@ module Aws::CodeBuild
|
|
471
473
|
# resp.build_batches[0].log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
472
474
|
# resp.build_batches[0].log_config.s3_logs.location #=> String
|
473
475
|
# resp.build_batches[0].log_config.s3_logs.encryption_disabled #=> Boolean
|
476
|
+
# resp.build_batches[0].log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
474
477
|
# resp.build_batches[0].build_timeout_in_minutes #=> Integer
|
475
478
|
# resp.build_batches[0].queued_timeout_in_minutes #=> Integer
|
476
479
|
# resp.build_batches[0].complete #=> Boolean
|
@@ -858,6 +861,7 @@ module Aws::CodeBuild
|
|
858
861
|
# resp.builds[0].artifacts.override_artifact_name #=> Boolean
|
859
862
|
# resp.builds[0].artifacts.encryption_disabled #=> Boolean
|
860
863
|
# resp.builds[0].artifacts.artifact_identifier #=> String
|
864
|
+
# resp.builds[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
861
865
|
# resp.builds[0].secondary_artifacts #=> Array
|
862
866
|
# resp.builds[0].secondary_artifacts[0].location #=> String
|
863
867
|
# resp.builds[0].secondary_artifacts[0].sha256sum #=> String
|
@@ -865,6 +869,7 @@ module Aws::CodeBuild
|
|
865
869
|
# resp.builds[0].secondary_artifacts[0].override_artifact_name #=> Boolean
|
866
870
|
# resp.builds[0].secondary_artifacts[0].encryption_disabled #=> Boolean
|
867
871
|
# resp.builds[0].secondary_artifacts[0].artifact_identifier #=> String
|
872
|
+
# resp.builds[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
868
873
|
# resp.builds[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
869
874
|
# resp.builds[0].cache.location #=> String
|
870
875
|
# resp.builds[0].cache.modes #=> Array
|
@@ -894,6 +899,7 @@ module Aws::CodeBuild
|
|
894
899
|
# resp.builds[0].logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
895
900
|
# resp.builds[0].logs.s3_logs.location #=> String
|
896
901
|
# resp.builds[0].logs.s3_logs.encryption_disabled #=> Boolean
|
902
|
+
# resp.builds[0].logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
897
903
|
# resp.builds[0].timeout_in_minutes #=> Integer
|
898
904
|
# resp.builds[0].queued_timeout_in_minutes #=> Integer
|
899
905
|
# resp.builds[0].build_complete #=> Boolean
|
@@ -994,6 +1000,7 @@ module Aws::CodeBuild
|
|
994
1000
|
# resp.projects[0].artifacts.override_artifact_name #=> Boolean
|
995
1001
|
# resp.projects[0].artifacts.encryption_disabled #=> Boolean
|
996
1002
|
# resp.projects[0].artifacts.artifact_identifier #=> String
|
1003
|
+
# resp.projects[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
997
1004
|
# resp.projects[0].secondary_artifacts #=> Array
|
998
1005
|
# resp.projects[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
999
1006
|
# resp.projects[0].secondary_artifacts[0].location #=> String
|
@@ -1004,6 +1011,7 @@ module Aws::CodeBuild
|
|
1004
1011
|
# resp.projects[0].secondary_artifacts[0].override_artifact_name #=> Boolean
|
1005
1012
|
# resp.projects[0].secondary_artifacts[0].encryption_disabled #=> Boolean
|
1006
1013
|
# resp.projects[0].secondary_artifacts[0].artifact_identifier #=> String
|
1014
|
+
# resp.projects[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
1007
1015
|
# resp.projects[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
1008
1016
|
# resp.projects[0].cache.location #=> String
|
1009
1017
|
# resp.projects[0].cache.modes #=> Array
|
@@ -1053,6 +1061,7 @@ module Aws::CodeBuild
|
|
1053
1061
|
# resp.projects[0].logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
1054
1062
|
# resp.projects[0].logs_config.s3_logs.location #=> String
|
1055
1063
|
# resp.projects[0].logs_config.s3_logs.encryption_disabled #=> Boolean
|
1064
|
+
# resp.projects[0].logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
1056
1065
|
# resp.projects[0].file_system_locations #=> Array
|
1057
1066
|
# resp.projects[0].file_system_locations[0].type #=> String, one of "EFS"
|
1058
1067
|
# resp.projects[0].file_system_locations[0].location #=> String
|
@@ -1379,6 +1388,7 @@ module Aws::CodeBuild
|
|
1379
1388
|
# override_artifact_name: false,
|
1380
1389
|
# encryption_disabled: false,
|
1381
1390
|
# artifact_identifier: "String",
|
1391
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
1382
1392
|
# },
|
1383
1393
|
# secondary_artifacts: [
|
1384
1394
|
# {
|
@@ -1391,6 +1401,7 @@ module Aws::CodeBuild
|
|
1391
1401
|
# override_artifact_name: false,
|
1392
1402
|
# encryption_disabled: false,
|
1393
1403
|
# artifact_identifier: "String",
|
1404
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
1394
1405
|
# },
|
1395
1406
|
# ],
|
1396
1407
|
# cache: {
|
@@ -1443,6 +1454,7 @@ module Aws::CodeBuild
|
|
1443
1454
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
1444
1455
|
# location: "String",
|
1445
1456
|
# encryption_disabled: false,
|
1457
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
1446
1458
|
# },
|
1447
1459
|
# },
|
1448
1460
|
# file_system_locations: [
|
@@ -1509,6 +1521,7 @@ module Aws::CodeBuild
|
|
1509
1521
|
# resp.project.artifacts.override_artifact_name #=> Boolean
|
1510
1522
|
# resp.project.artifacts.encryption_disabled #=> Boolean
|
1511
1523
|
# resp.project.artifacts.artifact_identifier #=> String
|
1524
|
+
# resp.project.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
1512
1525
|
# resp.project.secondary_artifacts #=> Array
|
1513
1526
|
# resp.project.secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
1514
1527
|
# resp.project.secondary_artifacts[0].location #=> String
|
@@ -1519,6 +1532,7 @@ module Aws::CodeBuild
|
|
1519
1532
|
# resp.project.secondary_artifacts[0].override_artifact_name #=> Boolean
|
1520
1533
|
# resp.project.secondary_artifacts[0].encryption_disabled #=> Boolean
|
1521
1534
|
# resp.project.secondary_artifacts[0].artifact_identifier #=> String
|
1535
|
+
# resp.project.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
1522
1536
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
1523
1537
|
# resp.project.cache.location #=> String
|
1524
1538
|
# resp.project.cache.modes #=> Array
|
@@ -1568,6 +1582,7 @@ module Aws::CodeBuild
|
|
1568
1582
|
# resp.project.logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
1569
1583
|
# resp.project.logs_config.s3_logs.location #=> String
|
1570
1584
|
# resp.project.logs_config.s3_logs.encryption_disabled #=> Boolean
|
1585
|
+
# resp.project.logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
1571
1586
|
# resp.project.file_system_locations #=> Array
|
1572
1587
|
# resp.project.file_system_locations[0].type #=> String, one of "EFS"
|
1573
1588
|
# resp.project.file_system_locations[0].location #=> String
|
@@ -3056,6 +3071,7 @@ module Aws::CodeBuild
|
|
3056
3071
|
# resp.build.artifacts.override_artifact_name #=> Boolean
|
3057
3072
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
3058
3073
|
# resp.build.artifacts.artifact_identifier #=> String
|
3074
|
+
# resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3059
3075
|
# resp.build.secondary_artifacts #=> Array
|
3060
3076
|
# resp.build.secondary_artifacts[0].location #=> String
|
3061
3077
|
# resp.build.secondary_artifacts[0].sha256sum #=> String
|
@@ -3063,6 +3079,7 @@ module Aws::CodeBuild
|
|
3063
3079
|
# resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
|
3064
3080
|
# resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
|
3065
3081
|
# resp.build.secondary_artifacts[0].artifact_identifier #=> String
|
3082
|
+
# resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3066
3083
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
3067
3084
|
# resp.build.cache.location #=> String
|
3068
3085
|
# resp.build.cache.modes #=> Array
|
@@ -3092,6 +3109,7 @@ module Aws::CodeBuild
|
|
3092
3109
|
# resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
3093
3110
|
# resp.build.logs.s3_logs.location #=> String
|
3094
3111
|
# resp.build.logs.s3_logs.encryption_disabled #=> Boolean
|
3112
|
+
# resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3095
3113
|
# resp.build.timeout_in_minutes #=> Integer
|
3096
3114
|
# resp.build.queued_timeout_in_minutes #=> Integer
|
3097
3115
|
# resp.build.build_complete #=> Boolean
|
@@ -3210,6 +3228,7 @@ module Aws::CodeBuild
|
|
3210
3228
|
# resp.build_batch.artifacts.override_artifact_name #=> Boolean
|
3211
3229
|
# resp.build_batch.artifacts.encryption_disabled #=> Boolean
|
3212
3230
|
# resp.build_batch.artifacts.artifact_identifier #=> String
|
3231
|
+
# resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3213
3232
|
# resp.build_batch.secondary_artifacts #=> Array
|
3214
3233
|
# resp.build_batch.secondary_artifacts[0].location #=> String
|
3215
3234
|
# resp.build_batch.secondary_artifacts[0].sha256sum #=> String
|
@@ -3217,6 +3236,7 @@ module Aws::CodeBuild
|
|
3217
3236
|
# resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
|
3218
3237
|
# resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
|
3219
3238
|
# resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
|
3239
|
+
# resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3220
3240
|
# resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
3221
3241
|
# resp.build_batch.cache.location #=> String
|
3222
3242
|
# resp.build_batch.cache.modes #=> Array
|
@@ -3240,6 +3260,7 @@ module Aws::CodeBuild
|
|
3240
3260
|
# resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
3241
3261
|
# resp.build_batch.log_config.s3_logs.location #=> String
|
3242
3262
|
# resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
|
3263
|
+
# resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3243
3264
|
# resp.build_batch.build_timeout_in_minutes #=> Integer
|
3244
3265
|
# resp.build_batch.queued_timeout_in_minutes #=> Integer
|
3245
3266
|
# resp.build_batch.complete #=> Boolean
|
@@ -3575,6 +3596,7 @@ module Aws::CodeBuild
|
|
3575
3596
|
# override_artifact_name: false,
|
3576
3597
|
# encryption_disabled: false,
|
3577
3598
|
# artifact_identifier: "String",
|
3599
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
3578
3600
|
# },
|
3579
3601
|
# secondary_artifacts_override: [
|
3580
3602
|
# {
|
@@ -3587,6 +3609,7 @@ module Aws::CodeBuild
|
|
3587
3609
|
# override_artifact_name: false,
|
3588
3610
|
# encryption_disabled: false,
|
3589
3611
|
# artifact_identifier: "String",
|
3612
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
3590
3613
|
# },
|
3591
3614
|
# ],
|
3592
3615
|
# environment_variables_override: [
|
@@ -3638,6 +3661,7 @@ module Aws::CodeBuild
|
|
3638
3661
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
3639
3662
|
# location: "String",
|
3640
3663
|
# encryption_disabled: false,
|
3664
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
3641
3665
|
# },
|
3642
3666
|
# },
|
3643
3667
|
# registry_credential_override: {
|
@@ -3703,6 +3727,7 @@ module Aws::CodeBuild
|
|
3703
3727
|
# resp.build.artifacts.override_artifact_name #=> Boolean
|
3704
3728
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
3705
3729
|
# resp.build.artifacts.artifact_identifier #=> String
|
3730
|
+
# resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3706
3731
|
# resp.build.secondary_artifacts #=> Array
|
3707
3732
|
# resp.build.secondary_artifacts[0].location #=> String
|
3708
3733
|
# resp.build.secondary_artifacts[0].sha256sum #=> String
|
@@ -3710,6 +3735,7 @@ module Aws::CodeBuild
|
|
3710
3735
|
# resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
|
3711
3736
|
# resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
|
3712
3737
|
# resp.build.secondary_artifacts[0].artifact_identifier #=> String
|
3738
|
+
# resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3713
3739
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
3714
3740
|
# resp.build.cache.location #=> String
|
3715
3741
|
# resp.build.cache.modes #=> Array
|
@@ -3739,6 +3765,7 @@ module Aws::CodeBuild
|
|
3739
3765
|
# resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
3740
3766
|
# resp.build.logs.s3_logs.location #=> String
|
3741
3767
|
# resp.build.logs.s3_logs.encryption_disabled #=> Boolean
|
3768
|
+
# resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
3742
3769
|
# resp.build.timeout_in_minutes #=> Integer
|
3743
3770
|
# resp.build.queued_timeout_in_minutes #=> Integer
|
3744
3771
|
# resp.build.build_complete #=> Boolean
|
@@ -4040,6 +4067,7 @@ module Aws::CodeBuild
|
|
4040
4067
|
# override_artifact_name: false,
|
4041
4068
|
# encryption_disabled: false,
|
4042
4069
|
# artifact_identifier: "String",
|
4070
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
4043
4071
|
# },
|
4044
4072
|
# secondary_artifacts_override: [
|
4045
4073
|
# {
|
@@ -4052,6 +4080,7 @@ module Aws::CodeBuild
|
|
4052
4080
|
# override_artifact_name: false,
|
4053
4081
|
# encryption_disabled: false,
|
4054
4082
|
# artifact_identifier: "String",
|
4083
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
4055
4084
|
# },
|
4056
4085
|
# ],
|
4057
4086
|
# environment_variables_override: [
|
@@ -4099,6 +4128,7 @@ module Aws::CodeBuild
|
|
4099
4128
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
4100
4129
|
# location: "String",
|
4101
4130
|
# encryption_disabled: false,
|
4131
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
4102
4132
|
# },
|
4103
4133
|
# },
|
4104
4134
|
# registry_credential_override: {
|
@@ -4172,6 +4202,7 @@ module Aws::CodeBuild
|
|
4172
4202
|
# resp.build_batch.artifacts.override_artifact_name #=> Boolean
|
4173
4203
|
# resp.build_batch.artifacts.encryption_disabled #=> Boolean
|
4174
4204
|
# resp.build_batch.artifacts.artifact_identifier #=> String
|
4205
|
+
# resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4175
4206
|
# resp.build_batch.secondary_artifacts #=> Array
|
4176
4207
|
# resp.build_batch.secondary_artifacts[0].location #=> String
|
4177
4208
|
# resp.build_batch.secondary_artifacts[0].sha256sum #=> String
|
@@ -4179,6 +4210,7 @@ module Aws::CodeBuild
|
|
4179
4210
|
# resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
|
4180
4211
|
# resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
|
4181
4212
|
# resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
|
4213
|
+
# resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4182
4214
|
# resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
4183
4215
|
# resp.build_batch.cache.location #=> String
|
4184
4216
|
# resp.build_batch.cache.modes #=> Array
|
@@ -4202,6 +4234,7 @@ module Aws::CodeBuild
|
|
4202
4234
|
# resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
4203
4235
|
# resp.build_batch.log_config.s3_logs.location #=> String
|
4204
4236
|
# resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
|
4237
|
+
# resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4205
4238
|
# resp.build_batch.build_timeout_in_minutes #=> Integer
|
4206
4239
|
# resp.build_batch.queued_timeout_in_minutes #=> Integer
|
4207
4240
|
# resp.build_batch.complete #=> Boolean
|
@@ -4332,6 +4365,7 @@ module Aws::CodeBuild
|
|
4332
4365
|
# resp.build.artifacts.override_artifact_name #=> Boolean
|
4333
4366
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
4334
4367
|
# resp.build.artifacts.artifact_identifier #=> String
|
4368
|
+
# resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4335
4369
|
# resp.build.secondary_artifacts #=> Array
|
4336
4370
|
# resp.build.secondary_artifacts[0].location #=> String
|
4337
4371
|
# resp.build.secondary_artifacts[0].sha256sum #=> String
|
@@ -4339,6 +4373,7 @@ module Aws::CodeBuild
|
|
4339
4373
|
# resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
|
4340
4374
|
# resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
|
4341
4375
|
# resp.build.secondary_artifacts[0].artifact_identifier #=> String
|
4376
|
+
# resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4342
4377
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
4343
4378
|
# resp.build.cache.location #=> String
|
4344
4379
|
# resp.build.cache.modes #=> Array
|
@@ -4368,6 +4403,7 @@ module Aws::CodeBuild
|
|
4368
4403
|
# resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
4369
4404
|
# resp.build.logs.s3_logs.location #=> String
|
4370
4405
|
# resp.build.logs.s3_logs.encryption_disabled #=> Boolean
|
4406
|
+
# resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4371
4407
|
# resp.build.timeout_in_minutes #=> Integer
|
4372
4408
|
# resp.build.queued_timeout_in_minutes #=> Integer
|
4373
4409
|
# resp.build.build_complete #=> Boolean
|
@@ -4473,6 +4509,7 @@ module Aws::CodeBuild
|
|
4473
4509
|
# resp.build_batch.artifacts.override_artifact_name #=> Boolean
|
4474
4510
|
# resp.build_batch.artifacts.encryption_disabled #=> Boolean
|
4475
4511
|
# resp.build_batch.artifacts.artifact_identifier #=> String
|
4512
|
+
# resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4476
4513
|
# resp.build_batch.secondary_artifacts #=> Array
|
4477
4514
|
# resp.build_batch.secondary_artifacts[0].location #=> String
|
4478
4515
|
# resp.build_batch.secondary_artifacts[0].sha256sum #=> String
|
@@ -4480,6 +4517,7 @@ module Aws::CodeBuild
|
|
4480
4517
|
# resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
|
4481
4518
|
# resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
|
4482
4519
|
# resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
|
4520
|
+
# resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4483
4521
|
# resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
4484
4522
|
# resp.build_batch.cache.location #=> String
|
4485
4523
|
# resp.build_batch.cache.modes #=> Array
|
@@ -4503,6 +4541,7 @@ module Aws::CodeBuild
|
|
4503
4541
|
# resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
4504
4542
|
# resp.build_batch.log_config.s3_logs.location #=> String
|
4505
4543
|
# resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
|
4544
|
+
# resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4506
4545
|
# resp.build_batch.build_timeout_in_minutes #=> Integer
|
4507
4546
|
# resp.build_batch.queued_timeout_in_minutes #=> Integer
|
4508
4547
|
# resp.build_batch.complete #=> Boolean
|
@@ -4766,6 +4805,7 @@ module Aws::CodeBuild
|
|
4766
4805
|
# override_artifact_name: false,
|
4767
4806
|
# encryption_disabled: false,
|
4768
4807
|
# artifact_identifier: "String",
|
4808
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
4769
4809
|
# },
|
4770
4810
|
# secondary_artifacts: [
|
4771
4811
|
# {
|
@@ -4778,6 +4818,7 @@ module Aws::CodeBuild
|
|
4778
4818
|
# override_artifact_name: false,
|
4779
4819
|
# encryption_disabled: false,
|
4780
4820
|
# artifact_identifier: "String",
|
4821
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
4781
4822
|
# },
|
4782
4823
|
# ],
|
4783
4824
|
# cache: {
|
@@ -4830,6 +4871,7 @@ module Aws::CodeBuild
|
|
4830
4871
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
4831
4872
|
# location: "String",
|
4832
4873
|
# encryption_disabled: false,
|
4874
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
4833
4875
|
# },
|
4834
4876
|
# },
|
4835
4877
|
# file_system_locations: [
|
@@ -4896,6 +4938,7 @@ module Aws::CodeBuild
|
|
4896
4938
|
# resp.project.artifacts.override_artifact_name #=> Boolean
|
4897
4939
|
# resp.project.artifacts.encryption_disabled #=> Boolean
|
4898
4940
|
# resp.project.artifacts.artifact_identifier #=> String
|
4941
|
+
# resp.project.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4899
4942
|
# resp.project.secondary_artifacts #=> Array
|
4900
4943
|
# resp.project.secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
4901
4944
|
# resp.project.secondary_artifacts[0].location #=> String
|
@@ -4906,6 +4949,7 @@ module Aws::CodeBuild
|
|
4906
4949
|
# resp.project.secondary_artifacts[0].override_artifact_name #=> Boolean
|
4907
4950
|
# resp.project.secondary_artifacts[0].encryption_disabled #=> Boolean
|
4908
4951
|
# resp.project.secondary_artifacts[0].artifact_identifier #=> String
|
4952
|
+
# resp.project.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4909
4953
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
4910
4954
|
# resp.project.cache.location #=> String
|
4911
4955
|
# resp.project.cache.modes #=> Array
|
@@ -4955,6 +4999,7 @@ module Aws::CodeBuild
|
|
4955
4999
|
# resp.project.logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
4956
5000
|
# resp.project.logs_config.s3_logs.location #=> String
|
4957
5001
|
# resp.project.logs_config.s3_logs.encryption_disabled #=> Boolean
|
5002
|
+
# resp.project.logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
4958
5003
|
# resp.project.file_system_locations #=> Array
|
4959
5004
|
# resp.project.file_system_locations[0].type #=> String, one of "EFS"
|
4960
5005
|
# resp.project.file_system_locations[0].location #=> String
|
@@ -5143,7 +5188,7 @@ module Aws::CodeBuild
|
|
5143
5188
|
params: params,
|
5144
5189
|
config: config)
|
5145
5190
|
context[:gem_name] = 'aws-sdk-codebuild'
|
5146
|
-
context[:gem_version] = '1.
|
5191
|
+
context[:gem_version] = '1.75.0'
|
5147
5192
|
Seahorse::Client::Request.new(handlers, context)
|
5148
5193
|
end
|
5149
5194
|
|
@@ -32,6 +32,7 @@ module Aws::CodeBuild
|
|
32
32
|
BatchGetReportsOutput = Shapes::StructureShape.new(name: 'BatchGetReportsOutput')
|
33
33
|
BatchRestrictions = Shapes::StructureShape.new(name: 'BatchRestrictions')
|
34
34
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
35
|
+
BucketOwnerAccess = Shapes::StringShape.new(name: 'BucketOwnerAccess')
|
35
36
|
Build = Shapes::StructureShape.new(name: 'Build')
|
36
37
|
BuildArtifacts = Shapes::StructureShape.new(name: 'BuildArtifacts')
|
37
38
|
BuildArtifactsList = Shapes::ListShape.new(name: 'BuildArtifactsList')
|
@@ -344,6 +345,7 @@ module Aws::CodeBuild
|
|
344
345
|
BuildArtifacts.add_member(:override_artifact_name, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "overrideArtifactName"))
|
345
346
|
BuildArtifacts.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
346
347
|
BuildArtifacts.add_member(:artifact_identifier, Shapes::ShapeRef.new(shape: String, location_name: "artifactIdentifier"))
|
348
|
+
BuildArtifacts.add_member(:bucket_owner_access, Shapes::ShapeRef.new(shape: BucketOwnerAccess, location_name: "bucketOwnerAccess"))
|
347
349
|
BuildArtifacts.struct_class = Types::BuildArtifacts
|
348
350
|
|
349
351
|
BuildArtifactsList.member = Shapes::ShapeRef.new(shape: BuildArtifacts)
|
@@ -828,6 +830,7 @@ module Aws::CodeBuild
|
|
828
830
|
ProjectArtifacts.add_member(:override_artifact_name, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "overrideArtifactName"))
|
829
831
|
ProjectArtifacts.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
830
832
|
ProjectArtifacts.add_member(:artifact_identifier, Shapes::ShapeRef.new(shape: String, location_name: "artifactIdentifier"))
|
833
|
+
ProjectArtifacts.add_member(:bucket_owner_access, Shapes::ShapeRef.new(shape: BucketOwnerAccess, location_name: "bucketOwnerAccess"))
|
831
834
|
ProjectArtifacts.struct_class = Types::ProjectArtifacts
|
832
835
|
|
833
836
|
ProjectArtifactsList.member = Shapes::ShapeRef.new(shape: ProjectArtifacts)
|
@@ -985,6 +988,7 @@ module Aws::CodeBuild
|
|
985
988
|
S3LogsConfig.add_member(:status, Shapes::ShapeRef.new(shape: LogsConfigStatusType, required: true, location_name: "status"))
|
986
989
|
S3LogsConfig.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
987
990
|
S3LogsConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
991
|
+
S3LogsConfig.add_member(:bucket_owner_access, Shapes::ShapeRef.new(shape: BucketOwnerAccess, location_name: "bucketOwnerAccess"))
|
988
992
|
S3LogsConfig.struct_class = Types::S3LogsConfig
|
989
993
|
|
990
994
|
S3ReportExportConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "bucket"))
|
@@ -462,6 +462,16 @@ module Aws::CodeBuild
|
|
462
462
|
#
|
463
463
|
# @!attribute [rw] exported_environment_variables
|
464
464
|
# A list of exported environment variables for this build.
|
465
|
+
#
|
466
|
+
# Exported environment variables are used in conjunction with AWS
|
467
|
+
# CodePipeline to export environment variables from the current build
|
468
|
+
# stage to subsequent stages in the pipeline. For more information,
|
469
|
+
# see [Working with variables][1] in the *AWS CodePipeline User
|
470
|
+
# Guide*.
|
471
|
+
#
|
472
|
+
#
|
473
|
+
#
|
474
|
+
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html
|
465
475
|
# @return [Array<Types::ExportedEnvironmentVariable>]
|
466
476
|
#
|
467
477
|
# @!attribute [rw] report_arns
|
@@ -570,6 +580,46 @@ module Aws::CodeBuild
|
|
570
580
|
# An identifier for this artifact definition.
|
571
581
|
# @return [String]
|
572
582
|
#
|
583
|
+
# @!attribute [rw] bucket_owner_access
|
584
|
+
# Specifies the access for objects that are uploaded to an Amazon S3
|
585
|
+
# bucket that is owned by another account.
|
586
|
+
#
|
587
|
+
# By default, only the account that uploads the objects to the bucket
|
588
|
+
# has access to these objects. This property allows you to give the
|
589
|
+
# bucket owner access to these objects.
|
590
|
+
#
|
591
|
+
# NONE
|
592
|
+
#
|
593
|
+
# : The bucket owner does not have access to the objects. This is the
|
594
|
+
# default.
|
595
|
+
#
|
596
|
+
# READ\_ONLY
|
597
|
+
#
|
598
|
+
# : The bucket owner has read only access to the objects. The
|
599
|
+
# uploading account retains ownership of the objects.
|
600
|
+
#
|
601
|
+
# FULL
|
602
|
+
#
|
603
|
+
# : The bucket owner has full access to the objects. Object ownership
|
604
|
+
# is determined by the following criteria:
|
605
|
+
#
|
606
|
+
# * If the bucket is configured with the **Bucket owner preferred**
|
607
|
+
# setting, the bucket owner owns the objects. The uploading
|
608
|
+
# account will have object access as specified by the bucket's
|
609
|
+
# policy.
|
610
|
+
#
|
611
|
+
# * Otherwise, the uploading account retains ownership of the
|
612
|
+
# objects.
|
613
|
+
#
|
614
|
+
# For more information about Amazon S3 object ownership, see
|
615
|
+
# [Controlling ownership of uploaded objects using S3 Object
|
616
|
+
# Ownership][1] in the *Amazon Simple Storage Service User Guide*.
|
617
|
+
#
|
618
|
+
#
|
619
|
+
#
|
620
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
|
621
|
+
# @return [String]
|
622
|
+
#
|
573
623
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildArtifacts AWS API Documentation
|
574
624
|
#
|
575
625
|
class BuildArtifacts < Struct.new(
|
@@ -578,7 +628,8 @@ module Aws::CodeBuild
|
|
578
628
|
:md5sum,
|
579
629
|
:override_artifact_name,
|
580
630
|
:encryption_disabled,
|
581
|
-
:artifact_identifier
|
631
|
+
:artifact_identifier,
|
632
|
+
:bucket_owner_access)
|
582
633
|
SENSITIVE = []
|
583
634
|
include Aws::Structure
|
584
635
|
end
|
@@ -1446,6 +1497,7 @@ module Aws::CodeBuild
|
|
1446
1497
|
# override_artifact_name: false,
|
1447
1498
|
# encryption_disabled: false,
|
1448
1499
|
# artifact_identifier: "String",
|
1500
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
1449
1501
|
# },
|
1450
1502
|
# secondary_artifacts: [
|
1451
1503
|
# {
|
@@ -1458,6 +1510,7 @@ module Aws::CodeBuild
|
|
1458
1510
|
# override_artifact_name: false,
|
1459
1511
|
# encryption_disabled: false,
|
1460
1512
|
# artifact_identifier: "String",
|
1513
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
1461
1514
|
# },
|
1462
1515
|
# ],
|
1463
1516
|
# cache: {
|
@@ -1510,6 +1563,7 @@ module Aws::CodeBuild
|
|
1510
1563
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
1511
1564
|
# location: "String",
|
1512
1565
|
# encryption_disabled: false,
|
1566
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
1513
1567
|
# },
|
1514
1568
|
# },
|
1515
1569
|
# file_system_locations: [
|
@@ -2379,22 +2433,30 @@ module Aws::CodeBuild
|
|
2379
2433
|
include Aws::Structure
|
2380
2434
|
end
|
2381
2435
|
|
2382
|
-
#
|
2436
|
+
# Contains information about an exported environment variable.
|
2437
|
+
#
|
2438
|
+
# Exported environment variables are used in conjunction with AWS
|
2439
|
+
# CodePipeline to export environment variables from the current build
|
2440
|
+
# stage to subsequent stages in the pipeline. For more information, see
|
2441
|
+
# [Working with variables][1] in the *AWS CodePipeline User Guide*.
|
2442
|
+
#
|
2443
|
+
# <note markdown="1"> During a build, the value of a variable is available starting with the
|
2444
|
+
# `install` phase. It can be updated between the start of the `install`
|
2445
|
+
# phase and the end of the `post_build` phase. After the `post_build`
|
2446
|
+
# phase ends, the value of exported variables cannot change.
|
2447
|
+
#
|
2448
|
+
# </note>
|
2449
|
+
#
|
2450
|
+
#
|
2451
|
+
#
|
2452
|
+
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html
|
2383
2453
|
#
|
2384
2454
|
# @!attribute [rw] name
|
2385
|
-
# The name of
|
2455
|
+
# The name of the exported environment variable.
|
2386
2456
|
# @return [String]
|
2387
2457
|
#
|
2388
2458
|
# @!attribute [rw] value
|
2389
|
-
# The value assigned to
|
2390
|
-
#
|
2391
|
-
# <note markdown="1"> During a build, the value of a variable is available starting with
|
2392
|
-
# the `install` phase. It can be updated between the start of the
|
2393
|
-
# `install` phase and the end of the `post_build` phase. After the
|
2394
|
-
# `post_build` phase ends, the value of exported variables cannot
|
2395
|
-
# change.
|
2396
|
-
#
|
2397
|
-
# </note>
|
2459
|
+
# The value assigned to the exported environment variable.
|
2398
2460
|
# @return [String]
|
2399
2461
|
#
|
2400
2462
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ExportedEnvironmentVariable AWS API Documentation
|
@@ -3444,6 +3506,7 @@ module Aws::CodeBuild
|
|
3444
3506
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
3445
3507
|
# location: "String",
|
3446
3508
|
# encryption_disabled: false,
|
3509
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
3447
3510
|
# },
|
3448
3511
|
# }
|
3449
3512
|
#
|
@@ -3788,6 +3851,7 @@ module Aws::CodeBuild
|
|
3788
3851
|
# override_artifact_name: false,
|
3789
3852
|
# encryption_disabled: false,
|
3790
3853
|
# artifact_identifier: "String",
|
3854
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
3791
3855
|
# }
|
3792
3856
|
#
|
3793
3857
|
# @!attribute [rw] type
|
@@ -3931,6 +3995,46 @@ module Aws::CodeBuild
|
|
3931
3995
|
# An identifier for this artifact definition.
|
3932
3996
|
# @return [String]
|
3933
3997
|
#
|
3998
|
+
# @!attribute [rw] bucket_owner_access
|
3999
|
+
# Specifies the access for objects that are uploaded to an Amazon S3
|
4000
|
+
# bucket that is owned by another account.
|
4001
|
+
#
|
4002
|
+
# By default, only the account that uploads the objects to the bucket
|
4003
|
+
# has access to these objects. This property allows you to give the
|
4004
|
+
# bucket owner access to these objects.
|
4005
|
+
#
|
4006
|
+
# NONE
|
4007
|
+
#
|
4008
|
+
# : The bucket owner does not have access to the objects. This is the
|
4009
|
+
# default.
|
4010
|
+
#
|
4011
|
+
# READ\_ONLY
|
4012
|
+
#
|
4013
|
+
# : The bucket owner has read only access to the objects. The
|
4014
|
+
# uploading account retains ownership of the objects.
|
4015
|
+
#
|
4016
|
+
# FULL
|
4017
|
+
#
|
4018
|
+
# : The bucket owner has full access to the objects. Object ownership
|
4019
|
+
# is determined by the following criteria:
|
4020
|
+
#
|
4021
|
+
# * If the bucket is configured with the **Bucket owner preferred**
|
4022
|
+
# setting, the bucket owner owns the objects. The uploading
|
4023
|
+
# account will have object access as specified by the bucket's
|
4024
|
+
# policy.
|
4025
|
+
#
|
4026
|
+
# * Otherwise, the uploading account retains ownership of the
|
4027
|
+
# objects.
|
4028
|
+
#
|
4029
|
+
# For more information about Amazon S3 object ownership, see
|
4030
|
+
# [Controlling ownership of uploaded objects using S3 Object
|
4031
|
+
# Ownership][1] in the *Amazon Simple Storage Service User Guide*.
|
4032
|
+
#
|
4033
|
+
#
|
4034
|
+
#
|
4035
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
|
4036
|
+
# @return [String]
|
4037
|
+
#
|
3934
4038
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectArtifacts AWS API Documentation
|
3935
4039
|
#
|
3936
4040
|
class ProjectArtifacts < Struct.new(
|
@@ -3942,7 +4046,8 @@ module Aws::CodeBuild
|
|
3942
4046
|
:packaging,
|
3943
4047
|
:override_artifact_name,
|
3944
4048
|
:encryption_disabled,
|
3945
|
-
:artifact_identifier
|
4049
|
+
:artifact_identifier,
|
4050
|
+
:bucket_owner_access)
|
3946
4051
|
SENSITIVE = []
|
3947
4052
|
include Aws::Structure
|
3948
4053
|
end
|
@@ -5103,6 +5208,7 @@ module Aws::CodeBuild
|
|
5103
5208
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
5104
5209
|
# location: "String",
|
5105
5210
|
# encryption_disabled: false,
|
5211
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5106
5212
|
# }
|
5107
5213
|
#
|
5108
5214
|
# @!attribute [rw] status
|
@@ -5125,12 +5231,53 @@ module Aws::CodeBuild
|
|
5125
5231
|
# By default S3 build logs are encrypted.
|
5126
5232
|
# @return [Boolean]
|
5127
5233
|
#
|
5234
|
+
# @!attribute [rw] bucket_owner_access
|
5235
|
+
# Specifies the access for objects that are uploaded to an Amazon S3
|
5236
|
+
# bucket that is owned by another account.
|
5237
|
+
#
|
5238
|
+
# By default, only the account that uploads the objects to the bucket
|
5239
|
+
# has access to these objects. This property allows you to give the
|
5240
|
+
# bucket owner access to these objects.
|
5241
|
+
#
|
5242
|
+
# NONE
|
5243
|
+
#
|
5244
|
+
# : The bucket owner does not have access to the objects. This is the
|
5245
|
+
# default.
|
5246
|
+
#
|
5247
|
+
# READ\_ONLY
|
5248
|
+
#
|
5249
|
+
# : The bucket owner has read only access to the objects. The
|
5250
|
+
# uploading account retains ownership of the objects.
|
5251
|
+
#
|
5252
|
+
# FULL
|
5253
|
+
#
|
5254
|
+
# : The bucket owner has full access to the objects. Object ownership
|
5255
|
+
# is determined by the following criteria:
|
5256
|
+
#
|
5257
|
+
# * If the bucket is configured with the **Bucket owner preferred**
|
5258
|
+
# setting, the bucket owner owns the objects. The uploading
|
5259
|
+
# account will have object access as specified by the bucket's
|
5260
|
+
# policy.
|
5261
|
+
#
|
5262
|
+
# * Otherwise, the uploading account retains ownership of the
|
5263
|
+
# objects.
|
5264
|
+
#
|
5265
|
+
# For more information about Amazon S3 object ownership, see
|
5266
|
+
# [Controlling ownership of uploaded objects using S3 Object
|
5267
|
+
# Ownership][1] in the *Amazon Simple Storage Service User Guide*.
|
5268
|
+
#
|
5269
|
+
#
|
5270
|
+
#
|
5271
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
|
5272
|
+
# @return [String]
|
5273
|
+
#
|
5128
5274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/S3LogsConfig AWS API Documentation
|
5129
5275
|
#
|
5130
5276
|
class S3LogsConfig < Struct.new(
|
5131
5277
|
:status,
|
5132
5278
|
:location,
|
5133
|
-
:encryption_disabled
|
5279
|
+
:encryption_disabled,
|
5280
|
+
:bucket_owner_access)
|
5134
5281
|
SENSITIVE = []
|
5135
5282
|
include Aws::Structure
|
5136
5283
|
end
|
@@ -5304,6 +5451,7 @@ module Aws::CodeBuild
|
|
5304
5451
|
# override_artifact_name: false,
|
5305
5452
|
# encryption_disabled: false,
|
5306
5453
|
# artifact_identifier: "String",
|
5454
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5307
5455
|
# },
|
5308
5456
|
# secondary_artifacts_override: [
|
5309
5457
|
# {
|
@@ -5316,6 +5464,7 @@ module Aws::CodeBuild
|
|
5316
5464
|
# override_artifact_name: false,
|
5317
5465
|
# encryption_disabled: false,
|
5318
5466
|
# artifact_identifier: "String",
|
5467
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5319
5468
|
# },
|
5320
5469
|
# ],
|
5321
5470
|
# environment_variables_override: [
|
@@ -5363,6 +5512,7 @@ module Aws::CodeBuild
|
|
5363
5512
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
5364
5513
|
# location: "String",
|
5365
5514
|
# encryption_disabled: false,
|
5515
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5366
5516
|
# },
|
5367
5517
|
# },
|
5368
5518
|
# registry_credential_override: {
|
@@ -5726,6 +5876,7 @@ module Aws::CodeBuild
|
|
5726
5876
|
# override_artifact_name: false,
|
5727
5877
|
# encryption_disabled: false,
|
5728
5878
|
# artifact_identifier: "String",
|
5879
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5729
5880
|
# },
|
5730
5881
|
# secondary_artifacts_override: [
|
5731
5882
|
# {
|
@@ -5738,6 +5889,7 @@ module Aws::CodeBuild
|
|
5738
5889
|
# override_artifact_name: false,
|
5739
5890
|
# encryption_disabled: false,
|
5740
5891
|
# artifact_identifier: "String",
|
5892
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5741
5893
|
# },
|
5742
5894
|
# ],
|
5743
5895
|
# environment_variables_override: [
|
@@ -5789,6 +5941,7 @@ module Aws::CodeBuild
|
|
5789
5941
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
5790
5942
|
# location: "String",
|
5791
5943
|
# encryption_disabled: false,
|
5944
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
5792
5945
|
# },
|
5793
5946
|
# },
|
5794
5947
|
# registry_credential_override: {
|
@@ -6390,6 +6543,7 @@ module Aws::CodeBuild
|
|
6390
6543
|
# override_artifact_name: false,
|
6391
6544
|
# encryption_disabled: false,
|
6392
6545
|
# artifact_identifier: "String",
|
6546
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
6393
6547
|
# },
|
6394
6548
|
# secondary_artifacts: [
|
6395
6549
|
# {
|
@@ -6402,6 +6556,7 @@ module Aws::CodeBuild
|
|
6402
6556
|
# override_artifact_name: false,
|
6403
6557
|
# encryption_disabled: false,
|
6404
6558
|
# artifact_identifier: "String",
|
6559
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
6405
6560
|
# },
|
6406
6561
|
# ],
|
6407
6562
|
# cache: {
|
@@ -6454,6 +6609,7 @@ module Aws::CodeBuild
|
|
6454
6609
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
6455
6610
|
# location: "String",
|
6456
6611
|
# encryption_disabled: false,
|
6612
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
6457
6613
|
# },
|
6458
6614
|
# },
|
6459
6615
|
# file_system_locations: [
|
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.
|
4
|
+
version: 1.75.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: 2021-
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.118.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.118.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codebuild
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codebuild/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - AWS CodeBuild
|