aws-sdk-codebuild 1.50.0 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50e12aa990e733dc8d7dbb37bbcfe4c2b7affef2b5c8e07992dda78316c869bf
4
- data.tar.gz: de2f3bef527224fcd735b972304ef6ebb068a4f6947636b8564a2ca036a296a0
3
+ metadata.gz: d320d5867337f251e07014822199acf6ef4f024da9731324618a11c6dceafa78
4
+ data.tar.gz: f374575bd92c10cfd78d5d0c400c8e8bf4bb73e7c382dada8e9cf289bd770d44
5
5
  SHA512:
6
- metadata.gz: c808390458783acb61a3e4649a377364eb9896cda08b7795d08ecc9edbd28db25c38814e70ed163a3c3c64212b140cf02773d097b0719d004854c050f23cffdd
7
- data.tar.gz: c134e71aa48545a1df8b268b18f3279dd5f4b9421bbf596eb9ccec2abe9ff431fdcc8aa93813d7fef41e97f4cfea8ad22e69e9d05eef60687d6fe2d669fbb450
6
+ metadata.gz: 1eefdec65501837255580a041653a0e0ad92dba0912af9ee41055e75b70bce3d10e78824523e582b0f77bbe96be0de8e72999fe7e353e5e4b057d8191bc64ab1
7
+ data.tar.gz: 25f09254c8ef903b0f0d27b84daa8897d602aea2d6bb192db2d57945110ed1d3da581ce74c8597246b43394d4646438a65e639b03260dd620fb75e5045add072
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-codebuild/customizations'
45
47
  # @service
46
48
  module Aws::CodeBuild
47
49
 
48
- GEM_VERSION = '1.50.0'
50
+ GEM_VERSION = '1.55.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CodeBuild
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::CodeBuild
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CodeBuild
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -650,6 +654,8 @@ module Aws::CodeBuild
650
654
  # resp.builds[0].source.auth.type #=> String, one of "OAUTH"
651
655
  # resp.builds[0].source.auth.resource #=> String
652
656
  # resp.builds[0].source.report_build_status #=> Boolean
657
+ # resp.builds[0].source.build_status_config.context #=> String
658
+ # resp.builds[0].source.build_status_config.target_url #=> String
653
659
  # resp.builds[0].source.insecure_ssl #=> Boolean
654
660
  # resp.builds[0].source.source_identifier #=> String
655
661
  # resp.builds[0].secondary_sources #=> Array
@@ -661,6 +667,8 @@ module Aws::CodeBuild
661
667
  # resp.builds[0].secondary_sources[0].auth.type #=> String, one of "OAUTH"
662
668
  # resp.builds[0].secondary_sources[0].auth.resource #=> String
663
669
  # resp.builds[0].secondary_sources[0].report_build_status #=> Boolean
670
+ # resp.builds[0].secondary_sources[0].build_status_config.context #=> String
671
+ # resp.builds[0].secondary_sources[0].build_status_config.target_url #=> String
664
672
  # resp.builds[0].secondary_sources[0].insecure_ssl #=> Boolean
665
673
  # resp.builds[0].secondary_sources[0].source_identifier #=> String
666
674
  # resp.builds[0].secondary_source_versions #=> Array
@@ -775,6 +783,8 @@ module Aws::CodeBuild
775
783
  # resp.projects[0].source.auth.type #=> String, one of "OAUTH"
776
784
  # resp.projects[0].source.auth.resource #=> String
777
785
  # resp.projects[0].source.report_build_status #=> Boolean
786
+ # resp.projects[0].source.build_status_config.context #=> String
787
+ # resp.projects[0].source.build_status_config.target_url #=> String
778
788
  # resp.projects[0].source.insecure_ssl #=> Boolean
779
789
  # resp.projects[0].source.source_identifier #=> String
780
790
  # resp.projects[0].secondary_sources #=> Array
@@ -786,6 +796,8 @@ module Aws::CodeBuild
786
796
  # resp.projects[0].secondary_sources[0].auth.type #=> String, one of "OAUTH"
787
797
  # resp.projects[0].secondary_sources[0].auth.resource #=> String
788
798
  # resp.projects[0].secondary_sources[0].report_build_status #=> Boolean
799
+ # resp.projects[0].secondary_sources[0].build_status_config.context #=> String
800
+ # resp.projects[0].secondary_sources[0].build_status_config.target_url #=> String
789
801
  # resp.projects[0].secondary_sources[0].insecure_ssl #=> Boolean
790
802
  # resp.projects[0].secondary_sources[0].source_identifier #=> String
791
803
  # resp.projects[0].source_version #=> String
@@ -908,6 +920,9 @@ module Aws::CodeBuild
908
920
  # resp.report_groups[0].export_config.s3_destination.encryption_disabled #=> Boolean
909
921
  # resp.report_groups[0].created #=> Time
910
922
  # resp.report_groups[0].last_modified #=> Time
923
+ # resp.report_groups[0].tags #=> Array
924
+ # resp.report_groups[0].tags[0].key #=> String
925
+ # resp.report_groups[0].tags[0].value #=> String
911
926
  # resp.report_groups_not_found #=> Array
912
927
  # resp.report_groups_not_found[0] #=> String
913
928
  #
@@ -1062,7 +1077,7 @@ module Aws::CodeBuild
1062
1077
  # if available, the CMK's alias (using the format `alias/alias-name `).
1063
1078
  #
1064
1079
  # @option params [Array<Types::Tag>] :tags
1065
- # A set of tags for this build project.
1080
+ # A list of tag key and value pairs associated with this build project.
1066
1081
  #
1067
1082
  # These tags are available for use by AWS services that support AWS
1068
1083
  # CodeBuild build project tags.
@@ -1107,6 +1122,10 @@ module Aws::CodeBuild
1107
1122
  # resource: "String",
1108
1123
  # },
1109
1124
  # report_build_status: false,
1125
+ # build_status_config: {
1126
+ # context: "String",
1127
+ # target_url: "String",
1128
+ # },
1110
1129
  # insecure_ssl: false,
1111
1130
  # source_identifier: "String",
1112
1131
  # },
@@ -1124,6 +1143,10 @@ module Aws::CodeBuild
1124
1143
  # resource: "String",
1125
1144
  # },
1126
1145
  # report_build_status: false,
1146
+ # build_status_config: {
1147
+ # context: "String",
1148
+ # target_url: "String",
1149
+ # },
1127
1150
  # insecure_ssl: false,
1128
1151
  # source_identifier: "String",
1129
1152
  # },
@@ -1235,6 +1258,8 @@ module Aws::CodeBuild
1235
1258
  # resp.project.source.auth.type #=> String, one of "OAUTH"
1236
1259
  # resp.project.source.auth.resource #=> String
1237
1260
  # resp.project.source.report_build_status #=> Boolean
1261
+ # resp.project.source.build_status_config.context #=> String
1262
+ # resp.project.source.build_status_config.target_url #=> String
1238
1263
  # resp.project.source.insecure_ssl #=> Boolean
1239
1264
  # resp.project.source.source_identifier #=> String
1240
1265
  # resp.project.secondary_sources #=> Array
@@ -1246,6 +1271,8 @@ module Aws::CodeBuild
1246
1271
  # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH"
1247
1272
  # resp.project.secondary_sources[0].auth.resource #=> String
1248
1273
  # resp.project.secondary_sources[0].report_build_status #=> Boolean
1274
+ # resp.project.secondary_sources[0].build_status_config.context #=> String
1275
+ # resp.project.secondary_sources[0].build_status_config.target_url #=> String
1249
1276
  # resp.project.secondary_sources[0].insecure_ssl #=> Boolean
1250
1277
  # resp.project.secondary_sources[0].source_identifier #=> String
1251
1278
  # resp.project.source_version #=> String
@@ -1348,6 +1375,12 @@ module Aws::CodeBuild
1348
1375
  # A `ReportExportConfig` object that contains information about where
1349
1376
  # the report group test results are exported.
1350
1377
  #
1378
+ # @option params [Array<Types::Tag>] :tags
1379
+ # A list of tag key and value pairs associated with this report group.
1380
+ #
1381
+ # These tags are available for use by AWS services that support AWS
1382
+ # CodeBuild report group tags.
1383
+ #
1351
1384
  # @return [Types::CreateReportGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1352
