aws-sdk-codebuild 1.41.0 → 1.42.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
  SHA1:
3
- metadata.gz: 8578a4f31dda7ea71bdd2269ee5ac286b3a8e2b9
4
- data.tar.gz: 55a9f35f483600accf6b23c590008c4ffe31527a
3
+ metadata.gz: 6d87d7eacb762378c7e26013e5ae2489c34f7597
4
+ data.tar.gz: b5685ee3427ffabf05c263e68df4a88093d24622
5
5
  SHA512:
6
- metadata.gz: e0e5944202e717980a2f6d40a0f3e2906466b808cbc6ea562ed7114ca93b6266aba14cf289875a9d720ff61eda716b38554b398f819f87da09500ac62a1cf73e
7
- data.tar.gz: 394e8f2e5ef6d69b0b72b49e2777a88a273a5eb5c4221f3b4d6a49d5bd5ff86339ac4e9c28246ee866409f9cffa2c6c81b1628fc24688d92ac1443d75b1beb7b
6
+ metadata.gz: 408f4083cb8f55cda549a2387538bb2b39deadf54a172b29411940f1c0d52f9cc83db9c6b4971c70eccd7f415fd8b277dbcfd473333c2b07ff6220c5c896c93f
7
+ data.tar.gz: 2f2beae84e62fd22179634b2aaaf447c59a17d416031bab0dff8766e60b889ff85194871cf2d327170c7f1b393a600a7fc658ba1aa9b7ad3bacf02200b51d9a0
@@ -571,6 +571,7 @@ module Aws::CodeBuild
571
571
  # resp.builds #=> Array
572
572
  # resp.builds[0].id #=> String
573
573
  # resp.builds[0].arn #=> String
574
+ # resp.builds[0].build_number #=> Integer
574
575
  # resp.builds[0].start_time #=> Time
575
576
  # resp.builds[0].end_time #=> Time
576
577
  # resp.builds[0].current_phase #=> String
@@ -634,7 +635,7 @@ module Aws::CodeBuild
634
635
  # resp.builds[0].environment.environment_variables #=> Array
635
636
  # resp.builds[0].environment.environment_variables[0].name #=> String
636
637
  # resp.builds[0].environment.environment_variables[0].value #=> String
637
- # resp.builds[0].environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE"
638
+ # resp.builds[0].environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE", "SECRETS_MANAGER"
638
639
  # resp.builds[0].environment.privileged_mode #=> Boolean
639
640
  # resp.builds[0].environment.certificate #=> String
640
641
  # resp.builds[0].environment.registry_credential.credential #=> String
@@ -663,6 +664,9 @@ module Aws::CodeBuild
663
664
  # resp.builds[0].network_interface.subnet_id #=> String
664
665
  # resp.builds[0].network_interface.network_interface_id #=> String
665
666
  # resp.builds[0].encryption_key #=> String
667
+ # resp.builds[0].exported_environment_variables #=> Array
668
+ # resp.builds[0].exported_environment_variables[0].name #=> String
669
+ # resp.builds[0].exported_environment_variables[0].value #=> String
666
670
  # resp.builds_not_found #=> Array
667
671
  # resp.builds_not_found[0] #=> String
668
672
  #
@@ -751,7 +755,7 @@ module Aws::CodeBuild
751
755
  # resp.projects[0].environment.environment_variables #=> Array
752
756
  # resp.projects[0].environment.environment_variables[0].name #=> String
753
757
  # resp.projects[0].environment.environment_variables[0].value #=> String
754
- # resp.projects[0].environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE"
758
+ # resp.projects[0].environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE", "SECRETS_MANAGER"
755
759
  # resp.projects[0].environment.privileged_mode #=> Boolean
756
760
  # resp.projects[0].environment.certificate #=> String
757
761
  # resp.projects[0].environment.registry_credential.credential #=> String
@@ -997,7 +1001,7 @@ module Aws::CodeBuild
997
1001
  # {
998
1002
  # name: "NonEmptyString", # required
999
1003
  # value: "String", # required
1000
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
1004
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
1001
1005
  # },
1002
1006
  # ],
1003
1007
  # privileged_mode: false,
@@ -1097,7 +1101,7 @@ module Aws::CodeBuild
1097
1101
  # resp.project.environment.environment_variables #=> Array
