@aws-sdk/client-pca-connector-ad 3.1076.0 → 3.1078.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 (95) hide show
  1. package/dist-cjs/index.js +36 -255
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConnectorCommand.js +2 -14
  4. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +2 -14
  5. package/dist-es/commands/CreateServicePrincipalNameCommand.js +2 -14
  6. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  7. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +2 -14
  8. package/dist-es/commands/DeleteConnectorCommand.js +2 -14
  9. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +2 -14
  10. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +2 -14
  11. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  12. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +2 -14
  13. package/dist-es/commands/GetConnectorCommand.js +2 -14
  14. package/dist-es/commands/GetDirectoryRegistrationCommand.js +2 -14
  15. package/dist-es/commands/GetServicePrincipalNameCommand.js +2 -14
  16. package/dist-es/commands/GetTemplateCommand.js +2 -14
  17. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +2 -14
  18. package/dist-es/commands/ListConnectorsCommand.js +2 -14
  19. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +2 -14
  20. package/dist-es/commands/ListServicePrincipalNamesCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +2 -14
  23. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  24. package/dist-es/commands/TagResourceCommand.js +2 -14
  25. package/dist-es/commands/UntagResourceCommand.js +2 -14
  26. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  27. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +2 -14
  28. package/dist-es/index.js +1 -0
  29. package/dist-es/runtimeConfig.browser.js +0 -2
  30. package/dist-es/runtimeConfig.js +1 -2
  31. package/dist-es/runtimeConfig.native.js +0 -2
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-types/commandBuilder.d.ts +18 -0
  34. package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  44. package/dist-types/commands/GetConnectorCommand.d.ts +3 -8
  45. package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +3 -8
  46. package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +3 -8
  47. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  48. package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  49. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +3 -8
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +3 -8
  54. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  55. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  56. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  57. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/runtimeConfig.native.d.ts +1 -1
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  65. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/index.d.ts +1 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  95. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateConnectorRequest,
5
4
  CreateConnectorResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PcaConnectorAdClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PcaConnectorAdClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
15
8
  export interface CreateConnectorCommandOutput
16
9
  extends CreateConnectorResponse,
@@ -21,22 +14,20 @@ declare const CreateConnectorCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateConnectorCommandInput,
23
16
  CreateConnectorCommandOutput,
24
- PcaConnectorAdClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PcaConnectorAdClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateConnectorCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateConnectorCommandInput,
32
25
  CreateConnectorCommandOutput,
33
- PcaConnectorAdClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PcaConnectorAdClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateDirectoryRegistrationRequest,
5
4
  CreateDirectoryRegistrationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PcaConnectorAdClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PcaConnectorAdClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDirectoryRegistrationCommandInput
15
8
  extends CreateDirectoryRegistrationRequest {}
16
9
  export interface CreateDirectoryRegistrationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDirectoryRegistrationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDirectoryRegistrationCommandInput,
24
17
  CreateDirectoryRegistrationCommandOutput,
25
- PcaConnectorAdClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PcaConnectorAdClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDirectoryRegistrationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDirectoryRegistrationCommandInput,
33
26
  CreateDirectoryRegistrationCommandOutput,
34
- PcaConnectorAdClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PcaConnectorAdClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDirectoryRegistrationCommand extends CreateDirectoryRegistrationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateServicePrincipalNameRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateServicePrincipalNameCommandInput
12
5
  extends CreateServicePrincipalNameRequest {}
13
6
  export interface CreateServicePrincipalNameCommandOutput
@@ -18,22 +11,20 @@ declare const CreateServicePrincipalNameCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateServicePrincipalNameCommandInput,
20
13
  CreateServicePrincipalNameCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateServicePrincipalNameCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateServicePrincipalNameCommandInput,
29
22
  CreateServicePrincipalNameCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateTemplateRequest,
5
4
  CreateTemplateResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PcaConnectorAdClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PcaConnectorAdClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
15
8
  export interface CreateTemplateCommandOutput
16
9
  extends CreateTemplateResponse,
@@ -21,22 +14,20 @@ declare const CreateTemplateCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateTemplateCommandInput,
23
16
  CreateTemplateCommandOutput,
24
- PcaConnectorAdClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PcaConnectorAdClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateTemplateCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateTemplateCommandInput,
32
25
  CreateTemplateCommandOutput,
33
- PcaConnectorAdClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PcaConnectorAdClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateTemplateGroupAccessControlEntryRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateTemplateGroupAccessControlEntryCommandInput
12
5
  extends CreateTemplateGroupAccessControlEntryRequest {}
13
6
  export interface CreateTemplateGroupAccessControlEntryCommandOutput
@@ -18,22 +11,20 @@ declare const CreateTemplateGroupAccessControlEntryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateTemplateGroupAccessControlEntryCommandInput,
20
13
  CreateTemplateGroupAccessControlEntryCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateTemplateGroupAccessControlEntryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateTemplateGroupAccessControlEntryCommandInput,
