@aws-sdk/client-license-manager-linux-subscriptions 3.236.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 (95) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +212 -0
  3. package/dist-cjs/LicenseManagerLinuxSubscriptions.js +67 -0
  4. package/dist-cjs/LicenseManagerLinuxSubscriptionsClient.js +40 -0
  5. package/dist-cjs/commands/GetServiceSettingsCommand.js +46 -0
  6. package/dist-cjs/commands/ListLinuxSubscriptionInstancesCommand.js +46 -0
  7. package/dist-cjs/commands/ListLinuxSubscriptionsCommand.js +46 -0
  8. package/dist-cjs/commands/UpdateServiceSettingsCommand.js +46 -0
  9. package/dist-cjs/commands/index.js +7 -0
  10. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  11. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  12. package/dist-cjs/endpoint/ruleset.js +7 -0
  13. package/dist-cjs/index.js +11 -0
  14. package/dist-cjs/models/LicenseManagerLinuxSubscriptionsServiceException.js +11 -0
  15. package/dist-cjs/models/index.js +4 -0
  16. package/dist-cjs/models/models_0.js +114 -0
  17. package/dist-cjs/pagination/Interfaces.js +2 -0
  18. package/dist-cjs/pagination/ListLinuxSubscriptionInstancesPaginator.js +36 -0
  19. package/dist-cjs/pagination/ListLinuxSubscriptionsPaginator.js +36 -0
  20. package/dist-cjs/pagination/index.js +6 -0
  21. package/dist-cjs/protocols/Aws_restJson1.js +494 -0
  22. package/dist-cjs/runtimeConfig.browser.js +42 -0
  23. package/dist-cjs/runtimeConfig.js +51 -0
  24. package/dist-cjs/runtimeConfig.native.js +15 -0
  25. package/dist-cjs/runtimeConfig.shared.js +18 -0
  26. package/dist-es/LicenseManagerLinuxSubscriptions.js +63 -0
  27. package/dist-es/LicenseManagerLinuxSubscriptionsClient.js +36 -0
  28. package/dist-es/commands/GetServiceSettingsCommand.js +42 -0
  29. package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +42 -0
  30. package/dist-es/commands/ListLinuxSubscriptionsCommand.js +42 -0
  31. package/dist-es/commands/UpdateServiceSettingsCommand.js +42 -0
  32. package/dist-es/commands/index.js +4 -0
  33. package/dist-es/endpoint/EndpointParameters.js +8 -0
  34. package/dist-es/endpoint/endpointResolver.js +8 -0
  35. package/dist-es/endpoint/ruleset.js +4 -0
  36. package/dist-es/index.js +6 -0
  37. package/dist-es/models/LicenseManagerLinuxSubscriptionsServiceException.js +7 -0
  38. package/dist-es/models/index.js +1 -0
  39. package/dist-es/models/models_0.js +96 -0
  40. package/dist-es/pagination/Interfaces.js +1 -0
  41. package/dist-es/pagination/ListLinuxSubscriptionInstancesPaginator.js +32 -0
  42. package/dist-es/pagination/ListLinuxSubscriptionsPaginator.js +32 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/protocols/Aws_restJson1.js +483 -0
  45. package/dist-es/runtimeConfig.browser.js +37 -0
  46. package/dist-es/runtimeConfig.js +46 -0
  47. package/dist-es/runtimeConfig.native.js +11 -0
  48. package/dist-es/runtimeConfig.shared.js +14 -0
  49. package/dist-types/LicenseManagerLinuxSubscriptions.d.ts +39 -0
  50. package/dist-types/LicenseManagerLinuxSubscriptionsClient.d.ts +146 -0
  51. package/dist-types/commands/GetServiceSettingsCommand.d.ts +37 -0
  52. package/dist-types/commands/ListLinuxSubscriptionInstancesCommand.d.ts +38 -0
  53. package/dist-types/commands/ListLinuxSubscriptionsCommand.d.ts +39 -0
  54. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +37 -0
  55. package/dist-types/commands/index.d.ts +4 -0
  56. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  57. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  58. package/dist-types/endpoint/ruleset.d.ts +2 -0
  59. package/dist-types/index.d.ts +6 -0
  60. package/dist-types/models/LicenseManagerLinuxSubscriptionsServiceException.d.ts +10 -0
  61. package/dist-types/models/index.d.ts +1 -0
  62. package/dist-types/models/models_0.d.ts +448 -0
  63. package/dist-types/pagination/Interfaces.d.ts +6 -0
  64. package/dist-types/pagination/ListLinuxSubscriptionInstancesPaginator.d.ts +4 -0
  65. package/dist-types/pagination/ListLinuxSubscriptionsPaginator.d.ts +4 -0
  66. package/dist-types/pagination/index.d.ts +3 -0
  67. package/dist-types/protocols/Aws_restJson1.d.ts +14 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  69. package/dist-types/runtimeConfig.d.ts +42 -0
  70. package/dist-types/runtimeConfig.native.d.ts +41 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +16 -0
  72. package/dist-types/ts3.4/LicenseManagerLinuxSubscriptions.d.ts +72 -0
  73. package/dist-types/ts3.4/LicenseManagerLinuxSubscriptionsClient.d.ts +136 -0
  74. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +38 -0
  75. package/dist-types/ts3.4/commands/ListLinuxSubscriptionInstancesCommand.d.ts +41 -0
  76. package/dist-types/ts3.4/commands/ListLinuxSubscriptionsCommand.d.ts +41 -0
  77. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +41 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  79. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  80. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  81. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  82. package/dist-types/ts3.4/index.d.ts +6 -0
  83. package/dist-types/ts3.4/models/LicenseManagerLinuxSubscriptionsServiceException.d.ts +7 -0
  84. package/dist-types/ts3.4/models/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +138 -0
  86. package/dist-types/ts3.4/pagination/Interfaces.d.ts +9 -0
  87. package/dist-types/ts3.4/pagination/ListLinuxSubscriptionInstancesPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/ListLinuxSubscriptionsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +82 -0
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
  95. package/package.json +102 -0
@@ -0,0 +1,448 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } from "./LicenseManagerLinuxSubscriptionsServiceException";
3
+ export declare enum Operator {
4
+ /**
5
+ * Contains operator
6
+ */
7
+ CONTAINS = "Contains",
8
+ /**
9
+ * Equal operator
10
+ */
11
+ EQUAL = "Equal",
12
+ /**
13
+ * Not equal operator
14
+ */
15
+ NOT_EQUAL = "NotEqual"
16
+ }
17
+ /**
18
+ * <p>A filter object that is used to return more specific results from a describe operation.
19
+ * Filters can be used to match a set of resources by specific criteria.</p>
20
+ */
21
+ export interface Filter {
22
+ /**
23
+ * <p>The type of name to filter by.</p>
24
+ */
25
+ Name?: string;
26
+ /**
27
+ * <p>One or more values for the name to filter by.</p>
28
+ */
29
+ Values?: string[];
30
+ /**
31
+ * <p>An operator for filtering results.</p>
32
+ */
33
+ Operator?: Operator | string;
34
+ }
35
+ export interface GetServiceSettingsRequest {
36
+ }
37
+ export declare enum LinuxSubscriptionsDiscovery {
38
+ /**
39
+ * Disabled LinuxSubscriptionsDiscovery
40
+ */
41
+ Disabled = "Disabled",
42
+ /**
43
+ * Enabled LinuxSubscriptionsDiscovery
44
+ */
45
+ Enabled = "Enabled"
46
+ }
47
+ export declare enum OrganizationIntegration {
48
+ /**
49
+ * Disabled OrganizationIntegration
50
+ */
51
+ Disabled = "Disabled",
52
+ /**
53
+ * Enabled OrganizationIntegration
54
+ */
55
+ Enabled = "Enabled"
56
+ }
57
+ /**
58
+ * <p>Lists the settings defined for discovering Linux subscriptions.</p>
59
+ */
60
+ export interface LinuxSubscriptionsDiscoverySettings {
61
+ /**
62
+ * <p>The Regions in which to discover data for Linux subscriptions.</p>
63
+ */
64
+ SourceRegions: string[] | undefined;
65
+ /**
66
+ * <p>Details if you have enabled resource discovery across your accounts in Organizations.</p>
67
+ */
68
+ OrganizationIntegration: OrganizationIntegration | string | undefined;
69
+ }
70
+ export declare enum Status {
71
+ /**
72
+ * Completed status
73
+ */
74
+ Completed = "Completed",
75
+ /**
76
+ * Failed status
77
+ */
78
+ Failed = "Failed",
79
+ /**
80
+ * InProgress status
81
+ */
82
+ InProgress = "InProgress",
83
+ /**
84
+ * Successful status
85
+ */
86
+ Successful = "Successful"
87
+ }
88
+ export interface GetServiceSettingsResponse {
89
+ /**
90
+ * <p>Lists if discovery has been enabled for Linux subscriptions.</p>
91
+ */
92
+ LinuxSubscriptionsDiscovery?: LinuxSubscriptionsDiscovery | string;
93
+ /**
94
+ * <p>Lists the settings defined for Linux subscriptions discovery. The settings include if
95
+ * Organizations integration has been enabled, and which Regions data will be aggregated from.</p>
96
+ */
97
+ LinuxSubscriptionsDiscoverySettings?: LinuxSubscriptionsDiscoverySettings;
98
+ /**
99
+ * <p>Indicates the status of Linux subscriptions settings being applied.</p>
100
+ */
101
+ Status?: Status | string;
102
+ /**
103
+ * <p>A message which details the Linux subscriptions service settings current status.</p>
104
+ */
105
+ StatusMessage?: Record<string, string>;
106
+ /**
107
+ * <p>The Region in which License Manager displays the aggregated data for Linux
108
+ * subscriptions.</p>
109
+ */
110
+ HomeRegions?: string[];
111
+ }
112
+ /**
113
+ * <p>An exception occurred with the service.</p>
114
+ */
115
+ export declare class InternalServerException extends __BaseException {
116
+ readonly name: "InternalServerException";
117
+ readonly $fault: "server";
118
+ /**
119
+ * @internal
120
+ */
121
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
122
+ }
123
+ /**
124
+ * <p>The request was denied due to request throttling.</p>
125
+ */
126
+ export declare class ThrottlingException extends __BaseException {
127
+ readonly name: "ThrottlingException";
128
+ readonly $fault: "client";
129
+ /**
130
+ * @internal
131
+ */
132
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
133
+ }
134
+ /**
135
+ * <p>The provided input is not valid. Try your request again.</p>
136
+ */
137
+ export declare class ValidationException extends __BaseException {
138
+ readonly name: "ValidationException";
139
+ readonly $fault: "client";
140
+ /**
141
+ * @internal
142
+ */
143
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
144
+ }
145
+ /**
146
+ * <p>Details discovered information about a running instance using Linux subscriptions.</p>
147
+ */
148
+ export interface Instance {
149
+ /**
150
+ * <p>The AMI ID used to launch the instance.</p>
151
+ */
152
+ AmiId?: string;
153
+ /**
154
+ * <p>The instance ID of the resource.</p>
155
+ */
156
+ InstanceID?: string;
157
+ /**
158
+ * <p>The instance type of the resource.</p>
159
+ */
160
+ InstanceType?: string;
161
+ /**
162
+ * <p>The account ID which owns the instance.</p>
163
+ */
164
+ AccountID?: string;
165
+ /**
166
+ * <p>The status of the instance.</p>
167
+ */
168
+ Status?: string;
169
+ /**
170
+ * <p>The Region the instance is running in.</p>
171
+ */
172
+ Region?: string;
173
+ /**
174
+ * <p>The usage operation of the instance. For more information, see For more information, see
175
+ * <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/linux-subscriptions-usage-operation.html">Usage
176
+ * operation values</a> in the <i>License Manager User Guide</i>.</p>
177
+ */
178
+ UsageOperation?: string;
179
+ /**
180
+ * <p>The product code for the instance. For more information, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/linux-subscriptions-usage-operation.html">Usage
181
+ * operation values</a> in the <i>License Manager User Guide</i> .</p>
182
+ */
183
+ ProductCode?: string[];
184
+ /**
185
+ * <p>The time in which the last discovery updated the instance details.</p>
186
+ */
187
+ LastUpdatedTime?: string;
188
+ /**
189
+ * <p>The name of the subscription being used by the instance.</p>
190
+ */
191
+ SubscriptionName?: string;
192
+ }
193
+ /**
194
+ * NextToken length limit is half of ddb accepted limit.
195
+ * Increase this limit if parameters in request increases.
196
+ */
197
+ export interface ListLinuxSubscriptionInstancesRequest {
198
+ /**
199
+ * <p>An array of structures that you can use to filter the results to those that match one or
200
+ * more sets of key-value pairs that you specify. For example, you can filter by the name of
201
+ * <code>AmiID</code> with an optional operator to see subscriptions that match, partially
202
+ * match, or don't match a certain Amazon Machine Image (AMI) ID.</p>
203
+ * <p>The valid names for this filter are:</p>
204
+ * <ul>
205
+ * <li>
206
+ * <p>
207
+ * <code>AmiID</code>
208
+ * </p>
209
+ * </li>
210
+ * <li>
211
+ * <p>
212
+ * <code>InstanceID</code>
213
+ * </p>
214
+ * </li>
215
+ * <li>
216
+ * <p>
217
+ * <code>AccountID</code>
218
+ * </p>
219
+ * </li>
220
+ * <li>
221
+ * <p>
222
+ * <code>Status</code>
223
+ * </p>
224
+ * </li>
225
+ * <li>
226
+ * <p>
227
+ * <code>Region</code>
228
+ * </p>
229
+ * </li>
230
+ * <li>
231
+ * <p>
232
+ * <code>UsageOperation</code>
233
+ * </p>
234
+ * </li>
235
+ * <li>
236
+ * <p>
237
+ * <code>ProductCode</code>
238
+ * </p>
239
+ * </li>
240
+ * <li>
241
+ * <p>
242
+ * <code>InstanceType</code>
243
+ * </p>
244
+ * </li>
245
+ * </ul>
246
+ * <p>The valid Operators for this filter are:</p>
247
+ * <ul>
248
+ * <li>
249
+ * <p>
250
+ * <code>contains</code>
251
+ * </p>
252
+ * </li>
253
+ * <li>
254
+ * <p>
255
+ * <code>equals</code>
256
+ * </p>
257
+ * </li>
258
+ * <li>
259
+ * <p>
260
+ * <code>Notequal</code>
261
+ * </p>
262
+ * </li>
263
+ * </ul>
264
+ */
265
+ Filters?: Filter[];
266
+ /**
267
+ * <p>Maximum number of results to return in a single call.</p>
268
+ */
269
+ MaxResults?: number;
270
+ /**
271
+ * <p>Token for the next set of results.</p>
272
+ */
273
+ NextToken?: string;
274
+ }
275
+ export interface ListLinuxSubscriptionInstancesResponse {
276
+ /**
277
+ * <p>An array that contains instance objects.</p>
278
+ */
279
+ Instances?: Instance[];
280
+ /**
281
+ * <p>Token for the next set of results.</p>
282
+ */
283
+ NextToken?: string;
284
+ }
285
+ /**
286
+ * NextToken length limit is half of ddb accepted limit.
287
+ * Increase this limit if parameters in request increases.
288
+ */
289
+ export interface ListLinuxSubscriptionsRequest {
290
+ /**
291
+ * <p>An array of structures that you can use to filter the results to those that match one or
292
+ * more sets of key-value pairs that you specify. For example, you can filter by the name of
293
+ * <code>Subscription</code> with an optional operator to see subscriptions that match,
294
+ * partially match, or don't match a certain subscription's name.</p>
295
+ * <p>The valid names for this filter are:</p>
296
+ * <ul>
297
+ * <li>
298
+ * <p>
299
+ * <code>Subscription</code>
300
+ * </p>
301
+ * </li>
302
+ * </ul>
303
+ * <p>The valid Operators for this filter are:</p>
304
+ * <ul>
305
+ * <li>
306
+ * <p>
307
+ * <code>contains</code>
308
+ * </p>
309
+ * </li>
310
+ * <li>
311
+ * <p>
312
+ * <code>equals</code>
313
+ * </p>
314
+ * </li>
315
+ * <li>
316
+ * <p>
317
+ * <code>Notequal</code>
318
+ * </p>
319
+ * </li>
320
+ * </ul>
321
+ */
322
+ Filters?: Filter[];
323
+ /**
324
+ * <p>Maximum number of results to return in a single call.</p>
325
+ */
326
+ MaxResults?: number;
327
+ /**
328
+ * <p>Token for the next set of results.</p>
329
+ */
330
+ NextToken?: string;
331
+ }
332
+ /**
333
+ * <p>An object which details a discovered Linux subscription.</p>
334
+ */
335
+ export interface Subscription {
336
+ /**
337
+ * <p>The name of the subscription.</p>
338
+ */
339
+ Name?: string;
340
+ /**
341
+ * <p>The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own
342
+ * Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use licensing from the
343
+ * Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS.</p>
344
+ */
345
+ Type?: string;
346
+ /**
347
+ * <p>The total amount of running instances using this subscription.</p>
348
+ */
349
+ InstanceCount?: number;
350
+ }
351
+ export interface ListLinuxSubscriptionsResponse {
352
+ /**
353
+ * <p>An array that contains subscription objects.</p>
354
+ */
355
+ Subscriptions?: Subscription[];
356
+ /**
357
+ * <p>Token for the next set of results.</p>
358
+ */
359
+ NextToken?: string;
360
+ }
361
+ export interface UpdateServiceSettingsRequest {
362
+ /**
363
+ * <p>Describes if the discovery of Linux subscriptions is enabled.</p>
364
+ */
365
+ LinuxSubscriptionsDiscovery: LinuxSubscriptionsDiscovery | string | undefined;
366
+ /**
367
+ * <p>The settings defined for Linux subscriptions discovery. The settings include if Organizations
368
+ * integration has been enabled, and which Regions data will be aggregated from.</p>
369
+ */
370
+ LinuxSubscriptionsDiscoverySettings: LinuxSubscriptionsDiscoverySettings | undefined;
371
+ /**
372
+ * <p>Describes if updates are allowed to the service settings for Linux subscriptions. If you
373
+ * allow updates, you can aggregate Linux subscription data in more than one home Region.</p>
374
+ */
375
+ AllowUpdate?: boolean;
376
+ }
377
+ export interface UpdateServiceSettingsResponse {
378
+ /**
379
+ * <p>Lists if discovery has been enabled for Linux subscriptions.</p>
380
+ */
381
+ LinuxSubscriptionsDiscovery?: LinuxSubscriptionsDiscovery | string;
382
+ /**
383
+ * <p>The settings defined for Linux subscriptions discovery. The settings include if Organizations
384
+ * integration has been enabled, and which Regions data will be aggregated from.</p>
385
+ */
386
+ LinuxSubscriptionsDiscoverySettings?: LinuxSubscriptionsDiscoverySettings;
387
+ /**
388
+ * <p>Indicates the status of Linux subscriptions settings being applied.</p>
389
+ */
390
+ Status?: Status | string;
391
+ /**
392
+ * <p>A message which details the Linux subscriptions service settings current status.</p>
393
+ */
394
+ StatusMessage?: Record<string, string>;
395
+ /**
396
+ * <p>The Region in which License Manager displays the aggregated data for Linux
397
+ * subscriptions.</p>
398
+ */
399
+ HomeRegions?: string[];
400
+ }
401
+ /**
402
+ * @internal
403
+ */
404
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
405
+ /**
406
+ * @internal
407
+ */
408
+ export declare const GetServiceSettingsRequestFilterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
409
+ /**
410
+ * @internal
411
+ */
412
+ export declare const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog: (obj: LinuxSubscriptionsDiscoverySettings) => any;
413
+ /**
414
+ * @internal
415
+ */
416
+ export declare const GetServiceSettingsResponseFilterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
417
+ /**
418
+ * @internal
419
+ */
420
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
421
+ /**
422
+ * @internal
423
+ */
424
+ export declare const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog: (obj: ListLinuxSubscriptionInstancesRequest) => any;
425
+ /**
426
+ * @internal
427
+ */
428
+ export declare const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog: (obj: ListLinuxSubscriptionInstancesResponse) => any;
429
+ /**
430
+ * @internal
431
+ */
432
+ export declare const ListLinuxSubscriptionsRequestFilterSensitiveLog: (obj: ListLinuxSubscriptionsRequest) => any;
433
+ /**
434
+ * @internal
435
+ */
436
+ export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
437
+ /**
438
+ * @internal
439
+ */
440
+ export declare const ListLinuxSubscriptionsResponseFilterSensitiveLog: (obj: ListLinuxSubscriptionsResponse) => any;
441
+ /**
442
+ * @internal
443
+ */
444
+ export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
445
+ /**
446
+ * @internal
447
+ */
448
+ export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (obj: UpdateServiceSettingsResponse) => any;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { LicenseManagerLinuxSubscriptions } from "../LicenseManagerLinuxSubscriptions";
3
+ import { LicenseManagerLinuxSubscriptionsClient } from "../LicenseManagerLinuxSubscriptionsClient";
4
+ export interface LicenseManagerLinuxSubscriptionsPaginationConfiguration extends PaginationConfiguration {
5
+ client: LicenseManagerLinuxSubscriptions | LicenseManagerLinuxSubscriptionsClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListLinuxSubscriptionInstancesCommandInput, ListLinuxSubscriptionInstancesCommandOutput } from "../commands/ListLinuxSubscriptionInstancesCommand";
3
+ import { LicenseManagerLinuxSubscriptionsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListLinuxSubscriptionInstances(config: LicenseManagerLinuxSubscriptionsPaginationConfiguration, input: ListLinuxSubscriptionInstancesCommandInput, ...additionalArguments: any): Paginator<ListLinuxSubscriptionInstancesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput } from "../commands/ListLinuxSubscriptionsCommand";
3
+ import { LicenseManagerLinuxSubscriptionsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListLinuxSubscriptions(config: LicenseManagerLinuxSubscriptionsPaginationConfiguration, input: ListLinuxSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListLinuxSubscriptionsCommandOutput>;
@@ -0,0 +1,3 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListLinuxSubscriptionInstancesPaginator";
3
+ export * from "./ListLinuxSubscriptionsPaginator";
@@ -0,0 +1,14 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand";
4
+ import { ListLinuxSubscriptionInstancesCommandInput, ListLinuxSubscriptionInstancesCommandOutput } from "../commands/ListLinuxSubscriptionInstancesCommand";
5
+ import { ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput } from "../commands/ListLinuxSubscriptionsCommand";
6
+ import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "../commands/UpdateServiceSettingsCommand";
7
+ export declare const serializeAws_restJson1GetServiceSettingsCommand: (input: GetServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
8
+ export declare const serializeAws_restJson1ListLinuxSubscriptionInstancesCommand: (input: ListLinuxSubscriptionInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
9
+ export declare const serializeAws_restJson1ListLinuxSubscriptionsCommand: (input: ListLinuxSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
10
+ export declare const serializeAws_restJson1UpdateServiceSettingsCommand: (input: UpdateServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
11
+ export declare const deserializeAws_restJson1GetServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingsCommandOutput>;
12
+ export declare const deserializeAws_restJson1ListLinuxSubscriptionInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLinuxSubscriptionInstancesCommandOutput>;
13
+ export declare const deserializeAws_restJson1ListLinuxSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLinuxSubscriptionsCommandOutput>;
14
+ export declare const deserializeAws_restJson1UpdateServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingsCommandOutput>;
@@ -0,0 +1,42 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptionsClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
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
+ base64Decoder: import("@aws-sdk/types").Decoder;
25
+ base64Encoder: import("@aws-sdk/types").Encoder;
26
+ disableHostPrefix: boolean;
27
+ logger: import("@aws-sdk/types").Logger;
28
+ serviceId: string;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
33
+ tls?: boolean | undefined;
34
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
37
+ signingEscapePath?: boolean | undefined;
38
+ systemClockOffset?: number | undefined;
39
+ signingRegion?: string | undefined;
40
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
42
+ };
@@ -0,0 +1,42 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptionsClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
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
+ base64Decoder: import("@aws-sdk/types").Decoder;
25
+ base64Encoder: import("@aws-sdk/types").Encoder;
26
+ disableHostPrefix: boolean;
27
+ logger: import("@aws-sdk/types").Logger;
28
+ serviceId: string;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
33
+ tls?: boolean | undefined;
34
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
37
+ signingEscapePath?: boolean | undefined;
38
+ systemClockOffset?: number | undefined;
39
+ signingRegion?: string | undefined;
40
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
42
+ };
@@ -0,0 +1,41 @@
1
+ import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptionsClientConfig) => {
6
+ runtime: string;
7
+ sha256: import("@aws-sdk/types").HashConstructor;
8
+ 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;
9
+ apiVersion: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ streamCollector: import("@aws-sdk/types").StreamCollector;
13
+ base64Decoder: import("@aws-sdk/types").Decoder;
14
+ base64Encoder: import("@aws-sdk/types").Encoder;
15
+ utf8Decoder: import("@aws-sdk/types").Decoder;
16
+ utf8Encoder: import("@aws-sdk/types").Encoder;
17
+ disableHostPrefix: boolean;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
20
+ logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
+ serviceId: string;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
27
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
32
+ tls?: boolean | undefined;
33
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
34
+ credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
35
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
36
+ signingEscapePath?: boolean | undefined;
37
+ systemClockOffset?: number | undefined;
38
+ signingRegion?: string | undefined;
39
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
40
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
41
+ };
@@ -0,0 +1,16 @@
1
+ import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptionsClientConfig) => {
6
+ apiVersion: string;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ disableHostPrefix: boolean;
10
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
+ logger?: import("@aws-sdk/types").Logger | undefined;
12
+ }) => import("@aws-sdk/types").EndpointV2;
13
+ logger: import("@aws-sdk/types").Logger;
14
+ serviceId: string;
15
+ urlParser: import("@aws-sdk/types").UrlParser;
16
+ };