aws-sdk-core 2.11.273 → 2.11.274

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: ddbd7936f10920ae7d2a67a0faa46a667dae23b8
4
- data.tar.gz: 217c7054b50441dfa3be63b2e51e6a7c7de72253
3
+ metadata.gz: 2d5e4b686caf7b787155d4a0410c0343233b64cd
4
+ data.tar.gz: 4dac2f25762eef60ac037fea3d17ee2a16a2984a
5
5
  SHA512:
6
- metadata.gz: c16490c05e6041322c7401e36fd07e516ef05fca5c1e091d6def8684f0414406dc26afeef3a966f8c3d9b7bb1f20c2ae3868c39df81a8fe4db8adb49ce377f1f
7
- data.tar.gz: b44ee92a65ccd53f454e996ee7b6a22c8c9e555638f7e361e972ed913a02c50ee31cf8790b1ef94d76387bb0b01ec93a1ce359283d3b71261d259e987e654a05
6
+ metadata.gz: 2255a1b392b2fd7149972354ae553f3a38aeaa1675141dfaee36146e3fd897de5958f79de38cedc40650094ff4736134ddcf1ef0cf03e2c19b56edfe2b7ef6fa
7
+ data.tar.gz: 6a72f03b674934e92dd8d5cf279d821a962ea5dbf461cb68d1bdaf4c40e51b5f6536fa68c4ca28e187c323c15650506036d1395f9967199d4183b39dcc792729
@@ -162,6 +162,25 @@
162
162
  {"shape":"ServiceFailureException"}
163
163
  ]
164
164
  },
165
+ "CreateBot":{
166
+ "name":"CreateBot",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/accounts/{accountId}/bots",
170
+ "responseCode":201
171
+ },
172
+ "input":{"shape":"CreateBotRequest"},
173
+ "output":{"shape":"CreateBotResponse"},
174
+ "errors":[
175
+ {"shape":"ServiceUnavailableException"},
176
+ {"shape":"ServiceFailureException"},
177
+ {"shape":"ForbiddenException"},
178
+ {"shape":"BadRequestException"},
179
+ {"shape":"UnauthorizedClientException"},
180
+ {"shape":"ResourceLimitExceededException"},
181
+ {"shape":"NotFoundException"}
182
+ ]
183
+ },
165
184
  "CreatePhoneNumberOrder":{
166
185
  "name":"CreatePhoneNumberOrder",
167
186
  "http":{
@@ -218,6 +237,23 @@
218
237
  {"shape":"ServiceFailureException"}
219
238
  ]
220
239
  },
240
+ "DeleteEventsConfiguration":{
241
+ "name":"DeleteEventsConfiguration",
242
+ "http":{
243
+ "method":"DELETE",
244
+ "requestUri":"/accounts/{accountId}/bots/{botId}/events-configuration",
245
+ "responseCode":204
246
+ },
247
+ "input":{"shape":"DeleteEventsConfigurationRequest"},
248
+ "errors":[
249
+ {"shape":"ServiceUnavailableException"},
250
+ {"shape":"ServiceFailureException"},
251
+ {"shape":"ForbiddenException"},
252
+ {"shape":"BadRequestException"},
253
+ {"shape":"UnauthorizedClientException"},
254
+ {"shape":"ResourceLimitExceededException"}
255
+ ]
256
+ },
221
257
  "DeletePhoneNumber":{
222
258
  "name":"DeletePhoneNumber",
223
259
  "http":{
@@ -382,6 +418,43 @@
382
418
  {"shape":"ServiceFailureException"}
383
419
  ]
384
420
  },
