@aws-sdk/client-pca-connector-ad 3.478.0 → 3.484.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 (105) hide show
  1. package/dist-cjs/commands/CreateConnectorCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDirectoryRegistrationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateServicePrincipalNameCommand.js +18 -41
  4. package/dist-cjs/commands/CreateTemplateCommand.js +18 -41
  5. package/dist-cjs/commands/CreateTemplateGroupAccessControlEntryCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteConnectorCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDirectoryRegistrationCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteServicePrincipalNameCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteTemplateCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteTemplateGroupAccessControlEntryCommand.js +18 -41
  11. package/dist-cjs/commands/GetConnectorCommand.js +18 -41
  12. package/dist-cjs/commands/GetDirectoryRegistrationCommand.js +18 -41
  13. package/dist-cjs/commands/GetServicePrincipalNameCommand.js +18 -41
  14. package/dist-cjs/commands/GetTemplateCommand.js +18 -41
  15. package/dist-cjs/commands/GetTemplateGroupAccessControlEntryCommand.js +18 -41
  16. package/dist-cjs/commands/ListConnectorsCommand.js +18 -41
  17. package/dist-cjs/commands/ListDirectoryRegistrationsCommand.js +18 -41
  18. package/dist-cjs/commands/ListServicePrincipalNamesCommand.js +18 -41
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  20. package/dist-cjs/commands/ListTemplateGroupAccessControlEntriesCommand.js +18 -41
  21. package/dist-cjs/commands/ListTemplatesCommand.js +18 -41
  22. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateTemplateCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateTemplateGroupAccessControlEntryCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-es/commands/CreateConnectorCommand.js +18 -41
  28. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +18 -41
  29. package/dist-es/commands/CreateServicePrincipalNameCommand.js +18 -41
  30. package/dist-es/commands/CreateTemplateCommand.js +18 -41
  31. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +18 -41
  32. package/dist-es/commands/DeleteConnectorCommand.js +18 -41
  33. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +18 -41
  34. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +18 -41
  35. package/dist-es/commands/DeleteTemplateCommand.js +18 -41
  36. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +18 -41
  37. package/dist-es/commands/GetConnectorCommand.js +18 -41
  38. package/dist-es/commands/GetDirectoryRegistrationCommand.js +18 -41
  39. package/dist-es/commands/GetServicePrincipalNameCommand.js +18 -41
  40. package/dist-es/commands/GetTemplateCommand.js +18 -41
  41. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +18 -41
  42. package/dist-es/commands/ListConnectorsCommand.js +18 -41
  43. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +18 -41
  44. package/dist-es/commands/ListServicePrincipalNamesCommand.js +18 -41
  45. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  46. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +18 -41
  47. package/dist-es/commands/ListTemplatesCommand.js +18 -41
  48. package/dist-es/commands/TagResourceCommand.js +18 -41
  49. package/dist-es/commands/UntagResourceCommand.js +18 -41
  50. package/dist-es/commands/UpdateTemplateCommand.js +18 -41
  51. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/CreateConnectorCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +6 -21
  55. package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateTemplateCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  63. package/dist-types/commands/GetConnectorCommand.d.ts +6 -21
  64. package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +6 -21
  65. package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +6 -21
  66. package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
  67. package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  68. package/dist-types/commands/ListConnectorsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +6 -21
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  72. package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -21
  74. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  75. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  76. package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetDirectoryRegistrationCommand, se_GetDirectoryRegistrationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetDirectoryRegistrationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetDirectoryRegistrationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "GetDirectoryRegistrationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "GetDirectoryRegistration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetDirectoryRegistrationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetDirectoryRegistrationCommand(output, context);
46
- }
7
+ export class GetDirectoryRegistrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "GetDirectoryRegistration", {})
19
+ .n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetDirectoryRegistrationCommand)
22
+ .de(de_GetDirectoryRegistrationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetServicePrincipalNameCommand, se_GetServicePrincipalNameCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetServicePrincipalNameCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetServicePrincipalNameCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "GetServicePrincipalNameCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "GetServicePrincipalName",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetServicePrincipalNameCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetServicePrincipalNameCommand(output, context);
46
- }
7
+ export class GetServicePrincipalNameCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "GetServicePrincipalName", {})
19
+ .n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetServicePrincipalNameCommand)
22
+ .de(de_GetServicePrincipalNameCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetTemplateCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetTemplateCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "GetTemplateCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "GetTemplate",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetTemplateCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetTemplateCommand(output, context);
46
- }
7
+ export class GetTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "GetTemplate", {})
19
+ .n("PcaConnectorAdClient", "GetTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetTemplateCommand)
22
+ .de(de_GetTemplateCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetTemplateGroupAccessControlEntryCommand, se_GetTemplateGroupAccessControlEntryCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetTemplateGroupAccessControlEntryCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetTemplateGroupAccessControlEntryCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "GetTemplateGroupAccessControlEntryCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "GetTemplateGroupAccessControlEntry",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetTemplateGroupAccessControlEntryCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetTemplateGroupAccessControlEntryCommand(output, context);
46
- }
7
+ export class GetTemplateGroupAccessControlEntryCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "GetTemplateGroupAccessControlEntry", {})
19
+ .n("PcaConnectorAdClient", "GetTemplateGroupAccessControlEntryCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetTemplateGroupAccessControlEntryCommand)
22
+ .de(de_GetTemplateGroupAccessControlEntryCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListConnectorsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListConnectorsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "ListConnectorsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "ListConnectors",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListConnectorsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListConnectorsCommand(output, context);
46
- }
7
+ export class ListConnectorsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "ListConnectors", {})
19
+ .n("PcaConnectorAdClient", "ListConnectorsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListConnectorsCommand)
22
+ .de(de_ListConnectorsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListDirectoryRegistrationsCommand, se_ListDirectoryRegistrationsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListDirectoryRegistrationsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListDirectoryRegistrationsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "ListDirectoryRegistrationsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "ListDirectoryRegistrations",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListDirectoryRegistrationsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListDirectoryRegistrationsCommand(output, context);
46
- }
7
+ export class ListDirectoryRegistrationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "ListDirectoryRegistrations", {})
19
+ .n("PcaConnectorAdClient", "ListDirectoryRegistrationsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListDirectoryRegistrationsCommand)
22
+ .de(de_ListDirectoryRegistrationsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListServicePrincipalNamesCommand, se_ListServicePrincipalNamesCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListServicePrincipalNamesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListServicePrincipalNamesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "ListServicePrincipalNamesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "ListServicePrincipalNames",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListServicePrincipalNamesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListServicePrincipalNamesCommand(output, context);
46
- }
7
+ export class ListServicePrincipalNamesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "ListServicePrincipalNames", {})
19
+ .n("PcaConnectorAdClient", "ListServicePrincipalNamesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListServicePrincipalNamesCommand)
22
+ .de(de_ListServicePrincipalNamesCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTagsForResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "ListTagsForResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "ListTagsForResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTagsForResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTagsForResourceCommand(output, context);
46
- }
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "ListTagsForResource", {})
19
+ .n("PcaConnectorAdClient", "ListTagsForResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTagsForResourceCommand)
22
+ .de(de_ListTagsForResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTemplateGroupAccessControlEntriesCommand, se_ListTemplateGroupAccessControlEntriesCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTemplateGroupAccessControlEntriesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTemplateGroupAccessControlEntriesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "PcaConnectorAdClient";
26
- const commandName = "ListTemplateGroupAccessControlEntriesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "PcaConnectorAd",
35
- operation: "ListTemplateGroupAccessControlEntries",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTemplateGroupAccessControlEntriesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTemplateGroupAccessControlEntriesCommand(output, context);
46
- }
7
+ export class ListTemplateGroupAccessControlEntriesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("PcaConnectorAd", "ListTemplateGroupAccessControlEntries", {})
19
+ .n("PcaConnectorAdClient", "ListTemplateGroupAccessControlEntriesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTemplateGroupAccessControlEntriesCommand)
22
+ .de(de_ListTemplateGroupAccessControlEntriesCommand)
23
+ .build() {
47
24
  }