@aws-sdk/client-pca-connector-ad 3.1077.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.
- package/dist-cjs/index.js +33 -253
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateConnectorCommand.js +2 -14
- package/dist-es/commands/CreateDirectoryRegistrationCommand.js +2 -14
- package/dist-es/commands/CreateServicePrincipalNameCommand.js +2 -14
- package/dist-es/commands/CreateTemplateCommand.js +2 -14
- package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/commands/DeleteConnectorCommand.js +2 -14
- package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +2 -14
- package/dist-es/commands/DeleteServicePrincipalNameCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/commands/GetConnectorCommand.js +2 -14
- package/dist-es/commands/GetDirectoryRegistrationCommand.js +2 -14
- package/dist-es/commands/GetServicePrincipalNameCommand.js +2 -14
- package/dist-es/commands/GetTemplateCommand.js +2 -14
- package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/commands/ListConnectorsCommand.js +2 -14
- package/dist-es/commands/ListDirectoryRegistrationsCommand.js +2 -14
- package/dist-es/commands/ListServicePrincipalNamesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +2 -14
- package/dist-es/commands/ListTemplatesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectorCommand.d.ts +3 -8
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|
|
@@ -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[];
|
|
@@ -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: {
|