1385
  #
1353
1386
  # * {Types::CreateReportGroupOutput#report_group #report_group} => Types::ReportGroup
@@ -1367,6 +1400,12 @@ module Aws::CodeBuild
1367
1400
  # encryption_disabled: false,
1368
1401
  # },
1369
1402
  # },
1403
+ # tags: [
1404
+ # {
1405
+ # key: "KeyInput",
1406
+ # value: "ValueInput",
1407
+ # },
1408
+ # ],
1370
1409
  # })
1371
1410
  #
1372
1411
  # @example Response structure
@@ -1382,6 +1421,9 @@ module Aws::CodeBuild
1382
1421
  # resp.report_group.export_config.s3_destination.encryption_disabled #=> Boolean
1383
1422
  # resp.report_group.created #=> Time
1384
1423
  # resp.report_group.last_modified #=> Time
1424
+ # resp.report_group.tags #=> Array
1425
+ # resp.report_group.tags[0].key #=> String
1426
+ # resp.report_group.tags[0].value #=> String
1385
1427
  #
1386
1428
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateReportGroup AWS API Documentation
1387
1429
  #
@@ -2478,6 +2520,11 @@ module Aws::CodeBuild
2478
2520
  #
2479
2521
  # </note>
2480
2522
  #
2523
+ # @option params [Types::BuildStatusConfig] :build_status_config_override
2524
+ # Contains information that defines how the build project reports the
2525
+ # build status to the source provider. This option is only used when the
2526
+ # source provider is `GITHUB`, `GITHUB_ENTERPRISE`, or `BITBUCKET`.
2527
+ #
2481
2528
  # @option params [String] :environment_type_override
2482
2529
  # A container type for this build that overrides the one specified in
2483
2530
  # the build project.
@@ -2578,6 +2625,10 @@ module Aws::CodeBuild
2578
2625
  # resource: "String",
2579
2626
  # },
2580
2627
  # report_build_status: false,
2628
+ # build_status_config: {
2629
+ # context: "String",
2630
+ # target_url: "String",
2631
+ # },
2581
2632
  # insecure_ssl: false,
2582
2633
  # source_identifier: "String",
2583
2634
  # },
@@ -2633,6 +2684,10 @@ module Aws::CodeBuild
2633
2684
  # buildspec_override: "String",
2634
2685
  # insecure_ssl_override: false,
2635
2686
  # report_build_status_override: false,
2687
+ # build_status_config_override: {
2688
+ # context: "String",
2689
+ # target_url: "String",
2690
+ # },
2636
2691
  # environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
2637
2692
  # image_override: "NonEmptyString",
2638
2693
  # compute_type_override: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
@@ -2696,6 +2751,8 @@ module Aws::CodeBuild
2696
2751
  # resp.build.source.auth.type #=> String, one of "OAUTH"
2697
2752
  # resp.build.source.auth.resource #=> String
2698
2753
  # resp.build.source.report_build_status #=> Boolean
2754
+ # resp.build.source.build_status_config.context #=> String
2755
+ # resp.build.source.build_status_config.target_url #=> String
2699
2756
  # resp.build.source.insecure_ssl #=> Boolean
2700
2757
  # resp.build.source.source_identifier #=> String
2701
2758
  # resp.build.secondary_sources #=> Array
@@ -2707,6 +2764,8 @@ module Aws::CodeBuild
2707
2764
  # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH"
2708
2765
  # resp.build.secondary_sources[0].auth.resource #=> String
2709
2766
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
2767
+ # resp.build.secondary_sources[0].build_status_config.context #=> String
2768
+ # resp.build.secondary_sources[0].build_status_config.target_url #=> String
2710
2769
  # resp.build.secondary_sources[0].insecure_ssl #=> Boolean
2711
2770
  # resp.build.secondary_sources[0].source_identifier #=> String
2712
2771
  # resp.build.secondary_source_versions #=> Array
@@ -2831,6 +2890,8 @@ module Aws::CodeBuild
2831
2890
  # resp.build.source.auth.type #=> String, one of "OAUTH"
2832
2891
  # resp.build.source.auth.resource #=> String
2833
2892
  # resp.build.source.report_build_status #=> Boolean
2893
+ # resp.build.source.build_status_config.context #=> String
2894
+ # resp.build.source.build_status_config.target_url #=> String
2834
2895
  # resp.build.source.insecure_ssl #=> Boolean
2835
2896
  # resp.build.source.source_identifier #=> String
2836
2897
  # resp.build.secondary_sources #=> Array
@@ -2842,6 +2903,8 @@ module Aws::CodeBuild
2842
2903
  # resp.build.secondary_sources[0].auth.type #=> String, one of "OAUTH"
2843
2904
  # resp.build.secondary_sources[0].auth.resource #=> String
2844
2905
  # resp.build.secondary_sources[0].report_build_status #=> Boolean
2906
+ # resp.build.secondary_sources[0].build_status_config.context #=> String
2907
+ # resp.build.secondary_sources[0].build_status_config.target_url #=> String
2845
2908
  # resp.build.secondary_sources[0].insecure_ssl #=> Boolean
2846
2909
  # resp.build.secondary_sources[0].source_identifier #=> String
2847
2910
  # resp.build.secondary_source_versions #=> Array
@@ -3020,7 +3083,8 @@ module Aws::CodeBuild
3020
3083
  # if available, the CMK's alias (using the format `alias/alias-name `).
3021
3084
  #
3022
3085
  # @option params [Array<Types::Tag>] :tags
3023
- # The replacement set of tags for this build project.
3086
+ # An updated list of tag key and value pairs associated with this build
3087
+ # project.
3024
3088
  #
3025
3089
  # These tags are available for use by AWS services that support AWS
3026
3090
  # CodeBuild build project tags.
@@ -3064,6 +3128,10 @@ module Aws::CodeBuild
3064
3128
  # resource: "String",
3065
3129
  # },
3066
3130
  # report_build_status: false,
3131
+ # build_status_config: {
3132
+ # context: "String",
3133
+ # target_url: "String",
3134
+ # },
3067
3135
  # insecure_ssl: false,
3068
3136
  # source_identifier: "String",
3069
3137
  # },
@@ -3081,6 +3149,10 @@ module Aws::CodeBuild
3081
3149
  # resource: "String",
3082
3150
  # },
3083
3151
  # report_build_status: false,
3152
+ # build_status_config: {
3153
+ # context: "String",
3154
+ # target_url: "String",
3155
+ # },
3084
3156
  # insecure_ssl: false,
3085
3157
  # source_identifier: "String",
3086
3158
  # },
@@ -3192,6 +3264,8 @@ module Aws::CodeBuild
3192
3264
  # resp.project.source.auth.type #=> String, one of "OAUTH"
3193
3265
  # resp.project.source.auth.resource #=> String
3194
3266
  # resp.project.source.report_build_status #=> Boolean
3267
+ # resp.project.source.build_status_config.context #=> String
3268
+ # resp.project.source.build_status_config.target_url #=> String
3195
3269
  # resp.project.source.insecure_ssl #=> Boolean
3196
3270
  # resp.project.source.source_identifier #=> String
3197
3271
  # resp.project.secondary_sources #=> Array
@@ -3203,6 +3277,8 @@ module Aws::CodeBuild
3203
3277
  # resp.project.secondary_sources[0].auth.type #=> String, one of "OAUTH"
3204
3278
  # resp.project.secondary_sources[0].auth.resource #=> String
3205
3279
  # resp.project.secondary_sources[0].report_build_status #=> Boolean
3280
+ # resp.project.secondary_sources[0].build_status_config.context #=> String
3281
+ # resp.project.secondary_sources[0].build_status_config.target_url #=> String
3206
3282
  # resp.project.secondary_sources[0].insecure_ssl #=> Boolean
3207
3283
  # resp.project.secondary_sources[0].source_identifier #=> String
3208
3284
  # resp.project.source_version #=> String
@@ -3304,6 +3380,13 @@ module Aws::CodeBuild
3304
3380
  #
