@aws-sdk/client-pca-connector-ad 3.477.0 → 3.481.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 (125) 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-cjs/pagination/ListConnectorsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListDirectoryRegistrationsPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListServicePrincipalNamesPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListTemplatesPaginator.js +2 -24
  32. package/dist-es/commands/CreateConnectorCommand.js +18 -41
  33. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +18 -41
  34. package/dist-es/commands/CreateServicePrincipalNameCommand.js +18 -41
  35. package/dist-es/commands/CreateTemplateCommand.js +18 -41
  36. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +18 -41
  37. package/dist-es/commands/DeleteConnectorCommand.js +18 -41
  38. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +18 -41
  39. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +18 -41
  40. package/dist-es/commands/DeleteTemplateCommand.js +18 -41
  41. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +18 -41
  42. package/dist-es/commands/GetConnectorCommand.js +18 -41
  43. package/dist-es/commands/GetDirectoryRegistrationCommand.js +18 -41
  44. package/dist-es/commands/GetServicePrincipalNameCommand.js +18 -41
  45. package/dist-es/commands/GetTemplateCommand.js +18 -41
  46. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +18 -41
  47. package/dist-es/commands/ListConnectorsCommand.js +18 -41
  48. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +18 -41
  49. package/dist-es/commands/ListServicePrincipalNamesCommand.js +18 -41
  50. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  51. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +18 -41
  52. package/dist-es/commands/ListTemplatesCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateTemplateCommand.js +18 -41
  56. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +18 -41
  57. package/dist-es/endpoint/EndpointParameters.js +6 -0
  58. package/dist-es/pagination/ListConnectorsPaginator.js +2 -23
  59. package/dist-es/pagination/ListDirectoryRegistrationsPaginator.js +2 -23
  60. package/dist-es/pagination/ListServicePrincipalNamesPaginator.js +2 -23
  61. package/dist-es/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +2 -23
  62. package/dist-es/pagination/ListTemplatesPaginator.js +2 -23
  63. package/dist-types/commands/CreateConnectorCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateTemplateCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  73. package/dist-types/commands/GetConnectorCommand.d.ts +6 -21
  74. package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +6 -21
  75. package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +6 -21
  76. package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
  77. package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  78. package/dist-types/commands/ListConnectorsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +6 -21
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +6 -21
  83. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -21
  84. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  85. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -21
  87. package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +6 -21
  88. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  89. package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListDirectoryRegistrationsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListServicePrincipalNamesPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  120. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +3 -3
  121. package/dist-types/ts3.4/pagination/ListDirectoryRegistrationsPaginator.d.ts +3 -3
  122. package/dist-types/ts3.4/pagination/ListServicePrincipalNamesPaginator.d.ts +3 -3
  123. package/dist-types/ts3.4/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +3 -3
  124. package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +3 -3
  125. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateServicePrincipalNameRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface CreateServicePrincipalNameCommandInput
17
11
  extends CreateServicePrincipalNameRequest {}
18
12
  export interface CreateServicePrincipalNameCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class CreateServicePrincipalNameCommand extends $Command<
