aws-sdk-core 2.11.405 → 2.11.406

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcec2ca2ea3bd51f5ccc88a80d20b047f02d17b8
4
- data.tar.gz: 869229b042614b50e507485be098927be63639db
3
+ metadata.gz: 7ee46706d6e0583afb3235cbcb24fdd4239c03f7
4
+ data.tar.gz: 58b43be1871d3656ebc690fcdf5e3000a39b4080
5
5
  SHA512:
6
- metadata.gz: ea6879ff2536690f0ede5857b0427043364dff754eb1fb1eda6a853881e4ea6fe17b5fa528ba2d16ba793a8031d96669448581edbed2bdb64734a82fb1f70be4
7
- data.tar.gz: 856a64920c332a90f936320b64c5540bc77e03058c00dd7f3e0aa3d00beb7e5355dc5dce182670a11333a2bb77094d7a51e56326a56c52882d602f6d37564caf
6
+ metadata.gz: 902248b26157ad9f0fdfe2f9340dd79569ceaed2d70d5a5bb58daec13eb5357ce721e4061980fe6158fe9ff09acc30735046484395928335f7368d2549af0cd1
7
+ data.tar.gz: e46d96e7b7943dcfa29498c178bf19484fb40e41ba99fb18cbd2409d533f1854fbcc20172dbf886f622da2e8fc930519a63e675cf97aabe8c3441bb3eff4dcf5
@@ -1887,6 +1887,12 @@
1887
1887
  },
1888
1888
  "shapes":{
1889
1889
  "AWSAccountIdType":{"type":"string"},
1890
+ "AccountRecoverySettingType":{
1891
+ "type":"structure",
1892
+ "members":{
1893
+ "RecoveryMechanisms":{"shape":"RecoveryMechanismsType"}
1894
+ }
1895
+ },
1890
1896
  "AccountTakeoverActionNotifyType":{"type":"boolean"},
1891
1897
  "AccountTakeoverActionType":{
1892
1898
  "type":"structure",
@@ -3011,7 +3017,8 @@
3011
3017
  "UserPoolTags":{"shape":"UserPoolTagsType"},
3012
3018
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
3013
3019
  "Schema":{"shape":"SchemaAttributesListType"},
3014
- "UserPoolAddOns":{"shape":"UserPoolAddOnsType"}
3020
+ "UserPoolAddOns":{"shape":"UserPoolAddOnsType"},
3021
+ "AccountRecoverySetting":{"shape":"AccountRecoverySettingType"}
3015
3022
  }
3016
3023
  },
3017
3024
  "CreateUserPoolResponse":{
@@ -4235,6 +4242,11 @@
4235
4242
  "ENABLED"
4236
4243
  ]
4237
4244
  },
4245
+ "PriorityType":{
4246
+ "type":"integer",
4247
+ "max":2,
4248
+ "min":1
4249
+ },
4238
4250
  "ProviderDescription":{
4239
4251
  "type":"structure",
4240
4252
  "members":{
@@ -4285,6 +4297,31 @@
4285
4297
  "max":60,
4286
4298
  "min":0
4287
4299
  },
4300
+ "RecoveryMechanismsType":{
4301
+ "type":"list",
4302
+ "member":{"shape":"RecoveryOptionType"},
4303
+ "max":2,
4304
+ "min":1
4305
+ },
4306
+ "RecoveryOptionNameType":{
4307
+ "type":"string",
4308
+ "enum":[
4309
+ "verified_email",
4310
+ "verified_phone_number",
4311
+ "admin_only"
4312
+ ]
4313
+ },
4314
+ "RecoveryOptionType":{
4315
+ "type":"structure",
4316
+ "required":[
4317
+ "Priority",
4318
+ "Name"
4319
+ ],
4320
+ "members":{
4321
+ "Priority":{"shape":"PriorityType"},
4322
+ "Name":{"shape":"RecoveryOptionNameType"}
4323
+ }
4324
+ },
4288
4325
  "RedirectUrlType":{
4289
4326
  "type":"string",
4290
4327
  "max":1024,
@@ -5032,7 +5069,8 @@
5032
5069
  "SmsConfiguration":{"shape":"SmsConfigurationType"},
5033
5070
  "UserPoolTags":{"shape":"UserPoolTagsType"},
5034
5071
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
5035
- "UserPoolAddOns":{"shape":"UserPoolAddOnsType"}
5072
+ "UserPoolAddOns":{"shape":"UserPoolAddOnsType"},
5073
+ "AccountRecoverySetting":{"shape":"AccountRecoverySettingType"}
5036
5074
  }
5037
5075
  },