29
22
  CreateTemplateGroupAccessControlEntryCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteConnectorRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
12
5
  export interface DeleteConnectorCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteConnectorCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteConnectorCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteConnectorCommandInput,
18
11
  DeleteConnectorCommandOutput,
19
- PcaConnectorAdClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").PcaConnectorAdClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteConnectorCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteConnectorCommandInput,
27
20
  DeleteConnectorCommandOutput,
28
- PcaConnectorAdClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").PcaConnectorAdClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteDirectoryRegistrationRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteDirectoryRegistrationCommandInput
12
5
  extends DeleteDirectoryRegistrationRequest {}
13
6
  export interface DeleteDirectoryRegistrationCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteDirectoryRegistrationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteDirectoryRegistrationCommandInput,
20
13
  DeleteDirectoryRegistrationCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteDirectoryRegistrationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteDirectoryRegistrationCommandInput,
29
22
  DeleteDirectoryRegistrationCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteServicePrincipalNameRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteServicePrincipalNameCommandInput
12
5
  extends DeleteServicePrincipalNameRequest {}
13
6
  export interface DeleteServicePrincipalNameCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteServicePrincipalNameCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteServicePrincipalNameCommandInput,
20
13
  DeleteServicePrincipalNameCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteServicePrincipalNameCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteServicePrincipalNameCommandInput,
29
22
  DeleteServicePrincipalNameCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteTemplateRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
12
5
  export interface DeleteTemplateCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteTemplateCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteTemplateCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteTemplateCommandInput,
18
11
  DeleteTemplateCommandOutput,
19
- PcaConnectorAdClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").PcaConnectorAdClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteTemplateCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteTemplateCommandInput,
27
20
  DeleteTemplateCommandOutput,
28
- PcaConnectorAdClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").PcaConnectorAdClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteTemplateGroupAccessControlEntryRequest } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteTemplateGroupAccessControlEntryCommandInput
12
5
  extends DeleteTemplateGroupAccessControlEntryRequest {}
13
6
  export interface DeleteTemplateGroupAccessControlEntryCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteTemplateGroupAccessControlEntryCommandInput,
20
13
  DeleteTemplateGroupAccessControlEntryCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteTemplateGroupAccessControlEntryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteTemplateGroupAccessControlEntryCommandInput,
29
22
  DeleteTemplateGroupAccessControlEntryCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetConnectorCommandInput extends GetConnectorRequest {}
12
5
  export interface GetConnectorCommandOutput
13
6
  extends GetConnectorResponse,
@@ -18,22 +11,20 @@ declare const GetConnectorCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetConnectorCommandInput,
20
13
  GetConnectorCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetConnectorCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetConnectorCommandInput,
29
22
  GetConnectorCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetConnectorCommand extends GetConnectorCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetDirectoryRegistrationRequest,
5
4
  GetDirectoryRegistrationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PcaConnectorAdClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PcaConnectorAdClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDirectoryRegistrationCommandInput
15
8
  extends GetDirectoryRegistrationRequest {}
16
9
  export interface GetDirectoryRegistrationCommandOutput
@@ -22,22 +15,20 @@ declare const GetDirectoryRegistrationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDirectoryRegistrationCommandInput,
24
17
  GetDirectoryRegistrationCommandOutput,
25
- PcaConnectorAdClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PcaConnectorAdClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDirectoryRegistrationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDirectoryRegistrationCommandInput,
33
26
  GetDirectoryRegistrationCommandOutput,
34
- PcaConnectorAdClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PcaConnectorAdClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetServicePrincipalNameRequest,
5
4
  GetServicePrincipalNameResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PcaConnectorAdClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PcaConnectorAdClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetServicePrincipalNameCommandInput
15
8
  extends GetServicePrincipalNameRequest {}
16
9
  export interface GetServicePrincipalNameCommandOutput
@@ -22,22 +15,20 @@ declare const GetServicePrincipalNameCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetServicePrincipalNameCommandInput,
24
17
  GetServicePrincipalNameCommandOutput,
25
- PcaConnectorAdClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PcaConnectorAdClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetServicePrincipalNameCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetServicePrincipalNameCommandInput,
33
26
  GetServicePrincipalNameCommandOutput,
34
- PcaConnectorAdClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PcaConnectorAdClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
4
- import {
5
- PcaConnectorAdClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PcaConnectorAdClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetTemplateCommandInput extends GetTemplateRequest {}
12
5
  export interface GetTemplateCommandOutput
13
6
  extends GetTemplateResponse,
@@ -18,22 +11,20 @@ declare const GetTemplateCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetTemplateCommandInput,
20
13
  GetTemplateCommandOutput,
21
- PcaConnectorAdClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PcaConnectorAdClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetTemplateCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetTemplateCommandInput,
29
22
  GetTemplateCommandOutput,
30
- PcaConnectorAdClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PcaConnectorAdClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetTemplateCommand extends GetTemplateCommand_base {
39
30
  protected static __types: {