1098
1102
  # resp.project.environment.environment_variables[0].name #=> String
1099
1103
  # resp.project.environment.environment_variables[0].value #=> String
1100
- # resp.project.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE"
1104
+ # resp.project.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE", "SECRETS_MANAGER"
1101
1105
  # resp.project.environment.privileged_mode #=> Boolean
1102
1106
  # resp.project.environment.certificate #=> String
1103
1107
  # resp.project.environment.registry_credential.credential #=> String
@@ -1685,6 +1689,11 @@ module Aws::CodeBuild
1685
1689
  # other than GitHub, GitHub Enterprise, or Bitbucket, an
1686
1690
  # invalidInputException is thrown.
1687
1691
  #
1692
+ # <note markdown="1"> The status of a build triggered by a webhook is always reported to
1693
+ # your source provider.
1694
+ #
1695
+ # </note>
1696
+ #
1688
1697
  # @option params [String] :environment_type_override
1689
1698
  # A container type for this build that overrides the one specified in
1690
1699
  # the build project.
@@ -1811,7 +1820,7 @@ module Aws::CodeBuild
1811
1820
  # {
1812
1821
  # name: "NonEmptyString", # required
1813
1822
  # value: "String", # required
1814
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
1823
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
1815
1824
  # },
1816
1825
  # ],
1817
1826
  # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
@@ -1864,6 +1873,7 @@ module Aws::CodeBuild
1864
1873
  #
1865
1874
  # resp.build.id #=> String
1866
1875
  # resp.build.arn #=> String
1876
+ # resp.build.build_number #=> Integer
1867
1877
  # resp.build.start_time #=> Time
1868
1878
  # resp.build.end_time #=> Time
1869
1879
  # resp.build.current_phase #=> String
@@ -1927,7 +1937,7 @@ module Aws::CodeBuild
1927
1937
  # resp.build.environment.environment_variables #=> Array
1928
1938
  # resp.build.environment.environment_variables[0].name #=> String
1929
1939
  # resp.build.environment.environment_variables[0].value #=> String
1930
- # resp.build.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE"
1940
+ # resp.build.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE", "SECRETS_MANAGER"
1931
1941
  # resp.build.environment.privileged_mode #=> Boolean
1932
1942
  # resp.build.environment.certificate #=> String
1933
1943
  # resp.build.environment.registry_credential.credential #=> String
@@ -1956,6 +1966,9 @@ module Aws::CodeBuild
1956
1966
  # resp.build.network_interface.subnet_id #=> String
1957
1967
  # resp.build.network_interface.network_interface_id #=> String
1958
1968
  # resp.build.encryption_key #=> String
1969
+ # resp.build.exported_environment_variables #=> Array
1970
+ # resp.build.exported_environment_variables[0].name #=> String
1971
+ # resp.build.exported_environment_variables[0].value #=> String
1959
1972
  #
1960
1973
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuild AWS API Documentation
1961
1974
  #
@@ -1985,6 +1998,7 @@ module Aws::CodeBuild
1985
1998
  #
1986
1999
  # resp.build.id #=> String
1987
2000
  # resp.build.arn #=> String
2001
+ # resp.build.build_number #=> Integer
1988
2002
  # resp.build.start_time #=> Time
1989
2003
  # resp.build.end_time #=> Time
1990
2004
  # resp.build.current_phase #=> String
@@ -2048,7 +2062,7 @@ module Aws::CodeBuild
2048
2062
  # resp.build.environment.environment_variables #=> Array
2049
2063
  # resp.build.environment.environment_variables[0].name #=> String
2050
2064
  # resp.build.environment.environment_variables[0].value #=> String
2051
- # resp.build.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE"
2065
+ # resp.build.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE", "SECRETS_MANAGER"
2052
2066
  # resp.build.environment.privileged_mode #=> Boolean
2053
2067
  # resp.build.environment.certificate #=> String
2054
2068
  # resp.build.environment.registry_credential.credential #=> String
@@ -2077,6 +2091,9 @@ module Aws::CodeBuild
2077
2091
  # resp.build.network_interface.subnet_id #=> String
2078
2092
  # resp.build.network_interface.network_interface_id #=> String
2079
2093
  # resp.build.encryption_key #=> String
