@aws-sdk/client-rolesanywhere 3.533.0 → 3.535.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 (61) hide show
  1. package/dist-types/RolesAnywhere.d.ts +5 -1
  2. package/dist-types/RolesAnywhereClient.d.ts +1 -1
  3. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteCrlCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -1
  8. package/dist-types/commands/DisableCrlCommand.d.ts +2 -1
  9. package/dist-types/commands/DisableProfileCommand.d.ts +2 -1
  10. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -1
  11. package/dist-types/commands/EnableCrlCommand.d.ts +2 -1
  12. package/dist-types/commands/EnableProfileCommand.d.ts +2 -1
  13. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCrlCommand.d.ts +2 -1
  15. package/dist-types/commands/GetProfileCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSubjectCommand.d.ts +2 -1
  17. package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -1
  18. package/dist-types/commands/ImportCrlCommand.d.ts +2 -1
  19. package/dist-types/commands/ListCrlsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListSubjectsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -1
  24. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateCrlCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +147 -147
  32. package/dist-types/ts3.4/RolesAnywhere.d.ts +4 -0
  33. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -0
  45. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +9 -0
  61. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateTrustAnchorCommandOutput extends TrustAnchorDetailRespons
22
22
  }
23
23
  declare const UpdateTrustAnchorCommand_base: {
24
24
  new (input: UpdateTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTrustAnchorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a trust anchor. You establish trust between IAM Roles Anywhere
30
30
  * and your certificate authority (CA) by configuring a trust anchor. You can define a trust
31
31
  * anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a
@@ -102,6 +102,7 @@ declare const UpdateTrustAnchorCommand_base: {
102
102
  * @throws {@link RolesAnywhereServiceException}
103
103
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class UpdateTrustAnchorCommand extends UpdateTrustAnchorCommand_base {
107
108
  }