421
+ "GetBot":{
422
+ "name":"GetBot",
423
+ "http":{
424
+ "method":"GET",
425
+ "requestUri":"/accounts/{accountId}/bots/{botId}",
426
+ "responseCode":200
427
+ },
428
+ "input":{"shape":"GetBotRequest"},
429
+ "output":{"shape":"GetBotResponse"},
430
+ "errors":[
431
+ {"shape":"ServiceUnavailableException"},
432
+ {"shape":"ServiceFailureException"},
433
+ {"shape":"ForbiddenException"},
434
+ {"shape":"UnauthorizedClientException"},
435
+ {"shape":"NotFoundException"},
436
+ {"shape":"BadRequestException"}
437
+ ]
438
+ },
439
+ "GetEventsConfiguration":{
440
+ "name":"GetEventsConfiguration",
441
+ "http":{
442
+ "method":"GET",
443
+ "requestUri":"/accounts/{accountId}/bots/{botId}/events-configuration",
444
+ "responseCode":200
445
+ },
446
+ "input":{"shape":"GetEventsConfigurationRequest"},
447
+ "output":{"shape":"GetEventsConfigurationResponse"},
448
+ "errors":[
449
+ {"shape":"ServiceUnavailableException"},
450
+ {"shape":"ServiceFailureException"},
451
+ {"shape":"ForbiddenException"},
452
+ {"shape":"BadRequestException"},
453
+ {"shape":"UnauthorizedClientException"},
454
+ {"shape":"ResourceLimitExceededException"},
455
+ {"shape":"NotFoundException"}
456
+ ]
457
+ },
385
458
  "GetGlobalSettings":{
386
459
  "name":"GetGlobalSettings",
387
460
  "http":{
@@ -587,6 +660,24 @@
587
660
  {"shape":"ServiceFailureException"}
588
661
  ]
589
662
  },
663
+ "ListBots":{
664
+ "name":"ListBots",
665
+ "http":{
666
+ "method":"GET",
667
+ "requestUri":"/accounts/{accountId}/bots",
668
+ "responseCode":200
669
+ },
670
+ "input":{"shape":"ListBotsRequest"},
671
+ "output":{"shape":"ListBotsResponse"},
672
+ "errors":[
673
+ {"shape":"ServiceUnavailableException"},
674
+ {"shape":"ServiceFailureException"},
675
+ {"shape":"ForbiddenException"},
676
+ {"shape":"UnauthorizedClientException"},
677
+ {"shape":"BadRequestException"},
678
+ {"shape":"NotFoundException"}
679
+ ]
680
+ },
590
681
  "ListPhoneNumberOrders":{
591
682
  "name":"ListPhoneNumberOrders",
592
683
  "http":{
@@ -697,6 +788,25 @@
697
788
  {"shape":"ServiceFailureException"}
698
789
  ]
699
790
  },
791
+ "PutEventsConfiguration":{
792
+ "name":"PutEventsConfiguration",
793
+ "http":{
794
+ "method":"PUT",
795
+ "requestUri":"/accounts/{accountId}/bots/{botId}/events-configuration",
796
+ "responseCode":201
797
+ },
798
+ "input":{"shape":"PutEventsConfigurationRequest"},
799
+ "output":{"shape":"PutEventsConfigurationResponse"},
800
+ "errors":[
801
+ {"shape":"ServiceUnavailableException"},
802
+ {"shape":"ServiceFailureException"},
803
+ {"shape":"ForbiddenException"},
804
+ {"shape":"BadRequestException"},
805
+ {"shape":"UnauthorizedClientException"},
806
+ {"shape":"ResourceLimitExceededException"},
807
+ {"shape":"NotFoundException"}
808
+ ]
809
+ },
700
810
  "PutVoiceConnectorOrigination":{
701
811
  "name":"PutVoiceConnectorOrigination",
702
812
  "http":{
@@ -753,6 +863,24 @@
753
863
  {"shape":"ServiceFailureException"}
754
864
  ]
755
865
  },
866
+ "RegenerateSecurityToken":{
867
+ "name":"RegenerateSecurityToken",
868
+ "http":{
869
+ "method":"POST",
870
+ "requestUri":"/accounts/{accountId}/bots/{botId}?operation=regenerate-security-token",
871
+ "responseCode":200
872
+ },
873
+ "input":{"shape":"RegenerateSecurityTokenRequest"},
874
+ "output":{"shape":"RegenerateSecurityTokenResponse"},
875
+ "errors":[
876
+ {"shape":"ServiceUnavailableException"},
877
+ {"shape":"ServiceFailureException"},
878
+ {"shape":"ForbiddenException"},
879
+ {"shape":"BadRequestException"},
880
+ {"shape":"UnauthorizedClientException"},
881
+ {"shape":"NotFoundException"}
882
+ ]
883
+ },
756
884
  "ResetPersonalPIN":{
757
885
  "name":"ResetPersonalPIN",
758
886
  "http":{
@@ -847,6 +975,24 @@
847
975
  {"shape":"ServiceFailureException"}
848
976
  ]
849
977
  },
