aws-sdk-codebuild 1.56.0 → 1.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/lib/aws-sdk-codebuild/client.rb +25 -10
- data/lib/aws-sdk-codebuild/client_api.rb +7 -0
- data/lib/aws-sdk-codebuild/types.rb +49 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96a90300a4e4b0a4a5938862aa43292be5497586e738b62acdd7a4f370b32f1f
|
4
|
+
data.tar.gz: 99f5ebb19c990faf385fa7643fa1bb0081d7e314cb1382c4e6ca3c079f5784af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e5ab9abca1a516b043ba38a1ed303253b525417fa8e2cd3f6a865794f7e29a24fffa23524162d0d4acadff14bd307d7fcbe673cf5a245c567587b1d3f3b347
|
7
|
+
data.tar.gz: 5229e057f72c7b5eedf055351ddee19dba05e5b0c1fd8190da5f7a4556d6b1f25b564b993b3c2b017a6c932d41d0ef3587156d49130605fce8b8e4a7b31a42ce
|
data/lib/aws-sdk-codebuild.rb
CHANGED
@@ -691,7 +691,7 @@ module Aws::CodeBuild
|
|
691
691
|
# resp.builds[0].cache.location #=> String
|
692
692
|
# resp.builds[0].cache.modes #=> Array
|
693
693
|
# resp.builds[0].cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
|
694
|
-
# resp.builds[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER"
|
694
|
+
# resp.builds[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"
|
695
695
|
# resp.builds[0].environment.image #=> String
|
696
696
|
# resp.builds[0].environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE"
|
697
697
|
# resp.builds[0].environment.environment_variables #=> Array
|
@@ -739,6 +739,8 @@ module Aws::CodeBuild
|
|
739
739
|
# resp.builds[0].file_system_locations[0].mount_point #=> String
|
740
740
|
# resp.builds[0].file_system_locations[0].identifier #=> String
|
741
741
|
# resp.builds[0].file_system_locations[0].mount_options #=> String
|
742
|
+
# resp.builds[0].debug_session.session_enabled #=> Boolean
|
743
|
+
# resp.builds[0].debug_session.session_target #=> String
|
742
744
|
# resp.builds_not_found #=> Array
|
743
745
|
# resp.builds_not_found[0] #=> String
|
744
746
|
#
|
@@ -827,7 +829,7 @@ module Aws::CodeBuild
|
|
827
829
|
# resp.projects[0].cache.location #=> String
|
828
830
|
# resp.projects[0].cache.modes #=> Array
|
829
831
|
# resp.projects[0].cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
|
830
|
-
# resp.projects[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER"
|
832
|
+
# resp.projects[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"
|
831
833
|
# resp.projects[0].environment.image #=> String
|
832
834
|
# resp.projects[0].environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE"
|
833
835
|
# resp.projects[0].environment.environment_variables #=> Array
|
@@ -1188,7 +1190,7 @@ module Aws::CodeBuild
|
|
1188
1190
|
# modes: ["LOCAL_DOCKER_LAYER_CACHE"], # accepts LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
|
1189
1191
|
# },
|
1190
1192
|
# environment: { # required
|
1191
|
-
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
1193
|
+
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
1192
1194
|
# image: "NonEmptyString", # required
|
1193
1195
|
# compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
1194
1196
|
# environment_variables: [
|
@@ -1302,7 +1304,7 @@ module Aws::CodeBuild
|
|
1302
1304
|
# resp.project.cache.location #=> String
|
1303
1305
|
# resp.project.cache.modes #=> Array
|
1304
1306
|
# resp.project.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
|
1305
|
-
# resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER"
|
1307
|
+
# resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"
|
1306
1308
|
# resp.project.environment.image #=> String
|
1307
1309
|
# resp.project.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE"
|
1308
1310
|
# resp.project.environment.environment_variables #=> Array
|
@@ -2603,6 +2605,14 @@ module Aws::CodeBuild
|
|
2603
2605
|
# SERVICE\_ROLE credentials. When using an AWS CodeBuild curated image,
|
2604
2606
|
# you must use CODEBUILD credentials.
|
2605
2607
|
#
|
2608
|
+
# @option params [Boolean] :debug_session_enabled
|
2609
|
+
# Specifies if session debugging is enabled for this build. For more
|
2610
|
+
# information, see [Viewing a running build in Session Manager][1].
|
2611
|
+
#
|
2612
|
+
#
|
2613
|
+
#
|
2614
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
2615
|
+
#
|
2606
2616
|
# @return [Types::StartBuildOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2607
2617
|
#
|
2608
2618
|
# * {Types::StartBuildOutput#build #build} => Types::Build
|
@@ -2688,7 +2698,7 @@ module Aws::CodeBuild
|
|
2688
2698
|
# context: "String",
|
2689
2699
|
# target_url: "String",
|
2690
2700
|
# },
|
2691
|
-
# environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
2701
|
+
# environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
2692
2702
|
# image_override: "NonEmptyString",
|
2693
2703
|
# compute_type_override: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
2694
2704
|
# certificate_override: "String",
|
@@ -2720,6 +2730,7 @@ module Aws::CodeBuild
|
|
2720
2730
|
# credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
|
2721
2731
|
# },
|
2722
2732
|
# image_pull_credentials_type_override: "CODEBUILD", # accepts CODEBUILD, SERVICE_ROLE
|
2733
|
+
# debug_session_enabled: false,
|
2723
2734
|
# })
|
2724
2735
|
#
|
2725
2736
|
# @example Response structure
|
@@ -2788,7 +2799,7 @@ module Aws::CodeBuild
|
|
2788
2799
|
# resp.build.cache.location #=> String
|
2789
2800
|
# resp.build.cache.modes #=> Array
|
2790
2801
|
# resp.build.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
|
2791
|
-
# resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER"
|
2802
|
+
# resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"
|
2792
2803
|
# resp.build.environment.image #=> String
|
2793
2804
|
# resp.build.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE"
|
2794
2805
|
# resp.build.environment.environment_variables #=> Array
|
@@ -2836,6 +2847,8 @@ module Aws::CodeBuild
|
|
2836
2847
|
# resp.build.file_system_locations[0].mount_point #=> String
|
2837
2848
|
# resp.build.file_system_locations[0].identifier #=> String
|
2838
2849
|
# resp.build.file_system_locations[0].mount_options #=> String
|
2850
|
+
# resp.build.debug_session.session_enabled #=> Boolean
|
2851
|
+
# resp.build.debug_session.session_target #=> String
|
2839
2852
|
#
|
2840
2853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuild AWS API Documentation
|
2841
2854
|
#
|
@@ -2927,7 +2940,7 @@ module Aws::CodeBuild
|
|
2927
2940
|
# resp.build.cache.location #=> String
|
2928
2941
|
# resp.build.cache.modes #=> Array
|
2929
2942
|
# resp.build.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
|
2930
|
-
# resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER"
|
2943
|
+
# resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"
|
2931
2944
|
# resp.build.environment.image #=> String
|
2932
2945
|
# resp.build.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE"
|
2933
2946
|
# resp.build.environment.environment_variables #=> Array
|
@@ -2975,6 +2988,8 @@ module Aws::CodeBuild
|
|
2975
2988
|
# resp.build.file_system_locations[0].mount_point #=> String
|
2976
2989
|
# resp.build.file_system_locations[0].identifier #=> String
|
2977
2990
|
# resp.build.file_system_locations[0].mount_options #=> String
|
2991
|
+
# resp.build.debug_session.session_enabled #=> Boolean
|
2992
|
+
# resp.build.debug_session.session_target #=> String
|
2978
2993
|
#
|
2979
2994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuild AWS API Documentation
|
2980
2995
|
#
|
@@ -3194,7 +3209,7 @@ module Aws::CodeBuild
|
|
3194
3209
|
# modes: ["LOCAL_DOCKER_LAYER_CACHE"], # accepts LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
|
3195
3210
|
# },
|
3196
3211
|
# environment: {
|
3197
|
-
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
3212
|
+
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
3198
3213
|
# image: "NonEmptyString", # required
|
3199
3214
|
# compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
3200
3215
|
# environment_variables: [
|
@@ -3308,7 +3323,7 @@ module Aws::CodeBuild
|
|
3308
3323
|
# resp.project.cache.location #=> String
|
3309
3324
|
# resp.project.cache.modes #=> Array
|
3310
3325
|
# resp.project.cache.modes[0] #=> String, one of "LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE", "LOCAL_CUSTOM_CACHE"
|
3311
|
-
# resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER"
|
3326
|
+
# resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"
|
3312
3327
|
# resp.project.environment.image #=> String
|
3313
3328
|
# resp.project.environment.compute_type #=> String, one of "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE"
|
3314
3329
|
# resp.project.environment.environment_variables #=> Array
|
@@ -3525,7 +3540,7 @@ module Aws::CodeBuild
|
|
3525
3540
|
params: params,
|
3526
3541
|
config: config)
|
3527
3542
|
context[:gem_name] = 'aws-sdk-codebuild'
|
3528
|
-
context[:gem_version] = '1.
|
3543
|
+
context[:gem_version] = '1.57.0'
|
3529
3544
|
Seahorse::Client::Request.new(handlers, context)
|
3530
3545
|
end
|
3531
3546
|
|
@@ -52,6 +52,7 @@ module Aws::CodeBuild
|
|
52
52
|
CreateWebhookInput = Shapes::StructureShape.new(name: 'CreateWebhookInput')
|
53
53
|
CreateWebhookOutput = Shapes::StructureShape.new(name: 'CreateWebhookOutput')
|
54
54
|
CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
|
55
|
+
DebugSession = Shapes::StructureShape.new(name: 'DebugSession')
|
55
56
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
56
57
|
DeleteProjectOutput = Shapes::StructureShape.new(name: 'DeleteProjectOutput')
|
57
58
|
DeleteReportGroupInput = Shapes::StructureShape.new(name: 'DeleteReportGroupInput')
|
@@ -272,6 +273,7 @@ module Aws::CodeBuild
|
|
272
273
|
Build.add_member(:exported_environment_variables, Shapes::ShapeRef.new(shape: ExportedEnvironmentVariables, location_name: "exportedEnvironmentVariables"))
|
273
274
|
Build.add_member(:report_arns, Shapes::ShapeRef.new(shape: BuildReportArns, location_name: "reportArns"))
|
274
275
|
Build.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
|
276
|
+
Build.add_member(:debug_session, Shapes::ShapeRef.new(shape: DebugSession, location_name: "debugSession"))
|
275
277
|
Build.struct_class = Types::Build
|
276
278
|
|
277
279
|
BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
@@ -356,6 +358,10 @@ module Aws::CodeBuild
|
|
356
358
|
CreateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
|
357
359
|
CreateWebhookOutput.struct_class = Types::CreateWebhookOutput
|
358
360
|
|
361
|
+
DebugSession.add_member(:session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "sessionEnabled"))
|
362
|
+
DebugSession.add_member(:session_target, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "sessionTarget"))
|
363
|
+
DebugSession.struct_class = Types::DebugSession
|
364
|
+
|
359
365
|
DeleteProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "name"))
|
360
366
|
DeleteProjectInput.struct_class = Types::DeleteProjectInput
|
361
367
|
|
@@ -778,6 +784,7 @@ module Aws::CodeBuild
|
|
778
784
|
StartBuildInput.add_member(:logs_config_override, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfigOverride"))
|
779
785
|
StartBuildInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
|
780
786
|
StartBuildInput.add_member(:image_pull_credentials_type_override, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsTypeOverride"))
|
787
|
+
StartBuildInput.add_member(:debug_session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "debugSessionEnabled"))
|
781
788
|
StartBuildInput.struct_class = Types::StartBuildInput
|
782
789
|
|
783
790
|
StartBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
|
@@ -405,6 +405,10 @@ module Aws::CodeBuild
|
|
405
405
|
# of a file system created using Amazon Elastic File System.
|
406
406
|
# @return [Array<Types::ProjectFileSystemLocation>]
|
407
407
|
#
|
408
|
+
# @!attribute [rw] debug_session
|
409
|
+
# Contains information about the debug session for this build.
|
410
|
+
# @return [Types::DebugSession]
|
411
|
+
#
|
408
412
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Build AWS API Documentation
|
409
413
|
#
|
410
414
|
class Build < Struct.new(
|
@@ -437,7 +441,8 @@ module Aws::CodeBuild
|
|
437
441
|
:encryption_key,
|
438
442
|
:exported_environment_variables,
|
439
443
|
:report_arns,
|
440
|
-
:file_system_locations
|
444
|
+
:file_system_locations,
|
445
|
+
:debug_session)
|
441
446
|
SENSITIVE = []
|
442
447
|
include Aws::Structure
|
443
448
|
end
|
@@ -809,7 +814,7 @@ module Aws::CodeBuild
|
|
809
814
|
# modes: ["LOCAL_DOCKER_LAYER_CACHE"], # accepts LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
|
810
815
|
# },
|
811
816
|
# environment: { # required
|
812
|
-
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
817
|
+
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
813
818
|
# image: "NonEmptyString", # required
|
814
819
|
# compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
815
820
|
# environment_variables: [
|
@@ -1174,6 +1179,32 @@ module Aws::CodeBuild
|
|
1174
1179
|
include Aws::Structure
|
1175
1180
|
end
|
1176
1181
|
|
1182
|
+
# Contains information about the debug session for a build. For more
|
1183
|
+
# information, see [Viewing a running build in Session Manager][1].
|
1184
|
+
#
|
1185
|
+
#
|
1186
|
+
#
|
1187
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
1188
|
+
#
|
1189
|
+
# @!attribute [rw] session_enabled
|
1190
|
+
# Specifies if session debugging is enabled for this build.
|
1191
|
+
# @return [Boolean]
|
1192
|
+
#
|
1193
|
+
# @!attribute [rw] session_target
|
1194
|
+
# Contains the identifier of the Session Manager session used for the
|
1195
|
+
# build. To work with the paused build, you open this session to
|
1196
|
+
# examine, control, and resume the build.
|
1197
|
+
# @return [String]
|
1198
|
+
#
|
1199
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DebugSession AWS API Documentation
|
1200
|
+
#
|
1201
|
+
class DebugSession < Struct.new(
|
1202
|
+
:session_enabled,
|
1203
|
+
:session_target)
|
1204
|
+
SENSITIVE = []
|
1205
|
+
include Aws::Structure
|
1206
|
+
end
|
1207
|
+
|
1177
1208
|
# @note When making an API call, you may pass DeleteProjectInput
|
1178
1209
|
# data as a hash:
|
1179
1210
|
#
|
@@ -2046,7 +2077,7 @@ module Aws::CodeBuild
|
|
2046
2077
|
# @return [String]
|
2047
2078
|
#
|
2048
2079
|
# @!attribute [rw] reports
|
2049
|
-
# The list of
|
2080
|
+
# The list of report ARNs.
|
2050
2081
|
# @return [Array<String>]
|
2051
2082
|
#
|
2052
2083
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReportsForReportGroupOutput AWS API Documentation
|
@@ -2935,7 +2966,7 @@ module Aws::CodeBuild
|
|
2935
2966
|
# data as a hash:
|
2936
2967
|
#
|
2937
2968
|
# {
|
2938
|
-
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
2969
|
+
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
2939
2970
|
# image: "NonEmptyString", # required
|
2940
2971
|
# compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
2941
2972
|
# environment_variables: [
|
@@ -3941,7 +3972,7 @@ module Aws::CodeBuild
|
|
3941
3972
|
# context: "String",
|
3942
3973
|
# target_url: "String",
|
3943
3974
|
# },
|
3944
|
-
# environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
3975
|
+
# environment_type_override: "WINDOWS_CONTAINER", # accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
3945
3976
|
# image_override: "NonEmptyString",
|
3946
3977
|
# compute_type_override: "BUILD_GENERAL1_SMALL", # accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
3947
3978
|
# certificate_override: "String",
|
@@ -3973,6 +4004,7 @@ module Aws::CodeBuild
|
|
3973
4004
|
# credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
|
3974
4005
|
# },
|
3975
4006
|
# image_pull_credentials_type_override: "CODEBUILD", # accepts CODEBUILD, SERVICE_ROLE
|
4007
|
+
# debug_session_enabled: false,
|
3976
4008
|
# }
|
3977
4009
|
#
|
3978
4010
|
# @!attribute [rw] project_name
|
@@ -4204,6 +4236,15 @@ module Aws::CodeBuild
|
|
4204
4236
|
# image, you must use CODEBUILD credentials.
|
4205
4237
|
# @return [String]
|
4206
4238
|
#
|
4239
|
+
# @!attribute [rw] debug_session_enabled
|
4240
|
+
# Specifies if session debugging is enabled for this build. For more
|
4241
|
+
# information, see [Viewing a running build in Session Manager][1].
|
4242
|
+
#
|
4243
|
+
#
|
4244
|
+
#
|
4245
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
4246
|
+
# @return [Boolean]
|
4247
|
+
#
|
4207
4248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildInput AWS API Documentation
|
4208
4249
|
#
|
4209
4250
|
class StartBuildInput < Struct.new(
|
@@ -4236,7 +4277,8 @@ module Aws::CodeBuild
|
|
4236
4277
|
:idempotency_token,
|
4237
4278
|
:logs_config_override,
|
4238
4279
|
:registry_credential_override,
|
4239
|
-
:image_pull_credentials_type_override
|
4280
|
+
:image_pull_credentials_type_override,
|
4281
|
+
:debug_session_enabled)
|
4240
4282
|
SENSITIVE = []
|
4241
4283
|
include Aws::Structure
|
4242
4284
|
end
|
@@ -4506,7 +4548,7 @@ module Aws::CodeBuild
|
|
4506
4548
|
# modes: ["LOCAL_DOCKER_LAYER_CACHE"], # accepts LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
|
4507
4549
|
# },
|
4508
4550
|
# environment: {
|
4509
|
-
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER
|
4551
|
+
# type: "WINDOWS_CONTAINER", # required, accepts WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
|
4510
4552
|
# image: "NonEmptyString", # required
|
4511
4553
|
# compute_type: "BUILD_GENERAL1_SMALL", # required, accepts BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
|
4512
4554
|
# environment_variables: [
|
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.57.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: 2020-07-
|
11
|
+
date: 2020-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|