@aws-sdk/client-directory-service 3.1137.0 → 3.1138.0
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.
- package/dist-cjs/index.js +3 -3
- package/dist-es/schemas/schemas_0.js +2 -2
- package/dist-types/DirectoryService.d.ts +167 -161
- package/dist-types/ts3.4/DirectoryService.d.ts +164 -160
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1137.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -1324,10 +1324,10 @@ const _e = "error";
|
|
|
1324
1324
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.directoryservice";
|
|
1325
1325
|
const _se = "server";
|
|
1326
1326
|
const n0 = "com.amazonaws.directoryservice";
|
|
1327
|
-
const _s_registry = TypeRegistry
|
|
1327
|
+
const _s_registry = new TypeRegistry(_s);
|
|
1328
1328
|
var DirectoryServiceServiceException$ = [-3, _s, "DirectoryServiceServiceException", 0, [], []];
|
|
1329
1329
|
_s_registry.registerError(DirectoryServiceServiceException$, DirectoryServiceServiceException);
|
|
1330
|
-
const n0_registry = TypeRegistry
|
|
1330
|
+
const n0_registry = new TypeRegistry(n0);
|
|
1331
1331
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1332
1332
|
{ [_e]: _c },
|
|
1333
1333
|
[_M, _RI],
|
|
@@ -546,10 +546,10 @@ const n0 = "com.amazonaws.directoryservice";
|
|
|
546
546
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
547
547
|
import { DirectoryServiceServiceException } from "../models/DirectoryServiceServiceException";
|
|
548
548
|
import { AccessDeniedException, ADAssessmentLimitExceededException, AuthenticationFailedException, CertificateAlreadyExistsException, CertificateDoesNotExistException, CertificateInUseException, CertificateLimitExceededException, ClientException, DirectoryAlreadyInRegionException, DirectoryAlreadySharedException, DirectoryDoesNotExistException, DirectoryInDesiredStateException, DirectoryLimitExceededException, DirectoryNotSharedException, DirectoryUnavailableException, DisableAlreadyInProgressException, DomainControllerLimitExceededException, EnableAlreadyInProgressException, EntityAlreadyExistsException, EntityDoesNotExistException, IncompatibleSettingsException, InsufficientPermissionsException, InvalidCertificateException, InvalidClientAuthStatusException, InvalidLDAPSStatusException, InvalidNextTokenException, InvalidParameterException, InvalidPasswordException, InvalidTargetException, IpRouteLimitExceededException, NoAvailableCertificateException, OrganizationsException, RegionLimitExceededException, ServiceException, ShareLimitExceededException, SnapshotLimitExceededException, TagLimitExceededException, UnsupportedOperationException, UnsupportedSettingsException, UserDoesNotExistException, } from "../models/errors";
|
|
549
|
-
const _s_registry = TypeRegistry
|
|
549
|
+
const _s_registry = new TypeRegistry(_s);
|
|
550
550
|
export var DirectoryServiceServiceException$ = [-3, _s, "DirectoryServiceServiceException", 0, [], []];
|
|
551
551
|
_s_registry.registerError(DirectoryServiceServiceException$, DirectoryServiceServiceException);
|
|
552
|
-
const n0_registry = TypeRegistry
|
|
552
|
+
const n0_registry = new TypeRegistry(n0);
|
|
553
553
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
554
554
|
{ [_e]: _c },
|
|
555
555
|
[_M, _RI],
|