aws-sdk-core 2.11.601 → 2.11.606
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/accessanalyzer/2019-11-01/api-2.json +42 -8
- data/apis/amplify/2017-07-25/api-2.json +5 -0
- data/apis/budgets/2016-10-20/api-2.json +614 -0
- data/apis/budgets/2016-10-20/paginators-1.json +18 -0
- data/apis/ce/2017-10-25/api-2.json +45 -5
- data/apis/compute-optimizer/2019-11-01/api-2.json +13 -1
- data/apis/dms/2016-01-01/api-2.json +98 -6
- data/apis/ec2/2016-11-15/api-2.json +38 -2
- data/apis/eks/2017-11-01/api-2.json +4 -2
- data/apis/elasticache/2015-02-02/api-2.json +584 -13
- data/apis/elasticache/2015-02-02/paginators-1.json +12 -0
- data/apis/eventbridge/2015-10-07/api-2.json +31 -1
- data/apis/events/2015-10-07/api-2.json +31 -1
- data/apis/groundstation/2019-05-23/api-2.json +2 -0
- data/apis/iot/2015-05-28/api-2.json +18 -5
- data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +6 -3
- data/apis/macie2/2020-01-01/api-2.json +160 -1
- data/apis/marketplace-catalog/2018-09-17/api-2.json +10 -1
- data/apis/medialive/2017-10-14/api-2.json +296 -6
- data/apis/mediapackage/2017-10-12/api-2.json +167 -0
- data/apis/rds/2014-10-31/api-2.json +11 -5
- data/apis/rekognition/2016-06-27/api-2.json +144 -4
- data/apis/sagemaker/2017-07-24/api-2.json +2 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +36 -0
- data/apis/servicecatalog/2015-12-10/paginators-1.json +5 -0
- data/apis/snowball/2016-06-30/api-2.json +117 -0
- data/apis/ssm/2014-11-06/api-2.json +43 -2
- data/apis/transfer/2018-11-05/api-2.json +12 -1
- data/apis/workmail/2017-10-01/api-2.json +124 -5
- data/apis/xray/2016-04-12/api-2.json +3 -1
- data/apis/xray/2016-04-12/paginators-1.json +0 -15
- data/endpoints.json +10 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -724,7 +724,8 @@
|
|
724
724
|
"Unknown",
|
725
725
|
"NodeCreationFailure",
|
726
726
|
"PodEvictionFailure",
|
727
|
-
"InsufficientFreeAddresses"
|
727
|
+
"InsufficientFreeAddresses",
|
728
|
+
"ClusterUnreachable"
|
728
729
|
]
|
729
730
|
},
|
730
731
|
"ErrorDetail":{
|
@@ -1071,7 +1072,8 @@
|
|
1071
1072
|
"InstanceLimitExceeded",
|
1072
1073
|
"InsufficientFreeAddresses",
|
1073
1074
|
"AccessDenied",
|
1074
|
-
"InternalFailure"
|
1075
|
+
"InternalFailure",
|
1076
|
+
"ClusterUnreachable"
|
1075
1077
|
]
|
1076
1078
|
},
|
1077
1079
|
"NodegroupResources":{
|
@@ -197,7 +197,8 @@
|
|
197
197
|
{"shape":"CacheSubnetGroupAlreadyExistsFault"},
|
198
198
|
{"shape":"CacheSubnetGroupQuotaExceededFault"},
|
199
199
|
{"shape":"CacheSubnetQuotaExceededFault"},
|
200
|
-
{"shape":"InvalidSubnet"}
|
200
|
+
{"shape":"InvalidSubnet"},
|
201
|
+
{"shape":"SubnetNotAllowedFault"}
|
201
202
|
]
|
202
203
|
},
|
203
204
|
"CreateGlobalReplicationGroup":{
|
@@ -234,6 +235,8 @@
|
|
234
235
|
{"shape":"CacheClusterNotFoundFault"},
|
235
236
|
{"shape":"InvalidCacheClusterStateFault"},
|
236
237
|
{"shape":"ReplicationGroupAlreadyExistsFault"},
|
238
|
+
{"shape":"InvalidUserGroupStateFault"},
|
239
|
+
{"shape":"UserGroupNotFoundFault"},
|
237
240
|
{"shape":"InsufficientCacheClusterCapacityFault"},
|
238
241
|
{"shape":"CacheSecurityGroupNotFoundFault"},
|
239
242
|
{"shape":"CacheSubnetGroupNotFoundFault"},
|
@@ -273,6 +276,45 @@
|
|
273
276
|
{"shape":"InvalidParameterValueException"}
|
274
277
|
]
|
275
278
|
},
|
279
|
+
"CreateUser":{
|
280
|
+
"name":"CreateUser",
|
281
|
+
"http":{
|
282
|
+
"method":"POST",
|
283
|
+
"requestUri":"/"
|
284
|
+
},
|
285
|
+
"input":{"shape":"CreateUserMessage"},
|
286
|
+
"output":{
|
287
|
+
"shape":"User",
|
288
|
+
"resultWrapper":"CreateUserResult"
|
289
|
+
},
|
290
|
+
"errors":[
|
291
|
+
{"shape":"UserAlreadyExistsFault"},
|
292
|
+
{"shape":"UserQuotaExceededFault"},
|
293
|
+
{"shape":"DuplicateUserNameFault"},
|
294
|
+
{"shape":"InvalidParameterValueException"},
|
295
|
+
{"shape":"InvalidParameterCombinationException"}
|
296
|
+
]
|
297
|
+
},
|
298
|
+
"CreateUserGroup":{
|
299
|
+
"name":"CreateUserGroup",
|
300
|
+
"http":{
|
301
|
+
"method":"POST",
|
302
|
+
"requestUri":"/"
|
303
|
+
},
|
304
|
+
"input":{"shape":"CreateUserGroupMessage"},
|
305
|
+
"output":{
|
306
|
+
"shape":"UserGroup",
|
307
|
+
"resultWrapper":"CreateUserGroupResult"
|
308
|
+
},
|
309
|
+
"errors":[
|
310
|
+
{"shape":"UserNotFoundFault"},
|
311
|
+
{"shape":"DuplicateUserNameFault"},
|
312
|
+
{"shape":"UserGroupAlreadyExistsFault"},
|
313
|
+
{"shape":"DefaultUserRequired"},
|
314
|
+
{"shape":"UserGroupQuotaExceededFault"},
|
315
|
+
{"shape":"InvalidParameterValueException"}
|
316
|
+
]
|
317
|
+
},
|
276
318
|
"DecreaseNodeGroupsInGlobalReplicationGroup":{
|
277
319
|
"name":"DecreaseNodeGroupsInGlobalReplicationGroup",
|
278
320
|
"http":{
|
@@ -434,6 +476,41 @@
|
|
434
476
|
{"shape":"InvalidParameterCombinationException"}
|
435
477
|
]
|
436
478
|
},
|
479
|
+
"DeleteUser":{
|
480
|
+
"name":"DeleteUser",
|
481
|
+
"http":{
|
482
|
+
"method":"POST",
|
483
|
+
"requestUri":"/"
|
484
|
+
},
|
485
|
+
"input":{"shape":"DeleteUserMessage"},
|
486
|
+
"output":{
|
487
|
+
"shape":"User",
|
488
|
+
"resultWrapper":"DeleteUserResult"
|
489
|
+
},
|
490
|
+
"errors":[
|
491
|
+
{"shape":"InvalidUserStateFault"},
|
492
|
+
{"shape":"UserNotFoundFault"},
|
493
|
+
{"shape":"InvalidParameterValueException"},
|
494
|
+
{"shape":"DefaultUserAssociatedToUserGroupFault"}
|
495
|
+
]
|
496
|
+
},
|
497
|
+
"DeleteUserGroup":{
|
498
|
+
"name":"DeleteUserGroup",
|
499
|
+
"http":{
|
500
|
+
"method":"POST",
|
501
|
+
"requestUri":"/"
|
502
|
+
},
|
503
|
+
"input":{"shape":"DeleteUserGroupMessage"},
|
504
|
+
"output":{
|
505
|
+
"shape":"UserGroup",
|
506
|
+
"resultWrapper":"DeleteUserGroupResult"
|
507
|
+
},
|
508
|
+
"errors":[
|
509
|
+
{"shape":"UserGroupNotFoundFault"},
|
510
|
+
{"shape":"InvalidUserGroupStateFault"},
|
511
|
+
{"shape":"InvalidParameterValueException"}
|
512
|
+
]
|
513
|
+
},
|
437
514
|
"DescribeCacheClusters":{
|
438
515
|
"name":"DescribeCacheClusters",
|
439
516
|
"http":{
|
@@ -680,6 +757,38 @@
|
|
680
757
|
{"shape":"InvalidParameterCombinationException"}
|
681
758
|
]
|
682
759
|
},
|
760
|
+
"DescribeUserGroups":{
|
761
|
+
"name":"DescribeUserGroups",
|
762
|
+
"http":{
|
763
|
+
"method":"POST",
|
764
|
+
"requestUri":"/"
|
765
|
+
},
|
766
|
+
"input":{"shape":"DescribeUserGroupsMessage"},
|
767
|
+
"output":{
|
768
|
+
"shape":"DescribeUserGroupsResult",
|
769
|
+
"resultWrapper":"DescribeUserGroupsResult"
|
770
|
+
},
|
771
|
+
"errors":[
|
772
|
+
{"shape":"UserGroupNotFoundFault"},
|
773
|
+
{"shape":"InvalidParameterCombinationException"}
|
774
|
+
]
|
775
|
+
},
|
776
|
+
"DescribeUsers":{
|
777
|
+
"name":"DescribeUsers",
|
778
|
+
"http":{
|
779
|
+
"method":"POST",
|
780
|
+
"requestUri":"/"
|
781
|
+
},
|
782
|
+
"input":{"shape":"DescribeUsersMessage"},
|
783
|
+
"output":{
|
784
|
+
"shape":"DescribeUsersResult",
|
785
|
+
"resultWrapper":"DescribeUsersResult"
|
786
|
+
},
|
787
|
+
"errors":[
|
788
|
+
{"shape":"UserNotFoundFault"},
|
789
|
+
{"shape":"InvalidParameterCombinationException"}
|
790
|
+
]
|
791
|
+
},
|
683
792
|
"DisassociateGlobalReplicationGroup":{
|
684
793
|
"name":"DisassociateGlobalReplicationGroup",
|
685
794
|
"http":{
|
@@ -853,7 +962,8 @@
|
|
853
962
|
{"shape":"CacheSubnetGroupNotFoundFault"},
|
854
963
|
{"shape":"CacheSubnetQuotaExceededFault"},
|
855
964
|
{"shape":"SubnetInUse"},
|
856
|
-
{"shape":"InvalidSubnet"}
|
965
|
+
{"shape":"InvalidSubnet"},
|
966
|
+
{"shape":"SubnetNotAllowedFault"}
|
857
967
|
]
|
858
968
|
},
|
859
969
|
"ModifyGlobalReplicationGroup":{
|
@@ -887,6 +997,8 @@
|
|
887
997
|
"errors":[
|
888
998
|
{"shape":"ReplicationGroupNotFoundFault"},
|
889
999
|
{"shape":"InvalidReplicationGroupStateFault"},
|
1000
|
+
{"shape":"InvalidUserGroupStateFault"},
|
1001
|
+
{"shape":"UserGroupNotFoundFault"},
|
890
1002
|
{"shape":"InvalidCacheClusterStateFault"},
|
891
1003
|
{"shape":"InvalidCacheSecurityGroupStateFault"},
|
892
1004
|
{"shape":"InsufficientCacheClusterCapacityFault"},
|
@@ -925,6 +1037,45 @@
|
|
925
1037
|
{"shape":"InvalidParameterCombinationException"}
|
926
1038
|
]
|
927
1039
|
},
|
1040
|
+
"ModifyUser":{
|
1041
|
+
"name":"ModifyUser",
|
1042
|
+
"http":{
|
1043
|
+
"method":"POST",
|
1044
|
+
"requestUri":"/"
|
1045
|
+
},
|
1046
|
+
"input":{"shape":"ModifyUserMessage"},
|
1047
|
+
"output":{
|
1048
|
+
"shape":"User",
|
1049
|
+
"resultWrapper":"ModifyUserResult"
|
1050
|
+
},
|
1051
|
+
"errors":[
|
1052
|
+
{"shape":"UserNotFoundFault"},
|
1053
|
+
{"shape":"InvalidUserStateFault"},
|
1054
|
+
{"shape":"InvalidParameterValueException"},
|
1055
|
+
{"shape":"InvalidParameterCombinationException"}
|
1056
|
+
]
|
1057
|
+
},
|
1058
|
+
"ModifyUserGroup":{
|
1059
|
+
"name":"ModifyUserGroup",
|
1060
|
+
"http":{
|
1061
|
+
"method":"POST",
|
1062
|
+
"requestUri":"/"
|
1063
|
+
},
|
1064
|
+
"input":{"shape":"ModifyUserGroupMessage"},
|
1065
|
+
"output":{
|
1066
|
+
"shape":"UserGroup",
|
1067
|
+
"resultWrapper":"ModifyUserGroupResult"
|
1068
|
+
},
|
1069
|
+
"errors":[
|
1070
|
+
{"shape":"UserGroupNotFoundFault"},
|
1071
|
+
{"shape":"UserNotFoundFault"},
|
1072
|
+
{"shape":"DuplicateUserNameFault"},
|
1073
|
+
{"shape":"DefaultUserRequired"},
|
1074
|
+
{"shape":"InvalidUserGroupStateFault"},
|
1075
|
+
{"shape":"InvalidParameterValueException"},
|
1076
|
+
{"shape":"InvalidParameterCombinationException"}
|
1077
|
+
]
|
1078
|
+
},
|
928
1079
|
"PurchaseReservedCacheNodesOffering":{
|
929
1080
|
"name":"PurchaseReservedCacheNodesOffering",
|
930
1081
|
"http":{
|
@@ -1094,6 +1245,10 @@
|
|
1094
1245
|
"cross-az"
|
1095
1246
|
]
|
1096
1247
|
},
|
1248
|
+
"AccessString":{
|
1249
|
+
"type":"string",
|
1250
|
+
"pattern":".*\\S.*"
|
1251
|
+
},
|
1097
1252
|
"AddTagsToResourceMessage":{
|
1098
1253
|
"type":"structure",
|
1099
1254
|
"required":[
|
@@ -1129,7 +1284,22 @@
|
|
1129
1284
|
"type":"string",
|
1130
1285
|
"enum":[
|
1131
1286
|
"SET",
|
1132
|
-
"ROTATE"
|
1287
|
+
"ROTATE",
|
1288
|
+
"DELETE"
|
1289
|
+
]
|
1290
|
+
},
|
1291
|
+
"Authentication":{
|
1292
|
+
"type":"structure",
|
1293
|
+
"members":{
|
1294
|
+
"Type":{"shape":"AuthenticationType"},
|
1295
|
+
"PasswordCount":{"shape":"IntegerOptional"}
|
1296
|
+
}
|
1297
|
+
},
|
1298
|
+
"AuthenticationType":{
|
1299
|
+
"type":"string",
|
1300
|
+
"enum":[
|
1301
|
+
"password",
|
1302
|
+
"no-password"
|
1133
1303
|
]
|
1134
1304
|
},
|
1135
1305
|
"AuthorizationAlreadyExistsFault":{
|
@@ -1229,6 +1399,7 @@
|
|
1229
1399
|
"CacheClusterStatus":{"shape":"String"},
|
1230
1400
|
"NumCacheNodes":{"shape":"IntegerOptional"},
|
1231
1401
|
"PreferredAvailabilityZone":{"shape":"String"},
|
1402
|
+
"PreferredOutpostArn":{"shape":"String"},
|
1232
1403
|
"CacheClusterCreateTime":{"shape":"TStamp"},
|
1233
1404
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
1234
1405
|
"PendingModifiedValues":{"shape":"PendingModifiedValues"},
|
@@ -1324,7 +1495,8 @@
|
|
1324
1495
|
"Endpoint":{"shape":"Endpoint"},
|
1325
1496
|
"ParameterGroupStatus":{"shape":"String"},
|
1326
1497
|
"SourceCacheNodeId":{"shape":"String"},
|
1327
|
-
"CustomerAvailabilityZone":{"shape":"String"}
|
1498
|
+
"CustomerAvailabilityZone":{"shape":"String"},
|
1499
|
+
"CustomerOutpostArn":{"shape":"String"}
|
1328
1500
|
}
|
1329
1501
|
},
|
1330
1502
|
"CacheNodeIdsList":{
|
@@ -1683,7 +1855,8 @@
|
|
1683
1855
|
"members":{
|
1684
1856
|
"NodeGroupId":{"shape":"AllowedNodeGroupId"},
|
1685
1857
|
"NewReplicaCount":{"shape":"Integer"},
|
1686
|
-
"PreferredAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"}
|
1858
|
+
"PreferredAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"},
|
1859
|
+
"PreferredOutpostArns":{"shape":"PreferredOutpostArnList"}
|
1687
1860
|
}
|
1688
1861
|
},
|
1689
1862
|
"CopySnapshotMessage":{
|
@@ -1731,7 +1904,10 @@
|
|
1731
1904
|
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
|
1732
1905
|
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
|
1733
1906
|
"SnapshotWindow":{"shape":"String"},
|
1734
|
-
"AuthToken":{"shape":"String"}
|
1907
|
+
"AuthToken":{"shape":"String"},
|
1908
|
+
"OutpostMode":{"shape":"OutpostMode"},
|
1909
|
+
"PreferredOutpostArn":{"shape":"String"},
|
1910
|
+
"PreferredOutpostArns":{"shape":"PreferredOutpostArnList"}
|
1735
1911
|
}
|
1736
1912
|
},
|
1737
1913
|
"CreateCacheClusterResult":{
|
@@ -1850,7 +2026,8 @@
|
|
1850
2026
|
"AuthToken":{"shape":"String"},
|
1851
2027
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
1852
2028
|
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
1853
|
-
"KmsKeyId":{"shape":"String"}
|
2029
|
+
"KmsKeyId":{"shape":"String"},
|
2030
|
+
"UserGroupIds":{"shape":"UserGroupIdListInput"}
|
1854
2031
|
}
|
1855
2032
|
},
|
1856
2033
|
"CreateReplicationGroupResult":{
|
@@ -1875,6 +2052,35 @@
|
|
1875
2052
|
"Snapshot":{"shape":"Snapshot"}
|
1876
2053
|
}
|
1877
2054
|
},
|
2055
|
+
"CreateUserGroupMessage":{
|
2056
|
+
"type":"structure",
|
2057
|
+
"required":[
|
2058
|
+
"UserGroupId",
|
2059
|
+
"Engine"
|
2060
|
+
],
|
2061
|
+
"members":{
|
2062
|
+
"UserGroupId":{"shape":"String"},
|
2063
|
+
"Engine":{"shape":"EngineType"},
|
2064
|
+
"UserIds":{"shape":"UserIdListInput"}
|
2065
|
+
}
|
2066
|
+
},
|
2067
|
+
"CreateUserMessage":{
|
2068
|
+
"type":"structure",
|
2069
|
+
"required":[
|
2070
|
+
"UserId",
|
2071
|
+
"UserName",
|
2072
|
+
"Engine",
|
2073
|
+
"AccessString"
|
2074
|
+
],
|
2075
|
+
"members":{
|
2076
|
+
"UserId":{"shape":"UserId"},
|
2077
|
+
"UserName":{"shape":"UserName"},
|
2078
|
+
"Engine":{"shape":"EngineType"},
|
2079
|
+
"Passwords":{"shape":"PasswordListInput"},
|
2080
|
+
"AccessString":{"shape":"AccessString"},
|
2081
|
+
"NoPasswordRequired":{"shape":"BooleanOptional"}
|
2082
|
+
}
|
2083
|
+
},
|
1878
2084
|
"CustomerNodeEndpoint":{
|
1879
2085
|
"type":"structure",
|
1880
2086
|
"members":{
|
@@ -1927,6 +2133,28 @@
|
|
1927
2133
|
"ReplicationGroup":{"shape":"ReplicationGroup"}
|
1928
2134
|
}
|
1929
2135
|
},
|
2136
|
+
"DefaultUserAssociatedToUserGroupFault":{
|
2137
|
+
"type":"structure",
|
2138
|
+
"members":{
|
2139
|
+
},
|
2140
|
+
"error":{
|
2141
|
+
"code":"DefaultUserAssociatedToUserGroup",
|
2142
|
+
"httpStatusCode":400,
|
2143
|
+
"senderFault":true
|
2144
|
+
},
|
2145
|
+
"exception":true
|
2146
|
+
},
|
2147
|
+
"DefaultUserRequired":{
|
2148
|
+
"type":"structure",
|
2149
|
+
"members":{
|
2150
|
+
},
|
2151
|
+
"error":{
|
2152
|
+
"code":"DefaultUserRequired",
|
2153
|
+
"httpStatusCode":400,
|
2154
|
+
"senderFault":true
|
2155
|
+
},
|
2156
|
+
"exception":true
|
2157
|
+
},
|
1930
2158
|
"DeleteCacheClusterMessage":{
|
1931
2159
|
"type":"structure",
|
1932
2160
|
"required":["CacheClusterId"],
|
@@ -2007,6 +2235,20 @@
|
|
2007
2235
|
"Snapshot":{"shape":"Snapshot"}
|
2008
2236
|
}
|
2009
2237
|
},
|
2238
|
+
"DeleteUserGroupMessage":{
|
2239
|
+
"type":"structure",
|
2240
|
+
"required":["UserGroupId"],
|
2241
|
+
"members":{
|
2242
|
+
"UserGroupId":{"shape":"String"}
|
2243
|
+
}
|
2244
|
+
},
|
2245
|
+
"DeleteUserMessage":{
|
2246
|
+
"type":"structure",
|
2247
|
+
"required":["UserId"],
|
2248
|
+
"members":{
|
2249
|
+
"UserId":{"shape":"UserId"}
|
2250
|
+
}
|
2251
|
+
},
|
2010
2252
|
"DescribeCacheClustersMessage":{
|
2011
2253
|
"type":"structure",
|
2012
2254
|
"members":{
|
@@ -2181,6 +2423,38 @@
|
|
2181
2423
|
"Marker":{"shape":"String"}
|
2182
2424
|
}
|
2183
2425
|
},
|
2426
|
+
"DescribeUserGroupsMessage":{
|
2427
|
+
"type":"structure",
|
2428
|
+
"members":{
|
2429
|
+
"UserGroupId":{"shape":"String"},
|
2430
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
2431
|
+
"Marker":{"shape":"String"}
|
2432
|
+
}
|
2433
|
+
},
|
2434
|
+
"DescribeUserGroupsResult":{
|
2435
|
+
"type":"structure",
|
2436
|
+
"members":{
|
2437
|
+
"UserGroups":{"shape":"UserGroupList"},
|
2438
|
+
"Marker":{"shape":"String"}
|
2439
|
+
}
|
2440
|
+
},
|
2441
|
+
"DescribeUsersMessage":{
|
2442
|
+
"type":"structure",
|
2443
|
+
"members":{
|
2444
|
+
"Engine":{"shape":"EngineType"},
|
2445
|
+
"UserId":{"shape":"UserId"},
|
2446
|
+
"Filters":{"shape":"FilterList"},
|
2447
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
2448
|
+
"Marker":{"shape":"String"}
|
2449
|
+
}
|
2450
|
+
},
|
2451
|
+
"DescribeUsersResult":{
|
2452
|
+
"type":"structure",
|
2453
|
+
"members":{
|
2454
|
+
"Users":{"shape":"UserList"},
|
2455
|
+
"Marker":{"shape":"String"}
|
2456
|
+
}
|
2457
|
+
},
|
2184
2458
|
"DisassociateGlobalReplicationGroupMessage":{
|
2185
2459
|
"type":"structure",
|
2186
2460
|
"required":[
|
@@ -2201,6 +2475,17 @@
|
|
2201
2475
|
}
|
2202
2476
|
},
|
2203
2477
|
"Double":{"type":"double"},
|
2478
|
+
"DuplicateUserNameFault":{
|
2479
|
+
"type":"structure",
|
2480
|
+
"members":{
|
2481
|
+
},
|
2482
|
+
"error":{
|
2483
|
+
"code":"DuplicateUserName",
|
2484
|
+
"httpStatusCode":400,
|
2485
|
+
"senderFault":true
|
2486
|
+
},
|
2487
|
+
"exception":true
|
2488
|
+
},
|
2204
2489
|
"EC2SecurityGroup":{
|
2205
2490
|
"type":"structure",
|
2206
2491
|
"members":{
|
@@ -2233,6 +2518,10 @@
|
|
2233
2518
|
},
|
2234
2519
|
"wrapper":true
|
2235
2520
|
},
|
2521
|
+
"EngineType":{
|
2522
|
+
"type":"string",
|
2523
|
+
"pattern":"[a-zA-Z]*"
|
2524
|
+
},
|
2236
2525
|
"Event":{
|
2237
2526
|
"type":"structure",
|
2238
2527
|
"members":{
|
@@ -2275,6 +2564,34 @@
|
|
2275
2564
|
"GlobalReplicationGroup":{"shape":"GlobalReplicationGroup"}
|
2276
2565
|
}
|
2277
2566
|
},
|
2567
|
+
"Filter":{
|
2568
|
+
"type":"structure",
|
2569
|
+
"required":[
|
2570
|
+
"Name",
|
2571
|
+
"Values"
|
2572
|
+
],
|
2573
|
+
"members":{
|
2574
|
+
"Name":{"shape":"FilterName"},
|
2575
|
+
"Values":{"shape":"FilterValueList"}
|
2576
|
+
}
|
2577
|
+
},
|
2578
|
+
"FilterList":{
|
2579
|
+
"type":"list",
|
2580
|
+
"member":{"shape":"Filter"}
|
2581
|
+
},
|
2582
|
+
"FilterName":{
|
2583
|
+
"type":"string",
|
2584
|
+
"pattern":".*\\S.*"
|
2585
|
+
},
|
2586
|
+
"FilterValue":{
|
2587
|
+
"type":"string",
|
2588
|
+
"pattern":".*\\S.*"
|
2589
|
+
},
|
2590
|
+
"FilterValueList":{
|
2591
|
+
"type":"list",
|
2592
|
+
"member":{"shape":"FilterValue"},
|
2593
|
+
"min":1
|
2594
|
+
},
|
2278
2595
|
"GlobalNodeGroup":{
|
2279
2596
|
"type":"structure",
|
2280
2597
|
"members":{
|
@@ -2546,6 +2863,28 @@
|
|
2546
2863
|
},
|
2547
2864
|
"exception":true
|
2548
2865
|
},
|
2866
|
+
"InvalidUserGroupStateFault":{
|
2867
|
+
"type":"structure",
|
2868
|
+
"members":{
|
2869
|
+
},
|
2870
|
+
"error":{
|
2871
|
+
"code":"InvalidUserGroupState",
|
2872
|
+
"httpStatusCode":400,
|
2873
|
+
"senderFault":true
|
2874
|
+
},
|
2875
|
+
"exception":true
|
2876
|
+
},
|
2877
|
+
"InvalidUserStateFault":{
|
2878
|
+
"type":"structure",
|
2879
|
+
"members":{
|
2880
|
+
},
|
2881
|
+
"error":{
|
2882
|
+
"code":"InvalidUserState",
|
2883
|
+
"httpStatusCode":400,
|
2884
|
+
"senderFault":true
|
2885
|
+
},
|
2886
|
+
"exception":true
|
2887
|
+
},
|
2549
2888
|
"InvalidVPCNetworkStateFault":{
|
2550
2889
|
"type":"structure",
|
2551
2890
|
"members":{
|
@@ -2680,7 +3019,10 @@
|
|
2680
3019
|
"SnapshotWindow":{"shape":"String"},
|
2681
3020
|
"CacheNodeType":{"shape":"String"},
|
2682
3021
|
"AuthToken":{"shape":"String"},
|
2683
|
-
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"}
|
3022
|
+
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"},
|
3023
|
+
"UserGroupIdsToAdd":{"shape":"UserGroupIdList"},
|
3024
|
+
"UserGroupIdsToRemove":{"shape":"UserGroupIdList"},
|
3025
|
+
"RemoveUserGroups":{"shape":"BooleanOptional"}
|
2684
3026
|
}
|
2685
3027
|
},
|
2686
3028
|
"ModifyReplicationGroupResult":{
|
@@ -2711,6 +3053,26 @@
|
|
2711
3053
|
"ReplicationGroup":{"shape":"ReplicationGroup"}
|
2712
3054
|
}
|
2713
3055
|
},
|
3056
|
+
"ModifyUserGroupMessage":{
|
3057
|
+
"type":"structure",
|
3058
|
+
"required":["UserGroupId"],
|
3059
|
+
"members":{
|
3060
|
+
"UserGroupId":{"shape":"String"},
|
3061
|
+
"UserIdsToAdd":{"shape":"UserIdListInput"},
|
3062
|
+
"UserIdsToRemove":{"shape":"UserIdListInput"}
|
3063
|
+
}
|
3064
|
+
},
|
3065
|
+
"ModifyUserMessage":{
|
3066
|
+
"type":"structure",
|
3067
|
+
"required":["UserId"],
|
3068
|
+
"members":{
|
3069
|
+
"UserId":{"shape":"UserId"},
|
3070
|
+
"AccessString":{"shape":"AccessString"},
|
3071
|
+
"AppendAccessString":{"shape":"AccessString"},
|
3072
|
+
"Passwords":{"shape":"PasswordListInput"},
|
3073
|
+
"NoPasswordRequired":{"shape":"BooleanOptional"}
|
3074
|
+
}
|
3075
|
+
},
|
2714
3076
|
"MultiAZStatus":{
|
2715
3077
|
"type":"string",
|
2716
3078
|
"enum":[
|
@@ -2747,7 +3109,9 @@
|
|
2747
3109
|
"Slots":{"shape":"String"},
|
2748
3110
|
"ReplicaCount":{"shape":"IntegerOptional"},
|
2749
3111
|
"PrimaryAvailabilityZone":{"shape":"String"},
|
2750
|
-
"ReplicaAvailabilityZones":{"shape":"AvailabilityZonesList"}
|
3112
|
+
"ReplicaAvailabilityZones":{"shape":"AvailabilityZonesList"},
|
3113
|
+
"PrimaryOutpostArn":{"shape":"String"},
|
3114
|
+
"ReplicaOutpostArns":{"shape":"OutpostArnsList"}
|
2751
3115
|
}
|
2752
3116
|
},
|
2753
3117
|
"NodeGroupConfigurationList":{
|
@@ -2771,6 +3135,7 @@
|
|
2771
3135
|
"CacheNodeId":{"shape":"String"},
|
2772
3136
|
"ReadEndpoint":{"shape":"Endpoint"},
|
2773
3137
|
"PreferredAvailabilityZone":{"shape":"String"},
|
3138
|
+
"PreferredOutpostArn":{"shape":"String"},
|
2774
3139
|
"CurrentRole":{"shape":"String"}
|
2775
3140
|
}
|
2776
3141
|
},
|
@@ -2923,6 +3288,20 @@
|
|
2923
3288
|
"TopicStatus":{"shape":"String"}
|
2924
3289
|
}
|
2925
3290
|
},
|
3291
|
+
"OutpostArnsList":{
|
3292
|
+
"type":"list",
|
3293
|
+
"member":{
|
3294
|
+
"shape":"String",
|
3295
|
+
"locationName":"OutpostArn"
|
3296
|
+
}
|
3297
|
+
},
|
3298
|
+
"OutpostMode":{
|
3299
|
+
"type":"string",
|
3300
|
+
"enum":[
|
3301
|
+
"single-outpost",
|
3302
|
+
"cross-outpost"
|
3303
|
+
]
|
3304
|
+
},
|
2926
3305
|
"Parameter":{
|
2927
3306
|
"type":"structure",
|
2928
3307
|
"members":{
|
@@ -2958,6 +3337,11 @@
|
|
2958
3337
|
"locationName":"Parameter"
|
2959
3338
|
}
|
2960
3339
|
},
|
3340
|
+
"PasswordListInput":{
|
3341
|
+
"type":"list",
|
3342
|
+
"member":{"shape":"String"},
|
3343
|
+
"min":1
|
3344
|
+
},
|
2961
3345
|
"PendingAutomaticFailoverStatus":{
|
2962
3346
|
"type":"string",
|
2963
3347
|
"enum":[
|
@@ -2982,6 +3366,13 @@
|
|
2982
3366
|
"locationName":"PreferredAvailabilityZone"
|
2983
3367
|
}
|
2984
3368
|
},
|
3369
|
+
"PreferredOutpostArnList":{
|
3370
|
+
"type":"list",
|
3371
|
+
"member":{
|
3372
|
+
"shape":"String",
|
3373
|
+
"locationName":"PreferredOutpostArn"
|
3374
|
+
}
|
3375
|
+
},
|
2985
3376
|
"ProcessedUpdateAction":{
|
2986
3377
|
"type":"structure",
|
2987
3378
|
"members":{
|
@@ -3126,8 +3517,10 @@
|
|
3126
3517
|
"AuthTokenLastModifiedDate":{"shape":"TStamp"},
|
3127
3518
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
3128
3519
|
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
3520
|
+
"MemberClustersOutpostArns":{"shape":"ReplicationGroupOutpostArnList"},
|
3129
3521
|
"KmsKeyId":{"shape":"String"},
|
3130
|
-
"ARN":{"shape":"String"}
|
3522
|
+
"ARN":{"shape":"String"},
|
3523
|
+
"UserGroupIds":{"shape":"UserGroupIdList"}
|
3131
3524
|
},
|
3132
3525
|
"wrapper":true
|
3133
3526
|
},
|
@@ -3194,13 +3587,21 @@
|
|
3194
3587
|
},
|
3195
3588
|
"exception":true
|
3196
3589
|
},
|
3590
|
+
"ReplicationGroupOutpostArnList":{
|
3591
|
+
"type":"list",
|
3592
|
+
"member":{
|
3593
|
+
"shape":"String",
|
3594
|
+
"locationName":"ReplicationGroupOutpostArn"
|
3595
|
+
}
|
3596
|
+
},
|
3197
3597
|
"ReplicationGroupPendingModifiedValues":{
|
3198
3598
|
"type":"structure",
|
3199
3599
|
"members":{
|
3200
3600
|
"PrimaryClusterId":{"shape":"String"},
|
3201
3601
|
"AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"},
|
3202
3602
|
"Resharding":{"shape":"ReshardingStatus"},
|
3203
|
-
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"}
|
3603
|
+
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
|
3604
|
+
"UserGroups":{"shape":"UserGroupsUpdateStatus"}
|
3204
3605
|
}
|
3205
3606
|
},
|
3206
3607
|
"ReservedCacheNode":{
|
@@ -3481,6 +3882,7 @@
|
|
3481
3882
|
"EngineVersion":{"shape":"String"},
|
3482
3883
|
"NumCacheNodes":{"shape":"IntegerOptional"},
|
3483
3884
|
"PreferredAvailabilityZone":{"shape":"String"},
|
3885
|
+
"PreferredOutpostArn":{"shape":"String"},
|
3484
3886
|
"CacheClusterCreateTime":{"shape":"TStamp"},
|
3485
3887
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
3486
3888
|
"TopicArn":{"shape":"String"},
|
@@ -3564,7 +3966,9 @@
|
|
3564
3966
|
"cache-parameter-group",
|
3565
3967
|
"cache-security-group",
|
3566
3968
|
"cache-subnet-group",
|
3567
|
-
"replication-group"
|
3969
|
+
"replication-group",
|
3970
|
+
"user",
|
3971
|
+
"user-group"
|
3568
3972
|
]
|
3569
3973
|
},
|
3570
3974
|
"StartMigrationMessage":{
|
@@ -3589,7 +3993,8 @@
|
|
3589
3993
|
"type":"structure",
|
3590
3994
|
"members":{
|
3591
3995
|
"SubnetIdentifier":{"shape":"String"},
|
3592
|
-
"SubnetAvailabilityZone":{"shape":"AvailabilityZone"}
|
3996
|
+
"SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
|
3997
|
+
"SubnetOutpost":{"shape":"SubnetOutpost"}
|
3593
3998
|
}
|
3594
3999
|
},
|
3595
4000
|
"SubnetIdentifierList":{
|
@@ -3617,6 +4022,23 @@
|
|
3617
4022
|
"locationName":"Subnet"
|
3618
4023
|
}
|
3619
4024
|
},
|
4025
|
+
"SubnetNotAllowedFault":{
|
4026
|
+
"type":"structure",
|
4027
|
+
"members":{
|
4028
|
+
},
|
4029
|
+
"error":{
|
4030
|
+
"code":"SubnetNotAllowedFault",
|
4031
|
+
"httpStatusCode":400,
|
4032
|
+
"senderFault":true
|
4033
|
+
},
|
4034
|
+
"exception":true
|
4035
|
+
},
|
4036
|
+
"SubnetOutpost":{
|
4037
|
+
"type":"structure",
|
4038
|
+
"members":{
|
4039
|
+
"SubnetOutpostArn":{"shape":"String"}
|
4040
|
+
}
|
4041
|
+
},
|
3620
4042
|
"TStamp":{"type":"timestamp"},
|
3621
4043
|
"Tag":{
|
3622
4044
|
"type":"structure",
|
@@ -3695,6 +4117,10 @@
|
|
3695
4117
|
"EndTime":{"shape":"TStamp"}
|
3696
4118
|
}
|
3697
4119
|
},
|
4120
|
+
"UGReplicationGroupIdList":{
|
4121
|
+
"type":"list",
|
4122
|
+
"member":{"shape":"String"}
|
4123
|
+
},
|
3698
4124
|
"UnprocessedUpdateAction":{
|
3699
4125
|
"type":"structure",
|
3700
4126
|
"members":{
|
@@ -3773,6 +4199,151 @@
|
|
3773
4199
|
"Marker":{"shape":"String"},
|
3774
4200
|
"UpdateActions":{"shape":"UpdateActionList"}
|
3775
4201
|
}
|
4202
|
+
},
|
4203
|
+
"User":{
|
4204
|
+
"type":"structure",
|
4205
|
+
"members":{
|
4206
|
+
"UserId":{"shape":"String"},
|
4207
|
+
"UserName":{"shape":"String"},
|
4208
|
+
"Status":{"shape":"String"},
|
4209
|
+
"Engine":{"shape":"EngineType"},
|
4210
|
+
"AccessString":{"shape":"String"},
|
4211
|
+
"UserGroupIds":{"shape":"UserGroupIdList"},
|
4212
|
+
"Authentication":{"shape":"Authentication"},
|
4213
|
+
"ARN":{"shape":"String"}
|
4214
|
+
}
|
4215
|
+
},
|
4216
|
+
"UserAlreadyExistsFault":{
|
4217
|
+
"type":"structure",
|
4218
|
+
"members":{
|
4219
|
+
},
|
4220
|
+
"error":{
|
4221
|
+
"code":"UserAlreadyExists",
|
4222
|
+
"httpStatusCode":400,
|
4223
|
+
"senderFault":true
|
4224
|
+
},
|
4225
|
+
"exception":true
|
4226
|
+
},
|
4227
|
+
"UserGroup":{
|
4228
|
+
"type":"structure",
|
4229
|
+
"members":{
|
4230
|
+
"UserGroupId":{"shape":"String"},
|
4231
|
+
"Status":{"shape":"String"},
|
4232
|
+
"Engine":{"shape":"EngineType"},
|
4233
|
+
"UserIds":{"shape":"UserIdList"},
|
4234
|
+
"PendingChanges":{"shape":"UserGroupPendingChanges"},
|
4235
|
+
"ReplicationGroups":{"shape":"UGReplicationGroupIdList"},
|
4236
|
+
"ARN":{"shape":"String"}
|
4237
|
+
}
|
4238
|
+
},
|
4239
|
+
"UserGroupAlreadyExistsFault":{
|
4240
|
+
"type":"structure",
|
4241
|
+
"members":{
|
4242
|
+
},
|
4243
|
+
"error":{
|
4244
|
+
"code":"UserGroupAlreadyExists",
|
4245
|
+
"httpStatusCode":400,
|
4246
|
+
"senderFault":true
|
4247
|
+
},
|
4248
|
+
"exception":true
|
4249
|
+
},
|
4250
|
+
"UserGroupId":{
|
4251
|
+
"type":"string",
|
4252
|
+
"min":1,
|
4253
|
+
"pattern":"[a-zA-Z][a-zA-Z0-9\\-]*"
|
4254
|
+
},
|
4255
|
+
"UserGroupIdList":{
|
4256
|
+
"type":"list",
|
4257
|
+
"member":{"shape":"UserGroupId"}
|
4258
|
+
},
|
4259
|
+
"UserGroupIdListInput":{
|
4260
|
+
"type":"list",
|
4261
|
+
"member":{"shape":"UserGroupId"},
|
4262
|
+
"min":1
|
4263
|
+
},
|
4264
|
+
"UserGroupList":{
|
4265
|
+
"type":"list",
|
4266
|
+
"member":{"shape":"UserGroup"}
|
4267
|
+
},
|
4268
|
+
"UserGroupNotFoundFault":{
|
4269
|
+
"type":"structure",
|
4270
|
+
"members":{
|
4271
|
+
},
|
4272
|
+
"error":{
|
4273
|
+
"code":"UserGroupNotFound",
|
4274
|
+
"httpStatusCode":404,
|
4275
|
+
"senderFault":true
|
4276
|
+
},
|
4277
|
+
"exception":true
|
4278
|
+
},
|
4279
|
+
"UserGroupPendingChanges":{
|
4280
|
+
"type":"structure",
|
4281
|
+
"members":{
|
4282
|
+
"UserIdsToRemove":{"shape":"UserIdList"},
|
4283
|
+
"UserIdsToAdd":{"shape":"UserIdList"}
|
4284
|
+
}
|
4285
|
+
},
|
4286
|
+
"UserGroupQuotaExceededFault":{
|
4287
|
+
"type":"structure",
|
4288
|
+
"members":{
|
4289
|
+
},
|
4290
|
+
"error":{
|
4291
|
+
"code":"UserGroupQuotaExceeded",
|
4292
|
+
"httpStatusCode":400,
|
4293
|
+
"senderFault":true
|
4294
|
+
},
|
4295
|
+
"exception":true
|
4296
|
+
},
|
4297
|
+
"UserGroupsUpdateStatus":{
|
4298
|
+
"type":"structure",
|
4299
|
+
"members":{
|
4300
|
+
"UserGroupIdsToAdd":{"shape":"UserGroupIdList"},
|
4301
|
+
"UserGroupIdsToRemove":{"shape":"UserGroupIdList"}
|
4302
|
+
}
|
4303
|
+
},
|
4304
|
+
"UserId":{
|
4305
|
+
"type":"string",
|
4306
|
+
"min":1,
|
4307
|
+
"pattern":"[a-zA-Z][a-zA-Z0-9\\-]*"
|
4308
|
+
},
|
4309
|
+
"UserIdList":{
|
4310
|
+
"type":"list",
|
4311
|
+
"member":{"shape":"UserId"}
|
4312
|
+
},
|
4313
|
+
"UserIdListInput":{
|
4314
|
+
"type":"list",
|
4315
|
+
"member":{"shape":"UserId"},
|
4316
|
+
"min":1
|
4317
|
+
},
|
4318
|
+
"UserList":{
|
4319
|
+
"type":"list",
|
4320
|
+
"member":{"shape":"User"}
|
4321
|
+
},
|
4322
|
+
"UserName":{
|
4323
|
+
"type":"string",
|
4324
|
+
"min":1
|
4325
|
+
},
|
4326
|
+
"UserNotFoundFault":{
|
4327
|
+
"type":"structure",
|
4328
|
+
"members":{
|
4329
|
+
},
|
4330
|
+
"error":{
|
4331
|
+
"code":"UserNotFound",
|
4332
|
+
"httpStatusCode":404,
|
4333
|
+
"senderFault":true
|
4334
|
+
},
|
4335
|
+
"exception":true
|
4336
|
+
},
|
4337
|
+
"UserQuotaExceededFault":{
|
4338
|
+
"type":"structure",
|
4339
|
+
"members":{
|
4340
|
+
},
|
4341
|
+
"error":{
|
4342
|
+
"code":"UserQuotaExceeded",
|
4343
|
+
"httpStatusCode":400,
|
4344
|
+
"senderFault":true
|
4345
|
+
},
|
4346
|
+
"exception":true
|
3776
4347
|
}
|
3777
4348
|
}
|
3778
4349
|
}
|