@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.
- package/dist-types/RolesAnywhere.d.ts +5 -1
- package/dist-types/RolesAnywhereClient.d.ts +1 -1
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCrlCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/DisableCrlCommand.d.ts +2 -1
- package/dist-types/commands/DisableProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/EnableCrlCommand.d.ts +2 -1
- package/dist-types/commands/EnableProfileCommand.d.ts +2 -1
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/GetCrlCommand.d.ts +2 -1
- package/dist-types/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetSubjectCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/ImportCrlCommand.d.ts +2 -1
- package/dist-types/commands/ListCrlsCommand.d.ts +2 -1
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListSubjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -1
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCrlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +147 -147
- package/dist-types/ts3.4/RolesAnywhere.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +9 -0
- 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
|
}
|