978
+ "UpdateBot":{
979
+ "name":"UpdateBot",
980
+ "http":{
981
+ "method":"POST",
982
+ "requestUri":"/accounts/{accountId}/bots/{botId}",
983
+ "responseCode":200
984
+ },
985
+ "input":{"shape":"UpdateBotRequest"},
986
+ "output":{"shape":"UpdateBotResponse"},
987
+ "errors":[
988
+ {"shape":"ServiceUnavailableException"},
989
+ {"shape":"ServiceFailureException"},
990
+ {"shape":"ForbiddenException"},
991
+ {"shape":"BadRequestException"},
992
+ {"shape":"UnauthorizedClientException"},
993
+ {"shape":"NotFoundException"}
994
+ ]
995
+ },
850
996
  "UpdateGlobalSettings":{
851
997
  "name":"UpdateGlobalSettings",
852
998
  "http":{
@@ -1127,6 +1273,28 @@
1127
1273
  }
1128
1274
  },
1129
1275
  "Boolean":{"type":"boolean"},
1276
+ "Bot":{
1277
+ "type":"structure",
1278
+ "members":{
1279
+ "BotId":{"shape":"String"},
1280
+ "UserId":{"shape":"String"},
1281
+ "DisplayName":{"shape":"SensitiveString"},
1282
+ "BotType":{"shape":"BotType"},
1283
+ "Disabled":{"shape":"NullableBoolean"},
1284
+ "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
1285
+ "UpdatedTimestamp":{"shape":"Iso8601Timestamp"},
1286
+ "BotEmail":{"shape":"SensitiveString"},
1287
+ "SecurityToken":{"shape":"SensitiveString"}
1288
+ }
1289
+ },
1290
+ "BotList":{
1291
+ "type":"list",
1292
+ "member":{"shape":"Bot"}
1293
+ },
1294
+ "BotType":{
1295
+ "type":"string",
1296
+ "enum":["ChatBot"]
1297
+ },
1130
1298
  "BusinessCallingSettings":{
1131
1299
  "type":"structure",
1132
1300
  "members":{
@@ -1167,6 +1335,28 @@
1167
1335
  "Account":{"shape":"Account"}
1168
1336
  }
1169
1337
  },
1338
+ "CreateBotRequest":{
1339
+ "type":"structure",
1340
+ "required":[
1341
+ "DisplayName",
1342
+ "AccountId"
1343
+ ],
1344
+ "members":{
1345
+ "AccountId":{
1346
+ "shape":"NonEmptyString",
1347
+ "location":"uri",
1348
+ "locationName":"accountId"
1349
+ },
1350
+ "DisplayName":{"shape":"SensitiveString"},
1351
+ "Domain":{"shape":"NonEmptyString"}
1352
+ }
1353
+ },
1354
+ "CreateBotResponse":{
1355
+ "type":"structure",
1356
+ "members":{
1357
+ "Bot":{"shape":"Bot"}
1358
+ }
1359
+ },
1170
1360
  "CreatePhoneNumberOrderRequest":{
1171
1361
  "type":"structure",
1172
1362
  "required":[
@@ -1228,6 +1418,25 @@
1228
1418
  "members":{
1229
1419
  }
1230
1420
  },
1421
+ "DeleteEventsConfigurationRequest":{
1422
+ "type":"structure",
1423
+ "required":[
1424
+ "AccountId",
1425
+ "BotId"
1426
+ ],
1427
+ "members":{
1428
+ "AccountId":{
1429
+ "shape":"NonEmptyString",
1430
+ "location":"uri",
1431
+ "locationName":"accountId"
1432
+ },
1433
+ "BotId":{
1434
+ "shape":"NonEmptyString",
1435
+ "location":"uri",
1436
+ "locationName":"botId"
1437
+ }
1438
+ }
1439
+ },
1231
1440
  "DeletePhoneNumberRequest":{
1232
1441
  "type":"structure",
1233
1442
  "required":["PhoneNumberId"],
@@ -1363,6 +1572,14 @@
1363
1572
  "PreconditionFailed"
1364
1573
  ]
1365
1574
  },
