@aws-sdk/client-rolesanywhere 3.1045.0 → 3.1047.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 { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateProfileCommandInput extends UpdateProfileRequest {
|
|
|
22
22
|
export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProfileCommand_base: {
|
|
25
|
-
new (input: UpdateProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a <i>profile</i>, a list of the roles that IAM Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateProfile</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 { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/models_0";
|
|
4
4
|
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTrustAnchorCommandInput extends UpdateTrustAnchorRequest
|
|
|
22
22
|
export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTrustAnchorCommand_base: {
|
|
25
|
-
new (input: UpdateTrustAnchorCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTrustAnchorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateTrustAnchor</code>. </p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -5,13 +5,13 @@ import type { RolesAnywhereClientConfig } from "./RolesAnywhereClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { RolesAnywhereClientConfig } from "./RolesAnywhereClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { RolesAnywhereClientConfig } from "./RolesAnywhereClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateProfileRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateProfileCommandOutput
|
|
|
18
18
|
declare const CreateProfileCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateProfileCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateProfileCommandInput,
|
|
23
23
|
CreateProfileCommandOutput,
|
|
24
24
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateProfileCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateProfileCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateProfileCommandInput,
|
|
32
32
|
CreateProfileCommandOutput,
|
|
33
33
|
RolesAnywhereClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateTrustAnchorRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateTrustAnchorCommandOutput
|
|
|
19
19
|
declare const CreateTrustAnchorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateTrustAnchorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateTrustAnchorCommandInput,
|
|
24
24
|
CreateTrustAnchorCommandOutput,
|
|
25
25
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateTrustAnchorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateTrustAnchorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateTrustAnchorCommandInput,
|
|
33
33
|
CreateTrustAnchorCommandOutput,
|
|
34
34
|
RolesAnywhereClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateTrustAnchorCommand extends CreateTrustAnchorCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteAttributeMappingRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteAttributeMappingCommandOutput
|
|
|
19
19
|
declare const DeleteAttributeMappingCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteAttributeMappingCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteAttributeMappingCommandInput,
|
|
24
24
|
DeleteAttributeMappingCommandOutput,
|
|
25
25
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteAttributeMappingCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteAttributeMappingCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteAttributeMappingCommandInput,
|
|
33
33
|
DeleteAttributeMappingCommandOutput,
|
|
34
34
|
RolesAnywhereClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteAttributeMappingCommand extends DeleteAttributeMappingCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface DeleteCrlCommandOutput
|
|
|
13
13
|
extends CrlDetailResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const DeleteCrlCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: DeleteCrlCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: DeleteCrlCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
DeleteCrlCommandInput,
|
|
20
18
|
DeleteCrlCommandOutput,
|
|
21
19
|
RolesAnywhereClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: DeleteCrlCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: DeleteCrlCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
DeleteCrlCommandInput,
|
|
29
25
|
DeleteCrlCommandOutput,
|
|
30
26
|
RolesAnywhereClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class DeleteCrlCommand extends DeleteCrlCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ProfileDetailResponse,
|
|
@@ -18,7 +18,7 @@ export interface DeleteProfileCommandOutput
|
|
|
18
18
|
declare const DeleteProfileCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteProfileCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteProfileCommandInput,
|
|
23
23
|
DeleteProfileCommandOutput,
|
|
24
24
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteProfileCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteProfileCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteProfileCommandInput,
|
|
32
32
|
DeleteProfileCommandOutput,
|
|
33
33
|
RolesAnywhereClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ScalarTrustAnchorRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteTrustAnchorCommandOutput
|
|
|
19
19
|
declare const DeleteTrustAnchorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteTrustAnchorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteTrustAnchorCommandInput,
|
|
24
24
|
DeleteTrustAnchorCommandOutput,
|
|
25
25
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteTrustAnchorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteTrustAnchorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteTrustAnchorCommandInput,
|
|
33
33
|
DeleteTrustAnchorCommandOutput,
|
|
34
34
|
RolesAnywhereClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteTrustAnchorCommand extends DeleteTrustAnchorCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DisableCrlCommandOutput
|
|
|
15
15
|
declare const DisableCrlCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DisableCrlCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DisableCrlCommandInput,
|
|
20
20
|
DisableCrlCommandOutput,
|
|
21
21
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DisableCrlCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DisableCrlCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DisableCrlCommandInput,
|
|
29
29
|
DisableCrlCommandOutput,
|
|
30
30
|
RolesAnywhereClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DisableCrlCommand extends DisableCrlCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ProfileDetailResponse,
|
|
@@ -18,7 +18,7 @@ export interface DisableProfileCommandOutput
|
|
|
18
18
|
declare const DisableProfileCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DisableProfileCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DisableProfileCommandInput,
|
|
23
23
|
DisableProfileCommandOutput,
|
|
24
24
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DisableProfileCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DisableProfileCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DisableProfileCommandInput,
|
|
32
32
|
DisableProfileCommandOutput,
|
|
33
33
|
RolesAnywhereClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DisableProfileCommand extends DisableProfileCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ScalarTrustAnchorRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisableTrustAnchorCommandOutput
|
|
|
19
19
|
declare const DisableTrustAnchorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableTrustAnchorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableTrustAnchorCommandInput,
|
|
24
24
|
DisableTrustAnchorCommandOutput,
|
|
25
25
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableTrustAnchorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisableTrustAnchorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableTrustAnchorCommandInput,
|
|
33
33
|
DisableTrustAnchorCommandOutput,
|
|
34
34
|
RolesAnywhereClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableTrustAnchorCommand extends DisableTrustAnchorCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface EnableCrlCommandOutput
|
|
|
13
13
|
extends CrlDetailResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const EnableCrlCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: EnableCrlCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
EnableCrlCommandInput,
|
|
20
18
|
EnableCrlCommandOutput,
|
|
21
19
|
RolesAnywhereClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: EnableCrlCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
EnableCrlCommandInput,
|
|
29
25
|
EnableCrlCommandOutput,
|
|
30
26
|
RolesAnywhereClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class EnableCrlCommand extends EnableCrlCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ProfileDetailResponse,
|
|
@@ -18,7 +18,7 @@ export interface EnableProfileCommandOutput
|
|
|
18
18
|
declare const EnableProfileCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: EnableProfileCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
EnableProfileCommandInput,
|
|
23
23
|
EnableProfileCommandOutput,
|
|
24
24
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const EnableProfileCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: EnableProfileCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
EnableProfileCommandInput,
|
|
32
32
|
EnableProfileCommandOutput,
|
|
33
33
|
RolesAnywhereClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class EnableProfileCommand extends EnableProfileCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ScalarTrustAnchorRequest,
|
|
@@ -19,7 +19,7 @@ export interface EnableTrustAnchorCommandOutput
|
|
|
19
19
|
declare const EnableTrustAnchorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableTrustAnchorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableTrustAnchorCommandInput,
|
|
24
24
|
EnableTrustAnchorCommandOutput,
|
|
25
25
|
RolesAnywhereClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableTrustAnchorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: EnableTrustAnchorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableTrustAnchorCommandInput,
|
|
33
33
|
EnableTrustAnchorCommandOutput,
|
|
34
34
|
RolesAnywhereClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableTrustAnchorCommand extends EnableTrustAnchorCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,21 +13,23 @@ export interface GetCrlCommandOutput
|
|
|
13
13
|
extends CrlDetailResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetCrlCommand_base: {
|
|
16
|
-
new (input: GetCrlCommandInput): import("@smithy/
|
|
16
|
+
new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
GetCrlCommandInput,
|
|
18
18
|
GetCrlCommandOutput,
|
|
19
19
|
RolesAnywhereClientResolvedConfig,
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (input: GetCrlCommandInput): import("@smithy/
|
|
23
|
+
new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
GetCrlCommandInput,
|
|
25
25
|
GetCrlCommandOutput,
|
|
26
26
|
RolesAnywhereClientResolvedConfig,
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class GetCrlCommand extends GetCrlCommand_base {
|
|
33
35
|
protected static __types: {
|