aws-sdk-transcribeservice 1.110.0 → 1.112.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: c1dac03852c72a7a88d775853bf3a87c1b541cdd2a4741d833169f60d39e4a35
4
- data.tar.gz: a873bf3d29624dda708e3a2f2bf6574e703fd82dd963f81b727626876bf64bfd
3
+ metadata.gz: a0bb08d9012f7ace1df8511184cccadf0c9ca3a05baaa453bf10658c0c2e637a
4
+ data.tar.gz: 6bb27d1d7eeb2da89384557d523ef36b52761c2b0401656eef504b4138a8bedc
5
5
  SHA512:
6
- metadata.gz: 5ba215c4e8d4d133159219d5e7b08b4ac83f6f8f27da5c1bf5d22cba9dcebdfac3661cd8350da2d0e2ceb383a2029a0704d1f89525f1aa343e33007ceb67d851
7
- data.tar.gz: 89f40940d0c9b8cc0a0819354b68406cd3a16862dc67878f177cd801e700ce0198a18af1445f332701e4fe504c2d092d32c4df2f9c80c3638821a4c4e9a1c395
6
+ metadata.gz: 1d992851842ca7e62b802a39168f05dc966ff31a9beb395ebfe47638d262422a17dde9dbc12e94dc41a7ded60a544f3107118720454d4d7623c45b93543db500
7
+ data.tar.gz: f79b741ecfecb38c5e9782476f871b8459b2e44d3957a1161cc69a09672d5d7e698477be290fc5a706b0ff3032b107082139d6cc4952b2ee6bf68143f623c435
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.111.0 (2025-01-13)
10
+ ------------------
11
+
12
+ * Feature - This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
13
+
4
14
  1.110.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.112.0
@@ -257,11 +257,34 @@ module Aws::TranscribeService
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -500,6 +523,17 @@ module Aws::TranscribeService
500
523
  # customer's sentiment was positive during the last 30 seconds of the
501
524
  # call.
502
525
  #
526
+ # @option params [Array<Types::Tag>] :tags
527
+ # Adds one or more custom tags, each in the form of a key:value pair, to
528
+ # a new call analytics category at the time you start this new job.
529
+ #
530
+ # To learn more about using tags with Amazon Transcribe, refer to
531
+ # [Tagging resources][1].
532
+ #
533
+ #
534
+ #
535
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
536
+ #
503
537
  # @option params [String] :input_type
504
538
  # Choose whether you want to create a real-time or a post-call category
505
539
  # for your Call Analytics transcription.
@@ -595,6 +629,12 @@ module Aws::TranscribeService
595
629
  # },
596
630
  # },
597
631
  # ],
632
+ # tags: [
633
+ # {
634
+ # key: "TagKey", # required
635
+ # value: "TagValue", # required
636
+ # },
637
+ # ],
598
638
  # input_type: "REAL_TIME", # accepts REAL_TIME, POST_CALL
599
639
  # })
600
640
  #
@@ -650,6 +690,9 @@ module Aws::TranscribeService
650
690
  # resp.category_properties.rules[0].sentiment_filter.negate #=> Boolean
651
691
  # resp.category_properties.create_time #=> Time
652
692
  # resp.category_properties.last_update_time #=> Time
693
+ # resp.category_properties.tags #=> Array
694
+ # resp.category_properties.tags[0].key #=> String
695
+ # resp.category_properties.tags[0].value #=> String
653
696
  # resp.category_properties.input_type #=> String, one of "REAL_TIME", "POST_CALL"
654
697
  #
655
698
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CreateCallAnalyticsCategory AWS API Documentation
@@ -1505,6 +1548,9 @@ module Aws::TranscribeService
1505
1548
  # resp.category_properties.rules[0].sentiment_filter.negate #=> Boolean
1506
1549
  # resp.category_properties.create_time #=> Time
1507
1550
  # resp.category_properties.last_update_time #=> Time
1551
+ # resp.category_properties.tags #=> Array
1552
+ # resp.category_properties.tags[0].key #=> String
1553
+ # resp.category_properties.tags[0].value #=> String
1508
1554
  # resp.category_properties.input_type #=> String, one of "REAL_TIME", "POST_CALL"
1509
1555
  #
1510
1556
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetCallAnalyticsCategory AWS API Documentation
@@ -1587,6 +1633,9 @@ module Aws::TranscribeService
1587
1633
  # resp.call_analytics_job.channel_definitions #=> Array
1588
1634
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
1589
1635
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
1636
+ # resp.call_analytics_job.tags #=> Array
1637
+ # resp.call_analytics_job.tags[0].key #=> String
1638
+ # resp.call_analytics_job.tags[0].value #=> String
1590
1639
  #
1591
1640
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetCallAnalyticsJob AWS API Documentation
1592
1641
  #
@@ -2023,6 +2072,9 @@ module Aws::TranscribeService
2023
2072
  # resp.categories[0].rules[0].sentiment_filter.negate #=> Boolean
2024
2073
  # resp.categories[0].create_time #=> Time
2025
2074
  # resp.categories[0].last_update_time #=> Time
2075
+ # resp.categories[0].tags #=> Array
2076
+ # resp.categories[0].tags[0].key #=> String
2077
+ # resp.categories[0].tags[0].value #=> String
2026
2078
  # resp.categories[0].input_type #=> String, one of "REAL_TIME", "POST_CALL"
2027
2079
  #
2028
2080
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListCallAnalyticsCategories AWS API Documentation
@@ -2790,6 +2842,17 @@ module Aws::TranscribeService
2790
2842
  # vocabulary filters, and custom vocabularies to your Call Analytics
2791
2843
  # job.
2792
2844
  #
2845
+ # @option params [Array<Types::Tag>] :tags
2846
+ # Adds one or more custom tags, each in the form of a key:value pair, to
2847
+ # a new call analytics job at the time you start this new job.
2848
+ #
2849
+ # To learn more about using tags with Amazon Transcribe, refer to
2850
+ # [Tagging resources][1].
2851
+ #
2852
+ #
2853
+ #
2854
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
2855
+ #
2793
2856
  # @option params [Array<Types::ChannelDefinition>] :channel_definitions
2794
2857
  # Makes it possible to specify which speaker is on which channel. For
2795
2858
  # example, if your agent is the first participant to speak, you would
@@ -2834,6 +2897,12 @@ module Aws::TranscribeService
2834
2897
  # generate_abstractive_summary: false, # required
2835
2898
  # },
2836
2899
  # },
2900
+ # tags: [
2901
+ # {
2902
+ # key: "TagKey", # required
2903
+ # value: "TagValue", # required
2904
+ # },
2905
+ # ],
2837
2906
  # channel_definitions: [
2838
2907
  # {
2839
2908
  # channel_id: 1,
@@ -2881,6 +2950,9 @@ module Aws::TranscribeService
2881
2950
  # resp.call_analytics_job.channel_definitions #=> Array
2882
2951
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
2883
2952
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
2953
+ # resp.call_analytics_job.tags #=> Array
2954
+ # resp.call_analytics_job.tags[0].key #=> String
2955
+ # resp.call_analytics_job.tags[0].value #=> String
2884
2956
  #
2885
2957
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/StartCallAnalyticsJob AWS API Documentation
2886
2958
  #
@@ -4208,6 +4280,9 @@ module Aws::TranscribeService
4208
4280
  # resp.category_properties.rules[0].sentiment_filter.negate #=> Boolean
4209
4281
  # resp.category_properties.create_time #=> Time
4210
4282
  # resp.category_properties.last_update_time #=> Time
4283
+ # resp.category_properties.tags #=> Array
4284
+ # resp.category_properties.tags[0].key #=> String
4285
+ # resp.category_properties.tags[0].value #=> String
4211
4286
  # resp.category_properties.input_type #=> String, one of "REAL_TIME", "POST_CALL"
4212
4287
  #
4213
4288
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UpdateCallAnalyticsCategory AWS API Documentation
@@ -4481,7 +4556,7 @@ module Aws::TranscribeService
4481
4556
  tracer: tracer
4482
4557
  )
4483
4558
  context[:gem_name] = 'aws-sdk-transcribeservice'
4484
- context[:gem_version] = '1.110.0'
4559
+ context[:gem_version] = '1.112.0'
4485
4560
  Seahorse::Client::Request.new(handlers, context)
4486
4561
  end
4487
4562
 
@@ -254,6 +254,7 @@ module Aws::TranscribeService
254
254
  CallAnalyticsJob.add_member(:identified_language_score, Shapes::ShapeRef.new(shape: IdentifiedLanguageScore, location_name: "IdentifiedLanguageScore"))
255
255
  CallAnalyticsJob.add_member(:settings, Shapes::ShapeRef.new(shape: CallAnalyticsJobSettings, location_name: "Settings"))
256
256
  CallAnalyticsJob.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: ChannelDefinitions, location_name: "ChannelDefinitions"))
257
+ CallAnalyticsJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
257
258
  CallAnalyticsJob.struct_class = Types::CallAnalyticsJob
258
259
 
259
260
  CallAnalyticsJobDetails.add_member(:skipped, Shapes::ShapeRef.new(shape: CallAnalyticsSkippedFeatureList, location_name: "Skipped"))
@@ -292,6 +293,7 @@ module Aws::TranscribeService
292
293
  CategoryProperties.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, location_name: "Rules"))
293
294
  CategoryProperties.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreateTime"))
294
295
  CategoryProperties.add_member(:last_update_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdateTime"))
296
+ CategoryProperties.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
295
297
  CategoryProperties.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
296
298
  CategoryProperties.struct_class = Types::CategoryProperties
297
299
 
@@ -313,6 +315,7 @@ module Aws::TranscribeService
313
315
 
314
316
  CreateCallAnalyticsCategoryRequest.add_member(:category_name, Shapes::ShapeRef.new(shape: CategoryName, required: true, location_name: "CategoryName"))
315
317
  CreateCallAnalyticsCategoryRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, required: true, location_name: "Rules"))
318
+ CreateCallAnalyticsCategoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
316
319
  CreateCallAnalyticsCategoryRequest.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
317
320
  CreateCallAnalyticsCategoryRequest.struct_class = Types::CreateCallAnalyticsCategoryRequest
318
321
 
@@ -779,6 +782,7 @@ module Aws::TranscribeService
779
782
  StartCallAnalyticsJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
780
783
  StartCallAnalyticsJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, location_name: "DataAccessRoleArn"))
781
784
  StartCallAnalyticsJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: CallAnalyticsJobSettings, location_name: "Settings"))
785
+ StartCallAnalyticsJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
782
786
  StartCallAnalyticsJobRequest.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: ChannelDefinitions, location_name: "ChannelDefinitions"))
783
787
  StartCallAnalyticsJobRequest.struct_class = Types::StartCallAnalyticsJobRequest
784
788
 
@@ -247,6 +247,11 @@ module Aws::TranscribeService
247
247
  # Indicates which speaker is on which channel.
248
248
  # @return [Array<Types::ChannelDefinition>]
249
249
  #
250
+ # @!attribute [rw] tags
251
+ # The tags, each in the form of a key:value pair, assigned to the
252
+ # specified call analytics job.
253
+ # @return [Array<Types::Tag>]
254
+ #
250
255
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CallAnalyticsJob AWS API Documentation
251
256
  #
252
257
  class CallAnalyticsJob < Struct.new(
@@ -265,7 +270,8 @@ module Aws::TranscribeService
265
270
  :data_access_role_arn,
266
271
  :identified_language_score,
267
272
  :settings,
268
- :channel_definitions)
273
+ :channel_definitions,
274
+ :tags)
269
275
  SENSITIVE = []
270
276
  include Aws::Structure
271
277
  end
@@ -561,6 +567,11 @@ module Aws::TranscribeService
561
567
  # UTC-7 on May 5, 2022.
562
568
  # @return [Time]
563
569
  #
570
+ # @!attribute [rw] tags
571
+ # The tags, each in the form of a key:value pair, assigned to the
572
+ # specified call analytics category.
573
+ # @return [Array<Types::Tag>]
574
+ #
564
575
  # @!attribute [rw] input_type
565
576
  # The input type associated with the specified category. `POST_CALL`
566
577
  # refers to a category that is applied to batch transcriptions;
@@ -575,6 +586,7 @@ module Aws::TranscribeService
575
586
  :rules,
576
587
  :create_time,
577
588
  :last_update_time,
589
+ :tags,
578
590
  :input_type)
579
591
  SENSITIVE = []
580
592
  include Aws::Structure
@@ -679,6 +691,18 @@ module Aws::TranscribeService
679
691
  # 30 seconds of the call.
680
692
  # @return [Array<Types::Rule>]
681
693
  #
694
+ # @!attribute [rw] tags
695
+ # Adds one or more custom tags, each in the form of a key:value pair,
696
+ # to a new call analytics category at the time you start this new job.
697
+ #
698
+ # To learn more about using tags with Amazon Transcribe, refer to
699
+ # [Tagging resources][1].
700
+ #
701
+ #
702
+ #
703
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
704
+ # @return [Array<Types::Tag>]
705
+ #
682
706
  # @!attribute [rw] input_type
683
707
  # Choose whether you want to create a real-time or a post-call
684
708
  # category for your Call Analytics transcription.
@@ -700,6 +724,7 @@ module Aws::TranscribeService
700
724
  class CreateCallAnalyticsCategoryRequest < Struct.new(
701
725
  :category_name,
702
726
  :rules,
727
+ :tags,
703
728
  :input_type)
704
729
  SENSITIVE = []
705
730
  include Aws::Structure
@@ -4009,6 +4034,18 @@ module Aws::TranscribeService
4009
4034
  # job.
4010
4035
  # @return [Types::CallAnalyticsJobSettings]
4011
4036
  #
4037
+ # @!attribute [rw] tags
4038
+ # Adds one or more custom tags, each in the form of a key:value pair,
4039
+ # to a new call analytics job at the time you start this new job.
4040
+ #
4041
+ # To learn more about using tags with Amazon Transcribe, refer to
4042
+ # [Tagging resources][1].
4043
+ #
4044
+ #
4045
+ #
4046
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
4047
+ # @return [Array<Types::Tag>]
4048
+ #
4012
4049
  # @!attribute [rw] channel_definitions
4013
4050
  # Makes it possible to specify which speaker is on which channel. For
4014
4051
  # example, if your agent is the first participant to speak, you would
@@ -4026,6 +4063,7 @@ module Aws::TranscribeService
4026
4063
  :output_encryption_kms_key_id,
4027
4064
  :data_access_role_arn,
4028
4065
  :settings,
4066
+ :tags,
4029
4067
  :channel_definitions)
4030
4068
  SENSITIVE = []
4031
4069
  include Aws::Structure
@@ -54,7 +54,7 @@ module Aws::TranscribeService
54
54
  autoload :EndpointProvider, 'aws-sdk-transcribeservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-transcribeservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.112.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
@@ -155,6 +157,12 @@ module Aws
155
157
  }?
156
158
  },
157
159
  ],
160
+ ?tags: Array[
161
+ {
162
+ key: ::String,
163
+ value: ::String
164
+ },
165
+ ],
158
166
  ?input_type: ("REAL_TIME" | "POST_CALL")
159
167
  ) -> _CreateCallAnalyticsCategoryResponseSuccess
160
168
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCallAnalyticsCategoryResponseSuccess
@@ -591,6 +599,12 @@ module Aws
591
599
  generate_abstractive_summary: bool
592
600
  }?
593
601
  },
602
+ ?tags: Array[
603
+ {
604
+ key: ::String,
605
+ value: ::String
606
+ },
607
+ ],
594
608
  ?channel_definitions: Array[
595
609
  {
596
610
  channel_id: ::Integer?,
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/types.rbs CHANGED
@@ -38,6 +38,7 @@ module Aws::TranscribeService
38
38
  attr_accessor identified_language_score: ::Float
39
39
  attr_accessor settings: Types::CallAnalyticsJobSettings
40
40
  attr_accessor channel_definitions: ::Array[Types::ChannelDefinition]
41
+ attr_accessor tags: ::Array[Types::Tag]
41
42
  SENSITIVE: []
42
43
  end
43
44
 
@@ -82,6 +83,7 @@ module Aws::TranscribeService
82
83
  attr_accessor rules: ::Array[Types::Rule]
83
84
  attr_accessor create_time: ::Time
84
85
  attr_accessor last_update_time: ::Time
86
+ attr_accessor tags: ::Array[Types::Tag]
85
87
  attr_accessor input_type: ("REAL_TIME" | "POST_CALL")
86
88
  SENSITIVE: []
87
89
  end
@@ -107,6 +109,7 @@ module Aws::TranscribeService
107
109
  class CreateCallAnalyticsCategoryRequest
108
110
  attr_accessor category_name: ::String
109
111
  attr_accessor rules: ::Array[Types::Rule]
112
+ attr_accessor tags: ::Array[Types::Tag]
110
113
  attr_accessor input_type: ("REAL_TIME" | "POST_CALL")
111
114
  SENSITIVE: []
112
115
  end
@@ -719,6 +722,7 @@ module Aws::TranscribeService
719
722
  attr_accessor output_encryption_kms_key_id: ::String
720
723
  attr_accessor data_access_role_arn: ::String
721
724
  attr_accessor settings: Types::CallAnalyticsJobSettings
725
+ attr_accessor tags: ::Array[Types::Tag]
722
726
  attr_accessor channel_definitions: ::Array[Types::ChannelDefinition]
723
727
  SENSITIVE: []
724
728
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.112.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-15 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.210.0
22
+ version: 3.216.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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement