@aws-sdk/client-license-manager 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AcceptGrantCommand.js +2 -2
- package/dist-cjs/commands/CheckInLicenseCommand.js +2 -2
- package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +2 -2
- package/dist-cjs/commands/CheckoutLicenseCommand.js +2 -2
- package/dist-cjs/commands/CreateGrantCommand.js +2 -2
- package/dist-cjs/commands/CreateGrantVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateLicenseCommand.js +2 -2
- package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-cjs/commands/CreateLicenseVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateTokenCommand.js +2 -2
- package/dist-cjs/commands/DeleteGrantCommand.js +2 -2
- package/dist-cjs/commands/DeleteLicenseCommand.js +2 -2
- package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-cjs/commands/DeleteTokenCommand.js +2 -2
- package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +2 -2
- package/dist-cjs/commands/GetAccessTokenCommand.js +2 -2
- package/dist-cjs/commands/GetGrantCommand.js +2 -2
- package/dist-cjs/commands/GetLicenseCommand.js +2 -2
- package/dist-cjs/commands/GetLicenseConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +2 -2
- package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-cjs/commands/GetLicenseUsageCommand.js +2 -2
- package/dist-cjs/commands/GetServiceSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ListDistributedGrantsCommand.js +2 -2
- package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +2 -2
- package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -2
- package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListLicenseVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListLicensesCommand.js +2 -2
- package/dist-cjs/commands/ListReceivedGrantsCommand.js +2 -2
- package/dist-cjs/commands/ListReceivedLicensesCommand.js +2 -2
- package/dist-cjs/commands/ListResourceInventoryCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTokensCommand.js +2 -2
- package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +2 -2
- package/dist-cjs/commands/RejectGrantCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceSettingsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +536 -802
- package/dist-es/commands/AcceptGrantCommand.js +3 -3
- package/dist-es/commands/CheckInLicenseCommand.js +3 -3
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +3 -3
- package/dist-es/commands/CheckoutLicenseCommand.js +3 -3
- package/dist-es/commands/CreateGrantCommand.js +3 -3
- package/dist-es/commands/CreateGrantVersionCommand.js +3 -3
- package/dist-es/commands/CreateLicenseCommand.js +3 -3
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +3 -3
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +3 -3
- package/dist-es/commands/CreateLicenseVersionCommand.js +3 -3
- package/dist-es/commands/CreateTokenCommand.js +3 -3
- package/dist-es/commands/DeleteGrantCommand.js +3 -3
- package/dist-es/commands/DeleteLicenseCommand.js +3 -3
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +3 -3
- package/dist-es/commands/DeleteTokenCommand.js +3 -3
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +3 -3
- package/dist-es/commands/GetAccessTokenCommand.js +3 -3
- package/dist-es/commands/GetGrantCommand.js +3 -3
- package/dist-es/commands/GetLicenseCommand.js +3 -3
- package/dist-es/commands/GetLicenseConfigurationCommand.js +3 -3
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +3 -3
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +3 -3
- package/dist-es/commands/GetLicenseUsageCommand.js +3 -3
- package/dist-es/commands/GetServiceSettingsCommand.js +3 -3
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +3 -3
- package/dist-es/commands/ListDistributedGrantsCommand.js +3 -3
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +3 -3
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +3 -3
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +3 -3
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +3 -3
- package/dist-es/commands/ListLicenseVersionsCommand.js +3 -3
- package/dist-es/commands/ListLicensesCommand.js +3 -3
- package/dist-es/commands/ListReceivedGrantsCommand.js +3 -3
- package/dist-es/commands/ListReceivedLicensesCommand.js +3 -3
- package/dist-es/commands/ListResourceInventoryCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTokensCommand.js +3 -3
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +3 -3
- package/dist-es/commands/RejectGrantCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +3 -3
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +3 -3
- package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -3
- package/dist-es/models/models_0.js +133 -532
- package/dist-types/models/models_0.d.ts +532 -798
- package/dist-types/ts3.4/models/models_0.d.ts +266 -532
- package/package.json +7 -7
|
@@ -6,12 +6,6 @@ export interface AcceptGrantRequest {
|
|
|
6
6
|
*/
|
|
7
7
|
GrantArn: string | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace AcceptGrantRequest {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
const filterSensitiveLog: (obj: AcceptGrantRequest) => any;
|
|
14
|
-
}
|
|
15
9
|
export declare enum GrantStatus {
|
|
16
10
|
ACTIVE = "ACTIVE",
|
|
17
11
|
DELETED = "DELETED",
|
|
@@ -37,12 +31,6 @@ export interface AcceptGrantResponse {
|
|
|
37
31
|
*/
|
|
38
32
|
Version?: string;
|
|
39
33
|
}
|
|
40
|
-
export declare namespace AcceptGrantResponse {
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
const filterSensitiveLog: (obj: AcceptGrantResponse) => any;
|
|
45
|
-
}
|
|
46
34
|
/**
|
|
47
35
|
* <p>Access to resource denied.</p>
|
|
48
36
|
*/
|
|
@@ -146,12 +134,6 @@ export interface AutomatedDiscoveryInformation {
|
|
|
146
134
|
*/
|
|
147
135
|
LastRunTime?: Date;
|
|
148
136
|
}
|
|
149
|
-
export declare namespace AutomatedDiscoveryInformation {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
const filterSensitiveLog: (obj: AutomatedDiscoveryInformation) => any;
|
|
154
|
-
}
|
|
155
137
|
export interface CheckInLicenseRequest {
|
|
156
138
|
/**
|
|
157
139
|
* <p>License consumption token.</p>
|
|
@@ -162,20 +144,8 @@ export interface CheckInLicenseRequest {
|
|
|
162
144
|
*/
|
|
163
145
|
Beneficiary?: string;
|
|
164
146
|
}
|
|
165
|
-
export declare namespace CheckInLicenseRequest {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
const filterSensitiveLog: (obj: CheckInLicenseRequest) => any;
|
|
170
|
-
}
|
|
171
147
|
export interface CheckInLicenseResponse {
|
|
172
148
|
}
|
|
173
|
-
export declare namespace CheckInLicenseResponse {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
const filterSensitiveLog: (obj: CheckInLicenseResponse) => any;
|
|
178
|
-
}
|
|
179
149
|
/**
|
|
180
150
|
* <p>There was a conflict processing the request. Try your request again.</p>
|
|
181
151
|
*/
|
|
@@ -213,12 +183,6 @@ export interface Metadata {
|
|
|
213
183
|
*/
|
|
214
184
|
Value?: string;
|
|
215
185
|
}
|
|
216
|
-
export declare namespace Metadata {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: Metadata) => any;
|
|
221
|
-
}
|
|
222
186
|
export declare enum DigitalSignatureMethod {
|
|
223
187
|
JWT_PS384 = "JWT_PS384"
|
|
224
188
|
}
|
|
@@ -268,12 +232,6 @@ export interface EntitlementData {
|
|
|
268
232
|
*/
|
|
269
233
|
Unit: EntitlementDataUnit | string | undefined;
|
|
270
234
|
}
|
|
271
|
-
export declare namespace EntitlementData {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
const filterSensitiveLog: (obj: EntitlementData) => any;
|
|
276
|
-
}
|
|
277
235
|
export interface CheckoutBorrowLicenseRequest {
|
|
278
236
|
/**
|
|
279
237
|
* <p>Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.</p>
|
|
@@ -301,12 +259,6 @@ export interface CheckoutBorrowLicenseRequest {
|
|
|
301
259
|
*/
|
|
302
260
|
ClientToken: string | undefined;
|
|
303
261
|
}
|
|
304
|
-
export declare namespace CheckoutBorrowLicenseRequest {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
const filterSensitiveLog: (obj: CheckoutBorrowLicenseRequest) => any;
|
|
309
|
-
}
|
|
310
262
|
export interface CheckoutBorrowLicenseResponse {
|
|
311
263
|
/**
|
|
312
264
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
@@ -341,12 +293,6 @@ export interface CheckoutBorrowLicenseResponse {
|
|
|
341
293
|
*/
|
|
342
294
|
CheckoutMetadata?: Metadata[];
|
|
343
295
|
}
|
|
344
|
-
export declare namespace CheckoutBorrowLicenseResponse {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: CheckoutBorrowLicenseResponse) => any;
|
|
349
|
-
}
|
|
350
296
|
/**
|
|
351
297
|
* <p>The entitlement is not allowed.</p>
|
|
352
298
|
*/
|
|
@@ -430,12 +376,6 @@ export interface CheckoutLicenseRequest {
|
|
|
430
376
|
*/
|
|
431
377
|
NodeId?: string;
|
|
432
378
|
}
|
|
433
|
-
export declare namespace CheckoutLicenseRequest {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
|
-
const filterSensitiveLog: (obj: CheckoutLicenseRequest) => any;
|
|
438
|
-
}
|
|
439
379
|
export interface CheckoutLicenseResponse {
|
|
440
380
|
/**
|
|
441
381
|
* <p>Checkout type.</p>
|
|
@@ -470,12 +410,6 @@ export interface CheckoutLicenseResponse {
|
|
|
470
410
|
*/
|
|
471
411
|
LicenseArn?: string;
|
|
472
412
|
}
|
|
473
|
-
export declare namespace CheckoutLicenseResponse {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
const filterSensitiveLog: (obj: CheckoutLicenseResponse) => any;
|
|
478
|
-
}
|
|
479
413
|
export interface CreateGrantRequest {
|
|
480
414
|
/**
|
|
481
415
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
@@ -502,12 +436,6 @@ export interface CreateGrantRequest {
|
|
|
502
436
|
*/
|
|
503
437
|
AllowedOperations: (AllowedOperation | string)[] | undefined;
|
|
504
438
|
}
|
|
505
|
-
export declare namespace CreateGrantRequest {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
const filterSensitiveLog: (obj: CreateGrantRequest) => any;
|
|
510
|
-
}
|
|
511
439
|
export interface CreateGrantResponse {
|
|
512
440
|
/**
|
|
513
441
|
* <p>Grant ARN.</p>
|
|
@@ -522,12 +450,6 @@ export interface CreateGrantResponse {
|
|
|
522
450
|
*/
|
|
523
451
|
Version?: string;
|
|
524
452
|
}
|
|
525
|
-
export declare namespace CreateGrantResponse {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
const filterSensitiveLog: (obj: CreateGrantResponse) => any;
|
|
530
|
-
}
|
|
531
453
|
export interface CreateGrantVersionRequest {
|
|
532
454
|
/**
|
|
533
455
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
@@ -558,12 +480,6 @@ export interface CreateGrantVersionRequest {
|
|
|
558
480
|
*/
|
|
559
481
|
SourceVersion?: string;
|
|
560
482
|
}
|
|
561
|
-
export declare namespace CreateGrantVersionRequest {
|
|
562
|
-
/**
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
565
|
-
const filterSensitiveLog: (obj: CreateGrantVersionRequest) => any;
|
|
566
|
-
}
|
|
567
483
|
export interface CreateGrantVersionResponse {
|
|
568
484
|
/**
|
|
569
485
|
* <p>Grant ARN.</p>
|
|
@@ -578,12 +494,6 @@ export interface CreateGrantVersionResponse {
|
|
|
578
494
|
*/
|
|
579
495
|
Version?: string;
|
|
580
496
|
}
|
|
581
|
-
export declare namespace CreateGrantVersionResponse {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
|
-
const filterSensitiveLog: (obj: CreateGrantVersionResponse) => any;
|
|
586
|
-
}
|
|
587
497
|
/**
|
|
588
498
|
* <p>Details about a borrow configuration.</p>
|
|
589
499
|
*/
|
|
@@ -597,12 +507,6 @@ export interface BorrowConfiguration {
|
|
|
597
507
|
*/
|
|
598
508
|
MaxTimeToLiveInMinutes: number | undefined;
|
|
599
509
|
}
|
|
600
|
-
export declare namespace BorrowConfiguration {
|
|
601
|
-
/**
|
|
602
|
-
* @internal
|
|
603
|
-
*/
|
|
604
|
-
const filterSensitiveLog: (obj: BorrowConfiguration) => any;
|
|
605
|
-
}
|
|
606
510
|
/**
|
|
607
511
|
* <p>Details about a provisional configuration.</p>
|
|
608
512
|
*/
|
|
@@ -612,12 +516,6 @@ export interface ProvisionalConfiguration {
|
|
|
612
516
|
*/
|
|
613
517
|
MaxTimeToLiveInMinutes: number | undefined;
|
|
614
518
|
}
|
|
615
|
-
export declare namespace ProvisionalConfiguration {
|
|
616
|
-
/**
|
|
617
|
-
* @internal
|
|
618
|
-
*/
|
|
619
|
-
const filterSensitiveLog: (obj: ProvisionalConfiguration) => any;
|
|
620
|
-
}
|
|
621
519
|
export declare enum RenewType {
|
|
622
520
|
MONTHLY = "Monthly",
|
|
623
521
|
NONE = "None",
|
|
@@ -640,12 +538,6 @@ export interface ConsumptionConfiguration {
|
|
|
640
538
|
*/
|
|
641
539
|
BorrowConfiguration?: BorrowConfiguration;
|
|
642
540
|
}
|
|
643
|
-
export declare namespace ConsumptionConfiguration {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
const filterSensitiveLog: (obj: ConsumptionConfiguration) => any;
|
|
648
|
-
}
|
|
649
541
|
export declare enum EntitlementUnit {
|
|
650
542
|
BITS = "Bits",
|
|
651
543
|
BITS_PER_SECOND = "Bits/Second",
|
|
@@ -704,12 +596,6 @@ export interface Entitlement {
|
|
|
704
596
|
*/
|
|
705
597
|
AllowCheckIn?: boolean;
|
|
706
598
|
}
|
|
707
|
-
export declare namespace Entitlement {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
|
-
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
712
|
-
}
|
|
713
599
|
/**
|
|
714
600
|
* <p>Details about the issuer of a license.</p>
|
|
715
601
|
*/
|
|
@@ -724,12 +610,6 @@ export interface Issuer {
|
|
|
724
610
|
*/
|
|
725
611
|
SignKey?: string;
|
|
726
612
|
}
|
|
727
|
-
export declare namespace Issuer {
|
|
728
|
-
/**
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
731
|
-
const filterSensitiveLog: (obj: Issuer) => any;
|
|
732
|
-
}
|
|
733
613
|
/**
|
|
734
614
|
* <p>Describes a time range, in ISO8601-UTC format.</p>
|
|
735
615
|
*/
|
|
@@ -743,12 +623,6 @@ export interface DatetimeRange {
|
|
|
743
623
|
*/
|
|
744
624
|
End?: string;
|
|
745
625
|
}
|
|
746
|
-
export declare namespace DatetimeRange {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
|
-
const filterSensitiveLog: (obj: DatetimeRange) => any;
|
|
751
|
-
}
|
|
752
626
|
export interface CreateLicenseRequest {
|
|
753
627
|
/**
|
|
754
628
|
* <p>License name.</p>
|
|
@@ -797,12 +671,6 @@ export interface CreateLicenseRequest {
|
|
|
797
671
|
*/
|
|
798
672
|
ClientToken: string | undefined;
|
|
799
673
|
}
|
|
800
|
-
export declare namespace CreateLicenseRequest {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
const filterSensitiveLog: (obj: CreateLicenseRequest) => any;
|
|
805
|
-
}
|
|
806
674
|
export declare enum LicenseStatus {
|
|
807
675
|
AVAILABLE = "AVAILABLE",
|
|
808
676
|
DEACTIVATED = "DEACTIVATED",
|
|
@@ -826,12 +694,6 @@ export interface CreateLicenseResponse {
|
|
|
826
694
|
*/
|
|
827
695
|
Version?: string;
|
|
828
696
|
}
|
|
829
|
-
export declare namespace CreateLicenseResponse {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
|
-
const filterSensitiveLog: (obj: CreateLicenseResponse) => any;
|
|
834
|
-
}
|
|
835
697
|
export declare enum LicenseCountingType {
|
|
836
698
|
CORE = "Core",
|
|
837
699
|
INSTANCE = "Instance",
|
|
@@ -855,12 +717,6 @@ export interface ProductInformationFilter {
|
|
|
855
717
|
*/
|
|
856
718
|
ProductInformationFilterComparator: string | undefined;
|
|
857
719
|
}
|
|
858
|
-
export declare namespace ProductInformationFilter {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: ProductInformationFilter) => any;
|
|
863
|
-
}
|
|
864
720
|
/**
|
|
865
721
|
* <p>Describes product information for a license configuration.</p>
|
|
866
722
|
*/
|
|
@@ -943,12 +799,6 @@ export interface ProductInformation {
|
|
|
943
799
|
*/
|
|
944
800
|
ProductInformationFilterList: ProductInformationFilter[] | undefined;
|
|
945
801
|
}
|
|
946
|
-
export declare namespace ProductInformation {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
const filterSensitiveLog: (obj: ProductInformation) => any;
|
|
951
|
-
}
|
|
952
802
|
/**
|
|
953
803
|
* <p>Details about a tag for a license configuration.</p>
|
|
954
804
|
*/
|
|
@@ -962,12 +812,6 @@ export interface Tag {
|
|
|
962
812
|
*/
|
|
963
813
|
Value?: string;
|
|
964
814
|
}
|
|
965
|
-
export declare namespace Tag {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
970
|
-
}
|
|
971
815
|
export interface CreateLicenseConfigurationRequest {
|
|
972
816
|
/**
|
|
973
817
|
* <p>Name of the license configuration.</p>
|
|
@@ -1043,24 +887,12 @@ export interface CreateLicenseConfigurationRequest {
|
|
|
1043
887
|
*/
|
|
1044
888
|
ProductInformationList?: ProductInformation[];
|
|
1045
889
|
}
|
|
1046
|
-
export declare namespace CreateLicenseConfigurationRequest {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
const filterSensitiveLog: (obj: CreateLicenseConfigurationRequest) => any;
|
|
1051
|
-
}
|
|
1052
890
|
export interface CreateLicenseConfigurationResponse {
|
|
1053
891
|
/**
|
|
1054
892
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1055
893
|
*/
|
|
1056
894
|
LicenseConfigurationArn?: string;
|
|
1057
895
|
}
|
|
1058
|
-
export declare namespace CreateLicenseConfigurationResponse {
|
|
1059
|
-
/**
|
|
1060
|
-
* @internal
|
|
1061
|
-
*/
|
|
1062
|
-
const filterSensitiveLog: (obj: CreateLicenseConfigurationResponse) => any;
|
|
1063
|
-
}
|
|
1064
896
|
/**
|
|
1065
897
|
* <p>Information about a license type conversion task.</p>
|
|
1066
898
|
*/
|
|
@@ -1072,12 +904,6 @@ export interface LicenseConversionContext {
|
|
|
1072
904
|
*/
|
|
1073
905
|
UsageOperation?: string;
|
|
1074
906
|
}
|
|
1075
|
-
export declare namespace LicenseConversionContext {
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
*/
|
|
1079
|
-
const filterSensitiveLog: (obj: LicenseConversionContext) => any;
|
|
1080
|
-
}
|
|
1081
907
|
export interface CreateLicenseConversionTaskForResourceRequest {
|
|
1082
908
|
/**
|
|
1083
909
|
* <p>Amazon Resource Name (ARN) of the resource you are converting the license type for.</p>
|
|
@@ -1093,24 +919,12 @@ export interface CreateLicenseConversionTaskForResourceRequest {
|
|
|
1093
919
|
*/
|
|
1094
920
|
DestinationLicenseContext: LicenseConversionContext | undefined;
|
|
1095
921
|
}
|
|
1096
|
-
export declare namespace CreateLicenseConversionTaskForResourceRequest {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
const filterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceRequest) => any;
|
|
1101
|
-
}
|
|
1102
922
|
export interface CreateLicenseConversionTaskForResourceResponse {
|
|
1103
923
|
/**
|
|
1104
924
|
* <p>The ID of the created license type conversion task.</p>
|
|
1105
925
|
*/
|
|
1106
926
|
LicenseConversionTaskId?: string;
|
|
1107
927
|
}
|
|
1108
|
-
export declare namespace CreateLicenseConversionTaskForResourceResponse {
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
const filterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceResponse) => any;
|
|
1113
|
-
}
|
|
1114
928
|
/**
|
|
1115
929
|
* <p>Details of the license configuration that this generator reports on.</p>
|
|
1116
930
|
*/
|
|
@@ -1120,12 +934,6 @@ export interface ReportContext {
|
|
|
1120
934
|
*/
|
|
1121
935
|
licenseConfigurationArns: string[] | undefined;
|
|
1122
936
|
}
|
|
1123
|
-
export declare namespace ReportContext {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
const filterSensitiveLog: (obj: ReportContext) => any;
|
|
1128
|
-
}
|
|
1129
937
|
export declare enum ReportFrequencyType {
|
|
1130
938
|
DAY = "DAY",
|
|
1131
939
|
MONTH = "MONTH",
|
|
@@ -1145,12 +953,6 @@ export interface ReportFrequency {
|
|
|
1145
953
|
*/
|
|
1146
954
|
period?: ReportFrequencyType | string;
|
|
1147
955
|
}
|
|
1148
|
-
export declare namespace ReportFrequency {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
const filterSensitiveLog: (obj: ReportFrequency) => any;
|
|
1153
|
-
}
|
|
1154
956
|
export declare enum ReportType {
|
|
1155
957
|
LICENSE_CONFIGURATION_SUMMARY_REPORT = "LicenseConfigurationSummaryReport",
|
|
1156
958
|
LICENSE_CONFIGURATION_USAGE_REPORT = "LicenseConfigurationUsageReport"
|
|
@@ -1193,24 +995,12 @@ export interface CreateLicenseManagerReportGeneratorRequest {
|
|
|
1193
995
|
*/
|
|
1194
996
|
Tags?: Tag[];
|
|
1195
997
|
}
|
|
1196
|
-
export declare namespace CreateLicenseManagerReportGeneratorRequest {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
const filterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorRequest) => any;
|
|
1201
|
-
}
|
|
1202
998
|
export interface CreateLicenseManagerReportGeneratorResponse {
|
|
1203
999
|
/**
|
|
1204
1000
|
* <p>The Amazon Resource Name (ARN) of the new report generator.</p>
|
|
1205
1001
|
*/
|
|
1206
1002
|
LicenseManagerReportGeneratorArn?: string;
|
|
1207
1003
|
}
|
|
1208
|
-
export declare namespace CreateLicenseManagerReportGeneratorResponse {
|
|
1209
|
-
/**
|
|
1210
|
-
* @internal
|
|
1211
|
-
*/
|
|
1212
|
-
const filterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorResponse) => any;
|
|
1213
|
-
}
|
|
1214
1004
|
export interface CreateLicenseVersionRequest {
|
|
1215
1005
|
/**
|
|
1216
1006
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
@@ -1263,12 +1053,6 @@ export interface CreateLicenseVersionRequest {
|
|
|
1263
1053
|
*/
|
|
1264
1054
|
SourceVersion?: string;
|
|
1265
1055
|
}
|
|
1266
|
-
export declare namespace CreateLicenseVersionRequest {
|
|
1267
|
-
/**
|
|
1268
|
-
* @internal
|
|
1269
|
-
*/
|
|
1270
|
-
const filterSensitiveLog: (obj: CreateLicenseVersionRequest) => any;
|
|
1271
|
-
}
|
|
1272
1056
|
export interface CreateLicenseVersionResponse {
|
|
1273
1057
|
/**
|
|
1274
1058
|
* <p>License ARN.</p>
|
|
@@ -1283,12 +1067,6 @@ export interface CreateLicenseVersionResponse {
|
|
|
1283
1067
|
*/
|
|
1284
1068
|
Status?: LicenseStatus | string;
|
|
1285
1069
|
}
|
|
1286
|
-
export declare namespace CreateLicenseVersionResponse {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
const filterSensitiveLog: (obj: CreateLicenseVersionResponse) => any;
|
|
1291
|
-
}
|
|
1292
1070
|
export interface CreateTokenRequest {
|
|
1293
1071
|
/**
|
|
1294
1072
|
* <p>Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the
|
|
@@ -1314,12 +1092,6 @@ export interface CreateTokenRequest {
|
|
|
1314
1092
|
*/
|
|
1315
1093
|
ClientToken: string | undefined;
|
|
1316
1094
|
}
|
|
1317
|
-
export declare namespace CreateTokenRequest {
|
|
1318
|
-
/**
|
|
1319
|
-
* @internal
|
|
1320
|
-
*/
|
|
1321
|
-
const filterSensitiveLog: (obj: CreateTokenRequest) => any;
|
|
1322
|
-
}
|
|
1323
1095
|
export declare enum TokenType {
|
|
1324
1096
|
REFRESH_TOKEN = "REFRESH_TOKEN"
|
|
1325
1097
|
}
|
|
@@ -1337,12 +1109,6 @@ export interface CreateTokenResponse {
|
|
|
1337
1109
|
*/
|
|
1338
1110
|
Token?: string;
|
|
1339
1111
|
}
|
|
1340
|
-
export declare namespace CreateTokenResponse {
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
|
-
const filterSensitiveLog: (obj: CreateTokenResponse) => any;
|
|
1345
|
-
}
|
|
1346
1112
|
export interface DeleteGrantRequest {
|
|
1347
1113
|
/**
|
|
1348
1114
|
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
@@ -1357,12 +1123,6 @@ export interface DeleteGrantRequest {
|
|
|
1357
1123
|
*/
|
|
1358
1124
|
Version: string | undefined;
|
|
1359
1125
|
}
|
|
1360
|
-
export declare namespace DeleteGrantRequest {
|
|
1361
|
-
/**
|
|
1362
|
-
* @internal
|
|
1363
|
-
*/
|
|
1364
|
-
const filterSensitiveLog: (obj: DeleteGrantRequest) => any;
|
|
1365
|
-
}
|
|
1366
1126
|
export interface DeleteGrantResponse {
|
|
1367
1127
|
/**
|
|
1368
1128
|
* <p>Grant ARN.</p>
|
|
@@ -1377,12 +1137,6 @@ export interface DeleteGrantResponse {
|
|
|
1377
1137
|
*/
|
|
1378
1138
|
Version?: string;
|
|
1379
1139
|
}
|
|
1380
|
-
export declare namespace DeleteGrantResponse {
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
*/
|
|
1384
|
-
const filterSensitiveLog: (obj: DeleteGrantResponse) => any;
|
|
1385
|
-
}
|
|
1386
1140
|
export interface DeleteLicenseRequest {
|
|
1387
1141
|
/**
|
|
1388
1142
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
@@ -1393,12 +1147,6 @@ export interface DeleteLicenseRequest {
|
|
|
1393
1147
|
*/
|
|
1394
1148
|
SourceVersion: string | undefined;
|
|
1395
1149
|
}
|
|
1396
|
-
export declare namespace DeleteLicenseRequest {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
|
-
const filterSensitiveLog: (obj: DeleteLicenseRequest) => any;
|
|
1401
|
-
}
|
|
1402
1150
|
export declare enum LicenseDeletionStatus {
|
|
1403
1151
|
DELETED = "DELETED",
|
|
1404
1152
|
PENDING_DELETE = "PENDING_DELETE"
|
|
@@ -1413,72 +1161,30 @@ export interface DeleteLicenseResponse {
|
|
|
1413
1161
|
*/
|
|
1414
1162
|
DeletionDate?: string;
|
|
1415
1163
|
}
|
|
1416
|
-
export declare namespace DeleteLicenseResponse {
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
const filterSensitiveLog: (obj: DeleteLicenseResponse) => any;
|
|
1421
|
-
}
|
|
1422
1164
|
export interface DeleteLicenseConfigurationRequest {
|
|
1423
1165
|
/**
|
|
1424
1166
|
* <p>ID of the license configuration.</p>
|
|
1425
1167
|
*/
|
|
1426
1168
|
LicenseConfigurationArn: string | undefined;
|
|
1427
1169
|
}
|
|
1428
|
-
export declare namespace DeleteLicenseConfigurationRequest {
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
|
-
const filterSensitiveLog: (obj: DeleteLicenseConfigurationRequest) => any;
|
|
1433
|
-
}
|
|
1434
1170
|
export interface DeleteLicenseConfigurationResponse {
|
|
1435
1171
|
}
|
|
1436
|
-
export declare namespace DeleteLicenseConfigurationResponse {
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
const filterSensitiveLog: (obj: DeleteLicenseConfigurationResponse) => any;
|
|
1441
|
-
}
|
|
1442
1172
|
export interface DeleteLicenseManagerReportGeneratorRequest {
|
|
1443
1173
|
/**
|
|
1444
1174
|
* <p>Amazon Resource Name (ARN) of the report generator to be deleted.</p>
|
|
1445
1175
|
*/
|
|
1446
1176
|
LicenseManagerReportGeneratorArn: string | undefined;
|
|
1447
1177
|
}
|
|
1448
|
-
export declare namespace DeleteLicenseManagerReportGeneratorRequest {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
|
-
const filterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorRequest) => any;
|
|
1453
|
-
}
|
|
1454
1178
|
export interface DeleteLicenseManagerReportGeneratorResponse {
|
|
1455
1179
|
}
|
|
1456
|
-
export declare namespace DeleteLicenseManagerReportGeneratorResponse {
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
|
-
const filterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorResponse) => any;
|
|
1461
|
-
}
|
|
1462
1180
|
export interface DeleteTokenRequest {
|
|
1463
1181
|
/**
|
|
1464
1182
|
* <p>Token ID.</p>
|
|
1465
1183
|
*/
|
|
1466
1184
|
TokenId: string | undefined;
|
|
1467
1185
|
}
|
|
1468
|
-
export declare namespace DeleteTokenRequest {
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
|
-
const filterSensitiveLog: (obj: DeleteTokenRequest) => any;
|
|
1473
|
-
}
|
|
1474
1186
|
export interface DeleteTokenResponse {
|
|
1475
1187
|
}
|
|
1476
|
-
export declare namespace DeleteTokenResponse {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
const filterSensitiveLog: (obj: DeleteTokenResponse) => any;
|
|
1481
|
-
}
|
|
1482
1188
|
export interface ExtendLicenseConsumptionRequest {
|
|
1483
1189
|
/**
|
|
1484
1190
|
* <p>License consumption token.</p>
|
|
@@ -1489,12 +1195,6 @@ export interface ExtendLicenseConsumptionRequest {
|
|
|
1489
1195
|
*/
|
|
1490
1196
|
DryRun?: boolean;
|
|
1491
1197
|
}
|
|
1492
|
-
export declare namespace ExtendLicenseConsumptionRequest {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
const filterSensitiveLog: (obj: ExtendLicenseConsumptionRequest) => any;
|
|
1497
|
-
}
|
|
1498
1198
|
export interface ExtendLicenseConsumptionResponse {
|
|
1499
1199
|
/**
|
|
1500
1200
|
* <p>License consumption token.</p>
|
|
@@ -1505,12 +1205,6 @@ export interface ExtendLicenseConsumptionResponse {
|
|
|
1505
1205
|
*/
|
|
1506
1206
|
Expiration?: string;
|
|
1507
1207
|
}
|
|
1508
|
-
export declare namespace ExtendLicenseConsumptionResponse {
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
const filterSensitiveLog: (obj: ExtendLicenseConsumptionResponse) => any;
|
|
1513
|
-
}
|
|
1514
1208
|
export interface GetAccessTokenRequest {
|
|
1515
1209
|
/**
|
|
1516
1210
|
* <p>Refresh token, encoded as a JWT token.</p>
|
|
@@ -1521,24 +1215,12 @@ export interface GetAccessTokenRequest {
|
|
|
1521
1215
|
*/
|
|
1522
1216
|
TokenProperties?: string[];
|
|
1523
1217
|
}
|
|
1524
|
-
export declare namespace GetAccessTokenRequest {
|
|
1525
|
-
/**
|
|
1526
|
-
* @internal
|
|
1527
|
-
*/
|
|
1528
|
-
const filterSensitiveLog: (obj: GetAccessTokenRequest) => any;
|
|
1529
|
-
}
|
|
1530
1218
|
export interface GetAccessTokenResponse {
|
|
1531
1219
|
/**
|
|
1532
1220
|
* <p>Temporary access token.</p>
|
|
1533
1221
|
*/
|
|
1534
1222
|
AccessToken?: string;
|
|
1535
1223
|
}
|
|
1536
|
-
export declare namespace GetAccessTokenResponse {
|
|
1537
|
-
/**
|
|
1538
|
-
* @internal
|
|
1539
|
-
*/
|
|
1540
|
-
const filterSensitiveLog: (obj: GetAccessTokenResponse) => any;
|
|
1541
|
-
}
|
|
1542
1224
|
export interface GetGrantRequest {
|
|
1543
1225
|
/**
|
|
1544
1226
|
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
@@ -1549,12 +1231,6 @@ export interface GetGrantRequest {
|
|
|
1549
1231
|
*/
|
|
1550
1232
|
Version?: string;
|
|
1551
1233
|
}
|
|
1552
|
-
export declare namespace GetGrantRequest {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
const filterSensitiveLog: (obj: GetGrantRequest) => any;
|
|
1557
|
-
}
|
|
1558
1234
|
/**
|
|
1559
1235
|
* <p>Describes a grant.</p>
|
|
1560
1236
|
*/
|
|
@@ -1600,24 +1276,12 @@ export interface Grant {
|
|
|
1600
1276
|
*/
|
|
1601
1277
|
GrantedOperations: (AllowedOperation | string)[] | undefined;
|
|
1602
1278
|
}
|
|
1603
|
-
export declare namespace Grant {
|
|
1604
|
-
/**
|
|
1605
|
-
* @internal
|
|
1606
|
-
*/
|
|
1607
|
-
const filterSensitiveLog: (obj: Grant) => any;
|
|
1608
|
-
}
|
|
1609
1279
|
export interface GetGrantResponse {
|
|
1610
1280
|
/**
|
|
1611
1281
|
* <p>Grant details.</p>
|
|
1612
1282
|
*/
|
|
1613
1283
|
Grant?: Grant;
|
|
1614
1284
|
}
|
|
1615
|
-
export declare namespace GetGrantResponse {
|
|
1616
|
-
/**
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
1619
|
-
const filterSensitiveLog: (obj: GetGrantResponse) => any;
|
|
1620
|
-
}
|
|
1621
1285
|
export interface GetLicenseRequest {
|
|
1622
1286
|
/**
|
|
1623
1287
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
@@ -1628,12 +1292,6 @@ export interface GetLicenseRequest {
|
|
|
1628
1292
|
*/
|
|
1629
1293
|
Version?: string;
|
|
1630
1294
|
}
|
|
1631
|
-
export declare namespace GetLicenseRequest {
|
|
1632
|
-
/**
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
1635
|
-
const filterSensitiveLog: (obj: GetLicenseRequest) => any;
|
|
1636
|
-
}
|
|
1637
1295
|
/**
|
|
1638
1296
|
* <p>Details associated with the issuer of a license.</p>
|
|
1639
1297
|
*/
|
|
@@ -1652,12 +1310,6 @@ export interface IssuerDetails {
|
|
|
1652
1310
|
*/
|
|
1653
1311
|
KeyFingerprint?: string;
|
|
1654
1312
|
}
|
|
1655
|
-
export declare namespace IssuerDetails {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
const filterSensitiveLog: (obj: IssuerDetails) => any;
|
|
1660
|
-
}
|
|
1661
1313
|
/**
|
|
1662
1314
|
* <p>Software license that is managed in License Manager.</p>
|
|
1663
1315
|
*/
|
|
@@ -1719,36 +1371,18 @@ export interface License {
|
|
|
1719
1371
|
*/
|
|
1720
1372
|
Version?: string;
|
|
1721
1373
|
}
|
|
1722
|
-
export declare namespace License {
|
|
1723
|
-
/**
|
|
1724
|
-
* @internal
|
|
1725
|
-
*/
|
|
1726
|
-
const filterSensitiveLog: (obj: License) => any;
|
|
1727
|
-
}
|
|
1728
1374
|
export interface GetLicenseResponse {
|
|
1729
1375
|
/**
|
|
1730
1376
|
* <p>License details.</p>
|
|
1731
1377
|
*/
|
|
1732
1378
|
License?: License;
|
|
1733
1379
|
}
|
|
1734
|
-
export declare namespace GetLicenseResponse {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
const filterSensitiveLog: (obj: GetLicenseResponse) => any;
|
|
1739
|
-
}
|
|
1740
1380
|
export interface GetLicenseConfigurationRequest {
|
|
1741
1381
|
/**
|
|
1742
1382
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1743
1383
|
*/
|
|
1744
1384
|
LicenseConfigurationArn: string | undefined;
|
|
1745
1385
|
}
|
|
1746
|
-
export declare namespace GetLicenseConfigurationRequest {
|
|
1747
|
-
/**
|
|
1748
|
-
* @internal
|
|
1749
|
-
*/
|
|
1750
|
-
const filterSensitiveLog: (obj: GetLicenseConfigurationRequest) => any;
|
|
1751
|
-
}
|
|
1752
1386
|
export declare enum ResourceType {
|
|
1753
1387
|
EC2_AMI = "EC2_AMI",
|
|
1754
1388
|
EC2_HOST = "EC2_HOST",
|
|
@@ -1769,12 +1403,6 @@ export interface ConsumedLicenseSummary {
|
|
|
1769
1403
|
*/
|
|
1770
1404
|
ConsumedLicenses?: number;
|
|
1771
1405
|
}
|
|
1772
|
-
export declare namespace ConsumedLicenseSummary {
|
|
1773
|
-
/**
|
|
1774
|
-
* @internal
|
|
1775
|
-
*/
|
|
1776
|
-
const filterSensitiveLog: (obj: ConsumedLicenseSummary) => any;
|
|
1777
|
-
}
|
|
1778
1406
|
/**
|
|
1779
1407
|
* <p>Summary information about a managed resource.</p>
|
|
1780
1408
|
*/
|
|
@@ -1788,12 +1416,6 @@ export interface ManagedResourceSummary {
|
|
|
1788
1416
|
*/
|
|
1789
1417
|
AssociationCount?: number;
|
|
1790
1418
|
}
|
|
1791
|
-
export declare namespace ManagedResourceSummary {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
|
-
const filterSensitiveLog: (obj: ManagedResourceSummary) => any;
|
|
1796
|
-
}
|
|
1797
1419
|
export interface GetLicenseConfigurationResponse {
|
|
1798
1420
|
/**
|
|
1799
1421
|
* <p>Unique ID for the license configuration.</p>
|
|
@@ -1864,24 +1486,12 @@ export interface GetLicenseConfigurationResponse {
|
|
|
1864
1486
|
*/
|
|
1865
1487
|
DisassociateWhenNotFound?: boolean;
|
|
1866
1488
|
}
|
|
1867
|
-
export declare namespace GetLicenseConfigurationResponse {
|
|
1868
|
-
/**
|
|
1869
|
-
* @internal
|
|
1870
|
-
*/
|
|
1871
|
-
const filterSensitiveLog: (obj: GetLicenseConfigurationResponse) => any;
|
|
1872
|
-
}
|
|
1873
1489
|
export interface GetLicenseConversionTaskRequest {
|
|
1874
1490
|
/**
|
|
1875
1491
|
* <p>ID of the license type conversion task to retrieve information on.</p>
|
|
1876
1492
|
*/
|
|
1877
1493
|
LicenseConversionTaskId: string | undefined;
|
|
1878
1494
|
}
|
|
1879
|
-
export declare namespace GetLicenseConversionTaskRequest {
|
|
1880
|
-
/**
|
|
1881
|
-
* @internal
|
|
1882
|
-
*/
|
|
1883
|
-
const filterSensitiveLog: (obj: GetLicenseConversionTaskRequest) => any;
|
|
1884
|
-
}
|
|
1885
1495
|
export declare enum LicenseConversionTaskStatus {
|
|
1886
1496
|
FAILED = "FAILED",
|
|
1887
1497
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -1925,24 +1535,12 @@ export interface GetLicenseConversionTaskResponse {
|
|
|
1925
1535
|
*/
|
|
1926
1536
|
EndTime?: Date;
|
|
1927
1537
|
}
|
|
1928
|
-
export declare namespace GetLicenseConversionTaskResponse {
|
|
1929
|
-
/**
|
|
1930
|
-
* @internal
|
|
1931
|
-
*/
|
|
1932
|
-
const filterSensitiveLog: (obj: GetLicenseConversionTaskResponse) => any;
|
|
1933
|
-
}
|
|
1934
1538
|
export interface GetLicenseManagerReportGeneratorRequest {
|
|
1935
1539
|
/**
|
|
1936
1540
|
* <p>Amazon Resource Name (ARN) of the report generator.</p>
|
|
1937
1541
|
*/
|
|
1938
1542
|
LicenseManagerReportGeneratorArn: string | undefined;
|
|
1939
1543
|
}
|
|
1940
|
-
export declare namespace GetLicenseManagerReportGeneratorRequest {
|
|
1941
|
-
/**
|
|
1942
|
-
* @internal
|
|
1943
|
-
*/
|
|
1944
|
-
const filterSensitiveLog: (obj: GetLicenseManagerReportGeneratorRequest) => any;
|
|
1945
|
-
}
|
|
1946
1544
|
/**
|
|
1947
1545
|
* <p>Details of the S3 bucket that report generator reports are published to.</p>
|
|
1948
1546
|
*/
|
|
@@ -1956,12 +1554,6 @@ export interface S3Location {
|
|
|
1956
1554
|
*/
|
|
1957
1555
|
keyPrefix?: string;
|
|
1958
1556
|
}
|
|
1959
|
-
export declare namespace S3Location {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
1964
|
-
}
|
|
1965
1557
|
/**
|
|
1966
1558
|
* <p>Describe the details of a report generator.</p>
|
|
1967
1559
|
*/
|
|
@@ -2019,36 +1611,18 @@ export interface ReportGenerator {
|
|
|
2019
1611
|
*/
|
|
2020
1612
|
Tags?: Tag[];
|
|
2021
1613
|
}
|
|
2022
|
-
export declare namespace ReportGenerator {
|
|
2023
|
-
/**
|
|
2024
|
-
* @internal
|
|
2025
|
-
*/
|
|
2026
|
-
const filterSensitiveLog: (obj: ReportGenerator) => any;
|
|
2027
|
-
}
|
|
2028
1614
|
export interface GetLicenseManagerReportGeneratorResponse {
|
|
2029
1615
|
/**
|
|
2030
1616
|
* <p>A report generator that creates periodic reports about your license configurations.</p>
|
|
2031
1617
|
*/
|
|
2032
1618
|
ReportGenerator?: ReportGenerator;
|
|
2033
1619
|
}
|
|
2034
|
-
export declare namespace GetLicenseManagerReportGeneratorResponse {
|
|
2035
|
-
/**
|
|
2036
|
-
* @internal
|
|
2037
|
-
*/
|
|
2038
|
-
const filterSensitiveLog: (obj: GetLicenseManagerReportGeneratorResponse) => any;
|
|
2039
|
-
}
|
|
2040
1620
|
export interface GetLicenseUsageRequest {
|
|
2041
1621
|
/**
|
|
2042
1622
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
2043
1623
|
*/
|
|
2044
1624
|
LicenseArn: string | undefined;
|
|
2045
1625
|
}
|
|
2046
|
-
export declare namespace GetLicenseUsageRequest {
|
|
2047
|
-
/**
|
|
2048
|
-
* @internal
|
|
2049
|
-
*/
|
|
2050
|
-
const filterSensitiveLog: (obj: GetLicenseUsageRequest) => any;
|
|
2051
|
-
}
|
|
2052
1626
|
/**
|
|
2053
1627
|
* <p>Usage associated with an entitlement resource.</p>
|
|
2054
1628
|
*/
|
|
@@ -2070,12 +1644,6 @@ export interface EntitlementUsage {
|
|
|
2070
1644
|
*/
|
|
2071
1645
|
Unit: EntitlementDataUnit | string | undefined;
|
|
2072
1646
|
}
|
|
2073
|
-
export declare namespace EntitlementUsage {
|
|
2074
|
-
/**
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
2077
|
-
const filterSensitiveLog: (obj: EntitlementUsage) => any;
|
|
2078
|
-
}
|
|
2079
1647
|
/**
|
|
2080
1648
|
* <p>Describes the entitlement usage associated with a license.</p>
|
|
2081
1649
|
*/
|
|
@@ -2085,32 +1653,14 @@ export interface LicenseUsage {
|
|
|
2085
1653
|
*/
|
|
2086
1654
|
EntitlementUsages?: EntitlementUsage[];
|
|
2087
1655
|
}
|
|
2088
|
-
export declare namespace LicenseUsage {
|
|
2089
|
-
/**
|
|
2090
|
-
* @internal
|
|
2091
|
-
*/
|
|
2092
|
-
const filterSensitiveLog: (obj: LicenseUsage) => any;
|
|
2093
|
-
}
|
|
2094
1656
|
export interface GetLicenseUsageResponse {
|
|
2095
1657
|
/**
|
|
2096
1658
|
* <p>License usage details.</p>
|
|
2097
1659
|
*/
|
|
2098
1660
|
LicenseUsage?: LicenseUsage;
|
|
2099
1661
|
}
|
|
2100
|
-
export declare namespace GetLicenseUsageResponse {
|
|
2101
|
-
/**
|
|
2102
|
-
* @internal
|
|
2103
|
-
*/
|
|
2104
|
-
const filterSensitiveLog: (obj: GetLicenseUsageResponse) => any;
|
|
2105
|
-
}
|
|
2106
1662
|
export interface GetServiceSettingsRequest {
|
|
2107
1663
|
}
|
|
2108
|
-
export declare namespace GetServiceSettingsRequest {
|
|
2109
|
-
/**
|
|
2110
|
-
* @internal
|
|
2111
|
-
*/
|
|
2112
|
-
const filterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
|
|
2113
|
-
}
|
|
2114
1664
|
/**
|
|
2115
1665
|
* <p>Configuration information for Organizations.</p>
|
|
2116
1666
|
*/
|
|
@@ -2120,12 +1670,6 @@ export interface OrganizationConfiguration {
|
|
|
2120
1670
|
*/
|
|
2121
1671
|
EnableIntegration: boolean | undefined;
|
|
2122
1672
|
}
|
|
2123
|
-
export declare namespace OrganizationConfiguration {
|
|
2124
|
-
/**
|
|
2125
|
-
* @internal
|
|
2126
|
-
*/
|
|
2127
|
-
const filterSensitiveLog: (obj: OrganizationConfiguration) => any;
|
|
2128
|
-
}
|
|
2129
1673
|
export interface GetServiceSettingsResponse {
|
|
2130
1674
|
/**
|
|
2131
1675
|
* <p>Regional S3 bucket path for storing reports, license trail event data, discovery data,
|
|
@@ -2151,12 +1695,6 @@ export interface GetServiceSettingsResponse {
|
|
|
2151
1695
|
*/
|
|
2152
1696
|
LicenseManagerResourceShareArn?: string;
|
|
2153
1697
|
}
|
|
2154
|
-
export declare namespace GetServiceSettingsResponse {
|
|
2155
|
-
/**
|
|
2156
|
-
* @internal
|
|
2157
|
-
*/
|
|
2158
|
-
const filterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
|
|
2159
|
-
}
|
|
2160
1698
|
/**
|
|
2161
1699
|
* <p>The request uses too many filters or too many filter values.</p>
|
|
2162
1700
|
*/
|
|
@@ -2183,12 +1721,6 @@ export interface ListAssociationsForLicenseConfigurationRequest {
|
|
|
2183
1721
|
*/
|
|
2184
1722
|
NextToken?: string;
|
|
2185
1723
|
}
|
|
2186
|
-
export declare namespace ListAssociationsForLicenseConfigurationRequest {
|
|
2187
|
-
/**
|
|
2188
|
-
* @internal
|
|
2189
|
-
*/
|
|
2190
|
-
const filterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationRequest) => any;
|
|
2191
|
-
}
|
|
2192
1724
|
/**
|
|
2193
1725
|
* <p>Describes an association with a license configuration.</p>
|
|
2194
1726
|
*/
|
|
@@ -2214,12 +1746,6 @@ export interface LicenseConfigurationAssociation {
|
|
|
2214
1746
|
*/
|
|
2215
1747
|
AmiAssociationScope?: string;
|
|
2216
1748
|
}
|
|
2217
|
-
export declare namespace LicenseConfigurationAssociation {
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
const filterSensitiveLog: (obj: LicenseConfigurationAssociation) => any;
|
|
2222
|
-
}
|
|
2223
1749
|
export interface ListAssociationsForLicenseConfigurationResponse {
|
|
2224
1750
|
/**
|
|
2225
1751
|
* <p>Information about the associations for the license configuration.</p>
|
|
@@ -2230,12 +1756,6 @@ export interface ListAssociationsForLicenseConfigurationResponse {
|
|
|
2230
1756
|
*/
|
|
2231
1757
|
NextToken?: string;
|
|
2232
1758
|
}
|
|
2233
|
-
export declare namespace ListAssociationsForLicenseConfigurationResponse {
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
const filterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationResponse) => any;
|
|
2238
|
-
}
|
|
2239
1759
|
/**
|
|
2240
1760
|
* <p>A filter name and value pair that is used to return more specific results from a
|
|
2241
1761
|
* describe operation. Filters can be used to match a set of resources by specific criteria,
|
|
@@ -2251,12 +1771,6 @@ export interface Filter {
|
|
|
2251
1771
|
*/
|
|
2252
1772
|
Values?: string[];
|
|
2253
1773
|
}
|
|
2254
|
-
export declare namespace Filter {
|
|
2255
|
-
/**
|
|
2256
|
-
* @internal
|
|
2257
|
-
*/
|
|
2258
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2259
|
-
}
|
|
2260
1774
|
export interface ListDistributedGrantsRequest {
|
|
2261
1775
|
/**
|
|
2262
1776
|
* <p>Amazon Resource Names (ARNs) of the grants.</p>
|
|
@@ -2302,12 +1816,6 @@ export interface ListDistributedGrantsRequest {
|
|
|
2302
1816
|
*/
|
|
2303
1817
|
MaxResults?: number;
|
|
2304
1818
|
}
|
|
2305
|
-
export declare namespace ListDistributedGrantsRequest {
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
const filterSensitiveLog: (obj: ListDistributedGrantsRequest) => any;
|
|
2310
|
-
}
|
|
2311
1819
|
export interface ListDistributedGrantsResponse {
|
|
2312
1820
|
/**
|
|
2313
1821
|
* <p>Distributed grant details.</p>
|
|
@@ -2318,12 +1826,6 @@ export interface ListDistributedGrantsResponse {
|
|
|
2318
1826
|
*/
|
|
2319
1827
|
NextToken?: string;
|
|
2320
1828
|
}
|
|
2321
|
-
export declare namespace ListDistributedGrantsResponse {
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
const filterSensitiveLog: (obj: ListDistributedGrantsResponse) => any;
|
|
2326
|
-
}
|
|
2327
1829
|
export interface ListFailuresForLicenseConfigurationOperationsRequest {
|
|
2328
1830
|
/**
|
|
2329
1831
|
* <p>Amazon Resource Name of the license configuration.</p>
|
|
@@ -2338,12 +1840,6 @@ export interface ListFailuresForLicenseConfigurationOperationsRequest {
|
|
|
2338
1840
|
*/
|
|
2339
1841
|
NextToken?: string;
|
|
2340
1842
|
}
|
|
2341
|
-
export declare namespace ListFailuresForLicenseConfigurationOperationsRequest {
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
const filterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsRequest) => any;
|
|
2346
|
-
}
|
|
2347
1843
|
/**
|
|
2348
1844
|
* <p>Describes the failure of a license operation.</p>
|
|
2349
1845
|
*/
|
|
@@ -2381,12 +1877,6 @@ export interface LicenseOperationFailure {
|
|
|
2381
1877
|
*/
|
|
2382
1878
|
MetadataList?: Metadata[];
|
|
2383
1879
|
}
|
|
2384
|
-
export declare namespace LicenseOperationFailure {
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
const filterSensitiveLog: (obj: LicenseOperationFailure) => any;
|
|
2389
|
-
}
|
|
2390
1880
|
export interface ListFailuresForLicenseConfigurationOperationsResponse {
|
|
2391
1881
|
/**
|
|
2392
1882
|
* <p>License configuration operations that failed.</p>
|
|
@@ -2397,12 +1887,6 @@ export interface ListFailuresForLicenseConfigurationOperationsResponse {
|
|
|
2397
1887
|
*/
|
|
2398
1888
|
NextToken?: string;
|
|
2399
1889
|
}
|
|
2400
|
-
export declare namespace ListFailuresForLicenseConfigurationOperationsResponse {
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
const filterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsResponse) => any;
|
|
2405
|
-
}
|
|
2406
1890
|
export interface ListLicenseConfigurationsRequest {
|
|
2407
1891
|
/**
|
|
2408
1892
|
* <p>Amazon Resource Names (ARN) of the license configurations.</p>
|
|
@@ -2440,12 +1924,6 @@ export interface ListLicenseConfigurationsRequest {
|
|
|
2440
1924
|
*/
|
|
2441
1925
|
Filters?: Filter[];
|
|
2442
1926
|
}
|
|
2443
|
-
export declare namespace ListLicenseConfigurationsRequest {
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
*/
|
|
2447
|
-
const filterSensitiveLog: (obj: ListLicenseConfigurationsRequest) => any;
|
|
2448
|
-
}
|
|
2449
1927
|
/**
|
|
2450
1928
|
* <p>A license configuration is an abstraction of a customer license agreement that can be
|
|
2451
1929
|
* consumed and enforced by License Manager. Components include specifications for the license
|
|
@@ -2519,12 +1997,6 @@ export interface LicenseConfiguration {
|
|
|
2519
1997
|
*/
|
|
2520
1998
|
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
|
|
2521
1999
|
}
|
|
2522
|
-
export declare namespace LicenseConfiguration {
|
|
2523
|
-
/**
|
|
2524
|
-
* @internal
|
|
2525
|
-
*/
|
|
2526
|
-
const filterSensitiveLog: (obj: LicenseConfiguration) => any;
|
|
2527
|
-
}
|
|
2528
2000
|
export interface ListLicenseConfigurationsResponse {
|
|
2529
2001
|
/**
|
|
2530
2002
|
* <p>Information about the license configurations.</p>
|
|
@@ -2535,12 +2007,6 @@ export interface ListLicenseConfigurationsResponse {
|
|
|
2535
2007
|
*/
|
|
2536
2008
|
NextToken?: string;
|
|
2537
2009
|
}
|
|
2538
|
-
export declare namespace ListLicenseConfigurationsResponse {
|
|
2539
|
-
/**
|
|
2540
|
-
* @internal
|
|
2541
|
-
*/
|
|
2542
|
-
const filterSensitiveLog: (obj: ListLicenseConfigurationsResponse) => any;
|
|
2543
|
-
}
|
|
2544
2010
|
export interface ListLicenseConversionTasksRequest {
|
|
2545
2011
|
/**
|
|
2546
2012
|
* <p>Token for the next set of results.</p>
|
|
@@ -2557,12 +2023,6 @@ export interface ListLicenseConversionTasksRequest {
|
|
|
2557
2023
|
*/
|
|
2558
2024
|
Filters?: Filter[];
|
|
2559
2025
|
}
|
|
2560
|
-
export declare namespace ListLicenseConversionTasksRequest {
|
|
2561
|
-
/**
|
|
2562
|
-
* @internal
|
|
2563
|
-
*/
|
|
2564
|
-
const filterSensitiveLog: (obj: ListLicenseConversionTasksRequest) => any;
|
|
2565
|
-
}
|
|
2566
2026
|
/**
|
|
2567
2027
|
* <p>Information about a license type conversion task.</p>
|
|
2568
2028
|
*/
|
|
@@ -2605,12 +2065,6 @@ export interface LicenseConversionTask {
|
|
|
2605
2065
|
*/
|
|
2606
2066
|
EndTime?: Date;
|
|
2607
2067
|
}
|
|
2608
|
-
export declare namespace LicenseConversionTask {
|
|
2609
|
-
/**
|
|
2610
|
-
* @internal
|
|
2611
|
-
*/
|
|
2612
|
-
const filterSensitiveLog: (obj: LicenseConversionTask) => any;
|
|
2613
|
-
}
|
|
2614
2068
|
export interface ListLicenseConversionTasksResponse {
|
|
2615
2069
|
/**
|
|
2616
2070
|
* <p>Information about the license configuration tasks for your account.</p>
|
|
@@ -2621,12 +2075,6 @@ export interface ListLicenseConversionTasksResponse {
|
|
|
2621
2075
|
*/
|
|
2622
2076
|
NextToken?: string;
|
|
2623
2077
|
}
|
|
2624
|
-
export declare namespace ListLicenseConversionTasksResponse {
|
|
2625
|
-
/**
|
|
2626
|
-
* @internal
|
|
2627
|
-
*/
|
|
2628
|
-
const filterSensitiveLog: (obj: ListLicenseConversionTasksResponse) => any;
|
|
2629
|
-
}
|
|
2630
2078
|
export interface ListLicenseManagerReportGeneratorsRequest {
|
|
2631
2079
|
/**
|
|
2632
2080
|
* <p>Filters to scope the results. The following filters are supported: </p>
|
|
@@ -2648,12 +2096,6 @@ export interface ListLicenseManagerReportGeneratorsRequest {
|
|
|
2648
2096
|
*/
|
|
2649
2097
|
MaxResults?: number;
|
|
2650
2098
|
}
|
|
2651
|
-
export declare namespace ListLicenseManagerReportGeneratorsRequest {
|
|
2652
|
-
/**
|
|
2653
|
-
* @internal
|
|
2654
|
-
*/
|
|
2655
|
-
const filterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsRequest) => any;
|
|
2656
|
-
}
|
|
2657
2099
|
export interface ListLicenseManagerReportGeneratorsResponse {
|
|
2658
2100
|
/**
|
|
2659
2101
|
* <p>A report generator that creates periodic reports about your license configurations.</p>
|
|
@@ -2664,12 +2106,6 @@ export interface ListLicenseManagerReportGeneratorsResponse {
|
|
|
2664
2106
|
*/
|
|
2665
2107
|
NextToken?: string;
|
|
2666
2108
|
}
|
|
2667
|
-
export declare namespace ListLicenseManagerReportGeneratorsResponse {
|
|
2668
|
-
/**
|
|
2669
|
-
* @internal
|
|
2670
|
-
*/
|
|
2671
|
-
const filterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsResponse) => any;
|
|
2672
|
-
}
|
|
2673
2109
|
export interface ListLicensesRequest {
|
|
2674
2110
|
/**
|
|
2675
2111
|
* <p>Amazon Resource Names (ARNs) of the licenses.</p>
|
|
@@ -2710,12 +2146,6 @@ export interface ListLicensesRequest {
|
|
|
2710
2146
|
*/
|
|
2711
2147
|
MaxResults?: number;
|
|
2712
2148
|
}
|
|
2713
|
-
export declare namespace ListLicensesRequest {
|
|
2714
|
-
/**
|
|
2715
|
-
* @internal
|
|
2716
|
-
*/
|
|
2717
|
-
const filterSensitiveLog: (obj: ListLicensesRequest) => any;
|
|
2718
|
-
}
|
|
2719
2149
|
export interface ListLicensesResponse {
|
|
2720
2150
|
/**
|
|
2721
2151
|
* <p>License details.</p>
|
|
@@ -2726,12 +2156,6 @@ export interface ListLicensesResponse {
|
|
|
2726
2156
|
*/
|
|
2727
2157
|
NextToken?: string;
|
|
2728
2158
|
}
|
|
2729
|
-
export declare namespace ListLicensesResponse {
|
|
2730
|
-
/**
|
|
2731
|
-
* @internal
|
|
2732
|
-
*/
|
|
2733
|
-
const filterSensitiveLog: (obj: ListLicensesResponse) => any;
|
|
2734
|
-
}
|
|
2735
2159
|
export interface ListLicenseSpecificationsForResourceRequest {
|
|
2736
2160
|
/**
|
|
2737
2161
|
* <p>Amazon Resource Name (ARN) of a resource that has an associated license configuration.</p>
|
|
@@ -2746,12 +2170,6 @@ export interface ListLicenseSpecificationsForResourceRequest {
|
|
|
2746
2170
|
*/
|
|
2747
2171
|
NextToken?: string;
|
|
2748
2172
|
}
|
|
2749
|
-
export declare namespace ListLicenseSpecificationsForResourceRequest {
|
|
2750
|
-
/**
|
|
2751
|
-
* @internal
|
|
2752
|
-
*/
|
|
2753
|
-
const filterSensitiveLog: (obj: ListLicenseSpecificationsForResourceRequest) => any;
|
|
2754
|
-
}
|
|
2755
2173
|
/**
|
|
2756
2174
|
* <p>Details for associating a license configuration with a resource.</p>
|
|
2757
2175
|
*/
|
|
@@ -2765,12 +2183,6 @@ export interface LicenseSpecification {
|
|
|
2765
2183
|
*/
|
|
2766
2184
|
AmiAssociationScope?: string;
|
|
2767
2185
|
}
|
|
2768
|
-
export declare namespace LicenseSpecification {
|
|
2769
|
-
/**
|
|
2770
|
-
* @internal
|
|
2771
|
-
*/
|
|
2772
|
-
const filterSensitiveLog: (obj: LicenseSpecification) => any;
|
|
2773
|
-
}
|
|
2774
2186
|
export interface ListLicenseSpecificationsForResourceResponse {
|
|
2775
2187
|
/**
|
|
2776
2188
|
* <p>License configurations associated with a resource.</p>
|
|
@@ -2781,12 +2193,6 @@ export interface ListLicenseSpecificationsForResourceResponse {
|
|
|
2781
2193
|
*/
|
|
2782
2194
|
NextToken?: string;
|
|
2783
2195
|
}
|
|
2784
|
-
export declare namespace ListLicenseSpecificationsForResourceResponse {
|
|
2785
|
-
/**
|
|
2786
|
-
* @internal
|
|
2787
|
-
*/
|
|
2788
|
-
const filterSensitiveLog: (obj: ListLicenseSpecificationsForResourceResponse) => any;
|
|
2789
|
-
}
|
|
2790
2196
|
export interface ListLicenseVersionsRequest {
|
|
2791
2197
|
/**
|
|
2792
2198
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
@@ -2801,12 +2207,6 @@ export interface ListLicenseVersionsRequest {
|
|
|
2801
2207
|
*/
|
|
2802
2208
|
MaxResults?: number;
|
|
2803
2209
|
}
|
|
2804
|
-
export declare namespace ListLicenseVersionsRequest {
|
|
2805
|
-
/**
|
|
2806
|
-
* @internal
|
|
2807
|
-
*/
|
|
2808
|
-
const filterSensitiveLog: (obj: ListLicenseVersionsRequest) => any;
|
|
2809
|
-
}
|
|
2810
2210
|
export interface ListLicenseVersionsResponse {
|
|
2811
2211
|
/**
|
|
2812
2212
|
* <p>License details.</p>
|
|
@@ -2817,12 +2217,6 @@ export interface ListLicenseVersionsResponse {
|
|
|
2817
2217
|
*/
|
|
2818
2218
|
NextToken?: string;
|
|
2819
2219
|
}
|
|
2820
|
-
export declare namespace ListLicenseVersionsResponse {
|
|
2821
|
-
/**
|
|
2822
|
-
* @internal
|
|
2823
|
-
*/
|
|
2824
|
-
const filterSensitiveLog: (obj: ListLicenseVersionsResponse) => any;
|
|
2825
|
-
}
|
|
2826
2220
|
export interface ListReceivedGrantsRequest {
|
|
2827
2221
|
/**
|
|
2828
2222
|
* <p>Amazon Resource Names (ARNs) of the grants.</p>
|
|
@@ -2868,12 +2262,6 @@ export interface ListReceivedGrantsRequest {
|
|
|
2868
2262
|
*/
|
|
2869
2263
|
MaxResults?: number;
|
|
2870
2264
|
}
|
|
2871
|
-
export declare namespace ListReceivedGrantsRequest {
|
|
2872
|
-
/**
|
|
2873
|
-
* @internal
|
|
2874
|
-
*/
|
|
2875
|
-
const filterSensitiveLog: (obj: ListReceivedGrantsRequest) => any;
|
|
2876
|
-
}
|
|
2877
2265
|
export interface ListReceivedGrantsResponse {
|
|
2878
2266
|
/**
|
|
2879
2267
|
* <p>Received grant details.</p>
|
|
@@ -2884,12 +2272,6 @@ export interface ListReceivedGrantsResponse {
|
|
|
2884
2272
|
*/
|
|
2885
2273
|
NextToken?: string;
|
|
2886
2274
|
}
|
|
2887
|
-
export declare namespace ListReceivedGrantsResponse {
|
|
2888
|
-
/**
|
|
2889
|
-
* @internal
|
|
2890
|
-
*/
|
|
2891
|
-
const filterSensitiveLog: (obj: ListReceivedGrantsResponse) => any;
|
|
2892
|
-
}
|
|
2893
2275
|
export interface ListReceivedLicensesRequest {
|
|
2894
2276
|
/**
|
|
2895
2277
|
* <p>Amazon Resource Names (ARNs) of the licenses.</p>
|
|
@@ -2935,12 +2317,6 @@ export interface ListReceivedLicensesRequest {
|
|
|
2935
2317
|
*/
|
|
2936
2318
|
MaxResults?: number;
|
|
2937
2319
|
}
|
|
2938
|
-
export declare namespace ListReceivedLicensesRequest {
|
|
2939
|
-
/**
|
|
2940
|
-
* @internal
|
|
2941
|
-
*/
|
|
2942
|
-
const filterSensitiveLog: (obj: ListReceivedLicensesRequest) => any;
|
|
2943
|
-
}
|
|
2944
2320
|
export declare enum ReceivedStatus {
|
|
2945
2321
|
ACTIVE = "ACTIVE",
|
|
2946
2322
|
DELETED = "DELETED",
|
|
@@ -2968,12 +2344,6 @@ export interface ReceivedMetadata {
|
|
|
2968
2344
|
*/
|
|
2969
2345
|
AllowedOperations?: (AllowedOperation | string)[];
|
|
2970
2346
|
}
|
|
2971
|
-
export declare namespace ReceivedMetadata {
|
|
2972
|
-
/**
|
|
2973
|
-
* @internal
|
|
2974
|
-
*/
|
|
2975
|
-
const filterSensitiveLog: (obj: ReceivedMetadata) => any;
|
|
2976
|
-
}
|
|
2977
2347
|
/**
|
|
2978
2348
|
* <p>Describes a license that is granted to a grantee.</p>
|
|
2979
2349
|
*/
|
|
@@ -3039,12 +2409,6 @@ export interface GrantedLicense {
|
|
|
3039
2409
|
*/
|
|
3040
2410
|
ReceivedMetadata?: ReceivedMetadata;
|
|
3041
2411
|
}
|
|
3042
|
-
export declare namespace GrantedLicense {
|
|
3043
|
-
/**
|
|
3044
|
-
* @internal
|
|
3045
|
-
*/
|
|
3046
|
-
const filterSensitiveLog: (obj: GrantedLicense) => any;
|
|
3047
|
-
}
|
|
3048
2412
|
export interface ListReceivedLicensesResponse {
|
|
3049
2413
|
/**
|
|
3050
2414
|
* <p>Received license details.</p>
|
|
@@ -3055,12 +2419,6 @@ export interface ListReceivedLicensesResponse {
|
|
|
3055
2419
|
*/
|
|
3056
2420
|
NextToken?: string;
|
|
3057
2421
|
}
|
|
3058
|
-
export declare namespace ListReceivedLicensesResponse {
|
|
3059
|
-
/**
|
|
3060
|
-
* @internal
|
|
3061
|
-
*/
|
|
3062
|
-
const filterSensitiveLog: (obj: ListReceivedLicensesResponse) => any;
|
|
3063
|
-
}
|
|
3064
2422
|
/**
|
|
3065
2423
|
* <p>A dependency required to run the API is missing.</p>
|
|
3066
2424
|
*/
|
|
@@ -3097,12 +2455,6 @@ export interface InventoryFilter {
|
|
|
3097
2455
|
*/
|
|
3098
2456
|
Value?: string;
|
|
3099
2457
|
}
|
|
3100
|
-
export declare namespace InventoryFilter {
|
|
3101
|
-
/**
|
|
3102
|
-
* @internal
|
|
3103
|
-
*/
|
|
3104
|
-
const filterSensitiveLog: (obj: InventoryFilter) => any;
|
|
3105
|
-
}
|
|
3106
2458
|
export interface ListResourceInventoryRequest {
|
|
3107
2459
|
/**
|
|
3108
2460
|
* <p>Maximum number of results to return in a single call.</p>
|
|
@@ -3155,12 +2507,6 @@ export interface ListResourceInventoryRequest {
|
|
|
3155
2507
|
*/
|
|
3156
2508
|
Filters?: InventoryFilter[];
|
|
3157
2509
|
}
|
|
3158
|
-
export declare namespace ListResourceInventoryRequest {
|
|
3159
|
-
/**
|
|
3160
|
-
* @internal
|
|
3161
|
-
*/
|
|
3162
|
-
const filterSensitiveLog: (obj: ListResourceInventoryRequest) => any;
|
|
3163
|
-
}
|
|
3164
2510
|
/**
|
|
3165
2511
|
* <p>Details about a resource.</p>
|
|
3166
2512
|
*/
|
|
@@ -3190,12 +2536,6 @@ export interface ResourceInventory {
|
|
|
3190
2536
|
*/
|
|
3191
2537
|
ResourceOwningAccountId?: string;
|
|
3192
2538
|
}
|
|
3193
|
-
export declare namespace ResourceInventory {
|
|
3194
|
-
/**
|
|
3195
|
-
* @internal
|
|
3196
|
-
*/
|
|
3197
|
-
const filterSensitiveLog: (obj: ResourceInventory) => any;
|
|
3198
|
-
}
|
|
3199
2539
|
export interface ListResourceInventoryResponse {
|
|
3200
2540
|
/**
|
|
3201
2541
|
* <p>Information about the resources.</p>
|
|
@@ -3206,36 +2546,18 @@ export interface ListResourceInventoryResponse {
|
|
|
3206
2546
|
*/
|
|
3207
2547
|
NextToken?: string;
|
|
3208
2548
|
}
|
|
3209
|
-
export declare namespace ListResourceInventoryResponse {
|
|
3210
|
-
/**
|
|
3211
|
-
* @internal
|
|
3212
|
-
*/
|
|
3213
|
-
const filterSensitiveLog: (obj: ListResourceInventoryResponse) => any;
|
|
3214
|
-
}
|
|
3215
2549
|
export interface ListTagsForResourceRequest {
|
|
3216
2550
|
/**
|
|
3217
2551
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
3218
2552
|
*/
|
|
3219
2553
|
ResourceArn: string | undefined;
|
|
3220
2554
|
}
|
|
3221
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3222
|
-
/**
|
|
3223
|
-
* @internal
|
|
3224
|
-
*/
|
|
3225
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3226
|
-
}
|
|
3227
2555
|
export interface ListTagsForResourceResponse {
|
|
3228
2556
|
/**
|
|
3229
2557
|
* <p>Information about the tags.</p>
|
|
3230
2558
|
*/
|
|
3231
2559
|
Tags?: Tag[];
|
|
3232
2560
|
}
|
|
3233
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3234
|
-
/**
|
|
3235
|
-
* @internal
|
|
3236
|
-
*/
|
|
3237
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3238
|
-
}
|
|
3239
2561
|
export interface ListTokensRequest {
|
|
3240
2562
|
/**
|
|
3241
2563
|
* <p>Token IDs.</p>
|
|
@@ -3261,12 +2583,6 @@ export interface ListTokensRequest {
|
|
|
3261
2583
|
*/
|
|
3262
2584
|
MaxResults?: number;
|
|
3263
2585
|
}
|
|
3264
|
-
export declare namespace ListTokensRequest {
|
|
3265
|
-
/**
|
|
3266
|
-
* @internal
|
|
3267
|
-
*/
|
|
3268
|
-
const filterSensitiveLog: (obj: ListTokensRequest) => any;
|
|
3269
|
-
}
|
|
3270
2586
|
/**
|
|
3271
2587
|
* <p>Describes a token.</p>
|
|
3272
2588
|
*/
|
|
@@ -3300,12 +2616,6 @@ export interface TokenData {
|
|
|
3300
2616
|
*/
|
|
3301
2617
|
Status?: string;
|
|
3302
2618
|
}
|
|
3303
|
-
export declare namespace TokenData {
|
|
3304
|
-
/**
|
|
3305
|
-
* @internal
|
|
3306
|
-
*/
|
|
3307
|
-
const filterSensitiveLog: (obj: TokenData) => any;
|
|
3308
|
-
}
|
|
3309
2619
|
export interface ListTokensResponse {
|
|
3310
2620
|
/**
|
|
3311
2621
|
* <p>Received token details.</p>
|
|
@@ -3316,12 +2626,6 @@ export interface ListTokensResponse {
|
|
|
3316
2626
|
*/
|
|
3317
2627
|
NextToken?: string;
|
|
3318
2628
|
}
|
|
3319
|
-
export declare namespace ListTokensResponse {
|
|
3320
|
-
/**
|
|
3321
|
-
* @internal
|
|
3322
|
-
*/
|
|
3323
|
-
const filterSensitiveLog: (obj: ListTokensResponse) => any;
|
|
3324
|
-
}
|
|
3325
2629
|
export interface ListUsageForLicenseConfigurationRequest {
|
|
3326
2630
|
/**
|
|
3327
2631
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
@@ -3358,12 +2662,6 @@ export interface ListUsageForLicenseConfigurationRequest {
|
|
|
3358
2662
|
*/
|
|
3359
2663
|
Filters?: Filter[];
|
|
3360
2664
|
}
|
|
3361
|
-
export declare namespace ListUsageForLicenseConfigurationRequest {
|
|
3362
|
-
/**
|
|
3363
|
-
* @internal
|
|
3364
|
-
*/
|
|
3365
|
-
const filterSensitiveLog: (obj: ListUsageForLicenseConfigurationRequest) => any;
|
|
3366
|
-
}
|
|
3367
2665
|
/**
|
|
3368
2666
|
* <p>Details about the usage of a resource associated with a license configuration.</p>
|
|
3369
2667
|
*/
|
|
@@ -3393,12 +2691,6 @@ export interface LicenseConfigurationUsage {
|
|
|
3393
2691
|
*/
|
|
3394
2692
|
ConsumedLicenses?: number;
|
|
3395
2693
|
}
|
|
3396
|
-
export declare namespace LicenseConfigurationUsage {
|
|
3397
|
-
/**
|
|
3398
|
-
* @internal
|
|
3399
|
-
*/
|
|
3400
|
-
const filterSensitiveLog: (obj: LicenseConfigurationUsage) => any;
|
|
3401
|
-
}
|
|
3402
2694
|
export interface ListUsageForLicenseConfigurationResponse {
|
|
3403
2695
|
/**
|
|
3404
2696
|
* <p>Information about the license configurations.</p>
|
|
@@ -3409,24 +2701,12 @@ export interface ListUsageForLicenseConfigurationResponse {
|
|
|
3409
2701
|
*/
|
|
3410
2702
|
NextToken?: string;
|
|
3411
2703
|
}
|
|
3412
|
-
export declare namespace ListUsageForLicenseConfigurationResponse {
|
|
3413
|
-
/**
|
|
3414
|
-
* @internal
|
|
3415
|
-
*/
|
|
3416
|
-
const filterSensitiveLog: (obj: ListUsageForLicenseConfigurationResponse) => any;
|
|
3417
|
-
}
|
|
3418
2704
|
export interface RejectGrantRequest {
|
|
3419
2705
|
/**
|
|
3420
2706
|
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
3421
2707
|
*/
|
|
3422
2708
|
GrantArn: string | undefined;
|
|
3423
2709
|
}
|
|
3424
|
-
export declare namespace RejectGrantRequest {
|
|
3425
|
-
/**
|
|
3426
|
-
* @internal
|
|
3427
|
-
*/
|
|
3428
|
-
const filterSensitiveLog: (obj: RejectGrantRequest) => any;
|
|
3429
|
-
}
|
|
3430
2710
|
export interface RejectGrantResponse {
|
|
3431
2711
|
/**
|
|
3432
2712
|
* <p>Grant ARN.</p>
|
|
@@ -3441,12 +2721,6 @@ export interface RejectGrantResponse {
|
|
|
3441
2721
|
*/
|
|
3442
2722
|
Version?: string;
|
|
3443
2723
|
}
|
|
3444
|
-
export declare namespace RejectGrantResponse {
|
|
3445
|
-
/**
|
|
3446
|
-
* @internal
|
|
3447
|
-
*/
|
|
3448
|
-
const filterSensitiveLog: (obj: RejectGrantResponse) => any;
|
|
3449
|
-
}
|
|
3450
2724
|
export interface TagResourceRequest {
|
|
3451
2725
|
/**
|
|
3452
2726
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
@@ -3457,20 +2731,8 @@ export interface TagResourceRequest {
|
|
|
3457
2731
|
*/
|
|
3458
2732
|
Tags: Tag[] | undefined;
|
|
3459
2733
|
}
|
|
3460
|
-
export declare namespace TagResourceRequest {
|
|
3461
|
-
/**
|
|
3462
|
-
* @internal
|
|
3463
|
-
*/
|
|
3464
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3465
|
-
}
|
|
3466
2734
|
export interface TagResourceResponse {
|
|
3467
2735
|
}
|
|
3468
|
-
export declare namespace TagResourceResponse {
|
|
3469
|
-
/**
|
|
3470
|
-
* @internal
|
|
3471
|
-
*/
|
|
3472
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3473
|
-
}
|
|
3474
2736
|
export interface UntagResourceRequest {
|
|
3475
2737
|
/**
|
|
3476
2738
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
@@ -3481,20 +2743,8 @@ export interface UntagResourceRequest {
|
|
|
3481
2743
|
*/
|
|
3482
2744
|
TagKeys: string[] | undefined;
|
|
3483
2745
|
}
|
|
3484
|
-
export declare namespace UntagResourceRequest {
|
|
3485
|
-
/**
|
|
3486
|
-
* @internal
|
|
3487
|
-
*/
|
|
3488
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3489
|
-
}
|
|
3490
2746
|
export interface UntagResourceResponse {
|
|
3491
2747
|
}
|
|
3492
|
-
export declare namespace UntagResourceResponse {
|
|
3493
|
-
/**
|
|
3494
|
-
* @internal
|
|
3495
|
-
*/
|
|
3496
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3497
|
-
}
|
|
3498
2748
|
export declare enum LicenseConfigurationStatus {
|
|
3499
2749
|
AVAILABLE = "AVAILABLE",
|
|
3500
2750
|
DISABLED = "DISABLED"
|
|
@@ -3538,20 +2788,8 @@ export interface UpdateLicenseConfigurationRequest {
|
|
|
3538
2788
|
*/
|
|
3539
2789
|
DisassociateWhenNotFound?: boolean;
|
|
3540
2790
|
}
|
|
3541
|
-
export declare namespace UpdateLicenseConfigurationRequest {
|
|
3542
|
-
/**
|
|
3543
|
-
* @internal
|
|
3544
|
-
*/
|
|
3545
|
-
const filterSensitiveLog: (obj: UpdateLicenseConfigurationRequest) => any;
|
|
3546
|
-
}
|
|
3547
2791
|
export interface UpdateLicenseConfigurationResponse {
|
|
3548
2792
|
}
|
|
3549
|
-
export declare namespace UpdateLicenseConfigurationResponse {
|
|
3550
|
-
/**
|
|
3551
|
-
* @internal
|
|
3552
|
-
*/
|
|
3553
|
-
const filterSensitiveLog: (obj: UpdateLicenseConfigurationResponse) => any;
|
|
3554
|
-
}
|
|
3555
2793
|
export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
3556
2794
|
/**
|
|
3557
2795
|
* <p>Amazon Resource Name (ARN) of the report generator to update.</p>
|
|
@@ -3590,20 +2828,8 @@ export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
|
3590
2828
|
*/
|
|
3591
2829
|
Description?: string;
|
|
3592
2830
|
}
|
|
3593
|
-
export declare namespace UpdateLicenseManagerReportGeneratorRequest {
|
|
3594
|
-
/**
|
|
3595
|
-
* @internal
|
|
3596
|
-
*/
|
|
3597
|
-
const filterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorRequest) => any;
|
|
3598
|
-
}
|
|
3599
2831
|
export interface UpdateLicenseManagerReportGeneratorResponse {
|
|
3600
2832
|
}
|
|
3601
|
-
export declare namespace UpdateLicenseManagerReportGeneratorResponse {
|
|
3602
|
-
/**
|
|
3603
|
-
* @internal
|
|
3604
|
-
*/
|
|
3605
|
-
const filterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorResponse) => any;
|
|
3606
|
-
}
|
|
3607
2833
|
/**
|
|
3608
2834
|
* <p>License Manager cannot allocate a license to a resource because of its state. </p>
|
|
3609
2835
|
* <p>For example, you cannot allocate a license to an instance in the process of shutting
|
|
@@ -3644,20 +2870,8 @@ export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
|
3644
2870
|
*/
|
|
3645
2871
|
RemoveLicenseSpecifications?: LicenseSpecification[];
|
|
3646
2872
|
}
|
|
3647
|
-
export declare namespace UpdateLicenseSpecificationsForResourceRequest {
|
|
3648
|
-
/**
|
|
3649
|
-
* @internal
|
|
3650
|
-
*/
|
|
3651
|
-
const filterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceRequest) => any;
|
|
3652
|
-
}
|
|
3653
2873
|
export interface UpdateLicenseSpecificationsForResourceResponse {
|
|
3654
2874
|
}
|
|
3655
|
-
export declare namespace UpdateLicenseSpecificationsForResourceResponse {
|
|
3656
|
-
/**
|
|
3657
|
-
* @internal
|
|
3658
|
-
*/
|
|
3659
|
-
const filterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceResponse) => any;
|
|
3660
|
-
}
|
|
3661
2875
|
export interface UpdateServiceSettingsRequest {
|
|
3662
2876
|
/**
|
|
3663
2877
|
* <p>Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.</p>
|
|
@@ -3676,17 +2890,537 @@ export interface UpdateServiceSettingsRequest {
|
|
|
3676
2890
|
*/
|
|
3677
2891
|
EnableCrossAccountsDiscovery?: boolean;
|
|
3678
2892
|
}
|
|
3679
|
-
export declare namespace UpdateServiceSettingsRequest {
|
|
3680
|
-
/**
|
|
3681
|
-
* @internal
|
|
3682
|
-
*/
|
|
3683
|
-
const filterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
|
|
3684
|
-
}
|
|
3685
2893
|
export interface UpdateServiceSettingsResponse {
|
|
3686
2894
|
}
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
2895
|
+
/**
|
|
2896
|
+
* @internal
|
|
2897
|
+
*/
|
|
2898
|
+
export declare const AcceptGrantRequestFilterSensitiveLog: (obj: AcceptGrantRequest) => any;
|
|
2899
|
+
/**
|
|
2900
|
+
* @internal
|
|
2901
|
+
*/
|
|
2902
|
+
export declare const AcceptGrantResponseFilterSensitiveLog: (obj: AcceptGrantResponse) => any;
|
|
2903
|
+
/**
|
|
2904
|
+
* @internal
|
|
2905
|
+
*/
|
|
2906
|
+
export declare const AutomatedDiscoveryInformationFilterSensitiveLog: (obj: AutomatedDiscoveryInformation) => any;
|
|
2907
|
+
/**
|
|
2908
|
+
* @internal
|
|
2909
|
+
*/
|
|
2910
|
+
export declare const CheckInLicenseRequestFilterSensitiveLog: (obj: CheckInLicenseRequest) => any;
|
|
2911
|
+
/**
|
|
2912
|
+
* @internal
|
|
2913
|
+
*/
|
|
2914
|
+
export declare const CheckInLicenseResponseFilterSensitiveLog: (obj: CheckInLicenseResponse) => any;
|
|
2915
|
+
/**
|
|
2916
|
+
* @internal
|
|
2917
|
+
*/
|
|
2918
|
+
export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
|
|
2919
|
+
/**
|
|
2920
|
+
* @internal
|
|
2921
|
+
*/
|
|
2922
|
+
export declare const EntitlementDataFilterSensitiveLog: (obj: EntitlementData) => any;
|
|
2923
|
+
/**
|
|
2924
|
+
* @internal
|
|
2925
|
+
*/
|
|
2926
|
+
export declare const CheckoutBorrowLicenseRequestFilterSensitiveLog: (obj: CheckoutBorrowLicenseRequest) => any;
|
|
2927
|
+
/**
|
|
2928
|
+
* @internal
|
|
2929
|
+
*/
|
|
2930
|
+
export declare const CheckoutBorrowLicenseResponseFilterSensitiveLog: (obj: CheckoutBorrowLicenseResponse) => any;
|
|
2931
|
+
/**
|
|
2932
|
+
* @internal
|
|
2933
|
+
*/
|
|
2934
|
+
export declare const CheckoutLicenseRequestFilterSensitiveLog: (obj: CheckoutLicenseRequest) => any;
|
|
2935
|
+
/**
|
|
2936
|
+
* @internal
|
|
2937
|
+
*/
|
|
2938
|
+
export declare const CheckoutLicenseResponseFilterSensitiveLog: (obj: CheckoutLicenseResponse) => any;
|
|
2939
|
+
/**
|
|
2940
|
+
* @internal
|
|
2941
|
+
*/
|
|
2942
|
+
export declare const CreateGrantRequestFilterSensitiveLog: (obj: CreateGrantRequest) => any;
|
|
2943
|
+
/**
|
|
2944
|
+
* @internal
|
|
2945
|
+
*/
|
|
2946
|
+
export declare const CreateGrantResponseFilterSensitiveLog: (obj: CreateGrantResponse) => any;
|
|
2947
|
+
/**
|
|
2948
|
+
* @internal
|
|
2949
|
+
*/
|
|
2950
|
+
export declare const CreateGrantVersionRequestFilterSensitiveLog: (obj: CreateGrantVersionRequest) => any;
|
|
2951
|
+
/**
|
|
2952
|
+
* @internal
|
|
2953
|
+
*/
|
|
2954
|
+
export declare const CreateGrantVersionResponseFilterSensitiveLog: (obj: CreateGrantVersionResponse) => any;
|
|
2955
|
+
/**
|
|
2956
|
+
* @internal
|
|
2957
|
+
*/
|
|
2958
|
+
export declare const BorrowConfigurationFilterSensitiveLog: (obj: BorrowConfiguration) => any;
|
|
2959
|
+
/**
|
|
2960
|
+
* @internal
|
|
2961
|
+
*/
|
|
2962
|
+
export declare const ProvisionalConfigurationFilterSensitiveLog: (obj: ProvisionalConfiguration) => any;
|
|
2963
|
+
/**
|
|
2964
|
+
* @internal
|
|
2965
|
+
*/
|
|
2966
|
+
export declare const ConsumptionConfigurationFilterSensitiveLog: (obj: ConsumptionConfiguration) => any;
|
|
2967
|
+
/**
|
|
2968
|
+
* @internal
|
|
2969
|
+
*/
|
|
2970
|
+
export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
|
|
2971
|
+
/**
|
|
2972
|
+
* @internal
|
|
2973
|
+
*/
|
|
2974
|
+
export declare const IssuerFilterSensitiveLog: (obj: Issuer) => any;
|
|
2975
|
+
/**
|
|
2976
|
+
* @internal
|
|
2977
|
+
*/
|
|
2978
|
+
export declare const DatetimeRangeFilterSensitiveLog: (obj: DatetimeRange) => any;
|
|
2979
|
+
/**
|
|
2980
|
+
* @internal
|
|
2981
|
+
*/
|
|
2982
|
+
export declare const CreateLicenseRequestFilterSensitiveLog: (obj: CreateLicenseRequest) => any;
|
|
2983
|
+
/**
|
|
2984
|
+
* @internal
|
|
2985
|
+
*/
|
|
2986
|
+
export declare const CreateLicenseResponseFilterSensitiveLog: (obj: CreateLicenseResponse) => any;
|
|
2987
|
+
/**
|
|
2988
|
+
* @internal
|
|
2989
|
+
*/
|
|
2990
|
+
export declare const ProductInformationFilterFilterSensitiveLog: (obj: ProductInformationFilter) => any;
|
|
2991
|
+
/**
|
|
2992
|
+
* @internal
|
|
2993
|
+
*/
|
|
2994
|
+
export declare const ProductInformationFilterSensitiveLog: (obj: ProductInformation) => any;
|
|
2995
|
+
/**
|
|
2996
|
+
* @internal
|
|
2997
|
+
*/
|
|
2998
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2999
|
+
/**
|
|
3000
|
+
* @internal
|
|
3001
|
+
*/
|
|
3002
|
+
export declare const CreateLicenseConfigurationRequestFilterSensitiveLog: (obj: CreateLicenseConfigurationRequest) => any;
|
|
3003
|
+
/**
|
|
3004
|
+
* @internal
|
|
3005
|
+
*/
|
|
3006
|
+
export declare const CreateLicenseConfigurationResponseFilterSensitiveLog: (obj: CreateLicenseConfigurationResponse) => any;
|
|
3007
|
+
/**
|
|
3008
|
+
* @internal
|
|
3009
|
+
*/
|
|
3010
|
+
export declare const LicenseConversionContextFilterSensitiveLog: (obj: LicenseConversionContext) => any;
|
|
3011
|
+
/**
|
|
3012
|
+
* @internal
|
|
3013
|
+
*/
|
|
3014
|
+
export declare const CreateLicenseConversionTaskForResourceRequestFilterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceRequest) => any;
|
|
3015
|
+
/**
|
|
3016
|
+
* @internal
|
|
3017
|
+
*/
|
|
3018
|
+
export declare const CreateLicenseConversionTaskForResourceResponseFilterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceResponse) => any;
|
|
3019
|
+
/**
|
|
3020
|
+
* @internal
|
|
3021
|
+
*/
|
|
3022
|
+
export declare const ReportContextFilterSensitiveLog: (obj: ReportContext) => any;
|
|
3023
|
+
/**
|
|
3024
|
+
* @internal
|
|
3025
|
+
*/
|
|
3026
|
+
export declare const ReportFrequencyFilterSensitiveLog: (obj: ReportFrequency) => any;
|
|
3027
|
+
/**
|
|
3028
|
+
* @internal
|
|
3029
|
+
*/
|
|
3030
|
+
export declare const CreateLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorRequest) => any;
|
|
3031
|
+
/**
|
|
3032
|
+
* @internal
|
|
3033
|
+
*/
|
|
3034
|
+
export declare const CreateLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorResponse) => any;
|
|
3035
|
+
/**
|
|
3036
|
+
* @internal
|
|
3037
|
+
*/
|
|
3038
|
+
export declare const CreateLicenseVersionRequestFilterSensitiveLog: (obj: CreateLicenseVersionRequest) => any;
|
|
3039
|
+
/**
|
|
3040
|
+
* @internal
|
|
3041
|
+
*/
|
|
3042
|
+
export declare const CreateLicenseVersionResponseFilterSensitiveLog: (obj: CreateLicenseVersionResponse) => any;
|
|
3043
|
+
/**
|
|
3044
|
+
* @internal
|
|
3045
|
+
*/
|
|
3046
|
+
export declare const CreateTokenRequestFilterSensitiveLog: (obj: CreateTokenRequest) => any;
|
|
3047
|
+
/**
|
|
3048
|
+
* @internal
|
|
3049
|
+
*/
|
|
3050
|
+
export declare const CreateTokenResponseFilterSensitiveLog: (obj: CreateTokenResponse) => any;
|
|
3051
|
+
/**
|
|
3052
|
+
* @internal
|
|
3053
|
+
*/
|
|
3054
|
+
export declare const DeleteGrantRequestFilterSensitiveLog: (obj: DeleteGrantRequest) => any;
|
|
3055
|
+
/**
|
|
3056
|
+
* @internal
|
|
3057
|
+
*/
|
|
3058
|
+
export declare const DeleteGrantResponseFilterSensitiveLog: (obj: DeleteGrantResponse) => any;
|
|
3059
|
+
/**
|
|
3060
|
+
* @internal
|
|
3061
|
+
*/
|
|
3062
|
+
export declare const DeleteLicenseRequestFilterSensitiveLog: (obj: DeleteLicenseRequest) => any;
|
|
3063
|
+
/**
|
|
3064
|
+
* @internal
|
|
3065
|
+
*/
|
|
3066
|
+
export declare const DeleteLicenseResponseFilterSensitiveLog: (obj: DeleteLicenseResponse) => any;
|
|
3067
|
+
/**
|
|
3068
|
+
* @internal
|
|
3069
|
+
*/
|
|
3070
|
+
export declare const DeleteLicenseConfigurationRequestFilterSensitiveLog: (obj: DeleteLicenseConfigurationRequest) => any;
|
|
3071
|
+
/**
|
|
3072
|
+
* @internal
|
|
3073
|
+
*/
|
|
3074
|
+
export declare const DeleteLicenseConfigurationResponseFilterSensitiveLog: (obj: DeleteLicenseConfigurationResponse) => any;
|
|
3075
|
+
/**
|
|
3076
|
+
* @internal
|
|
3077
|
+
*/
|
|
3078
|
+
export declare const DeleteLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorRequest) => any;
|
|
3079
|
+
/**
|
|
3080
|
+
* @internal
|
|
3081
|
+
*/
|
|
3082
|
+
export declare const DeleteLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorResponse) => any;
|
|
3083
|
+
/**
|
|
3084
|
+
* @internal
|
|
3085
|
+
*/
|
|
3086
|
+
export declare const DeleteTokenRequestFilterSensitiveLog: (obj: DeleteTokenRequest) => any;
|
|
3087
|
+
/**
|
|
3088
|
+
* @internal
|
|
3089
|
+
*/
|
|
3090
|
+
export declare const DeleteTokenResponseFilterSensitiveLog: (obj: DeleteTokenResponse) => any;
|
|
3091
|
+
/**
|
|
3092
|
+
* @internal
|
|
3093
|
+
*/
|
|
3094
|
+
export declare const ExtendLicenseConsumptionRequestFilterSensitiveLog: (obj: ExtendLicenseConsumptionRequest) => any;
|
|
3095
|
+
/**
|
|
3096
|
+
* @internal
|
|
3097
|
+
*/
|
|
3098
|
+
export declare const ExtendLicenseConsumptionResponseFilterSensitiveLog: (obj: ExtendLicenseConsumptionResponse) => any;
|
|
3099
|
+
/**
|
|
3100
|
+
* @internal
|
|
3101
|
+
*/
|
|
3102
|
+
export declare const GetAccessTokenRequestFilterSensitiveLog: (obj: GetAccessTokenRequest) => any;
|
|
3103
|
+
/**
|
|
3104
|
+
* @internal
|
|
3105
|
+
*/
|
|
3106
|
+
export declare const GetAccessTokenResponseFilterSensitiveLog: (obj: GetAccessTokenResponse) => any;
|
|
3107
|
+
/**
|
|
3108
|
+
* @internal
|
|
3109
|
+
*/
|
|
3110
|
+
export declare const GetGrantRequestFilterSensitiveLog: (obj: GetGrantRequest) => any;
|
|
3111
|
+
/**
|
|
3112
|
+
* @internal
|
|
3113
|
+
*/
|
|
3114
|
+
export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
|
|
3115
|
+
/**
|
|
3116
|
+
* @internal
|
|
3117
|
+
*/
|
|
3118
|
+
export declare const GetGrantResponseFilterSensitiveLog: (obj: GetGrantResponse) => any;
|
|
3119
|
+
/**
|
|
3120
|
+
* @internal
|
|
3121
|
+
*/
|
|
3122
|
+
export declare const GetLicenseRequestFilterSensitiveLog: (obj: GetLicenseRequest) => any;
|
|
3123
|
+
/**
|
|
3124
|
+
* @internal
|
|
3125
|
+
*/
|
|
3126
|
+
export declare const IssuerDetailsFilterSensitiveLog: (obj: IssuerDetails) => any;
|
|
3127
|
+
/**
|
|
3128
|
+
* @internal
|
|
3129
|
+
*/
|
|
3130
|
+
export declare const LicenseFilterSensitiveLog: (obj: License) => any;
|
|
3131
|
+
/**
|
|
3132
|
+
* @internal
|
|
3133
|
+
*/
|
|
3134
|
+
export declare const GetLicenseResponseFilterSensitiveLog: (obj: GetLicenseResponse) => any;
|
|
3135
|
+
/**
|
|
3136
|
+
* @internal
|
|
3137
|
+
*/
|
|
3138
|
+
export declare const GetLicenseConfigurationRequestFilterSensitiveLog: (obj: GetLicenseConfigurationRequest) => any;
|
|
3139
|
+
/**
|
|
3140
|
+
* @internal
|
|
3141
|
+
*/
|
|
3142
|
+
export declare const ConsumedLicenseSummaryFilterSensitiveLog: (obj: ConsumedLicenseSummary) => any;
|
|
3143
|
+
/**
|
|
3144
|
+
* @internal
|
|
3145
|
+
*/
|
|
3146
|
+
export declare const ManagedResourceSummaryFilterSensitiveLog: (obj: ManagedResourceSummary) => any;
|
|
3147
|
+
/**
|
|
3148
|
+
* @internal
|
|
3149
|
+
*/
|
|
3150
|
+
export declare const GetLicenseConfigurationResponseFilterSensitiveLog: (obj: GetLicenseConfigurationResponse) => any;
|
|
3151
|
+
/**
|
|
3152
|
+
* @internal
|
|
3153
|
+
*/
|
|
3154
|
+
export declare const GetLicenseConversionTaskRequestFilterSensitiveLog: (obj: GetLicenseConversionTaskRequest) => any;
|
|
3155
|
+
/**
|
|
3156
|
+
* @internal
|
|
3157
|
+
*/
|
|
3158
|
+
export declare const GetLicenseConversionTaskResponseFilterSensitiveLog: (obj: GetLicenseConversionTaskResponse) => any;
|
|
3159
|
+
/**
|
|
3160
|
+
* @internal
|
|
3161
|
+
*/
|
|
3162
|
+
export declare const GetLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: GetLicenseManagerReportGeneratorRequest) => any;
|
|
3163
|
+
/**
|
|
3164
|
+
* @internal
|
|
3165
|
+
*/
|
|
3166
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
3167
|
+
/**
|
|
3168
|
+
* @internal
|
|
3169
|
+
*/
|
|
3170
|
+
export declare const ReportGeneratorFilterSensitiveLog: (obj: ReportGenerator) => any;
|
|
3171
|
+
/**
|
|
3172
|
+
* @internal
|
|
3173
|
+
*/
|
|
3174
|
+
export declare const GetLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: GetLicenseManagerReportGeneratorResponse) => any;
|
|
3175
|
+
/**
|
|
3176
|
+
* @internal
|
|
3177
|
+
*/
|
|
3178
|
+
export declare const GetLicenseUsageRequestFilterSensitiveLog: (obj: GetLicenseUsageRequest) => any;
|
|
3179
|
+
/**
|
|
3180
|
+
* @internal
|
|
3181
|
+
*/
|
|
3182
|
+
export declare const EntitlementUsageFilterSensitiveLog: (obj: EntitlementUsage) => any;
|
|
3183
|
+
/**
|
|
3184
|
+
* @internal
|
|
3185
|
+
*/
|
|
3186
|
+
export declare const LicenseUsageFilterSensitiveLog: (obj: LicenseUsage) => any;
|
|
3187
|
+
/**
|
|
3188
|
+
* @internal
|
|
3189
|
+
*/
|
|
3190
|
+
export declare const GetLicenseUsageResponseFilterSensitiveLog: (obj: GetLicenseUsageResponse) => any;
|
|
3191
|
+
/**
|
|
3192
|
+
* @internal
|
|
3193
|
+
*/
|
|
3194
|
+
export declare const GetServiceSettingsRequestFilterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
|
|
3195
|
+
/**
|
|
3196
|
+
* @internal
|
|
3197
|
+
*/
|
|
3198
|
+
export declare const OrganizationConfigurationFilterSensitiveLog: (obj: OrganizationConfiguration) => any;
|
|
3199
|
+
/**
|
|
3200
|
+
* @internal
|
|
3201
|
+
*/
|
|
3202
|
+
export declare const GetServiceSettingsResponseFilterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
|
|
3203
|
+
/**
|
|
3204
|
+
* @internal
|
|
3205
|
+
*/
|
|
3206
|
+
export declare const ListAssociationsForLicenseConfigurationRequestFilterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationRequest) => any;
|
|
3207
|
+
/**
|
|
3208
|
+
* @internal
|
|
3209
|
+
*/
|
|
3210
|
+
export declare const LicenseConfigurationAssociationFilterSensitiveLog: (obj: LicenseConfigurationAssociation) => any;
|
|
3211
|
+
/**
|
|
3212
|
+
* @internal
|
|
3213
|
+
*/
|
|
3214
|
+
export declare const ListAssociationsForLicenseConfigurationResponseFilterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationResponse) => any;
|
|
3215
|
+
/**
|
|
3216
|
+
* @internal
|
|
3217
|
+
*/
|
|
3218
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
3219
|
+
/**
|
|
3220
|
+
* @internal
|
|
3221
|
+
*/
|
|
3222
|
+
export declare const ListDistributedGrantsRequestFilterSensitiveLog: (obj: ListDistributedGrantsRequest) => any;
|
|
3223
|
+
/**
|
|
3224
|
+
* @internal
|
|
3225
|
+
*/
|
|
3226
|
+
export declare const ListDistributedGrantsResponseFilterSensitiveLog: (obj: ListDistributedGrantsResponse) => any;
|
|
3227
|
+
/**
|
|
3228
|
+
* @internal
|
|
3229
|
+
*/
|
|
3230
|
+
export declare const ListFailuresForLicenseConfigurationOperationsRequestFilterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsRequest) => any;
|
|
3231
|
+
/**
|
|
3232
|
+
* @internal
|
|
3233
|
+
*/
|
|
3234
|
+
export declare const LicenseOperationFailureFilterSensitiveLog: (obj: LicenseOperationFailure) => any;
|
|
3235
|
+
/**
|
|
3236
|
+
* @internal
|
|
3237
|
+
*/
|
|
3238
|
+
export declare const ListFailuresForLicenseConfigurationOperationsResponseFilterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsResponse) => any;
|
|
3239
|
+
/**
|
|
3240
|
+
* @internal
|
|
3241
|
+
*/
|
|
3242
|
+
export declare const ListLicenseConfigurationsRequestFilterSensitiveLog: (obj: ListLicenseConfigurationsRequest) => any;
|
|
3243
|
+
/**
|
|
3244
|
+
* @internal
|
|
3245
|
+
*/
|
|
3246
|
+
export declare const LicenseConfigurationFilterSensitiveLog: (obj: LicenseConfiguration) => any;
|
|
3247
|
+
/**
|
|
3248
|
+
* @internal
|
|
3249
|
+
*/
|
|
3250
|
+
export declare const ListLicenseConfigurationsResponseFilterSensitiveLog: (obj: ListLicenseConfigurationsResponse) => any;
|
|
3251
|
+
/**
|
|
3252
|
+
* @internal
|
|
3253
|
+
*/
|
|
3254
|
+
export declare const ListLicenseConversionTasksRequestFilterSensitiveLog: (obj: ListLicenseConversionTasksRequest) => any;
|
|
3255
|
+
/**
|
|
3256
|
+
* @internal
|
|
3257
|
+
*/
|
|
3258
|
+
export declare const LicenseConversionTaskFilterSensitiveLog: (obj: LicenseConversionTask) => any;
|
|
3259
|
+
/**
|
|
3260
|
+
* @internal
|
|
3261
|
+
*/
|
|
3262
|
+
export declare const ListLicenseConversionTasksResponseFilterSensitiveLog: (obj: ListLicenseConversionTasksResponse) => any;
|
|
3263
|
+
/**
|
|
3264
|
+
* @internal
|
|
3265
|
+
*/
|
|
3266
|
+
export declare const ListLicenseManagerReportGeneratorsRequestFilterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsRequest) => any;
|
|
3267
|
+
/**
|
|
3268
|
+
* @internal
|
|
3269
|
+
*/
|
|
3270
|
+
export declare const ListLicenseManagerReportGeneratorsResponseFilterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsResponse) => any;
|
|
3271
|
+
/**
|
|
3272
|
+
* @internal
|
|
3273
|
+
*/
|
|
3274
|
+
export declare const ListLicensesRequestFilterSensitiveLog: (obj: ListLicensesRequest) => any;
|
|
3275
|
+
/**
|
|
3276
|
+
* @internal
|
|
3277
|
+
*/
|
|
3278
|
+
export declare const ListLicensesResponseFilterSensitiveLog: (obj: ListLicensesResponse) => any;
|
|
3279
|
+
/**
|
|
3280
|
+
* @internal
|
|
3281
|
+
*/
|
|
3282
|
+
export declare const ListLicenseSpecificationsForResourceRequestFilterSensitiveLog: (obj: ListLicenseSpecificationsForResourceRequest) => any;
|
|
3283
|
+
/**
|
|
3284
|
+
* @internal
|
|
3285
|
+
*/
|
|
3286
|
+
export declare const LicenseSpecificationFilterSensitiveLog: (obj: LicenseSpecification) => any;
|
|
3287
|
+
/**
|
|
3288
|
+
* @internal
|
|
3289
|
+
*/
|
|
3290
|
+
export declare const ListLicenseSpecificationsForResourceResponseFilterSensitiveLog: (obj: ListLicenseSpecificationsForResourceResponse) => any;
|
|
3291
|
+
/**
|
|
3292
|
+
* @internal
|
|
3293
|
+
*/
|
|
3294
|
+
export declare const ListLicenseVersionsRequestFilterSensitiveLog: (obj: ListLicenseVersionsRequest) => any;
|
|
3295
|
+
/**
|
|
3296
|
+
* @internal
|
|
3297
|
+
*/
|
|
3298
|
+
export declare const ListLicenseVersionsResponseFilterSensitiveLog: (obj: ListLicenseVersionsResponse) => any;
|
|
3299
|
+
/**
|
|
3300
|
+
* @internal
|
|
3301
|
+
*/
|
|
3302
|
+
export declare const ListReceivedGrantsRequestFilterSensitiveLog: (obj: ListReceivedGrantsRequest) => any;
|
|
3303
|
+
/**
|
|
3304
|
+
* @internal
|
|
3305
|
+
*/
|
|
3306
|
+
export declare const ListReceivedGrantsResponseFilterSensitiveLog: (obj: ListReceivedGrantsResponse) => any;
|
|
3307
|
+
/**
|
|
3308
|
+
* @internal
|
|
3309
|
+
*/
|
|
3310
|
+
export declare const ListReceivedLicensesRequestFilterSensitiveLog: (obj: ListReceivedLicensesRequest) => any;
|
|
3311
|
+
/**
|
|
3312
|
+
* @internal
|
|
3313
|
+
*/
|
|
3314
|
+
export declare const ReceivedMetadataFilterSensitiveLog: (obj: ReceivedMetadata) => any;
|
|
3315
|
+
/**
|
|
3316
|
+
* @internal
|
|
3317
|
+
*/
|
|
3318
|
+
export declare const GrantedLicenseFilterSensitiveLog: (obj: GrantedLicense) => any;
|
|
3319
|
+
/**
|
|
3320
|
+
* @internal
|
|
3321
|
+
*/
|
|
3322
|
+
export declare const ListReceivedLicensesResponseFilterSensitiveLog: (obj: ListReceivedLicensesResponse) => any;
|
|
3323
|
+
/**
|
|
3324
|
+
* @internal
|
|
3325
|
+
*/
|
|
3326
|
+
export declare const InventoryFilterFilterSensitiveLog: (obj: InventoryFilter) => any;
|
|
3327
|
+
/**
|
|
3328
|
+
* @internal
|
|
3329
|
+
*/
|
|
3330
|
+
export declare const ListResourceInventoryRequestFilterSensitiveLog: (obj: ListResourceInventoryRequest) => any;
|
|
3331
|
+
/**
|
|
3332
|
+
* @internal
|
|
3333
|
+
*/
|
|
3334
|
+
export declare const ResourceInventoryFilterSensitiveLog: (obj: ResourceInventory) => any;
|
|
3335
|
+
/**
|
|
3336
|
+
* @internal
|
|
3337
|
+
*/
|
|
3338
|
+
export declare const ListResourceInventoryResponseFilterSensitiveLog: (obj: ListResourceInventoryResponse) => any;
|
|
3339
|
+
/**
|
|
3340
|
+
* @internal
|
|
3341
|
+
*/
|
|
3342
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3343
|
+
/**
|
|
3344
|
+
* @internal
|
|
3345
|
+
*/
|
|
3346
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3347
|
+
/**
|
|
3348
|
+
* @internal
|
|
3349
|
+
*/
|
|
3350
|
+
export declare const ListTokensRequestFilterSensitiveLog: (obj: ListTokensRequest) => any;
|
|
3351
|
+
/**
|
|
3352
|
+
* @internal
|
|
3353
|
+
*/
|
|
3354
|
+
export declare const TokenDataFilterSensitiveLog: (obj: TokenData) => any;
|
|
3355
|
+
/**
|
|
3356
|
+
* @internal
|
|
3357
|
+
*/
|
|
3358
|
+
export declare const ListTokensResponseFilterSensitiveLog: (obj: ListTokensResponse) => any;
|
|
3359
|
+
/**
|
|
3360
|
+
* @internal
|
|
3361
|
+
*/
|
|
3362
|
+
export declare const ListUsageForLicenseConfigurationRequestFilterSensitiveLog: (obj: ListUsageForLicenseConfigurationRequest) => any;
|
|
3363
|
+
/**
|
|
3364
|
+
* @internal
|
|
3365
|
+
*/
|
|
3366
|
+
export declare const LicenseConfigurationUsageFilterSensitiveLog: (obj: LicenseConfigurationUsage) => any;
|
|
3367
|
+
/**
|
|
3368
|
+
* @internal
|
|
3369
|
+
*/
|
|
3370
|
+
export declare const ListUsageForLicenseConfigurationResponseFilterSensitiveLog: (obj: ListUsageForLicenseConfigurationResponse) => any;
|
|
3371
|
+
/**
|
|
3372
|
+
* @internal
|
|
3373
|
+
*/
|
|
3374
|
+
export declare const RejectGrantRequestFilterSensitiveLog: (obj: RejectGrantRequest) => any;
|
|
3375
|
+
/**
|
|
3376
|
+
* @internal
|
|
3377
|
+
*/
|
|
3378
|
+
export declare const RejectGrantResponseFilterSensitiveLog: (obj: RejectGrantResponse) => any;
|
|
3379
|
+
/**
|
|
3380
|
+
* @internal
|
|
3381
|
+
*/
|
|
3382
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3383
|
+
/**
|
|
3384
|
+
* @internal
|
|
3385
|
+
*/
|
|
3386
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3387
|
+
/**
|
|
3388
|
+
* @internal
|
|
3389
|
+
*/
|
|
3390
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3391
|
+
/**
|
|
3392
|
+
* @internal
|
|
3393
|
+
*/
|
|
3394
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3395
|
+
/**
|
|
3396
|
+
* @internal
|
|
3397
|
+
*/
|
|
3398
|
+
export declare const UpdateLicenseConfigurationRequestFilterSensitiveLog: (obj: UpdateLicenseConfigurationRequest) => any;
|
|
3399
|
+
/**
|
|
3400
|
+
* @internal
|
|
3401
|
+
*/
|
|
3402
|
+
export declare const UpdateLicenseConfigurationResponseFilterSensitiveLog: (obj: UpdateLicenseConfigurationResponse) => any;
|
|
3403
|
+
/**
|
|
3404
|
+
* @internal
|
|
3405
|
+
*/
|
|
3406
|
+
export declare const UpdateLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorRequest) => any;
|
|
3407
|
+
/**
|
|
3408
|
+
* @internal
|
|
3409
|
+
*/
|
|
3410
|
+
export declare const UpdateLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorResponse) => any;
|
|
3411
|
+
/**
|
|
3412
|
+
* @internal
|
|
3413
|
+
*/
|
|
3414
|
+
export declare const UpdateLicenseSpecificationsForResourceRequestFilterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceRequest) => any;
|
|
3415
|
+
/**
|
|
3416
|
+
* @internal
|
|
3417
|
+
*/
|
|
3418
|
+
export declare const UpdateLicenseSpecificationsForResourceResponseFilterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceResponse) => any;
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
*/
|
|
3422
|
+
export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
*/
|
|
3426
|
+
export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (obj: UpdateServiceSettingsResponse) => any;
|