5038
5076
  "UpdateUserPoolResponse":{
@@ -5272,7 +5310,8 @@
5272
5310
  "CustomDomain":{"shape":"DomainType"},
5273
5311
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
5274
5312
  "UserPoolAddOns":{"shape":"UserPoolAddOnsType"},
5275
- "Arn":{"shape":"ArnType"}
5313
+ "Arn":{"shape":"ArnType"},
5314
+ "AccountRecoverySetting":{"shape":"AccountRecoverySettingType"}
5276
5315
  }
5277
5316
  },
5278
5317
  "UserStatusType":{
@@ -303,6 +303,25 @@
303
303
  {"shape":"UnsupportedOperationException"}
304
304
  ]
305
305
  },
306
+ "DeregisterCertificate":{
307
+ "name":"DeregisterCertificate",
308
+ "http":{
309
+ "method":"POST",
310
+ "requestUri":"/"
311
+ },
312
+ "input":{"shape":"DeregisterCertificateRequest"},
313
+ "output":{"shape":"DeregisterCertificateResult"},
314
+ "errors":[
315
+ {"shape":"DirectoryUnavailableException"},
316
+ {"shape":"DirectoryDoesNotExistException"},
317
+ {"shape":"CertificateDoesNotExistException"},
318
+ {"shape":"CertificateInUseException"},
319
+ {"shape":"UnsupportedOperationException"},
320
+ {"shape":"InvalidParameterException"},
321
+ {"shape":"ClientException"},
322
+ {"shape":"ServiceException"}
323
+ ]
324
+ },
306
325
  "DeregisterEventTopic":{
307
326
  "name":"DeregisterEventTopic",
308
327
  "http":{
@@ -318,6 +337,23 @@
318
337
  {"shape":"ServiceException"}
319
338
  ]
320
339
  },
340
+ "DescribeCertificate":{
341
+ "name":"DescribeCertificate",
342
+ "http":{
343
+ "method":"POST",
344
+ "requestUri":"/"
345
+ },
346
+ "input":{"shape":"DescribeCertificateRequest"},
347
+ "output":{"shape":"DescribeCertificateResult"},
348
+ "errors":[
349
+ {"shape":"DirectoryDoesNotExistException"},
350
+ {"shape":"UnsupportedOperationException"},
351
+ {"shape":"CertificateDoesNotExistException"},
352
+ {"shape":"InvalidParameterException"},
353
+ {"shape":"ClientException"},
354
+ {"shape":"ServiceException"}
355
+ ]
356
+ },
321
357
  "DescribeConditionalForwarders":{
322
358
  "name":"DescribeConditionalForwarders",
323
359
  "http":{
@@ -383,6 +419,23 @@
383
419
  {"shape":"ServiceException"}
384
420
  ]
385
421
  },
422
+ "DescribeLDAPSSettings":{
423
+ "name":"DescribeLDAPSSettings",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"DescribeLDAPSSettingsRequest"},
429
+ "output":{"shape":"DescribeLDAPSSettingsResult"},
430
+ "errors":[
431
+ {"shape":"DirectoryDoesNotExistException"},
432
+ {"shape":"UnsupportedOperationException"},
433
+ {"shape":"InvalidNextTokenException"},
434
+ {"shape":"InvalidParameterException"},
435
+ {"shape":"ClientException"},
436
+ {"shape":"ServiceException"}
437
+ ]
438
+ },
386
439
  "DescribeSharedDirectories":{
387
440
  "name":"DescribeSharedDirectories",
388
441
  "http":{
@@ -433,6 +486,24 @@
433
486
  {"shape":"UnsupportedOperationException"}
434
487
  ]
435
488
  },
