@aws-sdk/client-rolesanywhere 3.533.0 → 3.540.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 (67) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/RolesAnywhere.d.ts +5 -1
  6. package/dist-types/RolesAnywhereClient.d.ts +1 -1
  7. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCrlCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -1
  12. package/dist-types/commands/DisableCrlCommand.d.ts +2 -1
  13. package/dist-types/commands/DisableProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -1
  15. package/dist-types/commands/EnableCrlCommand.d.ts +2 -1
  16. package/dist-types/commands/EnableProfileCommand.d.ts +2 -1
  17. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -1
  18. package/dist-types/commands/GetCrlCommand.d.ts +2 -1
  19. package/dist-types/commands/GetProfileCommand.d.ts +2 -1
  20. package/dist-types/commands/GetSubjectCommand.d.ts +2 -1
  21. package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -1
  22. package/dist-types/commands/ImportCrlCommand.d.ts +4 -2
  23. package/dist-types/commands/ListCrlsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListSubjectsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -1
  30. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateCrlCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -1
  35. package/dist-types/index.d.ts +0 -1
  36. package/dist-types/models/models_0.d.ts +153 -147
  37. package/dist-types/ts3.4/RolesAnywhere.d.ts +4 -0
  38. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -0
  50. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/index.d.ts +0 -1
  67. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from the resource.</p>
30
30
  * <p>
31
31
  * <b>Required permissions: </b>
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
67
67
  * @throws {@link RolesAnywhereServiceException}
68
68
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface UpdateCrlCommandOutput extends CrlDetailResponse, __MetadataBea
22
22
  }
23
23
  declare const UpdateCrlCommand_base: {
24
24
  new (input: UpdateCrlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCrlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCrlCommandInput, UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the certificate revocation list (CRL). A CRL is a list of certificates that have
30
30
  * been revoked by the issuing certificate authority (CA). IAM Roles Anywhere
31
31
  * validates against the CRL before issuing credentials.</p>
@@ -79,6 +79,7 @@ declare const UpdateCrlCommand_base: {
79
79
  * @throws {@link RolesAnywhereServiceException}
80
80
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateCrlCommand extends UpdateCrlCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __Met
22
22
  }
23
23
  declare const UpdateProfileCommand_base: {
24
24
  new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a <i>profile</i>, a list of the roles that IAM
30
30
  * Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with
31
31
  * IAM managed policies.</p>
@@ -94,6 +94,7 @@ declare const UpdateProfileCommand_base: {
94
94
  * @throws {@link RolesAnywhereServiceException}
95
95
  * <p>Base exception class for all service exceptions from RolesAnywhere service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
99
100
  }
@@ -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
  }
@@ -25,5 +25,4 @@ export { RolesAnywhereExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
26
26
  export * from "./pagination";
27
27
  export * from "./models";
28
- import "@aws-sdk/util-endpoints";
29
28
  export { RolesAnywhereServiceException } from "./models/RolesAnywhereServiceException";