2094
+ # resp.build.exported_environment_variables #=> Array
2095
+ # resp.build.exported_environment_variables[0].name #=> String
2096
+ # resp.build.exported_environment_variables[0].value #=> String
2080
2097
  #
2081
2098
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuild AWS API Documentation
2082
2099
  #
@@ -2288,7 +2305,7 @@ module Aws::CodeBuild
2288
2305
  # {
2289
2306
  # name: "NonEmptyString", # required
2290
2307
  # value: "String", # required
2291
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
2308
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
2292
2309
  # },
2293
2310
  # ],
2294
2311
  # privileged_mode: false,
@@ -2388,7 +2405,7 @@ module Aws::CodeBuild
2388
2405
  # resp.project.environment.environment_variables #=> Array
2389
2406
  # resp.project.environment.environment_variables[0].name #=> String
2390
2407
  # resp.project.environment.environment_variables[0].value #=> String
2391
- # resp.project.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE"
2408
+ # resp.project.environment.environment_variables[0].type #=> String, one of "PLAINTEXT", "PARAMETER_STORE", "SECRETS_MANAGER"
2392
2409
  # resp.project.environment.privileged_mode #=> Boolean
2393
2410
  # resp.project.environment.certificate #=> String
2394
2411
  # resp.project.environment.registry_credential.credential #=> String
@@ -2522,7 +2539,7 @@ module Aws::CodeBuild
2522
2539
  params: params,
2523
2540
  config: config)
2524
2541
  context[:gem_name] = 'aws-sdk-codebuild'
2525
- context[:gem_version] = '1.41.0'
2542
+ context[:gem_version] = '1.42.0'
2526
2543
  Seahorse::Client::Request.new(handlers, context)
2527
2544
  end
2528
2545
 
@@ -58,6 +58,8 @@ module Aws::CodeBuild
58
58
  EnvironmentVariable = Shapes::StructureShape.new(name: 'EnvironmentVariable')
59
59
  EnvironmentVariableType = Shapes::StringShape.new(name: 'EnvironmentVariableType')
60
60
  EnvironmentVariables = Shapes::ListShape.new(name: 'EnvironmentVariables')
61
+ ExportedEnvironmentVariable = Shapes::StructureShape.new(name: 'ExportedEnvironmentVariable')
62
+ ExportedEnvironmentVariables = Shapes::ListShape.new(name: 'ExportedEnvironmentVariables')
61
63
  FilterGroup = Shapes::ListShape.new(name: 'FilterGroup')
62
64
  FilterGroups = Shapes::ListShape.new(name: 'FilterGroups')
63
65
  GitCloneDepth = Shapes::IntegerShape.new(name: 'GitCloneDepth')
@@ -166,6 +168,7 @@ module Aws::CodeBuild
166
168
 
167
169
  Build.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
168
170
  Build.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
171
+ Build.add_member(:build_number, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "buildNumber"))
169
172
  Build.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
170
173
  Build.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
171
174
  Build.add_member(:current_phase, Shapes::ShapeRef.new(shape: String, location_name: "currentPhase"))
@@ -190,6 +193,7 @@ module Aws::CodeBuild
190
193
  Build.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
191
194
  Build.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
