aws-sdk-core 2.10.131 → 2.10.132
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appsync/2017-07-25/api-2.json +60 -5
- data/apis/lex-models/2017-04-19/api-2.json +125 -10
- data/endpoints.json +34 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35839976581a1572df1cc3beeebabd12f88de565
|
4
|
+
data.tar.gz: cfd8a071ba5cf7c14710a823672b715e3b0bb638
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7e27a78501e94b5346f0c8ec20ea148a9cf5b3b93420cdb79ca2c22f72b6deff251696b7a986c92789108e5c3f40c0b7d2245e1bba352e975e22a493bb0d8cb
|
7
|
+
data.tar.gz: 2fe10a5367d4ef45af352ee122e395bc6b3bc4cd1fc32f181babe6f7b5d143c58be0cb70f38bb39612a1f26ed248effc04b8310e40cf2d3597125ee49b02078b
|
@@ -27,7 +27,8 @@
|
|
27
27
|
{"shape":"UnauthorizedException"},
|
28
28
|
{"shape":"LimitExceededException"},
|
29
29
|
{"shape":"InternalFailureException"},
|
30
|
-
{"shape":"ApiKeyLimitExceededException"}
|
30
|
+
{"shape":"ApiKeyLimitExceededException"},
|
31
|
+
{"shape":"ApiKeyValidityOutOfBoundsException"}
|
31
32
|
]
|
32
33
|
},
|
33
34
|
"CreateDataSource":{
|
@@ -355,6 +356,23 @@
|
|
355
356
|
{"shape":"InternalFailureException"}
|
356
357
|
]
|
357
358
|
},
|
359
|
+
"UpdateApiKey":{
|
360
|
+
"name":"UpdateApiKey",
|
361
|
+
"http":{
|
362
|
+
"method":"POST",
|
363
|
+
"requestUri":"/v1/apis/{apiId}/apikeys/{id}"
|
364
|
+
},
|
365
|
+
"input":{"shape":"UpdateApiKeyRequest"},
|
366
|
+
"output":{"shape":"UpdateApiKeyResponse"},
|
367
|
+
"errors":[
|
368
|
+
{"shape":"BadRequestException"},
|
369
|
+
{"shape":"NotFoundException"},
|
370
|
+
{"shape":"UnauthorizedException"},
|
371
|
+
{"shape":"LimitExceededException"},
|
372
|
+
{"shape":"InternalFailureException"},
|
373
|
+
{"shape":"ApiKeyValidityOutOfBoundsException"}
|
374
|
+
]
|
375
|
+
},
|
358
376
|
"UpdateDataSource":{
|
359
377
|
"name":"UpdateDataSource",
|
360
378
|
"http":{
|
@@ -436,6 +454,14 @@
|
|
436
454
|
"error":{"httpStatusCode":400},
|
437
455
|
"exception":true
|
438
456
|
},
|
457
|
+
"ApiKeyValidityOutOfBoundsException":{
|
458
|
+
"type":"structure",
|
459
|
+
"members":{
|
460
|
+
"message":{"shape":"String"}
|
461
|
+
},
|
462
|
+
"error":{"httpStatusCode":400},
|
463
|
+
"exception":true
|
464
|
+
},
|
439
465
|
"ApiKeys":{
|
440
466
|
"type":"list",
|
441
467
|
"member":{"shape":"ApiKey"}
|
@@ -483,7 +509,8 @@
|
|
483
509
|
"location":"uri",
|
484
510
|
"locationName":"apiId"
|
485
511
|
},
|
486
|
-
"description":{"shape":"String"}
|
512
|
+
"description":{"shape":"String"},
|
513
|
+
"expires":{"shape":"Long"}
|
487
514
|
}
|
488
515
|
},
|
489
516
|
"CreateApiKeyResponse":{
|
@@ -527,7 +554,7 @@
|
|
527
554
|
"authenticationType"
|
528
555
|
],
|
529
556
|
"members":{
|
530
|
-
"name":{"shape":"
|
557
|
+
"name":{"shape":"String"},
|
531
558
|
"authenticationType":{"shape":"AuthenticationType"},
|
532
559
|
"userPoolConfig":{"shape":"UserPoolConfig"}
|
533
560
|
}
|
@@ -611,7 +638,8 @@
|
|
611
638
|
"enum":[
|
612
639
|
"AWS_LAMBDA",
|
613
640
|
"AMAZON_DYNAMODB",
|
614
|
-
"AMAZON_ELASTICSEARCH"
|
641
|
+
"AMAZON_ELASTICSEARCH",
|
642
|
+
"NONE"
|
615
643
|
]
|
616
644
|
},
|
617
645
|
"DataSources":{
|
@@ -1225,6 +1253,33 @@
|
|
1225
1253
|
"error":{"httpStatusCode":401},
|
1226
1254
|
"exception":true
|
1227
1255
|
},
|
1256
|
+
"UpdateApiKeyRequest":{
|
1257
|
+
"type":"structure",
|
1258
|
+
"required":[
|
1259
|
+
"apiId",
|
1260
|
+
"id"
|
1261
|
+
],
|
1262
|
+
"members":{
|
1263
|
+
"apiId":{
|
1264
|
+
"shape":"String",
|
1265
|
+
"location":"uri",
|
1266
|
+
"locationName":"apiId"
|
1267
|
+
},
|
1268
|
+
"id":{
|
1269
|
+
"shape":"String",
|
1270
|
+
"location":"uri",
|
1271
|
+
"locationName":"id"
|
1272
|
+
},
|
1273
|
+
"description":{"shape":"String"},
|
1274
|
+
"expires":{"shape":"Long"}
|
1275
|
+
}
|
1276
|
+
},
|
1277
|
+
"UpdateApiKeyResponse":{
|
1278
|
+
"type":"structure",
|
1279
|
+
"members":{
|
1280
|
+
"apiKey":{"shape":"ApiKey"}
|
1281
|
+
}
|
1282
|
+
},
|
1228
1283
|
"UpdateDataSourceRequest":{
|
1229
1284
|
"type":"structure",
|
1230
1285
|
"required":[
|
@@ -1269,7 +1324,7 @@
|
|
1269
1324
|
"location":"uri",
|
1270
1325
|
"locationName":"apiId"
|
1271
1326
|
},
|
1272
|
-
"name":{"shape":"
|
1327
|
+
"name":{"shape":"String"},
|
1273
1328
|
"authenticationType":{"shape":"AuthenticationType"},
|
1274
1329
|
"userPoolConfig":{"shape":"UserPoolConfig"}
|
1275
1330
|
}
|
@@ -388,6 +388,22 @@
|
|
388
388
|
{"shape":"BadRequestException"}
|
389
389
|
]
|
390
390
|
},
|
391
|
+
"GetImport":{
|
392
|
+
"name":"GetImport",
|
393
|
+
"http":{
|
394
|
+
"method":"GET",
|
395
|
+
"requestUri":"/imports/{importId}",
|
396
|
+
"responseCode":200
|
397
|
+
},
|
398
|
+
"input":{"shape":"GetImportRequest"},
|
399
|
+
"output":{"shape":"GetImportResponse"},
|
400
|
+
"errors":[
|
401
|
+
{"shape":"NotFoundException"},
|
402
|
+
{"shape":"LimitExceededException"},
|
403
|
+
{"shape":"InternalFailureException"},
|
404
|
+
{"shape":"BadRequestException"}
|
405
|
+
]
|
406
|
+
},
|
391
407
|
"GetIntent":{
|
392
408
|
"name":"GetIntent",
|
393
409
|
"http":{
|
@@ -566,6 +582,21 @@
|
|
566
582
|
{"shape":"BadRequestException"},
|
567
583
|
{"shape":"PreconditionFailedException"}
|
568
584
|
]
|
585
|
+
},
|
586
|
+
"StartImport":{
|
587
|
+
"name":"StartImport",
|
588
|
+
"http":{
|
589
|
+
"method":"POST",
|
590
|
+
"requestUri":"/imports/",
|
591
|
+
"responseCode":201
|
592
|
+
},
|
593
|
+
"input":{"shape":"StartImportRequest"},
|
594
|
+
"output":{"shape":"StartImportResponse"},
|
595
|
+
"errors":[
|
596
|
+
{"shape":"LimitExceededException"},
|
597
|
+
{"shape":"InternalFailureException"},
|
598
|
+
{"shape":"BadRequestException"}
|
599
|
+
]
|
569
600
|
}
|
570
601
|
},
|
571
602
|
"shapes":{
|
@@ -589,6 +620,7 @@
|
|
589
620
|
"error":{"httpStatusCode":400},
|
590
621
|
"exception":true
|
591
622
|
},
|
623
|
+
"Blob":{"type":"blob"},
|
592
624
|
"Boolean":{"type":"boolean"},
|
593
625
|
"BotAliasMetadata":{
|
594
626
|
"type":"structure",
|
@@ -1026,7 +1058,10 @@
|
|
1026
1058
|
},
|
1027
1059
|
"ExportType":{
|
1028
1060
|
"type":"string",
|
1029
|
-
"enum":[
|
1061
|
+
"enum":[
|
1062
|
+
"ALEXA_SKILLS_KIT",
|
1063
|
+
"LEX"
|
1064
|
+
]
|
1030
1065
|
},
|
1031
1066
|
"FollowUpPrompt":{
|
1032
1067
|
"type":"structure",
|
@@ -1418,6 +1453,29 @@
|
|
1418
1453
|
"url":{"shape":"String"}
|
1419
1454
|
}
|
1420
1455
|
},
|
1456
|
+
"GetImportRequest":{
|
1457
|
+
"type":"structure",
|
1458
|
+
"required":["importId"],
|
1459
|
+
"members":{
|
1460
|
+
"importId":{
|
1461
|
+
"shape":"String",
|
1462
|
+
"location":"uri",
|
1463
|
+
"locationName":"importId"
|
1464
|
+
}
|
1465
|
+
}
|
1466
|
+
},
|
1467
|
+
"GetImportResponse":{
|
1468
|
+
"type":"structure",
|
1469
|
+
"members":{
|
1470
|
+
"name":{"shape":"Name"},
|
1471
|
+
"resourceType":{"shape":"ResourceType"},
|
1472
|
+
"mergeStrategy":{"shape":"MergeStrategy"},
|
1473
|
+
"importId":{"shape":"String"},
|
1474
|
+
"importStatus":{"shape":"ImportStatus"},
|
1475
|
+
"failureReason":{"shape":"StringList"},
|
1476
|
+
"createdDate":{"shape":"Timestamp"}
|
1477
|
+
}
|
1478
|
+
},
|
1421
1479
|
"GetIntentRequest":{
|
1422
1480
|
"type":"structure",
|
1423
1481
|
"required":[
|
@@ -1637,6 +1695,14 @@
|
|
1637
1695
|
"max":5,
|
1638
1696
|
"min":1
|
1639
1697
|
},
|
1698
|
+
"ImportStatus":{
|
1699
|
+
"type":"string",
|
1700
|
+
"enum":[
|
1701
|
+
"IN_PROGRESS",
|
1702
|
+
"COMPLETE",
|
1703
|
+
"FAILED"
|
1704
|
+
]
|
1705
|
+
},
|
1640
1706
|
"Intent":{
|
1641
1707
|
"type":"structure",
|
1642
1708
|
"required":[
|
@@ -1716,7 +1782,11 @@
|
|
1716
1782
|
},
|
1717
1783
|
"Locale":{
|
1718
1784
|
"type":"string",
|
1719
|
-
"enum":[
|
1785
|
+
"enum":[
|
1786
|
+
"en-US",
|
1787
|
+
"en-GB",
|
1788
|
+
"de-DE"
|
1789
|
+
]
|
1720
1790
|
},
|
1721
1791
|
"LocaleList":{
|
1722
1792
|
"type":"list",
|
@@ -1728,6 +1798,13 @@
|
|
1728
1798
|
"max":50,
|
1729
1799
|
"min":1
|
1730
1800
|
},
|
1801
|
+
"MergeStrategy":{
|
1802
|
+
"type":"string",
|
1803
|
+
"enum":[
|
1804
|
+
"OVERWRITE_LATEST",
|
1805
|
+
"FAIL_ON_CONFLICT"
|
1806
|
+
]
|
1807
|
+
},
|
1731
1808
|
"Message":{
|
1732
1809
|
"type":"structure",
|
1733
1810
|
"required":[
|
@@ -1753,7 +1830,7 @@
|
|
1753
1830
|
},
|
1754
1831
|
"Name":{
|
1755
1832
|
"type":"string",
|
1756
|
-
"max":
|
1833
|
+
"max":100,
|
1757
1834
|
"min":1,
|
1758
1835
|
"pattern":"[a-zA-Z_]+"
|
1759
1836
|
},
|
@@ -1866,7 +1943,8 @@
|
|
1866
1943
|
"checksum":{"shape":"String"},
|
1867
1944
|
"processBehavior":{"shape":"ProcessBehavior"},
|
1868
1945
|
"locale":{"shape":"Locale"},
|
1869
|
-
"childDirected":{"shape":"Boolean"}
|
1946
|
+
"childDirected":{"shape":"Boolean"},
|
1947
|
+
"createVersion":{"shape":"Boolean"}
|
1870
1948
|
}
|
1871
1949
|
},
|
1872
1950
|
"PutBotResponse":{
|
@@ -1886,7 +1964,8 @@
|
|
1886
1964
|
"checksum":{"shape":"String"},
|
1887
1965
|
"version":{"shape":"Version"},
|
1888
1966
|
"locale":{"shape":"Locale"},
|
1889
|
-
"childDirected":{"shape":"Boolean"}
|
1967
|
+
"childDirected":{"shape":"Boolean"},
|
1968
|
+
"createVersion":{"shape":"Boolean"}
|
1890
1969
|
}
|
1891
1970
|
},
|
1892
1971
|
"PutIntentRequest":{
|
@@ -1908,7 +1987,8 @@
|
|
1908
1987
|
"dialogCodeHook":{"shape":"CodeHook"},
|
1909
1988
|
"fulfillmentActivity":{"shape":"FulfillmentActivity"},
|
1910
1989
|
"parentIntentSignature":{"shape":"BuiltinIntentSignature"},
|
1911
|
-
"checksum":{"shape":"String"}
|
1990
|
+
"checksum":{"shape":"String"},
|
1991
|
+
"createVersion":{"shape":"Boolean"}
|
1912
1992
|
}
|
1913
1993
|
},
|
1914
1994
|
"PutIntentResponse":{
|
@@ -1928,7 +2008,8 @@
|
|
1928
2008
|
"lastUpdatedDate":{"shape":"Timestamp"},
|
1929
2009
|
"createdDate":{"shape":"Timestamp"},
|
1930
2010
|
"version":{"shape":"Version"},
|
1931
|
-
"checksum":{"shape":"String"}
|
2011
|
+
"checksum":{"shape":"String"},
|
2012
|
+
"createVersion":{"shape":"Boolean"}
|
1932
2013
|
}
|
1933
2014
|
},
|
1934
2015
|
"PutSlotTypeRequest":{
|
@@ -1943,7 +2024,8 @@
|
|
1943
2024
|
"description":{"shape":"Description"},
|
1944
2025
|
"enumerationValues":{"shape":"EnumerationValues"},
|
1945
2026
|
"checksum":{"shape":"String"},
|
1946
|
-
"valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"}
|
2027
|
+
"valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"},
|
2028
|
+
"createVersion":{"shape":"Boolean"}
|
1947
2029
|
}
|
1948
2030
|
},
|
1949
2031
|
"PutSlotTypeResponse":{
|
@@ -1956,7 +2038,8 @@
|
|
1956
2038
|
"createdDate":{"shape":"Timestamp"},
|
1957
2039
|
"version":{"shape":"Version"},
|
1958
2040
|
"checksum":{"shape":"String"},
|
1959
|
-
"valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"}
|
2041
|
+
"valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"},
|
2042
|
+
"createVersion":{"shape":"Boolean"}
|
1960
2043
|
}
|
1961
2044
|
},
|
1962
2045
|
"ReferenceType":{
|
@@ -1986,7 +2069,11 @@
|
|
1986
2069
|
},
|
1987
2070
|
"ResourceType":{
|
1988
2071
|
"type":"string",
|
1989
|
-
"enum":[
|
2072
|
+
"enum":[
|
2073
|
+
"BOT",
|
2074
|
+
"INTENT",
|
2075
|
+
"SLOT_TYPE"
|
2076
|
+
]
|
1990
2077
|
},
|
1991
2078
|
"ResponseCard":{
|
1992
2079
|
"type":"string",
|
@@ -2068,6 +2155,30 @@
|
|
2068
2155
|
"TOP_RESOLUTION"
|
2069
2156
|
]
|
2070
2157
|
},
|
2158
|
+
"StartImportRequest":{
|
2159
|
+
"type":"structure",
|
2160
|
+
"required":[
|
2161
|
+
"payload",
|
2162
|
+
"resourceType",
|
2163
|
+
"mergeStrategy"
|
2164
|
+
],
|
2165
|
+
"members":{
|
2166
|
+
"payload":{"shape":"Blob"},
|
2167
|
+
"resourceType":{"shape":"ResourceType"},
|
2168
|
+
"mergeStrategy":{"shape":"MergeStrategy"}
|
2169
|
+
}
|
2170
|
+
},
|
2171
|
+
"StartImportResponse":{
|
2172
|
+
"type":"structure",
|
2173
|
+
"members":{
|
2174
|
+
"name":{"shape":"Name"},
|
2175
|
+
"resourceType":{"shape":"ResourceType"},
|
2176
|
+
"mergeStrategy":{"shape":"MergeStrategy"},
|
2177
|
+
"importId":{"shape":"String"},
|
2178
|
+
"importStatus":{"shape":"ImportStatus"},
|
2179
|
+
"createdDate":{"shape":"Timestamp"}
|
2180
|
+
}
|
2181
|
+
},
|
2071
2182
|
"Statement":{
|
2072
2183
|
"type":"structure",
|
2073
2184
|
"required":["messages"],
|
@@ -2093,6 +2204,10 @@
|
|
2093
2204
|
]
|
2094
2205
|
},
|
2095
2206
|
"String":{"type":"string"},
|
2207
|
+
"StringList":{
|
2208
|
+
"type":"list",
|
2209
|
+
"member":{"shape":"String"}
|
2210
|
+
},
|
2096
2211
|
"SynonymList":{
|
2097
2212
|
"type":"list",
|
2098
2213
|
"member":{"shape":"Value"}
|
data/endpoints.json
CHANGED
@@ -225,6 +225,7 @@
|
|
225
225
|
"endpoints" : {
|
226
226
|
"ap-southeast-1" : { },
|
227
227
|
"ap-southeast-2" : { },
|
228
|
+
"eu-central-1" : { },
|
228
229
|
"eu-west-1" : { },
|
229
230
|
"eu-west-2" : { },
|
230
231
|
"us-east-1" : { },
|
@@ -1100,6 +1101,39 @@
|
|
1100
1101
|
"us-east-1" : { }
|
1101
1102
|
}
|
1102
1103
|
},
|
1104
|
+
"mediaconvert" : {
|
1105
|
+
"endpoints" : {
|
1106
|
+
"ap-northeast-1" : { },
|
1107
|
+
"ap-south-1" : { },
|
1108
|
+
"ap-southeast-1" : { },
|
1109
|
+
"ap-southeast-2" : { },
|
1110
|
+
"eu-central-1" : { },
|
1111
|
+
"eu-west-1" : { },
|
1112
|
+
"us-east-1" : { },
|
1113
|
+
"us-west-1" : { },
|
1114
|
+
"us-west-2" : { }
|
1115
|
+
}
|
1116
|
+
},
|
1117
|
+
"medialive" : {
|
1118
|
+
"endpoints" : {
|
1119
|
+
"ap-northeast-1" : { },
|
1120
|
+
"ap-southeast-1" : { },
|
1121
|
+
"ap-southeast-2" : { },
|
1122
|
+
"eu-west-1" : { },
|
1123
|
+
"us-east-1" : { },
|
1124
|
+
"us-west-2" : { }
|
1125
|
+
}
|
1126
|
+
},
|
1127
|
+
"mediapackage" : {
|
1128
|
+
"endpoints" : {
|
1129
|
+
"ap-northeast-1" : { },
|
1130
|
+
"ap-southeast-1" : { },
|
1131
|
+
"ap-southeast-2" : { },
|
1132
|
+
"eu-west-1" : { },
|
1133
|
+
"us-east-1" : { },
|
1134
|
+
"us-west-2" : { }
|
1135
|
+
}
|
1136
|
+
},
|
1103
1137
|
"metering.marketplace" : {
|
1104
1138
|
"defaults" : {
|
1105
1139
|
"credentialScope" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.10.
|
4
|
+
version: 2.10.132
|
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: 2018-02-
|
11
|
+
date: 2018-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|