aws-sdk-core 2.11.598 → 2.11.603

Sign up to get free protection for your applications and to get access to all the features.
@@ -851,6 +851,14 @@
851
851
  "member":{"shape":"Certificate"}
852
852
  },
853
853
  "CertificateWallet":{"type":"blob"},
854
+ "CharLengthSemantics":{
855
+ "type":"string",
856
+ "enum":[
857
+ "default",
858
+ "char",
859
+ "byte"
860
+ ]
861
+ },
854
862
  "CompressionTypeValue":{
855
863
  "type":"string",
856
864
  "enum":[
@@ -1028,6 +1036,25 @@
1028
1036
  "parquet"
1029
1037
  ]
1030
1038
  },
1039
+ "DatePartitionDelimiterValue":{
1040
+ "type":"string",
1041
+ "enum":[
1042
+ "SLASH",
1043
+ "UNDERSCORE",
1044
+ "DASH",
1045
+ "NONE"
1046
+ ]
1047
+ },
1048
+ "DatePartitionSequenceValue":{
1049
+ "type":"string",
1050
+ "enum":[
1051
+ "YYYYMMDD",
1052
+ "YYYYMMDDHH",
1053
+ "YYYYMM",
1054
+ "MMYYYYDD",
1055
+ "DDMMYYYY"
1056
+ ]
1057
+ },
1031
1058
  "DeleteCertificateMessage":{
1032
1059
  "type":"structure",
1033
1060
  "required":["CertificateArn"],
@@ -1632,6 +1659,9 @@
1632
1659
  "Password":{"shape":"SecretString"},
1633
1660
  "Port":{"shape":"IntegerOptional"},
1634
1661
  "ServerName":{"shape":"String"},
1662
+ "SetDataCaptureChanges":{"shape":"BooleanOptional"},
1663
+ "CurrentLsn":{"shape":"String"},
1664
+ "MaxKBytesPerRead":{"shape":"IntegerOptional"},
1635
1665
  "Username":{"shape":"String"}
1636
1666
  }
1637
1667
  },
@@ -1796,10 +1826,15 @@
1796
1826
  "type":"structure",
1797
1827
  "members":{
1798
1828
  "Port":{"shape":"IntegerOptional"},
1829
+ "BcpPacketSize":{"shape":"IntegerOptional"},
1799
1830
  "DatabaseName":{"shape":"String"},
1831
+ "ControlTablesFileGroup":{"shape":"String"},
1800
1832
  "Password":{"shape":"SecretString"},
1833
+ "ReadBackupOnly":{"shape":"BooleanOptional"},
1834
+ "SafeguardPolicy":{"shape":"SafeguardPolicy"},
1801
1835
  "ServerName":{"shape":"String"},
1802
- "Username":{"shape":"String"}
1836
+ "Username":{"shape":"String"},
1837
+ "UseBcpFullLoad":{"shape":"BooleanOptional"}
1803
1838
  }
1804
1839
  },
1805
1840
  "MigrationTypeValue":{
@@ -1950,10 +1985,16 @@
1950
1985
  "MySQLSettings":{
1951
1986
  "type":"structure",
1952
1987
  "members":{
1988
+ "AfterConnectScript":{"shape":"String"},
1953
1989
  "DatabaseName":{"shape":"String"},
1990
+ "EventsPollInterval":{"shape":"IntegerOptional"},
1991
+ "TargetDbType":{"shape":"TargetDbType"},
1992
+ "MaxFileSize":{"shape":"IntegerOptional"},
1993
+ "ParallelLoadThreads":{"shape":"IntegerOptional"},
1954
1994
  "Password":{"shape":"SecretString"},
1955
1995
  "Port":{"shape":"IntegerOptional"},
1956
1996
  "ServerName":{"shape":"String"},
1997
+ "ServerTimezone":{"shape":"String"},
1957
1998
  "Username":{"shape":"String"}
1958
1999
  }
1959
2000
  },
@@ -1983,12 +2024,32 @@
1983
2024
  "OracleSettings":{
1984
2025
  "type":"structure",
1985
2026
  "members":{
2027
+ "AddSupplementalLogging":{"shape":"BooleanOptional"},
2028
+ "ArchivedLogDestId":{"shape":"IntegerOptional"},
2029
+ "AdditionalArchivedLogDestId":{"shape":"IntegerOptional"},
2030
+ "AllowSelectNestedTables":{"shape":"BooleanOptional"},
2031
+ "ParallelAsmReadThreads":{"shape":"IntegerOptional"},
2032
+ "ReadAheadBlocks":{"shape":"IntegerOptional"},
2033
+ "AccessAlternateDirectly":{"shape":"BooleanOptional"},
2034
+ "UseAlternateFolderForOnline":{"shape":"BooleanOptional"},
2035
+ "OraclePathPrefix":{"shape":"String"},
2036
+ "UsePathPrefix":{"shape":"String"},
2037
+ "ReplacePathPrefix":{"shape":"BooleanOptional"},
2038
+ "EnableHomogenousTablespace":{"shape":"BooleanOptional"},
2039
+ "DirectPathNoLog":{"shape":"BooleanOptional"},
2040
+ "ArchivedLogsOnly":{"shape":"BooleanOptional"},
1986
2041
  "AsmPassword":{"shape":"SecretString"},
1987
2042
  "AsmServer":{"shape":"String"},
1988
2043
  "AsmUser":{"shape":"String"},
2044
+ "CharLengthSemantics":{"shape":"CharLengthSemantics"},
1989
2045
  "DatabaseName":{"shape":"String"},
2046
+ "DirectPathParallelLoad":{"shape":"BooleanOptional"},
2047
+ "FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
2048
+ "NumberDatatypeScale":{"shape":"IntegerOptional"},
1990
2049
  "Password":{"shape":"SecretString"},
1991
2050
  "Port":{"shape":"IntegerOptional"},
2051
+ "ReadTableSpaceName":{"shape":"BooleanOptional"},
2052
+ "RetryInterval":{"shape":"IntegerOptional"},
1992
2053
  "SecurityDbEncryption":{"shape":"SecretString"},
1993
2054
  "SecurityDbEncryptionName":{"shape":"String"},
1994
2055
  "ServerName":{"shape":"String"},
@@ -2042,11 +2103,18 @@
2042
2103
  "PostgreSQLSettings":{
2043
2104
  "type":"structure",
2044
2105
  "members":{
2106
+ "AfterConnectScript":{"shape":"String"},
2107
+ "CaptureDdls":{"shape":"BooleanOptional"},
2108
+ "MaxFileSize":{"shape":"IntegerOptional"},
2045
2109
  "DatabaseName":{"shape":"String"},
2110
+ "DdlArtifactsSchema":{"shape":"String"},
2111
+ "ExecuteTimeout":{"shape":"IntegerOptional"},
2112
+ "FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
2046
2113
  "Password":{"shape":"SecretString"},
2047
2114
  "Port":{"shape":"IntegerOptional"},
2048
2115
  "ServerName":{"shape":"String"},
2049
- "Username":{"shape":"String"}
2116
+ "Username":{"shape":"String"},
2117
+ "SlotName":{"shape":"String"}
2050
2118
  }
2051
2119
  },
2052
2120
  "RebootReplicationInstanceMessage":{
@@ -2436,7 +2504,10 @@
2436
2504
  "CdcInsertsOnly":{"shape":"BooleanOptional"},
2437
2505
  "TimestampColumnName":{"shape":"String"},
2438
2506
  "ParquetTimestampInMillisecond":{"shape":"BooleanOptional"},
2439
- "CdcInsertsAndUpdates":{"shape":"BooleanOptional"}
2507
+ "CdcInsertsAndUpdates":{"shape":"BooleanOptional"},
2508
+ "DatePartitionEnabled":{"shape":"BooleanOptional"},
2509
+ "DatePartitionSequence":{"shape":"DatePartitionSequenceValue"},
2510
+ "DatePartitionDelimiter":{"shape":"DatePartitionDelimiterValue"}
2440
2511
  }
2441
2512
  },
2442
2513
  "SNSInvalidTopicFault":{
@@ -2453,6 +2524,14 @@
2453
2524
  },
2454
2525
  "exception":true
2455
2526
  },
2527
+ "SafeguardPolicy":{
2528
+ "type":"string",
2529
+ "enum":[
2530
+ "rely-on-sql-server-replication-agent",
2531
+ "exclusive-automatic-truncation",
2532
+ "shared-automatic-truncation"
2533
+ ]
2534
+ },
2456
2535
  "SchemaList":{
2457
2536
  "type":"list",
2458
2537
  "member":{"shape":"String"}
@@ -2659,6 +2738,13 @@
2659
2738
  "type":"list",
2660
2739
  "member":{"shape":"Tag"}
2661
2740
  },
2741
+ "TargetDbType":{
2742
+ "type":"string",
2743
+ "enum":[
2744
+ "specific-database",
2745
+ "multiple-databases"
2746
+ ]
2747
+ },
2662
2748
  "TestConnectionMessage":{
2663
2749
  "type":"structure",
2664
2750
  "required":[
@@ -2275,7 +2275,8 @@
2275
2275
  "ReplicaStatusPercentProgress":{"shape":"ReplicaStatusPercentProgress"},
2276
2276
  "KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
2277
2277
  "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
2278
- "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"}
2278
+ "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
2279
+ "ReplicaInaccessibleDateTime":{"shape":"Date"}
2279
2280
  }
2280
2281
  },
2281
2282
  "ReplicaDescriptionList":{
@@ -2413,7 +2414,8 @@
2413
2414
  "CREATION_FAILED",
2414
2415
  "UPDATING",
2415
2416
  "DELETING",
2416
- "ACTIVE"
2417
+ "ACTIVE",
2418
+ "REGION_DISABLED"
2417
2419
  ]
2418
2420
  },
2419
2421
  "ReplicaStatusDescription":{"type":"string"},
@@ -20574,6 +20574,10 @@
20574
20574
  "shape":"Integer",
20575
20575
  "locationName":"peerBgpAsn"
20576
20576
  },
20577
+ "OwnerId":{
20578
+ "shape":"String",
20579
+ "locationName":"ownerId"
20580
+ },
20577
20581
  "Tags":{
20578
20582
  "shape":"TagList",
20579
20583
  "locationName":"tagSet"
@@ -20595,6 +20599,10 @@
20595
20599
  "shape":"String",
20596
20600
  "locationName":"localGatewayId"
20597
20601
  },
20602
+ "OwnerId":{
20603
+ "shape":"String",
20604
+ "locationName":"ownerId"
20605
+ },
20598
20606
  "Tags":{
20599
20607
  "shape":"TagList",
20600
20608
  "locationName":"tagSet"
@@ -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
  }