@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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisableTrustAnchorCommand}.
8
10
  */
9
11
  export interface DisableTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisableTrustAnchorCommand}.
13
17
  */
14
18
  export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disables a trust anchor. When disabled, <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a> requests specifying this trust anchor are unauthorized.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailRespon
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DisableTrustAnchorCommandInput - {@link DisableTrustAnchorCommandInput}
38
+ * @returns {@link DisableTrustAnchorCommandOutput}
32
39
  * @see {@link DisableTrustAnchorCommandInput} for command's `input` shape.
33
40
  * @see {@link DisableTrustAnchorCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailRespon
44
51
  export declare class DisableTrustAnchorCommand extends $Command<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: DisableTrustAnchorCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DisableTrustAnchorCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput>;
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 { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableCrlCommand}.
8
10
  */
9
11
  export interface EnableCrlCommandInput extends ScalarCrlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableCrlCommand}.
13
17
  */
14
18
  export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBea
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param EnableCrlCommandInput - {@link EnableCrlCommandInput}
38
+ * @returns {@link EnableCrlCommandOutput}
32
39
  * @see {@link EnableCrlCommandInput} for command's `input` shape.
33
40
  * @see {@link EnableCrlCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBea
44
51
  export declare class EnableCrlCommand extends $Command<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: EnableCrlCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: EnableCrlCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableCrlCommandInput, EnableCrlCommandOutput>;
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 { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableProfileCommand}.
8
10
  */
9
11
  export interface EnableProfileCommandInput extends ScalarProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableProfileCommand}.
13
17
  */
14
18
  export interface EnableProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables the roles in a profile to receive session credentials in <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>. </p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface EnableProfileCommandOutput extends ProfileDetailResponse, __Met
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param EnableProfileCommandInput - {@link EnableProfileCommandInput}
38
+ * @returns {@link EnableProfileCommandOutput}
32
39
  * @see {@link EnableProfileCommandInput} for command's `input` shape.
33
40
  * @see {@link EnableProfileCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface EnableProfileCommandOutput extends ProfileDetailResponse, __Met
44
51
  export declare class EnableProfileCommand extends $Command<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: EnableProfileCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: EnableProfileCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableProfileCommandInput, EnableProfileCommandOutput>;
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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableTrustAnchorCommand}.
8
10
  */
9
11
  export interface EnableTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableTrustAnchorCommand}.
13
17
  */
14
18
  export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. </p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailRespons
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param EnableTrustAnchorCommandInput - {@link EnableTrustAnchorCommandInput}
38
+ * @returns {@link EnableTrustAnchorCommandOutput}
32
39
  * @see {@link EnableTrustAnchorCommandInput} for command's `input` shape.
33
40
  * @see {@link EnableTrustAnchorCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailRespons
44
51
  export declare class EnableTrustAnchorCommand extends $Command<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: EnableTrustAnchorCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: EnableTrustAnchorCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput>;
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 { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCrlCommand}.
8
10
  */
9
11
  export interface GetCrlCommandInput extends ScalarCrlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCrlCommand}.
13
17
  */
14
18
  export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a certificate revocation list (CRL).</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param GetCrlCommandInput - {@link GetCrlCommandInput}
38
+ * @returns {@link GetCrlCommandOutput}
32
39
  * @see {@link GetCrlCommandInput} for command's `input` shape.
33
40
  * @see {@link GetCrlCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -41,11 +48,20 @@ export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer
41
48
  export declare class GetCrlCommand extends $Command<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
42
49
  readonly input: GetCrlCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: GetCrlCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCrlCommandInput, GetCrlCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetProfileCommand}.
8
10
  */
9
11
  export interface GetProfileCommandInput extends ScalarProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetProfileCommand}.
13
17
  */
14
18
  export interface GetProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a profile.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface GetProfileCommandOutput extends ProfileDetailResponse, __Metada
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param GetProfileCommandInput - {@link GetProfileCommandInput}
38
+ * @returns {@link GetProfileCommandOutput}
32
39
  * @see {@link GetProfileCommandInput} for command's `input` shape.
33
40
  * @see {@link GetProfileCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface GetProfileCommandOutput extends ProfileDetailResponse, __Metada
44
51
  export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: GetProfileCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetProfileCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
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 { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSubjectCommand}.
8
10
  */
9
11
  export interface GetSubjectCommandInput extends ScalarSubjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSubjectCommand}.
13
17
  */
14
18
  export interface GetSubjectCommandOutput extends SubjectDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a Subject. A Subject associates a certificate identity with authentication attempts by CreateSession. The Subject resources stores audit information such as status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. </p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface GetSubjectCommandOutput extends SubjectDetailResponse, __Metada
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param GetSubjectCommandInput - {@link GetSubjectCommandInput}
38
+ * @returns {@link GetSubjectCommandOutput}
32
39
  * @see {@link GetSubjectCommandInput} for command's `input` shape.
33
40
  * @see {@link GetSubjectCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface GetSubjectCommandOutput extends SubjectDetailResponse, __Metada
44
51
  export declare class GetSubjectCommand extends $Command<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: GetSubjectCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetSubjectCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubjectCommandInput, GetSubjectCommandOutput>;
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 { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTrustAnchorCommand}.
8
10
  */
9
11
  export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTrustAnchorCommand}.
13
17
  */
14
18
  export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a trust anchor.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse,
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param GetTrustAnchorCommandInput - {@link GetTrustAnchorCommandInput}
38
+ * @returns {@link GetTrustAnchorCommandOutput}
32
39
  * @see {@link GetTrustAnchorCommandInput} for command's `input` shape.
33
40
  * @see {@link GetTrustAnchorCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse,
47
54
  export declare class GetTrustAnchorCommand extends $Command<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
48
55
  readonly input: GetTrustAnchorCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetTrustAnchorCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput>;
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, ImportCrlRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportCrlCommand}.
8
10
  */
9
11
  export interface ImportCrlCommandInput extends ImportCrlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportCrlCommand}.
13
17
  */
14
18
  export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Imports 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 ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBea
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ImportCrlCommandInput - {@link ImportCrlCommandInput}
38
+ * @returns {@link ImportCrlCommandOutput}
32
39
  * @see {@link ImportCrlCommandInput} for command's `input` shape.
33
40
  * @see {@link ImportCrlCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBea
44
51
  export declare class ImportCrlCommand extends $Command<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: ImportCrlCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ImportCrlCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCrlCommandInput, ImportCrlCommandOutput>;
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 { ListCrlsResponse, ListRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCrlsCommand}.
8
10
  */
9
11
  export interface ListCrlsCommandInput extends ListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCrlsCommand}.
13
17
  */
14
18
  export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all Crls 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 ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBeare
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListCrlsCommandInput - {@link ListCrlsCommandInput}
38
+ * @returns {@link ListCrlsCommandOutput}
32
39
  * @see {@link ListCrlsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListCrlsCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBeare
44
51
  export declare class ListCrlsCommand extends $Command<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: ListCrlsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListCrlsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrlsCommandInput, ListCrlsCommandOutput>;
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 { ListProfilesResponse, ListRequest } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListProfilesCommand}.
8
10
  */
9
11
  export interface ListProfilesCommandInput extends ListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListProfilesCommand}.
13
17
  */
14
18
  export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all profiles 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 ListProfilesCommandOutput extends ListProfilesResponse, __Metad
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListProfilesCommandInput - {@link ListProfilesCommandInput}
38
+ * @returns {@link ListProfilesCommandOutput}
32
39
  * @see {@link ListProfilesCommandInput} for command's `input` shape.
33
40
  * @see {@link ListProfilesCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
44
51
  export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: ListProfilesCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListProfilesCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
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 { ListRequest, ListSubjectsResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSubjectsCommand}.
8
10
  */
9
11
  export interface ListSubjectsCommandInput extends ListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSubjectsCommand}.
13
17
  */
14
18
  export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the subjects 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 ListSubjectsCommandOutput extends ListSubjectsResponse, __Metad
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListSubjectsCommandInput - {@link ListSubjectsCommandInput}
38
+ * @returns {@link ListSubjectsCommandOutput}
32
39
  * @see {@link ListSubjectsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListSubjectsCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __Metad
44
51
  export declare class ListSubjectsCommand extends $Command<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig> {
45
52
  readonly input: ListSubjectsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListSubjectsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubjectsCommandInput, ListSubjectsCommandOutput>;
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags attached to the resource.</p>
18
23
  * <p>
19
24
  * <b>Required permissions: </b>
@@ -29,6 +34,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
38
+ * @returns {@link ListTagsForResourceCommandOutput}
32
39
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
33
40
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
34
41
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
47
54
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
48
55
  readonly input: ListTagsForResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListTagsForResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RolesAnywhereClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }