@aws-sdk/client-pca-connector-ad 3.490.0 → 3.496.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.
Files changed (44) hide show
  1. package/dist-cjs/PcaConnectorAd.js +1 -61
  2. package/dist-cjs/PcaConnectorAdClient.js +1 -43
  3. package/dist-cjs/commands/CreateConnectorCommand.js +1 -28
  4. package/dist-cjs/commands/CreateDirectoryRegistrationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateServicePrincipalNameCommand.js +1 -28
  6. package/dist-cjs/commands/CreateTemplateCommand.js +1 -28
  7. package/dist-cjs/commands/CreateTemplateGroupAccessControlEntryCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteConnectorCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteDirectoryRegistrationCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteServicePrincipalNameCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteTemplateCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteTemplateGroupAccessControlEntryCommand.js +1 -28
  13. package/dist-cjs/commands/GetConnectorCommand.js +1 -28
  14. package/dist-cjs/commands/GetDirectoryRegistrationCommand.js +1 -28
  15. package/dist-cjs/commands/GetServicePrincipalNameCommand.js +1 -28
  16. package/dist-cjs/commands/GetTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/GetTemplateGroupAccessControlEntryCommand.js +1 -28
  18. package/dist-cjs/commands/ListConnectorsCommand.js +1 -28
  19. package/dist-cjs/commands/ListDirectoryRegistrationsCommand.js +1 -28
  20. package/dist-cjs/commands/ListServicePrincipalNamesCommand.js +1 -28
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  22. package/dist-cjs/commands/ListTemplateGroupAccessControlEntriesCommand.js +1 -28
  23. package/dist-cjs/commands/ListTemplatesCommand.js +1 -28
  24. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateTemplateCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateTemplateGroupAccessControlEntryCommand.js +1 -28
  28. package/dist-cjs/commands/index.js +1 -28
  29. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  30. package/dist-cjs/extensionConfiguration.js +1 -2
  31. package/dist-cjs/index.js +2838 -11
  32. package/dist-cjs/models/PcaConnectorAdServiceException.js +1 -12
  33. package/dist-cjs/models/index.js +1 -4
  34. package/dist-cjs/models/models_0.js +1 -324
  35. package/dist-cjs/pagination/Interfaces.js +1 -2
  36. package/dist-cjs/pagination/ListConnectorsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListDirectoryRegistrationsPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListServicePrincipalNamesPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListTemplatesPaginator.js +1 -7
  41. package/dist-cjs/pagination/index.js +1 -9
  42. package/dist-cjs/protocols/Aws_restJson1.js +1 -1799
  43. package/dist-cjs/runtimeExtensions.js +1 -22
  44. package/package.json +40 -40
