@aws-sdk/client-pca-connector-ad 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteDirectoryRegistrationRequest } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDirectoryRegistrationCommandInput extends DeleteDirectory
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDirectoryRegistrationCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDirectoryRegistrationCommand_base: {
|
|
24
|
+
new (input: DeleteDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryRegistrationCommandInput, DeleteDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a directory registration. Deleting a directory registration deauthorizes
|
|
@@ -72,23 +75,5 @@ export interface DeleteDirectoryRegistrationCommandOutput extends __MetadataBear
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DeleteDirectoryRegistrationCommand extends
|
|
76
|
-
readonly input: DeleteDirectoryRegistrationCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DeleteDirectoryRegistrationCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryRegistrationCommandInput, DeleteDirectoryRegistrationCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteServicePrincipalNameRequest } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteServicePrincipalNameCommandInput extends DeleteServicePri
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteServicePrincipalNameCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteServicePrincipalNameCommand_base: {
|
|
24
|
+
new (input: DeleteServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServicePrincipalNameCommandInput, DeleteServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the service principal name (SPN) used by a connector to authenticate with your
|
|
@@ -73,23 +76,5 @@ export interface DeleteServicePrincipalNameCommandOutput extends __MetadataBeare
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class DeleteServicePrincipalNameCommand extends
|
|
77
|
-
readonly input: DeleteServicePrincipalNameCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: DeleteServicePrincipalNameCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServicePrincipalNameCommandInput, DeleteServicePrincipalNameCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteTemplateRequest } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTemplateCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTemplateCommand_base: {
|
|
24
|
+
new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a template. Certificates issued using the template are still valid until they
|
|
@@ -76,23 +79,5 @@ export interface DeleteTemplateCommandOutput extends __MetadataBearer {
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class DeleteTemplateCommand extends
|
|
80
|
-
readonly input: DeleteTemplateCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: DeleteTemplateCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTemplateCommandInput, DeleteTemplateCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteTemplateGroupAccessControlEntryRequest } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTemplateGroupAccessControlEntryCommandInput extends Delet
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTemplateGroupAccessControlEntryCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
|
|
24
|
+
new (input: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a group access control entry.</p>
|
|
@@ -76,23 +79,5 @@ export interface DeleteTemplateGroupAccessControlEntryCommandOutput extends __Me
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class DeleteTemplateGroupAccessControlEntryCommand extends
|
|
80
|
-
readonly input: DeleteTemplateGroupAccessControlEntryCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: DeleteTemplateGroupAccessControlEntryCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConnectorCommandInput extends GetConnectorRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConnectorCommandOutput extends GetConnectorResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConnectorCommand_base: {
|
|
24
|
+
new (input: GetConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists information about your connector. You specify the connector on input by its ARN
|
|
@@ -88,23 +91,5 @@ export interface GetConnectorCommandOutput extends GetConnectorResponse, __Metad
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class GetConnectorCommand extends
|
|
92
|
-
readonly input: GetConnectorCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GetConnectorCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectorCommandInput, GetConnectorCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class GetConnectorCommand extends GetConnectorCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetDirectoryRegistrationRequest, GetDirectoryRegistrationResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDirectoryRegistrationCommandInput extends GetDirectoryRegist
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDirectoryRegistrationCommandOutput extends GetDirectoryRegistrationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDirectoryRegistrationCommand_base: {
|
|
24
|
+
new (input: GetDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A structure that contains information about your directory registration.</p>
|
|
@@ -80,23 +83,5 @@ export interface GetDirectoryRegistrationCommandOutput extends GetDirectoryRegis
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class GetDirectoryRegistrationCommand extends
|
|
84
|
-
readonly input: GetDirectoryRegistrationCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: GetDirectoryRegistrationCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetServicePrincipalNameRequest, GetServicePrincipalNameResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetServicePrincipalNameCommandInput extends GetServicePrincipal
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetServicePrincipalNameCommandOutput extends GetServicePrincipalNameResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetServicePrincipalNameCommand_base: {
|
|
24
|
+
new (input: GetServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the service principal name that the connector uses to authenticate with
|
|
@@ -82,23 +85,5 @@ export interface GetServicePrincipalNameCommandOutput extends GetServicePrincipa
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetServicePrincipalNameCommand extends
|
|
86
|
-
readonly input: GetServicePrincipalNameCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetServicePrincipalNameCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTemplateCommandInput extends GetTemplateRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTemplateCommand_base: {
|
|
24
|
+
new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a certificate template that the connector uses to issue certificates from a
|
|
@@ -323,23 +326,5 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
|
|
|
323
326
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
324
327
|
*
|
|
325
328
|
*/
|
|
326
|
-
export declare class GetTemplateCommand extends
|
|
327
|
-
readonly input: GetTemplateCommandInput;
|
|
328
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
329
|
-
/**
|
|
330
|
-
* @public
|
|
331
|
-
*/
|
|
332
|
-
constructor(input: GetTemplateCommandInput);
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
private serialize;
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
private deserialize;
|
|
329
|
+
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
345
330
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetTemplateGroupAccessControlEntryRequest, GetTemplateGroupAccessControlEntryResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTemplateGroupAccessControlEntryCommandInput extends GetTempl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTemplateGroupAccessControlEntryCommandOutput extends GetTemplateGroupAccessControlEntryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTemplateGroupAccessControlEntryCommand_base: {
|
|
24
|
+
new (input: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the group access control entries for a template.</p>
|
|
@@ -84,23 +87,5 @@ export interface GetTemplateGroupAccessControlEntryCommandOutput extends GetTemp
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetTemplateGroupAccessControlEntryCommand extends
|
|
88
|
-
readonly input: GetTemplateGroupAccessControlEntryCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetTemplateGroupAccessControlEntryCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListConnectorsCommand_base: {
|
|
24
|
+
new (input: ListConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -87,23 +90,5 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class ListConnectorsCommand extends
|
|
91
|
-
readonly input: ListConnectorsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: ListConnectorsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListDirectoryRegistrationsRequest, ListDirectoryRegistrationsResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDirectoryRegistrationsCommandInput extends ListDirectoryReg
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDirectoryRegistrationsCommandOutput extends ListDirectoryRegistrationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDirectoryRegistrationsCommand_base: {
|
|
24
|
+
new (input: ListDirectoryRegistrationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -81,23 +84,5 @@ export interface ListDirectoryRegistrationsCommandOutput extends ListDirectoryRe
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListDirectoryRegistrationsCommand extends
|
|
85
|
-
readonly input: ListDirectoryRegistrationsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListDirectoryRegistrationsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListDirectoryRegistrationsCommand extends ListDirectoryRegistrationsCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListServicePrincipalNamesRequest, ListServicePrincipalNamesResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListServicePrincipalNamesCommandInput extends ListServicePrinci
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListServicePrincipalNamesCommandOutput extends ListServicePrincipalNamesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListServicePrincipalNamesCommand_base: {
|
|
24
|
+
new (input: ListServicePrincipalNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the service principal names that the connector uses to authenticate with
|
|
@@ -86,23 +89,5 @@ export interface ListServicePrincipalNamesCommandOutput extends ListServicePrinc
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class ListServicePrincipalNamesCommand extends
|
|
90
|
-
readonly input: ListServicePrincipalNamesCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: ListServicePrincipalNamesCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class ListServicePrincipalNamesCommand extends ListServicePrincipalNamesCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags, if any, that are associated with your resource. </p>
|
|
@@ -75,23 +78,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListTagsForResourceCommand extends
|
|
79
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTemplateGroupAccessControlEntriesRequest, ListTemplateGroupAccessControlEntriesResponse } from "../models/models_0";
|
|
5
4
|
import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTemplateGroupAccessControlEntriesCommandInput extends ListT
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTemplateGroupAccessControlEntriesCommandOutput extends ListTemplateGroupAccessControlEntriesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTemplateGroupAccessControlEntriesCommand_base: {
|
|
24
|
+
new (input: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists group access control entries you created. </p>
|
|
@@ -88,23 +91,5 @@ export interface ListTemplateGroupAccessControlEntriesCommandOutput extends List
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListTemplateGroupAccessControlEntriesCommand extends
|
|
92
|
-
readonly input: ListTemplateGroupAccessControlEntriesCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListTemplateGroupAccessControlEntriesCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PcaConnectorAdClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListTemplateGroupAccessControlEntriesCommand extends ListTemplateGroupAccessControlEntriesCommand_base {
|
|
110
95
|
}
|