@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, 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
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags attached to the resource.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListTagsForResourceCommand extends
|
|
73
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
91
76
|
}
|
|
@@ -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, ListTrustAnchorsResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTrustAnchorsCommandInput extends ListRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTrustAnchorsCommand_base: {
|
|
24
|
+
new (input: ListTrustAnchorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the trust anchors in the authenticated account and Amazon Web Services Region.</p>
|
|
@@ -88,23 +91,5 @@ export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse,
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListTrustAnchorsCommand extends
|
|
92
|
-
readonly input: ListTrustAnchorsCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListTrustAnchorsCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListTrustAnchorsCommand extends ListTrustAnchorsCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutNotificationSettingsCommandInput extends PutNotificationSett
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutNotificationSettingsCommandOutput extends PutNotificationSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutNotificationSettingsCommand_base: {
|
|
24
|
+
new (input: PutNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches a list of <i>notification settings</i> to a trust anchor.</p>
|
|
@@ -97,23 +100,5 @@ export interface PutNotificationSettingsCommandOutput extends PutNotificationSet
|
|
|
97
100
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
98
101
|
*
|
|
99
102
|
*/
|
|
100
|
-
export declare class PutNotificationSettingsCommand extends
|
|
101
|
-
readonly input: PutNotificationSettingsCommandInput;
|
|
102
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
-
/**
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
constructor(input: PutNotificationSettingsCommandInput);
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private serialize;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private deserialize;
|
|
103
|
+
export declare class PutNotificationSettingsCommand extends PutNotificationSettingsCommand_base {
|
|
119
104
|
}
|
|
@@ -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 { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ResetNotificationSettingsCommandInput extends ResetNotification
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ResetNotificationSettingsCommandOutput extends ResetNotificationSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ResetNotificationSettingsCommand_base: {
|
|
24
|
+
new (input: ResetNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Resets the <i>custom notification setting</i> to IAM Roles Anywhere default setting.
|
|
@@ -94,23 +97,5 @@ export interface ResetNotificationSettingsCommandOutput extends ResetNotificatio
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class ResetNotificationSettingsCommand extends
|
|
98
|
-
readonly input: ResetNotificationSettingsCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: ResetNotificationSettingsCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class ResetNotificationSettingsCommand extends ResetNotificationSettingsCommand_base {
|
|
116
101
|
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches tags to a resource.</p>
|
|
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class TagResourceCommand extends
|
|
75
|
-
readonly input: TagResourceCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: TagResourceCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
93
78
|
}
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes tags from the resource.</p>
|
|
@@ -65,23 +68,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class UntagResourceCommand extends
|
|
69
|
-
readonly input: UntagResourceCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: UntagResourceCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
87
72
|
}
|