@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,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
  }
@@ -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;
@@ -4,4 +4,4 @@ import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCrls(config: RolesAnywherePaginationConfiguration, input: ListCrlsCommandInput, ...additionalArguments: any): Paginator<ListCrlsCommandOutput>;
7
+ export declare const paginateListCrls: (config: RolesAnywherePaginationConfiguration, input: ListCrlsCommandInput, ...rest: any[]) => Paginator<ListCrlsCommandOutput>;
@@ -4,4 +4,4 @@ import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProfiles(config: RolesAnywherePaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
7
+ export declare const paginateListProfiles: (config: RolesAnywherePaginationConfiguration, input: ListProfilesCommandInput, ...rest: any[]) => Paginator<ListProfilesCommandOutput>;
@@ -4,4 +4,4 @@ import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSubjects(config: RolesAnywherePaginationConfiguration, input: ListSubjectsCommandInput, ...additionalArguments: any): Paginator<ListSubjectsCommandOutput>;
7
+ export declare const paginateListSubjects: (config: RolesAnywherePaginationConfiguration, input: ListSubjectsCommandInput, ...rest: any[]) => Paginator<ListSubjectsCommandOutput>;
@@ -4,4 +4,4 @@ import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTrustAnchors(config: RolesAnywherePaginationConfiguration, input: ListTrustAnchorsCommandInput, ...additionalArguments: any): Paginator<ListTrustAnchorsCommandOutput>;
7
+ export declare const paginateListTrustAnchors: (config: RolesAnywherePaginationConfiguration, input: ListTrustAnchorsCommandInput, ...rest: any[]) => Paginator<ListTrustAnchorsCommandOutput>;
@@ -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 {}