3305
3381
  # * `NO_EXPORT`\: The report results are not exported.
3306
3382
  #
3383
+ # @option params [Array<Types::Tag>] :tags
3384
+ # An updated list of tag key and value pairs associated with this report
3385
+ # group.
3386
+ #
3387
+ # These tags are available for use by AWS services that support AWS
3388
+ # CodeBuild report group tags.
3389
+ #
3307
3390
  # @return [Types::UpdateReportGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3308
3391
  #
3309
3392
  # * {Types::UpdateReportGroupOutput#report_group #report_group} => Types::ReportGroup
@@ -3322,6 +3405,12 @@ module Aws::CodeBuild
3322
3405
  # encryption_disabled: false,
3323
3406
  # },
3324
3407
  # },
3408
+ # tags: [
3409
+ # {
3410
+ # key: "KeyInput",
3411
+ # value: "ValueInput",
3412
+ # },
3413
+ # ],
3325
3414
  # })
3326
3415
  #
3327
3416
  # @example Response structure
@@ -3337,6 +3426,9 @@ module Aws::CodeBuild
3337
3426
  # resp.report_group.export_config.s3_destination.encryption_disabled #=> Boolean
3338
3427
  # resp.report_group.created #=> Time
3339
3428
  # resp.report_group.last_modified #=> Time
3429
+ # resp.report_group.tags #=> Array
3430
+ # resp.report_group.tags[0].key #=> String
3431
+ # resp.report_group.tags[0].value #=> String
3340
3432
  #
3341
3433
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateReportGroup AWS API Documentation
3342
3434
  #
@@ -3433,7 +3525,7 @@ module Aws::CodeBuild
3433
3525
  params: params,
3434
3526
  config: config)
3435
3527
  context[:gem_name] = 'aws-sdk-codebuild'
3436
- context[:gem_version] = '1.50.0'
3528
+ context[:gem_version] = '1.55.0'
3437
3529
  Seahorse::Client::Request.new(handlers, context)
3438
3530
  end
3439
3531
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -36,6 +38,7 @@ module Aws::CodeBuild
36
38
  BuildPhaseType = Shapes::StringShape.new(name: 'BuildPhaseType')
37
39
  BuildPhases = Shapes::ListShape.new(name: 'BuildPhases')
38
40
  BuildReportArns = Shapes::ListShape.new(name: 'BuildReportArns')
41
+ BuildStatusConfig = Shapes::StructureShape.new(name: 'BuildStatusConfig')
39
42
  Builds = Shapes::ListShape.new(name: 'Builds')
40
43
  BuildsNotDeleted = Shapes::ListShape.new(name: 'BuildsNotDeleted')
41
44
  CacheMode = Shapes::StringShape.new(name: 'CacheMode')
@@ -299,6 +302,10 @@ module Aws::CodeBuild
299
302
 
300
303
  BuildReportArns.member = Shapes::ShapeRef.new(shape: String)
301
304
 
305
+ BuildStatusConfig.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
306
+ BuildStatusConfig.add_member(:target_url, Shapes::ShapeRef.new(shape: String, location_name: "targetUrl"))
307
+ BuildStatusConfig.struct_class = Types::BuildStatusConfig
308
+
302
309
  Builds.member = Shapes::ShapeRef.new(shape: Build)
303
310
 
304
311
  BuildsNotDeleted.member = Shapes::ShapeRef.new(shape: BuildNotDeleted)
@@ -335,6 +342,7 @@ module Aws::CodeBuild
335
342
  CreateReportGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: ReportGroupName, required: true, location_name: "name"))
336
343
  CreateReportGroupInput.add_member(:type, Shapes::ShapeRef.new(shape: ReportType, required: true, location_name: "type"))
337
344
  CreateReportGroupInput.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, required: true, location_name: "exportConfig"))
345
+ CreateReportGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
338
346
  CreateReportGroupInput.struct_class = Types::CreateReportGroupInput
339
347
 
340
348
  CreateReportGroupOutput.add_member(:report_group, Shapes::ShapeRef.new(shape: ReportGroup, location_name: "reportGroup"))
@@ -647,6 +655,7 @@ module Aws::CodeBuild
647
655
  ProjectSource.add_member(:buildspec, Shapes::ShapeRef.new(shape: String, location_name: "buildspec"))
648
656
  ProjectSource.add_member(:auth, Shapes::ShapeRef.new(shape: SourceAuth, location_name: "auth"))
649
657
  ProjectSource.add_member(:report_build_status, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "reportBuildStatus"))
658
+ ProjectSource.add_member(:build_status_config, Shapes::ShapeRef.new(shape: BuildStatusConfig, location_name: "buildStatusConfig"))
650
659
  ProjectSource.add_member(:insecure_ssl, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "insecureSsl"))
651
660
  ProjectSource.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "sourceIdentifier"))
652
661
  ProjectSource.struct_class = Types::ProjectSource
@@ -698,6 +707,7 @@ module Aws::CodeBuild
698
707
  ReportGroup.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
699
708
  ReportGroup.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
700
709
  ReportGroup.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModified"))
710
+ ReportGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
701
711
  ReportGroup.struct_class = Types::ReportGroup
702
712
 
703
713
  ReportGroupArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -753,6 +763,7 @@ module Aws::CodeBuild
753
763
  StartBuildInput.add_member(:buildspec_override, Shapes::ShapeRef.new(shape: String, location_name: "buildspecOverride"))
754
764
  StartBuildInput.add_member(:insecure_ssl_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "insecureSslOverride"))
755
765
  StartBuildInput.add_member(:report_build_status_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "reportBuildStatusOverride"))
766
+ StartBuildInput.add_member(:build_status_config_override, Shapes::ShapeRef.new(shape: BuildStatusConfig, location_name: "buildStatusConfigOverride"))
756
767
  StartBuildInput.add_member(:environment_type_override, Shapes::ShapeRef.new(shape: EnvironmentType, location_name: "environmentTypeOverride"))
757
768
  StartBuildInput.add_member(:image_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageOverride"))
758
769
  StartBuildInput.add_member(:compute_type_override, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeTypeOverride"))
@@ -832,6 +843,7 @@ module Aws::CodeBuild
832
843
 
833
844
  UpdateReportGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "arn"))
834
845
  UpdateReportGroupInput.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
846
+ UpdateReportGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
835
847
  UpdateReportGroupInput.struct_class = Types::UpdateReportGroupInput
836
848
 
837
849
  UpdateReportGroupOutput.add_member(:report_group, Shapes::ShapeRef.new(shape: ReportGroup, location_name: "reportGroup"))
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -29,6 +31,7 @@ module Aws::CodeBuild
29
31
  #
30
32
  class BatchDeleteBuildsInput < Struct.new(
31
33
  :ids)
34
+ SENSITIVE = []
32
35
  include Aws::Structure
33
36
  end
34
37
 
@@ -45,6 +48,7 @@ module Aws::CodeBuild
45
48
  class BatchDeleteBuildsOutput < Struct.new(
46
49
  :builds_deleted,
47
50
  :builds_not_deleted)
51
+ SENSITIVE = []
48
52
  include Aws::Structure
49
53
  end
50
54
 
@@ -63,6 +67,7 @@ module Aws::CodeBuild
63
67
  #
64
68
  class BatchGetBuildsInput < Struct.new(
65
69
  :ids)
70
+ SENSITIVE = []
66
71
  include Aws::Structure
67
72
  end
68
73
 
@@ -79,6 +84,7 @@ module Aws::CodeBuild
79
84
  class BatchGetBuildsOutput < Struct.new(
80
85
  :builds,
81
86
  :builds_not_found)
87
+ SENSITIVE = []
82
88
  include Aws::Structure
83
89
  end
84
90
 
@@ -99,6 +105,7 @@ module Aws::CodeBuild
99
105
  #
100
106
  class BatchGetProjectsInput < Struct.new(
101
107
  :names)
108
+ SENSITIVE = []
102
109
  include Aws::Structure
103
110
  end
104
111
 
@@ -116,6 +123,7 @@ module Aws::CodeBuild
116
123
  class BatchGetProjectsOutput < Struct.new(
117
124
  :projects,
118
125
  :projects_not_found)