489
+ "DisableLDAPS":{
490
+ "name":"DisableLDAPS",
491
+ "http":{
492
+ "method":"POST",
493
+ "requestUri":"/"
494
+ },
495
+ "input":{"shape":"DisableLDAPSRequest"},
496
+ "output":{"shape":"DisableLDAPSResult"},
497
+ "errors":[
498
+ {"shape":"DirectoryUnavailableException"},
499
+ {"shape":"DirectoryDoesNotExistException"},
500
+ {"shape":"InvalidLDAPSStatusException"},
501
+ {"shape":"UnsupportedOperationException"},
502
+ {"shape":"InvalidParameterException"},
503
+ {"shape":"ClientException"},
504
+ {"shape":"ServiceException"}
505
+ ]
506
+ },
436
507
  "DisableRadius":{
437
508
  "name":"DisableRadius",
438
509
  "http":{
@@ -463,6 +534,25 @@
463
534
  {"shape":"ServiceException"}
464
535
  ]
465
536
  },
537
+ "EnableLDAPS":{
538
+ "name":"EnableLDAPS",
539
+ "http":{
540
+ "method":"POST",
541
+ "requestUri":"/"
542
+ },
543
+ "input":{"shape":"EnableLDAPSRequest"},
544
+ "output":{"shape":"EnableLDAPSResult"},
545
+ "errors":[
546
+ {"shape":"DirectoryUnavailableException"},
547
+ {"shape":"DirectoryDoesNotExistException"},
548
+ {"shape":"NoAvailableCertificateException"},
549
+ {"shape":"InvalidLDAPSStatusException"},
550
+ {"shape":"UnsupportedOperationException"},
551
+ {"shape":"InvalidParameterException"},
552
+ {"shape":"ClientException"},
553
+ {"shape":"ServiceException"}
554
+ ]
555
+ },
466
556
  "EnableRadius":{
467
557
  "name":"EnableRadius",
468
558
  "http":{
@@ -523,6 +613,23 @@
523
613
  {"shape":"ServiceException"}
524
614
  ]
525
615
  },
616
+ "ListCertificates":{
617
+ "name":"ListCertificates",
618
+ "http":{
619
+ "method":"POST",
620
+ "requestUri":"/"
621
+ },
622
+ "input":{"shape":"ListCertificatesRequest"},
623
+ "output":{"shape":"ListCertificatesResult"},
624
+ "errors":[
625
+ {"shape":"DirectoryDoesNotExistException"},
626
+ {"shape":"UnsupportedOperationException"},
627
+ {"shape":"InvalidParameterException"},
628
+ {"shape":"InvalidNextTokenException"},
629
+ {"shape":"ClientException"},
630
+ {"shape":"ServiceException"}
631
+ ]
632
+ },
526
633
  "ListIpRoutes":{
527
634
  "name":"ListIpRoutes",
528
635
  "http":{
@@ -585,6 +692,26 @@
585
692
  {"shape":"ServiceException"}
586
693
  ]
587
694
  },
695
+ "RegisterCertificate":{
696
+ "name":"RegisterCertificate",
697
+ "http":{
698
+ "method":"POST",
699
+ "requestUri":"/"
700
+ },
701
+ "input":{"shape":"RegisterCertificateRequest"},
702
+ "output":{"shape":"RegisterCertificateResult"},
703
+ "errors":[
704
+ {"shape":"DirectoryUnavailableException"},
705
+ {"shape":"DirectoryDoesNotExistException"},
706
+ {"shape":"InvalidCertificateException"},
707
+ {"shape":"CertificateLimitExceededException"},
708
+ {"shape":"CertificateAlreadyExistsException"},
709
+ {"shape":"UnsupportedOperationException"},
710
+ {"shape":"InvalidParameterException"},
711
+ {"shape":"ClientException"},
712
+ {"shape":"ServiceException"}
713
+ ]
714
+ },
588
715
  "RegisterEventTopic":{
589
716
  "name":"RegisterEventTopic",
590
717
  "http":{
@@ -928,6 +1055,85 @@
928
1055
  "members":{
929
1056
  }
930
1057
  },
1058
+ "Certificate":{
1059
+ "type":"structure",
1060
+ "members":{
1061
+ "CertificateId":{"shape":"CertificateId"},
1062
+ "State":{"shape":"CertificateState"},
1063
+ "StateReason":{"shape":"CertificateStateReason"},
1064
+ "CommonName":{"shape":"CertificateCN"},
1065
+ "RegisteredDateTime":{"shape":"CertificateRegisteredDateTime"},
1066
+ "ExpiryDateTime":{"shape":"CertificateExpiryDateTime"}
1067
+ }
1068
+ },
1069
+ "CertificateAlreadyExistsException":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "Message":{"shape":"ExceptionMessage"},
1073
+ "RequestId":{"shape":"RequestId"}
1074
+ },
1075
+ "exception":true
1076
+ },
1077
+ "CertificateCN":{"type":"string"},
1078
+ "CertificateData":{
1079
+ "type":"string",
1080
+ "max":8192,
1081
+ "min":1
1082
+ },
1083
+ "CertificateDoesNotExistException":{
1084
+ "type":"structure",
1085
+ "members":{
1086
+ "Message":{"shape":"ExceptionMessage"},
1087
+ "RequestId":{"shape":"RequestId"}
1088
+ },
1089
+ "exception":true
1090
+ },
1091
+ "CertificateExpiryDateTime":{"type":"timestamp"},
1092
+ "CertificateId":{
1093
+ "type":"string",
1094
+ "pattern":"^c-[0-9a-f]{10}$"
1095
+ },
1096
+ "CertificateInUseException":{
1097
+ "type":"structure",
1098
+ "members":{
1099
+ "Message":{"shape":"ExceptionMessage"},
1100
+ "RequestId":{"shape":"RequestId"}
1101
+ },
1102
+ "exception":true
1103
+ },
1104
+ "CertificateInfo":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ "CertificateId":{"shape":"CertificateId"},
1108
+ "CommonName":{"shape":"CertificateCN"},
1109
+ "State":{"shape":"CertificateState"}
1110
+ }
1111
+ },
1112
+ "CertificateLimitExceededException":{
1113
+ "type":"structure",
1114
+ "members":{
1115
+ "Message":{"shape":"ExceptionMessage"},
1116
+ "RequestId":{"shape":"RequestId"}
1117
+ },
1118
+ "exception":true
1119
+ },
1120
+ "CertificateRegisteredDateTime":{"type":"timestamp"},
1121
+ "CertificateState":{
1122
+ "type":"string",
1123
+ "enum":[
1124
+ "Registering",
1125
+ "Registered",
1126
+ "RegisterFailed",
1127
+ "Deregistering",
1128
+ "Deregistered",
1129
+ "DeregisterFailed"
1130
+ ]
1131
+ },
1132
+ "CertificateStateReason":{"type":"string"},
1133
+ "CertificatesInfo":{
1134
+ "type":"list",
1135
+ "member":{"shape":"CertificateInfo"}
1136
+ },
931
1137
  "CidrIp":{
932
1138
  "type":"string",
933
1139
  "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([1-9]|[1-2][0-9]|3[0-2]))$"
@@ -1246,6 +1452,22 @@
1246
1452
  "TrustId":{"shape":"TrustId"}
1247
1453
  }
1248
1454
  },
1455
+ "DeregisterCertificateRequest":{
1456
+ "type":"structure",
1457
+ "required":[
1458
+ "DirectoryId",
1459
+ "CertificateId"
1460
+ ],
1461
+ "members":{
1462
+ "DirectoryId":{"shape":"DirectoryId"},
1463
+ "CertificateId":{"shape":"CertificateId"}
1464
+ }
1465
+ },
1466
+ "DeregisterCertificateResult":{
1467
+ "type":"structure",
1468
+ "members":{
1469
+ }
1470
+ },
1249
1471
  "DeregisterEventTopicRequest":{
1250
1472
  "type":"structure",
1251
1473
  "required":[
@@ -1262,6 +1484,23 @@
1262
1484
  "members":{
1263
1485
  }
1264
1486
  },
1487
+ "DescribeCertificateRequest":{
1488
+ "type":"structure",
1489
+ "required":[
1490
+ "DirectoryId",
1491
+ "CertificateId"
1492
+ ],
1493
+ "members":{
1494
+ "DirectoryId":{"shape":"DirectoryId"},
1495
+ "CertificateId":{"shape":"CertificateId"}
1496
+ }
1497
+ },
1498
+ "DescribeCertificateResult":{
1499
+ "type":"structure",
1500
+ "members":{
1501
+ "Certificate":{"shape":"Certificate"}
1502
+ }
1503
+ },
1265
1504
  "DescribeConditionalForwardersRequest":{
1266
1505
  "type":"structure",
1267
1506
  "required":["DirectoryId"],
@@ -1321,6 +1560,23 @@
1321
1560
  "EventTopics":{"shape":"EventTopics"}
1322
1561
  }
1323
1562
  },
