aws-sdk-core 2.10.12 → 2.10.13
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 +4 -4
- data/apis/cognito-idp/2016-04-18/api-2.json +16 -0
- data/apis/lambda/2015-03-31/api-2.json +47 -11
- 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: bae364889370366b44904fc6eb3a8b78201d1b56
|
|
4
|
+
data.tar.gz: 90f2727196bfe030d8be31e8ca54913c62569763
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1d8403590f2889123510fb7ee0a3e785f48561efd9a725d1756825e11b11dc962cfb52253f0bf4d59cd8f3ec1925569304b12f0b30f99280d403fa1209bb244
|
|
7
|
+
data.tar.gz: 399edc4e08142c9c3b05eefed9ac0268fb7e7d900ef17569dafb6d7f4e014023016e75ef035efef4ac05a6d171d9f6e60cdb593e9f235d31ea0e60b244c8aa40
|
|
@@ -305,6 +305,9 @@
|
|
|
305
305
|
{"shape":"TooManyRequestsException"},
|
|
306
306
|
{"shape":"LimitExceededException"},
|
|
307
307
|
{"shape":"UserNotFoundException"},
|
|
308
|
+
{"shape":"InvalidSmsRoleAccessPolicyException"},
|
|
309
|
+
{"shape":"InvalidEmailRoleAccessPolicyException"},
|
|
310
|
+
{"shape":"InvalidSmsRoleTrustRelationshipException"},
|
|
308
311
|
{"shape":"InternalErrorException"}
|
|
309
312
|
]
|
|
310
313
|
},
|
|
@@ -2212,6 +2215,7 @@
|
|
|
2212
2215
|
"LambdaConfig":{"shape":"LambdaConfigType"},
|
|
2213
2216
|
"AutoVerifiedAttributes":{"shape":"VerifiedAttributesListType"},
|
|
2214
2217
|
"AliasAttributes":{"shape":"AliasAttributesListType"},
|
|
2218
|
+
"UsernameAttributes":{"shape":"UsernameAttributesListType"},
|
|
2215
2219
|
"SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
|
|
2216
2220
|
"EmailVerificationMessage":{"shape":"EmailVerificationMessageType"},
|
|
2217
2221
|
"EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
|
|
@@ -3757,6 +3761,7 @@
|
|
|
3757
3761
|
"SchemaAttributes":{"shape":"SchemaAttributesListType"},
|
|
3758
3762
|
"AutoVerifiedAttributes":{"shape":"VerifiedAttributesListType"},
|
|
3759
3763
|
"AliasAttributes":{"shape":"AliasAttributesListType"},
|
|
3764
|
+
"UsernameAttributes":{"shape":"UsernameAttributesListType"},
|
|
3760
3765
|
"SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
|
|
3761
3766
|
"EmailVerificationMessage":{"shape":"EmailVerificationMessageType"},
|
|
3762
3767
|
"EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
|
|
@@ -3796,6 +3801,17 @@
|
|
|
3796
3801
|
"MFAOptions":{"shape":"MFAOptionListType"}
|
|
3797
3802
|
}
|
|
3798
3803
|
},
|
|
3804
|
+
"UsernameAttributeType":{
|
|
3805
|
+
"type":"string",
|
|
3806
|
+
"enum":[
|
|
3807
|
+
"phone_number",
|
|
3808
|
+
"email"
|
|
3809
|
+
]
|
|
3810
|
+
},
|
|
3811
|
+
"UsernameAttributesListType":{
|
|
3812
|
+
"type":"list",
|
|
3813
|
+
"member":{"shape":"UsernameAttributeType"}
|
|
3814
|
+
},
|
|
3799
3815
|
"UsernameExistsException":{
|
|
3800
3816
|
"type":"structure",
|
|
3801
3817
|
"members":{
|
|
@@ -310,7 +310,8 @@
|
|
|
310
310
|
"output":{"shape":"ListFunctionsResponse"},
|
|
311
311
|
"errors":[
|
|
312
312
|
{"shape":"ServiceException"},
|
|
313
|
-
{"shape":"TooManyRequestsException"}
|
|
313
|
+
{"shape":"TooManyRequestsException"},
|
|
314
|
+
{"shape":"InvalidParameterValueException"}
|
|
314
315
|
]
|
|
315
316
|
},
|
|
316
317
|
"ListTags":{
|
|
@@ -820,8 +821,8 @@
|
|
|
820
821
|
"FunctionConfiguration":{
|
|
821
822
|
"type":"structure",
|
|
822
823
|
"members":{
|
|
823
|
-
"FunctionName":{"shape":"
|
|
824
|
-
"FunctionArn":{"shape":"
|
|
824
|
+
"FunctionName":{"shape":"NamespacedFunctionName"},
|
|
825
|
+
"FunctionArn":{"shape":"NameSpacedFunctionArn"},
|
|
825
826
|
"Runtime":{"shape":"Runtime"},
|
|
826
827
|
"Role":{"shape":"RoleArn"},
|
|
827
828
|
"Handler":{"shape":"Handler"},
|
|
@@ -836,7 +837,8 @@
|
|
|
836
837
|
"DeadLetterConfig":{"shape":"DeadLetterConfig"},
|
|
837
838
|
"Environment":{"shape":"EnvironmentResponse"},
|
|
838
839
|
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
|
839
|
-
"TracingConfig":{"shape":"TracingConfigResponse"}
|
|
840
|
+
"TracingConfig":{"shape":"TracingConfigResponse"},
|
|
841
|
+
"MasterArn":{"shape":"FunctionArn"}
|
|
840
842
|
}
|
|
841
843
|
},
|
|
842
844
|
"FunctionList":{
|
|
@@ -849,6 +851,10 @@
|
|
|
849
851
|
"min":1,
|
|
850
852
|
"pattern":"(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
|
851
853
|
},
|
|
854
|
+
"FunctionVersion":{
|
|
855
|
+
"type":"string",
|
|
856
|
+
"enum":["ALL"]
|
|
857
|
+
},
|
|
852
858
|
"GetAccountSettingsRequest":{
|
|
853
859
|
"type":"structure",
|
|
854
860
|
"members":{
|
|
@@ -896,7 +902,7 @@
|
|
|
896
902
|
"required":["FunctionName"],
|
|
897
903
|
"members":{
|
|
898
904
|
"FunctionName":{
|
|
899
|
-
"shape":"
|
|
905
|
+
"shape":"NamespacedFunctionName",
|
|
900
906
|
"location":"uri",
|
|
901
907
|
"locationName":"FunctionName"
|
|
902
908
|
},
|
|
@@ -912,7 +918,7 @@
|
|
|
912
918
|
"required":["FunctionName"],
|
|
913
919
|
"members":{
|
|
914
920
|
"FunctionName":{
|
|
915
|
-
"shape":"
|
|
921
|
+
"shape":"NamespacedFunctionName",
|
|
916
922
|
"location":"uri",
|
|
917
923
|
"locationName":"FunctionName"
|
|
918
924
|
},
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
"required":["FunctionName"],
|
|
937
943
|
"members":{
|
|
938
944
|
"FunctionName":{
|
|
939
|
-
"shape":"
|
|
945
|
+
"shape":"NamespacedFunctionName",
|
|
940
946
|
"location":"uri",
|
|
941
947
|
"locationName":"FunctionName"
|
|
942
948
|
},
|
|
@@ -1019,7 +1025,7 @@
|
|
|
1019
1025
|
"required":["FunctionName"],
|
|
1020
1026
|
"members":{
|
|
1021
1027
|
"FunctionName":{
|
|
1022
|
-
"shape":"
|
|
1028
|
+
"shape":"NamespacedFunctionName",
|
|
1023
1029
|
"location":"uri",
|
|
1024
1030
|
"locationName":"FunctionName"
|
|
1025
1031
|
},
|
|
@@ -1084,7 +1090,7 @@
|
|
|
1084
1090
|
],
|
|
1085
1091
|
"members":{
|
|
1086
1092
|
"FunctionName":{
|
|
1087
|
-
"shape":"
|
|
1093
|
+
"shape":"NamespacedFunctionName",
|
|
1088
1094
|
"location":"uri",
|
|
1089
1095
|
"locationName":"FunctionName"
|
|
1090
1096
|
},
|
|
@@ -1211,6 +1217,16 @@
|
|
|
1211
1217
|
"ListFunctionsRequest":{
|
|
1212
1218
|
"type":"structure",
|
|
1213
1219
|
"members":{
|
|
1220
|
+
"MasterRegion":{
|
|
1221
|
+
"shape":"MasterRegion",
|
|
1222
|
+
"location":"querystring",
|
|
1223
|
+
"locationName":"MasterRegion"
|
|
1224
|
+
},
|
|
1225
|
+
"FunctionVersion":{
|
|
1226
|
+
"shape":"FunctionVersion",
|
|
1227
|
+
"location":"querystring",
|
|
1228
|
+
"locationName":"FunctionVersion"
|
|
1229
|
+
},
|
|
1214
1230
|
"Marker":{
|
|
1215
1231
|
"shape":"String",
|
|
1216
1232
|
"location":"querystring",
|
|
@@ -1252,7 +1268,7 @@
|
|
|
1252
1268
|
"required":["FunctionName"],
|
|
1253
1269
|
"members":{
|
|
1254
1270
|
"FunctionName":{
|
|
1255
|
-
"shape":"
|
|
1271
|
+
"shape":"NamespacedFunctionName",
|
|
1256
1272
|
"location":"uri",
|
|
1257
1273
|
"locationName":"FunctionName"
|
|
1258
1274
|
},
|
|
@@ -1283,6 +1299,10 @@
|
|
|
1283
1299
|
]
|
|
1284
1300
|
},
|
|
1285
1301
|
"Long":{"type":"long"},
|
|
1302
|
+
"MasterRegion":{
|
|
1303
|
+
"type":"string",
|
|
1304
|
+
"pattern":"ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}"
|
|
1305
|
+
},
|
|
1286
1306
|
"MaxListItems":{
|
|
1287
1307
|
"type":"integer",
|
|
1288
1308
|
"max":10000,
|
|
@@ -1293,6 +1313,22 @@
|
|
|
1293
1313
|
"max":1536,
|
|
1294
1314
|
"min":128
|
|
1295
1315
|
},
|
|
1316
|
+
"NameSpacedFunctionArn":{
|
|
1317
|
+
"type":"string",
|
|
1318
|
+
"pattern":"arn:aws:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
|
1319
|
+
},
|
|
1320
|
+
"NamespacedFunctionName":{
|
|
1321
|
+
"type":"string",
|
|
1322
|
+
"max":170,
|
|
1323
|
+
"min":1,
|
|
1324
|
+
"pattern":"(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
|
1325
|
+
},
|
|
1326
|
+
"NamespacedStatementId":{
|
|
1327
|
+
"type":"string",
|
|
1328
|
+
"max":100,
|
|
1329
|
+
"min":1,
|
|
1330
|
+
"pattern":"([a-zA-Z0-9-_.]+)"
|
|
1331
|
+
},
|
|
1296
1332
|
"PolicyLengthExceededException":{
|
|
1297
1333
|
"type":"structure",
|
|
1298
1334
|
"members":{
|
|
@@ -1338,7 +1374,7 @@
|
|
|
1338
1374
|
"locationName":"FunctionName"
|
|
1339
1375
|
},
|
|
1340
1376
|
"StatementId":{
|
|
1341
|
-
"shape":"
|
|
1377
|
+
"shape":"NamespacedStatementId",
|
|
1342
1378
|
"location":"uri",
|
|
1343
1379
|
"locationName":"StatementId"
|
|
1344
1380
|
},
|
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.13
|
|
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: 2017-07-
|
|
11
|
+
date: 2017-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|