aws-sdk-codebuild 1.61.0 → 1.66.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eca78a903842308103f8e4c59584e54c7f43f8e87d16871dbe2f9936951251ee
4
- data.tar.gz: 6d9b2e87e658c5934317058cd03a0c304a690ce136449041c3ff32903da8a23f
3
+ metadata.gz: c0ca0f2220e22841c3f6f813f56ddbf86813fc47c0ed3624c3be4cdc8d61ca6f
4
+ data.tar.gz: 84aaea936333107983904cb18ce89af22e70b1fad0c90c9079e4ce6955d6b603
5
5
  SHA512:
6
- metadata.gz: 56d78d2b5792b27a250bcdb866c9d13774dbddcc44eac38fe6529b362d534cbc1cc3584e80870cf6b21d8754255a4a0c893f03f98202680500f9d88a932d3b03
7
- data.tar.gz: 9b7cd92b9e41b162e2aa2d349da44e4e26d8c8459f0ebc39aedc60402e3c22fd0d23655fc4dc0df783cabe6af41277283f4a1e9e904546d743f0632ff9163fdf
6
+ metadata.gz: 1bb119eab3bead38031e465cd57dd73668debc71f785ff6cdb9fead5f65008c5abf16f6cf3043210150895148f01de008152cf4bc6f6378559e8209bb328ca69
7
+ data.tar.gz: d377be1e5369f90202df5f7ab780b4a4e7e10a4c93ec4b412d5fa3f35f8a64576a78a73e545f7e4194e1c9a5d46303f2996f7a68f1e8a3d6a8ce19b30a4cd574
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-codebuild/customizations'
47
48
  # @!group service
48
49
  module Aws::CodeBuild
49
50
 
50
- GEM_VERSION = '1.61.0'
51
+ GEM_VERSION = '1.66.0'
51
52
 
52
53
  end
@@ -1110,6 +1110,7 @@ module Aws::CodeBuild
1110
1110
  # resp.report_groups[0].tags #=> Array
1111
1111
  # resp.report_groups[0].tags[0].key #=> String
1112
1112
  # resp.report_groups[0].tags[0].value #=> String
1113
+ # resp.report_groups[0].status #=> String, one of "ACTIVE", "DELETING"
1113
1114
  # resp.report_groups_not_found #=> Array
1114
1115
  # resp.report_groups_not_found[0] #=> String
1115
1116
  #
@@ -1638,6 +1639,7 @@ module Aws::CodeBuild
1638
1639
  # resp.report_group.tags #=> Array
1639
1640
  # resp.report_group.tags[0].key #=> String
1640
1641
  # resp.report_group.tags[0].value #=> String
1642
+ # resp.report_group.status #=> String, one of "ACTIVE", "DELETING"
1641
1643
  #
1642
1644
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateReportGroup AWS API Documentation
1643
1645
  #
@@ -2070,6 +2072,43 @@ module Aws::CodeBuild
2070
2072
  req.send_request(options)
2071
2073
  end
2072
2074
 
2075
+ # @option params [required, String] :report_group_arn
2076
+ #
2077
+ # @option params [Integer] :num_of_reports
2078
+ #
2079
+ # @option params [required, String] :trend_field
2080
+ #
2081
+ # @return [Types::GetReportGroupTrendOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2082
+ #
2083
+ # * {Types::GetReportGroupTrendOutput#stats #stats} => Types::ReportGroupTrendStats
2084
+ # * {Types::GetReportGroupTrendOutput#raw_data #raw_data} => Array<Types::ReportWithRawData>
2085
+ #
2086
+ # @example Request syntax with placeholder values
2087
+ #
2088
+ # resp = client.get_report_group_trend({
2089
+ # report_group_arn: "NonEmptyString", # required
2090
+ # num_of_reports: 1,
2091
+ # trend_field: "PASS_RATE", # required, accepts PASS_RATE, DURATION, TOTAL, LINE_COVERAGE, LINES_COVERED, LINES_MISSED, BRANCH_COVERAGE, BRANCHES_COVERED, BRANCHES_MISSED
2092
+ # })
2093
+ #
2094
+ # @example Response structure
2095
+ #
2096
+ # resp.stats.average #=> String
2097
+ # resp.stats.max #=> String
2098
+ # resp.stats.min #=> String
2099
+ # resp.raw_data #=> Array
2100
+ # resp.raw_data[0].report_arn #=> String
2101
+ # resp.raw_data[0].data #=> String
2102
+ #
2103
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetReportGroupTrend AWS API Documentation
2104
+ #
2105
+ # @overload get_report_group_trend(params = {})
2106
+ # @param [Hash] params ({})
2107
+ def get_report_group_trend(params = {}, options = {})
2108
+ req = build_request(:get_report_group_trend, params)
2109
+ req.send_request(options)
2110
+ end
2111
+
2073
2112
  # Gets a resource policy that is identified by its resource ARN.
2074
2113
  #
2075
2114
  # @option params [required, String] :resource_arn
@@ -3009,7 +3048,8 @@ module Aws::CodeBuild
3009
3048
  req.send_request(options)
3010
3049
  end
3011
3050
 
3012
- # Restarts a batch build.
3051
+ # Restarts a failed batch build. Only batch builds that have failed can
3052
+ # be retried.
3013
3053
  #
3014
3054
  # @option params [String] :id
3015
3055
  # Specifies the identifier of the batch build to restart.
@@ -4884,6 +4924,7 @@ module Aws::CodeBuild
4884
4924
  # resp.report_group.tags #=> Array
4885
4925
  # resp.report_group.tags[0].key #=> String
4886
4926
  # resp.report_group.tags[0].value #=> String
4927
+ # resp.report_group.status #=> String, one of "ACTIVE", "DELETING"
4887
4928
  #
4888
4929
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateReportGroup AWS API Documentation
4889
4930
  #
@@ -4985,7 +5026,7 @@ module Aws::CodeBuild
4985
5026
  params: params,
4986
5027
  config: config)
4987
5028
  context[:gem_name] = 'aws-sdk-codebuild'
4988
- context[:gem_version] = '1.61.0'
5029
+ context[:gem_version] = '1.66.0'
4989
5030
  Seahorse::Client::Request.new(handlers, context)
4990
5031
  end
4991
5032
 
@@ -104,6 +104,8 @@ module Aws::CodeBuild
104
104
  FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
105
105
  FilterGroup = Shapes::ListShape.new(name: 'FilterGroup')
106
106
  FilterGroups = Shapes::ListShape.new(name: 'FilterGroups')
107
+ GetReportGroupTrendInput = Shapes::StructureShape.new(name: 'GetReportGroupTrendInput')
108
+ GetReportGroupTrendOutput = Shapes::StructureShape.new(name: 'GetReportGroupTrendOutput')
107
109
  GetResourcePolicyInput = Shapes::StructureShape.new(name: 'GetResourcePolicyInput')
108
110
  GetResourcePolicyOutput = Shapes::StructureShape.new(name: 'GetResourcePolicyOutput')
109
111
  GitCloneDepth = Shapes::IntegerShape.new(name: 'GitCloneDepth')
@@ -187,11 +189,16 @@ module Aws::CodeBuild
187
189
  ReportGroupArns = Shapes::ListShape.new(name: 'ReportGroupArns')
188
190
  ReportGroupName = Shapes::StringShape.new(name: 'ReportGroupName')
189
191
  ReportGroupSortByType = Shapes::StringShape.new(name: 'ReportGroupSortByType')
192
+ ReportGroupStatusType = Shapes::StringShape.new(name: 'ReportGroupStatusType')
193
+ ReportGroupTrendFieldType = Shapes::StringShape.new(name: 'ReportGroupTrendFieldType')
194
+ ReportGroupTrendRawDataList = Shapes::ListShape.new(name: 'ReportGroupTrendRawDataList')
195
+ ReportGroupTrendStats = Shapes::StructureShape.new(name: 'ReportGroupTrendStats')
190
196
  ReportGroups = Shapes::ListShape.new(name: 'ReportGroups')
191
197
  ReportPackagingType = Shapes::StringShape.new(name: 'ReportPackagingType')
192
198
  ReportStatusCounts = Shapes::MapShape.new(name: 'ReportStatusCounts')
193
199
  ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
194
200
  ReportType = Shapes::StringShape.new(name: 'ReportType')
201
+ ReportWithRawData = Shapes::StructureShape.new(name: 'ReportWithRawData')
195
202
  Reports = Shapes::ListShape.new(name: 'Reports')
196
203
  ResolvedArtifact = Shapes::StructureShape.new(name: 'ResolvedArtifact')
197
204
  ResolvedSecondaryArtifacts = Shapes::ListShape.new(name: 'ResolvedSecondaryArtifacts')
@@ -608,6 +615,15 @@ module Aws::CodeBuild
608
615
 
609
616
  FilterGroups.member = Shapes::ShapeRef.new(shape: FilterGroup)
610
617
 
618
+ GetReportGroupTrendInput.add_member(:report_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "reportGroupArn"))
619
+ GetReportGroupTrendInput.add_member(:num_of_reports, Shapes::ShapeRef.new(shape: PageSize, location_name: "numOfReports"))
620
+ GetReportGroupTrendInput.add_member(:trend_field, Shapes::ShapeRef.new(shape: ReportGroupTrendFieldType, required: true, location_name: "trendField"))
621
+ GetReportGroupTrendInput.struct_class = Types::GetReportGroupTrendInput
622
+
623
+ GetReportGroupTrendOutput.add_member(:stats, Shapes::ShapeRef.new(shape: ReportGroupTrendStats, location_name: "stats"))
624
+ GetReportGroupTrendOutput.add_member(:raw_data, Shapes::ShapeRef.new(shape: ReportGroupTrendRawDataList, location_name: "rawData"))
625
+ GetReportGroupTrendOutput.struct_class = Types::GetReportGroupTrendOutput
626
+
611
627
  GetResourcePolicyInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "resourceArn"))
612
628
  GetResourcePolicyInput.struct_class = Types::GetResourcePolicyInput
613
629
 
@@ -914,15 +930,27 @@ module Aws::CodeBuild
914
930
  ReportGroup.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
915
931
  ReportGroup.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModified"))
916
932
  ReportGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
933
+ ReportGroup.add_member(:status, Shapes::ShapeRef.new(shape: ReportGroupStatusType, location_name: "status"))
917
934
  ReportGroup.struct_class = Types::ReportGroup
918
935
 
919
936
  ReportGroupArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
920
937
 
938
+ ReportGroupTrendRawDataList.member = Shapes::ShapeRef.new(shape: ReportWithRawData)
939
+
940
+ ReportGroupTrendStats.add_member(:average, Shapes::ShapeRef.new(shape: String, location_name: "average"))
941
+ ReportGroupTrendStats.add_member(:max, Shapes::ShapeRef.new(shape: String, location_name: "max"))
942
+ ReportGroupTrendStats.add_member(:min, Shapes::ShapeRef.new(shape: String, location_name: "min"))
943
+ ReportGroupTrendStats.struct_class = Types::ReportGroupTrendStats
944
+
921
945
  ReportGroups.member = Shapes::ShapeRef.new(shape: ReportGroup)
922
946
 
923
947
  ReportStatusCounts.key = Shapes::ShapeRef.new(shape: String)
924
948
  ReportStatusCounts.value = Shapes::ShapeRef.new(shape: WrapperInt)
925
949
 
950
+ ReportWithRawData.add_member(:report_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reportArn"))
951
+ ReportWithRawData.add_member(:data, Shapes::ShapeRef.new(shape: String, location_name: "data"))
952
+ ReportWithRawData.struct_class = Types::ReportWithRawData
953
+
926
954
  Reports.member = Shapes::ShapeRef.new(shape: Report)
927
955
 
928
956
  ResolvedArtifact.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactsType, location_name: "type"))
@@ -1353,6 +1381,16 @@ module Aws::CodeBuild
1353
1381
  )
1354
1382
  end)
1355
1383
 
1384
+ api.add_operation(:get_report_group_trend, Seahorse::Model::Operation.new.tap do |o|
1385
+ o.name = "GetReportGroupTrend"
1386
+ o.http_method = "POST"
1387
+ o.http_request_uri = "/"
1388
+ o.input = Shapes::ShapeRef.new(shape: GetReportGroupTrendInput)
1389
+ o.output = Shapes::ShapeRef.new(shape: GetReportGroupTrendOutput)
1390
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1392
+ end)
1393
+
1356
1394
  api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1357
1395
  o.name = "GetResourcePolicy"
1358
1396
  o.http_method = "POST"
@@ -2384,6 +2384,49 @@ module Aws::CodeBuild
2384
2384
  include Aws::Structure
2385
2385
  end
2386
2386
 
2387
+ # @note When making an API call, you may pass GetReportGroupTrendInput
2388
+ # data as a hash:
2389
+ #
2390
+ # {
2391
+ # report_group_arn: "NonEmptyString", # required
2392
+ # num_of_reports: 1,
2393
+ # trend_field: "PASS_RATE", # required, accepts PASS_RATE, DURATION, TOTAL, LINE_COVERAGE, LINES_COVERED, LINES_MISSED, BRANCH_COVERAGE, BRANCHES_COVERED, BRANCHES_MISSED
2394
+ # }
2395
+ #
2396
+ # @!attribute [rw] report_group_arn
2397
+ # @return [String]
2398
+ #
2399
+ # @!attribute [rw] num_of_reports
2400
+ # @return [Integer]
2401
+ #
2402
+ # @!attribute [rw] trend_field
2403
+ # @return [String]
2404
+ #
2405
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetReportGroupTrendInput AWS API Documentation
2406
+ #
2407
+ class GetReportGroupTrendInput < Struct.new(
2408
+ :report_group_arn,
2409
+ :num_of_reports,
2410
+ :trend_field)
2411
+ SENSITIVE = []
2412
+ include Aws::Structure
2413
+ end
2414
+
2415
+ # @!attribute [rw] stats
2416
+ # @return [Types::ReportGroupTrendStats]
2417
+ #
2418
+ # @!attribute [rw] raw_data
2419
+ # @return [Array<Types::ReportWithRawData>]
2420
+ #
2421
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetReportGroupTrendOutput AWS API Documentation
2422
+ #
2423
+ class GetReportGroupTrendOutput < Struct.new(
2424
+ :stats,
2425
+ :raw_data)
2426
+ SENSITIVE = []
2427
+ include Aws::Structure
2428
+ end
2429
+
2387
2430
  # @note When making an API call, you may pass GetResourcePolicyInput
2388
2431
  # data as a hash:
2389
2432
  #
@@ -3911,21 +3954,28 @@ module Aws::CodeBuild
3911
3954
  # @return [String]
3912
3955
  #
3913
3956
  # @!attribute [rw] modes
3914
- # If you use a `LOCAL` cache, the local cache mode. You can use one or
3915
- # more local cache modes at the same time.
3916
- #
3917
- # * `LOCAL_SOURCE_CACHE` mode caches Git metadata for primary and
3918
- # secondary sources. After the cache is created, subsequent builds
3919
- # pull only the change between commits. This mode is a good choice
3920
- # for projects with a clean working directory and a source that is a
3921
- # large Git repository. If you choose this option and your project
3922
- # does not use a Git repository (GitHub, GitHub Enterprise, or
3923
- # Bitbucket), the option is ignored.
3924
- #
3925
- # * `LOCAL_DOCKER_LAYER_CACHE` mode caches existing Docker layers.
3926
- # This mode is a good choice for projects that build or pull large
3927
- # Docker images. It can prevent the performance issues caused by
3928
- # pulling large Docker images down from the network.
3957
+ # An array of strings that specify the local cache modes. You can use
3958
+ # one or more local cache modes at the same time. This is only used
3959
+ # for `LOCAL` cache types.
3960
+ #
3961
+ # Possible values are:
3962
+ #
3963
+ # LOCAL\_SOURCE\_CACHE
3964
+ #
3965
+ # : Caches Git metadata for primary and secondary sources. After the
3966
+ # cache is created, subsequent builds pull only the change between
3967
+ # commits. This mode is a good choice for projects with a clean
3968
+ # working directory and a source that is a large Git repository. If
3969
+ # you choose this option and your project does not use a Git
3970
+ # repository (GitHub, GitHub Enterprise, or Bitbucket), the option
3971
+ # is ignored.
3972
+ #
3973
+ # LOCAL\_DOCKER\_LAYER\_CACHE
3974
+ #
3975
+ # : Caches existing Docker layers. This mode is a good choice for
3976
+ # projects that build or pull large Docker images. It can prevent
3977
+ # the performance issues caused by pulling large Docker images down
3978
+ # from the network.
3929
3979
  #
3930
3980
  # <note markdown="1"> * You can use a Docker layer cache in the Linux environment only.
3931
3981
  #
@@ -3936,12 +3986,12 @@ module Aws::CodeBuild
3936
3986
  # Docker layer cache.
3937
3987
  #
3938
3988
  # </note>
3939
- # ^
3940
3989
  #
3941
- # * `LOCAL_CUSTOM_CACHE` mode caches directories you specify in the
3942
- # buildspec file. This mode is a good choice if your build scenario
3943
- # is not suited to one of the other three local cache modes. If you
3944
- # use a custom cache:
3990
+ # LOCAL\_CUSTOM\_CACHE
3991
+ #
3992
+ # : Caches directories you specify in the buildspec file. This mode is
3993
+ # a good choice if your build scenario is not suited to one of the
3994
+ # other three local cache modes. If you use a custom cache:
3945
3995
  #
3946
3996
  # * Only directories can be specified for caching. You cannot
3947
3997
  # specify individual files.
@@ -4017,9 +4067,7 @@ module Aws::CodeBuild
4017
4067
  #
4018
4068
  # * For an image tag: `<registry>/<repository>:<tag>`. For example, in
4019
4069
  # the Docker repository that CodeBuild uses to manage its Docker
4020
- # images, this would be `aws/codebuild/standard:4.0`. To specify the
4021
- # latest version of this image, this would be
4022
- # `aws/codebuild/standard:latest`.
4070
+ # images, this would be `aws/codebuild/standard:4.0`.
4023
4071
  #
4024
4072
  # * For an image digest: `<registry>/<repository>@<digest>`. For
4025
4073
  # example, to specify an image with the digest
@@ -4097,7 +4145,14 @@ module Aws::CodeBuild
4097
4145
  # @return [Boolean]
4098
4146
  #
4099
4147
  # @!attribute [rw] certificate
4100
- # The certificate to use with this build project.
4148
+ # The ARN of the Amazon Simple Storage Service (Amazon S3) bucket,
4149
+ # path prefix, and object key that contains the PEM-encoded
4150
+ # certificate for the build project. For more information, see
4151
+ # [certificate][1] in the *AWS CodeBuild User Guide*.
4152
+ #
4153
+ #
4154
+ #
4155
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/create-project-cli.html#cli.environment.certificate
4101
4156
  # @return [String]
4102
4157
  #
4103
4158
  # @!attribute [rw] registry_credential
@@ -4181,8 +4236,8 @@ module Aws::CodeBuild
4181
4236
  # The name used to access a file system created by Amazon EFS.
4182
4237
  # CodeBuild creates an environment variable by appending the
4183
4238
  # `identifier` in all capital letters to `CODEBUILD_`. For example, if
4184
- # you specify `my-efs` for `identifier`, a new environment variable is
4185
- # create named `CODEBUILD_MY-EFS`.
4239
+ # you specify `my_efs` for `identifier`, a new environment variable is
4240
+ # create named `CODEBUILD_MY_EFS`.
4186
4241
  #
4187
4242
  # The `identifier` is used to mount your file system.
4188
4243
  # @return [String]
@@ -4724,6 +4779,9 @@ module Aws::CodeBuild
4724
4779
  # CodeBuild report group tags.
4725
4780
  # @return [Array<Types::Tag>]
4726
4781
  #
4782
+ # @!attribute [rw] status
4783
+ # @return [String]
4784
+ #
4727
4785
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ReportGroup AWS API Documentation
4728
4786
  #
4729
4787
  class ReportGroup < Struct.new(
@@ -4733,7 +4791,42 @@ module Aws::CodeBuild
4733
4791
  :export_config,
4734
4792
  :created,
4735
4793
  :last_modified,
4736
- :tags)
4794
+ :tags,
4795
+ :status)
4796
+ SENSITIVE = []
4797
+ include Aws::Structure
4798
+ end
4799
+
4800
+ # @!attribute [rw] average
4801
+ # @return [String]
4802
+ #
4803
+ # @!attribute [rw] max
4804
+ # @return [String]
4805
+ #
4806
+ # @!attribute [rw] min
4807
+ # @return [String]
4808
+ #
4809
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ReportGroupTrendStats AWS API Documentation
4810
+ #
4811
+ class ReportGroupTrendStats < Struct.new(
4812
+ :average,
4813
+ :max,
4814
+ :min)
4815
+ SENSITIVE = []
4816
+ include Aws::Structure
4817
+ end
4818
+
4819
+ # @!attribute [rw] report_arn
4820
+ # @return [String]
4821
+ #
4822
+ # @!attribute [rw] data
4823
+ # @return [String]
4824
+ #
4825
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ReportWithRawData AWS API Documentation
4826
+ #
4827
+ class ReportWithRawData < Struct.new(
4828
+ :report_arn,
4829
+ :data)
4737
4830
  SENSITIVE = []
4738
4831
  include Aws::Structure
4739
4832
  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.61.0
4
+ version: 1.66.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-09-08 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement