@aws-sdk/client-pca-connector-ad 3.529.1 → 3.535.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-types/PcaConnectorAd.d.ts +3 -1
- package/dist-types/PcaConnectorAdClient.d.ts +1 -1
- package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectorCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +351 -351
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/PcaConnectorAd.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -119,12 +119,14 @@ export interface PcaConnectorAd {
|
|
|
119
119
|
/**
|
|
120
120
|
* @see {@link ListConnectorsCommand}
|
|
121
121
|
*/
|
|
122
|
+
listConnectors(): Promise<ListConnectorsCommandOutput>;
|
|
122
123
|
listConnectors(args: ListConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsCommandOutput>;
|
|
123
124
|
listConnectors(args: ListConnectorsCommandInput, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
|
|
124
125
|
listConnectors(args: ListConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
|
|
125
126
|
/**
|
|
126
127
|
* @see {@link ListDirectoryRegistrationsCommand}
|
|
127
128
|
*/
|
|
129
|
+
listDirectoryRegistrations(): Promise<ListDirectoryRegistrationsCommandOutput>;
|
|
128
130
|
listDirectoryRegistrations(args: ListDirectoryRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDirectoryRegistrationsCommandOutput>;
|
|
129
131
|
listDirectoryRegistrations(args: ListDirectoryRegistrationsCommandInput, cb: (err: any, data?: ListDirectoryRegistrationsCommandOutput) => void): void;
|
|
130
132
|
listDirectoryRegistrations(args: ListDirectoryRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDirectoryRegistrationsCommandOutput) => void): void;
|
|
@@ -178,10 +180,10 @@ export interface PcaConnectorAd {
|
|
|
178
180
|
updateTemplateGroupAccessControlEntry(args: UpdateTemplateGroupAccessControlEntryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateGroupAccessControlEntryCommandOutput) => void): void;
|
|
179
181
|
}
|
|
180
182
|
/**
|
|
181
|
-
* @public
|
|
182
183
|
* <p>Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to
|
|
183
184
|
* provision security certificates for AD signed by a private CA that you own. For more
|
|
184
185
|
* information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/ad-connector.html">Amazon Web Services Private CA Connector for Active Directory</a>.</p>
|
|
186
|
+
* @public
|
|
185
187
|
*/
|
|
186
188
|
export declare class PcaConnectorAd extends PcaConnectorAdClient implements PcaConnectorAd {
|
|
187
189
|
}
|
|
@@ -176,10 +176,10 @@ export type PcaConnectorAdClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
176
176
|
export interface PcaConnectorAdClientResolvedConfig extends PcaConnectorAdClientResolvedConfigType {
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* <p>Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to
|
|
181
180
|
* provision security certificates for AD signed by a private CA that you own. For more
|
|
182
181
|
* information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/ad-connector.html">Amazon Web Services Private CA Connector for Active Directory</a>.</p>
|
|
182
|
+
* @public
|
|
183
183
|
*/
|
|
184
184
|
export declare class PcaConnectorAdClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PcaConnectorAdClientResolvedConfig> {
|
|
185
185
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateConnectorCommandOutput extends CreateConnectorResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateConnectorCommand_base: {
|
|
24
24
|
new (input: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a connector between Amazon Web Services Private CA and an Active Directory. You must specify the private CA,
|
|
30
30
|
* directory ID, and security groups.</p>
|
|
31
31
|
* @example
|
|
@@ -93,6 +93,7 @@ declare const CreateConnectorCommand_base: {
|
|
|
93
93
|
* @throws {@link PcaConnectorAdServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDirectoryRegistrationCommandOutput extends CreateDirector
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDirectoryRegistrationCommand_base: {
|
|
24
24
|
new (input: CreateDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryRegistrationCommandInput, CreateDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryRegistrationCommandInput, CreateDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a directory registration that authorizes communication between Amazon Web Services Private CA and an
|
|
30
30
|
* Active Directory</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const CreateDirectoryRegistrationCommand_base: {
|
|
|
84
84
|
* @throws {@link PcaConnectorAdServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateDirectoryRegistrationCommand extends CreateDirectoryRegistrationCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateServicePrincipalNameCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateServicePrincipalNameCommand_base: {
|
|
24
24
|
new (input: CreateServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServicePrincipalNameCommandInput, CreateServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServicePrincipalNameCommandInput, CreateServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a service principal name (SPN) for the service account in Active Directory. Kerberos
|
|
30
30
|
* authentication uses SPNs to associate a service instance with a service sign-in
|
|
31
31
|
* account.</p>
|
|
@@ -81,6 +81,7 @@ declare const CreateServicePrincipalNameCommand_base: {
|
|
|
81
81
|
* @throws {@link PcaConnectorAdServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTemplateCommand_base: {
|
|
24
24
|
new (input: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Active Directory compatible certificate template. The connectors issues certificates
|
|
30
30
|
* using these templates based on the requester’s Active Directory group membership.</p>
|
|
31
31
|
* @example
|
|
@@ -324,6 +324,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
324
324
|
* @throws {@link PcaConnectorAdServiceException}
|
|
325
325
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
326
326
|
*
|
|
327
|
+
* @public
|
|
327
328
|
*/
|
|
328
329
|
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
|
|
329
330
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTemplateGroupAccessControlEntryCommandOutput extends __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTemplateGroupAccessControlEntryCommand_base: {
|
|
24
24
|
new (input: CreateTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateGroupAccessControlEntryCommandInput, CreateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateGroupAccessControlEntryCommandInput, CreateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create a group access control entry. Allow or deny Active Directory groups from enrolling and/or
|
|
30
30
|
* autoenrolling with the template based on the group security identifiers (SIDs).</p>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const CreateTemplateGroupAccessControlEntryCommand_base: {
|
|
|
88
88
|
* @throws {@link PcaConnectorAdServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteConnectorCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteConnectorCommand_base: {
|
|
24
24
|
new (input: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a connector for Active Directory. You must provide the Amazon Resource Name (ARN) of the
|
|
30
30
|
* connector that you want to delete. You can find the ARN by calling the <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors">https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors</a>
|
|
31
31
|
* action. Deleting a connector does not deregister your directory with Amazon Web Services Private CA. You can
|
|
@@ -81,6 +81,7 @@ declare const DeleteConnectorCommand_base: {
|
|
|
81
81
|
* @throws {@link PcaConnectorAdServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDirectoryRegistrationCommandOutput extends __MetadataBear
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDirectoryRegistrationCommand_base: {
|
|
24
24
|
new (input: DeleteDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryRegistrationCommandInput, DeleteDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryRegistrationCommandInput, DeleteDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a directory registration. Deleting a directory registration deauthorizes
|
|
30
30
|
* Amazon Web Services Private CA with the directory. </p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const DeleteDirectoryRegistrationCommand_base: {
|
|
|
74
74
|
* @throws {@link PcaConnectorAdServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteServicePrincipalNameCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteServicePrincipalNameCommand_base: {
|
|
24
24
|
new (input: DeleteServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServicePrincipalNameCommandInput, DeleteServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServicePrincipalNameCommandInput, DeleteServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the service principal name (SPN) used by a connector to authenticate with your
|
|
30
30
|
* Active Directory.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const DeleteServicePrincipalNameCommand_base: {
|
|
|
75
75
|
* @throws {@link PcaConnectorAdServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTemplateCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTemplateCommand_base: {
|
|
24
24
|
new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a template. Certificates issued using the template are still valid until they
|
|
30
30
|
* are revoked or expired.</p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const DeleteTemplateCommand_base: {
|
|
|
78
78
|
* @throws {@link PcaConnectorAdServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTemplateGroupAccessControlEntryCommandOutput extends __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
|
|
24
24
|
new (input: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a group access control entry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
|
|
|
78
78
|
* @throws {@link PcaConnectorAdServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetConnectorCommandOutput extends GetConnectorResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetConnectorCommand_base: {
|
|
24
24
|
new (input: GetConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorCommandInput, GetConnectorCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists information about your connector. You specify the connector on input by its ARN
|
|
30
30
|
* (Amazon Resource Name). </p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const GetConnectorCommand_base: {
|
|
|
90
90
|
* @throws {@link PcaConnectorAdServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetConnectorCommand extends GetConnectorCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDirectoryRegistrationCommandOutput extends GetDirectoryRegis
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDirectoryRegistrationCommand_base: {
|
|
24
24
|
new (input: GetDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDirectoryRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>A structure that contains information about your directory registration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const GetDirectoryRegistrationCommand_base: {
|
|
|
82
82
|
* @throws {@link PcaConnectorAdServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetServicePrincipalNameCommandOutput extends GetServicePrincipa
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetServicePrincipalNameCommand_base: {
|
|
24
24
|
new (input: GetServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetServicePrincipalNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the service principal name that the connector uses to authenticate with
|
|
30
30
|
* Active Directory.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const GetServicePrincipalNameCommand_base: {
|
|
|
84
84
|
* @throws {@link PcaConnectorAdServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemplateCommand_base: {
|
|
24
24
|
new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a certificate template that the connector uses to issue certificates from a
|
|
30
30
|
* private CA.</p>
|
|
31
31
|
* @example
|
|
@@ -325,6 +325,7 @@ declare const GetTemplateCommand_base: {
|
|
|
325
325
|
* @throws {@link PcaConnectorAdServiceException}
|
|
326
326
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
327
327
|
*
|
|
328
|
+
* @public
|
|
328
329
|
*/
|
|
329
330
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
330
331
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemplateGroupAccessControlEntryCommandOutput extends GetTemp
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemplateGroupAccessControlEntryCommand_base: {
|
|
24
24
|
new (input: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the group access control entries for a template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const GetTemplateGroupAccessControlEntryCommand_base: {
|
|
|
86
86
|
* @throws {@link PcaConnectorAdServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListConnectorsCommand_base: {
|
|
24
24
|
new (input: ListConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListConnectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const ListConnectorsCommand_base: {
|
|
|
89
89
|
* @throws {@link PcaConnectorAdServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDirectoryRegistrationsCommandOutput extends ListDirectoryRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDirectoryRegistrationsCommand_base: {
|
|
24
24
|
new (input: ListDirectoryRegistrationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDirectoryRegistrationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* action.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListDirectoryRegistrationsCommand_base: {
|
|
|
83
83
|
* @throws {@link PcaConnectorAdServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListDirectoryRegistrationsCommand extends ListDirectoryRegistrationsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListServicePrincipalNamesCommandOutput extends ListServicePrinc
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListServicePrincipalNamesCommand_base: {
|
|
24
24
|
new (input: ListServicePrincipalNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListServicePrincipalNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the service principal names that the connector uses to authenticate with
|
|
30
30
|
* Active Directory.</p>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const ListServicePrincipalNamesCommand_base: {
|
|
|
88
88
|
* @throws {@link PcaConnectorAdServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListServicePrincipalNamesCommand extends ListServicePrincipalNamesCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags, if any, that are associated with your resource. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link PcaConnectorAdServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTemplateGroupAccessControlEntriesCommandOutput extends List
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTemplateGroupAccessControlEntriesCommand_base: {
|
|
24
24
|
new (input: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTemplateGroupAccessControlEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists group access control entries you created. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const ListTemplateGroupAccessControlEntriesCommand_base: {
|
|
|
90
90
|
* @throws {@link PcaConnectorAdServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListTemplateGroupAccessControlEntriesCommand extends ListTemplateGroupAccessControlEntriesCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTemplatesCommand_base: {
|
|
24
24
|
new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the templates, if any, that are associated with a connector.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -329,6 +329,7 @@ declare const ListTemplatesCommand_base: {
|
|
|
329
329
|
* @throws {@link PcaConnectorAdServiceException}
|
|
330
330
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
331
331
|
*
|
|
332
|
+
* @public
|
|
332
333
|
*/
|
|
333
334
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
334
335
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more tags to your resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link PcaConnectorAdServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tags from your resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UntagResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link PcaConnectorAdServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTemplateCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTemplateCommand_base: {
|
|
24
24
|
new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update template configuration to define the information included in certificates.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -314,6 +314,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
314
314
|
* @throws {@link PcaConnectorAdServiceException}
|
|
315
315
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
316
316
|
*
|
|
317
|
+
* @public
|
|
317
318
|
*/
|
|
318
319
|
export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
|
|
319
320
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTemplateGroupAccessControlEntryCommandOutput extends __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTemplateGroupAccessControlEntryCommand_base: {
|
|
24
24
|
new (input: UpdateTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTemplateGroupAccessControlEntryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const UpdateTemplateGroupAccessControlEntryCommand_base: {
|
|
|
83
83
|
* @throws {@link PcaConnectorAdServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from PcaConnectorAd service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpdateTemplateGroupAccessControlEntryCommand extends UpdateTemplateGroupAccessControlEntryCommand_base {
|
|
88
89
|
}
|