1563
+ "DescribeLDAPSSettingsRequest":{
1564
+ "type":"structure",
1565
+ "required":["DirectoryId"],
1566
+ "members":{
1567
+ "DirectoryId":{"shape":"DirectoryId"},
1568
+ "Type":{"shape":"LDAPSType"},
1569
+ "NextToken":{"shape":"NextToken"},
1570
+ "Limit":{"shape":"PageLimit"}
1571
+ }
1572
+ },
1573
+ "DescribeLDAPSSettingsResult":{
1574
+ "type":"structure",
1575
+ "members":{
1576
+ "LDAPSSettingsInfo":{"shape":"LDAPSSettingsInfo"},
1577
+ "NextToken":{"shape":"NextToken"}
1578
+ }
1579
+ },
1324
1580
  "DescribeSharedDirectoriesRequest":{
1325
1581
  "type":"structure",
1326
1582
  "required":["OwnerDirectoryId"],
@@ -1447,6 +1703,14 @@
1447
1703
  "type":"list",
1448
1704
  "member":{"shape":"DirectoryDescription"}
1449
1705
  },
1706
+ "DirectoryDoesNotExistException":{
1707
+ "type":"structure",
1708
+ "members":{
1709
+ "Message":{"shape":"ExceptionMessage"},
1710
+ "RequestId":{"shape":"RequestId"}
1711
+ },
1712
+ "exception":true
1713
+ },
1450
1714
  "DirectoryEdition":{
1451
1715
  "type":"string",
1452
1716
  "enum":[
@@ -1560,6 +1824,19 @@
1560
1824
  "AvailabilityZones":{"shape":"AvailabilityZones"}
1561
1825
  }
1562
1826
  },
1827
+ "DisableLDAPSRequest":{
1828
+ "type":"structure",
1829
+ "required":["DirectoryId"],
1830
+ "members":{
1831
+ "DirectoryId":{"shape":"DirectoryId"},
1832
+ "Type":{"shape":"LDAPSType"}
1833
+ }
1834
+ },
1835
+ "DisableLDAPSResult":{
1836
+ "type":"structure",
1837
+ "members":{
1838
+ }
1839
+ },
1563
1840
  "DisableRadiusRequest":{
1564
1841
  "type":"structure",
1565
1842
  "required":["DirectoryId"],
@@ -1638,6 +1915,19 @@
1638
1915
  "type":"list",
1639
1916
  "member":{"shape":"DomainController"}
1640
1917
  },
1918
+ "EnableLDAPSRequest":{
1919
+ "type":"structure",
1920
+ "required":["DirectoryId"],
1921
+ "members":{
1922
+ "DirectoryId":{"shape":"DirectoryId"},
1923
+ "Type":{"shape":"LDAPSType"}
1924
+ }
1925
+ },
1926
+ "EnableLDAPSResult":{
1927
+ "type":"structure",
1928
+ "members":{
1929
+ }
1930
+ },
1641
1931
  "EnableRadiusRequest":{
1642
1932
  "type":"structure",
1643
1933
  "required":[
@@ -1732,6 +2022,22 @@
1732
2022
  },
1733
2023
  "exception":true
1734
2024
  },