1575
+ "EventsConfiguration":{
1576
+ "type":"structure",
1577
+ "members":{
1578
+ "BotId":{"shape":"String"},
1579
+ "OutboundEventsHTTPSEndpoint":{"shape":"SensitiveString"},
1580
+ "LambdaFunctionArn":{"shape":"SensitiveString"}
1581
+ }
1582
+ },
1366
1583
  "ForbiddenException":{
1367
1584
  "type":"structure",
1368
1585
  "members":{
@@ -1406,6 +1623,56 @@
1406
1623
  "AccountSettings":{"shape":"AccountSettings"}
1407
1624
  }
1408
1625
  },
1626
+ "GetBotRequest":{
1627
+ "type":"structure",
1628
+ "required":[
1629
+ "AccountId",
1630
+ "BotId"
1631
+ ],
1632
+ "members":{
1633
+ "AccountId":{
1634
+ "shape":"NonEmptyString",
1635
+ "location":"uri",
1636
+ "locationName":"accountId"
1637
+ },
1638
+ "BotId":{
1639
+ "shape":"NonEmptyString",
1640
+ "location":"uri",
1641
+ "locationName":"botId"
1642
+ }
1643
+ }
1644
+ },
1645
+ "GetBotResponse":{
1646
+ "type":"structure",
1647
+ "members":{
1648
+ "Bot":{"shape":"Bot"}
1649
+ }
1650
+ },
1651
+ "GetEventsConfigurationRequest":{
1652
+ "type":"structure",
1653
+ "required":[
1654
+ "AccountId",
1655
+ "BotId"
1656
+ ],
1657
+ "members":{
1658
+ "AccountId":{
1659
+ "shape":"NonEmptyString",
1660
+ "location":"uri",
1661
+ "locationName":"accountId"
1662
+ },
1663
+ "BotId":{
1664
+ "shape":"NonEmptyString",
1665
+ "location":"uri",
1666
+ "locationName":"botId"
1667
+ }
1668
+ }
1669
+ },
1670
+ "GetEventsConfigurationResponse":{
1671
+ "type":"structure",
1672
+ "members":{
1673
+ "EventsConfiguration":{"shape":"EventsConfiguration"}
1674
+ }
1675
+ },
1409
1676
  "GetGlobalSettingsResponse":{
1410
1677
  "type":"structure",
1411
1678
  "members":{
@@ -1660,6 +1927,34 @@
1660
1927
  "NextToken":{"shape":"String"}
1661
1928
  }
1662
1929
  },
1930
+ "ListBotsRequest":{
1931
+ "type":"structure",
1932
+ "required":["AccountId"],
1933
+ "members":{
1934
+ "AccountId":{
1935
+ "shape":"NonEmptyString",
1936
+ "location":"uri",
1937
+ "locationName":"accountId"
1938
+ },
1939
+ "MaxResults":{
1940
+ "shape":"ResultMax",
1941
+ "location":"querystring",
1942
+ "locationName":"max-results"
1943
+ },
1944
+ "NextToken":{
1945
+ "shape":"String",
1946
+ "location":"querystring",
1947
+ "locationName":"next-token"
1948
+ }
1949
+ }
1950
+ },
1951
+ "ListBotsResponse":{
1952
+ "type":"structure",
1953
+ "members":{
1954
+ "Bots":{"shape":"BotList"},
1955
+ "NextToken":{"shape":"String"}
1956
+ }
1957
+ },
1663
1958
  "ListPhoneNumberOrdersRequest":{
1664
1959
  "type":"structure",
1665
1960
  "members":{
@@ -2016,6 +2311,33 @@
2016
2311
  "max":200,
2017
2312
  "min":1
2018
2313
  },
2314
+ "PutEventsConfigurationRequest":{
2315
+ "type":"structure",
2316
+ "required":[
2317
+ "AccountId",
2318
+ "BotId"
2319
+ ],
2320
+ "members":{
2321
+ "AccountId":{
2322
+ "shape":"NonEmptyString",
2323
+ "location":"uri",
2324
+ "locationName":"accountId"
2325
+ },
2326
+ "BotId":{
2327
+ "shape":"NonEmptyString",
2328
+ "location":"uri",
2329
+ "locationName":"botId"
2330
+ },
2331
+ "OutboundEventsHTTPSEndpoint":{"shape":"SensitiveString"},
2332
+ "LambdaFunctionArn":{"shape":"SensitiveString"}
2333
+ }
2334
+ },
2335
+ "PutEventsConfigurationResponse":{
2336
+ "type":"structure",
2337
+ "members":{
2338
+ "EventsConfiguration":{"shape":"EventsConfiguration"}
2339
+ }
2340
+ },
2019
2341
  "PutVoiceConnectorOriginationRequest":{
2020
2342
  "type":"structure",
2021
2343
  "required":[
@@ -2070,6 +2392,31 @@
2070
2392
  "Termination":{"shape":"Termination"}
2071
2393
  }
2072
2394
  },
2395
+ "RegenerateSecurityTokenRequest":{
2396
+ "type":"structure",
2397
+ "required":[
2398
+ "AccountId",
2399
+ "BotId"
2400
+ ],
2401
+ "members":{
2402
+ "AccountId":{
2403
+ "shape":"NonEmptyString",
2404
+ "location":"uri",
2405
+ "locationName":"accountId"
2406
+ },
2407
+ "BotId":{
2408
+ "shape":"NonEmptyString",
2409
+ "location":"uri",
2410
+ "locationName":"botId"
2411
+ }
2412
+ }
2413
+ },
2414
+ "RegenerateSecurityTokenResponse":{
2415
+ "type":"structure",
2416
+ "members":{
2417
+ "Bot":{"shape":"Bot"}
2418
+ }
2419
+ },
2073
2420
  "RegistrationStatus":{
2074
2421
  "type":"string",
2075
2422
  "enum":[
@@ -2103,6 +2450,15 @@
2103
2450
  "User":{"shape":"User"}
2104
2451
  }
2105
2452
  },
2453
+ "ResourceLimitExceededException":{
2454
+ "type":"structure",
2455
+ "members":{
2456
+ "Code":{"shape":"ErrorCode"},
2457
+ "Message":{"shape":"String"}
2458
+ },
2459
+ "error":{"httpStatusCode":400},
2460
+ "exception":true
2461
+ },
2106
2462
  "RestorePhoneNumberRequest":{
2107
2463
  "type":"structure",
2108
2464
  "required":["PhoneNumberId"],
@@ -2294,6 +2650,32 @@
2294
2650
  "members":{
2295
2651
  }
2296
2652
  },
2653
+ "UpdateBotRequest":{
2654
+ "type":"structure",
2655
+ "required":[
2656
+ "AccountId",
2657
+ "BotId"
2658
+ ],
2659
+ "members":{
2660
+ "AccountId":{
2661
+ "shape":"NonEmptyString",
2662
+ "location":"uri",
2663
+ "locationName":"accountId"
2664
+ },
2665
+ "BotId":{
2666
+ "shape":"NonEmptyString",
2667
+ "location":"uri",
2668
+ "locationName":"botId"
2669
+ },
2670
+ "Disabled":{"shape":"NullableBoolean"}
2671
+ }
2672
+ },
2673
+ "UpdateBotResponse":{
2674
+ "type":"structure",
2675
+ "members":{
2676
+ "Bot":{"shape":"Bot"}
2677
+ }
2678
+ },
2297
2679
  "UpdateGlobalSettingsRequest":{
2298
2680
  "type":"structure",
2299
2681
  "required":[
@@ -928,7 +928,8 @@
928
928
  "idempotencyToken":true
929
929
  },
930
930
  "LanguageCode":{"shape":"LanguageCode"},
931
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
931
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
932
+ "VpcConfig":{"shape":"VpcConfig"}
932
933
  }
933
934
  },
934
935
  "CreateDocumentClassifierResponse":{
@@ -955,7 +956,8 @@
955
956
  "idempotencyToken":true
956
957
  },
957
958
  "LanguageCode":{"shape":"LanguageCode"},
