@aws-sdk/client-rolesanywhere 3.477.0 → 3.481.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 (133) hide show
  1. package/dist-cjs/commands/CreateProfileCommand.js +18 -41
  2. package/dist-cjs/commands/CreateTrustAnchorCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteCrlCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteTrustAnchorCommand.js +18 -41
  6. package/dist-cjs/commands/DisableCrlCommand.js +18 -41
  7. package/dist-cjs/commands/DisableProfileCommand.js +18 -41
  8. package/dist-cjs/commands/DisableTrustAnchorCommand.js +18 -41
  9. package/dist-cjs/commands/EnableCrlCommand.js +18 -41
  10. package/dist-cjs/commands/EnableProfileCommand.js +18 -41
  11. package/dist-cjs/commands/EnableTrustAnchorCommand.js +18 -41
  12. package/dist-cjs/commands/GetCrlCommand.js +18 -41
  13. package/dist-cjs/commands/GetProfileCommand.js +18 -41
  14. package/dist-cjs/commands/GetSubjectCommand.js +18 -41
  15. package/dist-cjs/commands/GetTrustAnchorCommand.js +18 -41
  16. package/dist-cjs/commands/ImportCrlCommand.js +18 -41
  17. package/dist-cjs/commands/ListCrlsCommand.js +18 -41
  18. package/dist-cjs/commands/ListProfilesCommand.js +18 -41
  19. package/dist-cjs/commands/ListSubjectsCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/ListTrustAnchorsCommand.js +18 -41
  22. package/dist-cjs/commands/PutNotificationSettingsCommand.js +18 -41
  23. package/dist-cjs/commands/ResetNotificationSettingsCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateCrlCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateTrustAnchorCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-cjs/pagination/ListCrlsPaginator.js +2 -23
  31. package/dist-cjs/pagination/ListProfilesPaginator.js +2 -23
  32. package/dist-cjs/pagination/ListSubjectsPaginator.js +2 -23
  33. package/dist-cjs/pagination/ListTrustAnchorsPaginator.js +2 -23
  34. package/dist-es/commands/CreateProfileCommand.js +18 -41
  35. package/dist-es/commands/CreateTrustAnchorCommand.js +18 -41
  36. package/dist-es/commands/DeleteCrlCommand.js +18 -41
  37. package/dist-es/commands/DeleteProfileCommand.js +18 -41
  38. package/dist-es/commands/DeleteTrustAnchorCommand.js +18 -41
  39. package/dist-es/commands/DisableCrlCommand.js +18 -41
  40. package/dist-es/commands/DisableProfileCommand.js +18 -41
  41. package/dist-es/commands/DisableTrustAnchorCommand.js +18 -41
  42. package/dist-es/commands/EnableCrlCommand.js +18 -41
  43. package/dist-es/commands/EnableProfileCommand.js +18 -41
  44. package/dist-es/commands/EnableTrustAnchorCommand.js +18 -41
  45. package/dist-es/commands/GetCrlCommand.js +18 -41
  46. package/dist-es/commands/GetProfileCommand.js +18 -41
  47. package/dist-es/commands/GetSubjectCommand.js +18 -41
  48. package/dist-es/commands/GetTrustAnchorCommand.js +18 -41
  49. package/dist-es/commands/ImportCrlCommand.js +18 -41
  50. package/dist-es/commands/ListCrlsCommand.js +18 -41
  51. package/dist-es/commands/ListProfilesCommand.js +18 -41
  52. package/dist-es/commands/ListSubjectsCommand.js +18 -41
  53. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  54. package/dist-es/commands/ListTrustAnchorsCommand.js +18 -41
  55. package/dist-es/commands/PutNotificationSettingsCommand.js +18 -41
  56. package/dist-es/commands/ResetNotificationSettingsCommand.js +18 -41
  57. package/dist-es/commands/TagResourceCommand.js +18 -41
  58. package/dist-es/commands/UntagResourceCommand.js +18 -41
  59. package/dist-es/commands/UpdateCrlCommand.js +18 -41
  60. package/dist-es/commands/UpdateProfileCommand.js +18 -41
  61. package/dist-es/commands/UpdateTrustAnchorCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-es/pagination/ListCrlsPaginator.js +2 -22
  64. package/dist-es/pagination/ListProfilesPaginator.js +2 -22
  65. package/dist-es/pagination/ListSubjectsPaginator.js +2 -22
  66. package/dist-es/pagination/ListTrustAnchorsPaginator.js +2 -22
  67. package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteCrlCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +6 -21
  72. package/dist-types/commands/DisableCrlCommand.d.ts +6 -21
  73. package/dist-types/commands/DisableProfileCommand.d.ts +6 -21
  74. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +6 -21
  75. package/dist-types/commands/EnableCrlCommand.d.ts +6 -21
  76. package/dist-types/commands/EnableProfileCommand.d.ts +6 -21
  77. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +6 -21
  78. package/dist-types/commands/GetCrlCommand.d.ts +6 -21
  79. package/dist-types/commands/GetProfileCommand.d.ts +6 -21
  80. package/dist-types/commands/GetSubjectCommand.d.ts +6 -21
  81. package/dist-types/commands/GetTrustAnchorCommand.d.ts +6 -21
  82. package/dist-types/commands/ImportCrlCommand.d.ts +6 -21
  83. package/dist-types/commands/ListCrlsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListProfilesCommand.d.ts +6 -21
  85. package/dist-types/commands/ListSubjectsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +6 -21
  88. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +6 -21
  89. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +6 -21
  90. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  91. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateCrlCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +6 -21
  95. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  96. package/dist-types/pagination/ListCrlsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListSubjectsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListTrustAnchorsPaginator.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +12 -23
  112. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +3 -3
  130. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +3 -3
  131. package/dist-types/ts3.4/pagination/ListSubjectsPaginator.d.ts +3 -3
  132. package/dist-types/ts3.4/pagination/ListTrustAnchorsPaginator.d.ts +3 -3
  133. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ScalarTrustAnchorRequest,
11
5
  TrustAnchorDetailResponse,
@@ -21,19 +15,16 @@ export interface DeleteTrustAnchorCommandInput
21
15
  export interface DeleteTrustAnchorCommandOutput
22
16
  extends TrustAnchorDetailResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteTrustAnchorCommand extends $Command<
25
- DeleteTrustAnchorCommandInput,
26
- DeleteTrustAnchorCommandOutput,
27
- RolesAnywhereClientResolvedConfig
28
- > {
29
- readonly input: DeleteTrustAnchorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteTrustAnchorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RolesAnywhereClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteTrustAnchorCommandInput, DeleteTrustAnchorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteTrustAnchorCommand_base: {
19
+ new (
20
+ input: DeleteTrustAnchorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteTrustAnchorCommandInput,
23
+ DeleteTrustAnchorCommandOutput,
24
+ RolesAnywhereClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteTrustAnchorCommand extends DeleteTrustAnchorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
10
4
  import {
11
5
  RolesAnywhereClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DisableCrlCommandInput extends ScalarCrlRequest {}
17
11
  export interface DisableCrlCommandOutput
18
12
  extends CrlDetailResponse,
19
13
  __MetadataBearer {}
20
- export declare class DisableCrlCommand extends $Command<
21
- DisableCrlCommandInput,
22
- DisableCrlCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: DisableCrlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DisableCrlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DisableCrlCommandInput, DisableCrlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DisableCrlCommand_base: {
15
+ new (
16
+ input: DisableCrlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DisableCrlCommandInput,
19
+ DisableCrlCommandOutput,
20
+ RolesAnywhereClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DisableCrlCommand extends DisableCrlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ProfileDetailResponse,
11
5
  ScalarProfileRequest,
@@ -20,19 +14,16 @@ export interface DisableProfileCommandInput extends ScalarProfileRequest {}
20
14
  export interface DisableProfileCommandOutput
21
15
  extends ProfileDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class DisableProfileCommand extends $Command<
24
- DisableProfileCommandInput,
25
- DisableProfileCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: DisableProfileCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DisableProfileCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DisableProfileCommandInput, DisableProfileCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DisableProfileCommand_base: {
18
+ new (
19
+ input: DisableProfileCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DisableProfileCommandInput,
22
+ DisableProfileCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DisableProfileCommand extends DisableProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ScalarTrustAnchorRequest,
11
5
  TrustAnchorDetailResponse,
@@ -21,19 +15,16 @@ export interface DisableTrustAnchorCommandInput
21
15
  export interface DisableTrustAnchorCommandOutput
22
16
  extends TrustAnchorDetailResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisableTrustAnchorCommand extends $Command<
25
- DisableTrustAnchorCommandInput,
26
- DisableTrustAnchorCommandOutput,
27
- RolesAnywhereClientResolvedConfig
28
- > {
29
- readonly input: DisableTrustAnchorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisableTrustAnchorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RolesAnywhereClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DisableTrustAnchorCommand_base: {
19
+ new (
20
+ input: DisableTrustAnchorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DisableTrustAnchorCommandInput,
23
+ DisableTrustAnchorCommandOutput,
24
+ RolesAnywhereClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisableTrustAnchorCommand extends DisableTrustAnchorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
10
4
  import {
11
5
  RolesAnywhereClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface EnableCrlCommandInput extends ScalarCrlRequest {}
17
11
  export interface EnableCrlCommandOutput
18
12
  extends CrlDetailResponse,
19
13
  __MetadataBearer {}
20
- export declare class EnableCrlCommand extends $Command<
21
- EnableCrlCommandInput,
22
- EnableCrlCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: EnableCrlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: EnableCrlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<EnableCrlCommandInput, EnableCrlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const EnableCrlCommand_base: {
15
+ new (
16
+ input: EnableCrlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ EnableCrlCommandInput,
19
+ EnableCrlCommandOutput,
20
+ RolesAnywhereClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class EnableCrlCommand extends EnableCrlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ProfileDetailResponse,
11
5
  ScalarProfileRequest,
@@ -20,19 +14,16 @@ export interface EnableProfileCommandInput extends ScalarProfileRequest {}
20
14
  export interface EnableProfileCommandOutput
21
15
  extends ProfileDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class EnableProfileCommand extends $Command<
24
- EnableProfileCommandInput,
25
- EnableProfileCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: EnableProfileCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: EnableProfileCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<EnableProfileCommandInput, EnableProfileCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const EnableProfileCommand_base: {
18
+ new (
19
+ input: EnableProfileCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ EnableProfileCommandInput,
22
+ EnableProfileCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class EnableProfileCommand extends EnableProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ScalarTrustAnchorRequest,
11
5
  TrustAnchorDetailResponse,
@@ -21,19 +15,16 @@ export interface EnableTrustAnchorCommandInput
21
15
  export interface EnableTrustAnchorCommandOutput
22
16
  extends TrustAnchorDetailResponse,
23
17
  __MetadataBearer {}
24
- export declare class EnableTrustAnchorCommand extends $Command<
25
- EnableTrustAnchorCommandInput,
26
- EnableTrustAnchorCommandOutput,
27
- RolesAnywhereClientResolvedConfig
28
- > {
29
- readonly input: EnableTrustAnchorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: EnableTrustAnchorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RolesAnywhereClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const EnableTrustAnchorCommand_base: {
19
+ new (
20
+ input: EnableTrustAnchorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ EnableTrustAnchorCommandInput,
23
+ EnableTrustAnchorCommandOutput,
24
+ RolesAnywhereClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class EnableTrustAnchorCommand extends EnableTrustAnchorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
10
4
  import {
11
5
  RolesAnywhereClientResolvedConfig,
@@ -17,19 +11,14 @@ export interface GetCrlCommandInput extends ScalarCrlRequest {}
17
11
  export interface GetCrlCommandOutput
18
12
  extends CrlDetailResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetCrlCommand extends $Command<
21
- GetCrlCommandInput,
22
- GetCrlCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: GetCrlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetCrlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetCrlCommandInput, GetCrlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetCrlCommand_base: {
15
+ new (input: GetCrlCommandInput): import("@smithy/smithy-client").CommandImpl<
16
+ GetCrlCommandInput,
17
+ GetCrlCommandOutput,
18
+ RolesAnywhereClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class GetCrlCommand extends GetCrlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ProfileDetailResponse,
11
5
  ScalarProfileRequest,
@@ -20,19 +14,16 @@ export interface GetProfileCommandInput extends ScalarProfileRequest {}
20
14
  export interface GetProfileCommandOutput
21
15
  extends ProfileDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetProfileCommand extends $Command<
24
- GetProfileCommandInput,
25
- GetProfileCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: GetProfileCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetProfileCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetProfileCommand_base: {
18
+ new (
19
+ input: GetProfileCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetProfileCommandInput,
22
+ GetProfileCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetProfileCommand extends GetProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ScalarSubjectRequest,
11
5
  SubjectDetailResponse,
@@ -20,19 +14,16 @@ export interface GetSubjectCommandInput extends ScalarSubjectRequest {}
20
14
  export interface GetSubjectCommandOutput
21
15
  extends SubjectDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetSubjectCommand extends $Command<
24
- GetSubjectCommandInput,
25
- GetSubjectCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: GetSubjectCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetSubjectCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetSubjectCommandInput, GetSubjectCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetSubjectCommand_base: {
18
+ new (
19
+ input: GetSubjectCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetSubjectCommandInput,
22
+ GetSubjectCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetSubjectCommand extends GetSubjectCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ScalarTrustAnchorRequest,
11
5
  TrustAnchorDetailResponse,
@@ -20,19 +14,16 @@ export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {}
20
14
  export interface GetTrustAnchorCommandOutput
21
15
  extends TrustAnchorDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetTrustAnchorCommand extends $Command<
24
- GetTrustAnchorCommandInput,
25
- GetTrustAnchorCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: GetTrustAnchorCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetTrustAnchorCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetTrustAnchorCommand_base: {
18
+ new (
19
+ input: GetTrustAnchorCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetTrustAnchorCommandInput,
22
+ GetTrustAnchorCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetTrustAnchorCommand extends GetTrustAnchorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CrlDetailResponse, ImportCrlRequest } from "../models/models_0";
10
4
  import {
11
5
  RolesAnywhereClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ImportCrlCommandInput extends ImportCrlRequest {}
17
11
  export interface ImportCrlCommandOutput
18
12
  extends CrlDetailResponse,
19
13
  __MetadataBearer {}
20
- export declare class ImportCrlCommand extends $Command<
21
- ImportCrlCommandInput,
22
- ImportCrlCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: ImportCrlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ImportCrlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ImportCrlCommandInput, ImportCrlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ImportCrlCommand_base: {
15
+ new (
16
+ input: ImportCrlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ImportCrlCommandInput,
19
+ ImportCrlCommandOutput,
20
+ RolesAnywhereClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ImportCrlCommand extends ImportCrlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListCrlsResponse, ListRequest } from "../models/models_0";
10
4
  import {
11
5
  RolesAnywhereClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListCrlsCommandInput extends ListRequest {}
17
11
  export interface ListCrlsCommandOutput
18
12
  extends ListCrlsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListCrlsCommand extends $Command<
21
- ListCrlsCommandInput,
22
- ListCrlsCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: ListCrlsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListCrlsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListCrlsCommandInput, ListCrlsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListCrlsCommand_base: {
15
+ new (
16
+ input: ListCrlsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListCrlsCommandInput,
19
+ ListCrlsCommandOutput,
20
+ RolesAnywhereClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListCrlsCommand extends ListCrlsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListProfilesResponse, ListRequest } from "../models/models_0";
10
4
  import {
11
5
  RolesAnywhereClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListProfilesCommandInput extends ListRequest {}
17
11
  export interface ListProfilesCommandOutput
18
12
  extends ListProfilesResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListProfilesCommand extends $Command<
21
- ListProfilesCommandInput,
22
- ListProfilesCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: ListProfilesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListProfilesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListProfilesCommand_base: {
15
+ new (
16
+ input: ListProfilesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListProfilesCommandInput,
19
+ ListProfilesCommandOutput,
20
+ RolesAnywhereClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListProfilesCommand extends ListProfilesCommand_base {}