@aws-sdk/client-rolesanywhere 3.1077.0 → 3.1078.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 (98) hide show
  1. package/dist-cjs/index.js +38 -303
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateProfileCommand.js +2 -14
  4. package/dist-es/commands/CreateTrustAnchorCommand.js +2 -14
  5. package/dist-es/commands/DeleteAttributeMappingCommand.js +2 -14
  6. package/dist-es/commands/DeleteCrlCommand.js +2 -14
  7. package/dist-es/commands/DeleteProfileCommand.js +2 -14
  8. package/dist-es/commands/DeleteTrustAnchorCommand.js +2 -14
  9. package/dist-es/commands/DisableCrlCommand.js +2 -14
  10. package/dist-es/commands/DisableProfileCommand.js +2 -14
  11. package/dist-es/commands/DisableTrustAnchorCommand.js +2 -14
  12. package/dist-es/commands/EnableCrlCommand.js +2 -14
  13. package/dist-es/commands/EnableProfileCommand.js +2 -14
  14. package/dist-es/commands/EnableTrustAnchorCommand.js +2 -14
  15. package/dist-es/commands/GetCrlCommand.js +2 -14
  16. package/dist-es/commands/GetProfileCommand.js +2 -14
  17. package/dist-es/commands/GetSubjectCommand.js +2 -14
  18. package/dist-es/commands/GetTrustAnchorCommand.js +2 -14
  19. package/dist-es/commands/ImportCrlCommand.js +2 -14
  20. package/dist-es/commands/ListCrlsCommand.js +2 -14
  21. package/dist-es/commands/ListProfilesCommand.js +2 -14
  22. package/dist-es/commands/ListSubjectsCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/ListTrustAnchorsCommand.js +2 -14
  25. package/dist-es/commands/PutAttributeMappingCommand.js +2 -14
  26. package/dist-es/commands/PutNotificationSettingsCommand.js +2 -14
  27. package/dist-es/commands/ResetNotificationSettingsCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateCrlCommand.js +2 -14
  31. package/dist-es/commands/UpdateProfileCommand.js +2 -14
  32. package/dist-es/commands/UpdateTrustAnchorCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/CreateProfileCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteAttributeMappingCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteCrlCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteProfileCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +3 -8
  41. package/dist-types/commands/DisableCrlCommand.d.ts +3 -8
  42. package/dist-types/commands/DisableProfileCommand.d.ts +3 -8
  43. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +3 -8
  44. package/dist-types/commands/EnableCrlCommand.d.ts +3 -8
  45. package/dist-types/commands/EnableProfileCommand.d.ts +3 -8
  46. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +3 -8
  47. package/dist-types/commands/GetCrlCommand.d.ts +3 -8
  48. package/dist-types/commands/GetProfileCommand.d.ts +3 -8
  49. package/dist-types/commands/GetSubjectCommand.d.ts +3 -8
  50. package/dist-types/commands/GetTrustAnchorCommand.d.ts +3 -8
  51. package/dist-types/commands/ImportCrlCommand.d.ts +3 -8
  52. package/dist-types/commands/ListCrlsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListProfilesCommand.d.ts +3 -8
  54. package/dist-types/commands/ListSubjectsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  56. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +3 -8
  57. package/dist-types/commands/PutAttributeMappingCommand.d.ts +3 -8
  58. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +3 -8
  59. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +3 -8
  60. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateCrlCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateProfileCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DeleteAttributeMappingCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/PutAttributeMappingCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableTrustAnchorCommandInput extends ScalarTrustAnchorRequest
