@aws-sdk/client-license-manager-user-subscriptions 3.142.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +211 -0
- package/dist-cjs/LicenseManagerUserSubscriptions.js +157 -0
- package/dist-cjs/LicenseManagerUserSubscriptionsClient.js +37 -0
- package/dist-cjs/commands/AssociateUserCommand.js +36 -0
- package/dist-cjs/commands/DeregisterIdentityProviderCommand.js +36 -0
- package/dist-cjs/commands/DisassociateUserCommand.js +36 -0
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +36 -0
- package/dist-cjs/commands/ListInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListProductSubscriptionsCommand.js +36 -0
- package/dist-cjs/commands/ListUserAssociationsCommand.js +36 -0
- package/dist-cjs/commands/RegisterIdentityProviderCommand.js +36 -0
- package/dist-cjs/commands/StartProductSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/StopProductSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/endpoints.js +168 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/LicenseManagerUserSubscriptionsServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +250 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +36 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +36 -0
- package/dist-cjs/pagination/ListProductSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListUserAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1072 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/LicenseManagerUserSubscriptions.js +160 -0
- package/dist-es/LicenseManagerUserSubscriptionsClient.js +39 -0
- package/dist-es/commands/AssociateUserCommand.js +39 -0
- package/dist-es/commands/DeregisterIdentityProviderCommand.js +39 -0
- package/dist-es/commands/DisassociateUserCommand.js +39 -0
- package/dist-es/commands/ListIdentityProvidersCommand.js +39 -0
- package/dist-es/commands/ListInstancesCommand.js +39 -0
- package/dist-es/commands/ListProductSubscriptionsCommand.js +39 -0
- package/dist-es/commands/ListUserAssociationsCommand.js +39 -0
- package/dist-es/commands/RegisterIdentityProviderCommand.js +39 -0
- package/dist-es/commands/StartProductSubscriptionCommand.js +39 -0
- package/dist-es/commands/StopProductSubscriptionCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +164 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/LicenseManagerUserSubscriptionsServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +145 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +75 -0
- package/dist-es/pagination/ListInstancesPaginator.js +75 -0
- package/dist-es/pagination/ListProductSubscriptionsPaginator.js +75 -0
- package/dist-es/pagination/ListUserAssociationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1356 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/LicenseManagerUserSubscriptions.d.ts +77 -0
- package/dist-types/LicenseManagerUserSubscriptionsClient.d.ts +154 -0
- package/dist-types/commands/AssociateUserCommand.d.ts +35 -0
- package/dist-types/commands/DeregisterIdentityProviderCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateUserCommand.d.ts +35 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +35 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +35 -0
- package/dist-types/commands/ListProductSubscriptionsCommand.d.ts +35 -0
- package/dist-types/commands/ListUserAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/RegisterIdentityProviderCommand.d.ts +35 -0
- package/dist-types/commands/StartProductSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/StopProductSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/LicenseManagerUserSubscriptionsServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +596 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProductSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +32 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/LicenseManagerUserSubscriptions.d.ts +55 -0
- package/dist-types/ts3.4/LicenseManagerUserSubscriptionsClient.d.ts +83 -0
- package/dist-types/ts3.4/commands/AssociateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProductSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartProductSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopProductSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/LicenseManagerUserSubscriptionsServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +340 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProductSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +32 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +94 -0
|
@@ -0,0 +1,596 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { LicenseManagerUserSubscriptionsServiceException as __BaseException } from "./LicenseManagerUserSubscriptionsServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
5
|
+
*/
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>Details about an Active Directory identity provider.</p>
|
|
16
|
+
*/
|
|
17
|
+
export interface ActiveDirectoryIdentityProvider {
|
|
18
|
+
/**
|
|
19
|
+
* <p>The directory ID for an Active Directory identity provider.</p>
|
|
20
|
+
*/
|
|
21
|
+
DirectoryId?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* <p>Details about an identity provider.</p>
|
|
25
|
+
*/
|
|
26
|
+
export declare type IdentityProvider = IdentityProvider.ActiveDirectoryIdentityProviderMember | IdentityProvider.$UnknownMember;
|
|
27
|
+
export declare namespace IdentityProvider {
|
|
28
|
+
/**
|
|
29
|
+
* <p>An object that details an Active Directory identity provider.</p>
|
|
30
|
+
*/
|
|
31
|
+
interface ActiveDirectoryIdentityProviderMember {
|
|
32
|
+
ActiveDirectoryIdentityProvider: ActiveDirectoryIdentityProvider;
|
|
33
|
+
$unknown?: never;
|
|
34
|
+
}
|
|
35
|
+
interface $UnknownMember {
|
|
36
|
+
ActiveDirectoryIdentityProvider?: never;
|
|
37
|
+
$unknown: [string, any];
|
|
38
|
+
}
|
|
39
|
+
interface Visitor<T> {
|
|
40
|
+
ActiveDirectoryIdentityProvider: (value: ActiveDirectoryIdentityProvider) => T;
|
|
41
|
+
_: (name: string, value: any) => T;
|
|
42
|
+
}
|
|
43
|
+
const visit: <T>(value: IdentityProvider, visitor: Visitor<T>) => T;
|
|
44
|
+
}
|
|
45
|
+
export interface AssociateUserRequest {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The user name from the identity provider for the user.</p>
|
|
48
|
+
*/
|
|
49
|
+
Username: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The ID of the EC2 instance, which provides user-based subscriptions.</p>
|
|
52
|
+
*/
|
|
53
|
+
InstanceId: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The identity provider of the user.</p>
|
|
56
|
+
*/
|
|
57
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The domain name of the user.</p>
|
|
60
|
+
*/
|
|
61
|
+
Domain?: string;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* <p>Describes users of an EC2 instance providing user-based subscriptions.</p>
|
|
65
|
+
*/
|
|
66
|
+
export interface InstanceUserSummary {
|
|
67
|
+
/**
|
|
68
|
+
* <p>The user name from the identity provider for the user.</p>
|
|
69
|
+
*/
|
|
70
|
+
Username: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The ID of the EC2 instance, which provides user-based subscriptions.</p>
|
|
73
|
+
*/
|
|
74
|
+
InstanceId: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
77
|
+
*/
|
|
78
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>The status of a user associated with an EC2 instance.</p>
|
|
81
|
+
*/
|
|
82
|
+
Status: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The status message for users of an EC2 instance.</p>
|
|
85
|
+
*/
|
|
86
|
+
StatusMessage?: string;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The domain name of the user.</p>
|
|
89
|
+
*/
|
|
90
|
+
Domain?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The date a user was associated with an EC2 instance.</p>
|
|
93
|
+
*/
|
|
94
|
+
AssociationDate?: string;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The date a user was disassociated from an EC2 instance.</p>
|
|
97
|
+
*/
|
|
98
|
+
DisassociationDate?: string;
|
|
99
|
+
}
|
|
100
|
+
export interface AssociateUserResponse {
|
|
101
|
+
/**
|
|
102
|
+
* <p>Metadata that describes the associate user operation.</p>
|
|
103
|
+
*/
|
|
104
|
+
InstanceUserSummary: InstanceUserSummary | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
108
|
+
*/
|
|
109
|
+
export declare class ConflictException extends __BaseException {
|
|
110
|
+
readonly name: "ConflictException";
|
|
111
|
+
readonly $fault: "server";
|
|
112
|
+
/**
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
115
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* <p>An exception occurred with the service.</p>
|
|
119
|
+
*/
|
|
120
|
+
export declare class InternalServerException extends __BaseException {
|
|
121
|
+
readonly name: "InternalServerException";
|
|
122
|
+
readonly $fault: "server";
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
126
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* <p>The resource couldn't be found.</p>
|
|
130
|
+
*/
|
|
131
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
132
|
+
readonly name: "ResourceNotFoundException";
|
|
133
|
+
readonly $fault: "client";
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
141
|
+
*/
|
|
142
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
143
|
+
readonly name: "ServiceQuotaExceededException";
|
|
144
|
+
readonly $fault: "client";
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
148
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
152
|
+
*/
|
|
153
|
+
export declare class ThrottlingException extends __BaseException {
|
|
154
|
+
readonly name: "ThrottlingException";
|
|
155
|
+
readonly $fault: "client";
|
|
156
|
+
/**
|
|
157
|
+
* @internal
|
|
158
|
+
*/
|
|
159
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* <p>A parameter is not valid.</p>
|
|
163
|
+
*/
|
|
164
|
+
export declare class ValidationException extends __BaseException {
|
|
165
|
+
readonly name: "ValidationException";
|
|
166
|
+
readonly $fault: "client";
|
|
167
|
+
/**
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
170
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
171
|
+
}
|
|
172
|
+
export interface DeregisterIdentityProviderRequest {
|
|
173
|
+
/**
|
|
174
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
175
|
+
*/
|
|
176
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* <p>The name of the user-based subscription product.</p>
|
|
179
|
+
*/
|
|
180
|
+
Product: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* <p>Describes an identity provider.</p>
|
|
184
|
+
*/
|
|
185
|
+
export interface IdentityProviderSummary {
|
|
186
|
+
/**
|
|
187
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
188
|
+
*/
|
|
189
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The name of the user-based subscription product.</p>
|
|
192
|
+
*/
|
|
193
|
+
Product: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>The status of an identity provider.</p>
|
|
196
|
+
*/
|
|
197
|
+
Status: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The failure message associated with an identity provider.</p>
|
|
200
|
+
*/
|
|
201
|
+
FailureMessage?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface DeregisterIdentityProviderResponse {
|
|
204
|
+
/**
|
|
205
|
+
* <p>Metadata that describes the results of an identity provider operation.</p>
|
|
206
|
+
*/
|
|
207
|
+
IdentityProviderSummary: IdentityProviderSummary | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface DisassociateUserRequest {
|
|
210
|
+
/**
|
|
211
|
+
* <p>The user name from the identity provider for the user.</p>
|
|
212
|
+
*/
|
|
213
|
+
Username: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The ID of the EC2 instance, which provides user-based subscriptions.</p>
|
|
216
|
+
*/
|
|
217
|
+
InstanceId: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
220
|
+
*/
|
|
221
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>The domain name of the user.</p>
|
|
224
|
+
*/
|
|
225
|
+
Domain?: string;
|
|
226
|
+
}
|
|
227
|
+
export interface DisassociateUserResponse {
|
|
228
|
+
/**
|
|
229
|
+
* <p>Metadata that describes the associate user operation.</p>
|
|
230
|
+
*/
|
|
231
|
+
InstanceUserSummary: InstanceUserSummary | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* <p>A filter name and value pair that is used to return more specific results from a
|
|
235
|
+
* describe operation. Filters can be used to match a set of resources by specific criteria,
|
|
236
|
+
* such as tags, attributes, or IDs.</p>
|
|
237
|
+
*/
|
|
238
|
+
export interface Filter {
|
|
239
|
+
/**
|
|
240
|
+
* <p>The name of an attribute to use as a filter.</p>
|
|
241
|
+
*/
|
|
242
|
+
Attribute?: string;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The type of search (For example, eq, geq, leq)</p>
|
|
245
|
+
*/
|
|
246
|
+
Operation?: string;
|
|
247
|
+
/**
|
|
248
|
+
* <p>Value of the filter.</p>
|
|
249
|
+
*/
|
|
250
|
+
Value?: string;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* <p>Describes an EC2 instance providing user-based subscriptions.</p>
|
|
254
|
+
*/
|
|
255
|
+
export interface InstanceSummary {
|
|
256
|
+
/**
|
|
257
|
+
* <p>The ID of the EC2 instance, which provides user-based subscriptions.</p>
|
|
258
|
+
*/
|
|
259
|
+
InstanceId: string | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* <p>The status of an EC2 instance resource.</p>
|
|
262
|
+
*/
|
|
263
|
+
Status: string | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* <p>A list of provided user-based subscription products.</p>
|
|
266
|
+
*/
|
|
267
|
+
Products: string[] | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* <p>The date of the last status check.</p>
|
|
270
|
+
*/
|
|
271
|
+
LastStatusCheckDate?: string;
|
|
272
|
+
/**
|
|
273
|
+
* <p>The status message for an EC2 instance.</p>
|
|
274
|
+
*/
|
|
275
|
+
StatusMessage?: string;
|
|
276
|
+
}
|
|
277
|
+
export interface ListIdentityProvidersRequest {
|
|
278
|
+
/**
|
|
279
|
+
* <p>Maximum number of results to return in a single call.</p>
|
|
280
|
+
*/
|
|
281
|
+
MaxResults?: number;
|
|
282
|
+
/**
|
|
283
|
+
* <p>Token for the next set of results.</p>
|
|
284
|
+
*/
|
|
285
|
+
NextToken?: string;
|
|
286
|
+
}
|
|
287
|
+
export interface ListIdentityProvidersResponse {
|
|
288
|
+
/**
|
|
289
|
+
* <p>Metadata that describes the list identity providers operation.</p>
|
|
290
|
+
*/
|
|
291
|
+
IdentityProviderSummaries: IdentityProviderSummary[] | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>Token for the next set of results.</p>
|
|
294
|
+
*/
|
|
295
|
+
NextToken?: string;
|
|
296
|
+
}
|
|
297
|
+
export interface ListInstancesRequest {
|
|
298
|
+
/**
|
|
299
|
+
* <p>Maximum number of results to return in a single call.</p>
|
|
300
|
+
*/
|
|
301
|
+
MaxResults?: number;
|
|
302
|
+
/**
|
|
303
|
+
* <p>Token for the next set of results.</p>
|
|
304
|
+
*/
|
|
305
|
+
NextToken?: string;
|
|
306
|
+
/**
|
|
307
|
+
* <p>An array of structures that you can use to filter the results to those that match one or
|
|
308
|
+
* more sets of key-value pairs that you specify.</p>
|
|
309
|
+
*/
|
|
310
|
+
Filters?: Filter[];
|
|
311
|
+
}
|
|
312
|
+
export interface ListInstancesResponse {
|
|
313
|
+
/**
|
|
314
|
+
* <p>Metadata that describes the list instances operation.</p>
|
|
315
|
+
*/
|
|
316
|
+
InstanceSummaries?: InstanceSummary[];
|
|
317
|
+
/**
|
|
318
|
+
* <p>Token for the next set of results.</p>
|
|
319
|
+
*/
|
|
320
|
+
NextToken?: string;
|
|
321
|
+
}
|
|
322
|
+
export interface ListProductSubscriptionsRequest {
|
|
323
|
+
/**
|
|
324
|
+
* <p>The name of the user-based subscription product.</p>
|
|
325
|
+
*/
|
|
326
|
+
Product: string | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
329
|
+
*/
|
|
330
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>Maximum number of results to return in a single call.</p>
|
|
333
|
+
*/
|
|
334
|
+
MaxResults?: number;
|
|
335
|
+
/**
|
|
336
|
+
* <p>An array of structures that you can use to filter the results to those that match one or
|
|
337
|
+
* more sets of key-value pairs that you specify.</p>
|
|
338
|
+
*/
|
|
339
|
+
Filters?: Filter[];
|
|
340
|
+
/**
|
|
341
|
+
* <p>Token for the next set of results.</p>
|
|
342
|
+
*/
|
|
343
|
+
NextToken?: string;
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* <p>The summary of the user-based subscription products for a user.</p>
|
|
347
|
+
*/
|
|
348
|
+
export interface ProductUserSummary {
|
|
349
|
+
/**
|
|
350
|
+
* <p>The user name from the identity provider of the user.</p>
|
|
351
|
+
*/
|
|
352
|
+
Username: string | undefined;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The name of the user-based subscription product.</p>
|
|
355
|
+
*/
|
|
356
|
+
Product: string | undefined;
|
|
357
|
+
/**
|
|
358
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
359
|
+
*/
|
|
360
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* <p>The status of a product for a user.</p>
|
|
363
|
+
*/
|
|
364
|
+
Status: string | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>The status message for a product for a user.</p>
|
|
367
|
+
*/
|
|
368
|
+
StatusMessage?: string;
|
|
369
|
+
/**
|
|
370
|
+
* <p>The domain name of the user.</p>
|
|
371
|
+
*/
|
|
372
|
+
Domain?: string;
|
|
373
|
+
/**
|
|
374
|
+
* <p>The start date of a subscription.</p>
|
|
375
|
+
*/
|
|
376
|
+
SubscriptionStartDate?: string;
|
|
377
|
+
/**
|
|
378
|
+
* <p>The end date of a subscription.</p>
|
|
379
|
+
*/
|
|
380
|
+
SubscriptionEndDate?: string;
|
|
381
|
+
}
|
|
382
|
+
export interface ListProductSubscriptionsResponse {
|
|
383
|
+
/**
|
|
384
|
+
* <p>Metadata that describes the list product subscriptions operation.</p>
|
|
385
|
+
*/
|
|
386
|
+
ProductUserSummaries?: ProductUserSummary[];
|
|
387
|
+
/**
|
|
388
|
+
* <p>Token for the next set of results.</p>
|
|
389
|
+
*/
|
|
390
|
+
NextToken?: string;
|
|
391
|
+
}
|
|
392
|
+
export interface ListUserAssociationsRequest {
|
|
393
|
+
/**
|
|
394
|
+
* <p>The ID of the EC2 instance, which provides user-based subscriptions.</p>
|
|
395
|
+
*/
|
|
396
|
+
InstanceId: string | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
399
|
+
*/
|
|
400
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* <p>Maximum number of results to return in a single call.</p>
|
|
403
|
+
*/
|
|
404
|
+
MaxResults?: number;
|
|
405
|
+
/**
|
|
406
|
+
* <p>An array of structures that you can use to filter the results to those that match one or
|
|
407
|
+
* more sets of key-value pairs that you specify.</p>
|
|
408
|
+
*/
|
|
409
|
+
Filters?: Filter[];
|
|
410
|
+
/**
|
|
411
|
+
* <p>Token for the next set of results.</p>
|
|
412
|
+
*/
|
|
413
|
+
NextToken?: string;
|
|
414
|
+
}
|
|
415
|
+
export interface ListUserAssociationsResponse {
|
|
416
|
+
/**
|
|
417
|
+
* <p>Metadata that describes the list user association operation.</p>
|
|
418
|
+
*/
|
|
419
|
+
InstanceUserSummaries?: InstanceUserSummary[];
|
|
420
|
+
/**
|
|
421
|
+
* <p>Token for the next set of results.</p>
|
|
422
|
+
*/
|
|
423
|
+
NextToken?: string;
|
|
424
|
+
}
|
|
425
|
+
export interface RegisterIdentityProviderRequest {
|
|
426
|
+
/**
|
|
427
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
428
|
+
*/
|
|
429
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
430
|
+
/**
|
|
431
|
+
* <p>The name of the user-based subscription product.</p>
|
|
432
|
+
*/
|
|
433
|
+
Product: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface RegisterIdentityProviderResponse {
|
|
436
|
+
/**
|
|
437
|
+
* <p>Metadata that describes the results of an identity provider operation.</p>
|
|
438
|
+
*/
|
|
439
|
+
IdentityProviderSummary: IdentityProviderSummary | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface StartProductSubscriptionRequest {
|
|
442
|
+
/**
|
|
443
|
+
* <p>The user name from the identity provider of the user.</p>
|
|
444
|
+
*/
|
|
445
|
+
Username: string | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
448
|
+
*/
|
|
449
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
450
|
+
/**
|
|
451
|
+
* <p>The name of the user-based subscription product.</p>
|
|
452
|
+
*/
|
|
453
|
+
Product: string | undefined;
|
|
454
|
+
/**
|
|
455
|
+
* <p>The domain name of the user.</p>
|
|
456
|
+
*/
|
|
457
|
+
Domain?: string;
|
|
458
|
+
}
|
|
459
|
+
export interface StartProductSubscriptionResponse {
|
|
460
|
+
/**
|
|
461
|
+
* <p>Metadata that describes the start product subscription operation.</p>
|
|
462
|
+
*/
|
|
463
|
+
ProductUserSummary: ProductUserSummary | undefined;
|
|
464
|
+
}
|
|
465
|
+
export interface StopProductSubscriptionRequest {
|
|
466
|
+
/**
|
|
467
|
+
* <p>The user name from the identity provider for the user.</p>
|
|
468
|
+
*/
|
|
469
|
+
Username: string | undefined;
|
|
470
|
+
/**
|
|
471
|
+
* <p>An object that specifies details for the identity provider.</p>
|
|
472
|
+
*/
|
|
473
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>The name of the user-based subscription product.</p>
|
|
476
|
+
*/
|
|
477
|
+
Product: string | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* <p>The domain name of the user.</p>
|
|
480
|
+
*/
|
|
481
|
+
Domain?: string;
|
|
482
|
+
}
|
|
483
|
+
export interface StopProductSubscriptionResponse {
|
|
484
|
+
/**
|
|
485
|
+
* <p>Metadata that describes the start product subscription operation.</p>
|
|
486
|
+
*/
|
|
487
|
+
ProductUserSummary: ProductUserSummary | undefined;
|
|
488
|
+
}
|
|
489
|
+
/**
|
|
490
|
+
* @internal
|
|
491
|
+
*/
|
|
492
|
+
export declare const ActiveDirectoryIdentityProviderFilterSensitiveLog: (obj: ActiveDirectoryIdentityProvider) => any;
|
|
493
|
+
/**
|
|
494
|
+
* @internal
|
|
495
|
+
*/
|
|
496
|
+
export declare const IdentityProviderFilterSensitiveLog: (obj: IdentityProvider) => any;
|
|
497
|
+
/**
|
|
498
|
+
* @internal
|
|
499
|
+
*/
|
|
500
|
+
export declare const AssociateUserRequestFilterSensitiveLog: (obj: AssociateUserRequest) => any;
|
|
501
|
+
/**
|
|
502
|
+
* @internal
|
|
503
|
+
*/
|
|
504
|
+
export declare const InstanceUserSummaryFilterSensitiveLog: (obj: InstanceUserSummary) => any;
|
|
505
|
+
/**
|
|
506
|
+
* @internal
|
|
507
|
+
*/
|
|
508
|
+
export declare const AssociateUserResponseFilterSensitiveLog: (obj: AssociateUserResponse) => any;
|
|
509
|
+
/**
|
|
510
|
+
* @internal
|
|
511
|
+
*/
|
|
512
|
+
export declare const DeregisterIdentityProviderRequestFilterSensitiveLog: (obj: DeregisterIdentityProviderRequest) => any;
|
|
513
|
+
/**
|
|
514
|
+
* @internal
|
|
515
|
+
*/
|
|
516
|
+
export declare const IdentityProviderSummaryFilterSensitiveLog: (obj: IdentityProviderSummary) => any;
|
|
517
|
+
/**
|
|
518
|
+
* @internal
|
|
519
|
+
*/
|
|
520
|
+
export declare const DeregisterIdentityProviderResponseFilterSensitiveLog: (obj: DeregisterIdentityProviderResponse) => any;
|
|
521
|
+
/**
|
|
522
|
+
* @internal
|
|
523
|
+
*/
|
|
524
|
+
export declare const DisassociateUserRequestFilterSensitiveLog: (obj: DisassociateUserRequest) => any;
|
|
525
|
+
/**
|
|
526
|
+
* @internal
|
|
527
|
+
*/
|
|
528
|
+
export declare const DisassociateUserResponseFilterSensitiveLog: (obj: DisassociateUserResponse) => any;
|
|
529
|
+
/**
|
|
530
|
+
* @internal
|
|
531
|
+
*/
|
|
532
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
533
|
+
/**
|
|
534
|
+
* @internal
|
|
535
|
+
*/
|
|
536
|
+
export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
|
|
537
|
+
/**
|
|
538
|
+
* @internal
|
|
539
|
+
*/
|
|
540
|
+
export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
|
|
541
|
+
/**
|
|
542
|
+
* @internal
|
|
543
|
+
*/
|
|
544
|
+
export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
|
|
545
|
+
/**
|
|
546
|
+
* @internal
|
|
547
|
+
*/
|
|
548
|
+
export declare const ListInstancesRequestFilterSensitiveLog: (obj: ListInstancesRequest) => any;
|
|
549
|
+
/**
|
|
550
|
+
* @internal
|
|
551
|
+
*/
|
|
552
|
+
export declare const ListInstancesResponseFilterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
553
|
+
/**
|
|
554
|
+
* @internal
|
|
555
|
+
*/
|
|
556
|
+
export declare const ListProductSubscriptionsRequestFilterSensitiveLog: (obj: ListProductSubscriptionsRequest) => any;
|
|
557
|
+
/**
|
|
558
|
+
* @internal
|
|
559
|
+
*/
|
|
560
|
+
export declare const ProductUserSummaryFilterSensitiveLog: (obj: ProductUserSummary) => any;
|
|
561
|
+
/**
|
|
562
|
+
* @internal
|
|
563
|
+
*/
|
|
564
|
+
export declare const ListProductSubscriptionsResponseFilterSensitiveLog: (obj: ListProductSubscriptionsResponse) => any;
|
|
565
|
+
/**
|
|
566
|
+
* @internal
|
|
567
|
+
*/
|
|
568
|
+
export declare const ListUserAssociationsRequestFilterSensitiveLog: (obj: ListUserAssociationsRequest) => any;
|
|
569
|
+
/**
|
|
570
|
+
* @internal
|
|
571
|
+
*/
|
|
572
|
+
export declare const ListUserAssociationsResponseFilterSensitiveLog: (obj: ListUserAssociationsResponse) => any;
|
|
573
|
+
/**
|
|
574
|
+
* @internal
|
|
575
|
+
*/
|
|
576
|
+
export declare const RegisterIdentityProviderRequestFilterSensitiveLog: (obj: RegisterIdentityProviderRequest) => any;
|
|
577
|
+
/**
|
|
578
|
+
* @internal
|
|
579
|
+
*/
|
|
580
|
+
export declare const RegisterIdentityProviderResponseFilterSensitiveLog: (obj: RegisterIdentityProviderResponse) => any;
|
|
581
|
+
/**
|
|
582
|
+
* @internal
|
|
583
|
+
*/
|
|
584
|
+
export declare const StartProductSubscriptionRequestFilterSensitiveLog: (obj: StartProductSubscriptionRequest) => any;
|
|
585
|
+
/**
|
|
586
|
+
* @internal
|
|
587
|
+
*/
|
|
588
|
+
export declare const StartProductSubscriptionResponseFilterSensitiveLog: (obj: StartProductSubscriptionResponse) => any;
|
|
589
|
+
/**
|
|
590
|
+
* @internal
|
|
591
|
+
*/
|
|
592
|
+
export declare const StopProductSubscriptionRequestFilterSensitiveLog: (obj: StopProductSubscriptionRequest) => any;
|
|
593
|
+
/**
|
|
594
|
+
* @internal
|
|
595
|
+
*/
|
|
596
|
+
export declare const StopProductSubscriptionResponseFilterSensitiveLog: (obj: StopProductSubscriptionResponse) => any;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { LicenseManagerUserSubscriptions } from "../LicenseManagerUserSubscriptions";
|
|
3
|
+
import { LicenseManagerUserSubscriptionsClient } from "../LicenseManagerUserSubscriptionsClient";
|
|
4
|
+
export interface LicenseManagerUserSubscriptionsPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: LicenseManagerUserSubscriptions | LicenseManagerUserSubscriptionsClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
|
|
3
|
+
import { LicenseManagerUserSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListIdentityProviders(config: LicenseManagerUserSubscriptionsPaginationConfiguration, input: ListIdentityProvidersCommandInput, ...additionalArguments: any): Paginator<ListIdentityProvidersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
3
|
+
import { LicenseManagerUserSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInstances(config: LicenseManagerUserSubscriptionsPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListProductSubscriptionsCommandInput, ListProductSubscriptionsCommandOutput } from "../commands/ListProductSubscriptionsCommand";
|
|
3
|
+
import { LicenseManagerUserSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListProductSubscriptions(config: LicenseManagerUserSubscriptionsPaginationConfiguration, input: ListProductSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListProductSubscriptionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUserAssociationsCommandInput, ListUserAssociationsCommandOutput } from "../commands/ListUserAssociationsCommand";
|
|
3
|
+
import { LicenseManagerUserSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUserAssociations(config: LicenseManagerUserSubscriptionsPaginationConfiguration, input: ListUserAssociationsCommandInput, ...additionalArguments: any): Paginator<ListUserAssociationsCommandOutput>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AssociateUserCommandInput, AssociateUserCommandOutput } from "../commands/AssociateUserCommand";
|
|
4
|
+
import { DeregisterIdentityProviderCommandInput, DeregisterIdentityProviderCommandOutput } from "../commands/DeregisterIdentityProviderCommand";
|
|
5
|
+
import { DisassociateUserCommandInput, DisassociateUserCommandOutput } from "../commands/DisassociateUserCommand";
|
|
6
|
+
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
|
|
7
|
+
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
8
|
+
import { ListProductSubscriptionsCommandInput, ListProductSubscriptionsCommandOutput } from "../commands/ListProductSubscriptionsCommand";
|
|
9
|
+
import { ListUserAssociationsCommandInput, ListUserAssociationsCommandOutput } from "../commands/ListUserAssociationsCommand";
|
|
10
|
+
import { RegisterIdentityProviderCommandInput, RegisterIdentityProviderCommandOutput } from "../commands/RegisterIdentityProviderCommand";
|
|
11
|
+
import { StartProductSubscriptionCommandInput, StartProductSubscriptionCommandOutput } from "../commands/StartProductSubscriptionCommand";
|
|
12
|
+
import { StopProductSubscriptionCommandInput, StopProductSubscriptionCommandOutput } from "../commands/StopProductSubscriptionCommand";
|
|
13
|
+
export declare const serializeAws_restJson1AssociateUserCommand: (input: AssociateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
|
+
export declare const serializeAws_restJson1DeregisterIdentityProviderCommand: (input: DeregisterIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
|
+
export declare const serializeAws_restJson1DisassociateUserCommand: (input: DisassociateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
|
+
export declare const serializeAws_restJson1ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
|
+
export declare const serializeAws_restJson1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
+
export declare const serializeAws_restJson1ListProductSubscriptionsCommand: (input: ListProductSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
+
export declare const serializeAws_restJson1ListUserAssociationsCommand: (input: ListUserAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
+
export declare const serializeAws_restJson1RegisterIdentityProviderCommand: (input: RegisterIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
+
export declare const serializeAws_restJson1StartProductSubscriptionCommand: (input: StartProductSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
+
export declare const serializeAws_restJson1StopProductSubscriptionCommand: (input: StopProductSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
+
export declare const deserializeAws_restJson1AssociateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserCommandOutput>;
|
|
24
|
+
export declare const deserializeAws_restJson1DeregisterIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterIdentityProviderCommandOutput>;
|
|
25
|
+
export declare const deserializeAws_restJson1DisassociateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserCommandOutput>;
|
|
26
|
+
export declare const deserializeAws_restJson1ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
|
|
27
|
+
export declare const deserializeAws_restJson1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
|
|
28
|
+
export declare const deserializeAws_restJson1ListProductSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProductSubscriptionsCommandOutput>;
|
|
29
|
+
export declare const deserializeAws_restJson1ListUserAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAssociationsCommandOutput>;
|
|
30
|
+
export declare const deserializeAws_restJson1RegisterIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterIdentityProviderCommandOutput>;
|
|
31
|
+
export declare const deserializeAws_restJson1StartProductSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartProductSubscriptionCommandOutput>;
|
|
32
|
+
export declare const deserializeAws_restJson1StopProductSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopProductSubscriptionCommandOutput>;
|