@aws-sdk/client-rolesanywhere 3.296.0 → 3.298.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 (91) hide show
  1. package/dist-cjs/commands/CreateProfileCommand.js +1 -1
  2. package/dist-cjs/commands/CreateTrustAnchorCommand.js +1 -1
  3. package/dist-cjs/commands/DeleteCrlCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteProfileCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteTrustAnchorCommand.js +2 -3
  6. package/dist-cjs/commands/DisableCrlCommand.js +2 -3
  7. package/dist-cjs/commands/DisableProfileCommand.js +2 -3
  8. package/dist-cjs/commands/DisableTrustAnchorCommand.js +2 -3
  9. package/dist-cjs/commands/EnableCrlCommand.js +2 -3
  10. package/dist-cjs/commands/EnableProfileCommand.js +2 -3
  11. package/dist-cjs/commands/EnableTrustAnchorCommand.js +2 -3
  12. package/dist-cjs/commands/GetCrlCommand.js +2 -3
  13. package/dist-cjs/commands/GetProfileCommand.js +2 -3
  14. package/dist-cjs/commands/GetSubjectCommand.js +2 -3
  15. package/dist-cjs/commands/GetTrustAnchorCommand.js +2 -3
  16. package/dist-cjs/commands/ImportCrlCommand.js +1 -1
  17. package/dist-cjs/commands/ListCrlsCommand.js +2 -3
  18. package/dist-cjs/commands/ListProfilesCommand.js +2 -3
  19. package/dist-cjs/commands/ListSubjectsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  21. package/dist-cjs/commands/ListTrustAnchorsCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  24. package/dist-cjs/commands/UpdateCrlCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateProfileCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateTrustAnchorCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +2 -124
  28. package/dist-es/commands/CreateProfileCommand.js +2 -2
  29. package/dist-es/commands/CreateTrustAnchorCommand.js +2 -2
  30. package/dist-es/commands/DeleteCrlCommand.js +2 -3
  31. package/dist-es/commands/DeleteProfileCommand.js +2 -3
  32. package/dist-es/commands/DeleteTrustAnchorCommand.js +2 -3
  33. package/dist-es/commands/DisableCrlCommand.js +2 -3
  34. package/dist-es/commands/DisableProfileCommand.js +2 -3
  35. package/dist-es/commands/DisableTrustAnchorCommand.js +2 -3
  36. package/dist-es/commands/EnableCrlCommand.js +2 -3
  37. package/dist-es/commands/EnableProfileCommand.js +2 -3
  38. package/dist-es/commands/EnableTrustAnchorCommand.js +2 -3
  39. package/dist-es/commands/GetCrlCommand.js +2 -3
  40. package/dist-es/commands/GetProfileCommand.js +2 -3
  41. package/dist-es/commands/GetSubjectCommand.js +2 -3
  42. package/dist-es/commands/GetTrustAnchorCommand.js +2 -3
  43. package/dist-es/commands/ImportCrlCommand.js +2 -2
  44. package/dist-es/commands/ListCrlsCommand.js +2 -3
  45. package/dist-es/commands/ListProfilesCommand.js +2 -3
  46. package/dist-es/commands/ListSubjectsCommand.js +2 -3
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-es/commands/ListTrustAnchorsCommand.js +2 -3
  49. package/dist-es/commands/TagResourceCommand.js +2 -2
  50. package/dist-es/commands/UntagResourceCommand.js +2 -2
  51. package/dist-es/commands/UpdateCrlCommand.js +2 -3
  52. package/dist-es/commands/UpdateProfileCommand.js +2 -3
  53. package/dist-es/commands/UpdateTrustAnchorCommand.js +2 -3
  54. package/dist-es/models/models_0.js +1 -95
  55. package/dist-types/RolesAnywhere.d.ts +27 -0
  56. package/dist-types/RolesAnywhereClient.d.ts +24 -4
  57. package/dist-types/commands/CreateProfileCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteCrlCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteProfileCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +16 -0
  62. package/dist-types/commands/DisableCrlCommand.d.ts +16 -0
  63. package/dist-types/commands/DisableProfileCommand.d.ts +16 -0
  64. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +16 -0
  65. package/dist-types/commands/EnableCrlCommand.d.ts +16 -0
  66. package/dist-types/commands/EnableProfileCommand.d.ts +16 -0
  67. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +16 -0
  68. package/dist-types/commands/GetCrlCommand.d.ts +16 -0
  69. package/dist-types/commands/GetProfileCommand.d.ts +16 -0
  70. package/dist-types/commands/GetSubjectCommand.d.ts +16 -0
  71. package/dist-types/commands/GetTrustAnchorCommand.d.ts +16 -0
  72. package/dist-types/commands/ImportCrlCommand.d.ts +16 -0
  73. package/dist-types/commands/ListCrlsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListProfilesCommand.d.ts +16 -0
  75. package/dist-types/commands/ListSubjectsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  77. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +16 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateCrlCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateProfileCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +16 -0
  83. package/dist-types/models/RolesAnywhereServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +95 -112
  85. package/dist-types/pagination/Interfaces.d.ts +3 -0
  86. package/dist-types/pagination/ListCrlsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListProfilesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListSubjectsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTrustAnchorsPaginator.d.ts +3 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -76
  91. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListRequest, ListTrustAnchorsResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTrustAnchorsCommand}.
8
10
  */
9
11
  export interface ListTrustAnchorsCommandInput extends ListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTrustAnchorsCommand}.
13
17
  */
14
18
  export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the trust anchors in the authenticated account and Amazon Web Services Region.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse,
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListTrustAnchorsCommandInput - {@link ListTrustAnchorsCommandInput}
38
+ * @returns {@link ListTrustAnchorsCommandOutput}
32
39
  * @see {@link ListTrustAnchorsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListTrustAnchorsCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse,
44
51
  export declare class ListTrustAnchorsCommand extends $Command<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: ListTrustAnchorsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListTrustAnchorsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches tags to a resource.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
38
+ * @returns {@link TagResourceCommandOutput}
32
39
  * @see {@link TagResourceCommandInput} for command's `input` shape.
33
40
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -50,11 +57,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
50
57
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
51
58
  readonly input: TagResourceCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: TagResourceCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from the resource.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
38
+ * @returns {@link UntagResourceCommandOutput}
32
39
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
33
40
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
47
54
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
48
55
  readonly input: UntagResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UntagResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCrlCommand}.
8
10
  */
9
11
  export interface UpdateCrlCommandInput extends UpdateCrlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCrlCommand}.
13
17
  */
14
18
  export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the certificate revocation list (CRL). CRl is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the crl list before issuing credentials.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBea
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateCrlCommandInput - {@link UpdateCrlCommandInput}
38
+ * @returns {@link UpdateCrlCommandOutput}
32
39
  * @see {@link UpdateCrlCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateCrlCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBea
47
54
  export declare class UpdateCrlCommand extends $Command<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
48
55
  readonly input: UpdateCrlCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateCrlCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCrlCommandInput, UpdateCrlCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateProfileCommand}.
8
10
  */
9
11
  export interface UpdateProfileCommandInput extends UpdateProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateProfileCommand}.
13
17
  */
14
18
  export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the profile. A profile is configuration resource to list the roles that RolesAnywhere service is trusted to assume. In addition, by applying a profile you can scope-down permissions with IAM managed policies.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __Met
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateProfileCommandInput - {@link UpdateProfileCommandInput}
38
+ * @returns {@link UpdateProfileCommandOutput}
32
39
  * @see {@link UpdateProfileCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateProfileCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __Met
47
54
  export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
48
55
  readonly input: UpdateProfileCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateProfileCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfileCommandInput, UpdateProfileCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTrustAnchorCommand}.
8
10
  */
9
11
  export interface UpdateTrustAnchorCommandInput extends UpdateTrustAnchorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTrustAnchorCommand}.
13
17
  */
14
18
  export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the trust anchor.You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA), or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the trusted Certificate Authority (CA) in exchange for temporary AWS credentials.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateTrustAnchorCommandInput - {@link UpdateTrustAnchorCommandInput}
38
+ * @returns {@link UpdateTrustAnchorCommandOutput}
32
39
  * @see {@link UpdateTrustAnchorCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateTrustAnchorCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
47
54
  export declare class UpdateTrustAnchorCommand extends $Command<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
48
55
  readonly input: UpdateTrustAnchorCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateTrustAnchorCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from RolesAnywhere service.
4
6
  */
5
7
  export declare class RolesAnywhereServiceException extends __ServiceException {