aws-sdk-lexmodelbuildingservice 1.30.0 → 1.32.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: 2f9019613a0fa9f0f53b0138293ac4618a1f724707e0fbf9fe3a6b363f151d34
4
- data.tar.gz: df1d835099f43e228e822d1c3b0dd47c6001602d4b7ac85e2f6d64d1baafcb41
3
+ metadata.gz: a20e61dc76a0911396ff749197c4b0bcbd56a6281e63ce148f1e308956fc3d03
4
+ data.tar.gz: dfae671158f82bff0198b7a598f91efbb22d4b2b79239b926bedcffc1fadd4d8
5
5
  SHA512:
6
- metadata.gz: f7307c6516f4b8b390fb1865a298170c3105cbbb00899cf05cbd8227f2db9d357276235004ef540179c545d829a957011316fa6a23a2a44e0a2dca373348de8e
7
- data.tar.gz: 50cfce6c8db55bef11954bba99ed961df325b13ed1d1eb3b10d744b656b4de1d7efc5f1c9e41c89f20e9cbe04a3f8fe49007bd2a3e9658dbfd0a0987eb340149
6
+ metadata.gz: 36d5efba4873bc1dae717467a005ebc109141f7e6e88f02db095ce2359f0628fa4e9e7323060af081249c349c89cc112f114fa08b314b56c40a7cbc81a56c426
7
+ data.tar.gz: 047e98ff7a54767419add31cb996e01228ccabbd6d59729e452e904270efe69816ab98dedda8076b3b7d42eee0ad8eaeb8a064fe5419c9429a677f493c834f12
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-lexmodelbuildingservice/customizations'
45
45
  # @service
46
46
  module Aws::LexModelBuildingService
47
47
 
48
- GEM_VERSION = '1.30.0'
48
+ GEM_VERSION = '1.32.0'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::LexModelBuildingService
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
76
 
@@ -161,7 +163,7 @@ module Aws::LexModelBuildingService
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -449,6 +451,7 @@ module Aws::LexModelBuildingService
449
451
  # * {Types::CreateIntentVersionResponse#created_date #created_date} => Time
450
452
  # * {Types::CreateIntentVersionResponse#version #version} => String
451
453
  # * {Types::CreateIntentVersionResponse#checksum #checksum} => String
454
+ # * {Types::CreateIntentVersionResponse#kendra_configuration #kendra_configuration} => Types::KendraConfiguration
452
455
  #
453
456
  # @example Request syntax with placeholder values
454
457
  #
@@ -517,6 +520,9 @@ module Aws::LexModelBuildingService
517
520
  # resp.created_date #=> Time
518
521
  # resp.version #=> String
519
522
  # resp.checksum #=> String
523
+ # resp.kendra_configuration.kendra_index #=> String
524
+ # resp.kendra_configuration.query_filter_string #=> String
525
+ # resp.kendra_configuration.role #=> String
520
526
  #
521
527
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/CreateIntentVersion AWS API Documentation
522
528
  #
@@ -1756,6 +1762,7 @@ module Aws::LexModelBuildingService
1756
1762
  # * {Types::GetIntentResponse#created_date #created_date} => Time
1757
1763
  # * {Types::GetIntentResponse#version #version} => String
1758
1764
  # * {Types::GetIntentResponse#checksum #checksum} => String
1765
+ # * {Types::GetIntentResponse#kendra_configuration #kendra_configuration} => Types::KendraConfiguration
1759
1766
  #
1760
1767
  #
1761
1768
  # @example Example: To get a information about an intent
@@ -1969,6 +1976,9 @@ module Aws::LexModelBuildingService
1969
1976
  # resp.created_date #=> Time
1970
1977
  # resp.version #=> String
1971
1978
  # resp.checksum #=> String
1979
+ # resp.kendra_configuration.kendra_index #=> String
1980
+ # resp.kendra_configuration.query_filter_string #=> String
1981
+ # resp.kendra_configuration.role #=> String
1972
1982
  #
1973
1983
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetIntent AWS API Documentation
1974
1984
  #
@@ -3169,6 +3179,15 @@ module Aws::LexModelBuildingService
3169
3179
  # This is the same as calling the `CreateIntentVersion` operation. If
3170
3180
  # you do not specify `createVersion`, the default is `false`.
3171
3181
  #
3182
+ # @option params [Types::KendraConfiguration] :kendra_configuration
3183
+ # Configuration information required to use the
3184
+ # `AMAZON.KendraSearchIntent` intent to connect to an Amazon Kendra
3185
+ # index. For more information, see [ AMAZON.KendraSearchIntent][1].
3186
+ #
3187
+ #
3188
+ #
3189
+ # [1]: http://docs.aws.amazon.com/lex/latest/dg/built-in-intent-kendra-search.html
3190
+ #
3172
3191
  # @return [Types::PutIntentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3173
3192
  #
3174
3193
  # * {Types::PutIntentResponse#name #name} => String
@@ -3187,6 +3206,7 @@ module Aws::LexModelBuildingService
3187
3206
  # * {Types::PutIntentResponse#version #version} => String
3188
3207
  # * {Types::PutIntentResponse#checksum #checksum} => String
3189
3208
  # * {Types::PutIntentResponse#create_version #create_version} => Boolean
3209
+ # * {Types::PutIntentResponse#kendra_configuration #kendra_configuration} => Types::KendraConfiguration
3190
3210
  #
3191
3211
  #
3192
3212
  # @example Example: To create an intent
@@ -3556,6 +3576,11 @@ module Aws::LexModelBuildingService
3556
3576
  # parent_intent_signature: "BuiltinIntentSignature",
3557
3577
  # checksum: "String",
3558
3578
  # create_version: false,
3579
+ # kendra_configuration: {
3580
+ # kendra_index: "KendraIndexArn", # required
3581
+ # query_filter_string: "QueryFilterString",
3582
+ # role: "roleArn", # required
3583
+ # },
3559
3584
  # })
3560
3585
  #
3561
3586
  # @example Response structure
@@ -3619,6 +3644,9 @@ module Aws::LexModelBuildingService
3619
3644
  # resp.version #=> String
3620
3645
  # resp.checksum #=> String
3621
3646
  # resp.create_version #=> Boolean
3647
+ # resp.kendra_configuration.kendra_index #=> String
3648
+ # resp.kendra_configuration.query_filter_string #=> String
3649
+ # resp.kendra_configuration.role #=> String
3622
3650
  #
3623
3651
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/PutIntent AWS API Documentation
3624
3652
  #
@@ -3972,7 +4000,7 @@ module Aws::LexModelBuildingService
3972
4000
  params: params,
3973
4001
  config: config)
3974
4002
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
3975
- context[:gem_version] = '1.30.0'
4003
+ context[:gem_version] = '1.32.0'
3976
4004
  Seahorse::Client::Request.new(handlers, context)
3977
4005
  end
3978
4006
 
@@ -117,6 +117,8 @@ module Aws::LexModelBuildingService
117
117
  IntentName = Shapes::StringShape.new(name: 'IntentName')
118
118
  IntentUtteranceList = Shapes::ListShape.new(name: 'IntentUtteranceList')
119
119
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
120
+ KendraConfiguration = Shapes::StructureShape.new(name: 'KendraConfiguration')
121
+ KendraIndexArn = Shapes::StringShape.new(name: 'KendraIndexArn')
120
122
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
121
123
  LambdaARN = Shapes::StringShape.new(name: 'LambdaARN')
122
124
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
@@ -154,6 +156,7 @@ module Aws::LexModelBuildingService
154
156
  PutIntentResponse = Shapes::StructureShape.new(name: 'PutIntentResponse')
155
157
  PutSlotTypeRequest = Shapes::StructureShape.new(name: 'PutSlotTypeRequest')
156
158
  PutSlotTypeResponse = Shapes::StructureShape.new(name: 'PutSlotTypeResponse')
159
+ QueryFilterString = Shapes::StringShape.new(name: 'QueryFilterString')
157
160
  ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
158
161
  RegexPattern = Shapes::StringShape.new(name: 'RegexPattern')
159
162
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
@@ -200,6 +203,7 @@ module Aws::LexModelBuildingService
200
203
  UtteranceString = Shapes::StringShape.new(name: 'UtteranceString')
201
204
  Value = Shapes::StringShape.new(name: 'Value')
202
205
  Version = Shapes::StringShape.new(name: 'Version')
206
+ roleArn = Shapes::StringShape.new(name: 'roleArn')
203
207
 
204
208
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
205
209
  BadRequestException.struct_class = Types::BadRequestException
@@ -317,6 +321,7 @@ module Aws::LexModelBuildingService
317
321
  CreateIntentVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
318
322
  CreateIntentVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
319
323
  CreateIntentVersionResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
324
+ CreateIntentVersionResponse.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
320
325
  CreateIntentVersionResponse.struct_class = Types::CreateIntentVersionResponse
321
326
 
322
327
  CreateSlotTypeVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
@@ -548,6 +553,7 @@ module Aws::LexModelBuildingService
548
553
  GetIntentResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
549
554
  GetIntentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
550
555
  GetIntentResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
556
+ GetIntentResponse.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
551
557
  GetIntentResponse.struct_class = Types::GetIntentResponse
552
558
 
553
559
  GetIntentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, required: true, location: "uri", location_name: "name"))
@@ -631,6 +637,11 @@ module Aws::LexModelBuildingService
631
637
  InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
632
638
  InternalFailureException.struct_class = Types::InternalFailureException
633
639
 
640
+ KendraConfiguration.add_member(:kendra_index, Shapes::ShapeRef.new(shape: KendraIndexArn, required: true, location_name: "kendraIndex"))
641
+ KendraConfiguration.add_member(:query_filter_string, Shapes::ShapeRef.new(shape: QueryFilterString, location_name: "queryFilterString"))
642
+ KendraConfiguration.add_member(:role, Shapes::ShapeRef.new(shape: roleArn, required: true, location_name: "role"))
643
+ KendraConfiguration.struct_class = Types::KendraConfiguration
644
+
634
645
  LimitExceededException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Retry-After"))
635
646
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
636
647
  LimitExceededException.struct_class = Types::LimitExceededException
@@ -751,6 +762,7 @@ module Aws::LexModelBuildingService
751
762
  PutIntentRequest.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "parentIntentSignature"))
752
763
  PutIntentRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
753
764
  PutIntentRequest.add_member(:create_version, Shapes::ShapeRef.new(shape: Boolean, location_name: "createVersion"))
765
+ PutIntentRequest.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
754
766
  PutIntentRequest.struct_class = Types::PutIntentRequest
755
767
 
756
768
  PutIntentResponse.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, location_name: "name"))
@@ -769,6 +781,7 @@ module Aws::LexModelBuildingService
769
781
  PutIntentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
770
782
  PutIntentResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
771
783
  PutIntentResponse.add_member(:create_version, Shapes::ShapeRef.new(shape: Boolean, location_name: "createVersion"))
784
+ PutIntentResponse.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
772
785
  PutIntentResponse.struct_class = Types::PutIntentResponse
773
786
 
774
787
  PutSlotTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
@@ -603,6 +603,11 @@ module Aws::LexModelBuildingService
603
603
  # Checksum of the intent version created.
604
604
  # @return [String]
605
605
  #
606
+ # @!attribute [rw] kendra_configuration
607
+ # Configuration information, if any, for connectin an Amazon Kendra
608
+ # index with the `AMAZON.KendraSearchIntent` intent.
609
+ # @return [Types::KendraConfiguration]
610
+ #
606
611
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/CreateIntentVersionResponse AWS API Documentation
607
612
  #
