aws-sdk-core 2.6.36 → 2.6.38

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: 7c1d1329a7790b24b3bf2abdd1a8fae0a335cdca
4
- data.tar.gz: cc0a9cca942c5c15272b1d3451385b3c89b0ca07
3
+ metadata.gz: 12ad17eb527dcd1d7539aac9a128709801566d45
4
+ data.tar.gz: 51425990ec395ce7d67cfc1bc8930c660253b9a0
5
5
  SHA512:
6
- metadata.gz: 53d973743dc5ce9a219d45754542e36622bb897505d238f26ec129af68dd475be512ee37533437520ee4c8647b7029451f9fc13c004d92415b7f0bf3bd181006
7
- data.tar.gz: 41c6236fb35aab5248fd59da5b513e118a706c2a688055fbd2dda5fb158835c7680ae722ffe0f0e20d58aee8b70b15eedbf93a561b1b1ad9080e21a093b6ab40
6
+ metadata.gz: 3c758a9ea1905c879598e9cbd908ca815858db5cd1b3716d232efb45ef1bb7d355fc33b8792e43a3f51a3755d472dc19cd660f62bf170d3ec65eaa7fcec6bd78
7
+ data.tar.gz: 844f74a580a0d75fe91826ada7e8e69e7aa4ccfe4bd0ea678527bfc65a3b0a9d43cde268348414550046b04be140cc705acbd1459e7813a37bf14e14a03ca327
@@ -8,7 +8,7 @@
8
8
  "serviceFullName":"Amazon Cognito Identity Provider",
9
9
  "signatureVersion":"v4",
10
10
  "targetPrefix":"AWSCognitoIdentityProviderService",
11
- "uid":"cognito-identity-2014-06-30"
11
+ "uid":"cognito-idp-2016-04-18"
12
12
  },
13
13
  "operations":{
14
14
  "AddCustomAttributes":{
@@ -28,6 +28,22 @@
28
28
  {"shape":"InternalErrorException"}
29
29
  ]
30
30
  },
31
+ "AdminAddUserToGroup":{
32
+ "name":"AdminAddUserToGroup",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"AdminAddUserToGroupRequest"},
38
+ "errors":[
39
+ {"shape":"InvalidParameterException"},
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"TooManyRequestsException"},
42
+ {"shape":"NotAuthorizedException"},
43
+ {"shape":"UserNotFoundException"},
44
+ {"shape":"InternalErrorException"}
45
+ ]
46
+ },
31
47
  "AdminConfirmSignUp":{
32
48
  "name":"AdminConfirmSignUp",
33
49
  "http":{
@@ -238,6 +254,39 @@
238
254
  {"shape":"NotAuthorizedException"}
239
255
  ]
240
256
  },
257
+ "AdminListGroupsForUser":{
258
+ "name":"AdminListGroupsForUser",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/"
262
+ },
263
+ "input":{"shape":"AdminListGroupsForUserRequest"},
264
+ "output":{"shape":"AdminListGroupsForUserResponse"},
265
+ "errors":[
266
+ {"shape":"InvalidParameterException"},
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"TooManyRequestsException"},
269
+ {"shape":"NotAuthorizedException"},
270
+ {"shape":"UserNotFoundException"},
271
+ {"shape":"InternalErrorException"}
272
+ ]
273
+ },
274
+ "AdminRemoveUserFromGroup":{
275
+ "name":"AdminRemoveUserFromGroup",
276
+ "http":{
277
+ "method":"POST",
278
+ "requestUri":"/"
279
+ },
280
+ "input":{"shape":"AdminRemoveUserFromGroupRequest"},
281
+ "errors":[
282
+ {"shape":"InvalidParameterException"},
283
+ {"shape":"ResourceNotFoundException"},
284
+ {"shape":"TooManyRequestsException"},
285
+ {"shape":"NotAuthorizedException"},
286
+ {"shape":"UserNotFoundException"},
287
+ {"shape":"InternalErrorException"}
288
+ ]
289
+ },
241
290
  "AdminResetUserPassword":{
242
291
  "name":"AdminResetUserPassword",
243
292
  "http":{
@@ -459,6 +508,24 @@
459
508
  ],
460
509
  "authtype":"none"
461
510
  },
