@aws-sdk/client-rolesanywhere 3.1087.0 → 3.1088.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.
Files changed (50) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/RolesAnywhere.d.ts +105 -146
  3. package/dist-types/ts3.4/RolesAnywhereClient.d.ts +16 -56
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/DeleteAttributeMappingCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +7 -5
  11. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +7 -5
  17. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -5
  20. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +7 -5
  24. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +4 -4
  25. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/PutAttributeMappingCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +7 -5
  35. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  38. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  39. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  40. package/dist-types/ts3.4/models/enums.d.ts +4 -8
  41. package/dist-types/ts3.4/models/errors.d.ts +4 -12
  42. package/dist-types/ts3.4/models/models_0.d.ts +1 -6
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  44. package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +1 -4
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  49. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  50. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -48,10 +45,7 @@ import {
48
45
  DeleteAttributeMappingCommandInput,
49
46
  DeleteAttributeMappingCommandOutput,
50
47
  } from "./commands/DeleteAttributeMappingCommand";
51
- import {
52
- DeleteCrlCommandInput,
53
- DeleteCrlCommandOutput,
54
- } from "./commands/DeleteCrlCommand";
48
+ import { DeleteCrlCommandInput, DeleteCrlCommandOutput } from "./commands/DeleteCrlCommand";
55
49
  import {
56
50
  DeleteProfileCommandInput,
57
51
  DeleteProfileCommandOutput,
@@ -60,10 +54,7 @@ import {
60
54
  DeleteTrustAnchorCommandInput,
61
55
  DeleteTrustAnchorCommandOutput,
62
56
  } from "./commands/DeleteTrustAnchorCommand";
63
- import {
64
- DisableCrlCommandInput,
65
- DisableCrlCommandOutput,
66
- } from "./commands/DisableCrlCommand";
57
+ import { DisableCrlCommandInput, DisableCrlCommandOutput } from "./commands/DisableCrlCommand";
67
58
  import {
68
59
  DisableProfileCommandInput,
69
60
  DisableProfileCommandOutput,
@@ -72,10 +63,7 @@ import {
72
63
  DisableTrustAnchorCommandInput,
73
64
  DisableTrustAnchorCommandOutput,
74
65
  } from "./commands/DisableTrustAnchorCommand";
75
- import {
76
- EnableCrlCommandInput,
77
- EnableCrlCommandOutput,
78
- } from "./commands/EnableCrlCommand";
66
+ import { EnableCrlCommandInput, EnableCrlCommandOutput } from "./commands/EnableCrlCommand";
79
67
  import {
80
68
  EnableProfileCommandInput,
81
69
  EnableProfileCommandOutput,
@@ -84,30 +72,15 @@ import {
84
72
  EnableTrustAnchorCommandInput,
85
73
  EnableTrustAnchorCommandOutput,
86
74
  } from "./commands/EnableTrustAnchorCommand";
87
- import {
88
- GetCrlCommandInput,
89
- GetCrlCommandOutput,
90
- } from "./commands/GetCrlCommand";
91
- import {
92
- GetProfileCommandInput,
93
- GetProfileCommandOutput,
94
- } from "./commands/GetProfileCommand";
95
- import {
96
- GetSubjectCommandInput,
97
- GetSubjectCommandOutput,
98
- } from "./commands/GetSubjectCommand";
75
+ import { GetCrlCommandInput, GetCrlCommandOutput } from "./commands/GetCrlCommand";
76
+ import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
77
+ import { GetSubjectCommandInput, GetSubjectCommandOutput } from "./commands/GetSubjectCommand";
99
78
  import {
100
79
  GetTrustAnchorCommandInput,
101
80
  GetTrustAnchorCommandOutput,
102
81
  } from "./commands/GetTrustAnchorCommand";
103
- import {
104
- ImportCrlCommandInput,
105
- ImportCrlCommandOutput,
106
- } from "./commands/ImportCrlCommand";
107
- import {
108
- ListCrlsCommandInput,
109
- ListCrlsCommandOutput,
110
- } from "./commands/ListCrlsCommand";
82
+ import { ImportCrlCommandInput, ImportCrlCommandOutput } from "./commands/ImportCrlCommand";
83
+ import { ListCrlsCommandInput, ListCrlsCommandOutput } from "./commands/ListCrlsCommand";
111
84
  import {
112
85
  ListProfilesCommandInput,
113
86
  ListProfilesCommandOutput,
@@ -136,18 +109,12 @@ import {
136
109
  ResetNotificationSettingsCommandInput,
137
110
  ResetNotificationSettingsCommandOutput,
138
111
  } from "./commands/ResetNotificationSettingsCommand";
139
- import {
140
- TagResourceCommandInput,
141
- TagResourceCommandOutput,
142
- } from "./commands/TagResourceCommand";
112
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
143
113
  import {
144
114
  UntagResourceCommandInput,
145
115
  UntagResourceCommandOutput,
146
116
  } from "./commands/UntagResourceCommand";
147
- import {
148
- UpdateCrlCommandInput,
149
- UpdateCrlCommandOutput,
150
- } from "./commands/UpdateCrlCommand";
117
+ import { UpdateCrlCommandInput, UpdateCrlCommandOutput } from "./commands/UpdateCrlCommand";
151
118
  import {
152
119
  UpdateProfileCommandInput,
153
120
  UpdateProfileCommandOutput,
@@ -225,8 +192,7 @@ export type ServiceOutputTypes =
225
192
  | UpdateCrlCommandOutput
226
193
  | UpdateProfileCommandOutput
227
194
  | UpdateTrustAnchorCommandOutput;
228
- export interface ClientDefaults
229
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
195
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
230
196
  requestHandler?: __HttpHandlerUserInput;
231
197
  sha256?: __ChecksumConstructor | __HashConstructor;
232
198
  urlParser?: __UrlParser;
@@ -251,9 +217,7 @@ export interface ClientDefaults
251
217
  extensions?: RuntimeExtension[];
252
218
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
253
219
  }
254
- export type RolesAnywhereClientConfigType = Partial<
255
- __SmithyConfiguration<__HttpHandlerOptions>
256
- > &
220
+ export type RolesAnywhereClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
257
221
  ClientDefaults &
258
222
  UserAgentInputConfig &
259
223
  RetryInputConfig &
@@ -262,8 +226,7 @@ export type RolesAnywhereClientConfigType = Partial<
262
226
  EndpointInputConfig<EndpointParameters> &
263
227
  HttpAuthSchemeInputConfig &
264
228
  ClientInputEndpointParameters;
265
- export interface RolesAnywhereClientConfig
266
- extends RolesAnywhereClientConfigType {}
229
+ export interface RolesAnywhereClientConfig extends RolesAnywhereClientConfigType {}
267
230
  export type RolesAnywhereClientResolvedConfigType =
268
231
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
269
232
  Required<ClientDefaults> &
@@ -275,8 +238,7 @@ export type RolesAnywhereClientResolvedConfigType =
275
238
  EndpointResolvedConfig<EndpointParameters> &
276
239
  HttpAuthSchemeResolvedConfig &
277
240
  ClientResolvedEndpointParameters;
278
- export interface RolesAnywhereClientResolvedConfig
279
- extends RolesAnywhereClientResolvedConfigType {}
241
+ export interface RolesAnywhereClientResolvedConfig extends RolesAnywhereClientResolvedConfigType {}
280
242
  export declare class RolesAnywhereClient extends __Client<
281
243
  __HttpHandlerOptions,
282
244
  ServiceInputTypes,
@@ -284,8 +246,6 @@ export declare class RolesAnywhereClient extends __Client<
284
246
  RolesAnywhereClientResolvedConfig
285
247
  > {
286
248
  readonly config: RolesAnywhereClientResolvedConfig;
287
- constructor(
288
- ...[configuration]: __CheckOptionalClientConfig<RolesAnywhereClientConfig>
289
- );
249
+ constructor(...[configuration]: __CheckOptionalClientConfig<RolesAnywhereClientConfig>);
290
250
  destroy(): void;
291
251
  }
@@ -7,17 +7,10 @@ import { RolesAnywhereHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: RolesAnywhereHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: RolesAnywhereHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): RolesAnywhereHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { RolesAnywhereClientResolvedConfig } from "../RolesAnywhereClient";
15
- export interface RolesAnywhereHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface RolesAnywhereHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface RolesAnywhereHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- RolesAnywhereClientResolvedConfig,
22
- HandlerExecutionContext,
23
- RolesAnywhereHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface RolesAnywhereHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ RolesAnywhereClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ RolesAnywhereHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultRolesAnywhereHttpAuthSchemeParametersProvider: (
27
25
  config: RolesAnywhereClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<RolesAnywhereHttpAuthSchemeParameters>;
31
- export interface RolesAnywhereHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<RolesAnywhereHttpAuthSchemeParameters> {}
29
+ export interface RolesAnywhereHttpAuthSchemeProvider extends HttpAuthSchemeProvider<RolesAnywhereHttpAuthSchemeParameters> {}
33
30
  export declare const defaultRolesAnywhereHttpAuthSchemeProvider: RolesAnywhereHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: RolesAnywhereHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: RolesAnywhereHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./RolesAnywhereClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  RolesAnywhereClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateProfileRequest,
4
- ProfileDetailResponse,
5
- } from "../models/models_0";
2
+ import { CreateProfileRequest, ProfileDetailResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateProfileCommandInput extends CreateProfileRequest {}
8
- export interface CreateProfileCommandOutput
9
- extends ProfileDetailResponse,
10
- __MetadataBearer {}
5
+ export interface CreateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {}
11
6
  declare const CreateProfileCommand_base: {
12
7
  new (
13
- input: CreateProfileCommandInput
8
+ input: CreateProfileCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateProfileCommandInput,
16
11
  CreateProfileCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateProfileCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateProfileCommandInput
17
+ input: CreateProfileCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateProfileCommandInput,
25
20
  CreateProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateTrustAnchorRequest,
4
- TrustAnchorDetailResponse,
5
- } from "../models/models_0";
2
+ import { CreateTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateTrustAnchorCommandInput
8
- extends CreateTrustAnchorRequest {}
4
+ export interface CreateTrustAnchorCommandInput extends CreateTrustAnchorRequest {}
9
5
  export interface CreateTrustAnchorCommandOutput
10
- extends TrustAnchorDetailResponse,
11
- __MetadataBearer {}
6
+ extends TrustAnchorDetailResponse, __MetadataBearer {}
12
7
  declare const CreateTrustAnchorCommand_base: {
13
8
  new (
14
- input: CreateTrustAnchorCommandInput
9
+ input: CreateTrustAnchorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateTrustAnchorCommandInput,
17
12
  CreateTrustAnchorCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateTrustAnchorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateTrustAnchorCommandInput
18
+ input: CreateTrustAnchorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateTrustAnchorCommandInput,
26
21
  CreateTrustAnchorCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteAttributeMappingRequest,
4
- DeleteAttributeMappingResponse,
5
- } from "../models/models_0";
2
+ import { DeleteAttributeMappingRequest, DeleteAttributeMappingResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteAttributeMappingCommandInput
8
- extends DeleteAttributeMappingRequest {}
4
+ export interface DeleteAttributeMappingCommandInput extends DeleteAttributeMappingRequest {}
9
5
  export interface DeleteAttributeMappingCommandOutput
10
- extends DeleteAttributeMappingResponse,
11
- __MetadataBearer {}
6
+ extends DeleteAttributeMappingResponse, __MetadataBearer {}
12
7
  declare const DeleteAttributeMappingCommand_base: {
13
8
  new (
14
- input: DeleteAttributeMappingCommandInput
9
+ input: DeleteAttributeMappingCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteAttributeMappingCommandInput,
17
12
  DeleteAttributeMappingCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteAttributeMappingCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteAttributeMappingCommandInput
18
+ input: DeleteAttributeMappingCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteAttributeMappingCommandInput,
26
21
  DeleteAttributeMappingCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteCrlCommandInput extends ScalarCrlRequest {}
5
- export interface DeleteCrlCommandOutput
6
- extends CrlDetailResponse,
7
- __MetadataBearer {}
5
+ export interface DeleteCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {}
8
6
  declare const DeleteCrlCommand_base: {
9
- new (input: DeleteCrlCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: DeleteCrlCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteCrlCommandInput,
11
11
  DeleteCrlCommandOutput,
12
12
  import("..").RolesAnywhereClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: DeleteCrlCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: DeleteCrlCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  DeleteCrlCommandInput,
18
20
  DeleteCrlCommandOutput,
19
21
  import("..").RolesAnywhereClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ProfileDetailResponse,
4
- ScalarProfileRequest,
5
- } from "../models/models_0";
2
+ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteProfileCommandInput extends ScalarProfileRequest {}
8
- export interface DeleteProfileCommandOutput
9
- extends ProfileDetailResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {}
11
6
  declare const DeleteProfileCommand_base: {
12
7
  new (
13
- input: DeleteProfileCommandInput
8
+ input: DeleteProfileCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteProfileCommandInput,
16
11
  DeleteProfileCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteProfileCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteProfileCommandInput
17
+ input: DeleteProfileCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteProfileCommandInput,
25
20
  DeleteProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ScalarTrustAnchorRequest,
4
- TrustAnchorDetailResponse,
5
- } from "../models/models_0";
2
+ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteTrustAnchorCommandInput
8
- extends ScalarTrustAnchorRequest {}
4
+ export interface DeleteTrustAnchorCommandInput extends ScalarTrustAnchorRequest {}
9
5
  export interface DeleteTrustAnchorCommandOutput
10
- extends TrustAnchorDetailResponse,
11
- __MetadataBearer {}
6
+ extends TrustAnchorDetailResponse, __MetadataBearer {}
12
7
  declare const DeleteTrustAnchorCommand_base: {
13
8
  new (
14
- input: DeleteTrustAnchorCommandInput
9
+ input: DeleteTrustAnchorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteTrustAnchorCommandInput,
17
12
  DeleteTrustAnchorCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteTrustAnchorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteTrustAnchorCommandInput
18
+ input: DeleteTrustAnchorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteTrustAnchorCommandInput,
26
21
  DeleteTrustAnchorCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DisableCrlCommandInput extends ScalarCrlRequest {}
5
- export interface DisableCrlCommandOutput
6
- extends CrlDetailResponse,
7
- __MetadataBearer {}
5
+ export interface DisableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {}
8
6
  declare const DisableCrlCommand_base: {
9
7
  new (
10
- input: DisableCrlCommandInput
8
+ input: DisableCrlCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisableCrlCommandInput,
13
11
  DisableCrlCommandOutput,
@@ -16,7 +14,7 @@ declare const DisableCrlCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisableCrlCommandInput
17
+ input: DisableCrlCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisableCrlCommandInput,
22
20
  DisableCrlCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ProfileDetailResponse,
4
- ScalarProfileRequest,
5
- } from "../models/models_0";
2
+ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DisableProfileCommandInput extends ScalarProfileRequest {}
8
- export interface DisableProfileCommandOutput
9
- extends ProfileDetailResponse,
10
- __MetadataBearer {}
5
+ export interface DisableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {}
11
6
  declare const DisableProfileCommand_base: {
12
7
  new (
13
- input: DisableProfileCommandInput
8
+ input: DisableProfileCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DisableProfileCommandInput,
16
11
  DisableProfileCommandOutput,
@@ -19,7 +14,7 @@ declare const DisableProfileCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DisableProfileCommandInput
17
+ input: DisableProfileCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DisableProfileCommandInput,
25
20
  DisableProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ScalarTrustAnchorRequest,
4
- TrustAnchorDetailResponse,
5
- } from "../models/models_0";
2
+ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DisableTrustAnchorCommandInput
8
- extends ScalarTrustAnchorRequest {}
4
+ export interface DisableTrustAnchorCommandInput extends ScalarTrustAnchorRequest {}
9
5
  export interface DisableTrustAnchorCommandOutput
10
- extends TrustAnchorDetailResponse,
11
- __MetadataBearer {}
6
+ extends TrustAnchorDetailResponse, __MetadataBearer {}
12
7
  declare const DisableTrustAnchorCommand_base: {
13
8
  new (
14
- input: DisableTrustAnchorCommandInput
9
+ input: DisableTrustAnchorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DisableTrustAnchorCommandInput,
17
12
  DisableTrustAnchorCommandOutput,
@@ -20,7 +15,7 @@ declare const DisableTrustAnchorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DisableTrustAnchorCommandInput
18
+ input: DisableTrustAnchorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DisableTrustAnchorCommandInput,
26
21
  DisableTrustAnchorCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface EnableCrlCommandInput extends ScalarCrlRequest {}
5
- export interface EnableCrlCommandOutput
6
- extends CrlDetailResponse,
7
- __MetadataBearer {}
5
+ export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {}
8
6
  declare const EnableCrlCommand_base: {
9
- new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: EnableCrlCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  EnableCrlCommandInput,
11
11
  EnableCrlCommandOutput,
12
12
  import("..").RolesAnywhereClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: EnableCrlCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  EnableCrlCommandInput,
18
20
  EnableCrlCommandOutput,
19
21
  import("..").RolesAnywhereClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ProfileDetailResponse,
4
- ScalarProfileRequest,
5
- } from "../models/models_0";
2
+ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface EnableProfileCommandInput extends ScalarProfileRequest {}
8
- export interface EnableProfileCommandOutput
9
- extends ProfileDetailResponse,
10
- __MetadataBearer {}
5
+ export interface EnableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {}
11
6
  declare const EnableProfileCommand_base: {
12
7
  new (
13
- input: EnableProfileCommandInput
8
+ input: EnableProfileCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  EnableProfileCommandInput,
16
11
  EnableProfileCommandOutput,
@@ -19,7 +14,7 @@ declare const EnableProfileCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: EnableProfileCommandInput
17
+ input: EnableProfileCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  EnableProfileCommandInput,
25
20
  EnableProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ScalarTrustAnchorRequest,
4
- TrustAnchorDetailResponse,
5
- } from "../models/models_0";
2
+ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface EnableTrustAnchorCommandInput
8
- extends ScalarTrustAnchorRequest {}
4
+ export interface EnableTrustAnchorCommandInput extends ScalarTrustAnchorRequest {}
9
5
  export interface EnableTrustAnchorCommandOutput
10
- extends TrustAnchorDetailResponse,
11
- __MetadataBearer {}
6
+ extends TrustAnchorDetailResponse, __MetadataBearer {}
12
7
  declare const EnableTrustAnchorCommand_base: {
13
8
  new (
14
- input: EnableTrustAnchorCommandInput
9
+ input: EnableTrustAnchorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  EnableTrustAnchorCommandInput,
17
12
  EnableTrustAnchorCommandOutput,
@@ -20,7 +15,7 @@ declare const EnableTrustAnchorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: EnableTrustAnchorCommandInput
18
+ input: EnableTrustAnchorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  EnableTrustAnchorCommandInput,
26
21
  EnableTrustAnchorCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetCrlCommandInput extends ScalarCrlRequest {}
5
- export interface GetCrlCommandOutput
6
- extends CrlDetailResponse,
7
- __MetadataBearer {}
5
+ export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {}
8
6
  declare const GetCrlCommand_base: {
9
- new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetCrlCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetCrlCommandInput,
11
11
  GetCrlCommandOutput,
12
12
  import("..").RolesAnywhereClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetCrlCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetCrlCommandInput,
18
20
  GetCrlCommandOutput,
19
21
  import("..").RolesAnywhereClientResolvedConfig,