@aws-sdk/client-rolesanywhere 3.337.0 → 3.338.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/RolesAnywhereClient.js +2 -1
- package/dist-cjs/commands/CreateProfileCommand.js +2 -1
- package/dist-cjs/commands/CreateTrustAnchorCommand.js +2 -1
- package/dist-cjs/commands/DeleteCrlCommand.js +2 -1
- package/dist-cjs/commands/DeleteProfileCommand.js +2 -1
- package/dist-cjs/commands/DeleteTrustAnchorCommand.js +2 -1
- package/dist-cjs/commands/DisableCrlCommand.js +2 -1
- package/dist-cjs/commands/DisableProfileCommand.js +2 -1
- package/dist-cjs/commands/DisableTrustAnchorCommand.js +2 -1
- package/dist-cjs/commands/EnableCrlCommand.js +2 -1
- package/dist-cjs/commands/EnableProfileCommand.js +2 -1
- package/dist-cjs/commands/EnableTrustAnchorCommand.js +2 -1
- package/dist-cjs/commands/GetCrlCommand.js +2 -1
- package/dist-cjs/commands/GetProfileCommand.js +2 -1
- package/dist-cjs/commands/GetSubjectCommand.js +2 -1
- package/dist-cjs/commands/GetTrustAnchorCommand.js +2 -1
- package/dist-cjs/commands/ImportCrlCommand.js +2 -1
- package/dist-cjs/commands/ListCrlsCommand.js +2 -1
- package/dist-cjs/commands/ListProfilesCommand.js +2 -1
- package/dist-cjs/commands/ListSubjectsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTrustAnchorsCommand.js +2 -1
- package/dist-cjs/commands/PutNotificationSettingsCommand.js +2 -1
- package/dist-cjs/commands/ResetNotificationSettingsCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCrlCommand.js +2 -1
- package/dist-cjs/commands/UpdateProfileCommand.js +2 -1
- package/dist-cjs/commands/UpdateTrustAnchorCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/RolesAnywhereServiceException.js +2 -1
- package/dist-es/RolesAnywhereClient.js +1 -0
- package/dist-es/commands/CreateProfileCommand.js +1 -0
- package/dist-es/commands/CreateTrustAnchorCommand.js +1 -0
- package/dist-es/commands/DeleteCrlCommand.js +1 -0
- package/dist-es/commands/DeleteProfileCommand.js +1 -0
- package/dist-es/commands/DeleteTrustAnchorCommand.js +1 -0
- package/dist-es/commands/DisableCrlCommand.js +1 -0
- package/dist-es/commands/DisableProfileCommand.js +1 -0
- package/dist-es/commands/DisableTrustAnchorCommand.js +1 -0
- package/dist-es/commands/EnableCrlCommand.js +1 -0
- package/dist-es/commands/EnableProfileCommand.js +1 -0
- package/dist-es/commands/EnableTrustAnchorCommand.js +1 -0
- package/dist-es/commands/GetCrlCommand.js +1 -0
- package/dist-es/commands/GetProfileCommand.js +1 -0
- package/dist-es/commands/GetSubjectCommand.js +1 -0
- package/dist-es/commands/GetTrustAnchorCommand.js +1 -0
- package/dist-es/commands/ImportCrlCommand.js +1 -0
- package/dist-es/commands/ListCrlsCommand.js +1 -0
- package/dist-es/commands/ListProfilesCommand.js +1 -0
- package/dist-es/commands/ListSubjectsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTrustAnchorsCommand.js +1 -0
- package/dist-es/commands/PutNotificationSettingsCommand.js +1 -0
- package/dist-es/commands/ResetNotificationSettingsCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCrlCommand.js +1 -0
- package/dist-es/commands/UpdateProfileCommand.js +1 -0
- package/dist-es/commands/UpdateTrustAnchorCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/RolesAnywhereServiceException.js +1 -0
- package/dist-types/RolesAnywhereClient.d.ts +3 -3
- package/dist-types/commands/CreateProfileCommand.d.ts +4 -0
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCrlCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +4 -0
- package/dist-types/commands/DisableCrlCommand.d.ts +4 -0
- package/dist-types/commands/DisableProfileCommand.d.ts +4 -0
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +4 -0
- package/dist-types/commands/EnableCrlCommand.d.ts +4 -0
- package/dist-types/commands/EnableProfileCommand.d.ts +4 -0
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +4 -0
- package/dist-types/commands/GetCrlCommand.d.ts +4 -0
- package/dist-types/commands/GetProfileCommand.d.ts +4 -0
- package/dist-types/commands/GetSubjectCommand.d.ts +4 -0
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +4 -0
- package/dist-types/commands/ImportCrlCommand.d.ts +4 -0
- package/dist-types/commands/ListCrlsCommand.d.ts +4 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListSubjectsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +4 -0
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +4 -0
- package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrlCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +4 -0
- package/dist-types/index.d.ts +21 -2
- package/dist-types/models/RolesAnywhereServiceException.d.ts +1 -0
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTrustAnchorsCommand, se_ListTrustAnchorsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTrustAnchorsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutNotificationSettingsCommand, se_PutNotificationSettingsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutNotificationSettingsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ResetNotificationSettingsCommand, se_ResetNotificationSettingsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ResetNotificationSettingsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateCrlCommand, se_UpdateCrlCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateCrlCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateProfileCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateTrustAnchorCommand, se_UpdateTrustAnchorCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateTrustAnchorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./RolesAnywhere";
|
|
2
1
|
export * from "./RolesAnywhereClient";
|
|
2
|
+
export * from "./RolesAnywhere";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { RolesAnywhereServiceException } from "./models/RolesAnywhereServiceException";
|
|
@@ -37,6 +37,7 @@ import { UpdateCrlCommandInput, UpdateCrlCommandOutput } from "./commands/Update
|
|
|
37
37
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
38
38
|
import { UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput } from "./commands/UpdateTrustAnchorCommand";
|
|
39
39
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
40
|
+
export { __Client };
|
|
40
41
|
/**
|
|
41
42
|
* @public
|
|
42
43
|
*/
|
|
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
151
152
|
/**
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
|
-
type RolesAnywhereClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
155
|
+
export type RolesAnywhereClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
155
156
|
/**
|
|
156
157
|
* @public
|
|
157
158
|
*
|
|
@@ -162,7 +163,7 @@ export interface RolesAnywhereClientConfig extends RolesAnywhereClientConfigType
|
|
|
162
163
|
/**
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
|
-
type RolesAnywhereClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
166
|
+
export type RolesAnywhereClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
166
167
|
/**
|
|
167
168
|
* @public
|
|
168
169
|
*
|
|
@@ -201,4 +202,3 @@ export declare class RolesAnywhereClient extends __Client<__HttpHandlerOptions,
|
|
|
201
202
|
*/
|
|
202
203
|
destroy(): void;
|
|
203
204
|
}
|
|
204
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateProfileRequest, ProfileDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CrlDetailResponse, ImportCrlRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListCrlsResponse, ListRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListProfilesResponse, ListRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRequest, ListSubjectsResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRequest, ListTrustAnchorsResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/models_0";
|
|
5
5
|
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Identity and Access Management Roles Anywhere provides a secure way for your workloads such as
|
|
3
|
+
* servers, containers, and applications that run outside of Amazon Web Services to obtain
|
|
4
|
+
* temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to
|
|
5
|
+
* manage long-term credentials for workloads running outside of Amazon Web Services.</p>
|
|
6
|
+
* <p>
|
|
7
|
+
* To use IAM Roles Anywhere, your workloads must use X.509 certificates
|
|
8
|
+
* issued by their certificate authority (CA). You register the CA with IAM
|
|
9
|
+
* Roles Anywhere as a trust anchor to establish trust between your public key infrastructure
|
|
10
|
+
* (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you
|
|
11
|
+
* can use Private Certificate Authority to create a CA and then use that to establish trust with
|
|
12
|
+
* IAM Roles Anywhere.
|
|
13
|
+
* </p>
|
|
14
|
+
* <p>This guide describes the IAM Roles Anywhere operations that you can call
|
|
15
|
+
* programmatically. For more information about IAM Roles Anywhere, see the
|
|
16
|
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html">IAM Roles Anywhere User Guide</a>.</p>
|
|
17
|
+
*
|
|
18
|
+
* @packageDocumentation
|
|
19
|
+
*/
|
|
2
20
|
export * from "./RolesAnywhereClient";
|
|
21
|
+
export * from "./RolesAnywhere";
|
|
3
22
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
23
|
export * from "./pagination";
|
|
24
|
+
export * from "./models";
|
|
6
25
|
export { RolesAnywhereServiceException } from "./models/RolesAnywhereServiceException";
|
|
@@ -163,6 +163,7 @@ import {
|
|
|
163
163
|
ClientResolvedEndpointParameters,
|
|
164
164
|
EndpointParameters,
|
|
165
165
|
} from "./endpoint/EndpointParameters";
|
|
166
|
+
export { __Client };
|
|
166
167
|
export type ServiceInputTypes =
|
|
167
168
|
| CreateProfileCommandInput
|
|
168
169
|
| CreateTrustAnchorCommandInput
|
|
@@ -245,7 +246,7 @@ export interface ClientDefaults
|
|
|
245
246
|
logger?: __Logger;
|
|
246
247
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
247
248
|
}
|
|
248
|
-
type RolesAnywhereClientConfigType = Partial<
|
|
249
|
+
export type RolesAnywhereClientConfigType = Partial<
|
|
249
250
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
250
251
|
> &
|
|
251
252
|
ClientDefaults &
|
|
@@ -258,7 +259,7 @@ type RolesAnywhereClientConfigType = Partial<
|
|
|
258
259
|
ClientInputEndpointParameters;
|
|
259
260
|
export interface RolesAnywhereClientConfig
|
|
260
261
|
extends RolesAnywhereClientConfigType {}
|
|
261
|
-
type RolesAnywhereClientResolvedConfigType =
|
|
262
|
+
export type RolesAnywhereClientResolvedConfigType =
|
|
262
263
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
263
264
|
Required<ClientDefaults> &
|
|
264
265
|
RegionResolvedConfig &
|
|
@@ -280,4 +281,3 @@ export declare class RolesAnywhereClient extends __Client<
|
|
|
280
281
|
constructor(configuration: RolesAnywhereClientConfig);
|
|
281
282
|
destroy(): void;
|
|
282
283
|
}
|
|
283
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateProfileCommandInput extends CreateProfileRequest {}
|
|
19
20
|
export interface CreateProfileCommandOutput
|
|
20
21
|
extends ProfileDetailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateTrustAnchorCommandInput
|
|
19
20
|
extends CreateTrustAnchorRequest {}
|
|
20
21
|
export interface CreateTrustAnchorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RolesAnywhereClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCrlCommandInput extends ScalarCrlRequest {}
|
|
16
17
|
export interface DeleteCrlCommandOutput
|
|
17
18
|
extends CrlDetailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteProfileCommandInput extends ScalarProfileRequest {}
|
|
19
20
|
export interface DeleteProfileCommandOutput
|
|
20
21
|
extends ProfileDetailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteTrustAnchorCommandInput
|
|
19
20
|
extends ScalarTrustAnchorRequest {}
|
|
20
21
|
export interface DeleteTrustAnchorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RolesAnywhereClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DisableCrlCommandInput extends ScalarCrlRequest {}
|
|
16
17
|
export interface DisableCrlCommandOutput
|
|
17
18
|
extends CrlDetailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisableProfileCommandInput extends ScalarProfileRequest {}
|
|
19
20
|
export interface DisableProfileCommandOutput
|
|
20
21
|
extends ProfileDetailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisableTrustAnchorCommandInput
|
|
19
20
|
extends ScalarTrustAnchorRequest {}
|
|
20
21
|
export interface DisableTrustAnchorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RolesAnywhereClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface EnableCrlCommandInput extends ScalarCrlRequest {}
|
|
16
17
|
export interface EnableCrlCommandOutput
|
|
17
18
|
extends CrlDetailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RolesAnywhereClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EnableProfileCommandInput extends ScalarProfileRequest {}
|
|
19
20
|
export interface EnableProfileCommandOutput
|
|
20
21
|
extends ProfileDetailResponse,
|