@@ -1,61 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PcaConnectorAd = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateConnectorCommand_1 = require("./commands/CreateConnectorCommand");
6
- const CreateDirectoryRegistrationCommand_1 = require("./commands/CreateDirectoryRegistrationCommand");
7
- const CreateServicePrincipalNameCommand_1 = require("./commands/CreateServicePrincipalNameCommand");
8
- const CreateTemplateCommand_1 = require("./commands/CreateTemplateCommand");
9
- const CreateTemplateGroupAccessControlEntryCommand_1 = require("./commands/CreateTemplateGroupAccessControlEntryCommand");
10
- const DeleteConnectorCommand_1 = require("./commands/DeleteConnectorCommand");
11
- const DeleteDirectoryRegistrationCommand_1 = require("./commands/DeleteDirectoryRegistrationCommand");
12
- const DeleteServicePrincipalNameCommand_1 = require("./commands/DeleteServicePrincipalNameCommand");
13
- const DeleteTemplateCommand_1 = require("./commands/DeleteTemplateCommand");
14
- const DeleteTemplateGroupAccessControlEntryCommand_1 = require("./commands/DeleteTemplateGroupAccessControlEntryCommand");
15
- const GetConnectorCommand_1 = require("./commands/GetConnectorCommand");
16
- const GetDirectoryRegistrationCommand_1 = require("./commands/GetDirectoryRegistrationCommand");
17
- const GetServicePrincipalNameCommand_1 = require("./commands/GetServicePrincipalNameCommand");
18
- const GetTemplateCommand_1 = require("./commands/GetTemplateCommand");
19
- const GetTemplateGroupAccessControlEntryCommand_1 = require("./commands/GetTemplateGroupAccessControlEntryCommand");
20
- const ListConnectorsCommand_1 = require("./commands/ListConnectorsCommand");
21
- const ListDirectoryRegistrationsCommand_1 = require("./commands/ListDirectoryRegistrationsCommand");
22
- const ListServicePrincipalNamesCommand_1 = require("./commands/ListServicePrincipalNamesCommand");
23
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
24
- const ListTemplateGroupAccessControlEntriesCommand_1 = require("./commands/ListTemplateGroupAccessControlEntriesCommand");
25
- const ListTemplatesCommand_1 = require("./commands/ListTemplatesCommand");
26
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
27
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
28
- const UpdateTemplateCommand_1 = require("./commands/UpdateTemplateCommand");
29
- const UpdateTemplateGroupAccessControlEntryCommand_1 = require("./commands/UpdateTemplateGroupAccessControlEntryCommand");
30
- const PcaConnectorAdClient_1 = require("./PcaConnectorAdClient");
31
- const commands = {
32
- CreateConnectorCommand: CreateConnectorCommand_1.CreateConnectorCommand,
33
- CreateDirectoryRegistrationCommand: CreateDirectoryRegistrationCommand_1.CreateDirectoryRegistrationCommand,
34
- CreateServicePrincipalNameCommand: CreateServicePrincipalNameCommand_1.CreateServicePrincipalNameCommand,
35
- CreateTemplateCommand: CreateTemplateCommand_1.CreateTemplateCommand,
36
- CreateTemplateGroupAccessControlEntryCommand: CreateTemplateGroupAccessControlEntryCommand_1.CreateTemplateGroupAccessControlEntryCommand,
37
- DeleteConnectorCommand: DeleteConnectorCommand_1.DeleteConnectorCommand,
38
- DeleteDirectoryRegistrationCommand: DeleteDirectoryRegistrationCommand_1.DeleteDirectoryRegistrationCommand,
39
- DeleteServicePrincipalNameCommand: DeleteServicePrincipalNameCommand_1.DeleteServicePrincipalNameCommand,
40
- DeleteTemplateCommand: DeleteTemplateCommand_1.DeleteTemplateCommand,
41
- DeleteTemplateGroupAccessControlEntryCommand: DeleteTemplateGroupAccessControlEntryCommand_1.DeleteTemplateGroupAccessControlEntryCommand,
42
- GetConnectorCommand: GetConnectorCommand_1.GetConnectorCommand,
43
- GetDirectoryRegistrationCommand: GetDirectoryRegistrationCommand_1.GetDirectoryRegistrationCommand,
44
- GetServicePrincipalNameCommand: GetServicePrincipalNameCommand_1.GetServicePrincipalNameCommand,
45
- GetTemplateCommand: GetTemplateCommand_1.GetTemplateCommand,
46
- GetTemplateGroupAccessControlEntryCommand: GetTemplateGroupAccessControlEntryCommand_1.GetTemplateGroupAccessControlEntryCommand,
47
- ListConnectorsCommand: ListConnectorsCommand_1.ListConnectorsCommand,
48
- ListDirectoryRegistrationsCommand: ListDirectoryRegistrationsCommand_1.ListDirectoryRegistrationsCommand,
49
- ListServicePrincipalNamesCommand: ListServicePrincipalNamesCommand_1.ListServicePrincipalNamesCommand,
50
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
51
- ListTemplateGroupAccessControlEntriesCommand: ListTemplateGroupAccessControlEntriesCommand_1.ListTemplateGroupAccessControlEntriesCommand,
52
- ListTemplatesCommand: ListTemplatesCommand_1.ListTemplatesCommand,
53
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
54
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
55
- UpdateTemplateCommand: UpdateTemplateCommand_1.UpdateTemplateCommand,
56
- UpdateTemplateGroupAccessControlEntryCommand: UpdateTemplateGroupAccessControlEntryCommand_1.UpdateTemplateGroupAccessControlEntryCommand,
57
- };
58
- class PcaConnectorAd extends PcaConnectorAdClient_1.PcaConnectorAdClient {
59
- }
60
- exports.PcaConnectorAd = PcaConnectorAd;
61
- (0, smithy_client_1.createAggregatedClient)(commands, PcaConnectorAd);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PcaConnectorAdClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class PcaConnectorAdClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.PcaConnectorAdClient = PcaConnectorAdClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateConnectorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "CreateConnector", {})
22
- .n("PcaConnectorAdClient", "CreateConnectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConnectorCommand)
25
- .de(Aws_restJson1_1.de_CreateConnectorCommand)
26
- .build() {
27
- }
28
- exports.CreateConnectorCommand = CreateConnectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDirectoryRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDirectoryRegistrationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "CreateDirectoryRegistration", {})
22
- .n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDirectoryRegistrationCommand)
25
- .de(Aws_restJson1_1.de_CreateDirectoryRegistrationCommand)
26
- .build() {
27
- }
28
- exports.CreateDirectoryRegistrationCommand = CreateDirectoryRegistrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateServicePrincipalNameCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateServicePrincipalNameCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "CreateServicePrincipalName", {})
22
- .n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateServicePrincipalNameCommand)
25
- .de(Aws_restJson1_1.de_CreateServicePrincipalNameCommand)
26
- .build() {
27
- }
28
- exports.CreateServicePrincipalNameCommand = CreateServicePrincipalNameCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "CreateTemplate", {})
22
- .n("PcaConnectorAdClient", "CreateTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateTemplateCommand)
25
- .de(Aws_restJson1_1.de_CreateTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreateTemplateCommand = CreateTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTemplateGroupAccessControlEntryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateTemplateGroupAccessControlEntryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {})
22
- .n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateTemplateGroupAccessControlEntryCommand)
25
- .de(Aws_restJson1_1.de_CreateTemplateGroupAccessControlEntryCommand)
26
- .build() {
27
- }
28
- exports.CreateTemplateGroupAccessControlEntryCommand = CreateTemplateGroupAccessControlEntryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteConnectorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "DeleteConnector", {})
22
- .n("PcaConnectorAdClient", "DeleteConnectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteConnectorCommand)
25
- .de(Aws_restJson1_1.de_DeleteConnectorCommand)
26
- .build() {
27
- }
28
- exports.DeleteConnectorCommand = DeleteConnectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDirectoryRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDirectoryRegistrationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "DeleteDirectoryRegistration", {})
22
- .n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDirectoryRegistrationCommand)
25
- .de(Aws_restJson1_1.de_DeleteDirectoryRegistrationCommand)
26
- .build() {
27
- }
28
- exports.DeleteDirectoryRegistrationCommand = DeleteDirectoryRegistrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteServicePrincipalNameCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteServicePrincipalNameCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "DeleteServicePrincipalName", {})
22
- .n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteServicePrincipalNameCommand)
25
- .de(Aws_restJson1_1.de_DeleteServicePrincipalNameCommand)
26
- .build() {
27
- }
28
- exports.DeleteServicePrincipalNameCommand = DeleteServicePrincipalNameCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "DeleteTemplate", {})
22
- .n("PcaConnectorAdClient", "DeleteTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteTemplateCommand)
25
- .de(Aws_restJson1_1.de_DeleteTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeleteTemplateCommand = DeleteTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTemplateGroupAccessControlEntryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteTemplateGroupAccessControlEntryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {})
22
- .n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteTemplateGroupAccessControlEntryCommand)
25
- .de(Aws_restJson1_1.de_DeleteTemplateGroupAccessControlEntryCommand)
26
- .build() {
27
- }
28
- exports.DeleteTemplateGroupAccessControlEntryCommand = DeleteTemplateGroupAccessControlEntryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConnectorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "GetConnector", {})
22
- .n("PcaConnectorAdClient", "GetConnectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConnectorCommand)
25
- .de(Aws_restJson1_1.de_GetConnectorCommand)
26
- .build() {
27
- }
28
- exports.GetConnectorCommand = GetConnectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDirectoryRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDirectoryRegistrationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "GetDirectoryRegistration", {})
22
- .n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDirectoryRegistrationCommand)
25
- .de(Aws_restJson1_1.de_GetDirectoryRegistrationCommand)
26
- .build() {
27
- }
28
- exports.GetDirectoryRegistrationCommand = GetDirectoryRegistrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetServicePrincipalNameCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetServicePrincipalNameCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "GetServicePrincipalName", {})
22
- .n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetServicePrincipalNameCommand)
25
- .de(Aws_restJson1_1.de_GetServicePrincipalNameCommand)
26
- .build() {
27
- }
28
- exports.GetServicePrincipalNameCommand = GetServicePrincipalNameCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "GetTemplate", {})
22
- .n("PcaConnectorAdClient", "GetTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTemplateCommand)
25
- .de(Aws_restJson1_1.de_GetTemplateCommand)
26
- .build() {
27
- }
28
- exports.GetTemplateCommand = GetTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTemplateGroupAccessControlEntryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTemplateGroupAccessControlEntryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "GetTemplateGroupAccessControlEntry", {})
22
- .n("PcaConnectorAdClient", "GetTemplateGroupAccessControlEntryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTemplateGroupAccessControlEntryCommand)
25
- .de(Aws_restJson1_1.de_GetTemplateGroupAccessControlEntryCommand)
26
- .build() {
27
- }
28
- exports.GetTemplateGroupAccessControlEntryCommand = GetTemplateGroupAccessControlEntryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConnectorsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListConnectorsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "ListConnectors", {})
22
- .n("PcaConnectorAdClient", "ListConnectorsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListConnectorsCommand)
25
- .de(Aws_restJson1_1.de_ListConnectorsCommand)
26
- .build() {
27
- }
28
- exports.ListConnectorsCommand = ListConnectorsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDirectoryRegistrationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDirectoryRegistrationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PcaConnectorAd", "ListDirectoryRegistrations", {})
22
- .n("PcaConnectorAdClient", "ListDirectoryRegistrationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDirectoryRegistrationsCommand)
25
- .de(Aws_restJson1_1.de_ListDirectoryRegistrationsCommand)
26
- .build() {
27
- }
28
- exports.ListDirectoryRegistrationsCommand = ListDirectoryRegistrationsCommand;
1
+ module.exports = require("../index.js");