aws-sdk-comprehend 1.26.0 → 1.27.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b63c961e682725789702b72a2fca8b9b53d75e9
4
- data.tar.gz: 35ee9e0658ef9e2359a7fc0ba4f8e22dba6c50d0
3
+ metadata.gz: 8af6730466ffa724762d57c8da0bfffa77d80ead
4
+ data.tar.gz: c799744b9ea369f2c288d9907181f608179f22b1
5
5
  SHA512:
6
- metadata.gz: 5d6e9ceee52ada12224e4b8583e4f457f2179991a59a9b82c691fcb33a69a0df5d0be4d417fdbcce77c587f68614ac33ffe63285965d3d03c4c31eebc3a94598
7
- data.tar.gz: a6fc89c32883b4b38959195a54ae58c2fd520c2d830315b0b340b201e1426c1c8d2b1171fbc85b9e2d3b669cfcc46d15020f27571769f82fd5ffea00bf5a5f70
6
+ metadata.gz: 9b4b04cdcc1f2d8733688afd98b159eb1d3d263aca3c8adefe93f5dae1a5c0b87c8479e498928b1cdd1ebd2a13a47716c2954b62b85115250ba1ac0d39b6fd3c
7
+ data.tar.gz: 3e565534e4d90f0a33f599f758404f3264a84c74216a98d536eccb1c9db2db5c4040d993521ea439988d448da52c6788cd4c30161c1395e696204f0d920d808d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-comprehend/customizations'
42
42
  # @service
43
43
  module Aws::Comprehend
44
44
 
45
- GEM_VERSION = '1.26.0'
45
+ GEM_VERSION = '1.27.0'
46
46
 
47
47
  end
@@ -334,7 +334,7 @@ module Aws::Comprehend
334
334
  #
335
335
  # resp = client.batch_detect_entities({
336
336
  # text_list: ["String"], # required
337
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
337
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
338
338
  # })
339
339
  #
340
340
  # @example Response structure
@@ -383,7 +383,7 @@ module Aws::Comprehend
383
383
  #
384
384
  # resp = client.batch_detect_key_phrases({
385
385
  # text_list: ["String"], # required
386
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
386
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
387
387
  # })
388
388
  #
389
389
  # @example Response structure
@@ -433,7 +433,7 @@ module Aws::Comprehend
433
433
  #
434
434
  # resp = client.batch_detect_sentiment({
435
435
  # text_list: ["String"], # required
436
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
436
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
437
437
  # })
438
438
  #
439
439
  # @example Response structure
@@ -595,7 +595,7 @@ module Aws::Comprehend
595
595
  # kms_key_id: "KmsKeyId",
596
596
  # },
597
597
  # client_request_token: "ClientRequestTokenString",
598
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
598
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
599
599
  # volume_kms_key_id: "KmsKeyId",
600
600
  # vpc_config: {
601
601
  # security_group_ids: ["SecurityGroupId"], # required
@@ -705,7 +705,7 @@ module Aws::Comprehend
705
705
  # },
706
706
  # },
707
707
  # client_request_token: "ClientRequestTokenString",
708
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
708
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
709
709
  # volume_kms_key_id: "KmsKeyId",
710
710
  # vpc_config: {
711
711
  # security_group_ids: ["SecurityGroupId"], # required
@@ -854,7 +854,7 @@ module Aws::Comprehend
854
854
  # @example Response structure
855
855
  #
856
856
  # resp.document_classifier_properties.document_classifier_arn #=> String
857
- # resp.document_classifier_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
857
+ # resp.document_classifier_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
858
858
  # resp.document_classifier_properties.status #=> String, one of "SUBMITTED", "TRAINING", "DELETING", "STOP_REQUESTED", "STOPPED", "IN_ERROR", "TRAINED"
859
859
  # resp.document_classifier_properties.message #=> String
860
860
  # resp.document_classifier_properties.submit_time #=> Time
@@ -962,7 +962,7 @@ module Aws::Comprehend
962
962
  # resp.entities_detection_job_properties.input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
963
963
  # resp.entities_detection_job_properties.output_data_config.s3_uri #=> String
964
964
  # resp.entities_detection_job_properties.output_data_config.kms_key_id #=> String
965
- # resp.entities_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
965
+ # resp.entities_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
966
966
  # resp.entities_detection_job_properties.data_access_role_arn #=> String