192
195
  Build.add_member(:encryption_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKey"))
196
+ Build.add_member(:exported_environment_variables, Shapes::ShapeRef.new(shape: ExportedEnvironmentVariables, location_name: "exportedEnvironmentVariables"))
193
197
  Build.struct_class = Types::Build
194
198
 
195
199
  BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
@@ -300,6 +304,12 @@ module Aws::CodeBuild
300
304
 
301
305
  EnvironmentVariables.member = Shapes::ShapeRef.new(shape: EnvironmentVariable)
302
306
 
307
+ ExportedEnvironmentVariable.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
308
+ ExportedEnvironmentVariable.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
309
+ ExportedEnvironmentVariable.struct_class = Types::ExportedEnvironmentVariable
310
+
311
+ ExportedEnvironmentVariables.member = Shapes::ShapeRef.new(shape: ExportedEnvironmentVariable)
312
+
303
313
  FilterGroup.member = Shapes::ShapeRef.new(shape: WebhookFilter)
304
314
 
305
315
  FilterGroups.member = Shapes::ShapeRef.new(shape: FilterGroup)
@@ -121,6 +121,13 @@ module Aws::CodeBuild
121
121
  # The Amazon Resource Name (ARN) of the build.
122
122
  # @return [String]
123
123
  #
124
+ # @!attribute [rw] build_number
125
+ # The number of the build. For each project, the `buildNumber` of its
126
+ # first build is `1`. The `buildNumber` of each subsequent build is
127
+ # incremented by `1`. If a build is deleted, the `buildNumber` of
128
+ # other builds does not change.
129
+ # @return [Integer]
130
+ #
124
131
  # @!attribute [rw] start_time
125
132
  # When the build process started, expressed in Unix time format.
126
133
  # @return [Time]
@@ -292,11 +299,16 @@ module Aws::CodeBuild
292
299
  # `).
293
300
  # @return [String]
294
301
  #
302
+ # @!attribute [rw] exported_environment_variables
303
+ # A list of exported environment variables for this build.
304
+ # @return [Array<Types::ExportedEnvironmentVariable>]
305
+ #
295
306
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Build AWS API Documentation
296
307
  #
297
308
  class Build < Struct.new(
298
309
  :id,
299
310
  :arn,
311
+ :build_number,
300
312
  :start_time,
301
313
  :end_time,
302
314
  :current_phase,
@@ -320,7 +332,8 @@ module Aws::CodeBuild
320
332
  :initiator,
321
333
  :vpc_config,
322
334
  :network_interface,
323
- :encryption_key)
335
+ :encryption_key,
336
+ :exported_environment_variables)
324
337
  include Aws::Structure
325
338
  end
326
339
 
@@ -620,7 +633,7 @@ module Aws::CodeBuild
620
633
  # {
621
634
  # name: "NonEmptyString", # required
622
635
  # value: "String", # required
623
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
636
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
624
637
  # },
625
638
  # ],
626
639
  # privileged_mode: false,
@@ -1034,7 +1047,7 @@ module Aws::CodeBuild
1034
1047
  # {
1035
1048
  # name: "NonEmptyString", # required
1036
1049
  # value: "String", # required
1037
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
1050
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
1038
1051
  # }
1039
1052
  #
1040
1053
  # @!attribute [rw] name
@@ -1057,6 +1070,9 @@ module Aws::CodeBuild
1057
1070
  # Systems Manager Parameter Store.
1058
1071
  #
1059
1072
  # * `PLAINTEXT`\: An environment variable in plaintext format.
1073
+ #
1074
+ # * `SECRETS_MANAGER`\: An environment variable stored in AWS Secrets
1075
+ # Manager.
1060
1076
  # @return [String]
1061
1077
  #
1062
1078
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/EnvironmentVariable AWS API Documentation
@@ -1068,6 +1084,32 @@ module Aws::CodeBuild
1068
1084
  include Aws::Structure
1069
1085
  end
1070
1086
 
1087
+ # Information about an exported environment variable.
1088
+ #
1089
+ # @!attribute [rw] name
1090
+ # The name of this exported environment variable.
1091
+ # @return [String]
1092
+ #
1093
+ # @!attribute [rw] value
1094
+ # The value assigned to this exported environment variable.
1095
+ #
1096
+ # <note markdown="1"> During a build, the value of a variable is available starting with
1097
+ # the `install` phase. It can be updated between the start of the
1098
+ # `install` phase and the end of the `post_build` phase. After the
1099
+ # `post_build` phase ends, the value of exported variables cannot
1100
+ # change.
1101
+ #
1102
+ # </note>
1103
+ # @return [String]
1104
+ #
1105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ExportedEnvironmentVariable AWS API Documentation
1106
+ #
1107
+ class ExportedEnvironmentVariable < Struct.new(
1108
+ :name,
1109
+ :value)
1110
+ include Aws::Structure
1111
+ end
1112
+
1071
1113
  # Information about the Git submodules configuration for an AWS
1072
1114
  # CodeBuild build project.
1073
1115
  #
@@ -1708,6 +1750,10 @@ module Aws::CodeBuild
1708
1750
  # * `CODEPIPELINE`\: The build project has build output generated
1709
1751
  # through AWS CodePipeline.
1710
1752
  #
