@aws-sdk/client-directory-service 3.183.0 → 3.186.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/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/DirectoryService.js +269 -262
- package/dist-es/DirectoryServiceClient.js +28 -22
- package/dist-es/commands/AcceptSharedDirectoryCommand.js +28 -21
- package/dist-es/commands/AddIpRoutesCommand.js +28 -21
- package/dist-es/commands/AddRegionCommand.js +28 -21
- package/dist-es/commands/AddTagsToResourceCommand.js +28 -21
- package/dist-es/commands/CancelSchemaExtensionCommand.js +28 -21
- package/dist-es/commands/ConnectDirectoryCommand.js +28 -21
- package/dist-es/commands/CreateAliasCommand.js +28 -21
- package/dist-es/commands/CreateComputerCommand.js +28 -21
- package/dist-es/commands/CreateConditionalForwarderCommand.js +28 -21
- package/dist-es/commands/CreateDirectoryCommand.js +28 -21
- package/dist-es/commands/CreateLogSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateMicrosoftADCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateTrustCommand.js +28 -21
- package/dist-es/commands/DeleteConditionalForwarderCommand.js +28 -21
- package/dist-es/commands/DeleteDirectoryCommand.js +28 -21
- package/dist-es/commands/DeleteLogSubscriptionCommand.js +28 -21
- package/dist-es/commands/DeleteSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteTrustCommand.js +28 -21
- package/dist-es/commands/DeregisterCertificateCommand.js +28 -21
- package/dist-es/commands/DeregisterEventTopicCommand.js +28 -21
- package/dist-es/commands/DescribeCertificateCommand.js +28 -21
- package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeConditionalForwardersCommand.js +28 -21
- package/dist-es/commands/DescribeDirectoriesCommand.js +28 -21
- package/dist-es/commands/DescribeDomainControllersCommand.js +28 -21
- package/dist-es/commands/DescribeEventTopicsCommand.js +28 -21
- package/dist-es/commands/DescribeLDAPSSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeRegionsCommand.js +28 -21
- package/dist-es/commands/DescribeSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeSharedDirectoriesCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotsCommand.js +28 -21
- package/dist-es/commands/DescribeTrustsCommand.js +28 -21
- package/dist-es/commands/DisableClientAuthenticationCommand.js +28 -21
- package/dist-es/commands/DisableLDAPSCommand.js +28 -21
- package/dist-es/commands/DisableRadiusCommand.js +28 -21
- package/dist-es/commands/DisableSsoCommand.js +28 -21
- package/dist-es/commands/EnableClientAuthenticationCommand.js +28 -21
- package/dist-es/commands/EnableLDAPSCommand.js +28 -21
- package/dist-es/commands/EnableRadiusCommand.js +28 -21
- package/dist-es/commands/EnableSsoCommand.js +28 -21
- package/dist-es/commands/GetDirectoryLimitsCommand.js +28 -21
- package/dist-es/commands/GetSnapshotLimitsCommand.js +28 -21
- package/dist-es/commands/ListCertificatesCommand.js +28 -21
- package/dist-es/commands/ListIpRoutesCommand.js +28 -21
- package/dist-es/commands/ListLogSubscriptionsCommand.js +28 -21
- package/dist-es/commands/ListSchemaExtensionsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/RegisterCertificateCommand.js +28 -21
- package/dist-es/commands/RegisterEventTopicCommand.js +28 -21
- package/dist-es/commands/RejectSharedDirectoryCommand.js +28 -21
- package/dist-es/commands/RemoveIpRoutesCommand.js +28 -21
- package/dist-es/commands/RemoveRegionCommand.js +28 -21
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +28 -21
- package/dist-es/commands/ResetUserPasswordCommand.js +28 -21
- package/dist-es/commands/RestoreFromSnapshotCommand.js +28 -21
- package/dist-es/commands/ShareDirectoryCommand.js +28 -21
- package/dist-es/commands/StartSchemaExtensionCommand.js +28 -21
- package/dist-es/commands/UnshareDirectoryCommand.js +28 -21
- package/dist-es/commands/UpdateConditionalForwarderCommand.js +28 -21
- package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +28 -21
- package/dist-es/commands/UpdateRadiusCommand.js +28 -21
- package/dist-es/commands/UpdateSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateTrustCommand.js +28 -21
- package/dist-es/commands/VerifyTrustCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DirectoryServiceServiceException.js +10 -5
- package/dist-es/models/models_0.js +674 -1019
- package/dist-es/pagination/DescribeDomainControllersPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6047 -4706
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RegisterEventTopicRequestFilterSensitiveLog, RegisterEventTopicResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1RegisterEventTopicCommand, serializeAws_json1_1RegisterEventTopicCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var RegisterEventTopicCommand = (function (_super) {
|
|
7
|
+
__extends(RegisterEventTopicCommand, _super);
|
|
8
|
+
function RegisterEventTopicCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
RegisterEventTopicCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "RegisterEventTopicCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: RegisterEventTopicRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RegisterEventTopicResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RegisterEventTopicCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1RegisterEventTopicCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
RegisterEventTopicCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1RegisterEventTopicCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return RegisterEventTopicCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RegisterEventTopicCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RejectSharedDirectoryRequestFilterSensitiveLog, RejectSharedDirectoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1RejectSharedDirectoryCommand, serializeAws_json1_1RejectSharedDirectoryCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var RejectSharedDirectoryCommand = (function (_super) {
|
|
7
|
+
__extends(RejectSharedDirectoryCommand, _super);
|
|
8
|
+
function RejectSharedDirectoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
RejectSharedDirectoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "RejectSharedDirectoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: RejectSharedDirectoryRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RejectSharedDirectoryResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RejectSharedDirectoryCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1RejectSharedDirectoryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
RejectSharedDirectoryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1RejectSharedDirectoryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return RejectSharedDirectoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RejectSharedDirectoryCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveIpRoutesRequestFilterSensitiveLog, RemoveIpRoutesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1RemoveIpRoutesCommand, serializeAws_json1_1RemoveIpRoutesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var RemoveIpRoutesCommand = (function (_super) {
|
|
7
|
+
__extends(RemoveIpRoutesCommand, _super);
|
|
8
|
+
function RemoveIpRoutesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
RemoveIpRoutesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "RemoveIpRoutesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: RemoveIpRoutesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RemoveIpRoutesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RemoveIpRoutesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1RemoveIpRoutesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
RemoveIpRoutesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1RemoveIpRoutesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return RemoveIpRoutesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RemoveIpRoutesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveRegionRequestFilterSensitiveLog, RemoveRegionResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1RemoveRegionCommand, serializeAws_json1_1RemoveRegionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var RemoveRegionCommand = (function (_super) {
|
|
7
|
+
__extends(RemoveRegionCommand, _super);
|
|
8
|
+
function RemoveRegionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
RemoveRegionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "RemoveRegionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: RemoveRegionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RemoveRegionResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RemoveRegionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1RemoveRegionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
RemoveRegionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1RemoveRegionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return RemoveRegionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RemoveRegionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveTagsFromResourceRequestFilterSensitiveLog, RemoveTagsFromResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1RemoveTagsFromResourceCommand, serializeAws_json1_1RemoveTagsFromResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var RemoveTagsFromResourceCommand = (function (_super) {
|
|
7
|
+
__extends(RemoveTagsFromResourceCommand, _super);
|
|
8
|
+
function RemoveTagsFromResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
RemoveTagsFromResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "RemoveTagsFromResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: RemoveTagsFromResourceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RemoveTagsFromResourceResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RemoveTagsFromResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1RemoveTagsFromResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
RemoveTagsFromResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1RemoveTagsFromResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return RemoveTagsFromResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RemoveTagsFromResourceCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ResetUserPasswordRequestFilterSensitiveLog, ResetUserPasswordResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ResetUserPasswordCommand, serializeAws_json1_1ResetUserPasswordCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ResetUserPasswordCommand = (function (_super) {
|
|
7
|
+
__extends(ResetUserPasswordCommand, _super);
|
|
8
|
+
function ResetUserPasswordCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ResetUserPasswordCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "ResetUserPasswordCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ResetUserPasswordRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ResetUserPasswordResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ResetUserPasswordCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ResetUserPasswordCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ResetUserPasswordCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ResetUserPasswordCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ResetUserPasswordCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ResetUserPasswordCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RestoreFromSnapshotRequestFilterSensitiveLog, RestoreFromSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1RestoreFromSnapshotCommand, serializeAws_json1_1RestoreFromSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var RestoreFromSnapshotCommand = (function (_super) {
|
|
7
|
+
__extends(RestoreFromSnapshotCommand, _super);
|
|
8
|
+
function RestoreFromSnapshotCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
RestoreFromSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "RestoreFromSnapshotCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: RestoreFromSnapshotRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RestoreFromSnapshotResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RestoreFromSnapshotCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1RestoreFromSnapshotCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
RestoreFromSnapshotCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1RestoreFromSnapshotCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return RestoreFromSnapshotCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RestoreFromSnapshotCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ShareDirectoryRequestFilterSensitiveLog, ShareDirectoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ShareDirectoryCommand, serializeAws_json1_1ShareDirectoryCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ShareDirectoryCommand = (function (_super) {
|
|
7
|
+
__extends(ShareDirectoryCommand, _super);
|
|
8
|
+
function ShareDirectoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ShareDirectoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "ShareDirectoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ShareDirectoryRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ShareDirectoryResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ShareDirectoryCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ShareDirectoryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ShareDirectoryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ShareDirectoryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ShareDirectoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ShareDirectoryCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StartSchemaExtensionRequestFilterSensitiveLog, StartSchemaExtensionResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1StartSchemaExtensionCommand, serializeAws_json1_1StartSchemaExtensionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var StartSchemaExtensionCommand = (function (_super) {
|
|
7
|
+
__extends(StartSchemaExtensionCommand, _super);
|
|
8
|
+
function StartSchemaExtensionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
StartSchemaExtensionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "StartSchemaExtensionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: StartSchemaExtensionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: StartSchemaExtensionResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StartSchemaExtensionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1StartSchemaExtensionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
StartSchemaExtensionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1StartSchemaExtensionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return StartSchemaExtensionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StartSchemaExtensionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UnshareDirectoryRequestFilterSensitiveLog, UnshareDirectoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UnshareDirectoryCommand, serializeAws_json1_1UnshareDirectoryCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UnshareDirectoryCommand = (function (_super) {
|
|
7
|
+
__extends(UnshareDirectoryCommand, _super);
|
|
8
|
+
function UnshareDirectoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UnshareDirectoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "UnshareDirectoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UnshareDirectoryRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UnshareDirectoryResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UnshareDirectoryCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UnshareDirectoryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UnshareDirectoryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UnshareDirectoryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UnshareDirectoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UnshareDirectoryCommand };
|