967
967
  # resp.entities_detection_job_properties.volume_kms_key_id #=> String
968
968
  # resp.entities_detection_job_properties.vpc_config.security_group_ids #=> Array
@@ -999,7 +999,7 @@ module Aws::Comprehend
999
999
  # @example Response structure
1000
1000
  #
1001
1001
  # resp.entity_recognizer_properties.entity_recognizer_arn #=> String
1002
- # resp.entity_recognizer_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1002
+ # resp.entity_recognizer_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1003
1003
  # resp.entity_recognizer_properties.status #=> String, one of "SUBMITTED", "TRAINING", "DELETING", "STOP_REQUESTED", "STOPPED", "IN_ERROR", "TRAINED"
1004
1004
  # resp.entity_recognizer_properties.message #=> String
1005
1005
  # resp.entity_recognizer_properties.submit_time #=> Time
@@ -1067,7 +1067,7 @@ module Aws::Comprehend
1067
1067
  # resp.key_phrases_detection_job_properties.input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
1068
1068
  # resp.key_phrases_detection_job_properties.output_data_config.s3_uri #=> String
1069
1069
  # resp.key_phrases_detection_job_properties.output_data_config.kms_key_id #=> String
1070
- # resp.key_phrases_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1070
+ # resp.key_phrases_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1071
1071
  # resp.key_phrases_detection_job_properties.data_access_role_arn #=> String
1072
1072
  # resp.key_phrases_detection_job_properties.volume_kms_key_id #=> String
1073
1073
  # resp.key_phrases_detection_job_properties.vpc_config.security_group_ids #=> Array
@@ -1113,7 +1113,7 @@ module Aws::Comprehend
1113
1113
  # resp.sentiment_detection_job_properties.input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
1114
1114
  # resp.sentiment_detection_job_properties.output_data_config.s3_uri #=> String
1115
1115
  # resp.sentiment_detection_job_properties.output_data_config.kms_key_id #=> String
1116
- # resp.sentiment_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1116
+ # resp.sentiment_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1117
1117
  # resp.sentiment_detection_job_properties.data_access_role_arn #=> String
1118
1118
  # resp.sentiment_detection_job_properties.volume_kms_key_id #=> String
1119
1119
  # resp.sentiment_detection_job_properties.vpc_config.security_group_ids #=> Array
@@ -1233,7 +1233,7 @@ module Aws::Comprehend
1233
1233
  #
1234
1234
  # resp = client.detect_entities({
1235
1235
  # text: "String", # required
1236
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
1236
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
1237
1237
  # })
1238
1238
  #
1239
1239
  # @example Response structure
@@ -1274,7 +1274,7 @@ module Aws::Comprehend
1274
1274
  #
1275
1275
  # resp = client.detect_key_phrases({
1276
1276
  # text: "String", # required
1277
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
1277
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
1278
1278
  # })
1279
1279
  #
1280
1280
  # @example Response structure
@@ -1316,7 +1316,7 @@ module Aws::Comprehend
1316
1316
  #
1317
1317
  # resp = client.detect_sentiment({
1318
1318
  # text: "String", # required
1319
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
1319
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
1320
1320
  # })
1321
1321
  #
1322
1322
  # @example Response structure
@@ -1478,7 +1478,7 @@ module Aws::Comprehend
1478
1478
  #
1479
1479
  # resp.document_classifier_properties_list #=> Array
1480
1480
  # resp.document_classifier_properties_list[0].document_classifier_arn #=> String
1481
- # resp.document_classifier_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1481
+ # resp.document_classifier_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1482
1482
  # resp.document_classifier_properties_list[0].status #=> String, one of "SUBMITTED", "TRAINING", "DELETING", "STOP_REQUESTED", "STOPPED", "IN_ERROR", "TRAINED"
1483
1483
  # resp.document_classifier_properties_list[0].message #=> String
1484
1484
  # resp.document_classifier_properties_list[0].submit_time #=> Time
@@ -1621,7 +1621,7 @@ module Aws::Comprehend
1621
1621
  # resp.entities_detection_job_properties_list[0].input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
1622
1622
  # resp.entities_detection_job_properties_list[0].output_data_config.s3_uri #=> String
1623
1623
  # resp.entities_detection_job_properties_list[0].output_data_config.kms_key_id #=> String
1624
- # resp.entities_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1624
+ # resp.entities_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1625
1625
  # resp.entities_detection_job_properties_list[0].data_access_role_arn #=> String
1626
1626
  # resp.entities_detection_job_properties_list[0].volume_kms_key_id #=> String
1627
1627
  # resp.entities_detection_job_properties_list[0].vpc_config.security_group_ids #=> Array
@@ -1681,7 +1681,7 @@ module Aws::Comprehend
1681
1681
  #
1682
1682
  # resp.entity_recognizer_properties_list #=> Array
1683
1683
  # resp.entity_recognizer_properties_list[0].entity_recognizer_arn #=> String
1684
- # resp.entity_recognizer_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1684
+ # resp.entity_recognizer_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1685
1685
  # resp.entity_recognizer_properties_list[0].status #=> String, one of "SUBMITTED", "TRAINING", "DELETING", "STOP_REQUESTED", "STOPPED", "IN_ERROR", "TRAINED"
1686
1686
  # resp.entity_recognizer_properties_list[0].message #=> String
1687
1687
  # resp.entity_recognizer_properties_list[0].submit_time #=> Time
@@ -1766,7 +1766,7 @@ module Aws::Comprehend
1766
1766
  # resp.key_phrases_detection_job_properties_list[0].input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
1767
1767
  # resp.key_phrases_detection_job_properties_list[0].output_data_config.s3_uri #=> String
1768
1768
  # resp.key_phrases_detection_job_properties_list[0].output_data_config.kms_key_id #=> String
1769
- # resp.key_phrases_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1769
+ # resp.key_phrases_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1770
1770
  # resp.key_phrases_detection_job_properties_list[0].data_access_role_arn #=> String
1771
1771
  # resp.key_phrases_detection_job_properties_list[0].volume_kms_key_id #=> String
1772
1772
  # resp.key_phrases_detection_job_properties_list[0].vpc_config.security_group_ids #=> Array
@@ -1829,7 +1829,7 @@ module Aws::Comprehend
1829
1829
  # resp.sentiment_detection_job_properties_list[0].input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
1830
1830
  # resp.sentiment_detection_job_properties_list[0].output_data_config.s3_uri #=> String
1831
1831
  # resp.sentiment_detection_job_properties_list[0].output_data_config.kms_key_id #=> String
1832
- # resp.sentiment_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
1832
+ # resp.sentiment_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW"
1833
1833
  # resp.sentiment_detection_job_properties_list[0].data_access_role_arn #=> String
1834
1834
  # resp.sentiment_detection_job_properties_list[0].volume_kms_key_id #=> String
1835
1835
  # resp.sentiment_detection_job_properties_list[0].vpc_config.security_group_ids #=> Array
@@ -2208,7 +2208,7 @@ module Aws::Comprehend
2208
2208
  # data_access_role_arn: "IamRoleArn", # required
2209
2209
  # job_name: "JobName",
2210
2210
  # entity_recognizer_arn: "EntityRecognizerArn",
2211
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
2211
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
2212
2212
  # client_request_token: "ClientRequestTokenString",
2213
2213
  # volume_kms_key_id: "KmsKeyId",
2214
2214
  # vpc_config: {
@@ -2304,7 +2304,7 @@ module Aws::Comprehend
2304
2304
  # },
2305
2305
  # data_access_role_arn: "IamRoleArn", # required
2306
2306
  # job_name: "JobName",
2307
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
2307
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
2308
2308
  # client_request_token: "ClientRequestTokenString",
2309
2309
  # volume_kms_key_id: "KmsKeyId",
2310
2310
  # vpc_config: {
@@ -2400,7 +2400,7 @@ module Aws::Comprehend
2400
2400
  # },
2401
2401
  # data_access_role_arn: "IamRoleArn", # required
2402
2402
  # job_name: "JobName",
2403
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
2403
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
2404
2404
  # client_request_token: "ClientRequestTokenString",
2405
2405
  # volume_kms_key_id: "KmsKeyId",
2406
2406
  # vpc_config: {
@@ -2828,7 +2828,7 @@ module Aws::Comprehend
2828
2828
  params: params,
2829
2829
  config: config)
2830
2830
  context[:gem_name] = 'aws-sdk-comprehend'
2831
- context[:gem_version] = '1.26.0'
2831
+ context[:gem_version] = '1.27.0'
2832
2832
  Seahorse::Client::Request.new(handlers, context)
