@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,340 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { LicenseManagerUserSubscriptionsServiceException as __BaseException } from "./LicenseManagerUserSubscriptionsServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface ActiveDirectoryIdentityProvider {
|
|
12
|
+
|
|
13
|
+
DirectoryId?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export declare type IdentityProvider = IdentityProvider.ActiveDirectoryIdentityProviderMember | IdentityProvider.$UnknownMember;
|
|
17
|
+
export declare namespace IdentityProvider {
|
|
18
|
+
|
|
19
|
+
interface ActiveDirectoryIdentityProviderMember {
|
|
20
|
+
ActiveDirectoryIdentityProvider: ActiveDirectoryIdentityProvider;
|
|
21
|
+
$unknown?: never;
|
|
22
|
+
}
|
|
23
|
+
interface $UnknownMember {
|
|
24
|
+
ActiveDirectoryIdentityProvider?: never;
|
|
25
|
+
$unknown: [
|
|
26
|
+
string,
|
|
27
|
+
any
|
|
28
|
+
];
|
|
29
|
+
}
|
|
30
|
+
interface Visitor<T> {
|
|
31
|
+
ActiveDirectoryIdentityProvider: (value: ActiveDirectoryIdentityProvider) => T;
|
|
32
|
+
_: (name: string, value: any) => T;
|
|
33
|
+
}
|
|
34
|
+
const visit: <T>(value: IdentityProvider, visitor: Visitor<T>) => T;
|
|
35
|
+
}
|
|
36
|
+
export interface AssociateUserRequest {
|
|
37
|
+
|
|
38
|
+
Username: string | undefined;
|
|
39
|
+
|
|
40
|
+
InstanceId: string | undefined;
|
|
41
|
+
|
|
42
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
43
|
+
|
|
44
|
+
Domain?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface InstanceUserSummary {
|
|
48
|
+
|
|
49
|
+
Username: string | undefined;
|
|
50
|
+
|
|
51
|
+
InstanceId: string | undefined;
|
|
52
|
+
|
|
53
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
54
|
+
|
|
55
|
+
Status: string | undefined;
|
|
56
|
+
|
|
57
|
+
StatusMessage?: string;
|
|
58
|
+
|
|
59
|
+
Domain?: string;
|
|
60
|
+
|
|
61
|
+
AssociationDate?: string;
|
|
62
|
+
|
|
63
|
+
DisassociationDate?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface AssociateUserResponse {
|
|
66
|
+
|
|
67
|
+
InstanceUserSummary: InstanceUserSummary | undefined;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export declare class ConflictException extends __BaseException {
|
|
71
|
+
readonly name: "ConflictException";
|
|
72
|
+
readonly $fault: "server";
|
|
73
|
+
|
|
74
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export declare class InternalServerException extends __BaseException {
|
|
78
|
+
readonly name: "InternalServerException";
|
|
79
|
+
readonly $fault: "server";
|
|
80
|
+
|
|
81
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
85
|
+
readonly name: "ResourceNotFoundException";
|
|
86
|
+
readonly $fault: "client";
|
|
87
|
+
|
|
88
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
92
|
+
readonly name: "ServiceQuotaExceededException";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
|
|
95
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export declare class ThrottlingException extends __BaseException {
|
|
99
|
+
readonly name: "ThrottlingException";
|
|
100
|
+
readonly $fault: "client";
|
|
101
|
+
|
|
102
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export declare class ValidationException extends __BaseException {
|
|
106
|
+
readonly name: "ValidationException";
|
|
107
|
+
readonly $fault: "client";
|
|
108
|
+
|
|
109
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
110
|
+
}
|
|
111
|
+
export interface DeregisterIdentityProviderRequest {
|
|
112
|
+
|
|
113
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
114
|
+
|
|
115
|
+
Product: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export interface IdentityProviderSummary {
|
|
119
|
+
|
|
120
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
121
|
+
|
|
122
|
+
Product: string | undefined;
|
|
123
|
+
|
|
124
|
+
Status: string | undefined;
|
|
125
|
+
|
|
126
|
+
FailureMessage?: string;
|
|
127
|
+
}
|
|
128
|
+
export interface DeregisterIdentityProviderResponse {
|
|
129
|
+
|
|
130
|
+
IdentityProviderSummary: IdentityProviderSummary | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface DisassociateUserRequest {
|
|
133
|
+
|
|
134
|
+
Username: string | undefined;
|
|
135
|
+
|
|
136
|
+
InstanceId: string | undefined;
|
|
137
|
+
|
|
138
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
139
|
+
|
|
140
|
+
Domain?: string;
|
|
141
|
+
}
|
|
142
|
+
export interface DisassociateUserResponse {
|
|
143
|
+
|
|
144
|
+
InstanceUserSummary: InstanceUserSummary | undefined;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface Filter {
|
|
148
|
+
|
|
149
|
+
Attribute?: string;
|
|
150
|
+
|
|
151
|
+
Operation?: string;
|
|
152
|
+
|
|
153
|
+
Value?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface InstanceSummary {
|
|
157
|
+
|
|
158
|
+
InstanceId: string | undefined;
|
|
159
|
+
|
|
160
|
+
Status: string | undefined;
|
|
161
|
+
|
|
162
|
+
Products: string[] | undefined;
|
|
163
|
+
|
|
164
|
+
LastStatusCheckDate?: string;
|
|
165
|
+
|
|
166
|
+
StatusMessage?: string;
|
|
167
|
+
}
|
|
168
|
+
export interface ListIdentityProvidersRequest {
|
|
169
|
+
|
|
170
|
+
MaxResults?: number;
|
|
171
|
+
|
|
172
|
+
NextToken?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface ListIdentityProvidersResponse {
|
|
175
|
+
|
|
176
|
+
IdentityProviderSummaries: IdentityProviderSummary[] | undefined;
|
|
177
|
+
|
|
178
|
+
NextToken?: string;
|
|
179
|
+
}
|
|
180
|
+
export interface ListInstancesRequest {
|
|
181
|
+
|
|
182
|
+
MaxResults?: number;
|
|
183
|
+
|
|
184
|
+
NextToken?: string;
|
|
185
|
+
|
|
186
|
+
Filters?: Filter[];
|
|
187
|
+
}
|
|
188
|
+
export interface ListInstancesResponse {
|
|
189
|
+
|
|
190
|
+
InstanceSummaries?: InstanceSummary[];
|
|
191
|
+
|
|
192
|
+
NextToken?: string;
|
|
193
|
+
}
|
|
194
|
+
export interface ListProductSubscriptionsRequest {
|
|
195
|
+
|
|
196
|
+
Product: string | undefined;
|
|
197
|
+
|
|
198
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
199
|
+
|
|
200
|
+
MaxResults?: number;
|
|
201
|
+
|
|
202
|
+
Filters?: Filter[];
|
|
203
|
+
|
|
204
|
+
NextToken?: string;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface ProductUserSummary {
|
|
208
|
+
|
|
209
|
+
Username: string | undefined;
|
|
210
|
+
|
|
211
|
+
Product: string | undefined;
|
|
212
|
+
|
|
213
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
214
|
+
|
|
215
|
+
Status: string | undefined;
|
|
216
|
+
|
|
217
|
+
StatusMessage?: string;
|
|
218
|
+
|
|
219
|
+
Domain?: string;
|
|
220
|
+
|
|
221
|
+
SubscriptionStartDate?: string;
|
|
222
|
+
|
|
223
|
+
SubscriptionEndDate?: string;
|
|
224
|
+
}
|
|
225
|
+
export interface ListProductSubscriptionsResponse {
|
|
226
|
+
|
|
227
|
+
ProductUserSummaries?: ProductUserSummary[];
|
|
228
|
+
|
|
229
|
+
NextToken?: string;
|
|
230
|
+
}
|
|
231
|
+
export interface ListUserAssociationsRequest {
|
|
232
|
+
|
|
233
|
+
InstanceId: string | undefined;
|
|
234
|
+
|
|
235
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
236
|
+
|
|
237
|
+
MaxResults?: number;
|
|
238
|
+
|
|
239
|
+
Filters?: Filter[];
|
|
240
|
+
|
|
241
|
+
NextToken?: string;
|
|
242
|
+
}
|
|
243
|
+
export interface ListUserAssociationsResponse {
|
|
244
|
+
|
|
245
|
+
InstanceUserSummaries?: InstanceUserSummary[];
|
|
246
|
+
|
|
247
|
+
NextToken?: string;
|
|
248
|
+
}
|
|
249
|
+
export interface RegisterIdentityProviderRequest {
|
|
250
|
+
|
|
251
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
252
|
+
|
|
253
|
+
Product: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface RegisterIdentityProviderResponse {
|
|
256
|
+
|
|
257
|
+
IdentityProviderSummary: IdentityProviderSummary | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface StartProductSubscriptionRequest {
|
|
260
|
+
|
|
261
|
+
Username: string | undefined;
|
|
262
|
+
|
|
263
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
264
|
+
|
|
265
|
+
Product: string | undefined;
|
|
266
|
+
|
|
267
|
+
Domain?: string;
|
|
268
|
+
}
|
|
269
|
+
export interface StartProductSubscriptionResponse {
|
|
270
|
+
|
|
271
|
+
ProductUserSummary: ProductUserSummary | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface StopProductSubscriptionRequest {
|
|
274
|
+
|
|
275
|
+
Username: string | undefined;
|
|
276
|
+
|
|
277
|
+
IdentityProvider: IdentityProvider | undefined;
|
|
278
|
+
|
|
279
|
+
Product: string | undefined;
|
|
280
|
+
|
|
281
|
+
Domain?: string;
|
|
282
|
+
}
|
|
283
|
+
export interface StopProductSubscriptionResponse {
|
|
284
|
+
|
|
285
|
+
ProductUserSummary: ProductUserSummary | undefined;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export declare const ActiveDirectoryIdentityProviderFilterSensitiveLog: (obj: ActiveDirectoryIdentityProvider) => any;
|
|
289
|
+
|
|
290
|
+
export declare const IdentityProviderFilterSensitiveLog: (obj: IdentityProvider) => any;
|
|
291
|
+
|
|
292
|
+
export declare const AssociateUserRequestFilterSensitiveLog: (obj: AssociateUserRequest) => any;
|
|
293
|
+
|
|
294
|
+
export declare const InstanceUserSummaryFilterSensitiveLog: (obj: InstanceUserSummary) => any;
|
|
295
|
+
|
|
296
|
+
export declare const AssociateUserResponseFilterSensitiveLog: (obj: AssociateUserResponse) => any;
|
|
297
|
+
|
|
298
|
+
export declare const DeregisterIdentityProviderRequestFilterSensitiveLog: (obj: DeregisterIdentityProviderRequest) => any;
|
|
299
|
+
|
|
300
|
+
export declare const IdentityProviderSummaryFilterSensitiveLog: (obj: IdentityProviderSummary) => any;
|
|
301
|
+
|
|
302
|
+
export declare const DeregisterIdentityProviderResponseFilterSensitiveLog: (obj: DeregisterIdentityProviderResponse) => any;
|
|
303
|
+
|
|
304
|
+
export declare const DisassociateUserRequestFilterSensitiveLog: (obj: DisassociateUserRequest) => any;
|
|
305
|
+
|
|
306
|
+
export declare const DisassociateUserResponseFilterSensitiveLog: (obj: DisassociateUserResponse) => any;
|
|
307
|
+
|
|
308
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
309
|
+
|
|
310
|
+
export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
|
|
311
|
+
|
|
312
|
+
export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
|
|
313
|
+
|
|
314
|
+
export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
|
|
315
|
+
|
|
316
|
+
export declare const ListInstancesRequestFilterSensitiveLog: (obj: ListInstancesRequest) => any;
|
|
317
|
+
|
|
318
|
+
export declare const ListInstancesResponseFilterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
319
|
+
|
|
320
|
+
export declare const ListProductSubscriptionsRequestFilterSensitiveLog: (obj: ListProductSubscriptionsRequest) => any;
|
|
321
|
+
|
|
322
|
+
export declare const ProductUserSummaryFilterSensitiveLog: (obj: ProductUserSummary) => any;
|
|
323
|
+
|
|
324
|
+
export declare const ListProductSubscriptionsResponseFilterSensitiveLog: (obj: ListProductSubscriptionsResponse) => any;
|
|
325
|
+
|
|
326
|
+
export declare const ListUserAssociationsRequestFilterSensitiveLog: (obj: ListUserAssociationsRequest) => any;
|
|
327
|
+
|
|
328
|
+
export declare const ListUserAssociationsResponseFilterSensitiveLog: (obj: ListUserAssociationsResponse) => any;
|
|
329
|
+
|
|
330
|
+
export declare const RegisterIdentityProviderRequestFilterSensitiveLog: (obj: RegisterIdentityProviderRequest) => any;
|
|
331
|
+
|
|
332
|
+
export declare const RegisterIdentityProviderResponseFilterSensitiveLog: (obj: RegisterIdentityProviderResponse) => any;
|
|
333
|
+
|
|
334
|
+
export declare const StartProductSubscriptionRequestFilterSensitiveLog: (obj: StartProductSubscriptionRequest) => any;
|
|
335
|
+
|
|
336
|
+
export declare const StartProductSubscriptionResponseFilterSensitiveLog: (obj: StartProductSubscriptionResponse) => any;
|
|
337
|
+
|
|
338
|
+
export declare const StopProductSubscriptionRequestFilterSensitiveLog: (obj: StopProductSubscriptionRequest) => any;
|
|
339
|
+
|
|
340
|
+
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>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/client-license-manager-user-subscriptions",
|
|
3
|
+
"description": "AWS SDK for JavaScript License Manager User Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
+
"version": "3.142.0",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
|
+
},
|
|
14
|
+
"main": "./dist-cjs/index.js",
|
|
15
|
+
"types": "./dist-types/index.d.ts",
|
|
16
|
+
"module": "./dist-es/index.js",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.130.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
|
+
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
+
"tslib": "^2.3.1"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.58.0",
|
|
56
|
+
"@tsconfig/recommended": "1.0.1",
|
|
57
|
+
"@types/node": "^12.7.5",
|
|
58
|
+
"concurrently": "7.0.0",
|
|
59
|
+
"downlevel-dts": "0.7.0",
|
|
60
|
+
"rimraf": "3.0.2",
|
|
61
|
+
"typedoc": "0.19.2",
|
|
62
|
+
"typescript": "~4.6.2"
|
|
63
|
+
},
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=12.0.0"
|
|
66
|
+
},
|
|
67
|
+
"typesVersions": {
|
|
68
|
+
"<4.0": {
|
|
69
|
+
"dist-types/*": [
|
|
70
|
+
"dist-types/ts3.4/*"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"files": [
|
|
75
|
+
"dist-*"
|
|
76
|
+
],
|
|
77
|
+
"author": {
|
|
78
|
+
"name": "AWS SDK for JavaScript Team",
|
|
79
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
80
|
+
},
|
|
81
|
+
"license": "Apache-2.0",
|
|
82
|
+
"browser": {
|
|
83
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
84
|
+
},
|
|
85
|
+
"react-native": {
|
|
86
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
87
|
+
},
|
|
88
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-license-manager-user-subscriptions",
|
|
89
|
+
"repository": {
|
|
90
|
+
"type": "git",
|
|
91
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
92
|
+
"directory": "clients/client-license-manager-user-subscriptions"
|
|
93
|
+
}
|
|
94
|
+
}
|