511
+ "CreateGroup":{
512
+ "name":"CreateGroup",
513
+ "http":{
514
+ "method":"POST",
515
+ "requestUri":"/"
516
+ },
517
+ "input":{"shape":"CreateGroupRequest"},
518
+ "output":{"shape":"CreateGroupResponse"},
519
+ "errors":[
520
+ {"shape":"InvalidParameterException"},
521
+ {"shape":"GroupExistsException"},
522
+ {"shape":"ResourceNotFoundException"},
523
+ {"shape":"TooManyRequestsException"},
524
+ {"shape":"LimitExceededException"},
525
+ {"shape":"NotAuthorizedException"},
526
+ {"shape":"InternalErrorException"}
527
+ ]
528
+ },
462
529
  "CreateUserImportJob":{
463
530
  "name":"CreateUserImportJob",
464
531
  "http":{
@@ -493,6 +560,7 @@
493
560
  {"shape":"InvalidSmsRoleTrustRelationshipException"},
494
561
  {"shape":"InvalidEmailRoleAccessPolicyException"},
495
562
  {"shape":"NotAuthorizedException"},
563
+ {"shape":"UserPoolTaggingException"},
496
564
  {"shape":"InternalErrorException"}
497
565
  ]
498
566
  },
@@ -513,6 +581,21 @@
513
581
  {"shape":"InternalErrorException"}
514
582
  ]
515
583
  },
584
+ "DeleteGroup":{
585
+ "name":"DeleteGroup",
586
+ "http":{
587
+ "method":"POST",
588
+ "requestUri":"/"
589
+ },
590
+ "input":{"shape":"DeleteGroupRequest"},
591
+ "errors":[
592
+ {"shape":"ResourceNotFoundException"},
593
+ {"shape":"InvalidParameterException"},
594
+ {"shape":"TooManyRequestsException"},
595
+ {"shape":"NotAuthorizedException"},
596
+ {"shape":"InternalErrorException"}
597
+ ]
598
+ },
516
599
  "DeleteUser":{
517
600
  "name":"DeleteUser",
518
601
  "http":{
@@ -612,6 +695,7 @@
612
695
  {"shape":"InvalidParameterException"},
613
696
  {"shape":"TooManyRequestsException"},
614
697
  {"shape":"NotAuthorizedException"},
698
+ {"shape":"UserPoolTaggingException"},
615
699
  {"shape":"InternalErrorException"}
616
700
  ]
617
701
  },
@@ -713,6 +797,22 @@
713
797
  {"shape":"InternalErrorException"}
714
798
  ]
715
799
  },
800
+ "GetGroup":{
801
+ "name":"GetGroup",
802
+ "http":{
803
+ "method":"POST",
804
+ "requestUri":"/"
805
+ },
806
+ "input":{"shape":"GetGroupRequest"},
807
+ "output":{"shape":"GetGroupResponse"},
808
+ "errors":[
809
+ {"shape":"ResourceNotFoundException"},
810
+ {"shape":"InvalidParameterException"},
811
+ {"shape":"TooManyRequestsException"},
812
+ {"shape":"NotAuthorizedException"},
813
+ {"shape":"InternalErrorException"}
814
+ ]
815
+ },
716
816
  "GetUser":{
717
817
  "name":"GetUser",
718
818
  "http":{
@@ -822,6 +922,22 @@
822
922
  {"shape":"InternalErrorException"}
823
923
  ]
824
924
  },
925
+ "ListGroups":{
926
+ "name":"ListGroups",
927
+ "http":{
928
+ "method":"POST",
929
+ "requestUri":"/"
930
+ },
931
+ "input":{"shape":"ListGroupsRequest"},
932
+ "output":{"shape":"ListGroupsResponse"},
933
+ "errors":[
934
+ {"shape":"InvalidParameterException"},
935
+ {"shape":"ResourceNotFoundException"},
936
+ {"shape":"TooManyRequestsException"},
937
+ {"shape":"NotAuthorizedException"},
938
+ {"shape":"InternalErrorException"}
939
+ ]
940
+ },
825
941
  "ListUserImportJobs":{
826
942
  "name":"ListUserImportJobs",
827
943
  "http":{
@@ -885,6 +1001,22 @@
885
1001
  {"shape":"InternalErrorException"}
886
1002
  ]
887
1003
  },
1004
+ "ListUsersInGroup":{
1005
+ "name":"ListUsersInGroup",
1006
+ "http":{
1007
+ "method":"POST",
1008
+ "requestUri":"/"
1009
+ },
1010
+ "input":{"shape":"ListUsersInGroupRequest"},
1011
+ "output":{"shape":"ListUsersInGroupResponse"},
1012
+ "errors":[
1013
+ {"shape":"InvalidParameterException"},
1014
+ {"shape":"ResourceNotFoundException"},
1015
+ {"shape":"TooManyRequestsException"},
1016
+ {"shape":"NotAuthorizedException"},
1017
+ {"shape":"InternalErrorException"}
1018
+ ]
1019
+ },
888
1020
  "ResendConfirmationCode":{
889
1021
  "name":"ResendConfirmationCode",
890
1022
  "http":{
@@ -1040,6 +1172,22 @@
1040
1172
  {"shape":"InternalErrorException"}
1041
1173
  ]
1042
1174
  },