2833
2833
  end
2834
2834
 
@@ -96,7 +96,7 @@ module Aws::Comprehend
96
96
  #
97
97
  # {
98
98
  # text_list: ["String"], # required
99
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
99
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
100
100
  # }
101
101
  #
102
102
  # @!attribute [rw] text_list
@@ -168,7 +168,7 @@ module Aws::Comprehend
168
168
  #
169
169
  # {
170
170
  # text_list: ["String"], # required
171
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
171
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
172
172
  # }
173
173
  #
174
174
  # @!attribute [rw] text_list
@@ -245,7 +245,7 @@ module Aws::Comprehend
245
245
  #
246
246
  # {
247
247
  # text_list: ["String"], # required
248
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
248
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
249
249
  # }
250
250
  #
251
251
  # @!attribute [rw] text_list
@@ -507,7 +507,7 @@ module Aws::Comprehend
507
507
  # kms_key_id: "KmsKeyId",
508
508
  # },
509
509
  # client_request_token: "ClientRequestTokenString",
510
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
510
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
511
511
  # volume_kms_key_id: "KmsKeyId",
512
512
  # vpc_config: {
513
513
  # security_group_ids: ["SecurityGroupId"], # required
@@ -636,7 +636,7 @@ module Aws::Comprehend
636
636
  # },
637
637
  # },
638
638
  # client_request_token: "ClientRequestTokenString",
639
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
639
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
640
640
  # volume_kms_key_id: "KmsKeyId",
641
641
  # vpc_config: {
642
642
  # security_group_ids: ["SecurityGroupId"], # required
@@ -1067,7 +1067,7 @@ module Aws::Comprehend
1067
1067
  #
1068
1068
  # {
1069
1069
  # text: "String", # required
1070
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
1070
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
1071
1071
  # }
1072
1072
  #
1073
1073
  # @!attribute [rw] text
@@ -1111,7 +1111,7 @@ module Aws::Comprehend
1111
1111
  #
1112
1112
  # {
1113
1113
  # text: "String", # required
1114
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
1114
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
1115
1115
  # }
1116
1116
  #
1117
1117
  # @!attribute [rw] text
@@ -1155,7 +1155,7 @@ module Aws::Comprehend
1155
1155
  #
1156
1156
  # {
1157
1157
  # text: "String", # required
1158
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
1158
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
1159
1159
  # }
1160
1160
  #
1161
1161
  # @!attribute [rw] text
@@ -2173,7 +2173,7 @@ module Aws::Comprehend
2173
2173
  # @return [Types::EntityTypesEvaluationMetrics]
2174
2174
  #
2175
2175
  # @!attribute [rw] number_of_train_mentions
2176
- # indicates the number of times the given entity name was seen in the
2176
+ # Indicates the number of times the given entity type was seen in the
2177
2177
  # training data.
2178
2178
  # @return [Integer]
2179
2179
  #
@@ -3616,7 +3616,7 @@ module Aws::Comprehend
3616
3616
  # data_access_role_arn: "IamRoleArn", # required
3617
3617
  # job_name: "JobName",
3618
3618
  # entity_recognizer_arn: "EntityRecognizerArn",
3619
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
3619
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
3620
3620
  # client_request_token: "ClientRequestTokenString",
3621
3621
  # volume_kms_key_id: "KmsKeyId",
3622
3622
  # vpc_config: {
@@ -3755,7 +3755,7 @@ module Aws::Comprehend
3755
3755
  # },
3756
3756
  # data_access_role_arn: "IamRoleArn", # required
3757
3757
  # job_name: "JobName",
3758
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
3758
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
3759
3759
  # client_request_token: "ClientRequestTokenString",
3760
3760
  # volume_kms_key_id: "KmsKeyId",
3761
3761
  # vpc_config: {
@@ -3881,7 +3881,7 @@ module Aws::Comprehend
3881
3881
  # },
3882
3882
  # data_access_role_arn: "IamRoleArn", # required
3883
3883
  # job_name: "JobName",
3884
- # language_code: "en", # required, accepts en, es, fr, de, it, pt
3884
+ # language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
3885
3885
  # client_request_token: "ClientRequestTokenString",
3886
3886
  # volume_kms_key_id: "KmsKeyId",
3887
3887
  # vpc_config: {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-comprehend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core