aws-sdk-lexmodelbuildingservice 1.34.0 → 1.39.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: 34bb74aba61d93f9b0e6d164ed7cc05d4369bc0020604217767fecf98d2a13d7
4
- data.tar.gz: f1294af7f42e486b52268296b028cc16f9186b009aaa4d1762a5e92fadca9775
3
+ metadata.gz: 887f1a1c6b2b6437eea2f9001a5cda59fca1ff9c92e8245b9cca75f8d7bee013
4
+ data.tar.gz: e1fe6b44aaa6e54f1e18fa65bddf6057887eaf99ca7bd007ed6e15c0d30fb56a
5
5
  SHA512:
6
- metadata.gz: 404de0085c2462be4cb2eb6f9a95affa834a2375a7855c25275714ca5668551f1716070b650819f1c6358e6d7683e1d333993bd1a6ded8653e31165de6c59c8d
7
- data.tar.gz: 3341c544a2f3771cbbcc2383c0e65a32e03d3a6be2bd53bb66918fb391a9573d30a50e98269045ad82171a941f22e1547cd13306e2b3029c9c30f61afbc9b278
6
+ metadata.gz: 13aa8c5b998f898c1d16e338b25b4370337fbe94c8578b3c9dc58d0f2578aad2edb7bd2920ca708a19d5786195dba885629fd54b4297b5991fd936dce49b6b7f
7
+ data.tar.gz: 547d2df07e1f82cb36195e54363aed93339e2e2a6e5a8aef0724c1e502c9e205c2865eea33d3e9d9676317f06f2870e34c20469ee0f27a07def7370a0dddb0d1
@@ -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
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-lexmodelbuildingservice/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::LexModelBuildingService
49
50
 
50
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.39.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::LexModelBuildingService
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::LexModelBuildingService
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -394,7 +409,7 @@ module Aws::LexModelBuildingService
394
409
  # resp.voice_id #=> String
395
410
  # resp.checksum #=> String
396
411
  # resp.version #=> String
397
- # resp.locale #=> String, one of "en-US", "en-GB", "de-DE"
412
+ # resp.locale #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
398
413
  # resp.child_directed #=> Boolean
399
414
  # resp.enable_model_improvements #=> Boolean
400
415
  # resp.detect_sentiment #=> Boolean
@@ -1067,7 +1082,7 @@ module Aws::LexModelBuildingService
1067
1082
  # resp.voice_id #=> String
1068
1083
  # resp.checksum #=> String
1069
1084
  # resp.version #=> String
1070
- # resp.locale #=> String, one of "en-US", "en-GB", "de-DE"
1085
+ # resp.locale #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
1071
1086
  # resp.child_directed #=> Boolean
1072
1087
  # resp.detect_sentiment #=> Boolean
1073
1088
  #
@@ -1509,7 +1524,7 @@ module Aws::LexModelBuildingService
1509
1524
  #
1510
1525
  # resp.signature #=> String
1511
1526
  # resp.supported_locales #=> Array
1512
- # resp.supported_locales[0] #=> String, one of "en-US", "en-GB", "de-DE"
1527
+ # resp.supported_locales[0] #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
1513
1528
  # resp.slots #=> Array
1514
1529
  # resp.slots[0].name #=> String
1515
1530
  #
@@ -1561,7 +1576,7 @@ module Aws::LexModelBuildingService
1561
1576
  # @example Request syntax with placeholder values
1562
1577
  #
1563
1578
  # resp = client.get_builtin_intents({
1564
- # locale: "en-US", # accepts en-US, en-GB, de-DE
1579
+ # locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
1565
1580
  # signature_contains: "String",
1566
1581
  # next_token: "NextToken",
1567
1582
  # max_results: 1,
@@ -1572,7 +1587,7 @@ module Aws::LexModelBuildingService
1572
1587
  # resp.intents #=> Array
1573
1588
  # resp.intents[0].signature #=> String
1574
1589
  # resp.intents[0].supported_locales #=> Array
1575
- # resp.intents[0].supported_locales[0] #=> String, one of "en-US", "en-GB", "de-DE"
1590
+ # resp.intents[0].supported_locales[0] #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
1576
1591
  # resp.next_token #=> String
1577
1592
  #
1578
1593
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBuiltinIntents AWS API Documentation
@@ -1624,7 +1639,7 @@ module Aws::LexModelBuildingService
1624
1639
  # @example Request syntax with placeholder values
1625
1640
  #
1626
1641
  # resp = client.get_builtin_slot_types({
1627
- # locale: "en-US", # accepts en-US, en-GB, de-DE
1642
+ # locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
1628
1643
  # signature_contains: "String",
1629
1644
  # next_token: "NextToken",
1630
1645
  # max_results: 1,
@@ -1635,7 +1650,7 @@ module Aws::LexModelBuildingService
1635
1650
  # resp.slot_types #=> Array
1636
1651
  # resp.slot_types[0].signature #=> String
1637
1652
  # resp.slot_types[0].supported_locales #=> Array
1638
- # resp.slot_types[0].supported_locales[0] #=> String, one of "en-US", "en-GB", "de-DE"
1653
+ # resp.slot_types[0].supported_locales[0] #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
1639
1654
  # resp.next_token #=> String
1640
1655
  #
1641
1656
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBuiltinSlotTypes AWS API Documentation
@@ -2520,19 +2535,16 @@ module Aws::LexModelBuildingService
2520
2535
  # OrderPizza intent. For more information, see how-it-works.
2521
2536
  #
2522
2537
  # @option params [Boolean] :enable_model_improvements
2523
- # Set to `true` to enable the use of a new natural language
2524
- # understanding (NLU) model. Using the new NLU may improve the
2525
- # performance of your bot.
2538
+ # Set to `true` to enable access to natural language understanding
2539
+ # improvements.
2526
2540
  #
2527
2541
  # When you set the `enableModelImprovements` parameter to `true` you can
2528
2542
  # use the `nluIntentConfidenceThreshold` parameter to configure
2529
2543
  # confidence scores. For more information, see [Confidence Scores][1].
2530
2544
  #
2531
2545
  # You can only set the `enableModelImprovements` parameter in certain
2532
- # Regions. If you set the parameter to `true`, your bot will use the new
2533
- # NLU. If you set the parameter to `false`, your bot will continue to
2534
- # use the original NLU. If you set the parameter to `false` after
2535
- # setting it to `true`, your bot will return to the original NLU.
2546
+ # Regions. If you set the parameter to `true`, your bot has access to
2547
+ # accuracy improvements.
2536
2548
  #
2537
2549
  # The Regions where you can set the `enableModelImprovements` parameter
2538
2550
  # to `true` are:
@@ -2571,6 +2583,17 @@ module Aws::LexModelBuildingService
2571
2583
  # You must set the `enableModelImprovements` parameter to `true` to use
2572
2584
  # confidence scores.
2573
2585
  #
2586
+ # * US East (N. Virginia) (us-east-1)
2587
+ #
2588
+ # * US West (Oregon) (us-west-2)
2589
+ #
2590
+ # * Asia Pacific (Sydney) (ap-southeast-2)
2591
+ #
2592
+ # * EU (Ireland) (eu-west-1)
2593
+ #
2594
+ # In other Regions, the `enableModelImprovements` parameter is set to
2595
+ # `true` by default.
2596
+ #
2574
2597
  # For example, suppose a bot is configured with the confidence threshold
2575
2598
  # of 0.80 and the `AMAZON.FallbackIntent`. Amazon Lex returns three
2576
2599
  # alternative intents with the following confidence scores: IntentA
@@ -2636,7 +2659,7 @@ module Aws::LexModelBuildingService
2636
2659
  # When Amazon Lex can't understand the user's input in context, it
2637
2660
  # tries to elicit the information a few times. After that, Amazon Lex
2638
2661
  # sends the message defined in `abortStatement` to the user, and then
2639
- # aborts the conversation. To set the number of retries, use the
2662
+ # cancels the conversation. To set the number of retries, use the
2640
2663
  # `valueElicitationPrompt` field for the slot type.
2641
2664
  #
2642
2665
  # For example, in a pizza ordering bot, Amazon Lex might ask a user
@@ -2650,7 +2673,7 @@ module Aws::LexModelBuildingService
2650
2673
  # You specify the `valueElicitationPrompt` field when you create the
2651
2674
  # `CrustType` slot.
2652
2675
  #