958
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
959
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
960
+ "VpcConfig":{"shape":"VpcConfig"}
959
961
  }
960
962
  },
961
963
  "CreateEntityRecognizerResponse":{
@@ -1196,7 +1198,8 @@
1196
1198
  "InputDataConfig":{"shape":"InputDataConfig"},
1197
1199
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1198
1200
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1199
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1201
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1202
+ "VpcConfig":{"shape":"VpcConfig"}
1200
1203
  }
1201
1204
  },
1202
1205
  "DocumentClassificationJobPropertiesList":{
@@ -1245,7 +1248,8 @@
1245
1248
  "OutputDataConfig":{"shape":"DocumentClassifierOutputDataConfig"},
1246
1249
  "ClassifierMetadata":{"shape":"ClassifierMetadata"},
1247
1250
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1248
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1251
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1252
+ "VpcConfig":{"shape":"VpcConfig"}
1249
1253
  }
1250
1254
  },
1251
1255
  "DocumentClassifierPropertiesList":{
@@ -1280,7 +1284,8 @@
1280
1284
  "InputDataConfig":{"shape":"InputDataConfig"},
1281
1285
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1282
1286
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1283
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1287
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1288
+ "VpcConfig":{"shape":"VpcConfig"}
1284
1289
  }
1285
1290
  },
1286
1291
  "DominantLanguageDetectionJobPropertiesList":{
@@ -1311,7 +1316,8 @@
1311
1316
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1312
1317
  "LanguageCode":{"shape":"LanguageCode"},
1313
1318
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1314
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1319
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1320
+ "VpcConfig":{"shape":"VpcConfig"}
1315
1321
  }
1316
1322
  },
1317
1323
  "EntitiesDetectionJobPropertiesList":{
@@ -1416,7 +1422,8 @@
1416
1422
  "InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
1417
1423
  "RecognizerMetadata":{"shape":"EntityRecognizerMetadata"},
1418
1424
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1419
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1425
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1426
+ "VpcConfig":{"shape":"VpcConfig"}
1420
1427
  }
1421
1428
  },
1422
1429
  "EntityRecognizerPropertiesList":{
@@ -1559,7 +1566,8 @@
1559
1566
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1560
1567
  "LanguageCode":{"shape":"LanguageCode"},
1561
1568
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1562
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1569
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1570
+ "VpcConfig":{"shape":"VpcConfig"}
1563
1571
  }
1564
1572
  },
1565
1573
  "KeyPhrasesDetectionJobPropertiesList":{
@@ -1851,6 +1859,18 @@
1851
1859
  "max":1024,
1852
1860
  "pattern":"s3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?"
1853
1861
  },
1862
+ "SecurityGroupId":{
1863
+ "type":"string",
1864
+ "max":32,
1865
+ "min":1,
1866
+ "pattern":"[-0-9a-zA-Z]+"
1867
+ },
1868
+ "SecurityGroupIds":{
1869
+ "type":"list",
1870
+ "member":{"shape":"SecurityGroupId"},
1871
+ "max":5,
1872
+ "min":1
1873
+ },
1854
1874
  "SentimentDetectionJobFilter":{
1855
1875
  "type":"structure",
1856
1876
  "members":{
@@ -1873,7 +1893,8 @@
1873
1893
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1874
1894
  "LanguageCode":{"shape":"LanguageCode"},
1875
1895
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1876
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1896
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1897
+ "VpcConfig":{"shape":"VpcConfig"}
1877
1898
  }
1878
1899
  },
1879
1900
  "SentimentDetectionJobPropertiesList":{
@@ -1916,7 +1937,8 @@
1916
1937
  "shape":"ClientRequestTokenString",
1917
1938
  "idempotencyToken":true
1918
1939
  },
1919
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1940
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1941
+ "VpcConfig":{"shape":"VpcConfig"}
1920
1942
  }
1921
1943
  },
1922
1944
  "StartDocumentClassificationJobResponse":{
@@ -1942,7 +1964,8 @@
1942
1964
  "shape":"ClientRequestTokenString",
1943
1965
  "idempotencyToken":true
1944
1966
  },
1945
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1967
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1968
+ "VpcConfig":{"shape":"VpcConfig"}
1946
1969
  }
1947
1970
  },
1948
1971
  "StartDominantLanguageDetectionJobResponse":{
@@ -1971,7 +1994,8 @@
1971
1994
  "shape":"ClientRequestTokenString",
1972
1995
  "idempotencyToken":true
1973
1996
  },
1974
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1997
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
1998
+ "VpcConfig":{"shape":"VpcConfig"}
1975
1999
  }
1976
2000
  },
1977
2001
  "StartEntitiesDetectionJobResponse":{
@@ -1999,7 +2023,8 @@
1999
2023
  "shape":"ClientRequestTokenString",
2000
2024
  "idempotencyToken":true
2001
2025
  },
2002
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
2026
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
2027
+ "VpcConfig":{"shape":"VpcConfig"}
2003
2028
  }
2004
2029
  },
2005
2030
  "StartKeyPhrasesDetectionJobResponse":{
@@ -2027,7 +2052,8 @@
2027
2052
  "shape":"ClientRequestTokenString",
2028
2053
  "idempotencyToken":true
2029
2054
  },
2030
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
2055
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
2056
+ "VpcConfig":{"shape":"VpcConfig"}
2031
2057
  }
2032
2058
  },
2033
2059
  "StartSentimentDetectionJobResponse":{
@@ -2054,7 +2080,8 @@
2054
2080
  "shape":"ClientRequestTokenString",
2055
2081
  "idempotencyToken":true
2056
2082
  },
2057
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
2083
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
2084
+ "VpcConfig":{"shape":"VpcConfig"}
2058
2085
  }
2059
2086
  },
2060
2087
  "StartTopicsDetectionJobResponse":{
@@ -2152,6 +2179,18 @@
2152
2179
  "type":"list",
2153
2180
  "member":{"shape":"String"}
2154
2181
  },
2182
+ "SubnetId":{
2183
+ "type":"string",
2184
+ "max":32,
2185
+ "min":1,
2186
+ "pattern":"[-0-9a-zA-Z]+"
2187
+ },
2188
+ "Subnets":{
2189
+ "type":"list",
2190
+ "member":{"shape":"SubnetId"},
2191
+ "max":16,
2192
+ "min":1
2193
+ },
2155
2194
  "SyntaxLanguageCode":{
2156
2195
  "type":"string",
2157
2196
  "enum":[
@@ -2266,7 +2305,8 @@
2266
2305
  "OutputDataConfig":{"shape":"OutputDataConfig"},
2267
2306
  "NumberOfTopics":{"shape":"Integer"},
2268
2307
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
2269
- "VolumeKmsKeyId":{"shape":"KmsKeyId"}
2308
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"},
2309
+ "VpcConfig":{"shape":"VpcConfig"}
2270
2310
  }
2271
2311
  },
2272
2312
  "TopicsDetectionJobPropertiesList":{
@@ -2295,6 +2335,17 @@
2295
2335
  "type":"structure",
2296
2336
  "members":{
2297
2337
  }
2338
+ },
2339
+ "VpcConfig":{
2340
+ "type":"structure",
2341
+ "required":[
2342
+ "SecurityGroupIds",
2343
+ "Subnets"
2344
+ ],
2345
+ "members":{
2346
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"},
2347
+ "Subnets":{"shape":"Subnets"}
2348
+ }
2298
2349
  }
2299
2350
  }
2300
2351
  }
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListDocumentClassificationJobs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListDocumentClassifiers": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
3
13
  "ListDominantLanguageDetectionJobs": {
4
14
  "input_token": "NextToken",
5
15
  "output_token": "NextToken",
@@ -10,6 +20,11 @@
10
20
  "output_token": "NextToken",
11
21
  "limit_key": "MaxResults"
12
22
  },
23
+ "ListEntityRecognizers": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
13
28
  "ListKeyPhrasesDetectionJobs": {
14
29
  "input_token": "NextToken",
15
30
  "output_token": "NextToken",
@@ -7946,6 +7946,11 @@
7946
7946
  }
7947
7947
  }
7948
7948
  },
7949
+ "DescribeDhcpOptionsMaxResults":{
7950
+ "type":"integer",
7951
+ "max":1000,
7952
+ "min":5
7953
+ },
7949
7954
  "DescribeDhcpOptionsRequest":{
7950
7955
  "type":"structure",
7951
7956
  "members":{
@@ -7960,7 +7965,9 @@
7960
7965
  "DryRun":{
7961
7966
  "shape":"Boolean",
7962
7967
  "locationName":"dryRun"
7963
- }
7968
+ },
7969
+ "NextToken":{"shape":"String"},
7970
+ "MaxResults":{"shape":"DescribeDhcpOptionsMaxResults"}
7964
7971
  }
7965
7972
  },
7966
7973
  "DescribeDhcpOptionsResult":{
@@ -7969,6 +7976,10 @@
7969
7976
  "DhcpOptions":{
7970
7977
  "shape":"DhcpOptionsList",
7971
7978
  "locationName":"dhcpOptionsSet"
7979
+ },
7980
+ "NextToken":{
7981
+ "shape":"String",
7982
+ "locationName":"nextToken"
7972
7983
  }
7973
7984
  }
7974
7985
  },
@@ -9750,6 +9761,11 @@
9750
9761
  }
9751
9762
  }
9752
9763
  },
9764
+ "DescribeSubnetsMaxResults":{
9765
+ "type":"integer",
9766
+ "max":1000,
9767
+ "min":5
9768
+ },
9753
9769
  "DescribeSubnetsRequest":{
9754
9770
  "type":"structure",
9755
9771
  "members":{
@@ -9764,7 +9780,9 @@
9764
9780
  "DryRun":{
9765
9781
  "shape":"Boolean",
9766
9782
  "locationName":"dryRun"
9767
- }
9783
+ },
9784
+ "NextToken":{"shape":"String"},
9785
+ "MaxResults":{"shape":"DescribeSubnetsMaxResults"}
9768
9786
  }
9769
9787
  },
9770
9788
  "DescribeSubnetsResult":{
@@ -9773,6 +9791,10 @@
9773
9791
  "Subnets":{
9774
9792
  "shape":"SubnetList",
9775
9793
  "locationName":"subnetSet"
9794
+ },
9795
+ "NextToken":{
9796
+ "shape":"String",
9797
+ "locationName":"nextToken"
9776
9798
  }
9777
9799
  }
9778
9800
  },
@@ -67,6 +67,9 @@
67
67
  "result_key": "CustomerGateways"
68
68
  },
69
69
  "DescribeDhcpOptions": {
70
+ "input_token": "NextToken",
71
+ "limit_key": "MaxResults",
72
+ "output_token": "NextToken",
70
73
  "result_key": "DhcpOptions"
71
74
  },
72
75
  "DescribeEgressOnlyInternetGateways": {
@@ -300,6 +303,9 @@
300
303
  "result_key": "StaleSecurityGroupSet"
301
304
  },
302
305
  "DescribeSubnets": {
306
+ "input_token": "NextToken",
307
+ "limit_key": "MaxResults",
308
+ "output_token": "NextToken",
303
309
  "result_key": "Subnets"
304
310
  },
305
311
  "DescribeTags": {
@@ -1279,7 +1279,8 @@
1279
1279
  ],
1280
1280
  "members":{
1281
1281
  "VolumeARN":{"shape":"VolumeARN"},
1282
- "SnapshotDescription":{"shape":"SnapshotDescription"}
1282
+ "SnapshotDescription":{"shape":"SnapshotDescription"},
1283
+ "Tags":{"shape":"Tags"}
1283
1284
  }
1284
1285
  },
1285
1286
  "CreateSnapshotOutput":{
@@ -2950,7 +2951,8 @@
2950
2951
  "VolumeARN":{"shape":"VolumeARN"},
2951
2952
  "StartAt":{"shape":"HourOfDay"},
2952
2953
  "RecurrenceInHours":{"shape":"RecurrenceInHours"},
2953
- "Description":{"shape":"Description"}
2954
+ "Description":{"shape":"Description"},
2955
+ "Tags":{"shape":"Tags"}
2954
2956
  }
2955
2957
  },
2956
2958
  "UpdateSnapshotScheduleOutput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.273'
2
+ VERSION = '2.11.274'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.273
4
+ version: 2.11.274
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-05-13 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath