@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, ScalarCrlRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCrlCommandInput extends ScalarCrlRequest {
21
20
  */
22
21
  export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCrlCommand_base: {
24
+ new (input: GetCrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a certificate revocation list (CRL).</p>
@@ -67,23 +70,5 @@ export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer
67
70
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
68
71
  *
69
72
  */
70
- export declare class GetCrlCommand extends $Command<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
71
- readonly input: GetCrlCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: GetCrlCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCrlCommandInput, GetCrlCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class GetCrlCommand extends GetCrlCommand_base {
89
74
  }
@@ -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, ScalarProfileRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetProfileCommandInput extends ScalarProfileRequest {
21
20
  */
22
21
  export interface GetProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetProfileCommand_base: {
24
+ new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a profile.</p>
@@ -78,23 +81,5 @@ export interface GetProfileCommandOutput extends ProfileDetailResponse, __Metada
78
81
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
79
82
  *
80
83
  */
81
- export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
82
- readonly input: GetProfileCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetProfileCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetProfileCommand extends GetProfileCommand_base {
100
85
  }
@@ -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 { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSubjectCommandInput extends ScalarSubjectRequest {
21
20
  */
22
21
  export interface GetSubjectCommandOutput extends SubjectDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSubjectCommand_base: {
24
+ new (input: GetSubjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a <i>subject</i>, which associates a certificate identity with
@@ -91,23 +94,5 @@ export interface GetSubjectCommandOutput extends SubjectDetailResponse, __Metada
91
94
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
92
95
  *
93
96
  */
94
- export declare class GetSubjectCommand extends $Command<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig> {
95
- readonly input: GetSubjectCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetSubjectCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubjectCommandInput, GetSubjectCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetSubjectCommand extends GetSubjectCommand_base {
113
98
  }
@@ -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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
21
20
  */
22
21
  export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTrustAnchorCommand_base: {
24
+ new (input: GetTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a trust anchor.</p>
@@ -87,23 +90,5 @@ export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse,
87
90
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
88
91
  *
89
92
  */
90
- export declare class GetTrustAnchorCommand extends $Command<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
91
- readonly input: GetTrustAnchorCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetTrustAnchorCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetTrustAnchorCommand extends GetTrustAnchorCommand_base {
109
94
  }
@@ -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, ImportCrlRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportCrlCommandInput extends ImportCrlRequest {
21
20
  */
22
21
  export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportCrlCommand_base: {
24
+ new (input: ImportCrlCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports the certificate revocation list (CRL). A CRL is a list of certificates that have
@@ -81,23 +84,5 @@ export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBea
81
84
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
82
85
  *
83
86
  */
84
- export declare class ImportCrlCommand extends $Command<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
85
- readonly input: ImportCrlCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ImportCrlCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCrlCommandInput, ImportCrlCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ImportCrlCommand extends ImportCrlCommand_base {
103
88
  }
@@ -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 { ListCrlsResponse, ListRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCrlsCommandInput extends ListRequest {
21
20
  */
22
21
  export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCrlsCommand_base: {
24
+ new (input: ListCrlsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.</p>
@@ -74,23 +77,5 @@ export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBeare
74
77
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
75
78
  *
76
79
  */
77
- export declare class ListCrlsCommand extends $Command<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig> {
78
- readonly input: ListCrlsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListCrlsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrlsCommandInput, ListCrlsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListCrlsCommand extends ListCrlsCommand_base {
96
81
  }
@@ -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 { ListProfilesResponse, ListRequest } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfilesCommandInput extends ListRequest {
21
20
  */
22
21
  export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListProfilesCommand_base: {
24
+ new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all profiles in the authenticated account and Amazon Web Services Region.</p>
@@ -82,23 +85,5 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
82
85
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
83
86
  *
84
87
  */
85
- export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig> {
86
- readonly input: ListProfilesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListProfilesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListProfilesCommand extends ListProfilesCommand_base {
104
89
  }
@@ -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 { ListRequest, ListSubjectsResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSubjectsCommandInput extends ListRequest {
21
20
  */
22
21
  export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSubjectsCommand_base: {
24
+ new (input: ListSubjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the subjects in the authenticated account and Amazon Web Services Region.</p>
@@ -73,23 +76,5 @@ export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __Metad
73
76
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
74
77
  *
75
78
  */
76
- export declare class ListSubjectsCommand extends $Command<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig> {
77
- readonly input: ListSubjectsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListSubjectsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubjectsCommandInput, ListSubjectsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListSubjectsCommand extends ListSubjectsCommand_base {
95
80
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags attached to the resource.</p>
@@ -69,23 +72,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
69
72
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
70
73
  *
71
74
  */
72
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
73
- readonly input: ListTagsForResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListTagsForResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
91
76
  }
@@ -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 { ListRequest, ListTrustAnchorsResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTrustAnchorsCommandInput extends ListRequest {
21
20
  */
22
21
  export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTrustAnchorsCommand_base: {
24
+ new (input: ListTrustAnchorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the trust anchors in the authenticated account and Amazon Web Services Region.</p>
@@ -88,23 +91,5 @@ export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse,
88
91
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
89
92
  *
90
93
  */
91
- export declare class ListTrustAnchorsCommand extends $Command<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig> {
92
- readonly input: ListTrustAnchorsCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ListTrustAnchorsCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ListTrustAnchorsCommand extends ListTrustAnchorsCommand_base {
110
95
  }
@@ -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 { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutNotificationSettingsCommandInput extends PutNotificationSett
21
20
  */
22
21
  export interface PutNotificationSettingsCommandOutput extends PutNotificationSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutNotificationSettingsCommand_base: {
24
+ new (input: PutNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attaches a list of <i>notification settings</i> to a trust anchor.</p>
@@ -97,23 +100,5 @@ export interface PutNotificationSettingsCommandOutput extends PutNotificationSet
97
100
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
98
101
  *
99
102
  */
100
- export declare class PutNotificationSettingsCommand extends $Command<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig> {
101
- readonly input: PutNotificationSettingsCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: PutNotificationSettingsCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class PutNotificationSettingsCommand extends PutNotificationSettingsCommand_base {
119
104
  }
@@ -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 { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResetNotificationSettingsCommandInput extends ResetNotification
21
20
  */
22
21
  export interface ResetNotificationSettingsCommandOutput extends ResetNotificationSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ResetNotificationSettingsCommand_base: {
24
+ new (input: ResetNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Resets the <i>custom notification setting</i> to IAM Roles Anywhere default setting.
@@ -94,23 +97,5 @@ export interface ResetNotificationSettingsCommandOutput extends ResetNotificatio
94
97
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
95
98
  *
96
99
  */
97
- export declare class ResetNotificationSettingsCommand extends $Command<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig> {
98
- readonly input: ResetNotificationSettingsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ResetNotificationSettingsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ResetNotificationSettingsCommand extends ResetNotificationSettingsCommand_base {
116
101
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attaches tags to a resource.</p>
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
71
74
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
72
75
  *
73
76
  */
74
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
75
- readonly input: TagResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: TagResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class TagResourceCommand extends TagResourceCommand_base {
93
78
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the resource.</p>
@@ -65,23 +68,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
65
68
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
66
69
  *
67
70
  */
68
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
69
- readonly input: UntagResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: UntagResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
87
72
  }