1175
+ "UpdateGroup":{
1176
+ "name":"UpdateGroup",
1177
+ "http":{
1178
+ "method":"POST",
1179
+ "requestUri":"/"
1180
+ },
1181
+ "input":{"shape":"UpdateGroupRequest"},
1182
+ "output":{"shape":"UpdateGroupResponse"},
1183
+ "errors":[
1184
+ {"shape":"ResourceNotFoundException"},
1185
+ {"shape":"InvalidParameterException"},
1186
+ {"shape":"TooManyRequestsException"},
1187
+ {"shape":"NotAuthorizedException"},
1188
+ {"shape":"InternalErrorException"}
1189
+ ]
1190
+ },
1043
1191
  "UpdateUserAttributes":{
1044
1192
  "name":"UpdateUserAttributes",
1045
1193
  "http":{
@@ -1088,6 +1236,7 @@
1088
1236
  {"shape":"InternalErrorException"},
1089
1237
  {"shape":"InvalidSmsRoleAccessPolicyException"},
1090
1238
  {"shape":"InvalidSmsRoleTrustRelationshipException"},
1239
+ {"shape":"UserPoolTaggingException"},
1091
1240
  {"shape":"InvalidEmailRoleAccessPolicyException"}
1092
1241
  ]
1093
1242
  },
@@ -1148,6 +1297,19 @@
1148
1297
  "members":{
1149
1298
  }
1150
1299
  },
1300
+ "AdminAddUserToGroupRequest":{
1301
+ "type":"structure",
1302
+ "required":[
1303
+ "UserPoolId",
1304
+ "Username",
1305
+ "GroupName"
1306
+ ],
1307
+ "members":{
1308
+ "UserPoolId":{"shape":"UserPoolIdType"},
1309
+ "Username":{"shape":"UsernameType"},
1310
+ "GroupName":{"shape":"GroupNameType"}
1311
+ }
1312
+ },
1151
1313
  "AdminConfirmSignUpRequest":{
1152
1314
  "type":"structure",
1153
1315
  "required":[
@@ -1362,6 +1524,39 @@
1362
1524
  "PaginationToken":{"shape":"SearchPaginationTokenType"}
1363
1525
  }
1364
1526
  },
1527
+ "AdminListGroupsForUserRequest":{
1528
+ "type":"structure",
1529
+ "required":[
1530
+ "Username",
1531
+ "UserPoolId"
1532
+ ],
1533
+ "members":{
1534
+ "Username":{"shape":"UsernameType"},
1535
+ "UserPoolId":{"shape":"UserPoolIdType"},
1536
+ "Limit":{"shape":"QueryLimitType"},
1537
+ "NextToken":{"shape":"PaginationKey"}
1538
+ }
1539
+ },
1540
+ "AdminListGroupsForUserResponse":{
1541
+ "type":"structure",
1542
+ "members":{
1543
+ "Groups":{"shape":"GroupListType"},
1544
+ "NextToken":{"shape":"PaginationKey"}
1545
+ }
1546
+ },
1547
+ "AdminRemoveUserFromGroupRequest":{
1548
+ "type":"structure",
1549
+ "required":[
1550
+ "UserPoolId",
1551
+ "Username",
1552
+ "GroupName"
1553
+ ],
1554
+ "members":{
1555
+ "UserPoolId":{"shape":"UserPoolIdType"},
1556
+ "Username":{"shape":"UsernameType"},
1557
+ "GroupName":{"shape":"GroupNameType"}
1558
+ }
1559
+ },
1365
1560
  "AdminResetUserPasswordRequest":{
1366
1561
  "type":"structure",
1367
1562
  "required":[
@@ -1739,6 +1934,26 @@
1739
1934
  "min":1,
1740
1935
  "pattern":"[\\S]+"
1741
1936
  },
1937
+ "CreateGroupRequest":{
1938
+ "type":"structure",
1939
+ "required":[
1940
+ "GroupName",
1941
+ "UserPoolId"
1942
+ ],
1943
+ "members":{
1944
+ "GroupName":{"shape":"GroupNameType"},
1945
+ "UserPoolId":{"shape":"UserPoolIdType"},
1946
+ "Description":{"shape":"DescriptionType"},
1947
+ "RoleArn":{"shape":"ArnType"},
1948
+ "Precedence":{"shape":"PrecedenceType"}
1949
+ }
1950
+ },
1951
+ "CreateGroupResponse":{
1952
+ "type":"structure",
1953
+ "members":{
1954
+ "Group":{"shape":"GroupType"}
1955
+ }
1956
+ },
1742
1957
  "CreateUserImportJobRequest":{
1743
1958
  "type":"structure",
1744
1959
  "required":[
@@ -1797,6 +2012,7 @@
1797
2012
  "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
1798
2013
  "EmailConfiguration":{"shape":"EmailConfigurationType"},
1799
2014
  "SmsConfiguration":{"shape":"SmsConfigurationType"},
2015
+ "UserPoolTags":{"shape":"UserPoolTagsType"},
1800
2016
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
1801
2017
  "Schema":{"shape":"SchemaAttributesListType"}
1802
2018
  }
@@ -1820,6 +2036,17 @@
1820
2036
  "min":1
1821
2037
  },
1822
2038
  "DateType":{"type":"timestamp"},
2039
+ "DeleteGroupRequest":{
2040
+ "type":"structure",
2041
+ "required":[
2042
+ "GroupName",
2043
+ "UserPoolId"
2044
+ ],
2045
+ "members":{
2046
+ "GroupName":{"shape":"GroupNameType"},
2047
+ "UserPoolId":{"shape":"UserPoolIdType"}
2048
+ }
2049
+ },
1823
2050
  "DeleteUserAttributesRequest":{
1824
2051
  "type":"structure",
1825
2052
  "required":["UserAttributeNames"],
@@ -1915,6 +2142,10 @@
1915
2142
  "UserPool":{"shape":"UserPoolType"}
1916
2143
  }
1917
2144
  },