21
- CreateServicePrincipalNameCommandInput,
22
- CreateServicePrincipalNameCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: CreateServicePrincipalNameCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateServicePrincipalNameCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const CreateServicePrincipalNameCommand_base: {
15
+ new (
16
+ input: CreateServicePrincipalNameCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  CreateServicePrincipalNameCommandInput,
34
- CreateServicePrincipalNameCommandOutput
19
+ CreateServicePrincipalNameCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateTemplateRequest,
11
5
  CreateTemplateResponse,
@@ -20,19 +14,16 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
20
14
  export interface CreateTemplateCommandOutput
21
15
  extends CreateTemplateResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateTemplateCommand extends $Command<
24
- CreateTemplateCommandInput,
25
- CreateTemplateCommandOutput,
26
- PcaConnectorAdClientResolvedConfig
27
- > {
28
- readonly input: CreateTemplateCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateTemplateCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: PcaConnectorAdClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateTemplateCommandInput, CreateTemplateCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateTemplateCommand_base: {
18
+ new (
19
+ input: CreateTemplateCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateTemplateCommandInput,
22
+ CreateTemplateCommandOutput,
23
+ PcaConnectorAdClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateTemplateCommand extends CreateTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateTemplateGroupAccessControlEntryRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface CreateTemplateGroupAccessControlEntryCommandInput
17
11
  extends CreateTemplateGroupAccessControlEntryRequest {}
18
12
  export interface CreateTemplateGroupAccessControlEntryCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class CreateTemplateGroupAccessControlEntryCommand extends $Command<
21
- CreateTemplateGroupAccessControlEntryCommandInput,
22
- CreateTemplateGroupAccessControlEntryCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: CreateTemplateGroupAccessControlEntryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateTemplateGroupAccessControlEntryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const CreateTemplateGroupAccessControlEntryCommand_base: {
15
+ new (
16
+ input: CreateTemplateGroupAccessControlEntryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  CreateTemplateGroupAccessControlEntryCommandInput,
34
- CreateTemplateGroupAccessControlEntryCommandOutput
19
+ CreateTemplateGroupAccessControlEntryCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteConnectorRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
17
11
  export interface DeleteConnectorCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteConnectorCommand extends $Command<
19
- DeleteConnectorCommandInput,
20
- DeleteConnectorCommandOutput,
21
- PcaConnectorAdClientResolvedConfig
22
- > {
23
- readonly input: DeleteConnectorCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteConnectorCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: PcaConnectorAdClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteConnectorCommandInput, DeleteConnectorCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteConnectorCommand_base: {
13
+ new (
14
+ input: DeleteConnectorCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteConnectorCommandInput,
17
+ DeleteConnectorCommandOutput,
18
+ PcaConnectorAdClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteDirectoryRegistrationRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface DeleteDirectoryRegistrationCommandInput
17
11
  extends DeleteDirectoryRegistrationRequest {}
18
12
  export interface DeleteDirectoryRegistrationCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteDirectoryRegistrationCommand extends $Command<
21
- DeleteDirectoryRegistrationCommandInput,
22
- DeleteDirectoryRegistrationCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: DeleteDirectoryRegistrationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteDirectoryRegistrationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteDirectoryRegistrationCommand_base: {
15
+ new (
16
+ input: DeleteDirectoryRegistrationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteDirectoryRegistrationCommandInput,
34
- DeleteDirectoryRegistrationCommandOutput
19
+ DeleteDirectoryRegistrationCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteServicePrincipalNameRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface DeleteServicePrincipalNameCommandInput
17
11
  extends DeleteServicePrincipalNameRequest {}
18
12
  export interface DeleteServicePrincipalNameCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteServicePrincipalNameCommand extends $Command<
21
- DeleteServicePrincipalNameCommandInput,
22
- DeleteServicePrincipalNameCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: DeleteServicePrincipalNameCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteServicePrincipalNameCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteServicePrincipalNameCommand_base: {
15
+ new (
16
+ input: DeleteServicePrincipalNameCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteServicePrincipalNameCommandInput,
34
- DeleteServicePrincipalNameCommandOutput
19
+ DeleteServicePrincipalNameCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteTemplateRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
17
11
  export interface DeleteTemplateCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteTemplateCommand extends $Command<
19
- DeleteTemplateCommandInput,
20
- DeleteTemplateCommandOutput,
21
- PcaConnectorAdClientResolvedConfig
22
- > {
23
- readonly input: DeleteTemplateCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteTemplateCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: PcaConnectorAdClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteTemplateCommandInput, DeleteTemplateCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteTemplateCommand_base: {
13
+ new (
14
+ input: DeleteTemplateCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteTemplateCommandInput,
17
+ DeleteTemplateCommandOutput,
18
+ PcaConnectorAdClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteTemplateGroupAccessControlEntryRequest } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface DeleteTemplateGroupAccessControlEntryCommandInput
17
11
  extends DeleteTemplateGroupAccessControlEntryRequest {}
18
12
  export interface DeleteTemplateGroupAccessControlEntryCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteTemplateGroupAccessControlEntryCommand extends $Command<
21
- DeleteTemplateGroupAccessControlEntryCommandInput,
22
- DeleteTemplateGroupAccessControlEntryCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: DeleteTemplateGroupAccessControlEntryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteTemplateGroupAccessControlEntryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
15
+ new (
16
+ input: DeleteTemplateGroupAccessControlEntryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteTemplateGroupAccessControlEntryCommandInput,
34
- DeleteTemplateGroupAccessControlEntryCommandOutput
19
+ DeleteTemplateGroupAccessControlEntryCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetConnectorCommandInput extends GetConnectorRequest {}
17
11
  export interface GetConnectorCommandOutput
18
12
  extends GetConnectorResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetConnectorCommand extends $Command<
21
- GetConnectorCommandInput,
22
- GetConnectorCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: GetConnectorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetConnectorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetConnectorCommandInput, GetConnectorCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetConnectorCommand_base: {
15
+ new (
16
+ input: GetConnectorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetConnectorCommandInput,
19
+ GetConnectorCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetConnectorCommand extends GetConnectorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetDirectoryRegistrationRequest,
11
5
  GetDirectoryRegistrationResponse,
@@ -21,22 +15,16 @@ export interface GetDirectoryRegistrationCommandInput
21
15
  export interface GetDirectoryRegistrationCommandOutput
22
16
  extends GetDirectoryRegistrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDirectoryRegistrationCommand extends $Command<
25
- GetDirectoryRegistrationCommandInput,
26
- GetDirectoryRegistrationCommandOutput,
27
- PcaConnectorAdClientResolvedConfig
28
- > {
29
- readonly input: GetDirectoryRegistrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDirectoryRegistrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PcaConnectorAdClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDirectoryRegistrationCommand_base: {
19
+ new (
20
+ input: GetDirectoryRegistrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDirectoryRegistrationCommandInput,
38
- GetDirectoryRegistrationCommandOutput
23
+ GetDirectoryRegistrationCommandOutput,
24
+ PcaConnectorAdClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetServicePrincipalNameRequest,
11
5
  GetServicePrincipalNameResponse,
@@ -21,22 +15,16 @@ export interface GetServicePrincipalNameCommandInput
21
15
  export interface GetServicePrincipalNameCommandOutput
22
16
  extends GetServicePrincipalNameResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetServicePrincipalNameCommand extends $Command<
25
- GetServicePrincipalNameCommandInput,
26
- GetServicePrincipalNameCommandOutput,
27
- PcaConnectorAdClientResolvedConfig
28
- > {
29
- readonly input: GetServicePrincipalNameCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetServicePrincipalNameCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PcaConnectorAdClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetServicePrincipalNameCommand_base: {
19
+ new (
20
+ input: GetServicePrincipalNameCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetServicePrincipalNameCommandInput,
38
- GetServicePrincipalNameCommandOutput
23
+ GetServicePrincipalNameCommandOutput,
24
+ PcaConnectorAdClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
10
4
  import {
11
5
  PcaConnectorAdClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetTemplateCommandInput extends GetTemplateRequest {}
17
11
  export interface GetTemplateCommandOutput
18
12
  extends GetTemplateResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetTemplateCommand extends $Command<
21
- GetTemplateCommandInput,
22
- GetTemplateCommandOutput,
23
- PcaConnectorAdClientResolvedConfig
24
- > {
25
- readonly input: GetTemplateCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetTemplateCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PcaConnectorAdClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetTemplateCommand_base: {
15
+ new (
16
+ input: GetTemplateCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetTemplateCommandInput,
19
+ GetTemplateCommandOutput,
20
+ PcaConnectorAdClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetTemplateCommand extends GetTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetTemplateGroupAccessControlEntryRequest,
11
5
  GetTemplateGroupAccessControlEntryResponse,
@@ -21,22 +15,16 @@ export interface GetTemplateGroupAccessControlEntryCommandInput
21
15
  export interface GetTemplateGroupAccessControlEntryCommandOutput
22
16
  extends GetTemplateGroupAccessControlEntryResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetTemplateGroupAccessControlEntryCommand extends $Command<
25
- GetTemplateGroupAccessControlEntryCommandInput,
26
- GetTemplateGroupAccessControlEntryCommandOutput,
27
- PcaConnectorAdClientResolvedConfig
28
- > {
29
- readonly input: GetTemplateGroupAccessControlEntryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetTemplateGroupAccessControlEntryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PcaConnectorAdClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetTemplateGroupAccessControlEntryCommand_base: {
19
+ new (
20
+ input: GetTemplateGroupAccessControlEntryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetTemplateGroupAccessControlEntryCommandInput,
38
- GetTemplateGroupAccessControlEntryCommandOutput
23
+ GetTemplateGroupAccessControlEntryCommandOutput,
24
+ PcaConnectorAdClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {}