@aws-sdk/client-rolesanywhere 3.478.0 → 3.484.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 (117) 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-es/commands/CreateProfileCommand.js +18 -41
  31. package/dist-es/commands/CreateTrustAnchorCommand.js +18 -41
  32. package/dist-es/commands/DeleteCrlCommand.js +18 -41
  33. package/dist-es/commands/DeleteProfileCommand.js +18 -41
  34. package/dist-es/commands/DeleteTrustAnchorCommand.js +18 -41
  35. package/dist-es/commands/DisableCrlCommand.js +18 -41
  36. package/dist-es/commands/DisableProfileCommand.js +18 -41
  37. package/dist-es/commands/DisableTrustAnchorCommand.js +18 -41
  38. package/dist-es/commands/EnableCrlCommand.js +18 -41
  39. package/dist-es/commands/EnableProfileCommand.js +18 -41
  40. package/dist-es/commands/EnableTrustAnchorCommand.js +18 -41
  41. package/dist-es/commands/GetCrlCommand.js +18 -41
  42. package/dist-es/commands/GetProfileCommand.js +18 -41
  43. package/dist-es/commands/GetSubjectCommand.js +18 -41
  44. package/dist-es/commands/GetTrustAnchorCommand.js +18 -41
  45. package/dist-es/commands/ImportCrlCommand.js +18 -41
  46. package/dist-es/commands/ListCrlsCommand.js +18 -41
  47. package/dist-es/commands/ListProfilesCommand.js +18 -41
  48. package/dist-es/commands/ListSubjectsCommand.js +18 -41
  49. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-es/commands/ListTrustAnchorsCommand.js +18 -41
  51. package/dist-es/commands/PutNotificationSettingsCommand.js +18 -41
  52. package/dist-es/commands/ResetNotificationSettingsCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateCrlCommand.js +18 -41
  56. package/dist-es/commands/UpdateProfileCommand.js +18 -41
  57. package/dist-es/commands/UpdateTrustAnchorCommand.js +18 -41
  58. package/dist-es/endpoint/EndpointParameters.js +6 -0
  59. package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteCrlCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +6 -21
  64. package/dist-types/commands/DisableCrlCommand.d.ts +6 -21
  65. package/dist-types/commands/DisableProfileCommand.d.ts +6 -21
  66. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +6 -21
  67. package/dist-types/commands/EnableCrlCommand.d.ts +6 -21
  68. package/dist-types/commands/EnableProfileCommand.d.ts +6 -21
  69. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +6 -21
  70. package/dist-types/commands/GetCrlCommand.d.ts +6 -21
  71. package/dist-types/commands/GetProfileCommand.d.ts +6 -21
  72. package/dist-types/commands/GetSubjectCommand.d.ts +6 -21
  73. package/dist-types/commands/GetTrustAnchorCommand.d.ts +6 -21
  74. package/dist-types/commands/ImportCrlCommand.d.ts +6 -21
  75. package/dist-types/commands/ListCrlsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListProfilesCommand.d.ts +6 -21
  77. package/dist-types/commands/ListSubjectsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +6 -21
  80. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +6 -21
  81. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +6 -21
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateCrlCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +6 -21
  87. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +12 -23
  100. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCrlCommandInput extends UpdateCrlRequest {
21
20
  */
22
21
  export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCrlCommand_base: {
24
+ new (input: UpdateCrlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the certificate revocation list (CRL). A CRL is a list of certificates that have
@@ -77,23 +80,5 @@ export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBea
77
80
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateCrlCommand extends $Command<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
81
- readonly input: UpdateCrlCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateCrlCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCrlCommandInput, UpdateCrlCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateCrlCommand extends UpdateCrlCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProfileCommandInput extends UpdateProfileRequest {
21
20
  */
22
21
  export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProfileCommand_base: {
24
+ new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a <i>profile</i>, a list of the roles that IAM
@@ -92,23 +95,5 @@ export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __Met
92
95
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
93
96
  *
94
97
  */
95
- export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
96
- readonly input: UpdateProfileCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: UpdateProfileCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfileCommandInput, UpdateProfileCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTrustAnchorCommandInput extends UpdateTrustAnchorRequest
21
20
  */
22
21
  export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTrustAnchorCommand_base: {
24
+ new (input: UpdateTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a trust anchor. You establish trust between IAM Roles Anywhere
@@ -100,23 +103,5 @@ export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
100
103
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
101
104
  *
102
105
  */
103
- export declare class UpdateTrustAnchorCommand extends $Command<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
104
- readonly input: UpdateTrustAnchorCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: UpdateTrustAnchorCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class UpdateTrustAnchorCommand extends UpdateTrustAnchorCommand_base {
122
107
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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
  CreateProfileRequest,
11
5
  ProfileDetailResponse,
@@ -20,19 +14,16 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {}
20
14
  export interface CreateProfileCommandOutput
21
15
  extends ProfileDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateProfileCommand extends $Command<
24
- CreateProfileCommandInput,
25
- CreateProfileCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: CreateProfileCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateProfileCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateProfileCommandInput, CreateProfileCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateProfileCommand_base: {
18
+ new (
19
+ input: CreateProfileCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateProfileCommandInput,
22
+ CreateProfileCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateProfileCommand extends CreateProfileCommand_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
  CreateTrustAnchorRequest,
11
5
  TrustAnchorDetailResponse,
@@ -21,19 +15,16 @@ export interface CreateTrustAnchorCommandInput
21
15
  export interface CreateTrustAnchorCommandOutput
22
16
  extends TrustAnchorDetailResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateTrustAnchorCommand extends $Command<
25
- CreateTrustAnchorCommandInput,
26
- CreateTrustAnchorCommandOutput,
27
- RolesAnywhereClientResolvedConfig
28
- > {
29
- readonly input: CreateTrustAnchorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateTrustAnchorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RolesAnywhereClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateTrustAnchorCommandInput, CreateTrustAnchorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateTrustAnchorCommand_base: {
19
+ new (
20
+ input: CreateTrustAnchorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateTrustAnchorCommandInput,
23
+ CreateTrustAnchorCommandOutput,
24
+ RolesAnywhereClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateTrustAnchorCommand extends CreateTrustAnchorCommand_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 DeleteCrlCommandInput extends ScalarCrlRequest {}
17
11
  export interface DeleteCrlCommandOutput
18
12
  extends CrlDetailResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteCrlCommand extends $Command<
21
- DeleteCrlCommandInput,
22
- DeleteCrlCommandOutput,
23
- RolesAnywhereClientResolvedConfig
24
- > {
25
- readonly input: DeleteCrlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCrlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RolesAnywhereClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteCrlCommandInput, DeleteCrlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteCrlCommand_base: {
15
+ new (
16
+ input: DeleteCrlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteCrlCommandInput,
19
+ DeleteCrlCommandOutput,
20
+ RolesAnywhereClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCrlCommand extends DeleteCrlCommand_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 DeleteProfileCommandInput extends ScalarProfileRequest {}
20
14
  export interface DeleteProfileCommandOutput
21
15
  extends ProfileDetailResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteProfileCommand extends $Command<
24
- DeleteProfileCommandInput,
25
- DeleteProfileCommandOutput,
26
- RolesAnywhereClientResolvedConfig
27
- > {
28
- readonly input: DeleteProfileCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteProfileCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RolesAnywhereClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteProfileCommand_base: {
18
+ new (
19
+ input: DeleteProfileCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteProfileCommandInput,
22
+ DeleteProfileCommandOutput,
23
+ RolesAnywhereClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteProfileCommand extends DeleteProfileCommand_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 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 {}