2145
+ "DescriptionType":{
2146
+ "type":"string",
2147
+ "max":2048
2148
+ },
1918
2149
  "DeviceConfigurationType":{
1919
2150
  "type":"structure",
1920
2151
  "members":{
@@ -2059,6 +2290,23 @@
2059
2290
  "Device":{"shape":"DeviceType"}
2060
2291
  }
2061
2292
  },
2293
+ "GetGroupRequest":{
2294
+ "type":"structure",
2295
+ "required":[
2296
+ "GroupName",
2297
+ "UserPoolId"
2298
+ ],
2299
+ "members":{
2300
+ "GroupName":{"shape":"GroupNameType"},
2301
+ "UserPoolId":{"shape":"UserPoolIdType"}
2302
+ }
2303
+ },
2304
+ "GetGroupResponse":{
2305
+ "type":"structure",
2306
+ "members":{
2307
+ "Group":{"shape":"GroupType"}
2308
+ }
2309
+ },
2062
2310
  "GetUserAttributeVerificationCodeRequest":{
2063
2311
  "type":"structure",
2064
2312
  "required":["AttributeName"],
@@ -2102,6 +2350,35 @@
2102
2350
  "members":{
2103
2351
  }
2104
2352
  },
2353
+ "GroupExistsException":{
2354
+ "type":"structure",
2355
+ "members":{
2356
+ "message":{"shape":"MessageType"}
2357
+ },
2358
+ "exception":true
2359
+ },
2360
+ "GroupListType":{
2361
+ "type":"list",
2362
+ "member":{"shape":"GroupType"}
2363
+ },
2364
+ "GroupNameType":{
2365
+ "type":"string",
2366
+ "max":128,
2367
+ "min":1,
2368
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
2369
+ },
2370
+ "GroupType":{
2371
+ "type":"structure",
2372
+ "members":{
2373
+ "GroupName":{"shape":"GroupNameType"},
2374
+ "UserPoolId":{"shape":"UserPoolIdType"},
2375
+ "Description":{"shape":"DescriptionType"},
2376
+ "RoleArn":{"shape":"ArnType"},
2377
+ "Precedence":{"shape":"PrecedenceType"},
2378
+ "LastModifiedDate":{"shape":"DateType"},
2379
+ "CreationDate":{"shape":"DateType"}
2380
+ }
2381
+ },
2105
2382
  "InitiateAuthRequest":{
2106
2383
  "type":"structure",
2107
2384
  "required":[
@@ -2218,6 +2495,22 @@
2218
2495
  "PaginationToken":{"shape":"SearchPaginationTokenType"}
2219
2496
  }
2220
2497
  },
2498
+ "ListGroupsRequest":{
2499
+ "type":"structure",
2500
+ "required":["UserPoolId"],
2501
+ "members":{
2502
+ "UserPoolId":{"shape":"UserPoolIdType"},
2503
+ "Limit":{"shape":"QueryLimitType"},
2504
+ "NextToken":{"shape":"PaginationKey"}
2505
+ }
2506
+ },
2507
+ "ListGroupsResponse":{
2508
+ "type":"structure",
2509
+ "members":{
2510
+ "Groups":{"shape":"GroupListType"},
2511
+ "NextToken":{"shape":"PaginationKey"}
2512
+ }
2513
+ },
2221
2514
  "ListOfStringTypes":{
2222
2515
  "type":"list",
2223
2516
  "member":{"shape":"StringType"}
@@ -2272,6 +2565,26 @@
2272
2565
  "NextToken":{"shape":"PaginationKeyType"}
2273
2566
  }
2274
2567
  },
2568
+ "ListUsersInGroupRequest":{
2569
+ "type":"structure",
2570
+ "required":[
2571
+ "UserPoolId",
2572
+ "GroupName"
2573
+ ],
2574
+ "members":{
2575
+ "UserPoolId":{"shape":"UserPoolIdType"},
2576
+ "GroupName":{"shape":"GroupNameType"},
2577
+ "Limit":{"shape":"QueryLimitType"},
2578
+ "NextToken":{"shape":"PaginationKey"}
2579
+ }
2580
+ },
2581
+ "ListUsersInGroupResponse":{
2582
+ "type":"structure",
2583
+ "members":{
2584
+ "Users":{"shape":"UsersListType"},
2585
+ "NextToken":{"shape":"PaginationKey"}
2586
+ }
2587
+ },
2275
2588
  "ListUsersRequest":{
2276
2589
  "type":"structure",
2277
2590
  "required":["UserPoolId"],
@@ -2395,6 +2708,10 @@
2395
2708
  "max":2048,
2396
2709
  "min":0
2397
2710
  },
2711
+ "PrecedenceType":{
2712
+ "type":"integer",
2713
+ "min":0
2714
+ },
2398
2715
  "PreconditionNotMetException":{
2399
2716
  "type":"structure",
2400
2717
  "members":{
@@ -2664,6 +2981,26 @@
2664
2981
  "members":{
2665
2982
  }
2666
2983
  },
2984
+ "UpdateGroupRequest":{
2985
+ "type":"structure",
2986
+ "required":[
2987
+ "GroupName",
2988
+ "UserPoolId"
2989
+ ],
2990
+ "members":{
2991
+ "GroupName":{"shape":"GroupNameType"},
2992
+ "UserPoolId":{"shape":"UserPoolIdType"},
2993
+ "Description":{"shape":"DescriptionType"},
2994
+ "RoleArn":{"shape":"ArnType"},
2995
+ "Precedence":{"shape":"PrecedenceType"}
2996
+ }
2997
+ },
2998
+ "UpdateGroupResponse":{
2999
+ "type":"structure",
3000
+ "members":{
3001
+ "Group":{"shape":"GroupType"}
3002
+ }
3003
+ },
2667
3004
  "UpdateUserAttributesRequest":{
2668
3005
  "type":"structure",
2669
3006
  "required":["UserAttributes"],
@@ -2716,6 +3053,7 @@
2716
3053
  "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
2717
3054
  "EmailConfiguration":{"shape":"EmailConfigurationType"},
2718
3055
  "SmsConfiguration":{"shape":"SmsConfigurationType"},
3056
+ "UserPoolTags":{"shape":"UserPoolTagsType"},
2719
3057
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"}
2720
3058
  }
2721
3059
  },
@@ -2873,6 +3211,18 @@
2873
3211
  "PasswordPolicy":{"shape":"PasswordPolicyType"}
2874
3212
  }
2875
3213
  },
3214
+ "UserPoolTaggingException":{
3215
+ "type":"structure",
3216
+ "members":{
3217
+ "message":{"shape":"MessageType"}
3218
+ },
3219
+ "exception":true
3220
+ },
3221
+ "UserPoolTagsType":{
3222
+ "type":"map",
3223
+ "key":{"shape":"StringType"},
3224
+ "value":{"shape":"StringType"}
3225
+ },
2876
3226
  "UserPoolType":{
2877
3227
  "type":"structure",
2878
3228
  "members":{
@@ -2895,6 +3245,7 @@
2895
3245
  "EstimatedNumberOfUsers":{"shape":"IntegerType"},
2896
3246
  "EmailConfiguration":{"shape":"EmailConfigurationType"},
2897
3247
  "SmsConfiguration":{"shape":"SmsConfigurationType"},
3248
+ "UserPoolTags":{"shape":"UserPoolTagsType"},
2898
3249
  "SmsConfigurationFailure":{"shape":"StringType"},
2899
3250
  "EmailConfigurationFailure":{"shape":"StringType"},
2900
3251
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"}