2653
- # If you have defined a fallback intent the abort statement will not be
2676
+ # If you have defined a fallback intent the cancel statement will not be
2654
2677
  # sent to the user, the fallback intent is used instead. For more
2655
2678
  # information, see [ AMAZON.FallbackIntent][1].
2656
2679
  #
@@ -2910,7 +2933,7 @@ module Aws::LexModelBuildingService
2910
2933
  # voice_id: "String",
2911
2934
  # checksum: "String",
2912
2935
  # process_behavior: "SAVE", # accepts SAVE, BUILD
2913
- # locale: "en-US", # required, accepts en-US, en-GB, de-DE
2936
+ # locale: "de-DE", # required, accepts de-DE, en-AU, en-GB, en-US, es-US
2914
2937
  # child_directed: false, # required
2915
2938
  # detect_sentiment: false,
2916
2939
  # create_version: false,
@@ -2950,7 +2973,7 @@ module Aws::LexModelBuildingService
2950
2973
  # resp.voice_id #=> String
2951
2974
  # resp.checksum #=> String
2952
2975
  # resp.version #=> String
2953
- # resp.locale #=> String, one of "en-US", "en-GB", "de-DE"
2976
+ # resp.locale #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
2954
2977
  # resp.child_directed #=> Boolean
2955
2978
  # resp.create_version #=> Boolean
2956
2979
  # resp.detect_sentiment #=> Boolean
@@ -3782,6 +3805,9 @@ module Aws::LexModelBuildingService
3782
3805
  # are additional values that help train the machine learning model about
3783
3806
  # the values that it resolves for a slot.
3784
3807
  #
3808
+ # A regular expression slot type doesn't require enumeration values.
3809
+ # All other slot types require a list of enumeration values.
3810
+ #
3785
3811
  # When Amazon Lex resolves a slot value, it generates a resolution list
3786
3812
  # that contains up to five possible values for the slot. If you are
3787
3813
  # using a Lambda function, this resolution list is passed to the
@@ -4085,7 +4111,7 @@ module Aws::LexModelBuildingService
4085
4111
  params: params,
4086
4112
  config: config)
4087
4113
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4088
- context[:gem_version] = '1.34.0'
4114
+ context[:gem_version] = '1.39.0'
4089
4115
  Seahorse::Client::Request.new(handlers, context)
4090
4116
  end
4091
4117
 
@@ -412,7 +412,7 @@ module Aws::LexModelBuildingService
412
412
  # @return [Types::Prompt]
413
413
  #
414
414
  # @!attribute [rw] abort_statement
415
- # The message that Amazon Lex uses to abort a conversation. For more
415
+ # The message that Amazon Lex uses to cancel a conversation. For more
416
416
  # information, see PutBot.
417
417
  # @return [Types::Statement]
418
418
  #
@@ -493,9 +493,9 @@ module Aws::LexModelBuildingService
493
493
  # @return [Boolean]
494
494
  #
495
495
  # @!attribute [rw] enable_model_improvements
496
- # Indicates whether the bot uses the new natural language
497
- # understanding (NLU) model or the original NLU. True indicates that
498
- # the bot is using the new model, otherwise, false.
496
+ # Indicates whether the bot uses accuracy improvements. `true`
497
+ # indicates that the bot is using the improvements, otherwise,
498
+ # `false`.
499
499
  # @return [Boolean]
500
500
  #
501
501
  # @!attribute [rw] detect_sentiment
@@ -627,7 +627,7 @@ module Aws::LexModelBuildingService
627
627
  # @return [String]
628
628
  #
629
629
  # @!attribute [rw] kendra_configuration
630
- # Configuration information, if any, for connectin an Amazon Kendra
630
+ # Configuration information, if any, for connecting an Amazon Kendra
631
631
  # index with the `AMAZON.KendraSearchIntent` intent.
632
632
  # @return [Types::KendraConfiguration]
633
633
  #
@@ -1457,17 +1457,19 @@ module Aws::LexModelBuildingService
1457
1457
  # @return [Array<Types::Intent>]
1458
1458
  #
1459
1459
  # @!attribute [rw] enable_model_improvements
