aws_sdk_licensemanagerusersubscriptions/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateUser` operation.
5pub mod associate_user;
6
7/// Types for the `CreateLicenseServerEndpoint` operation.
8pub mod create_license_server_endpoint;
9
10/// Types for the `DeleteLicenseServerEndpoint` operation.
11pub mod delete_license_server_endpoint;
12
13/// Types for the `DeregisterIdentityProvider` operation.
14pub mod deregister_identity_provider;
15
16/// Types for the `DisassociateUser` operation.
17pub mod disassociate_user;
18
19/// Types for the `ListIdentityProviders` operation.
20pub mod list_identity_providers;
21
22/// Types for the `ListInstances` operation.
23pub mod list_instances;
24
25/// Types for the `ListLicenseServerEndpoints` operation.
26pub mod list_license_server_endpoints;
27
28/// Types for the `ListProductSubscriptions` operation.
29pub mod list_product_subscriptions;
30
31/// Types for the `ListTagsForResource` operation.
32pub mod list_tags_for_resource;
33
34/// Types for the `ListUserAssociations` operation.
35pub mod list_user_associations;
36
37/// Types for the `RegisterIdentityProvider` operation.
38pub mod register_identity_provider;
39
40/// Types for the `StartProductSubscription` operation.
41pub mod start_product_subscription;
42
43/// Types for the `StopProductSubscription` operation.
44pub mod stop_product_subscription;
45
46/// Types for the `TagResource` operation.
47pub mod tag_resource;
48
49/// Types for the `UntagResource` operation.
50pub mod untag_resource;
51
52/// Types for the `UpdateIdentityProviderSettings` operation.
53pub mod update_identity_provider_settings;