@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTemplateGroupAccessControlEntryRequest } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTemplateGroupAccessControlEntryCommandInput extends Delet
22
19
  export interface DeleteTemplateGroupAccessControlEntryCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
25
- new (input: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a group access control entry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetConnectorCommandInput extends GetConnectorRequest {
22
19
  export interface GetConnectorCommandOutput extends GetConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetConnectorCommand_base: {
25
- new (input: GetConnectorCommandInput): import("@smithy/core/client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectorCommandInput): import("@smithy/core/client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetConnectorCommandInput): import("@smithy/core/client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetConnectorCommandInput): import("@smithy/core/client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about your connector. You specify the connector on input by its ARN
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDirectoryRegistrationRequest, GetDirectoryRegistrationResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDirectoryRegistrationCommandInput extends GetDirectoryRegist
22
19
  export interface GetDirectoryRegistrationCommandOutput extends GetDirectoryRegistrationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDirectoryRegistrationCommand_base: {
25
- new (input: GetDirectoryRegistrationCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDirectoryRegistrationCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDirectoryRegistrationCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDirectoryRegistrationCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A structure that contains information about your directory registration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetServicePrincipalNameRequest, GetServicePrincipalNameResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetServicePrincipalNameCommandInput extends GetServicePrincipal
22
19
  export interface GetServicePrincipalNameCommandOutput extends GetServicePrincipalNameResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetServicePrincipalNameCommand_base: {
25
- new (input: GetServicePrincipalNameCommandInput): import("@smithy/core/client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetServicePrincipalNameCommandInput): import("@smithy/core/client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetServicePrincipalNameCommandInput): import("@smithy/core/client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetServicePrincipalNameCommandInput): import("@smithy/core/client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the service principal name that the connector uses to authenticate with
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTemplateCommandInput extends GetTemplateRequest {
22
19
  export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTemplateCommand_base: {
25
- new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a certificate template that the connector uses to issue certificates from a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTemplateGroupAccessControlEntryRequest, GetTemplateGroupAccessControlEntryResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTemplateGroupAccessControlEntryCommandInput extends GetTempl
22
19
  export interface GetTemplateGroupAccessControlEntryCommandOutput extends GetTemplateGroupAccessControlEntryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTemplateGroupAccessControlEntryCommand_base: {
25
- new (input: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the group access control entries for a template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {
22
19
  export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListConnectorsCommand_base: {
25
- new (input: ListConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the connectors that you created by using the <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector">https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector</a> action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDirectoryRegistrationsRequest, ListDirectoryRegistrationsResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDirectoryRegistrationsCommandInput extends ListDirectoryReg
22
19
  export interface ListDirectoryRegistrationsCommandOutput extends ListDirectoryRegistrationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDirectoryRegistrationsCommand_base: {
25
- new (input: ListDirectoryRegistrationsCommandInput): import("@smithy/core/client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDirectoryRegistrationsCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDirectoryRegistrationsCommandInput): import("@smithy/core/client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDirectoryRegistrationsCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the directory registrations that you created by using the <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration">https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration</a>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListServicePrincipalNamesRequest, ListServicePrincipalNamesResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListServicePrincipalNamesCommandInput extends ListServicePrinci
22
19
  export interface ListServicePrincipalNamesCommandOutput extends ListServicePrincipalNamesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListServicePrincipalNamesCommand_base: {
25
- new (input: ListServicePrincipalNamesCommandInput): import("@smithy/core/client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListServicePrincipalNamesCommandInput): import("@smithy/core/client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListServicePrincipalNamesCommandInput): import("@smithy/core/client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListServicePrincipalNamesCommandInput): import("@smithy/core/client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the service principal names that the connector uses to authenticate with
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags, if any, that are associated with your resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTemplateGroupAccessControlEntriesRequest, ListTemplateGroupAccessControlEntriesResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTemplateGroupAccessControlEntriesCommandInput extends ListT
22
19
  export interface ListTemplateGroupAccessControlEntriesCommandOutput extends ListTemplateGroupAccessControlEntriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTemplateGroupAccessControlEntriesCommand_base: {
25
- new (input: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists group access control entries you created. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTemplatesCommandInput extends ListTemplatesRequest {
22
19
  export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTemplatesCommand_base: {
25
- new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the templates, if any, that are associated with a connector.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds one or more tags to your resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from your resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateTemplateRequest } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {
22
19
  export interface UpdateTemplateCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTemplateCommand_base: {
25
- new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update template configuration to define the information included in certificates.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateTemplateGroupAccessControlEntryRequest } from "../models/models_0";
4
- import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateTemplateGroupAccessControlEntryCommandInput extends Updat
22
19
  export interface UpdateTemplateGroupAccessControlEntryCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTemplateGroupAccessControlEntryCommand_base: {
25
- new (input: UpdateTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTemplateGroupAccessControlEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update a group access control entry you created using <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplateGroupAccessControlEntry.html">CreateTemplateGroupAccessControlEntry</a>. </p>
@@ -11,6 +11,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
11
11
  export type { RuntimeExtension } from "./runtimeExtensions";
12
12
  export type { PcaConnectorAdExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
+ export { Command as $Command } from "@smithy/core/client";
14
15
  export * from "./schemas/schemas_0";
15
16
  export * from "./pagination";
16
17
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { PcaConnectorAdClientConfig } from "./PcaConnectorAdClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ PcaConnectorAdClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./PcaConnectorAdClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ PcaConnectorAdClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ PcaConnectorAdClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];