@aws-sdk/client-rolesanywhere 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/CreateProfileCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustAnchorCommand.js +18 -41
- package/dist-cjs/commands/DeleteCrlCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustAnchorCommand.js +18 -41
- package/dist-cjs/commands/DisableCrlCommand.js +18 -41
- package/dist-cjs/commands/DisableProfileCommand.js +18 -41
- package/dist-cjs/commands/DisableTrustAnchorCommand.js +18 -41
- package/dist-cjs/commands/EnableCrlCommand.js +18 -41
- package/dist-cjs/commands/EnableProfileCommand.js +18 -41
- package/dist-cjs/commands/EnableTrustAnchorCommand.js +18 -41
- package/dist-cjs/commands/GetCrlCommand.js +18 -41
- package/dist-cjs/commands/GetProfileCommand.js +18 -41
- package/dist-cjs/commands/GetSubjectCommand.js +18 -41
- package/dist-cjs/commands/GetTrustAnchorCommand.js +18 -41
- package/dist-cjs/commands/ImportCrlCommand.js +18 -41
- package/dist-cjs/commands/ListCrlsCommand.js +18 -41
- package/dist-cjs/commands/ListProfilesCommand.js +18 -41
- package/dist-cjs/commands/ListSubjectsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTrustAnchorsCommand.js +18 -41
- package/dist-cjs/commands/PutNotificationSettingsCommand.js +18 -41
- package/dist-cjs/commands/ResetNotificationSettingsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCrlCommand.js +18 -41
- package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
- package/dist-cjs/commands/UpdateTrustAnchorCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListCrlsPaginator.js +2 -23
- package/dist-cjs/pagination/ListProfilesPaginator.js +2 -23
- package/dist-cjs/pagination/ListSubjectsPaginator.js +2 -23
- package/dist-cjs/pagination/ListTrustAnchorsPaginator.js +2 -23
- package/dist-es/commands/CreateProfileCommand.js +18 -41
- package/dist-es/commands/CreateTrustAnchorCommand.js +18 -41
- package/dist-es/commands/DeleteCrlCommand.js +18 -41
- package/dist-es/commands/DeleteProfileCommand.js +18 -41
- package/dist-es/commands/DeleteTrustAnchorCommand.js +18 -41
- package/dist-es/commands/DisableCrlCommand.js +18 -41
- package/dist-es/commands/DisableProfileCommand.js +18 -41
- package/dist-es/commands/DisableTrustAnchorCommand.js +18 -41
- package/dist-es/commands/EnableCrlCommand.js +18 -41
- package/dist-es/commands/EnableProfileCommand.js +18 -41
- package/dist-es/commands/EnableTrustAnchorCommand.js +18 -41
- package/dist-es/commands/GetCrlCommand.js +18 -41
- package/dist-es/commands/GetProfileCommand.js +18 -41
- package/dist-es/commands/GetSubjectCommand.js +18 -41
- package/dist-es/commands/GetTrustAnchorCommand.js +18 -41
- package/dist-es/commands/ImportCrlCommand.js +18 -41
- package/dist-es/commands/ListCrlsCommand.js +18 -41
- package/dist-es/commands/ListProfilesCommand.js +18 -41
- package/dist-es/commands/ListSubjectsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTrustAnchorsCommand.js +18 -41
- package/dist-es/commands/PutNotificationSettingsCommand.js +18 -41
- package/dist-es/commands/ResetNotificationSettingsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCrlCommand.js +18 -41
- package/dist-es/commands/UpdateProfileCommand.js +18 -41
- package/dist-es/commands/UpdateTrustAnchorCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListCrlsPaginator.js +2 -22
- package/dist-es/pagination/ListProfilesPaginator.js +2 -22
- package/dist-es/pagination/ListSubjectsPaginator.js +2 -22
- package/dist-es/pagination/ListTrustAnchorsPaginator.js +2 -22
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCrlCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +6 -21
- package/dist-types/commands/DisableCrlCommand.d.ts +6 -21
- package/dist-types/commands/DisableProfileCommand.d.ts +6 -21
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +6 -21
- package/dist-types/commands/EnableCrlCommand.d.ts +6 -21
- package/dist-types/commands/EnableProfileCommand.d.ts +6 -21
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +6 -21
- package/dist-types/commands/GetCrlCommand.d.ts +6 -21
- package/dist-types/commands/GetProfileCommand.d.ts +6 -21
- package/dist-types/commands/GetSubjectCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +6 -21
- package/dist-types/commands/ImportCrlCommand.d.ts +6 -21
- package/dist-types/commands/ListCrlsCommand.d.ts +6 -21
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ListSubjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +6 -21
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ResetNotificationSettingsCommand.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/UpdateCrlCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListCrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustAnchorsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +12 -24
- 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/UpdateCrlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSubjectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrustAnchorsPaginator.d.ts +3 -3
- 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 { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableCrlCommandInput extends ScalarCrlRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableCrlCommand_base: {
|
|
24
|
+
new (input: DisableCrlCommandInput): import("@smithy/smithy-client").CommandImpl<DisableCrlCommandInput, DisableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disables a certificate revocation list (CRL).</p>
|
|
@@ -70,23 +73,5 @@ export interface DisableCrlCommandOutput extends CrlDetailResponse, __MetadataBe
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DisableCrlCommand extends
|
|
74
|
-
readonly input: DisableCrlCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DisableCrlCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableCrlCommandInput, DisableCrlCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DisableCrlCommand extends DisableCrlCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableProfileCommandInput extends ScalarProfileRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableProfileCommand_base: {
|
|
24
|
+
new (input: DisableProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DisableProfileCommandInput, DisableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disables a profile. When disabled, temporary credential requests with this profile fail.</p>
|
|
@@ -78,23 +81,5 @@ export interface DisableProfileCommandOutput extends ProfileDetailResponse, __Me
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class DisableProfileCommand extends
|
|
82
|
-
readonly input: DisableProfileCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: DisableProfileCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableProfileCommandInput, DisableProfileCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class DisableProfileCommand extends DisableProfileCommand_base {
|
|
100
85
|
}
|
|
@@ -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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableTrustAnchorCommandInput extends ScalarTrustAnchorRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableTrustAnchorCommand_base: {
|
|
24
|
+
new (input: DisableTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disables a trust anchor. When disabled, temporary credential requests specifying this trust anchor are unauthorized.</p>
|
|
@@ -84,23 +87,5 @@ export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailRespon
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class DisableTrustAnchorCommand extends
|
|
88
|
-
readonly input: DisableTrustAnchorCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: DisableTrustAnchorCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class DisableTrustAnchorCommand extends DisableTrustAnchorCommand_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 { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableCrlCommandInput extends ScalarCrlRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableCrlCommand_base: {
|
|
24
|
+
new (input: EnableCrlCommandInput): import("@smithy/smithy-client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.</p>
|
|
@@ -70,23 +73,5 @@ export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBea
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class EnableCrlCommand extends
|
|
74
|
-
readonly input: EnableCrlCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: EnableCrlCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableCrlCommandInput, EnableCrlCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class EnableCrlCommand extends EnableCrlCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableProfileCommandInput extends ScalarProfileRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableProfileCommand_base: {
|
|
24
|
+
new (input: EnableProfileCommandInput): import("@smithy/smithy-client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables temporary credential requests for a profile. </p>
|
|
@@ -78,23 +81,5 @@ export interface EnableProfileCommandOutput extends ProfileDetailResponse, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class EnableProfileCommand extends
|
|
82
|
-
readonly input: EnableProfileCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: EnableProfileCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableProfileCommandInput, EnableProfileCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class EnableProfileCommand extends EnableProfileCommand_base {
|
|
100
85
|
}
|
|
@@ -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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableTrustAnchorCommandInput extends ScalarTrustAnchorRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableTrustAnchorCommand_base: {
|
|
24
|
+
new (input: EnableTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. </p>
|
|
@@ -84,23 +87,5 @@ export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailRespons
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class EnableTrustAnchorCommand extends
|
|
88
|
-
readonly input: EnableTrustAnchorCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: EnableTrustAnchorCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class EnableTrustAnchorCommand extends EnableTrustAnchorCommand_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 { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCrlCommandInput extends ScalarCrlRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCrlCommand_base: {
|
|
24
|
+
new (input: GetCrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a certificate revocation list (CRL).</p>
|
|
@@ -67,23 +70,5 @@ export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetCrlCommand extends
|
|
71
|
-
readonly input: GetCrlCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetCrlCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCrlCommandInput, GetCrlCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetCrlCommand extends GetCrlCommand_base {
|
|
89
74
|
}
|
|
@@ -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 { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetProfileCommandInput extends ScalarProfileRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetProfileCommand_base: {
|
|
24
|
+
new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a profile.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetProfileCommandOutput extends ProfileDetailResponse, __Metada
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetProfileCommand extends
|
|
82
|
-
readonly input: GetProfileCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetProfileCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
100
85
|
}
|
|
@@ -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 { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSubjectCommandInput extends ScalarSubjectRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSubjectCommandOutput extends SubjectDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSubjectCommand_base: {
|
|
24
|
+
new (input: GetSubjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a <i>subject</i>, which associates a certificate identity with
|
|
@@ -91,23 +94,5 @@ export interface GetSubjectCommandOutput extends SubjectDetailResponse, __Metada
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class GetSubjectCommand extends
|
|
95
|
-
readonly input: GetSubjectCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: GetSubjectCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubjectCommandInput, GetSubjectCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class GetSubjectCommand extends GetSubjectCommand_base {
|
|
113
98
|
}
|
|
@@ -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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTrustAnchorCommand_base: {
|
|
24
|
+
new (input: GetTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a trust anchor.</p>
|
|
@@ -87,23 +90,5 @@ export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse,
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class GetTrustAnchorCommand extends
|
|
91
|
-
readonly input: GetTrustAnchorCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: GetTrustAnchorCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class GetTrustAnchorCommand extends GetTrustAnchorCommand_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 { CrlDetailResponse, ImportCrlRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportCrlCommandInput extends ImportCrlRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportCrlCommand_base: {
|
|
24
|
+
new (input: ImportCrlCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Imports the certificate revocation list (CRL). A CRL is a list of certificates that have
|
|
@@ -81,23 +84,5 @@ export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBea
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ImportCrlCommand extends
|
|
85
|
-
readonly input: ImportCrlCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ImportCrlCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCrlCommandInput, ImportCrlCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ImportCrlCommand extends ImportCrlCommand_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 { ListCrlsResponse, ListRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCrlsCommandInput extends ListRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCrlsCommand_base: {
|
|
24
|
+
new (input: ListCrlsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.</p>
|
|
@@ -74,23 +77,5 @@ export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBeare
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListCrlsCommand extends
|
|
78
|
-
readonly input: ListCrlsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListCrlsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrlsCommandInput, ListCrlsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListCrlsCommand extends ListCrlsCommand_base {
|
|
96
81
|
}
|
|
@@ -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 { ListProfilesResponse, ListRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProfilesCommandInput extends ListRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProfilesCommand_base: {
|
|
24
|
+
new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all profiles in the authenticated account and Amazon Web Services Region.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListProfilesCommand extends
|
|
86
|
-
readonly input: ListProfilesCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListProfilesCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListProfilesCommand extends ListProfilesCommand_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 { ListRequest, ListSubjectsResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSubjectsCommandInput extends ListRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSubjectsCommand_base: {
|
|
24
|
+
new (input: ListSubjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the subjects in the authenticated account and Amazon Web Services Region.</p>
|
|
@@ -73,23 +76,5 @@ export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __Metad
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListSubjectsCommand extends
|
|
77
|
-
readonly input: ListSubjectsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListSubjectsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubjectsCommandInput, ListSubjectsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListSubjectsCommand extends ListSubjectsCommand_base {
|
|
95
80
|
}
|