1460
- # Indicates whether the bot uses the new natural language
1461
- # understanding (NLU) model or the original NLU. True indicates that
1462
- # the bot is using the new model, otherwise, false.
1460
+ # Indicates whether the bot uses accuracy improvements. `true`
1461
+ # indicates that the bot is using the improvements, otherwise,
1462
+ # `false`.
1463
1463
  # @return [Boolean]
1464
1464
  #
1465
1465
  # @!attribute [rw] nlu_intent_confidence_threshold
1466
1466
  # The score that determines where Amazon Lex inserts the
1467
1467
  # `AMAZON.FallbackIntent`, `AMAZON.KendraSearchIntent`, or both when
1468
1468
  # returning alternative intents in a [PostContent][1] or [PostText][2]
1469
- # response. `AMAZON.FallbackIntent` and `AMAZON.KendraSearchIntent`
1470
- # are only inserted if they are configured for the bot.
1469
+ # response. `AMAZON.FallbackIntent` is inserted if the confidence
1470
+ # score for all intents is below this value.
1471
+ # `AMAZON.KendraSearchIntent` is only inserted if it is configured for
1472
+ # the bot.
1471
1473
  #
1472
1474
  #
1473
1475
  #
@@ -1766,7 +1768,7 @@ module Aws::LexModelBuildingService
1766
1768
  # data as a hash:
1767
1769
  #
1768
1770
  # {
1769
- # locale: "en-US", # accepts en-US, en-GB, de-DE
1771
+ # locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
1770
1772
  # signature_contains: "String",
1771
1773
  # next_token: "NextToken",
1772
1774
  # max_results: 1,
@@ -1836,7 +1838,7 @@ module Aws::LexModelBuildingService
1836
1838
  # data as a hash:
1837
1839
  #
1838
1840
  # {
1839
- # locale: "en-US", # accepts en-US, en-GB, de-DE
1841
+ # locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
1840
1842
  # signature_contains: "String",
1841
1843
  # next_token: "NextToken",
1842
1844
  # max_results: 1,
@@ -3091,7 +3093,7 @@ module Aws::LexModelBuildingService
3091
3093
  # voice_id: "String",
3092
3094
  # checksum: "String",
3093
3095
  # process_behavior: "SAVE", # accepts SAVE, BUILD
3094
- # locale: "en-US", # required, accepts en-US, en-GB, de-DE
3096
+ # locale: "de-DE", # required, accepts de-DE, en-AU, en-GB, en-US, es-US
3095
3097
  # child_directed: false, # required
3096
3098
  # detect_sentiment: false,
3097
3099
  # create_version: false,
@@ -3118,19 +3120,16 @@ module Aws::LexModelBuildingService
3118
3120
  # @return [Array<Types::Intent>]
3119
3121
  #
3120
3122
  # @!attribute [rw] enable_model_improvements
3121
- # Set to `true` to enable the use of a new natural language
3122
- # understanding (NLU) model. Using the new NLU may improve the
3123
- # performance of your bot.
3123
+ # Set to `true` to enable access to natural language understanding
3124
+ # improvements.
3124
3125
  #
3125
3126
  # When you set the `enableModelImprovements` parameter to `true` you
3126
3127
  # can use the `nluIntentConfidenceThreshold` parameter to configure
3127
3128
  # confidence scores. For more information, see [Confidence Scores][1].
3128
3129
  #
3129
3130
  # You can only set the `enableModelImprovements` parameter in certain
3130
- # Regions. If you set the parameter to `true`, your bot will use the
3131
- # new NLU. If you set the parameter to `false`, your bot will continue
3132
- # to use the original NLU. If you set the parameter to `false` after
3133
- # setting it to `true`, your bot will return to the original NLU.
3131
+ # Regions. If you set the parameter to `true`, your bot has access to
3132
+ # accuracy improvements.
3134
3133
  #
3135
3134
  # The Regions where you can set the `enableModelImprovements`
3136
3135
  # parameter to `true` are:
@@ -3170,6 +3169,17 @@ module Aws::LexModelBuildingService
3170
3169
  # You must set the `enableModelImprovements` parameter to `true` to
3171
3170
  # use confidence scores.
3172
3171
  #
3172
+ # * US East (N. Virginia) (us-east-1)
3173
+ #
3174
+ # * US West (Oregon) (us-west-2)
3175
+ #
3176
+ # * Asia Pacific (Sydney) (ap-southeast-2)
3177
+ #
3178
+ # * EU (Ireland) (eu-west-1)
3179
+ #
3180
+ # In other Regions, the `enableModelImprovements` parameter is set to
3181
+ # `true` by default.
3182
+ #
3173
3183
  # For example, suppose a bot is configured with the confidence
3174
3184
  # threshold of 0.80 and the `AMAZON.FallbackIntent`. Amazon Lex
3175
3185
  # returns three alternative intents with the following confidence
@@ -3237,7 +3247,7 @@ module Aws::LexModelBuildingService
3237
3247
  # When Amazon Lex can't understand the user's input in context, it
3238
3248
  # tries to elicit the information a few times. After that, Amazon Lex
3239
3249
  # sends the message defined in `abortStatement` to the user, and then
3240
- # aborts the conversation. To set the number of retries, use the
3250
+ # cancels the conversation. To set the number of retries, use the
3241
3251
  # `valueElicitationPrompt` field for the slot type.
3242
3252
  #
3243
3253
  # For example, in a pizza ordering bot, Amazon Lex might ask a user
@@ -3251,7 +3261,7 @@ module Aws::LexModelBuildingService
3251
3261
  # You specify the `valueElicitationPrompt` field when you create the
3252
3262
  # `CrustType` slot.
3253
3263
  #
3254
- # If you have defined a fallback intent the abort statement will not
3264
+ # If you have defined a fallback intent the cancel statement will not
3255
3265
  # be sent to the user, the fallback intent is used instead. For more
3256
3266
  # information, see [ AMAZON.FallbackIntent][1].
3257
3267
  #
@@ -3407,17 +3417,19 @@ module Aws::LexModelBuildingService
3407
3417
  # @return [Array<Types::Intent>]
3408
3418
  #
3409
3419
  # @!attribute [rw] enable_model_improvements
3410
- # Indicates whether the bot uses the new natural language
3411
- # understanding (NLU) model or the original NLU. True indicates that
3412
- # the bot is using the new model, otherwise, false.
3420
+ # Indicates whether the bot uses accuracy improvements. `true`
3421
+ # indicates that the bot is using the improvements, otherwise,
3422
+ # `false`.
3413
3423
  # @return [Boolean]
3414
3424
  #
3415
3425
  # @!attribute [rw] nlu_intent_confidence_threshold
3416
3426
  # The score that determines where Amazon Lex inserts the
3417
3427
  # `AMAZON.FallbackIntent`, `AMAZON.KendraSearchIntent`, or both when
3418
3428
  # returning alternative intents in a [PostContent][1] or [PostText][2]
3419
- # response. `AMAZON.FallbackIntent` and `AMAZON.KendraSearchIntent`
3420
- # are only inserted if they are configured for the bot.
3429
+ # response. `AMAZON.FallbackIntent` is inserted if the confidence
3430
+ # score for all intents is below this value.
3431
+ # `AMAZON.KendraSearchIntent` is only inserted if it is configured for
3432
+ # the bot.
3421
3433
  #
3422
3434
  #
3423
3435
  #
@@ -3431,7 +3443,7 @@ module Aws::LexModelBuildingService
3431
3443
  # @return [Types::Prompt]
3432
3444
  #
3433
3445
  # @!attribute [rw] abort_statement
3434
- # The message that Amazon Lex uses to abort a conversation. For more
3446
+ # The message that Amazon Lex uses to cancel a conversation. For more
3435
3447
  # information, see PutBot.
3436
3448
  # @return [Types::Statement]
3437
3449
  #
@@ -4017,6 +4029,9 @@ module Aws::LexModelBuildingService
4017
4029
  # which are additional values that help train the machine learning
4018
4030
  # model about the values that it resolves for a slot.
4019
4031
  #
4032
+ # A regular expression slot type doesn't require enumeration values.
4033
+ # All other slot types require a list of enumeration values.
4034
+ #
4020
4035
  # When Amazon Lex resolves a slot value, it generates a resolution
4021
4036
  # list that contains up to five possible values for the slot. If you
4022
4037
  # are using a Lambda function, this resolution list is passed to the
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.34.0
4
+ version: 1.39.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-08-06 00:00:00.000000000 Z
11
+ date: 2020-09-30 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.109.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.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement