aws-sdk-codebuild 1.70.0 → 1.74.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 +453 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-codebuild.rb +2 -2
- data/lib/aws-sdk-codebuild/client.rb +47 -2
- data/lib/aws-sdk-codebuild/client_api.rb +5 -1
- data/lib/aws-sdk-codebuild/errors.rb +1 -1
- data/lib/aws-sdk-codebuild/resource.rb +1 -1
- data/lib/aws-sdk-codebuild/types.rb +171 -15
- metadata +9 -7
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -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"))
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -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.74.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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -47,11 +47,14 @@ dependencies:
|
|
|
47
47
|
description: Official AWS Ruby gem for AWS CodeBuild. This gem is part of the AWS
|
|
48
48
|
SDK for Ruby.
|
|
49
49
|
email:
|
|
50
|
-
-
|
|
50
|
+
- aws-dr-rubygems@amazon.com
|
|
51
51
|
executables: []
|
|
52
52
|
extensions: []
|
|
53
53
|
extra_rdoc_files: []
|
|
54
54
|
files:
|
|
55
|
+
- CHANGELOG.md
|
|
56
|
+
- LICENSE.txt
|
|
57
|
+
- VERSION
|
|
55
58
|
- lib/aws-sdk-codebuild.rb
|
|
56
59
|
- lib/aws-sdk-codebuild/client.rb
|
|
57
60
|
- lib/aws-sdk-codebuild/client_api.rb
|
|
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
|
63
66
|
licenses:
|
|
64
67
|
- Apache-2.0
|
|
65
68
|
metadata:
|
|
66
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
67
|
-
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
|
|
68
71
|
post_install_message:
|
|
69
72
|
rdoc_options: []
|
|
70
73
|
require_paths:
|
|
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
83
|
- !ruby/object:Gem::Version
|
|
81
84
|
version: '0'
|
|
82
85
|
requirements: []
|
|
83
|
-
|
|
84
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
85
87
|
signing_key:
|
|
86
88
|
specification_version: 4
|
|
87
89
|
summary: AWS SDK for Ruby - AWS CodeBuild
|