@aws-sdk/client-rolesanywhere 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/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-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-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/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/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, UpdateCrlRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateCrlCommandInput extends UpdateCrlRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateCrlCommand_base: {
|
|
24
|
+
new (input: UpdateCrlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the certificate revocation list (CRL). A CRL is a list of certificates that have
|
|
@@ -77,23 +80,5 @@ export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBea
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class UpdateCrlCommand extends
|
|
81
|
-
readonly input: UpdateCrlCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: UpdateCrlCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCrlCommandInput, UpdateCrlCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class UpdateCrlCommand extends UpdateCrlCommand_base {
|
|
99
84
|
}
|
|
@@ -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, UpdateProfileRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateProfileCommandInput extends UpdateProfileRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateProfileCommand_base: {
|
|
24
|
+
new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a <i>profile</i>, a list of the roles that IAM
|
|
@@ -92,23 +95,5 @@ export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __Met
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class UpdateProfileCommand extends
|
|
96
|
-
readonly input: UpdateProfileCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: UpdateProfileCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfileCommandInput, UpdateProfileCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
114
99
|
}
|
|
@@ -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 { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateTrustAnchorCommandInput extends UpdateTrustAnchorRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateTrustAnchorCommand_base: {
|
|
24
|
+
new (input: UpdateTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a trust anchor. You establish trust between IAM Roles Anywhere
|
|
@@ -100,23 +103,5 @@ export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class UpdateTrustAnchorCommand extends
|
|
104
|
-
readonly input: UpdateTrustAnchorCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: UpdateTrustAnchorCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class UpdateTrustAnchorCommand extends UpdateTrustAnchorCommand_base {
|
|
122
107
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateProfileRequest,
|
|
11
5
|
ProfileDetailResponse,
|
|
@@ -20,19 +14,16 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {}
|
|
|
20
14
|
export interface CreateProfileCommandOutput
|
|
21
15
|
extends ProfileDetailResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateProfileCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateProfileCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateProfileCommandInput,
|
|
22
|
+
CreateProfileCommandOutput,
|
|
23
|
+
RolesAnywhereClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateProfileCommand extends CreateProfileCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateTrustAnchorRequest,
|
|
11
5
|
TrustAnchorDetailResponse,
|
|
@@ -21,19 +15,16 @@ export interface CreateTrustAnchorCommandInput
|
|
|
21
15
|
export interface CreateTrustAnchorCommandOutput
|
|
22
16
|
extends TrustAnchorDetailResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateTrustAnchorCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateTrustAnchorCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateTrustAnchorCommandInput,
|
|
23
|
+
CreateTrustAnchorCommandOutput,
|
|
24
|
+
RolesAnywhereClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateTrustAnchorCommand extends CreateTrustAnchorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface DeleteCrlCommandInput extends ScalarCrlRequest {}
|
|
|
17
11
|
export interface DeleteCrlCommandOutput
|
|
18
12
|
extends CrlDetailResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DeleteCrlCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteCrlCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteCrlCommandInput,
|
|
19
|
+
DeleteCrlCommandOutput,
|
|
20
|
+
RolesAnywhereClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteCrlCommand extends DeleteCrlCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ProfileDetailResponse,
|
|
11
5
|
ScalarProfileRequest,
|
|
@@ -20,19 +14,16 @@ export interface DeleteProfileCommandInput extends ScalarProfileRequest {}
|
|
|
20
14
|
export interface DeleteProfileCommandOutput
|
|
21
15
|
extends ProfileDetailResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DeleteProfileCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteProfileCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteProfileCommandInput,
|
|
22
|
+
DeleteProfileCommandOutput,
|
|
23
|
+
RolesAnywhereClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ScalarTrustAnchorRequest,
|
|
11
5
|
TrustAnchorDetailResponse,
|
|
@@ -21,19 +15,16 @@ export interface DeleteTrustAnchorCommandInput
|
|
|
21
15
|
export interface DeleteTrustAnchorCommandOutput
|
|
22
16
|
extends TrustAnchorDetailResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DeleteTrustAnchorCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteTrustAnchorCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteTrustAnchorCommandInput,
|
|
23
|
+
DeleteTrustAnchorCommandOutput,
|
|
24
|
+
RolesAnywhereClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteTrustAnchorCommand extends DeleteTrustAnchorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface DisableCrlCommandInput extends ScalarCrlRequest {}
|
|
|
17
11
|
export interface DisableCrlCommandOutput
|
|
18
12
|
extends CrlDetailResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DisableCrlCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DisableCrlCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DisableCrlCommandInput,
|
|
19
|
+
DisableCrlCommandOutput,
|
|
20
|
+
RolesAnywhereClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DisableCrlCommand extends DisableCrlCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ProfileDetailResponse,
|
|
11
5
|
ScalarProfileRequest,
|
|
@@ -20,19 +14,16 @@ export interface DisableProfileCommandInput extends ScalarProfileRequest {}
|
|
|
20
14
|
export interface DisableProfileCommandOutput
|
|
21
15
|
extends ProfileDetailResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DisableProfileCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DisableProfileCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DisableProfileCommandInput,
|
|
22
|
+
DisableProfileCommandOutput,
|
|
23
|
+
RolesAnywhereClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DisableProfileCommand extends DisableProfileCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ScalarTrustAnchorRequest,
|
|
11
5
|
TrustAnchorDetailResponse,
|
|
@@ -21,19 +15,16 @@ export interface DisableTrustAnchorCommandInput
|
|
|
21
15
|
export interface DisableTrustAnchorCommandOutput
|
|
22
16
|
extends TrustAnchorDetailResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DisableTrustAnchorCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DisableTrustAnchorCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DisableTrustAnchorCommandInput,
|
|
23
|
+
DisableTrustAnchorCommandOutput,
|
|
24
|
+
RolesAnywhereClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DisableTrustAnchorCommand extends DisableTrustAnchorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface EnableCrlCommandInput extends ScalarCrlRequest {}
|
|
|
17
11
|
export interface EnableCrlCommandOutput
|
|
18
12
|
extends CrlDetailResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const EnableCrlCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: EnableCrlCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
EnableCrlCommandInput,
|
|
19
|
+
EnableCrlCommandOutput,
|
|
20
|
+
RolesAnywhereClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class EnableCrlCommand extends EnableCrlCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ProfileDetailResponse,
|
|
11
5
|
ScalarProfileRequest,
|
|
@@ -20,19 +14,16 @@ export interface EnableProfileCommandInput extends ScalarProfileRequest {}
|
|
|
20
14
|
export interface EnableProfileCommandOutput
|
|
21
15
|
extends ProfileDetailResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const EnableProfileCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: EnableProfileCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
EnableProfileCommandInput,
|
|
22
|
+
EnableProfileCommandOutput,
|
|
23
|
+
RolesAnywhereClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class EnableProfileCommand extends EnableProfileCommand_base {}
|