@aws-sdk/client-rolesanywhere 3.289.0 → 3.290.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 (27) hide show
  1. package/dist-types/commands/CreateProfileCommand.d.ts +7 -0
  2. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +7 -0
  3. package/dist-types/commands/DeleteCrlCommand.d.ts +7 -0
  4. package/dist-types/commands/DeleteProfileCommand.d.ts +7 -0
  5. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +7 -0
  6. package/dist-types/commands/DisableCrlCommand.d.ts +7 -0
  7. package/dist-types/commands/DisableProfileCommand.d.ts +7 -0
  8. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +7 -0
  9. package/dist-types/commands/EnableCrlCommand.d.ts +7 -0
  10. package/dist-types/commands/EnableProfileCommand.d.ts +7 -0
  11. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +7 -0
  12. package/dist-types/commands/GetCrlCommand.d.ts +4 -0
  13. package/dist-types/commands/GetProfileCommand.d.ts +7 -0
  14. package/dist-types/commands/GetSubjectCommand.d.ts +7 -0
  15. package/dist-types/commands/GetTrustAnchorCommand.d.ts +10 -0
  16. package/dist-types/commands/ImportCrlCommand.d.ts +7 -0
  17. package/dist-types/commands/ListCrlsCommand.d.ts +7 -0
  18. package/dist-types/commands/ListProfilesCommand.d.ts +7 -0
  19. package/dist-types/commands/ListSubjectsCommand.d.ts +7 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  21. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +7 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +13 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
  24. package/dist-types/commands/UpdateCrlCommand.d.ts +10 -0
  25. package/dist-types/commands/UpdateProfileCommand.d.ts +10 -0
  26. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +10 -0
  27. package/package.json +29 -29
@@ -33,6 +33,13 @@ export interface CreateProfileCommandOutput extends ProfileDetailResponse, __Met
33
33
  * @see {@link CreateProfileCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class CreateProfileCommand extends $Command<CreateProfileCommandInput, CreateProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: CreateProfileCommandInput;
@@ -33,6 +33,13 @@ export interface CreateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
33
33
  * @see {@link CreateTrustAnchorCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class CreateTrustAnchorCommand extends $Command<CreateTrustAnchorCommandInput, CreateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: CreateTrustAnchorCommandInput;
@@ -33,6 +33,13 @@ export interface DeleteCrlCommandOutput extends CrlDetailResponse, __MetadataBea
33
33
  * @see {@link DeleteCrlCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DeleteCrlCommand extends $Command<DeleteCrlCommandInput, DeleteCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: DeleteCrlCommandInput;
@@ -33,6 +33,13 @@ export interface DeleteProfileCommandOutput extends ProfileDetailResponse, __Met
33
33
  * @see {@link DeleteProfileCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DeleteProfileCommand extends $Command<DeleteProfileCommandInput, DeleteProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: DeleteProfileCommandInput;
@@ -33,6 +33,13 @@ export interface DeleteTrustAnchorCommandOutput extends TrustAnchorDetailRespons
33
33
  * @see {@link DeleteTrustAnchorCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DeleteTrustAnchorCommand extends $Command<DeleteTrustAnchorCommandInput, DeleteTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: DeleteTrustAnchorCommandInput;
@@ -33,6 +33,13 @@ export interface DisableCrlCommandOutput extends CrlDetailResponse, __MetadataBe
33
33
  * @see {@link DisableCrlCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DisableCrlCommand extends $Command<DisableCrlCommandInput, DisableCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: DisableCrlCommandInput;
@@ -33,6 +33,13 @@ export interface DisableProfileCommandOutput extends ProfileDetailResponse, __Me
33
33
  * @see {@link DisableProfileCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DisableProfileCommand extends $Command<DisableProfileCommandInput, DisableProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: DisableProfileCommandInput;
@@ -33,6 +33,13 @@ export interface DisableTrustAnchorCommandOutput extends TrustAnchorDetailRespon
33
33
  * @see {@link DisableTrustAnchorCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DisableTrustAnchorCommand extends $Command<DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: DisableTrustAnchorCommandInput;
@@ -33,6 +33,13 @@ export interface EnableCrlCommandOutput extends CrlDetailResponse, __MetadataBea
33
33
  * @see {@link EnableCrlCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class EnableCrlCommand extends $Command<EnableCrlCommandInput, EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: EnableCrlCommandInput;
@@ -33,6 +33,13 @@ export interface EnableProfileCommandOutput extends ProfileDetailResponse, __Met
33
33
  * @see {@link EnableProfileCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class EnableProfileCommand extends $Command<EnableProfileCommandInput, EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: EnableProfileCommandInput;
@@ -33,6 +33,13 @@ export interface EnableTrustAnchorCommandOutput extends TrustAnchorDetailRespons
33
33
  * @see {@link EnableTrustAnchorCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class EnableTrustAnchorCommand extends $Command<EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: EnableTrustAnchorCommandInput;
@@ -33,6 +33,10 @@ export interface GetCrlCommandOutput extends CrlDetailResponse, __MetadataBearer
33
33
  * @see {@link GetCrlCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The resource could not be found.</p>
38
+ *
39
+ *
36
40
  */
37
41
  export declare class GetCrlCommand extends $Command<GetCrlCommandInput, GetCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
38
42
  readonly input: GetCrlCommandInput;
@@ -33,6 +33,13 @@ export interface GetProfileCommandOutput extends ProfileDetailResponse, __Metada
33
33
  * @see {@link GetProfileCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: GetProfileCommandInput;
@@ -33,6 +33,13 @@ export interface GetSubjectCommandOutput extends SubjectDetailResponse, __Metada
33
33
  * @see {@link GetSubjectCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class GetSubjectCommand extends $Command<GetSubjectCommandInput, GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: GetSubjectCommandInput;
@@ -33,6 +33,16 @@ export interface GetTrustAnchorCommandOutput extends TrustAnchorDetailResponse,
33
33
  * @see {@link GetTrustAnchorCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>Validation exception error.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class GetTrustAnchorCommand extends $Command<GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
38
48
  readonly input: GetTrustAnchorCommandInput;
@@ -33,6 +33,13 @@ export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBea
33
33
  * @see {@link ImportCrlCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ImportCrlCommand extends $Command<ImportCrlCommandInput, ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: ImportCrlCommandInput;
@@ -33,6 +33,13 @@ export interface ListCrlsCommandOutput extends ListCrlsResponse, __MetadataBeare
33
33
  * @see {@link ListCrlsCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ListCrlsCommand extends $Command<ListCrlsCommandInput, ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: ListCrlsCommandInput;
@@ -33,6 +33,13 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
33
33
  * @see {@link ListProfilesCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: ListProfilesCommandInput;
@@ -33,6 +33,13 @@ export interface ListSubjectsCommandOutput extends ListSubjectsResponse, __Metad
33
33
  * @see {@link ListSubjectsCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ListSubjectsCommand extends $Command<ListSubjectsCommandInput, ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: ListSubjectsCommandInput;
@@ -33,6 +33,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
33
33
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>Validation exception error.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
38
48
  readonly input: ListTagsForResourceCommandInput;
@@ -33,6 +33,13 @@ export interface ListTrustAnchorsCommandOutput extends ListTrustAnchorsResponse,
33
33
  * @see {@link ListTrustAnchorsCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>Validation exception error.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ListTrustAnchorsCommand extends $Command<ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig> {
38
45
  readonly input: ListTrustAnchorsCommandInput;
@@ -33,6 +33,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
33
33
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link TooManyTagsException} (client fault)
43
+ * <p>Too many tags.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>Validation exception error.</p>
47
+ *
48
+ *
36
49
  */
37
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
38
51
  readonly input: TagResourceCommandInput;
@@ -33,6 +33,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
33
33
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>Validation exception error.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig> {
38
48
  readonly input: UntagResourceCommandInput;
@@ -33,6 +33,16 @@ export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBea
33
33
  * @see {@link UpdateCrlCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>Validation exception error.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class UpdateCrlCommand extends $Command<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig> {
38
48
  readonly input: UpdateCrlCommandInput;
@@ -33,6 +33,16 @@ export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __Met
33
33
  * @see {@link UpdateProfileCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>Validation exception error.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig> {
38
48
  readonly input: UpdateProfileCommandInput;
@@ -33,6 +33,16 @@ export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
33
33
  * @see {@link UpdateTrustAnchorCommandOutput} for command's `response` shape.
34
34
  * @see {@link RolesAnywhereClientResolvedConfig | config} for RolesAnywhereClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>Validation exception error.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class UpdateTrustAnchorCommand extends $Command<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig> {
38
48
  readonly input: UpdateTrustAnchorCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },