aws-sdk-chime 1.53.0 → 1.57.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +11 -5
- data/lib/aws-sdk-chime/client_api.rb +6 -0
- data/lib/aws-sdk-chime/types.rb +35 -17
- data/lib/aws-sdk-chime.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbd8abb062c33c23c84a25b6e550fb9b547c1cc97765c82943d9c3adfb2930b1
|
4
|
+
data.tar.gz: adbd2a31f83b1c3c8da84871a3bfd2358fbd5322c8d399a558b58e4c4b60e89c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a029aa41ea57b6d6b09779c98d4e034785dc17786f116f69c18a137da0721ebdc12b1191a84d86b66d0459e1c3d59858d515f2f3f3fe9dc2cf032d0a9bc7583
|
7
|
+
data.tar.gz: c53cac717ddc250d19e3612754ec9c2799d0c7beb6678f5c3cba66233bfc7d1da2a615a453a5b06c43a6d3e08d4fe6a11239bc4e4402d88a57ad726af83f7326
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.57.0 (2021-09-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for SipHeaders parameter for CreateSipMediaApplicationCall.
|
8
|
+
|
9
|
+
1.56.0 (2021-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.55.0 (2021-08-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Add support for "auto" in Region field of StartMeetingTranscription API request.
|
18
|
+
|
19
|
+
1.54.0 (2021-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.53.0 (2021-07-29)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
data/lib/aws-sdk-chime/client.rb
CHANGED
@@ -1995,6 +1995,9 @@ module Aws::Chime
|
|
1995
1995
|
# @option params [required, String] :sip_media_application_id
|
1996
1996
|
# The ID of the SIP media application.
|
1997
1997
|
#
|
1998
|
+
# @option params [Hash<String,String>] :sip_headers
|
1999
|
+
# The SIP headers added to an outbound call leg.
|
2000
|
+
#
|
1998
2001
|
# @return [Types::CreateSipMediaApplicationCallResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1999
2002
|
#
|
2000
2003
|
# * {Types::CreateSipMediaApplicationCallResponse#sip_media_application_call #sip_media_application_call} => Types::SipMediaApplicationCall
|
@@ -2005,6 +2008,9 @@ module Aws::Chime
|
|
2005
2008
|
# from_phone_number: "E164PhoneNumber", # required
|
2006
2009
|
# to_phone_number: "E164PhoneNumber", # required
|
2007
2010
|
# sip_media_application_id: "NonEmptyString", # required
|
2011
|
+
# sip_headers: {
|
2012
|
+
# "SensitiveString" => "SensitiveString",
|
2013
|
+
# },
|
2008
2014
|
# })
|
2009
2015
|
#
|
2010
2016
|
# @example Response structure
|
@@ -3090,7 +3096,7 @@ module Aws::Chime
|
|
3090
3096
|
req.send_request(options)
|
3091
3097
|
end
|
3092
3098
|
|
3093
|
-
# Returns the full details of an `AppInstanceUser
|
3099
|
+
# Returns the full details of an `AppInstanceUser`.
|
3094
3100
|
#
|
3095
3101
|
# @option params [required, String] :app_instance_user_arn
|
3096
3102
|
# The ARN of the `AppInstanceUser`.
|
@@ -7193,7 +7199,7 @@ module Aws::Chime
|
|
7193
7199
|
req.send_request(options)
|
7194
7200
|
end
|
7195
7201
|
|
7196
|
-
#
|
7202
|
+
# Starts transcription for the specified `meetingId`.
|
7197
7203
|
#
|
7198
7204
|
# @option params [required, String] :meeting_id
|
7199
7205
|
# The unique ID of the meeting being transcribed.
|
@@ -7215,14 +7221,14 @@ module Aws::Chime
|
|
7215
7221
|
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
7216
7222
|
# vocabulary_filter_name: "String",
|
7217
7223
|
# vocabulary_name: "String",
|
7218
|
-
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1
|
7224
|
+
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1, auto
|
7219
7225
|
# },
|
7220
7226
|
# engine_transcribe_medical_settings: {
|
7221
7227
|
# language_code: "en-US", # required, accepts en-US
|
7222
7228
|
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
7223
7229
|
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
7224
7230
|
# vocabulary_name: "String",
|
7225
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
|
7231
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
7226
7232
|
# },
|
7227
7233
|
# },
|
7228
7234
|
# })
|
@@ -8405,7 +8411,7 @@ module Aws::Chime
|
|
8405
8411
|
params: params,
|
8406
8412
|
config: config)
|
8407
8413
|
context[:gem_name] = 'aws-sdk-chime'
|
8408
|
-
context[:gem_version] = '1.
|
8414
|
+
context[:gem_version] = '1.57.0'
|
8409
8415
|
Seahorse::Client::Request.new(handlers, context)
|
8410
8416
|
end
|
8411
8417
|
|
@@ -511,6 +511,7 @@ module Aws::Chime
|
|
511
511
|
SigninDelegateGroup = Shapes::StructureShape.new(name: 'SigninDelegateGroup')
|
512
512
|
SigninDelegateGroupList = Shapes::ListShape.new(name: 'SigninDelegateGroupList')
|
513
513
|
SipApplicationPriority = Shapes::IntegerShape.new(name: 'SipApplicationPriority')
|
514
|
+
SipHeadersMap = Shapes::MapShape.new(name: 'SipHeadersMap')
|
514
515
|
SipMediaApplication = Shapes::StructureShape.new(name: 'SipMediaApplication')
|
515
516
|
SipMediaApplicationCall = Shapes::StructureShape.new(name: 'SipMediaApplicationCall')
|
516
517
|
SipMediaApplicationEndpoint = Shapes::StructureShape.new(name: 'SipMediaApplicationEndpoint')
|
@@ -1136,6 +1137,7 @@ module Aws::Chime
|
|
1136
1137
|
CreateSipMediaApplicationCallRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "FromPhoneNumber"))
|
1137
1138
|
CreateSipMediaApplicationCallRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "ToPhoneNumber"))
|
1138
1139
|
CreateSipMediaApplicationCallRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
1140
|
+
CreateSipMediaApplicationCallRequest.add_member(:sip_headers, Shapes::ShapeRef.new(shape: SipHeadersMap, location_name: "SipHeaders"))
|
1139
1141
|
CreateSipMediaApplicationCallRequest.struct_class = Types::CreateSipMediaApplicationCallRequest
|
1140
1142
|
|
1141
1143
|
CreateSipMediaApplicationCallResponse.add_member(:sip_media_application_call, Shapes::ShapeRef.new(shape: SipMediaApplicationCall, location_name: "SipMediaApplicationCall"))
|
@@ -2312,6 +2314,9 @@ module Aws::Chime
|
|
2312
2314
|
|
2313
2315
|
SigninDelegateGroupList.member = Shapes::ShapeRef.new(shape: SigninDelegateGroup)
|
2314
2316
|
|
2317
|
+
SipHeadersMap.key = Shapes::ShapeRef.new(shape: SensitiveString)
|
2318
|
+
SipHeadersMap.value = Shapes::ShapeRef.new(shape: SensitiveString)
|
2319
|
+
|
2315
2320
|
SipMediaApplication.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SipMediaApplicationId"))
|
2316
2321
|
SipMediaApplication.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, location_name: "AwsRegion"))
|
2317
2322
|
SipMediaApplication.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
|
@@ -3213,6 +3218,7 @@ module Aws::Chime
|
|
3213
3218
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
3214
3219
|
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
3215
3220
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
3221
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3216
3222
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3217
3223
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3218
3224
|
end)
|
data/lib/aws-sdk-chime/types.rb
CHANGED
@@ -601,7 +601,7 @@ module Aws::Chime
|
|
601
601
|
# and membership types.
|
602
602
|
#
|
603
603
|
# @!attribute [rw] invited_by
|
604
|
-
# The
|
604
|
+
# The identifier of the member who invited another member.
|
605
605
|
# @return [Types::Identity]
|
606
606
|
#
|
607
607
|
# @!attribute [rw] type
|
@@ -1237,7 +1237,7 @@ module Aws::Chime
|
|
1237
1237
|
# @return [Types::ChannelSummary]
|
1238
1238
|
#
|
1239
1239
|
# @!attribute [rw] app_instance_user_membership_summary
|
1240
|
-
#
|
1240
|
+
# Summary of the membership details of an `AppInstanceUser`.
|
1241
1241
|
# @return [Types::AppInstanceUserMembershipSummary]
|
1242
1242
|
#
|
1243
1243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelMembershipForAppInstanceUserSummary AWS API Documentation
|
@@ -2655,6 +2655,9 @@ module Aws::Chime
|
|
2655
2655
|
# from_phone_number: "E164PhoneNumber", # required
|
2656
2656
|
# to_phone_number: "E164PhoneNumber", # required
|
2657
2657
|
# sip_media_application_id: "NonEmptyString", # required
|
2658
|
+
# sip_headers: {
|
2659
|
+
# "SensitiveString" => "SensitiveString",
|
2660
|
+
# },
|
2658
2661
|
# }
|
2659
2662
|
#
|
2660
2663
|
# @!attribute [rw] from_phone_number
|
@@ -2670,12 +2673,17 @@ module Aws::Chime
|
|
2670
2673
|
# The ID of the SIP media application.
|
2671
2674
|
# @return [String]
|
2672
2675
|
#
|
2676
|
+
# @!attribute [rw] sip_headers
|
2677
|
+
# The SIP headers added to an outbound call leg.
|
2678
|
+
# @return [Hash<String,String>]
|
2679
|
+
#
|
2673
2680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateSipMediaApplicationCallRequest AWS API Documentation
|
2674
2681
|
#
|
2675
2682
|
class CreateSipMediaApplicationCallRequest < Struct.new(
|
2676
2683
|
:from_phone_number,
|
2677
2684
|
:to_phone_number,
|
2678
|
-
:sip_media_application_id
|
2685
|
+
:sip_media_application_id,
|
2686
|
+
:sip_headers)
|
2679
2687
|
SENSITIVE = [:from_phone_number, :to_phone_number]
|
2680
2688
|
include Aws::Structure
|
2681
2689
|
end
|
@@ -4182,7 +4190,7 @@ module Aws::Chime
|
|
4182
4190
|
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
4183
4191
|
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
4184
4192
|
# vocabulary_name: "String",
|
4185
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
|
4193
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
4186
4194
|
# }
|
4187
4195
|
#
|
4188
4196
|
# @!attribute [rw] language_code
|
@@ -4204,8 +4212,7 @@ module Aws::Chime
|
|
4204
4212
|
#
|
4205
4213
|
# @!attribute [rw] region
|
4206
4214
|
# The AWS Region passed to Amazon Transcribe Medical. If you don't
|
4207
|
-
# specify a Region, Amazon Chime uses the Region
|
4208
|
-
# meeting's Region.
|
4215
|
+
# specify a Region, Amazon Chime uses the meeting's Region.
|
4209
4216
|
# @return [String]
|
4210
4217
|
#
|
4211
4218
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeMedicalSettings AWS API Documentation
|
@@ -4230,7 +4237,7 @@ module Aws::Chime
|
|
4230
4237
|
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
4231
4238
|
# vocabulary_filter_name: "String",
|
4232
4239
|
# vocabulary_name: "String",
|
4233
|
-
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1
|
4240
|
+
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1, auto
|
4234
4241
|
# }
|
4235
4242
|
#
|
4236
4243
|
# @!attribute [rw] language_code
|
@@ -4251,8 +4258,7 @@ module Aws::Chime
|
|
4251
4258
|
#
|
4252
4259
|
# @!attribute [rw] region
|
4253
4260
|
# The AWS Region passed to Amazon Transcribe. If you don't specify a
|
4254
|
-
# Region, Amazon Chime uses the
|
4255
|
-
# Region.
|
4261
|
+
# Region, Amazon Chime uses the meeting's Region.
|
4256
4262
|
# @return [String]
|
4257
4263
|
#
|
4258
4264
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeSettings AWS API Documentation
|
@@ -7315,6 +7321,11 @@ module Aws::Chime
|
|
7315
7321
|
# Origination settings enable your SIP hosts to receive inbound calls
|
7316
7322
|
# using your Amazon Chime Voice Connector.
|
7317
7323
|
#
|
7324
|
+
# <note markdown="1"> The parameters listed below are not required, but you must use at
|
7325
|
+
# least one.
|
7326
|
+
#
|
7327
|
+
# </note>
|
7328
|
+
#
|
7318
7329
|
# @note When making an API call, you may pass Origination
|
7319
7330
|
# data as a hash:
|
7320
7331
|
#
|
@@ -7333,12 +7344,14 @@ module Aws::Chime
|
|
7333
7344
|
#
|
7334
7345
|
# @!attribute [rw] routes
|
7335
7346
|
# The call distribution properties defined for your SIP hosts. Valid
|
7336
|
-
# range: Minimum value of 1. Maximum value of 20.
|
7347
|
+
# range: Minimum value of 1. Maximum value of 20. This parameter is
|
7348
|
+
# not required, but you must specify this parameter or `Disabled`.
|
7337
7349
|
# @return [Array<Types::OriginationRoute>]
|
7338
7350
|
#
|
7339
7351
|
# @!attribute [rw] disabled
|
7340
7352
|
# When origination settings are disabled, inbound calls are not
|
7341
|
-
# enabled for your Amazon Chime Voice Connector.
|
7353
|
+
# enabled for your Amazon Chime Voice Connector. This parameter is not
|
7354
|
+
# required, but you must specify this parameter or `Routes`.
|
7342
7355
|
# @return [Boolean]
|
7343
7356
|
#
|
7344
7357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Origination AWS API Documentation
|
@@ -7355,6 +7368,11 @@ module Aws::Chime
|
|
7355
7368
|
# Connector. Limit: Ten origination routes for each Amazon Chime Voice
|
7356
7369
|
# Connector.
|
7357
7370
|
#
|
7371
|
+
# <note markdown="1"> The parameters listed below are not required, but you must use at
|
7372
|
+
# least one.
|
7373
|
+
#
|
7374
|
+
# </note>
|
7375
|
+
#
|
7358
7376
|
# @note When making an API call, you may pass OriginationRoute
|
7359
7377
|
# data as a hash:
|
7360
7378
|
#
|
@@ -9083,14 +9101,14 @@ module Aws::Chime
|
|
9083
9101
|
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
9084
9102
|
# vocabulary_filter_name: "String",
|
9085
9103
|
# vocabulary_name: "String",
|
9086
|
-
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1
|
9104
|
+
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1, auto
|
9087
9105
|
# },
|
9088
9106
|
# engine_transcribe_medical_settings: {
|
9089
9107
|
# language_code: "en-US", # required, accepts en-US
|
9090
9108
|
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
9091
9109
|
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
9092
9110
|
# vocabulary_name: "String",
|
9093
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
|
9111
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
9094
9112
|
# },
|
9095
9113
|
# },
|
9096
9114
|
# }
|
@@ -9459,14 +9477,14 @@ module Aws::Chime
|
|
9459
9477
|
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
9460
9478
|
# vocabulary_filter_name: "String",
|
9461
9479
|
# vocabulary_name: "String",
|
9462
|
-
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1
|
9480
|
+
# region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1, auto
|
9463
9481
|
# },
|
9464
9482
|
# engine_transcribe_medical_settings: {
|
9465
9483
|
# language_code: "en-US", # required, accepts en-US
|
9466
9484
|
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
9467
9485
|
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
9468
9486
|
# vocabulary_name: "String",
|
9469
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
|
9487
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
9470
9488
|
# },
|
9471
9489
|
# }
|
9472
9490
|
#
|
@@ -9476,8 +9494,8 @@ module Aws::Chime
|
|
9476
9494
|
# @return [Types::EngineTranscribeSettings]
|
9477
9495
|
#
|
9478
9496
|
# @!attribute [rw] engine_transcribe_medical_settings
|
9479
|
-
# The transcription configuration settings passed to Amazon
|
9480
|
-
#
|
9497
|
+
# The transcription configuration settings passed to Amazon Transcribe
|
9498
|
+
# Medical.
|
9481
9499
|
# @return [Types::EngineTranscribeMedicalSettings]
|
9482
9500
|
#
|
9483
9501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/TranscriptionConfiguration AWS API Documentation
|
data/lib/aws-sdk-chime.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-chime
|
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: 2021-
|
11
|
+
date: 2021-09-14 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.
|
22
|
+
version: 3.120.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.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|