126
+ SENSITIVE = []
119
127
  include Aws::Structure
120
128
  end
121
129
 
@@ -135,6 +143,7 @@ module Aws::CodeBuild
135
143
  #
136
144
  class BatchGetReportGroupsInput < Struct.new(
137
145
  :report_group_arns)
146
+ SENSITIVE = []
138
147
  include Aws::Structure
139
148
  end
140
149
 
@@ -152,6 +161,7 @@ module Aws::CodeBuild
152
161
  class BatchGetReportGroupsOutput < Struct.new(
153
162
  :report_groups,
154
163
  :report_groups_not_found)
164
+ SENSITIVE = []
155
165
  include Aws::Structure
156
166
  end
157
167
 
@@ -170,6 +180,7 @@ module Aws::CodeBuild
170
180
  #
171
181
  class BatchGetReportsInput < Struct.new(
172
182
  :report_arns)
183
+ SENSITIVE = []
173
184
  include Aws::Structure
174
185
  end
175
186
 
@@ -187,6 +198,7 @@ module Aws::CodeBuild
187
198
  class BatchGetReportsOutput < Struct.new(
188
199
  :reports,
189
200
  :reports_not_found)
201
+ SENSITIVE = []
190
202
  include Aws::Structure
191
203
  end
192
204
 
@@ -426,6 +438,7 @@ module Aws::CodeBuild
426
438
  :exported_environment_variables,
427
439
  :report_arns,
428
440
  :file_system_locations)
441
+ SENSITIVE = []
429
442
  include Aws::Structure
430
443
  end
431
444
 
@@ -485,6 +498,7 @@ module Aws::CodeBuild
485
498
  :override_artifact_name,
486
499
  :encryption_disabled,
487
500
  :artifact_identifier)
501
+ SENSITIVE = []
488
502
  include Aws::Structure
489
503
  end
490
504
 
@@ -504,6 +518,7 @@ module Aws::CodeBuild
504
518
  class BuildNotDeleted < Struct.new(
505
519
  :id,
506
520
  :status_code)
521
+ SENSITIVE = []
507
522
  include Aws::Structure
508
523
  end
509
524
 
@@ -589,6 +604,73 @@ module Aws::CodeBuild
589
604
  :end_time,
590
605
  :duration_in_seconds,
591
606
  :contexts)
607
+ SENSITIVE = []
608
+ include Aws::Structure
609
+ end
610
+
611
+ # Contains information that defines how the AWS CodeBuild build project
612
+ # reports the build status to the source provider.
613
+ #
614
+ # @note When making an API call, you may pass BuildStatusConfig
615
+ # data as a hash:
616
+ #
617
+ # {
618
+ # context: "String",
619
+ # target_url: "String",
620
+ # }
621
+ #
622
+ # @!attribute [rw] context
623
+ # Specifies the context of the build status CodeBuild sends to the
624
+ # source provider. The usage of this parameter depends on the source
625
+ # provider.
626
+ #
627
+ # Bitbucket
628
+ #
629
+ # : This parameter is used for the `name` parameter in the Bitbucket
630
+ # commit status. For more information, see [build][1] in the
631
+ # Bitbucket API documentation.
632
+ #
633
+ # GitHub/GitHub Enterprise Server
634
+ #
635
+ # : This parameter is used for the `context` parameter in the GitHub
636
+ # commit status. For more information, see [Create a commit
637
+ # status][2] in the GitHub developer guide.
638
+ #
639
+ #
640
+ #
641
+ # [1]: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/commit/%7Bnode%7D/statuses/build
642
+ # [2]: https://developer.github.com/v3/repos/statuses/#create-a-commit-status
643
+ # @return [String]
644
+ #
645
+ # @!attribute [rw] target_url
646
+ # Specifies the target url of the build status CodeBuild sends to the
647
+ # source provider. The usage of this parameter depends on the source
648
+ # provider.
649
+ #
650
+ # Bitbucket
651
+ #
652
+ # : This parameter is used for the `url` parameter in the Bitbucket
653
+ # commit status. For more information, see [build][1] in the
654
+ # Bitbucket API documentation.
655
+ #
656
+ # GitHub/GitHub Enterprise Server
657
+ #
658
+ # : This parameter is used for the `target_url` parameter in the
659
+ # GitHub commit status. For more information, see [Create a commit
660
+ # status][2] in the GitHub developer guide.
661
+ #
662
+ #
663
+ #
664
+ # [1]: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/commit/%7Bnode%7D/statuses/build
665
+ # [2]: https://developer.github.com/v3/repos/statuses/#create-a-commit-status
666
+ # @return [String]
667
+ #
668
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildStatusConfig AWS API Documentation
669
+ #
670
+ class BuildStatusConfig < Struct.new(
671
+ :context,
672
+ :target_url)
673
+ SENSITIVE = []
592
674
  include Aws::Structure
593
675
  end
594
676
 
@@ -638,6 +720,7 @@ module Aws::CodeBuild
638
720
  :status,
639
721
  :group_name,
640
722
  :stream_name)
723
+ SENSITIVE = []
641
724
  include Aws::Structure
642
725
  end
643
726
 
@@ -660,6 +743,10 @@ module Aws::CodeBuild
660
743
  # resource: "String",
661
744
  # },
662
745
  # report_build_status: false,
746
+ # build_status_config: {
747
+ # context: "String",
748
+ # target_url: "String",
749
+ # },
663
750
  # insecure_ssl: false,
664
751
  # source_identifier: "String",
665
752
  # },
@@ -677,6 +764,10 @@ module Aws::CodeBuild
677
764
  # resource: "String",
678
765
  # },
679
766
  # report_build_status: false,
767
+ # build_status_config: {
768
+ # context: "String",
769
+ # target_url: "String",
770
+ # },
680
771
  # insecure_ssl: false,
681
772
  # source_identifier: "String",
682
773
  # },
@@ -882,7 +973,8 @@ module Aws::CodeBuild
882
973
  # @return [String]
883
974
  #
884
975
  # @!attribute [rw] tags
885
- # A set of tags for this build project.
976
+ # A list of tag key and value pairs associated with this build
977
+ # project.
886
978
  #
887
979
  # These tags are available for use by AWS services that support AWS
888
980
  # CodeBuild build project tags.
@@ -933,6 +1025,7 @@ module Aws::CodeBuild
933
1025
  :badge_enabled,
934
1026
  :logs_config,
935
1027
  :file_system_locations)
1028
+ SENSITIVE = []
936
1029
  include Aws::Structure
937
1030
  end
938
1031
 
@@ -944,6 +1037,7 @@ module Aws::CodeBuild
944
1037
  #
945
1038
  class CreateProjectOutput < Struct.new(
946
1039
  :project)
1040
+ SENSITIVE = []
947
1041
  include Aws::Structure
948
1042
  end
949
1043
 
@@ -963,6 +1057,12 @@ module Aws::CodeBuild
963
1057
  # encryption_disabled: false,
964
1058
  # },
965
1059
  # },
1060
+ # tags: [
1061
+ # {
1062
+ # key: "KeyInput",
1063
+ # value: "ValueInput",
1064
+ # },
1065
+ # ],
966
1066
  # }
967
1067
  #
968
1068
  # @!attribute [rw] name
@@ -978,12 +1078,21 @@ module Aws::CodeBuild
978
1078
  # the report group test results are exported.
979
1079
  # @return [Types::ReportExportConfig]
980
1080
  #
1081
+ # @!attribute [rw] tags
1082
+ # A list of tag key and value pairs associated with this report group.
1083
+ #
1084
+ # These tags are available for use by AWS services that support AWS
1085
+ # CodeBuild report group tags.
1086
+ # @return [Array<Types::Tag>]
1087
+ #
981
1088
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateReportGroupInput AWS API Documentation
982
1089
  #
983
1090
  class CreateReportGroupInput < Struct.new(
984
1091
  :name,
985
1092
  :type,
986
- :export_config)
1093
+ :export_config,
1094
+ :tags)
1095
+ SENSITIVE = []
987
1096
  include Aws::Structure
988
1097
  end
989
1098
 
@@ -995,6 +1104,7 @@ module Aws::CodeBuild
995
1104
  #
996
1105
  class CreateReportGroupOutput < Struct.new(
997
1106
  :report_group)
1107
+ SENSITIVE = []
998
1108
  include Aws::Structure
999
1109
  end
1000
1110
 
@@ -1047,6 +1157,7 @@ module Aws::CodeBuild
1047
1157
  :project_name,
1048
1158
  :branch_filter,
1049
1159
  :filter_groups)
1160
+ SENSITIVE = []
1050
1161
  include Aws::Structure
1051
1162
  end
1052
1163
 
@@ -1059,6 +1170,7 @@ module Aws::CodeBuild
1059
1170
  #
1060
1171
  class CreateWebhookOutput < Struct.new(
1061
1172
  :webhook)
1173
+ SENSITIVE = []
1062
1174
  include Aws::Structure
1063
1175
  end
1064
1176
 
@@ -1077,6 +1189,7 @@ module Aws::CodeBuild
1077
1189
  #
1078
1190
  class DeleteProjectInput < Struct.new(
1079
1191
  :name)
1192
+ SENSITIVE = []
1080
1193
  include Aws::Structure
1081
1194
  end
1082
1195
 
@@ -1099,6 +1212,7 @@ module Aws::CodeBuild
1099
1212
  #
1100
1213
  class DeleteReportGroupInput < Struct.new(
1101
1214
  :arn)
1215
+ SENSITIVE = []
1102
1216
  include Aws::Structure
1103
1217
  end
1104
1218
 
@@ -1121,6 +1235,7 @@ module Aws::CodeBuild
1121
1235
  #
1122
1236
  class DeleteReportInput < Struct.new(
1123
1237
  :arn)
1238
+ SENSITIVE = []
1124
1239
  include Aws::Structure
1125
1240
  end
1126
1241
 
@@ -1143,6 +1258,7 @@ module Aws::CodeBuild
1143
1258
  #
1144
1259
  class DeleteResourcePolicyInput < Struct.new(
1145
1260
  :resource_arn)
1261
+ SENSITIVE = []
1146
1262
  include Aws::Structure
1147
1263
  end
1148
1264
 
@@ -1165,6 +1281,7 @@ module Aws::CodeBuild
1165
1281
  #
1166
1282
  class DeleteSourceCredentialsInput < Struct.new(
1167
1283
  :arn)
1284
+ SENSITIVE = []
1168
1285
  include Aws::Structure
1169
1286
  end
1170
1287
 
@@ -1176,6 +1293,7 @@ module Aws::CodeBuild
1176
1293
  #
1177
1294
  class DeleteSourceCredentialsOutput < Struct.new(
1178
1295
  :arn)
1296
+ SENSITIVE = []
1179
1297
  include Aws::Structure
1180
1298
  end
1181
1299
 
@@ -1194,6 +1312,7 @@ module Aws::CodeBuild
1194
1312
  #
1195
1313
  class DeleteWebhookInput < Struct.new(
1196
1314
  :project_name)
1315
+ SENSITIVE = []
1197
1316
  include Aws::Structure
1198
1317
  end
1199
1318
 
@@ -1244,6 +1363,7 @@ module Aws::CodeBuild
1244
1363
  :next_token,
1245
1364
  :max_results,
1246
1365
  :filter)
1366
+ SENSITIVE = []
1247
1367
  include Aws::Structure
1248
1368
  end
1249
1369
 
@@ -1266,6 +1386,7 @@ module Aws::CodeBuild
1266
1386
  class DescribeTestCasesOutput < Struct.new(
1267
1387
  :next_token,
1268
1388
  :test_cases)
1389
+ SENSITIVE = []
1269
1390
  include Aws::Structure
1270
1391
  end
1271
1392
 
@@ -1289,6 +1410,7 @@ module Aws::CodeBuild
1289
1410
  :name,
1290
1411
  :description,
1291
1412
  :versions)
1413
+ SENSITIVE = []
1292
1414
  include Aws::Structure
1293
1415
  end
1294
1416
 
@@ -1309,6 +1431,7 @@ module Aws::CodeBuild
1309
1431
  class EnvironmentLanguage < Struct.new(
1310
1432
  :language,
1311
1433
  :images)
1434
+ SENSITIVE = []
1312
1435
  include Aws::Structure
1313
1436
  end
1314
1437
 
@@ -1329,6 +1452,7 @@ module Aws::CodeBuild
1329
1452
  class EnvironmentPlatform < Struct.new(
1330
1453
  :platform,
1331
1454
  :languages)
1455
+ SENSITIVE = []
1332
1456
  include Aws::Structure
1333
1457
  end
1334
1458
 
@@ -1387,6 +1511,7 @@ module Aws::CodeBuild
1387
1511
  :name,
1388
1512
  :value,
1389
1513
  :type)
1514
+ SENSITIVE = []
1390
1515
  include Aws::Structure
1391
1516
  end
1392
1517
 
@@ -1413,6 +1538,7 @@ module Aws::CodeBuild
1413
1538
  class ExportedEnvironmentVariable < Struct.new(
1414
1539
  :name,
1415
1540
  :value)
1541
+ SENSITIVE = []
1416
1542
  include Aws::Structure
1417
1543
  end
1418
1544
 
@@ -1431,6 +1557,7 @@ module Aws::CodeBuild
1431
1557
  #
1432
1558
  class GetResourcePolicyInput < Struct.new(
1433
1559
  :resource_arn)
1560
+ SENSITIVE = []
1434
1561
  include Aws::Structure
1435
1562
  end
1436
1563
 
@@ -1443,6 +1570,7 @@ module Aws::CodeBuild
1443
1570
  #
1444
1571
  class GetResourcePolicyOutput < Struct.new(
1445
1572
  :policy)
1573
+ SENSITIVE = []
1446
1574
  include Aws::Structure
1447
1575
  end
1448
1576
 
@@ -1465,6 +1593,7 @@ module Aws::CodeBuild
1465
1593
  #
1466
1594
  class GitSubmodulesConfig < Struct.new(
1467
1595
  :fetch_submodules)
1596
+ SENSITIVE = []
1468
1597
  include Aws::Structure
1469
1598
  end
1470
1599
 
@@ -1515,6 +1644,7 @@ module Aws::CodeBuild
1515
1644
  :server_type,
1516
1645
  :auth_type,
1517
1646
  :should_overwrite)
1647
+ SENSITIVE = [:token]
1518
1648
  include Aws::Structure
1519
1649
  end
1520
1650
 
@@ -1526,6 +1656,7 @@ module Aws::CodeBuild
1526
1656
  #
1527
1657
  class ImportSourceCredentialsOutput < Struct.new(
1528
1658
  :arn)
1659
+ SENSITIVE = []
1529
1660
  include Aws::Structure
1530
1661
  end
1531
1662
 
@@ -1551,6 +1682,7 @@ module Aws::CodeBuild
1551
1682
  #
1552
1683
  class InvalidateProjectCacheInput < Struct.new(
1553
1684
  :project_name)
1685
+ SENSITIVE = []
1554
1686
  include Aws::Structure
1555
1687
  end
1556
1688
 
@@ -1595,6 +1727,7 @@ module Aws::CodeBuild
1595
1727
  :project_name,
1596
1728
  :sort_order,
1597
1729
  :next_token)
1730
+ SENSITIVE = []
1598
1731
  include Aws::Structure
1599
1732
  end
1600
1733
 
@@ -1615,6 +1748,7 @@ module Aws::CodeBuild
1615
1748
  class ListBuildsForProjectOutput < Struct.new(
1616
1749
  :ids,
1617
1750
  :next_token)
1751
+ SENSITIVE = []
1618
1752
  include Aws::Structure
1619
1753
  end
1620
1754
 
@@ -1649,6 +1783,7 @@ module Aws::CodeBuild
1649
1783
  class ListBuildsInput < Struct.new(
1650
1784
  :sort_order,
1651
1785
  :next_token)
1786
+ SENSITIVE = []
1652
1787
  include Aws::Structure
1653
1788
  end
1654
1789
 
@@ -1668,6 +1803,7 @@ module Aws::CodeBuild
1668
1803
  class ListBuildsOutput < Struct.new(
1669
1804
  :ids,
1670
1805
  :next_token)
1806
+ SENSITIVE = []
1671
1807
  include Aws::Structure
1672
1808
  end
1673
1809
 
@@ -1686,6 +1822,7 @@ module Aws::CodeBuild
1686
1822
  #
1687
1823
  class ListCuratedEnvironmentImagesOutput < Struct.new(
1688
1824
  :platforms)
1825
+ SENSITIVE = []
1689
1826
  include Aws::Structure
1690
1827
  end
1691
1828
 
@@ -1741,6 +1878,7 @@ module Aws::CodeBuild
1741
1878
  :sort_by,
1742
1879
  :sort_order,
1743
1880
  :next_token)
1881
+ SENSITIVE = []
1744
1882
  include Aws::Structure
1745
1883
  end
1746
1884
 
@@ -1761,6 +1899,7 @@ module Aws::CodeBuild
1761
1899
  class ListProjectsOutput < Struct.new(
1762
1900
  :next_token,
1763
1901
  :projects)
1902
+ SENSITIVE = []
1764
1903
  include Aws::Structure
1765
1904
  end
1766
1905
 
@@ -1814,6 +1953,7 @@ module Aws::CodeBuild
1814
1953
  :sort_by,
1815
1954
  :next_token,
1816
1955
  :max_results)
1956
+ SENSITIVE = []
1817
1957
  include Aws::Structure
1818
1958
  end
1819
1959
 
@@ -1836,6 +1976,7 @@ module Aws::CodeBuild
1836
1976
  class ListReportGroupsOutput < Struct.new(
1837
1977
  :next_token,
1838
1978
  :report_groups)
1979
+ SENSITIVE = []
1839
1980
  include Aws::Structure
1840
1981
  end
1841
1982
 
@@ -1890,6 +2031,7 @@ module Aws::CodeBuild
1890
2031
  :sort_order,
1891
2032
  :max_results,
1892
2033
  :filter)
2034
+ SENSITIVE = []
1893
2035
  include Aws::Structure
1894
2036
  end
1895
2037
 
@@ -1912,6 +2054,7 @@ module Aws::CodeBuild
1912
2054
  class ListReportsForReportGroupOutput < Struct.new(
1913
2055
  :next_token,
1914
2056
  :reports)
2057
+ SENSITIVE = []
1915
2058
  include Aws::Structure
1916
2059
  end
1917
2060
 
@@ -1965,6 +2108,7 @@ module Aws::CodeBuild
1965
2108
  :next_token,
1966
2109
  :max_results,
1967
2110
  :filter)
2111
+ SENSITIVE = []
1968
2112
  include Aws::Structure
1969
2113
  end
1970
2114
 
@@ -1988,6 +2132,7 @@ module Aws::CodeBuild
1988
2132
  class ListReportsOutput < Struct.new(
1989
2133
  :next_token,
1990
2134
  :reports)
2135
+ SENSITIVE = []
1991
2136
  include Aws::Structure
1992
2137
  end
1993
2138
 
@@ -2043,6 +2188,7 @@ module Aws::CodeBuild
2043
2188
  :sort_order,
2044
2189
  :max_results,
2045
2190
  :next_token)
2191
+ SENSITIVE = []
2046
2192
  include Aws::Structure
2047
2193
  end
2048
2194
 
@@ -2066,6 +2212,7 @@ module Aws::CodeBuild
2066
2212
  class ListSharedProjectsOutput < Struct.new(
2067
2213
  :next_token,
2068
2214
  :projects)
2215
+ SENSITIVE = []
2069
2216
  include Aws::Structure
2070
2217
  end
2071
2218
 
@@ -2121,6 +2268,7 @@ module Aws::CodeBuild
2121
2268
  :sort_by,
2122
2269
  :next_token,
2123
2270
  :max_results)
2271
+ SENSITIVE = []
2124
2272
  include Aws::Structure
2125
2273
  end
2126
2274
 
@@ -2144,6 +2292,7 @@ module Aws::CodeBuild
2144
2292
  class ListSharedReportGroupsOutput < Struct.new(
2145
2293
  :next_token,
2146
2294
  :report_groups)
2295
+ SENSITIVE = []
2147
2296
  include Aws::Structure
2148
2297
  end
2149
2298
 
@@ -2163,6 +2312,7 @@ module Aws::CodeBuild
2163
2312
  #
2164
2313
  class ListSourceCredentialsOutput < Struct.new(
2165
2314
  :source_credentials_infos)
2315
+ SENSITIVE = []
2166
2316
  include Aws::Structure
2167
2317
  end
2168
2318
 
@@ -2200,6 +2350,7 @@ module Aws::CodeBuild
2200
2350
  class LogsConfig < Struct.new(
2201
2351
  :cloud_watch_logs,
2202
2352
  :s3_logs)
2353
+ SENSITIVE = []
2203
2354
  include Aws::Structure
2204
2355
  end
2205
2356
 
@@ -2261,6 +2412,7 @@ module Aws::CodeBuild
2261
2412
  :s3_logs_arn,
2262
2413
  :cloud_watch_logs,
2263
2414
  :s3_logs)
2415
+ SENSITIVE = []
2264
2416
  include Aws::Structure
2265
2417
  end
2266
2418
 
@@ -2279,6 +2431,7 @@ module Aws::CodeBuild
2279
2431
  class NetworkInterface < Struct.new(
2280
2432
  :subnet_id,
2281
2433
  :network_interface_id)
2434
+ SENSITIVE = []
2282
2435
  include Aws::Structure
2283
2436
  end
2284
2437
 
@@ -2305,6 +2458,7 @@ module Aws::CodeBuild
2305
2458
  class PhaseContext < Struct.new(
2306
2459
  :status_code,
2307
2460
  :message)
2461
+ SENSITIVE = []
2308
2462
  include Aws::Structure
2309
2463
  end
2310
2464
 
@@ -2420,7 +2574,8 @@ module Aws::CodeBuild
2420
2574
  # @return [String]
2421
2575
  #
2422
2576
  # @!attribute [rw] tags
2423
- # The tags for this build project.
2577
+ # A list of tag key and value pairs associated with this build
2578
+ # project.
2424
2579
  #
2425
2580
  # These tags are available for use by AWS services that support AWS
2426
2581
  # CodeBuild build project tags.
@@ -2486,6 +2641,7 @@ module Aws::CodeBuild
2486
2641
  :badge,
2487
2642
  :logs_config,
2488
2643
  :file_system_locations)
2644
+ SENSITIVE = []
2489
2645
  include Aws::Structure
2490
2646
  end
2491
2647
 
@@ -2661,6 +2817,7 @@ module Aws::CodeBuild
2661
2817
  :override_artifact_name,
2662
2818
  :encryption_disabled,
2663
2819
  :artifact_identifier)
2820
+ SENSITIVE = []
2664
2821
  include Aws::Structure
2665
2822
  end
2666
2823
 
@@ -2684,6 +2841,7 @@ module Aws::CodeBuild
2684
2841
  class ProjectBadge < Struct.new(
2685
2842
  :badge_enabled,
2686
2843
  :badge_request_url)
2844
+ SENSITIVE = []
2687
2845
  include Aws::Structure
2688
2846
  end
2689
2847
 
@@ -2767,6 +2925,7 @@ module Aws::CodeBuild
2767
2925
  :type,
2768
2926
  :location,
2769
2927
  :modes)
2928
+ SENSITIVE = []
2770
2929
  include Aws::Structure
2771
2930
  end
2772
2931
 
@@ -2935,6 +3094,7 @@ module Aws::CodeBuild
2935
3094
  :certificate,
2936
3095
  :registry_credential,
2937
3096
  :image_pull_credentials_type)
3097
+ SENSITIVE = []
2938
3098
  include Aws::Structure
2939
3099
  end
2940
3100
 
@@ -3009,6 +3169,7 @@ module Aws::CodeBuild
3009
3169
  :mount_point,
3010
3170
  :identifier,
3011
3171
  :mount_options)
3172
+ SENSITIVE = []
3012
3173
  include Aws::Structure
3013
3174
  end
3014
3175
 
@@ -3030,6 +3191,10 @@ module Aws::CodeBuild
3030
3191
  # resource: "String",
3031
3192
  # },
3032
3193
  # report_build_status: false,
3194
+ # build_status_config: {
3195
+ # context: "String",
3196
+ # target_url: "String",
3197
+ # },
3033
3198
  # insecure_ssl: false,
3034
3199
  # source_identifier: "String",
3035
3200
  # }
@@ -3045,10 +3210,11 @@ module Aws::CodeBuild
3045
3210
  # * `CODEPIPELINE`\: The source code settings are specified in the
3046
3211
  # source action of a pipeline in AWS CodePipeline.
3047
3212
  #
3048
- # * `GITHUB`\: The source code is in a GitHub repository.
3213
+ # * `GITHUB`\: The source code is in a GitHub or GitHub Enterprise
3214
+ # Cloud repository.
3049
3215
  #
3050
3216
  # * `GITHUB_ENTERPRISE`\: The source code is in a GitHub Enterprise
3051
- # repository.
3217
+ # Server repository.
3052
3218
  #
3053
3219
  # * `NO_SOURCE`\: The project does not have input source code.
3054
3220
  #
@@ -3157,6 +3323,13 @@ module Aws::CodeBuild
3157
3323
  # </note>
3158
3324
  # @return [Boolean]
3159
3325
  #
3326
+ # @!attribute [rw] build_status_config
3327
+ # Contains information that defines how the build project reports the
3328
+ # build status to the source provider. This option is only used when
3329
+ # the source provider is `GITHUB`, `GITHUB_ENTERPRISE`, or
3330
+ # `BITBUCKET`.
3331
+ # @return [Types::BuildStatusConfig]
3332
+ #
3160
3333
  # @!attribute [rw] insecure_ssl
3161
3334
  # Enable this flag to ignore SSL warnings while connecting to the
3162
3335
  # project source code.
@@ -3176,8 +3349,10 @@ module Aws::CodeBuild
3176
3349
  :buildspec,
3177
3350
  :auth,
3178
3351
  :report_build_status,
3352
+ :build_status_config,
3179
3353
  :insecure_ssl,
3180
3354
  :source_identifier)
3355
+ SENSITIVE = []
3181
3356
  include Aws::Structure
3182
3357
  end
3183
3358
 
@@ -3230,6 +3405,7 @@ module Aws::CodeBuild
3230
3405
  class ProjectSourceVersion < Struct.new(
3231
3406
  :source_identifier,
3232
3407
  :source_version)
3408
+ SENSITIVE = []
3233
3409
  include Aws::Structure
3234
3410
  end
3235
3411
 
@@ -3262,6 +3438,7 @@ module Aws::CodeBuild
3262
3438
  class PutResourcePolicyInput < Struct.new(
3263
3439
  :policy,
3264
3440
  :resource_arn)
3441
+ SENSITIVE = []
3265
3442
  include Aws::Structure
3266
3443
  end
3267
3444
 
@@ -3274,6 +3451,7 @@ module Aws::CodeBuild
3274
3451
  #
3275
3452
  class PutResourcePolicyOutput < Struct.new(
3276
3453
  :resource_arn)
3454
+ SENSITIVE = []
3277
3455
  include Aws::Structure
3278
3456
  end
3279
3457
 
@@ -3320,6 +3498,7 @@ module Aws::CodeBuild
3320
3498
  class RegistryCredential < Struct.new(
3321
3499
  :credential,
3322
3500
  :credential_provider)
3501
+ SENSITIVE = []
3323
3502
  include Aws::Structure
3324
3503
  end
3325
3504
 
@@ -3393,6 +3572,7 @@ module Aws::CodeBuild
3393
3572
  :export_config,
3394
3573
  :truncated,
3395
3574
  :test_summary)
3575
+ SENSITIVE = []
3396
3576
  include Aws::Structure
3397
3577
  end
3398
3578
 
@@ -3430,6 +3610,7 @@ module Aws::CodeBuild
3430
3610
  class ReportExportConfig < Struct.new(
3431
3611
  :export_config_type,
3432
3612
  :s3_destination)
3613
+ SENSITIVE = []
3433
3614
  include Aws::Structure
3434
3615
  end
3435
3616
 
@@ -3452,6 +3633,7 @@ module Aws::CodeBuild
3452
3633
  #
3453
3634
  class ReportFilter < Struct.new(
3454
3635
  :status)
3636
+ SENSITIVE = []
3455
3637
  include Aws::Structure
3456
3638
  end
3457
3639
 
@@ -3485,6 +3667,13 @@ module Aws::CodeBuild
3485
3667
  # The date and time this `ReportGroup` was last modified.
3486
3668
  # @return [Time]
3487
3669
  #
3670
+ # @!attribute [rw] tags
3671
+ # A list of tag key and value pairs associated with this report group.
3672
+ #
3673
+ # These tags are available for use by AWS services that support AWS
3674
+ # CodeBuild report group tags.
3675
+ # @return [Array<Types::Tag>]
3676
+ #
3488
3677
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ReportGroup AWS API Documentation
3489
3678
  #
3490
3679
  class ReportGroup < Struct.new(
@@ -3493,7 +3682,9 @@ module Aws::CodeBuild
3493
3682
  :type,
3494
3683
  :export_config,
3495
3684
  :created,
3496
- :last_modified)
3685
+ :last_modified,
3686
+ :tags)
3687
+ SENSITIVE = []
3497
3688
  include Aws::Structure
3498
3689
  end
3499
3690
 
@@ -3547,6 +3738,7 @@ module Aws::CodeBuild
3547
3738
  :status,
3548
3739
  :location,
3549
3740
  :encryption_disabled)
3741
+ SENSITIVE = []
3550
3742
  include Aws::Structure
3551
3743
  end
3552
3744
 
@@ -3600,6 +3792,7 @@ module Aws::CodeBuild
3600
3792
  :packaging,
3601
3793
  :encryption_key,
3602
3794
  :encryption_disabled)
3795
+ SENSITIVE = []
3603
3796
  include Aws::Structure
3604
3797
  end
3605
3798
 
@@ -3635,6 +3828,7 @@ module Aws::CodeBuild
3635
3828
  class SourceAuth < Struct.new(
3636
3829
  :type,
3637
3830
  :resource)
3831
+ SENSITIVE = []
3638
3832
  include Aws::Structure
3639
3833
  end
3640
3834
 
@@ -3661,6 +3855,7 @@ module Aws::CodeBuild
3661
3855
  :arn,
3662
3856
  :server_type,
3663
3857
  :auth_type)
3858
+ SENSITIVE = []
3664
3859
  include Aws::Structure
3665
3860
  end
3666
3861
 
@@ -3683,6 +3878,10 @@ module Aws::CodeBuild
3683
3878
  # resource: "String",
3684
3879
  # },
3685
3880
  # report_build_status: false,
3881
+ # build_status_config: {
3882
+ # context: "String",
3883
+ # target_url: "String",
3884
+ # },
3686
3885
  # insecure_ssl: false,
3687
3886
  # source_identifier: "String",
3688
3887
  # },
@@ -3738,6 +3937,10 @@ module Aws::CodeBuild
3738
3937
  # buildspec_override: "String",
3739
3938
  # insecure_ssl_override: false,
3740
3939
  # report_build_status_override: false,
3940
+ # build_status_config_override: {
3941
+ # context: "String",
3942
+ # target_url: "String",
3943
+ # },
3741
3944
  # environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
3742
3945
  # image_override: "NonEmptyString",
3743
3946
  # compute_type_override: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
@@ -3901,6 +4104,13 @@ module Aws::CodeBuild
3901
4104
  # </note>
3902
4105
  # @return [Boolean]
3903
4106
  #
4107
+ # @!attribute [rw] build_status_config_override
4108
+ # Contains information that defines how the build project reports the
4109
+ # build status to the source provider. This option is only used when
4110
+ # the source provider is `GITHUB`, `GITHUB_ENTERPRISE`, or
4111
+ # `BITBUCKET`.
4112
+ # @return [Types::BuildStatusConfig]
4113
+ #
3904
4114
  # @!attribute [rw] environment_type_override
3905
4115
  # A container type for this build that overrides the one specified in
3906
4116
  # the build project.
@@ -4012,6 +4222,7 @@ module Aws::CodeBuild
4012
4222
  :buildspec_override,
4013
4223
  :insecure_ssl_override,
4014
4224
  :report_build_status_override,
4225
+ :build_status_config_override,
4015
4226
  :environment_type_override,
4016
4227
  :image_override,
4017
4228
  :compute_type_override,
@@ -4026,6 +4237,7 @@ module Aws::CodeBuild
4026
4237
  :logs_config_override,
4027
4238
  :registry_credential_override,
4028
4239
  :image_pull_credentials_type_override)
4240
+ SENSITIVE = []
4029
4241
  include Aws::Structure
4030
4242
  end
4031
4243
 
@@ -4037,6 +4249,7 @@ module Aws::CodeBuild
4037
4249
  #
4038
4250
  class StartBuildOutput < Struct.new(
4039
4251
  :build)
4252
+ SENSITIVE = []
4040
4253
  include Aws::Structure
4041
4254
  end
4042
4255
 
@@ -4055,6 +4268,7 @@ module Aws::CodeBuild
4055
4268
  #
4056
4269
  class StopBuildInput < Struct.new(
4057
4270
  :id)
4271
+ SENSITIVE = []
4058
4272
  include Aws::Structure
4059
4273
  end
4060
4274
 
@@ -4066,6 +4280,7 @@ module Aws::CodeBuild
4066
4280
  #
4067
4281
  class StopBuildOutput < Struct.new(
4068
4282
  :build)
4283
+ SENSITIVE = []
4069
4284
  include Aws::Structure
4070
4285
  end
4071
4286
 
@@ -4095,6 +4310,7 @@ module Aws::CodeBuild
4095
4310
  class Tag < Struct.new(
4096
4311
  :key,
4097
4312
  :value)
4313
+ SENSITIVE = []
4098
4314
  include Aws::Structure
4099
4315
  end
4100
4316
 
@@ -4151,6 +4367,7 @@ module Aws::CodeBuild
4151
4367
  :duration_in_nano_seconds,
4152
4368
  :message,
4153
4369
  :expired)
4370
+ SENSITIVE = []
4154
4371
  include Aws::Structure
4155
4372
  end
4156
4373
 
@@ -4173,6 +4390,7 @@ module Aws::CodeBuild
4173
4390
  #
4174
4391
  class TestCaseFilter < Struct.new(
4175
4392
  :status)
4393
+ SENSITIVE = []
4176
4394
  include Aws::Structure
4177
4395
  end
4178
4396
 
@@ -4199,6 +4417,7 @@ module Aws::CodeBuild
4199
4417
  :total,
4200
4418
  :status_counts,
4201
4419
  :duration_in_nano_seconds)
4420
+ SENSITIVE = []
4202
4421
  include Aws::Structure
4203
4422
  end
4204
4423
 
@@ -4221,6 +4440,10 @@ module Aws::CodeBuild
4221
4440
  # resource: "String",
4222
4441
  # },
4223
4442
  # report_build_status: false,
4443
+ # build_status_config: {
4444
+ # context: "String",
4445
+ # target_url: "String",
4446
+ # },
4224
4447
  # insecure_ssl: false,
4225
4448
  # source_identifier: "String",
4226
4449
  # },
@@ -4238,6 +4461,10 @@ module Aws::CodeBuild
4238
4461
  # resource: "String",
4239
4462
  # },
4240
4463
  # report_build_status: false,
4464
+ # build_status_config: {
4465
+ # context: "String",
4466
+ # target_url: "String",
4467
+ # },
4241
4468
  # insecure_ssl: false,
4242
4469
  # source_identifier: "String",
4243
4470
  # },
@@ -4449,7 +4676,8 @@ module Aws::CodeBuild
4449
4676
  # @return [String]
4450
4677
  #
4451
4678
  # @!attribute [rw] tags
4452
- # The replacement set of tags for this build project.
4679
+ # An updated list of tag key and value pairs associated with this
4680
+ # build project.
4453
4681
  #
4454
4682
  # These tags are available for use by AWS services that support AWS
4455
4683
  # CodeBuild build project tags.
@@ -4499,6 +4727,7 @@ module Aws::CodeBuild
4499
4727
  :badge_enabled,
4500
4728
  :logs_config,
4501
4729
  :file_system_locations)
4730
+ SENSITIVE = []
4502
4731
  include Aws::Structure
4503
4732
  end
4504
4733
 
@@ -4510,6 +4739,7 @@ module Aws::CodeBuild
4510
4739
  #
4511
4740
  class UpdateProjectOutput < Struct.new(
4512
4741
  :project)
4742
+ SENSITIVE = []
4513
4743
  include Aws::Structure
4514
4744
  end
4515
4745
 
@@ -4528,6 +4758,12 @@ module Aws::CodeBuild
4528
4758
  # encryption_disabled: false,
4529
4759
  # },
4530
4760
  # },
4761
+ # tags: [
4762
+ # {
4763
+ # key: "KeyInput",
4764
+ # value: "ValueInput",
4765
+ # },
4766
+ # ],
4531
4767
  # }
4532
4768
  #
4533
4769
  # @!attribute [rw] arn
@@ -4542,11 +4778,21 @@ module Aws::CodeBuild
4542
4778
  # * `NO_EXPORT`\: The report results are not exported.
4543
4779
  # @return [Types::ReportExportConfig]
4544
4780
  #
4781
+ # @!attribute [rw] tags
4782
+ # An updated list of tag key and value pairs associated with this
4783
+ # report group.
4784
+ #
4785
+ # These tags are available for use by AWS services that support AWS
4786
+ # CodeBuild report group tags.
4787
+ # @return [Array<Types::Tag>]
4788
+ #
4545
4789
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateReportGroupInput AWS API Documentation
4546
4790
  #
4547
4791
  class UpdateReportGroupInput < Struct.new(
4548
4792
  :arn,
4549
- :export_config)
4793
+ :export_config,
4794
+ :tags)
4795
+ SENSITIVE = []
4550
4796
  include Aws::Structure
4551
4797
  end
4552
4798
 
@@ -4558,6 +4804,7 @@ module Aws::CodeBuild
4558
4804
  #
4559
4805
  class UpdateReportGroupOutput < Struct.new(
4560
4806
  :report_group)
4807
+ SENSITIVE = []
4561
4808
  include Aws::Structure
4562
4809
  end
4563
4810
 
@@ -4614,6 +4861,7 @@ module Aws::CodeBuild
4614
4861
  :branch_filter,
4615
4862
  :rotate_secret,
4616
4863
  :filter_groups)
4864
+ SENSITIVE = []
4617
4865
  include Aws::Structure
4618
4866
  end
4619
4867
 
@@ -4626,6 +4874,7 @@ module Aws::CodeBuild
4626
4874
  #
4627
4875
  class UpdateWebhookOutput < Struct.new(
4628
4876
  :webhook)
4877
+ SENSITIVE = []
4629
4878
  include Aws::Structure
4630
4879
  end
4631
4880
 
@@ -4658,6 +4907,7 @@ module Aws::CodeBuild
4658
4907
  :vpc_id,
4659
4908
  :subnets,
4660
4909
  :security_group_ids)
4910
+ SENSITIVE = []
4661
4911
  include Aws::Structure
4662
4912
  end
4663
4913
 
@@ -4716,6 +4966,7 @@ module Aws::CodeBuild
4716
4966
  :branch_filter,
4717
4967
  :filter_groups,
4718
4968
  :last_modified_secret)
4969
+ SENSITIVE = []
4719
4970
  include Aws::Structure
4720
4971
  end
4721
4972
 
@@ -4825,6 +5076,7 @@ module Aws::CodeBuild
4825
5076
  :type,
4826
5077
  :pattern,
4827
5078
  :exclude_matched_pattern)
5079
+ SENSITIVE = []
4828
5080
  include Aws::Structure
4829
5081
  end
4830
5082