1753
+ # <note markdown="1"> The `CODEPIPELINE` type is not supported for `secondaryArtifacts`.
1754
+ #
1755
+ # </note>
1756
+ #
1711
1757
  # * `NO_ARTIFACTS`\: The build project does not produce any build
1712
1758
  # output.
1713
1759
  #
@@ -1975,7 +2021,7 @@ module Aws::CodeBuild
1975
2021
  # {
1976
2022
  # name: "NonEmptyString", # required
1977
2023
  # value: "String", # required
1978
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
2024
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
1979
2025
  # },
1980
2026
  # ],
1981
2027
  # privileged_mode: false,
@@ -2018,6 +2064,13 @@ module Aws::CodeBuild
2018
2064
  #
2019
2065
  # * `BUILD_GENERAL1_LARGE`\: Use up to 15 GB memory and 8 vCPUs for
2020
2066
  # builds.
2067
+ #
2068
+ # For more information, see [Build Environment Compute Types][1] in
2069
+ # the *AWS CodeBuild User Guide.*
2070
+ #
2071
+ #
2072
+ #
2073
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html
2021
2074
  # @return [String]
2022
2075
  #
2023
2076
  # @!attribute [rw] environment_variables
@@ -2029,7 +2082,7 @@ module Aws::CodeBuild
2029
2082
  # Enables running the Docker daemon inside a Docker container. Set to
2030
2083
  # true only if the build project is used to build Docker images.
2031
2084
  # Otherwise, a build that attempts to interact with the Docker daemon
2032
- # fails.
2085
+ # fails. The default setting is `false`.
2033
2086
  #
2034
2087
  # You can initialize the Docker daemon during the install phase of
2035
2088
  # your build by adding one of the following sets of commands to the
@@ -2125,6 +2178,9 @@ module Aws::CodeBuild
2125
2178
  #
2126
2179
  # * `GITHUB`\: The source code is in a GitHub repository.
2127
2180
  #
2181
+ # * `GITHUB_ENTERPRISE`\: The source code is in a GitHub Enterprise
2182
+ # repository.
2183
+ #
2128
2184
  # * `NO_SOURCE`\: The project does not have input source code.
2129
2185
  #
2130
2186
  # * `S3`\: The source code is in an Amazon Simple Storage Service
@@ -2214,6 +2270,11 @@ module Aws::CodeBuild
2214
2270
  # provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set
2215
2271
  # and you use a different source provider, an invalidInputException is
2216
2272
  # thrown.
2273
+ #
2274
+ # <note markdown="1"> The status of a build triggered by a webhook is always reported to
2275
+ # your source provider.
2276
+ #
2277
+ # </note>
2217
2278
  # @return [Boolean]
2218
2279
  #
2219
2280
  # @!attribute [rw] insecure_ssl
@@ -2497,7 +2558,7 @@ module Aws::CodeBuild
2497
2558
  # {
2498
2559
  # name: "NonEmptyString", # required
2499
2560
  # value: "String", # required
2500
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
2561
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
2501
2562
  # },
2502
2563
  # ],
2503
2564
  # source_type_override: "CODECOMMIT", # accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
@@ -2654,6 +2715,11 @@ module Aws::CodeBuild
2654
2715
  # build's start and completion. If you use this option with a source
2655
2716
  # provider other than GitHub, GitHub Enterprise, or Bitbucket, an
2656
2717
  # invalidInputException is thrown.
2718
+ #
2719
+ # <note markdown="1"> The status of a build triggered by a webhook is always reported to
2720
+ # your source provider.
2721
+ #
2722
+ # </note>
2657
2723
  # @return [Boolean]
2658
2724
  #
2659
2725
  # @!attribute [rw] environment_type_override
@@ -2921,7 +2987,7 @@ module Aws::CodeBuild
2921
2987
  # {
2922
2988
  # name: "NonEmptyString", # required
2923
2989
  # value: "String", # required
2924
- # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE
2990
+ # type: "PLAINTEXT", # accepts PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER
2925
2991
  # },
2926
2992
  # ],
2927
2993
  # privileged_mode: false,
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codebuild/customizations'
42
42
  # @service
43
43
  module Aws::CodeBuild
44
44
 
45
- GEM_VERSION = '1.41.0'
45
+ GEM_VERSION = '1.42.0'
46
46
 
47
47
  end
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.41.0
4
+ version: 1.42.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core