22
19
  export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisableTrustAnchorCommand_base: {
25
- new (input: DisableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disables a trust anchor. When disabled, temporary credential requests specifying this trust anchor are unauthorized.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableTrustAnchor</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableCrlCommandInput extends ScalarCrlRequest {
22
19
  export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableCrlCommand_base: {
25
- new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableCrlCommandInput): import("@smithy/core/client").CommandImpl<EnableCrlCommandInput, EnableCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableCrl</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableProfileCommandInput extends ScalarProfileRequest {
22
19
  export interface EnableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableProfileCommand_base: {
25
- new (input: EnableProfileCommandInput): import("@smithy/core/client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableProfileCommandInput): import("@smithy/core/client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableProfileCommandInput): import("@smithy/core/client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableProfileCommandInput): import("@smithy/core/client").CommandImpl<EnableProfileCommandInput, EnableProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables temporary credential requests for a profile. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableProfile</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableTrustAnchorCommandInput extends ScalarTrustAnchorRequest
22
19
  export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableTrustAnchorCommand_base: {
25
- new (input: EnableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableTrustAnchor</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetCrlCommandInput extends ScalarCrlRequest {
22
19
  export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetCrlCommand_base: {
25
- new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCrlCommandInput): import("@smithy/core/client").CommandImpl<GetCrlCommandInput, GetCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetCrl</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetProfileCommandInput extends ScalarProfileRequest {
22
19
  export interface GetProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetProfileCommand_base: {
25
- new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a profile.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetProfile</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSubjectCommandInput extends ScalarSubjectRequest {
22
19
  export interface GetSubjectCommandOutput extends SubjectDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSubjectCommand_base: {
25
- new (input: GetSubjectCommandInput): import("@smithy/core/client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSubjectCommandInput): import("@smithy/core/client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSubjectCommandInput): import("@smithy/core/client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSubjectCommandInput): import("@smithy/core/client").CommandImpl<GetSubjectCommandInput, GetSubjectCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a <i>subject</i>, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetSubject</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
22
19
  export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTrustAnchorCommand_base: {
25
- new (input: GetTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTrustAnchorCommandInput): import("@smithy/core/client").CommandImpl<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a trust anchor.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetTrustAnchor</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CrlDetailResponse, ImportCrlRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ImportCrlCommandInput extends ImportCrlRequest {
22
19
  export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ImportCrlCommand_base: {
25
- new (input: ImportCrlCommandInput): import("@smithy/core/client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportCrlCommandInput): import("@smithy/core/client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ImportCrlCommandInput): import("@smithy/core/client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportCrlCommandInput): import("@smithy/core/client").CommandImpl<ImportCrlCommandInput, ImportCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:ImportCrl</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCrlsResponse, ListRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCrlsCommandInput extends ListRequest {
22
19
  export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCrlsCommand_base: {
25
- new (input: ListCrlsCommandInput): import("@smithy/core/client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCrlsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCrlsCommandInput): import("@smithy/core/client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCrlsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrlsCommandInput, ListCrlsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListCrls</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListProfilesResponse, ListRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProfilesCommandInput extends ListRequest {
22
19
  export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListProfilesCommand_base: {
25
- new (input: ListProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all profiles in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListProfiles</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRequest, ListSubjectsResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSubjectsCommandInput extends ListRequest {
22
19
  export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSubjectsCommand_base: {
25
- new (input: ListSubjectsCommandInput): import("@smithy/core/client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSubjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSubjectsCommandInput): import("@smithy/core/client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSubjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListSubjectsCommandInput, ListSubjectsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the subjects in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListSubjects</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags attached to the resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListTagsForResource</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRequest, ListTrustAnchorsResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTrustAnchorsCommandInput extends ListRequest {
22
19
  export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTrustAnchorsCommand_base: {
25
- new (input: ListTrustAnchorsCommandInput): import("@smithy/core/client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTrustAnchorsCommandInput]): import("@smithy/core/client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTrustAnchorsCommandInput): import("@smithy/core/client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTrustAnchorsCommandInput]): import("@smithy/core/client").CommandImpl<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the trust anchors in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListTrustAnchors</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutAttributeMappingRequest, PutAttributeMappingResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutAttributeMappingCommandInput extends PutAttributeMappingRequ
22
19
  export interface PutAttributeMappingCommandOutput extends PutAttributeMappingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAttributeMappingCommand_base: {
25
- new (input: PutAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAttributeMappingCommandInput): import("@smithy/core/client").CommandImpl<PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Put an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutNotificationSettingsCommandInput extends PutNotificationSett
22
19
  export interface PutNotificationSettingsCommandOutput extends PutNotificationSettingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutNotificationSettingsCommand_base: {
25
- new (input: PutNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches a list of <i>notification settings</i> to a trust anchor.</p> <p>A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:PutNotificationSettings</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResetNotificationSettingsCommandInput extends ResetNotification
22
19
  export interface ResetNotificationSettingsCommandOutput extends ResetNotificationSettingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ResetNotificationSettingsCommand_base: {
25
- new (input: ResetNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResetNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResetNotificationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Resets the <i>custom notification setting</i> to IAM Roles Anywhere default setting. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:ResetNotificationSettings</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches tags to a resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:TagResource</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from the resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UntagResource</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCrlCommandInput extends UpdateCrlRequest {
22
19
  export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCrlCommand_base: {
25
- new (input: UpdateCrlCommandInput): import("@smithy/core/client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCrlCommandInput): import("@smithy/core/client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCrlCommandInput): import("@smithy/core/client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCrlCommandInput): import("@smithy/core/client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateCrl</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0";
4
- import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateProfileCommandInput extends UpdateProfileRequest {
22
19
  export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateProfileCommand_base: {
25
- new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a <i>profile</i>, a list of the roles that IAM Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateProfile</code>. </p>