@aws-sdk/client-pca-connector-ad 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateConnectorCommand.js +18 -41
- package/dist-cjs/commands/CreateDirectoryRegistrationCommand.js +18 -41
- package/dist-cjs/commands/CreateServicePrincipalNameCommand.js +18 -41
- package/dist-cjs/commands/CreateTemplateCommand.js +18 -41
- package/dist-cjs/commands/CreateTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-cjs/commands/DeleteConnectorCommand.js +18 -41
- package/dist-cjs/commands/DeleteDirectoryRegistrationCommand.js +18 -41
- package/dist-cjs/commands/DeleteServicePrincipalNameCommand.js +18 -41
- package/dist-cjs/commands/DeleteTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-cjs/commands/GetConnectorCommand.js +18 -41
- package/dist-cjs/commands/GetDirectoryRegistrationCommand.js +18 -41
- package/dist-cjs/commands/GetServicePrincipalNameCommand.js +18 -41
- package/dist-cjs/commands/GetTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-cjs/commands/ListConnectorsCommand.js +18 -41
- package/dist-cjs/commands/ListDirectoryRegistrationsCommand.js +18 -41
- package/dist-cjs/commands/ListServicePrincipalNamesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTemplateGroupAccessControlEntriesCommand.js +18 -41
- package/dist-cjs/commands/ListTemplatesCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateTemplateCommand.js +18 -41
- package/dist-cjs/commands/UpdateTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListConnectorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDirectoryRegistrationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListServicePrincipalNamesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTemplatesPaginator.js +2 -24
- package/dist-es/commands/CreateConnectorCommand.js +18 -41
- package/dist-es/commands/CreateDirectoryRegistrationCommand.js +18 -41
- package/dist-es/commands/CreateServicePrincipalNameCommand.js +18 -41
- package/dist-es/commands/CreateTemplateCommand.js +18 -41
- package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-es/commands/DeleteConnectorCommand.js +18 -41
- package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +18 -41
- package/dist-es/commands/DeleteServicePrincipalNameCommand.js +18 -41
- package/dist-es/commands/DeleteTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-es/commands/GetConnectorCommand.js +18 -41
- package/dist-es/commands/GetDirectoryRegistrationCommand.js +18 -41
- package/dist-es/commands/GetServicePrincipalNameCommand.js +18 -41
- package/dist-es/commands/GetTemplateCommand.js +18 -41
- package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-es/commands/ListConnectorsCommand.js +18 -41
- package/dist-es/commands/ListDirectoryRegistrationsCommand.js +18 -41
- package/dist-es/commands/ListServicePrincipalNamesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +18 -41
- package/dist-es/commands/ListTemplatesCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateTemplateCommand.js +18 -41
- package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListConnectorsPaginator.js +2 -23
- package/dist-es/pagination/ListDirectoryRegistrationsPaginator.js +2 -23
- package/dist-es/pagination/ListServicePrincipalNamesPaginator.js +2 -23
- package/dist-es/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +2 -23
- package/dist-es/pagination/ListTemplatesPaginator.js +2 -23
- package/dist-types/commands/CreateConnectorCommand.d.ts +6 -21
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +6 -21
- package/dist-types/commands/CreateTemplateCommand.d.ts +6 -21
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +6 -21
- package/dist-types/commands/GetConnectorCommand.d.ts +6 -21
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +6 -21
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +6 -21
- package/dist-types/commands/ListConnectorsCommand.d.ts +6 -21
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +6 -21
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +6 -21
- package/dist-types/commands/ListTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDirectoryRegistrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicePrincipalNamesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDirectoryRegistrationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServicePrincipalNamesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateServicePrincipalNameRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,22 +11,16 @@ export interface CreateServicePrincipalNameCommandInput
|
|
|
17
11
|
extends CreateServicePrincipalNameRequest {}
|
|
18
12
|
export interface CreateServicePrincipalNameCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: CreateServicePrincipalNameCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: CreateServicePrincipalNameCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const CreateServicePrincipalNameCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateServicePrincipalNameCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
CreateServicePrincipalNameCommandInput,
|
|
34
|
-
CreateServicePrincipalNameCommandOutput
|
|
19
|
+
CreateServicePrincipalNameCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateTemplateRequest,
|
|
11
5
|
CreateTemplateResponse,
|
|
@@ -20,19 +14,16 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
|
|
|
20
14
|
export interface CreateTemplateCommandOutput
|
|
21
15
|
extends CreateTemplateResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateTemplateCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateTemplateCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateTemplateCommandInput,
|
|
22
|
+
CreateTemplateCommandOutput,
|
|
23
|
+
PcaConnectorAdClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateTemplateGroupAccessControlEntryRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,22 +11,16 @@ export interface CreateTemplateGroupAccessControlEntryCommandInput
|
|
|
17
11
|
extends CreateTemplateGroupAccessControlEntryRequest {}
|
|
18
12
|
export interface CreateTemplateGroupAccessControlEntryCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: CreateTemplateGroupAccessControlEntryCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: CreateTemplateGroupAccessControlEntryCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const CreateTemplateGroupAccessControlEntryCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateTemplateGroupAccessControlEntryCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
CreateTemplateGroupAccessControlEntryCommandInput,
|
|
34
|
-
CreateTemplateGroupAccessControlEntryCommandOutput
|
|
19
|
+
CreateTemplateGroupAccessControlEntryCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteConnectorRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -15,19 +9,16 @@ import {
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
|
|
17
11
|
export interface DeleteConnectorCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const DeleteConnectorCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteConnectorCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteConnectorCommandInput,
|
|
17
|
+
DeleteConnectorCommandOutput,
|
|
18
|
+
PcaConnectorAdClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteDirectoryRegistrationRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,22 +11,16 @@ export interface DeleteDirectoryRegistrationCommandInput
|
|
|
17
11
|
extends DeleteDirectoryRegistrationRequest {}
|
|
18
12
|
export interface DeleteDirectoryRegistrationCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DeleteDirectoryRegistrationCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DeleteDirectoryRegistrationCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DeleteDirectoryRegistrationCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteDirectoryRegistrationCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DeleteDirectoryRegistrationCommandInput,
|
|
34
|
-
DeleteDirectoryRegistrationCommandOutput
|
|
19
|
+
DeleteDirectoryRegistrationCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteServicePrincipalNameRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,22 +11,16 @@ export interface DeleteServicePrincipalNameCommandInput
|
|
|
17
11
|
extends DeleteServicePrincipalNameRequest {}
|
|
18
12
|
export interface DeleteServicePrincipalNameCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DeleteServicePrincipalNameCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DeleteServicePrincipalNameCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DeleteServicePrincipalNameCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteServicePrincipalNameCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DeleteServicePrincipalNameCommandInput,
|
|
34
|
-
DeleteServicePrincipalNameCommandOutput
|
|
19
|
+
DeleteServicePrincipalNameCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteTemplateRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -15,19 +9,16 @@ import {
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
|
|
17
11
|
export interface DeleteTemplateCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const DeleteTemplateCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteTemplateCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteTemplateCommandInput,
|
|
17
|
+
DeleteTemplateCommandOutput,
|
|
18
|
+
PcaConnectorAdClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteTemplateGroupAccessControlEntryRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,22 +11,16 @@ export interface DeleteTemplateGroupAccessControlEntryCommandInput
|
|
|
17
11
|
extends DeleteTemplateGroupAccessControlEntryRequest {}
|
|
18
12
|
export interface DeleteTemplateGroupAccessControlEntryCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DeleteTemplateGroupAccessControlEntryCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DeleteTemplateGroupAccessControlEntryCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteTemplateGroupAccessControlEntryCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DeleteTemplateGroupAccessControlEntryCommandInput,
|
|
34
|
-
DeleteTemplateGroupAccessControlEntryCommandOutput
|
|
19
|
+
DeleteTemplateGroupAccessControlEntryCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface GetConnectorCommandInput extends GetConnectorRequest {}
|
|
|
17
11
|
export interface GetConnectorCommandOutput
|
|
18
12
|
extends GetConnectorResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetConnectorCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetConnectorCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetConnectorCommandInput,
|
|
19
|
+
GetConnectorCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetConnectorCommand extends GetConnectorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetDirectoryRegistrationRequest,
|
|
11
5
|
GetDirectoryRegistrationResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetDirectoryRegistrationCommandInput
|
|
|
21
15
|
export interface GetDirectoryRegistrationCommandOutput
|
|
22
16
|
extends GetDirectoryRegistrationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetDirectoryRegistrationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetDirectoryRegistrationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetDirectoryRegistrationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDirectoryRegistrationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetDirectoryRegistrationCommandInput,
|
|
38
|
-
GetDirectoryRegistrationCommandOutput
|
|
23
|
+
GetDirectoryRegistrationCommandOutput,
|
|
24
|
+
PcaConnectorAdClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetServicePrincipalNameRequest,
|
|
11
5
|
GetServicePrincipalNameResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetServicePrincipalNameCommandInput
|
|
|
21
15
|
export interface GetServicePrincipalNameCommandOutput
|
|
22
16
|
extends GetServicePrincipalNameResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetServicePrincipalNameCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetServicePrincipalNameCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetServicePrincipalNameCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetServicePrincipalNameCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetServicePrincipalNameCommandInput,
|
|
38
|
-
GetServicePrincipalNameCommandOutput
|
|
23
|
+
GetServicePrincipalNameCommandOutput,
|
|
24
|
+
PcaConnectorAdClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PcaConnectorAdClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface GetTemplateCommandInput extends GetTemplateRequest {}
|
|
|
17
11
|
export interface GetTemplateCommandOutput
|
|
18
12
|
extends GetTemplateResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetTemplateCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetTemplateCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetTemplateCommandInput,
|
|
19
|
+
GetTemplateCommandOutput,
|
|
20
|
+
PcaConnectorAdClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetTemplateCommand extends GetTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetTemplateGroupAccessControlEntryRequest,
|
|
11
5
|
GetTemplateGroupAccessControlEntryResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetTemplateGroupAccessControlEntryCommandInput
|
|
|
21
15
|
export interface GetTemplateGroupAccessControlEntryCommandOutput
|
|
22
16
|
extends GetTemplateGroupAccessControlEntryResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetTemplateGroupAccessControlEntryCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetTemplateGroupAccessControlEntryCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PcaConnectorAdClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetTemplateGroupAccessControlEntryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetTemplateGroupAccessControlEntryCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetTemplateGroupAccessControlEntryCommandInput,
|
|
38
|
-
GetTemplateGroupAccessControlEntryCommandOutput
|
|
23
|
+
GetTemplateGroupAccessControlEntryCommandOutput,
|
|
24
|
+
PcaConnectorAdClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {}
|