608
613
  class CreateIntentVersionResponse < Struct.new(
@@ -620,7 +625,8 @@ module Aws::LexModelBuildingService
620
625
  :last_updated_date,
621
626
  :created_date,
622
627
  :version,
623
- :checksum)
628
+ :checksum,
629
+ :kendra_configuration)
624
630
  include Aws::Structure
625
631
  end
626
632
 
@@ -2053,6 +2059,11 @@ module Aws::LexModelBuildingService
2053
2059
  # Checksum of the intent.
2054
2060
  # @return [String]
2055
2061
  #
2062
+ # @!attribute [rw] kendra_configuration
2063
+ # Configuration information, if any, to connect to an Amazon Kendra
2064
+ # index with the `AMAZON.KendraSearchIntent` intent.
2065
+ # @return [Types::KendraConfiguration]
2066
+ #
2056
2067
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetIntentResponse AWS API Documentation
2057
2068
  #
2058
2069
  class GetIntentResponse < Struct.new(
@@ -2070,7 +2081,8 @@ module Aws::LexModelBuildingService
2070
2081
  :last_updated_date,
2071
2082
  :created_date,
2072
2083
  :version,
2073
- :checksum)
2084
+ :checksum,
2085
+ :kendra_configuration)
2074
2086
  include Aws::Structure
2075
2087
  end
2076
2088
 
@@ -2502,6 +2514,62 @@ module Aws::LexModelBuildingService
2502
2514
  include Aws::Structure
2503
2515
  end
2504
2516
 
2517
+ # Provides configuration information for the AMAZON.KendraSearchIntent
2518
+ # intent. When you use this intent, Amazon Lex searches the specified
2519
+ # Amazon Kendra index and returns documents from the index that match
2520
+ # the user's utterance. For more information, see [
2521
+ # AMAZON.KendraSearchIntent][1].
2522
+ #
2523
+ #
2524
+ #
2525
+ # [1]: http://docs.aws.amazon.com/lex/latest/dg/built-in-intent-kendra-search.html
2526
+ #
2527
+ # @note When making an API call, you may pass KendraConfiguration
2528
+ # data as a hash:
2529
+ #
2530
+ # {
2531
+ # kendra_index: "KendraIndexArn", # required
2532
+ # query_filter_string: "QueryFilterString",
2533
+ # role: "roleArn", # required
2534
+ # }
2535
+ #
2536
+ # @!attribute [rw] kendra_index
2537
+ # The Amazon Resource Name (ARN) of the Amazon Kendra index that you
2538
+ # want the AMAZON.KendraSearchIntent intent to search. The index must
2539
+ # be in the same account and Region as the Amazon Lex bot. If the
2540
+ # Amazon Kendra index does not exist, you get an exception when you
2541
+ # call the `PutIntent` operation.
2542
+ # @return [String]
2543
+ #
2544
+ # @!attribute [rw] query_filter_string
2545
+ # A query filter that Amazon Lex sends to Amazon Kendra to filter the
2546
+ # response from the query. The filter is in the format defined by
2547
+ # Amazon Kendra. For more information, see [Filtering queries][1].
2548
+ #
2549
+ # You can override this filter string with a new filter string at
2550
+ # runtime.
2551
+ #
2552
+ #
2553
+ #
2554
+ # [1]: http://docs.aws.amazon.com/kendra/latest/dg/filtering.html
2555
+ # @return [String]
2556
+ #
2557
+ # @!attribute [rw] role
2558
+ # The Amazon Resource Name (ARN) of an IAM role that has permission to
2559
+ # search the Amazon Kendra index. The role must be in the same account
2560
+ # and Region as the Amazon Lex bot. If the role does not exist, you
2561
+ # get an exception when you call the `PutIntent` operation.
2562
+ # @return [String]
2563
+ #
2564
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/KendraConfiguration AWS API Documentation
2565
+ #
2566
+ class KendraConfiguration < Struct.new(
2567
+ :kendra_index,
2568
+ :query_filter_string,
2569
+ :role)
2570
+ include Aws::Structure
2571
+ end
2572
+
2505
2573
  # The request exceeded a limit. Try your request again.
