@aws-sdk/client-rolesanywhere 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +76 -77
- package/dist-cjs/models/RolesAnywhereServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/RolesAnywhere.js +1 -1
- package/dist-es/RolesAnywhereClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateProfileCommand.js +2 -2
- package/dist-es/commands/CreateTrustAnchorCommand.js +2 -2
- package/dist-es/commands/DeleteAttributeMappingCommand.js +2 -2
- package/dist-es/commands/DeleteCrlCommand.js +2 -2
- package/dist-es/commands/DeleteProfileCommand.js +2 -2
- package/dist-es/commands/DeleteTrustAnchorCommand.js +2 -2
- package/dist-es/commands/DisableCrlCommand.js +2 -2
- package/dist-es/commands/DisableProfileCommand.js +2 -2
- package/dist-es/commands/DisableTrustAnchorCommand.js +2 -2
- package/dist-es/commands/EnableCrlCommand.js +2 -2
- package/dist-es/commands/EnableProfileCommand.js +2 -2
- package/dist-es/commands/EnableTrustAnchorCommand.js +2 -2
- package/dist-es/commands/GetCrlCommand.js +2 -2
- package/dist-es/commands/GetProfileCommand.js +2 -2
- package/dist-es/commands/GetSubjectCommand.js +2 -2
- package/dist-es/commands/GetTrustAnchorCommand.js +2 -2
- package/dist-es/commands/ImportCrlCommand.js +2 -2
- package/dist-es/commands/ListCrlsCommand.js +2 -2
- package/dist-es/commands/ListProfilesCommand.js +2 -2
- package/dist-es/commands/ListSubjectsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrustAnchorsCommand.js +2 -2
- package/dist-es/commands/PutAttributeMappingCommand.js +2 -2
- package/dist-es/commands/PutNotificationSettingsCommand.js +2 -2
- package/dist-es/commands/ResetNotificationSettingsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCrlCommand.js +2 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -2
- package/dist-es/commands/UpdateTrustAnchorCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/RolesAnywhereServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/RolesAnywhereClient.d.ts +5 -5
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAttributeMappingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCrlCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +6 -4
- package/dist-types/commands/DisableCrlCommand.d.ts +6 -4
- package/dist-types/commands/DisableProfileCommand.d.ts +6 -4
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +6 -4
- package/dist-types/commands/EnableCrlCommand.d.ts +6 -4
- package/dist-types/commands/EnableProfileCommand.d.ts +6 -4
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +6 -4
- package/dist-types/commands/GetCrlCommand.d.ts +6 -4
- package/dist-types/commands/GetProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetSubjectCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +6 -4
- package/dist-types/commands/ImportCrlCommand.d.ts +6 -4
- package/dist-types/commands/ListCrlsCommand.d.ts +6 -4
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListSubjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +6 -4
- package/dist-types/commands/PutAttributeMappingCommand.d.ts +6 -4
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +6 -4
- package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCrlCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/RolesAnywhereServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAttributeMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAttributeMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAttributeMappingRequest, DeleteAttributeMappingResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAttributeMappingCommandInput extends DeleteAttributeMappi
|
|
|
22
22
|
export interface DeleteAttributeMappingCommandOutput extends DeleteAttributeMappingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAttributeMappingCommand_base: {
|
|
25
|
-
new (input: DeleteAttributeMappingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAttributeMappingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttributeMappingCommandInput, DeleteAttributeMappingCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttributeMappingCommandInput, DeleteAttributeMappingCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an entry from the attribute mapping rules enforced by a given profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCrlCommandInput extends ScalarCrlRequest {
|
|
|
22
22
|
export interface DeleteCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCrlCommand_base: {
|
|
25
|
-
new (input: DeleteCrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCrlCommandInput): import("@smithy/core/client").CommandImpl<DeleteCrlCommandInput, DeleteCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCrlCommandInput): import("@smithy/core/client").CommandImpl<DeleteCrlCommandInput, DeleteCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteCrl</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProfileCommandInput extends ScalarProfileRequest {
|
|
|
22
22
|
export interface DeleteProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProfileCommand_base: {
|
|
25
|
-
new (input: DeleteProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a profile.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteProfile</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTrustAnchorCommandInput extends ScalarTrustAnchorRequest
|
|
|
22
22
|
export interface DeleteTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTrustAnchorCommand_base: {
|
|
25
|
-
new (input: DeleteTrustAnchorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTrustAnchorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrustAnchorCommandInput, DeleteTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrustAnchorCommandInput, DeleteTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a trust anchor.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteTrustAnchor</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DisableCrlCommandInput extends ScalarCrlRequest {
|
|
|
22
22
|
export interface DisableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableCrlCommand_base: {
|
|
25
|
-
new (input: DisableCrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableCrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableCrlCommandInput): import("@smithy/core/client").CommandImpl<DisableCrlCommandInput, DisableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableCrlCommandInput): import("@smithy/core/client").CommandImpl<DisableCrlCommandInput, DisableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableCrl</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DisableProfileCommandInput extends ScalarProfileRequest {
|
|
|
22
22
|
export interface DisableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableProfileCommand_base: {
|
|
25
|
-
new (input: DisableProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableProfileCommandInput): import("@smithy/core/client").CommandImpl<DisableProfileCommandInput, DisableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableProfileCommandInput): import("@smithy/core/client").CommandImpl<DisableProfileCommandInput, DisableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables a profile. When disabled, temporary credential requests with this profile fail.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableProfile</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface DisableTrustAnchorCommandInput extends ScalarTrustAnchorRequest
|
|
|
22
22
|
export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableTrustAnchorCommand_base: {
|
|
25
|
-
new (input: DisableTrustAnchorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableTrustAnchorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables a trust anchor. When disabled, temporary credential requests specifying this trust anchor are unauthorized.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableTrustAnchor</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableCrlCommandInput extends ScalarCrlRequest {
|
|
|
22
22
|
export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableCrlCommand_base: {
|
|
25
|
-
new (input: EnableCrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableCrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableCrl</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableProfileCommandInput extends ScalarProfileRequest {
|
|
|
22
22
|
export interface EnableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableProfileCommand_base: {
|
|
25
|
-
new (input: EnableProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableProfileCommandInput): import("@smithy/core/client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableProfileCommandInput): import("@smithy/core/client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables temporary credential requests for a profile. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableProfile</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableTrustAnchorCommandInput extends ScalarTrustAnchorRequest
|
|
|
22
22
|
export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableTrustAnchorCommand_base: {
|
|
25
|
-
new (input: EnableTrustAnchorCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableTrustAnchorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableTrustAnchor</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface GetCrlCommandInput extends ScalarCrlRequest {
|
|
|
22
22
|
export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCrlCommand_base: {
|
|
25
|
-
new (input: GetCrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetCrl</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface GetProfileCommandInput extends ScalarProfileRequest {
|
|
|
22
22
|
export interface GetProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProfileCommand_base: {
|
|
25
|
-
new (input: GetProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a profile.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetProfile</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSubjectCommandInput extends ScalarSubjectRequest {
|
|
|
22
22
|
export interface GetSubjectCommandOutput extends SubjectDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSubjectCommand_base: {
|
|
25
|
-
new (input: GetSubjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSubjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSubjectCommandInput): import("@smithy/core/client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSubjectCommandInput): import("@smithy/core/client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a <i>subject</i>, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetSubject</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
|
|
|
22
22
|
export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTrustAnchorCommand_base: {
|
|
25
|
-
new (input: GetTrustAnchorCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTrustAnchorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a trust anchor.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetTrustAnchor</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CrlDetailResponse, ImportCrlRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ImportCrlCommandInput extends ImportCrlRequest {
|
|
|
22
22
|
export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportCrlCommand_base: {
|
|
25
|
-
new (input: ImportCrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportCrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportCrlCommandInput): import("@smithy/core/client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportCrlCommandInput): import("@smithy/core/client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:ImportCrl</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListCrlsResponse, ListRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ListCrlsCommandInput extends ListRequest {
|
|
|
22
22
|
export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCrlsCommand_base: {
|
|
25
|
-
new (input: ListCrlsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCrlsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCrlsCommandInput): import("@smithy/core/client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCrlsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListCrls</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListProfilesResponse, ListRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ListProfilesCommandInput extends ListRequest {
|
|
|
22
22
|
export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProfilesCommand_base: {
|
|
25
|
-
new (input: ListProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all profiles in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListProfiles</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListRequest, ListSubjectsResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSubjectsCommandInput extends ListRequest {
|
|
|
22
22
|
export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSubjectsCommand_base: {
|
|
25
|
-
new (input: ListSubjectsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSubjectsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSubjectsCommandInput): import("@smithy/core/client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSubjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the subjects in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListSubjects</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags attached to the resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListTagsForResource</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListRequest, ListTrustAnchorsResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTrustAnchorsCommandInput extends ListRequest {
|
|
|
22
22
|
export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTrustAnchorsCommand_base: {
|
|
25
|
-
new (input: ListTrustAnchorsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTrustAnchorsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTrustAnchorsCommandInput): import("@smithy/core/client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTrustAnchorsCommandInput]): import("@smithy/core/client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the trust anchors in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListTrustAnchors</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutAttributeMappingRequest, PutAttributeMappingResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface PutAttributeMappingCommandInput extends PutAttributeMappingRequ
|
|
|
22
22
|
export interface PutAttributeMappingCommandOutput extends PutAttributeMappingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAttributeMappingCommand_base: {
|
|
25
|
-
new (input: PutAttributeMappingCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAttributeMappingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Put an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface PutNotificationSettingsCommandInput extends PutNotificationSett
|
|
|
22
22
|
export interface PutNotificationSettingsCommandOutput extends PutNotificationSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutNotificationSettingsCommand_base: {
|
|
25
|
-
new (input: PutNotificationSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutNotificationSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches a list of <i>notification settings</i> to a trust anchor.</p> <p>A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:PutNotificationSettings</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface ResetNotificationSettingsCommandInput extends ResetNotification
|
|
|
22
22
|
export interface ResetNotificationSettingsCommandOutput extends ResetNotificationSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetNotificationSettingsCommand_base: {
|
|
25
|
-
new (input: ResetNotificationSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ResetNotificationSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ResetNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ResetNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Resets the <i>custom notification setting</i> to IAM Roles Anywhere default setting. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:ResetNotificationSettings</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches tags to a resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:TagResource</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from the resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UntagResource</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateCrlCommandInput extends UpdateCrlRequest {
|
|
|
22
22
|
export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateCrlCommand_base: {
|
|
25
|
-
new (input: UpdateCrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateCrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateCrlCommandInput): import("@smithy/core/client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCrlCommandInput): import("@smithy/core/client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateCrl</code>. </p>
|