2025
+ "InvalidCertificateException":{
2026
+ "type":"structure",
2027
+ "members":{
2028
+ "Message":{"shape":"ExceptionMessage"},
2029
+ "RequestId":{"shape":"RequestId"}
2030
+ },
2031
+ "exception":true
2032
+ },
2033
+ "InvalidLDAPSStatusException":{
2034
+ "type":"structure",
2035
+ "members":{
2036
+ "Message":{"shape":"ExceptionMessage"},
2037
+ "RequestId":{"shape":"RequestId"}
2038
+ },
2039
+ "exception":true
2040
+ },
1735
2041
  "InvalidNextTokenException":{
1736
2042
  "type":"structure",
1737
2043
  "members":{
@@ -1818,6 +2124,32 @@
1818
2124
  "type":"list",
1819
2125
  "member":{"shape":"IpRouteInfo"}
1820
2126
  },
2127
+ "LDAPSSettingInfo":{
2128
+ "type":"structure",
2129
+ "members":{
2130
+ "LDAPSStatus":{"shape":"LDAPSStatus"},
2131
+ "LDAPSStatusReason":{"shape":"LDAPSStatusReason"},
2132
+ "LastUpdatedDateTime":{"shape":"LastUpdatedDateTime"}
2133
+ }
2134
+ },
2135
+ "LDAPSSettingsInfo":{
2136
+ "type":"list",
2137
+ "member":{"shape":"LDAPSSettingInfo"}
2138
+ },
2139
+ "LDAPSStatus":{
2140
+ "type":"string",
2141
+ "enum":[
2142
+ "Enabling",
2143
+ "Enabled",
2144
+ "EnableFailed",
2145
+ "Disabled"
2146
+ ]
2147
+ },
2148
+ "LDAPSStatusReason":{"type":"string"},
2149
+ "LDAPSType":{
2150
+ "type":"string",
2151
+ "enum":["Client"]
2152
+ },
1821
2153
  "LastUpdatedDateTime":{"type":"timestamp"},
1822
2154
  "LaunchTime":{"type":"timestamp"},
1823
2155
  "LdifContent":{
@@ -1829,6 +2161,22 @@
1829
2161
  "type":"integer",
1830
2162
  "min":0
1831
2163
  },
2164
+ "ListCertificatesRequest":{
2165
+ "type":"structure",
2166
+ "required":["DirectoryId"],
2167
+ "members":{
2168
+ "DirectoryId":{"shape":"DirectoryId"},
2169
+ "NextToken":{"shape":"NextToken"},
2170
+ "Limit":{"shape":"PageLimit"}
2171
+ }
2172
+ },
2173
+ "ListCertificatesResult":{
2174
+ "type":"structure",
2175
+ "members":{
2176
+ "NextToken":{"shape":"NextToken"},
2177
+ "CertificatesInfo":{"shape":"CertificatesInfo"}
2178
+ }
2179
+ },
1832
2180
  "ListIpRoutesRequest":{
1833
2181
  "type":"structure",
1834
2182
  "required":["DirectoryId"],
@@ -1912,6 +2260,14 @@
1912
2260
  },
1913
2261
  "ManualSnapshotsLimitReached":{"type":"boolean"},
1914
2262
  "NextToken":{"type":"string"},
2263
+ "NoAvailableCertificateException":{
2264
+ "type":"structure",
2265
+ "members":{
2266
+ "Message":{"shape":"ExceptionMessage"},
2267
+ "RequestId":{"shape":"RequestId"}
2268
+ },
2269
+ "exception":true
2270
+ },
1915
2271
  "Notes":{
1916
2272
  "type":"string",
1917
2273
  "max":1024,
@@ -1941,6 +2297,11 @@
1941
2297
  "RadiusStatus":{"shape":"RadiusStatus"}
1942
2298
  }
1943
2299
  },
2300
+ "PageLimit":{
2301
+ "type":"integer",
2302
+ "max":50,
2303
+ "min":1
2304
+ },
1944
2305
  "Password":{
1945
2306
  "type":"string",
1946
2307
  "pattern":"(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*",
@@ -2002,6 +2363,23 @@
2002
2363
  "max":20,
2003
2364
  "min":1
2004
2365
  },
2366
+ "RegisterCertificateRequest":{
2367
+ "type":"structure",
2368
+ "required":[
2369
+ "DirectoryId",
2370
+ "CertificateData"
2371
+ ],
2372
+ "members":{
2373
+ "DirectoryId":{"shape":"DirectoryId"},
2374
+ "CertificateData":{"shape":"CertificateData"}
2375
+ }
2376
+ },
2377
+ "RegisterCertificateResult":{
2378
+ "type":"structure",
2379
+ "members":{
2380
+ "CertificateId":{"shape":"CertificateId"}
2381
+ }
2382
+ },
2005
2383
  "RegisterEventTopicRequest":{
2006
2384
  "type":"structure",
2007
2385
  "required":[