2506
2574
  #
2507
2575
  # @!attribute [rw] retry_after_seconds
@@ -3388,6 +3456,11 @@ module Aws::LexModelBuildingService
3388
3456
  # parent_intent_signature: "BuiltinIntentSignature",
3389
3457
  # checksum: "String",
3390
3458
  # create_version: false,
3459
+ # kendra_configuration: {
3460
+ # kendra_index: "KendraIndexArn", # required
3461
+ # query_filter_string: "QueryFilterString",
3462
+ # role: "roleArn", # required
3463
+ # },
3391
3464
  # }
3392
3465
  #
3393
3466
  # @!attribute [rw] name
@@ -3543,6 +3616,16 @@ module Aws::LexModelBuildingService
3543
3616
  # you do not specify `createVersion`, the default is `false`.
3544
3617
  # @return [Boolean]
3545
3618
  #
3619
+ # @!attribute [rw] kendra_configuration
3620
+ # Configuration information required to use the
3621
+ # `AMAZON.KendraSearchIntent` intent to connect to an Amazon Kendra
3622
+ # index. For more information, see [ AMAZON.KendraSearchIntent][1].
3623
+ #
3624
+ #
3625
+ #
3626
+ # [1]: http://docs.aws.amazon.com/lex/latest/dg/built-in-intent-kendra-search.html
3627
+ # @return [Types::KendraConfiguration]
3628
+ #
3546
3629
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/PutIntentRequest AWS API Documentation
3547
3630
  #
3548
3631
  class PutIntentRequest < Struct.new(
@@ -3558,7 +3641,8 @@ module Aws::LexModelBuildingService
3558
3641
  :fulfillment_activity,
3559
3642
  :parent_intent_signature,
3560
3643
  :checksum,
3561
- :create_version)
3644
+ :create_version,
3645
+ :kendra_configuration)
3562
3646
  include Aws::Structure
3563
3647
  end
3564
3648
 
@@ -3640,6 +3724,11 @@ module Aws::LexModelBuildingService
3640
3724
  # `createVersion` field is set to false in the response.
3641
3725
  # @return [Boolean]
3642
3726
  #
3727
+ # @!attribute [rw] kendra_configuration
3728
+ # Configuration information, if any, required to connect to an Amazon
3729
+ # Kendra index and use the `AMAZON.KendraSearchIntent` intent.
3730
+ # @return [Types::KendraConfiguration]
3731
+ #
3643
3732
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/PutIntentResponse AWS API Documentation
3644
3733
  #
3645
3734
  class PutIntentResponse < Struct.new(
@@ -3658,7 +3747,8 @@ module Aws::LexModelBuildingService
3658
3747
  :created_date,
3659
3748
  :version,
3660
3749
  :checksum,
3661
- :create_version)
3750
+ :create_version,
3751
+ :kendra_configuration)
3662
3752
  include Aws::Structure
3663
3753
  end
3664
3754
 
@@ -3961,12 +4051,13 @@ module Aws::LexModelBuildingService
3961
4051
  # @return [Types::Prompt]
3962
4052
  #
3963
4053
  # @!attribute [rw] priority
3964
- # Directs Lex the order in which to elicit this slot value from the
3965
- # user. For example, if the intent has two slots with priorities 1 and
3966
- # 2, AWS Lex first elicits a value for the slot with priority 1.
4054
+ # Directs Amazon Lex the order in which to elicit this slot value from
4055
+ # the user. For example, if the intent has two slots with priorities 1
4056
+ # and 2, AWS Amazon Lex first elicits a value for the slot with
4057
+ # priority 1.
3967
4058
  #
3968
- # If multiple slots share the same priority, the order in which Lex
3969
- # elicits values is arbitrary.
4059
+ # If multiple slots share the same priority, the order in which Amazon
4060
+ # Lex elicits values is arbitrary.
3970
4061
  # @return [Integer]
3971
4062
  #
3972
4063
  # @!attribute [rw] sample_utterances
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.32.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-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement