@aws-sdk/client-license-manager 3.686.0 → 3.691.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/dist-types/models/models_0.d.ts +370 -370
- package/dist-types/ts3.4/models/models_0.d.ts +372 -370
- package/package.json +7 -7
|
@@ -37,17 +37,17 @@ export interface AcceptGrantResponse {
|
|
|
37
37
|
* <p>Grant ARN.</p>
|
|
38
38
|
* @public
|
|
39
39
|
*/
|
|
40
|
-
GrantArn?: string;
|
|
40
|
+
GrantArn?: string | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* <p>Grant status.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
|
-
Status?: GrantStatus;
|
|
45
|
+
Status?: GrantStatus | undefined;
|
|
46
46
|
/**
|
|
47
47
|
* <p>Grant version.</p>
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
|
-
Version?: string;
|
|
50
|
+
Version?: string | undefined;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* <p>Access to resource denied.</p>
|
|
@@ -56,7 +56,7 @@ export interface AcceptGrantResponse {
|
|
|
56
56
|
export declare class AccessDeniedException extends __BaseException {
|
|
57
57
|
readonly name: "AccessDeniedException";
|
|
58
58
|
readonly $fault: "client";
|
|
59
|
-
Message?: string;
|
|
59
|
+
Message?: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
* @internal
|
|
62
62
|
*/
|
|
@@ -70,7 +70,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
70
70
|
export declare class AuthorizationException extends __BaseException {
|
|
71
71
|
readonly name: "AuthorizationException";
|
|
72
72
|
readonly $fault: "client";
|
|
73
|
-
Message?: string;
|
|
73
|
+
Message?: string | undefined;
|
|
74
74
|
/**
|
|
75
75
|
* @internal
|
|
76
76
|
*/
|
|
@@ -83,7 +83,7 @@ export declare class AuthorizationException extends __BaseException {
|
|
|
83
83
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
84
84
|
readonly name: "InvalidParameterValueException";
|
|
85
85
|
readonly $fault: "client";
|
|
86
|
-
Message?: string;
|
|
86
|
+
Message?: string | undefined;
|
|
87
87
|
/**
|
|
88
88
|
* @internal
|
|
89
89
|
*/
|
|
@@ -96,7 +96,7 @@ export declare class InvalidParameterValueException extends __BaseException {
|
|
|
96
96
|
export declare class RateLimitExceededException extends __BaseException {
|
|
97
97
|
readonly name: "RateLimitExceededException";
|
|
98
98
|
readonly $fault: "client";
|
|
99
|
-
Message?: string;
|
|
99
|
+
Message?: string | undefined;
|
|
100
100
|
/**
|
|
101
101
|
* @internal
|
|
102
102
|
*/
|
|
@@ -109,7 +109,7 @@ export declare class RateLimitExceededException extends __BaseException {
|
|
|
109
109
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
110
110
|
readonly name: "ResourceLimitExceededException";
|
|
111
111
|
readonly $fault: "client";
|
|
112
|
-
Message?: string;
|
|
112
|
+
Message?: string | undefined;
|
|
113
113
|
/**
|
|
114
114
|
* @internal
|
|
115
115
|
*/
|
|
@@ -122,7 +122,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
122
122
|
export declare class ServerInternalException extends __BaseException {
|
|
123
123
|
readonly name: "ServerInternalException";
|
|
124
124
|
readonly $fault: "server";
|
|
125
|
-
Message?: string;
|
|
125
|
+
Message?: string | undefined;
|
|
126
126
|
/**
|
|
127
127
|
* @internal
|
|
128
128
|
*/
|
|
@@ -135,7 +135,7 @@ export declare class ServerInternalException extends __BaseException {
|
|
|
135
135
|
export declare class ValidationException extends __BaseException {
|
|
136
136
|
readonly name: "ValidationException";
|
|
137
137
|
readonly $fault: "client";
|
|
138
|
-
Message?: string;
|
|
138
|
+
Message?: string | undefined;
|
|
139
139
|
/**
|
|
140
140
|
* @internal
|
|
141
141
|
*/
|
|
@@ -179,7 +179,7 @@ export interface AutomatedDiscoveryInformation {
|
|
|
179
179
|
* <p>Time that automated discovery last ran.</p>
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
|
-
LastRunTime?: Date;
|
|
182
|
+
LastRunTime?: Date | undefined;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* @public
|
|
@@ -194,7 +194,7 @@ export interface CheckInLicenseRequest {
|
|
|
194
194
|
* <p>License beneficiary.</p>
|
|
195
195
|
* @public
|
|
196
196
|
*/
|
|
197
|
-
Beneficiary?: string;
|
|
197
|
+
Beneficiary?: string | undefined;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* @public
|
|
@@ -208,7 +208,7 @@ export interface CheckInLicenseResponse {
|
|
|
208
208
|
export declare class ConflictException extends __BaseException {
|
|
209
209
|
readonly name: "ConflictException";
|
|
210
210
|
readonly $fault: "client";
|
|
211
|
-
Message?: string;
|
|
211
|
+
Message?: string | undefined;
|
|
212
212
|
/**
|
|
213
213
|
* @internal
|
|
214
214
|
*/
|
|
@@ -221,7 +221,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
221
221
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
222
222
|
readonly name: "ResourceNotFoundException";
|
|
223
223
|
readonly $fault: "client";
|
|
224
|
-
Message?: string;
|
|
224
|
+
Message?: string | undefined;
|
|
225
225
|
/**
|
|
226
226
|
* @internal
|
|
227
227
|
*/
|
|
@@ -236,12 +236,12 @@ export interface Metadata {
|
|
|
236
236
|
* <p>The key name.</p>
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
|
-
Name?: string;
|
|
239
|
+
Name?: string | undefined;
|
|
240
240
|
/**
|
|
241
241
|
* <p>The value.</p>
|
|
242
242
|
* @public
|
|
243
243
|
*/
|
|
244
|
-
Value?: string;
|
|
244
|
+
Value?: string | undefined;
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
247
|
* @public
|
|
@@ -305,7 +305,7 @@ export interface EntitlementData {
|
|
|
305
305
|
* <p>Entitlement data value.</p>
|
|
306
306
|
* @public
|
|
307
307
|
*/
|
|
308
|
-
Value?: string;
|
|
308
|
+
Value?: string | undefined;
|
|
309
309
|
/**
|
|
310
310
|
* <p>Entitlement data unit.</p>
|
|
311
311
|
* @public
|
|
@@ -336,12 +336,12 @@ export interface CheckoutBorrowLicenseRequest {
|
|
|
336
336
|
* <p>Node ID.</p>
|
|
337
337
|
* @public
|
|
338
338
|
*/
|
|
339
|
-
NodeId?: string;
|
|
339
|
+
NodeId?: string | undefined;
|
|
340
340
|
/**
|
|
341
341
|
* <p>Information about constraints.</p>
|
|
342
342
|
* @public
|
|
343
343
|
*/
|
|
344
|
-
CheckoutMetadata?: Metadata[];
|
|
344
|
+
CheckoutMetadata?: Metadata[] | undefined;
|
|
345
345
|
/**
|
|
346
346
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
347
347
|
* @public
|
|
@@ -356,42 +356,42 @@ export interface CheckoutBorrowLicenseResponse {
|
|
|
356
356
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
357
357
|
* @public
|
|
358
358
|
*/
|
|
359
|
-
LicenseArn?: string;
|
|
359
|
+
LicenseArn?: string | undefined;
|
|
360
360
|
/**
|
|
361
361
|
* <p>License consumption token.</p>
|
|
362
362
|
* @public
|
|
363
363
|
*/
|
|
364
|
-
LicenseConsumptionToken?: string;
|
|
364
|
+
LicenseConsumptionToken?: string | undefined;
|
|
365
365
|
/**
|
|
366
366
|
* <p>Allowed license entitlements.</p>
|
|
367
367
|
* @public
|
|
368
368
|
*/
|
|
369
|
-
EntitlementsAllowed?: EntitlementData[];
|
|
369
|
+
EntitlementsAllowed?: EntitlementData[] | undefined;
|
|
370
370
|
/**
|
|
371
371
|
* <p>Node ID.</p>
|
|
372
372
|
* @public
|
|
373
373
|
*/
|
|
374
|
-
NodeId?: string;
|
|
374
|
+
NodeId?: string | undefined;
|
|
375
375
|
/**
|
|
376
376
|
* <p>Signed token.</p>
|
|
377
377
|
* @public
|
|
378
378
|
*/
|
|
379
|
-
SignedToken?: string;
|
|
379
|
+
SignedToken?: string | undefined;
|
|
380
380
|
/**
|
|
381
381
|
* <p>Date and time at which the license checkout is issued.</p>
|
|
382
382
|
* @public
|
|
383
383
|
*/
|
|
384
|
-
IssuedAt?: string;
|
|
384
|
+
IssuedAt?: string | undefined;
|
|
385
385
|
/**
|
|
386
386
|
* <p>Date and time at which the license checkout expires.</p>
|
|
387
387
|
* @public
|
|
388
388
|
*/
|
|
389
|
-
Expiration?: string;
|
|
389
|
+
Expiration?: string | undefined;
|
|
390
390
|
/**
|
|
391
391
|
* <p>Information about constraints.</p>
|
|
392
392
|
* @public
|
|
393
393
|
*/
|
|
394
|
-
CheckoutMetadata?: Metadata[];
|
|
394
|
+
CheckoutMetadata?: Metadata[] | undefined;
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
397
|
* <p>The entitlement is not allowed.</p>
|
|
@@ -400,7 +400,7 @@ export interface CheckoutBorrowLicenseResponse {
|
|
|
400
400
|
export declare class EntitlementNotAllowedException extends __BaseException {
|
|
401
401
|
readonly name: "EntitlementNotAllowedException";
|
|
402
402
|
readonly $fault: "client";
|
|
403
|
-
Message?: string;
|
|
403
|
+
Message?: string | undefined;
|
|
404
404
|
/**
|
|
405
405
|
* @internal
|
|
406
406
|
*/
|
|
@@ -413,7 +413,7 @@ export declare class EntitlementNotAllowedException extends __BaseException {
|
|
|
413
413
|
export declare class NoEntitlementsAllowedException extends __BaseException {
|
|
414
414
|
readonly name: "NoEntitlementsAllowedException";
|
|
415
415
|
readonly $fault: "client";
|
|
416
|
-
Message?: string;
|
|
416
|
+
Message?: string | undefined;
|
|
417
417
|
/**
|
|
418
418
|
* @internal
|
|
419
419
|
*/
|
|
@@ -426,8 +426,8 @@ export declare class NoEntitlementsAllowedException extends __BaseException {
|
|
|
426
426
|
export declare class RedirectException extends __BaseException {
|
|
427
427
|
readonly name: "RedirectException";
|
|
428
428
|
readonly $fault: "client";
|
|
429
|
-
Location?: string;
|
|
430
|
-
Message?: string;
|
|
429
|
+
Location?: string | undefined;
|
|
430
|
+
Message?: string | undefined;
|
|
431
431
|
/**
|
|
432
432
|
* @internal
|
|
433
433
|
*/
|
|
@@ -440,7 +440,7 @@ export declare class RedirectException extends __BaseException {
|
|
|
440
440
|
export declare class UnsupportedDigitalSignatureMethodException extends __BaseException {
|
|
441
441
|
readonly name: "UnsupportedDigitalSignatureMethodException";
|
|
442
442
|
readonly $fault: "client";
|
|
443
|
-
Message?: string;
|
|
443
|
+
Message?: string | undefined;
|
|
444
444
|
/**
|
|
445
445
|
* @internal
|
|
446
446
|
*/
|
|
@@ -491,12 +491,12 @@ export interface CheckoutLicenseRequest {
|
|
|
491
491
|
* <p>License beneficiary.</p>
|
|
492
492
|
* @public
|
|
493
493
|
*/
|
|
494
|
-
Beneficiary?: string;
|
|
494
|
+
Beneficiary?: string | undefined;
|
|
495
495
|
/**
|
|
496
496
|
* <p>Node ID.</p>
|
|
497
497
|
* @public
|
|
498
498
|
*/
|
|
499
|
-
NodeId?: string;
|
|
499
|
+
NodeId?: string | undefined;
|
|
500
500
|
}
|
|
501
501
|
/**
|
|
502
502
|
* @public
|
|
@@ -506,42 +506,42 @@ export interface CheckoutLicenseResponse {
|
|
|
506
506
|
* <p>Checkout type.</p>
|
|
507
507
|
* @public
|
|
508
508
|
*/
|
|
509
|
-
CheckoutType?: CheckoutType;
|
|
509
|
+
CheckoutType?: CheckoutType | undefined;
|
|
510
510
|
/**
|
|
511
511
|
* <p>License consumption token.</p>
|
|
512
512
|
* @public
|
|
513
513
|
*/
|
|
514
|
-
LicenseConsumptionToken?: string;
|
|
514
|
+
LicenseConsumptionToken?: string | undefined;
|
|
515
515
|
/**
|
|
516
516
|
* <p>Allowed license entitlements.</p>
|
|
517
517
|
* @public
|
|
518
518
|
*/
|
|
519
|
-
EntitlementsAllowed?: EntitlementData[];
|
|
519
|
+
EntitlementsAllowed?: EntitlementData[] | undefined;
|
|
520
520
|
/**
|
|
521
521
|
* <p>Signed token.</p>
|
|
522
522
|
* @public
|
|
523
523
|
*/
|
|
524
|
-
SignedToken?: string;
|
|
524
|
+
SignedToken?: string | undefined;
|
|
525
525
|
/**
|
|
526
526
|
* <p>Node ID.</p>
|
|
527
527
|
* @public
|
|
528
528
|
*/
|
|
529
|
-
NodeId?: string;
|
|
529
|
+
NodeId?: string | undefined;
|
|
530
530
|
/**
|
|
531
531
|
* <p>Date and time at which the license checkout is issued.</p>
|
|
532
532
|
* @public
|
|
533
533
|
*/
|
|
534
|
-
IssuedAt?: string;
|
|
534
|
+
IssuedAt?: string | undefined;
|
|
535
535
|
/**
|
|
536
536
|
* <p>Date and time at which the license checkout expires.</p>
|
|
537
537
|
* @public
|
|
538
538
|
*/
|
|
539
|
-
Expiration?: string;
|
|
539
|
+
Expiration?: string | undefined;
|
|
540
540
|
/**
|
|
541
541
|
* <p>Amazon Resource Name (ARN) of the checkout license.</p>
|
|
542
542
|
* @public
|
|
543
543
|
*/
|
|
544
|
-
LicenseArn?: string;
|
|
544
|
+
LicenseArn?: string | undefined;
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
547
|
* @public
|
|
@@ -602,17 +602,17 @@ export interface CreateGrantResponse {
|
|
|
602
602
|
* <p>Grant ARN.</p>
|
|
603
603
|
* @public
|
|
604
604
|
*/
|
|
605
|
-
GrantArn?: string;
|
|
605
|
+
GrantArn?: string | undefined;
|
|
606
606
|
/**
|
|
607
607
|
* <p>Grant status.</p>
|
|
608
608
|
* @public
|
|
609
609
|
*/
|
|
610
|
-
Status?: GrantStatus;
|
|
610
|
+
Status?: GrantStatus | undefined;
|
|
611
611
|
/**
|
|
612
612
|
* <p>Grant version.</p>
|
|
613
613
|
* @public
|
|
614
614
|
*/
|
|
615
|
-
Version?: string;
|
|
615
|
+
Version?: string | undefined;
|
|
616
616
|
}
|
|
617
617
|
/**
|
|
618
618
|
* <p>The options you can specify when you create a new version of a grant, such as activation
|
|
@@ -655,7 +655,7 @@ export interface Options {
|
|
|
655
655
|
* </dl>
|
|
656
656
|
* @public
|
|
657
657
|
*/
|
|
658
|
-
ActivationOverrideBehavior?: ActivationOverrideBehavior;
|
|
658
|
+
ActivationOverrideBehavior?: ActivationOverrideBehavior | undefined;
|
|
659
659
|
}
|
|
660
660
|
/**
|
|
661
661
|
* @public
|
|
@@ -675,32 +675,32 @@ export interface CreateGrantVersionRequest {
|
|
|
675
675
|
* <p>Grant name.</p>
|
|
676
676
|
* @public
|
|
677
677
|
*/
|
|
678
|
-
GrantName?: string;
|
|
678
|
+
GrantName?: string | undefined;
|
|
679
679
|
/**
|
|
680
680
|
* <p>Allowed operations for the grant.</p>
|
|
681
681
|
* @public
|
|
682
682
|
*/
|
|
683
|
-
AllowedOperations?: AllowedOperation[];
|
|
683
|
+
AllowedOperations?: AllowedOperation[] | undefined;
|
|
684
684
|
/**
|
|
685
685
|
* <p>Grant status.</p>
|
|
686
686
|
* @public
|
|
687
687
|
*/
|
|
688
|
-
Status?: GrantStatus;
|
|
688
|
+
Status?: GrantStatus | undefined;
|
|
689
689
|
/**
|
|
690
690
|
* <p>Grant status reason.</p>
|
|
691
691
|
* @public
|
|
692
692
|
*/
|
|
693
|
-
StatusReason?: string;
|
|
693
|
+
StatusReason?: string | undefined;
|
|
694
694
|
/**
|
|
695
695
|
* <p>Current version of the grant.</p>
|
|
696
696
|
* @public
|
|
697
697
|
*/
|
|
698
|
-
SourceVersion?: string;
|
|
698
|
+
SourceVersion?: string | undefined;
|
|
699
699
|
/**
|
|
700
700
|
* <p>The options specified for the grant.</p>
|
|
701
701
|
* @public
|
|
702
702
|
*/
|
|
703
|
-
Options?: Options;
|
|
703
|
+
Options?: Options | undefined;
|
|
704
704
|
}
|
|
705
705
|
/**
|
|
706
706
|
* @public
|
|
@@ -710,17 +710,17 @@ export interface CreateGrantVersionResponse {
|
|
|
710
710
|
* <p>Grant ARN.</p>
|
|
711
711
|
* @public
|
|
712
712
|
*/
|
|
713
|
-
GrantArn?: string;
|
|
713
|
+
GrantArn?: string | undefined;
|
|
714
714
|
/**
|
|
715
715
|
* <p>Grant status.</p>
|
|
716
716
|
* @public
|
|
717
717
|
*/
|
|
718
|
-
Status?: GrantStatus;
|
|
718
|
+
Status?: GrantStatus | undefined;
|
|
719
719
|
/**
|
|
720
720
|
* <p>New version of the grant.</p>
|
|
721
721
|
* @public
|
|
722
722
|
*/
|
|
723
|
-
Version?: string;
|
|
723
|
+
Version?: string | undefined;
|
|
724
724
|
}
|
|
725
725
|
/**
|
|
726
726
|
* <p>Details about a borrow configuration.</p>
|
|
@@ -771,17 +771,17 @@ export interface ConsumptionConfiguration {
|
|
|
771
771
|
* <p>Renewal frequency.</p>
|
|
772
772
|
* @public
|
|
773
773
|
*/
|
|
774
|
-
RenewType?: RenewType;
|
|
774
|
+
RenewType?: RenewType | undefined;
|
|
775
775
|
/**
|
|
776
776
|
* <p>Details about a provisional configuration.</p>
|
|
777
777
|
* @public
|
|
778
778
|
*/
|
|
779
|
-
ProvisionalConfiguration?: ProvisionalConfiguration;
|
|
779
|
+
ProvisionalConfiguration?: ProvisionalConfiguration | undefined;
|
|
780
780
|
/**
|
|
781
781
|
* <p>Details about a borrow configuration.</p>
|
|
782
782
|
* @public
|
|
783
783
|
*/
|
|
784
|
-
BorrowConfiguration?: BorrowConfiguration;
|
|
784
|
+
BorrowConfiguration?: BorrowConfiguration | undefined;
|
|
785
785
|
}
|
|
786
786
|
/**
|
|
787
787
|
* @public
|
|
@@ -834,17 +834,17 @@ export interface Entitlement {
|
|
|
834
834
|
* <p>Entitlement resource. Use only if the unit is None.</p>
|
|
835
835
|
* @public
|
|
836
836
|
*/
|
|
837
|
-
Value?: string;
|
|
837
|
+
Value?: string | undefined;
|
|
838
838
|
/**
|
|
839
839
|
* <p>Maximum entitlement count. Use if the unit is not None.</p>
|
|
840
840
|
* @public
|
|
841
841
|
*/
|
|
842
|
-
MaxCount?: number;
|
|
842
|
+
MaxCount?: number | undefined;
|
|
843
843
|
/**
|
|
844
844
|
* <p>Indicates whether overages are allowed.</p>
|
|
845
845
|
* @public
|
|
846
846
|
*/
|
|
847
|
-
Overage?: boolean;
|
|
847
|
+
Overage?: boolean | undefined;
|
|
848
848
|
/**
|
|
849
849
|
* <p>Entitlement unit.</p>
|
|
850
850
|
* @public
|
|
@@ -854,7 +854,7 @@ export interface Entitlement {
|
|
|
854
854
|
* <p>Indicates whether check-ins are allowed.</p>
|
|
855
855
|
* @public
|
|
856
856
|
*/
|
|
857
|
-
AllowCheckIn?: boolean;
|
|
857
|
+
AllowCheckIn?: boolean | undefined;
|
|
858
858
|
}
|
|
859
859
|
/**
|
|
860
860
|
* <p>Details about the issuer of a license.</p>
|
|
@@ -871,7 +871,7 @@ export interface Issuer {
|
|
|
871
871
|
* and support the RSASSA-PSS SHA-256 signing algorithm.</p>
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
|
-
SignKey?: string;
|
|
874
|
+
SignKey?: string | undefined;
|
|
875
875
|
}
|
|
876
876
|
/**
|
|
877
877
|
* <p>Describes a time range, in ISO8601-UTC format.</p>
|
|
@@ -887,7 +887,7 @@ export interface DatetimeRange {
|
|
|
887
887
|
* <p>End of the time range.</p>
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
890
|
-
End?: string;
|
|
890
|
+
End?: string | undefined;
|
|
891
891
|
}
|
|
892
892
|
/**
|
|
893
893
|
* @public
|
|
@@ -944,7 +944,7 @@ export interface CreateLicenseRequest {
|
|
|
944
944
|
* <p>Information about the license.</p>
|
|
945
945
|
* @public
|
|
946
946
|
*/
|
|
947
|
-
LicenseMetadata?: Metadata[];
|
|
947
|
+
LicenseMetadata?: Metadata[] | undefined;
|
|
948
948
|
/**
|
|
949
949
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
950
950
|
* @public
|
|
@@ -976,17 +976,17 @@ export interface CreateLicenseResponse {
|
|
|
976
976
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
977
977
|
* @public
|
|
978
978
|
*/
|
|
979
|
-
LicenseArn?: string;
|
|
979
|
+
LicenseArn?: string | undefined;
|
|
980
980
|
/**
|
|
981
981
|
* <p>License status.</p>
|
|
982
982
|
* @public
|
|
983
983
|
*/
|
|
984
|
-
Status?: LicenseStatus;
|
|
984
|
+
Status?: LicenseStatus | undefined;
|
|
985
985
|
/**
|
|
986
986
|
* <p>License version.</p>
|
|
987
987
|
* @public
|
|
988
988
|
*/
|
|
989
|
-
Version?: string;
|
|
989
|
+
Version?: string | undefined;
|
|
990
990
|
}
|
|
991
991
|
/**
|
|
992
992
|
* @public
|
|
@@ -1016,7 +1016,7 @@ export interface ProductInformationFilter {
|
|
|
1016
1016
|
* <p>Filter value.</p>
|
|
1017
1017
|
* @public
|
|
1018
1018
|
*/
|
|
1019
|
-
ProductInformationFilterValue?: string[];
|
|
1019
|
+
ProductInformationFilterValue?: string[] | undefined;
|
|
1020
1020
|
/**
|
|
1021
1021
|
* <p>Logical operator.</p>
|
|
1022
1022
|
* @public
|
|
@@ -1117,12 +1117,12 @@ export interface Tag {
|
|
|
1117
1117
|
* <p>Tag key.</p>
|
|
1118
1118
|
* @public
|
|
1119
1119
|
*/
|
|
1120
|
-
Key?: string;
|
|
1120
|
+
Key?: string | undefined;
|
|
1121
1121
|
/**
|
|
1122
1122
|
* <p>Tag value.</p>
|
|
1123
1123
|
* @public
|
|
1124
1124
|
*/
|
|
1125
|
-
Value?: string;
|
|
1125
|
+
Value?: string | undefined;
|
|
1126
1126
|
}
|
|
1127
1127
|
/**
|
|
1128
1128
|
* @public
|
|
@@ -1137,7 +1137,7 @@ export interface CreateLicenseConfigurationRequest {
|
|
|
1137
1137
|
* <p>Description of the license configuration.</p>
|
|
1138
1138
|
* @public
|
|
1139
1139
|
*/
|
|
1140
|
-
Description?: string;
|
|
1140
|
+
Description?: string | undefined;
|
|
1141
1141
|
/**
|
|
1142
1142
|
* <p>Dimension used to track the license inventory.</p>
|
|
1143
1143
|
* @public
|
|
@@ -1147,13 +1147,13 @@ export interface CreateLicenseConfigurationRequest {
|
|
|
1147
1147
|
* <p>Number of licenses managed by the license configuration.</p>
|
|
1148
1148
|
* @public
|
|
1149
1149
|
*/
|
|
1150
|
-
LicenseCount?: number;
|
|
1150
|
+
LicenseCount?: number | undefined;
|
|
1151
1151
|
/**
|
|
1152
1152
|
* <p>Indicates whether hard or soft license enforcement is used. Exceeding a hard limit
|
|
1153
1153
|
* blocks the launch of new instances.</p>
|
|
1154
1154
|
* @public
|
|
1155
1155
|
*/
|
|
1156
|
-
LicenseCountHardLimit?: boolean;
|
|
1156
|
+
LicenseCountHardLimit?: boolean | undefined;
|
|
1157
1157
|
/**
|
|
1158
1158
|
* <p>License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules
|
|
1159
1159
|
* vary by dimension, as follows.</p>
|
|
@@ -1194,22 +1194,22 @@ export interface CreateLicenseConfigurationRequest {
|
|
|
1194
1194
|
* <code>True</code> and <code>False</code>.</p>
|
|
1195
1195
|
* @public
|
|
1196
1196
|
*/
|
|
1197
|
-
LicenseRules?: string[];
|
|
1197
|
+
LicenseRules?: string[] | undefined;
|
|
1198
1198
|
/**
|
|
1199
1199
|
* <p>Tags to add to the license configuration.</p>
|
|
1200
1200
|
* @public
|
|
1201
1201
|
*/
|
|
1202
|
-
Tags?: Tag[];
|
|
1202
|
+
Tags?: Tag[] | undefined;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
1205
1205
|
* @public
|
|
1206
1206
|
*/
|
|
1207
|
-
DisassociateWhenNotFound?: boolean;
|
|
1207
|
+
DisassociateWhenNotFound?: boolean | undefined;
|
|
1208
1208
|
/**
|
|
1209
1209
|
* <p>Product information.</p>
|
|
1210
1210
|
* @public
|
|
1211
1211
|
*/
|
|
1212
|
-
ProductInformationList?: ProductInformation[];
|
|
1212
|
+
ProductInformationList?: ProductInformation[] | undefined;
|
|
1213
1213
|
}
|
|
1214
1214
|
/**
|
|
1215
1215
|
* @public
|
|
@@ -1219,7 +1219,7 @@ export interface CreateLicenseConfigurationResponse {
|
|
|
1219
1219
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1220
1220
|
* @public
|
|
1221
1221
|
*/
|
|
1222
|
-
LicenseConfigurationArn?: string;
|
|
1222
|
+
LicenseConfigurationArn?: string | undefined;
|
|
1223
1223
|
}
|
|
1224
1224
|
/**
|
|
1225
1225
|
* <p>Information about a license type conversion task.</p>
|
|
@@ -1232,7 +1232,7 @@ export interface LicenseConversionContext {
|
|
|
1232
1232
|
* </p>
|
|
1233
1233
|
* @public
|
|
1234
1234
|
*/
|
|
1235
|
-
UsageOperation?: string;
|
|
1235
|
+
UsageOperation?: string | undefined;
|
|
1236
1236
|
}
|
|
1237
1237
|
/**
|
|
1238
1238
|
* @public
|
|
@@ -1264,7 +1264,7 @@ export interface CreateLicenseConversionTaskForResourceResponse {
|
|
|
1264
1264
|
* <p>The ID of the created license type conversion task.</p>
|
|
1265
1265
|
* @public
|
|
1266
1266
|
*/
|
|
1267
|
-
LicenseConversionTaskId?: string;
|
|
1267
|
+
LicenseConversionTaskId?: string | undefined;
|
|
1268
1268
|
}
|
|
1269
1269
|
/**
|
|
1270
1270
|
* <p>Details of the license configuration that this generator reports on.</p>
|
|
@@ -1300,12 +1300,12 @@ export interface ReportFrequency {
|
|
|
1300
1300
|
* The only supported value is <code>1</code>.</p>
|
|
1301
1301
|
* @public
|
|
1302
1302
|
*/
|
|
1303
|
-
value?: number;
|
|
1303
|
+
value?: number | undefined;
|
|
1304
1304
|
/**
|
|
1305
1305
|
* <p>Time period between each report. The period can be daily, weekly, or monthly.</p>
|
|
1306
1306
|
* @public
|
|
1307
1307
|
*/
|
|
1308
|
-
period?: ReportFrequencyType;
|
|
1308
|
+
period?: ReportFrequencyType | undefined;
|
|
1309
1309
|
}
|
|
1310
1310
|
/**
|
|
1311
1311
|
* @public
|
|
@@ -1360,12 +1360,12 @@ export interface CreateLicenseManagerReportGeneratorRequest {
|
|
|
1360
1360
|
* <p>Description of the report generator.</p>
|
|
1361
1361
|
* @public
|
|
1362
1362
|
*/
|
|
1363
|
-
Description?: string;
|
|
1363
|
+
Description?: string | undefined;
|
|
1364
1364
|
/**
|
|
1365
1365
|
* <p>Tags to add to the report generator.</p>
|
|
1366
1366
|
* @public
|
|
1367
1367
|
*/
|
|
1368
|
-
Tags?: Tag[];
|
|
1368
|
+
Tags?: Tag[] | undefined;
|
|
1369
1369
|
}
|
|
1370
1370
|
/**
|
|
1371
1371
|
* @public
|
|
@@ -1375,7 +1375,7 @@ export interface CreateLicenseManagerReportGeneratorResponse {
|
|
|
1375
1375
|
* <p>The Amazon Resource Name (ARN) of the new report generator.</p>
|
|
1376
1376
|
* @public
|
|
1377
1377
|
*/
|
|
1378
|
-
LicenseManagerReportGeneratorArn?: string;
|
|
1378
|
+
LicenseManagerReportGeneratorArn?: string | undefined;
|
|
1379
1379
|
}
|
|
1380
1380
|
/**
|
|
1381
1381
|
* @public
|
|
@@ -1415,7 +1415,7 @@ export interface CreateLicenseVersionRequest {
|
|
|
1415
1415
|
* <p>Information about the license.</p>
|
|
1416
1416
|
* @public
|
|
1417
1417
|
*/
|
|
1418
|
-
LicenseMetadata?: Metadata[];
|
|
1418
|
+
LicenseMetadata?: Metadata[] | undefined;
|
|
1419
1419
|
/**
|
|
1420
1420
|
* <p>License entitlements.</p>
|
|
1421
1421
|
* @public
|
|
@@ -1442,7 +1442,7 @@ export interface CreateLicenseVersionRequest {
|
|
|
1442
1442
|
* <p>Current version of the license.</p>
|
|
1443
1443
|
* @public
|
|
1444
1444
|
*/
|
|
1445
|
-
SourceVersion?: string;
|
|
1445
|
+
SourceVersion?: string | undefined;
|
|
1446
1446
|
}
|
|
1447
1447
|
/**
|
|
1448
1448
|
* @public
|
|
@@ -1452,17 +1452,17 @@ export interface CreateLicenseVersionResponse {
|
|
|
1452
1452
|
* <p>License ARN.</p>
|
|
1453
1453
|
* @public
|
|
1454
1454
|
*/
|
|
1455
|
-
LicenseArn?: string;
|
|
1455
|
+
LicenseArn?: string | undefined;
|
|
1456
1456
|
/**
|
|
1457
1457
|
* <p>New version of the license.</p>
|
|
1458
1458
|
* @public
|
|
1459
1459
|
*/
|
|
1460
|
-
Version?: string;
|
|
1460
|
+
Version?: string | undefined;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* <p>License status.</p>
|
|
1463
1463
|
* @public
|
|
1464
1464
|
*/
|
|
1465
|
-
Status?: LicenseStatus;
|
|
1465
|
+
Status?: LicenseStatus | undefined;
|
|
1466
1466
|
}
|
|
1467
1467
|
/**
|
|
1468
1468
|
* @public
|
|
@@ -1479,18 +1479,18 @@ export interface CreateTokenRequest {
|
|
|
1479
1479
|
* License Manager does not check whether the roles are in use.</p>
|
|
1480
1480
|
* @public
|
|
1481
1481
|
*/
|
|
1482
|
-
RoleArns?: string[];
|
|
1482
|
+
RoleArns?: string[] | undefined;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* <p>Token expiration, in days, counted from token creation. The default is 365 days.</p>
|
|
1485
1485
|
* @public
|
|
1486
1486
|
*/
|
|
1487
|
-
ExpirationInDays?: number;
|
|
1487
|
+
ExpirationInDays?: number | undefined;
|
|
1488
1488
|
/**
|
|
1489
1489
|
* <p>Data specified by the caller to be included in the JWT token. The data is mapped
|
|
1490
1490
|
* to the amr claim of the JWT token.</p>
|
|
1491
1491
|
* @public
|
|
1492
1492
|
*/
|
|
1493
|
-
TokenProperties?: string[];
|
|
1493
|
+
TokenProperties?: string[] | undefined;
|
|
1494
1494
|
/**
|
|
1495
1495
|
* <p>Idempotency token, valid for 10 minutes.</p>
|
|
1496
1496
|
* @public
|
|
@@ -1516,17 +1516,17 @@ export interface CreateTokenResponse {
|
|
|
1516
1516
|
* <p>Token ID.</p>
|
|
1517
1517
|
* @public
|
|
1518
1518
|
*/
|
|
1519
|
-
TokenId?: string;
|
|
1519
|
+
TokenId?: string | undefined;
|
|
1520
1520
|
/**
|
|
1521
1521
|
* <p>Token type.</p>
|
|
1522
1522
|
* @public
|
|
1523
1523
|
*/
|
|
1524
|
-
TokenType?: TokenType;
|
|
1524
|
+
TokenType?: TokenType | undefined;
|
|
1525
1525
|
/**
|
|
1526
1526
|
* <p>Refresh token, encoded as a JWT token.</p>
|
|
1527
1527
|
* @public
|
|
1528
1528
|
*/
|
|
1529
|
-
Token?: string;
|
|
1529
|
+
Token?: string | undefined;
|
|
1530
1530
|
}
|
|
1531
1531
|
/**
|
|
1532
1532
|
* @public
|
|
@@ -1541,7 +1541,7 @@ export interface DeleteGrantRequest {
|
|
|
1541
1541
|
* <p>The Status reason for the delete request.</p>
|
|
1542
1542
|
* @public
|
|
1543
1543
|
*/
|
|
1544
|
-
StatusReason?: string;
|
|
1544
|
+
StatusReason?: string | undefined;
|
|
1545
1545
|
/**
|
|
1546
1546
|
* <p>Current version of the grant.</p>
|
|
1547
1547
|
* @public
|
|
@@ -1556,17 +1556,17 @@ export interface DeleteGrantResponse {
|
|
|
1556
1556
|
* <p>Grant ARN.</p>
|
|
1557
1557
|
* @public
|
|
1558
1558
|
*/
|
|
1559
|
-
GrantArn?: string;
|
|
1559
|
+
GrantArn?: string | undefined;
|
|
1560
1560
|
/**
|
|
1561
1561
|
* <p>Grant status.</p>
|
|
1562
1562
|
* @public
|
|
1563
1563
|
*/
|
|
1564
|
-
Status?: GrantStatus;
|
|
1564
|
+
Status?: GrantStatus | undefined;
|
|
1565
1565
|
/**
|
|
1566
1566
|
* <p>Grant version.</p>
|
|
1567
1567
|
* @public
|
|
1568
1568
|
*/
|
|
1569
|
-
Version?: string;
|
|
1569
|
+
Version?: string | undefined;
|
|
1570
1570
|
}
|
|
1571
1571
|
/**
|
|
1572
1572
|
* @public
|
|
@@ -1603,12 +1603,12 @@ export interface DeleteLicenseResponse {
|
|
|
1603
1603
|
* <p>License status.</p>
|
|
1604
1604
|
* @public
|
|
1605
1605
|
*/
|
|
1606
|
-
Status?: LicenseDeletionStatus;
|
|
1606
|
+
Status?: LicenseDeletionStatus | undefined;
|
|
1607
1607
|
/**
|
|
1608
1608
|
* <p>Date when the license is deleted.</p>
|
|
1609
1609
|
* @public
|
|
1610
1610
|
*/
|
|
1611
|
-
DeletionDate?: string;
|
|
1611
|
+
DeletionDate?: string | undefined;
|
|
1612
1612
|
}
|
|
1613
1613
|
/**
|
|
1614
1614
|
* @public
|
|
@@ -1668,7 +1668,7 @@ export interface ExtendLicenseConsumptionRequest {
|
|
|
1668
1668
|
* <p>Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.</p>
|
|
1669
1669
|
* @public
|
|
1670
1670
|
*/
|
|
1671
|
-
DryRun?: boolean;
|
|
1671
|
+
DryRun?: boolean | undefined;
|
|
1672
1672
|
}
|
|
1673
1673
|
/**
|
|
1674
1674
|
* @public
|
|
@@ -1678,12 +1678,12 @@ export interface ExtendLicenseConsumptionResponse {
|
|
|
1678
1678
|
* <p>License consumption token.</p>
|
|
1679
1679
|
* @public
|
|
1680
1680
|
*/
|
|
1681
|
-
LicenseConsumptionToken?: string;
|
|
1681
|
+
LicenseConsumptionToken?: string | undefined;
|
|
1682
1682
|
/**
|
|
1683
1683
|
* <p>Date and time at which the license consumption expires.</p>
|
|
1684
1684
|
* @public
|
|
1685
1685
|
*/
|
|
1686
|
-
Expiration?: string;
|
|
1686
|
+
Expiration?: string | undefined;
|
|
1687
1687
|
}
|
|
1688
1688
|
/**
|
|
1689
1689
|
* @public
|
|
@@ -1698,7 +1698,7 @@ export interface GetAccessTokenRequest {
|
|
|
1698
1698
|
* <p>Token properties to validate against those present in the JWT token.</p>
|
|
1699
1699
|
* @public
|
|
1700
1700
|
*/
|
|
1701
|
-
TokenProperties?: string[];
|
|
1701
|
+
TokenProperties?: string[] | undefined;
|
|
1702
1702
|
}
|
|
1703
1703
|
/**
|
|
1704
1704
|
* @public
|
|
@@ -1708,7 +1708,7 @@ export interface GetAccessTokenResponse {
|
|
|
1708
1708
|
* <p>Temporary access token.</p>
|
|
1709
1709
|
* @public
|
|
1710
1710
|
*/
|
|
1711
|
-
AccessToken?: string;
|
|
1711
|
+
AccessToken?: string | undefined;
|
|
1712
1712
|
}
|
|
1713
1713
|
/**
|
|
1714
1714
|
* @public
|
|
@@ -1723,7 +1723,7 @@ export interface GetGrantRequest {
|
|
|
1723
1723
|
* <p>Grant version.</p>
|
|
1724
1724
|
* @public
|
|
1725
1725
|
*/
|
|
1726
|
-
Version?: string;
|
|
1726
|
+
Version?: string | undefined;
|
|
1727
1727
|
}
|
|
1728
1728
|
/**
|
|
1729
1729
|
* <p>Describes a grant.</p>
|
|
@@ -1769,7 +1769,7 @@ export interface Grant {
|
|
|
1769
1769
|
* <p>Grant status reason.</p>
|
|
1770
1770
|
* @public
|
|
1771
1771
|
*/
|
|
1772
|
-
StatusReason?: string;
|
|
1772
|
+
StatusReason?: string | undefined;
|
|
1773
1773
|
/**
|
|
1774
1774
|
* <p>Grant version.</p>
|
|
1775
1775
|
* @public
|
|
@@ -1784,7 +1784,7 @@ export interface Grant {
|
|
|
1784
1784
|
* <p>The options specified for the grant.</p>
|
|
1785
1785
|
* @public
|
|
1786
1786
|
*/
|
|
1787
|
-
Options?: Options;
|
|
1787
|
+
Options?: Options | undefined;
|
|
1788
1788
|
}
|
|
1789
1789
|
/**
|
|
1790
1790
|
* @public
|
|
@@ -1794,7 +1794,7 @@ export interface GetGrantResponse {
|
|
|
1794
1794
|
* <p>Grant details.</p>
|
|
1795
1795
|
* @public
|
|
1796
1796
|
*/
|
|
1797
|
-
Grant?: Grant;
|
|
1797
|
+
Grant?: Grant | undefined;
|
|
1798
1798
|
}
|
|
1799
1799
|
/**
|
|
1800
1800
|
* @public
|
|
@@ -1809,7 +1809,7 @@ export interface GetLicenseRequest {
|
|
|
1809
1809
|
* <p>License version.</p>
|
|
1810
1810
|
* @public
|
|
1811
1811
|
*/
|
|
1812
|
-
Version?: string;
|
|
1812
|
+
Version?: string | undefined;
|
|
1813
1813
|
}
|
|
1814
1814
|
/**
|
|
1815
1815
|
* <p>Details associated with the issuer of a license.</p>
|
|
@@ -1820,18 +1820,18 @@ export interface IssuerDetails {
|
|
|
1820
1820
|
* <p>Issuer name.</p>
|
|
1821
1821
|
* @public
|
|
1822
1822
|
*/
|
|
1823
|
-
Name?: string;
|
|
1823
|
+
Name?: string | undefined;
|
|
1824
1824
|
/**
|
|
1825
1825
|
* <p>Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify,
|
|
1826
1826
|
* and support the RSASSA-PSS SHA-256 signing algorithm.</p>
|
|
1827
1827
|
* @public
|
|
1828
1828
|
*/
|
|
1829
|
-
SignKey?: string;
|
|
1829
|
+
SignKey?: string | undefined;
|
|
1830
1830
|
/**
|
|
1831
1831
|
* <p>Issuer key fingerprint.</p>
|
|
1832
1832
|
* @public
|
|
1833
1833
|
*/
|
|
1834
|
-
KeyFingerprint?: string;
|
|
1834
|
+
KeyFingerprint?: string | undefined;
|
|
1835
1835
|
}
|
|
1836
1836
|
/**
|
|
1837
1837
|
* <p>Software license that is managed in License Manager.</p>
|
|
@@ -1842,72 +1842,72 @@ export interface License {
|
|
|
1842
1842
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
1843
1843
|
* @public
|
|
1844
1844
|
*/
|
|
1845
|
-
LicenseArn?: string;
|
|
1845
|
+
LicenseArn?: string | undefined;
|
|
1846
1846
|
/**
|
|
1847
1847
|
* <p>License name.</p>
|
|
1848
1848
|
* @public
|
|
1849
1849
|
*/
|
|
1850
|
-
LicenseName?: string;
|
|
1850
|
+
LicenseName?: string | undefined;
|
|
1851
1851
|
/**
|
|
1852
1852
|
* <p>Product name.</p>
|
|
1853
1853
|
* @public
|
|
1854
1854
|
*/
|
|
1855
|
-
ProductName?: string;
|
|
1855
|
+
ProductName?: string | undefined;
|
|
1856
1856
|
/**
|
|
1857
1857
|
* <p>Product SKU.</p>
|
|
1858
1858
|
* @public
|
|
1859
1859
|
*/
|
|
1860
|
-
ProductSKU?: string;
|
|
1860
|
+
ProductSKU?: string | undefined;
|
|
1861
1861
|
/**
|
|
1862
1862
|
* <p>License issuer.</p>
|
|
1863
1863
|
* @public
|
|
1864
1864
|
*/
|
|
1865
|
-
Issuer?: IssuerDetails;
|
|
1865
|
+
Issuer?: IssuerDetails | undefined;
|
|
1866
1866
|
/**
|
|
1867
1867
|
* <p>Home Region of the license.</p>
|
|
1868
1868
|
* @public
|
|
1869
1869
|
*/
|
|
1870
|
-
HomeRegion?: string;
|
|
1870
|
+
HomeRegion?: string | undefined;
|
|
1871
1871
|
/**
|
|
1872
1872
|
* <p>License status.</p>
|
|
1873
1873
|
* @public
|
|
1874
1874
|
*/
|
|
1875
|
-
Status?: LicenseStatus;
|
|
1875
|
+
Status?: LicenseStatus | undefined;
|
|
1876
1876
|
/**
|
|
1877
1877
|
* <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
|
|
1878
1878
|
* @public
|
|
1879
1879
|
*/
|
|
1880
|
-
Validity?: DatetimeRange;
|
|
1880
|
+
Validity?: DatetimeRange | undefined;
|
|
1881
1881
|
/**
|
|
1882
1882
|
* <p>License beneficiary.</p>
|
|
1883
1883
|
* @public
|
|
1884
1884
|
*/
|
|
1885
|
-
Beneficiary?: string;
|
|
1885
|
+
Beneficiary?: string | undefined;
|
|
1886
1886
|
/**
|
|
1887
1887
|
* <p>License entitlements.</p>
|
|
1888
1888
|
* @public
|
|
1889
1889
|
*/
|
|
1890
|
-
Entitlements?: Entitlement[];
|
|
1890
|
+
Entitlements?: Entitlement[] | undefined;
|
|
1891
1891
|
/**
|
|
1892
1892
|
* <p>Configuration for consumption of the license.</p>
|
|
1893
1893
|
* @public
|
|
1894
1894
|
*/
|
|
1895
|
-
ConsumptionConfiguration?: ConsumptionConfiguration;
|
|
1895
|
+
ConsumptionConfiguration?: ConsumptionConfiguration | undefined;
|
|
1896
1896
|
/**
|
|
1897
1897
|
* <p>License metadata.</p>
|
|
1898
1898
|
* @public
|
|
1899
1899
|
*/
|
|
1900
|
-
LicenseMetadata?: Metadata[];
|
|
1900
|
+
LicenseMetadata?: Metadata[] | undefined;
|
|
1901
1901
|
/**
|
|
1902
1902
|
* <p>License creation time.</p>
|
|
1903
1903
|
* @public
|
|
1904
1904
|
*/
|
|
1905
|
-
CreateTime?: string;
|
|
1905
|
+
CreateTime?: string | undefined;
|
|
1906
1906
|
/**
|
|
1907
1907
|
* <p>License version.</p>
|
|
1908
1908
|
* @public
|
|
1909
1909
|
*/
|
|
1910
|
-
Version?: string;
|
|
1910
|
+
Version?: string | undefined;
|
|
1911
1911
|
}
|
|
1912
1912
|
/**
|
|
1913
1913
|
* @public
|
|
@@ -1917,7 +1917,7 @@ export interface GetLicenseResponse {
|
|
|
1917
1917
|
* <p>License details.</p>
|
|
1918
1918
|
* @public
|
|
1919
1919
|
*/
|
|
1920
|
-
License?: License;
|
|
1920
|
+
License?: License | undefined;
|
|
1921
1921
|
}
|
|
1922
1922
|
/**
|
|
1923
1923
|
* @public
|
|
@@ -1953,12 +1953,12 @@ export interface ConsumedLicenseSummary {
|
|
|
1953
1953
|
* <p>Resource type of the resource consuming a license.</p>
|
|
1954
1954
|
* @public
|
|
1955
1955
|
*/
|
|
1956
|
-
ResourceType?: ResourceType;
|
|
1956
|
+
ResourceType?: ResourceType | undefined;
|
|
1957
1957
|
/**
|
|
1958
1958
|
* <p>Number of licenses consumed by the resource.</p>
|
|
1959
1959
|
* @public
|
|
1960
1960
|
*/
|
|
1961
|
-
ConsumedLicenses?: number;
|
|
1961
|
+
ConsumedLicenses?: number | undefined;
|
|
1962
1962
|
}
|
|
1963
1963
|
/**
|
|
1964
1964
|
* <p>Summary information about a managed resource.</p>
|
|
@@ -1969,12 +1969,12 @@ export interface ManagedResourceSummary {
|
|
|
1969
1969
|
* <p>Type of resource associated with a license.</p>
|
|
1970
1970
|
* @public
|
|
1971
1971
|
*/
|
|
1972
|
-
ResourceType?: ResourceType;
|
|
1972
|
+
ResourceType?: ResourceType | undefined;
|
|
1973
1973
|
/**
|
|
1974
1974
|
* <p>Number of resources associated with licenses.</p>
|
|
1975
1975
|
* @public
|
|
1976
1976
|
*/
|
|
1977
|
-
AssociationCount?: number;
|
|
1977
|
+
AssociationCount?: number | undefined;
|
|
1978
1978
|
}
|
|
1979
1979
|
/**
|
|
1980
1980
|
* @public
|
|
@@ -1984,87 +1984,87 @@ export interface GetLicenseConfigurationResponse {
|
|
|
1984
1984
|
* <p>Unique ID for the license configuration.</p>
|
|
1985
1985
|
* @public
|
|
1986
1986
|
*/
|
|
1987
|
-
LicenseConfigurationId?: string;
|
|
1987
|
+
LicenseConfigurationId?: string | undefined;
|
|
1988
1988
|
/**
|
|
1989
1989
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1990
1990
|
* @public
|
|
1991
1991
|
*/
|
|
1992
|
-
LicenseConfigurationArn?: string;
|
|
1992
|
+
LicenseConfigurationArn?: string | undefined;
|
|
1993
1993
|
/**
|
|
1994
1994
|
* <p>Name of the license configuration.</p>
|
|
1995
1995
|
* @public
|
|
1996
1996
|
*/
|
|
1997
|
-
Name?: string;
|
|
1997
|
+
Name?: string | undefined;
|
|
1998
1998
|
/**
|
|
1999
1999
|
* <p>Description of the license configuration.</p>
|
|
2000
2000
|
* @public
|
|
2001
2001
|
*/
|
|
2002
|
-
Description?: string;
|
|
2002
|
+
Description?: string | undefined;
|
|
2003
2003
|
/**
|
|
2004
2004
|
* <p>Dimension for which the licenses are counted.</p>
|
|
2005
2005
|
* @public
|
|
2006
2006
|
*/
|
|
2007
|
-
LicenseCountingType?: LicenseCountingType;
|
|
2007
|
+
LicenseCountingType?: LicenseCountingType | undefined;
|
|
2008
2008
|
/**
|
|
2009
2009
|
* <p>License rules.</p>
|
|
2010
2010
|
* @public
|
|
2011
2011
|
*/
|
|
2012
|
-
LicenseRules?: string[];
|
|
2012
|
+
LicenseRules?: string[] | undefined;
|
|
2013
2013
|
/**
|
|
2014
2014
|
* <p>Number of available licenses.</p>
|
|
2015
2015
|
* @public
|
|
2016
2016
|
*/
|
|
2017
|
-
LicenseCount?: number;
|
|
2017
|
+
LicenseCount?: number | undefined;
|
|
2018
2018
|
/**
|
|
2019
2019
|
* <p>Sets the number of available licenses as a hard limit.</p>
|
|
2020
2020
|
* @public
|
|
2021
2021
|
*/
|
|
2022
|
-
LicenseCountHardLimit?: boolean;
|
|
2022
|
+
LicenseCountHardLimit?: boolean | undefined;
|
|
2023
2023
|
/**
|
|
2024
2024
|
* <p>Number of licenses assigned to resources.</p>
|
|
2025
2025
|
* @public
|
|
2026
2026
|
*/
|
|
2027
|
-
ConsumedLicenses?: number;
|
|
2027
|
+
ConsumedLicenses?: number | undefined;
|
|
2028
2028
|
/**
|
|
2029
2029
|
* <p>License configuration status.</p>
|
|
2030
2030
|
* @public
|
|
2031
2031
|
*/
|
|
2032
|
-
Status?: string;
|
|
2032
|
+
Status?: string | undefined;
|
|
2033
2033
|
/**
|
|
2034
2034
|
* <p>Account ID of the owner of the license configuration.</p>
|
|
2035
2035
|
* @public
|
|
2036
2036
|
*/
|
|
2037
|
-
OwnerAccountId?: string;
|
|
2037
|
+
OwnerAccountId?: string | undefined;
|
|
2038
2038
|
/**
|
|
2039
2039
|
* <p>Summaries of the licenses consumed by resources.</p>
|
|
2040
2040
|
* @public
|
|
2041
2041
|
*/
|
|
2042
|
-
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
|
|
2042
|
+
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | undefined;
|
|
2043
2043
|
/**
|
|
2044
2044
|
* <p>Summaries of the managed resources.</p>
|
|
2045
2045
|
* @public
|
|
2046
2046
|
*/
|
|
2047
|
-
ManagedResourceSummaryList?: ManagedResourceSummary[];
|
|
2047
|
+
ManagedResourceSummaryList?: ManagedResourceSummary[] | undefined;
|
|
2048
2048
|
/**
|
|
2049
2049
|
* <p>Tags for the license configuration.</p>
|
|
2050
2050
|
* @public
|
|
2051
2051
|
*/
|
|
2052
|
-
Tags?: Tag[];
|
|
2052
|
+
Tags?: Tag[] | undefined;
|
|
2053
2053
|
/**
|
|
2054
2054
|
* <p>Product information.</p>
|
|
2055
2055
|
* @public
|
|
2056
2056
|
*/
|
|
2057
|
-
ProductInformationList?: ProductInformation[];
|
|
2057
|
+
ProductInformationList?: ProductInformation[] | undefined;
|
|
2058
2058
|
/**
|
|
2059
2059
|
* <p>Automated discovery information.</p>
|
|
2060
2060
|
* @public
|
|
2061
2061
|
*/
|
|
2062
|
-
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
|
|
2062
|
+
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | undefined;
|
|
2063
2063
|
/**
|
|
2064
2064
|
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
2065
2065
|
* @public
|
|
2066
2066
|
*/
|
|
2067
|
-
DisassociateWhenNotFound?: boolean;
|
|
2067
|
+
DisassociateWhenNotFound?: boolean | undefined;
|
|
2068
2068
|
}
|
|
2069
2069
|
/**
|
|
2070
2070
|
* @public
|
|
@@ -2097,47 +2097,47 @@ export interface GetLicenseConversionTaskResponse {
|
|
|
2097
2097
|
* <p>ID of the license type conversion task.</p>
|
|
2098
2098
|
* @public
|
|
2099
2099
|
*/
|
|
2100
|
-
LicenseConversionTaskId?: string;
|
|
2100
|
+
LicenseConversionTaskId?: string | undefined;
|
|
2101
2101
|
/**
|
|
2102
2102
|
* <p>Amazon Resource Names (ARN) of the resources the license conversion task is associated with.</p>
|
|
2103
2103
|
* @public
|
|
2104
2104
|
*/
|
|
2105
|
-
ResourceArn?: string;
|
|
2105
|
+
ResourceArn?: string | undefined;
|
|
2106
2106
|
/**
|
|
2107
2107
|
* <p>Information about the license type converted from.</p>
|
|
2108
2108
|
* @public
|
|
2109
2109
|
*/
|
|
2110
|
-
SourceLicenseContext?: LicenseConversionContext;
|
|
2110
|
+
SourceLicenseContext?: LicenseConversionContext | undefined;
|
|
2111
2111
|
/**
|
|
2112
2112
|
* <p>Information about the license type converted to.</p>
|
|
2113
2113
|
* @public
|
|
2114
2114
|
*/
|
|
2115
|
-
DestinationLicenseContext?: LicenseConversionContext;
|
|
2115
|
+
DestinationLicenseContext?: LicenseConversionContext | undefined;
|
|
2116
2116
|
/**
|
|
2117
2117
|
* <p>The status message for the conversion task.</p>
|
|
2118
2118
|
* @public
|
|
2119
2119
|
*/
|
|
2120
|
-
StatusMessage?: string;
|
|
2120
|
+
StatusMessage?: string | undefined;
|
|
2121
2121
|
/**
|
|
2122
2122
|
* <p>Status of the license type conversion task.</p>
|
|
2123
2123
|
* @public
|
|
2124
2124
|
*/
|
|
2125
|
-
Status?: LicenseConversionTaskStatus;
|
|
2125
|
+
Status?: LicenseConversionTaskStatus | undefined;
|
|
2126
2126
|
/**
|
|
2127
2127
|
* <p>Time at which the license type conversion task was started .</p>
|
|
2128
2128
|
* @public
|
|
2129
2129
|
*/
|
|
2130
|
-
StartTime?: Date;
|
|
2130
|
+
StartTime?: Date | undefined;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* <p>Amount of time to complete the license type conversion.</p>
|
|
2133
2133
|
* @public
|
|
2134
2134
|
*/
|
|
2135
|
-
LicenseConversionTime?: Date;
|
|
2135
|
+
LicenseConversionTime?: Date | undefined;
|
|
2136
2136
|
/**
|
|
2137
2137
|
* <p>Time at which the license type conversion task was completed.</p>
|
|
2138
2138
|
* @public
|
|
2139
2139
|
*/
|
|
2140
|
-
EndTime?: Date;
|
|
2140
|
+
EndTime?: Date | undefined;
|
|
2141
2141
|
}
|
|
2142
2142
|
/**
|
|
2143
2143
|
* @public
|
|
@@ -2158,12 +2158,12 @@ export interface S3Location {
|
|
|
2158
2158
|
* <p>Name of the S3 bucket reports are published to.</p>
|
|
2159
2159
|
* @public
|
|
2160
2160
|
*/
|
|
2161
|
-
bucket?: string;
|
|
2161
|
+
bucket?: string | undefined;
|
|
2162
2162
|
/**
|
|
2163
2163
|
* <p>Prefix of the S3 bucket reports are published to.</p>
|
|
2164
2164
|
* @public
|
|
2165
2165
|
*/
|
|
2166
|
-
keyPrefix?: string;
|
|
2166
|
+
keyPrefix?: string | undefined;
|
|
2167
2167
|
}
|
|
2168
2168
|
/**
|
|
2169
2169
|
* <p>Describe the details of a report generator.</p>
|
|
@@ -2174,67 +2174,67 @@ export interface ReportGenerator {
|
|
|
2174
2174
|
* <p>Name of the report generator.</p>
|
|
2175
2175
|
* @public
|
|
2176
2176
|
*/
|
|
2177
|
-
ReportGeneratorName?: string;
|
|
2177
|
+
ReportGeneratorName?: string | undefined;
|
|
2178
2178
|
/**
|
|
2179
2179
|
* <p>Type of reports that are generated.</p>
|
|
2180
2180
|
* @public
|
|
2181
2181
|
*/
|
|
2182
|
-
ReportType?: ReportType[];
|
|
2182
|
+
ReportType?: ReportType[] | undefined;
|
|
2183
2183
|
/**
|
|
2184
2184
|
* <p>License configuration type for this generator.</p>
|
|
2185
2185
|
* @public
|
|
2186
2186
|
*/
|
|
2187
|
-
ReportContext?: ReportContext;
|
|
2187
|
+
ReportContext?: ReportContext | undefined;
|
|
2188
2188
|
/**
|
|
2189
2189
|
* <p>Details about how frequently reports are generated.</p>
|
|
2190
2190
|
* @public
|
|
2191
2191
|
*/
|
|
2192
|
-
ReportFrequency?: ReportFrequency;
|
|
2192
|
+
ReportFrequency?: ReportFrequency | undefined;
|
|
2193
2193
|
/**
|
|
2194
2194
|
* <p>Amazon Resource Name (ARN) of the report generator.</p>
|
|
2195
2195
|
* @public
|
|
2196
2196
|
*/
|
|
2197
|
-
LicenseManagerReportGeneratorArn?: string;
|
|
2197
|
+
LicenseManagerReportGeneratorArn?: string | undefined;
|
|
2198
2198
|
/**
|
|
2199
2199
|
* <p>Status of the last report generation attempt.</p>
|
|
2200
2200
|
* @public
|
|
2201
2201
|
*/
|
|
2202
|
-
LastRunStatus?: string;
|
|
2202
|
+
LastRunStatus?: string | undefined;
|
|
2203
2203
|
/**
|
|
2204
2204
|
* <p>Failure message for the last report generation attempt.</p>
|
|
2205
2205
|
* @public
|
|
2206
2206
|
*/
|
|
2207
|
-
LastRunFailureReason?: string;
|
|
2207
|
+
LastRunFailureReason?: string | undefined;
|
|
2208
2208
|
/**
|
|
2209
2209
|
* <p>Time the last report was generated at.</p>
|
|
2210
2210
|
* @public
|
|
2211
2211
|
*/
|
|
2212
|
-
LastReportGenerationTime?: string;
|
|
2212
|
+
LastReportGenerationTime?: string | undefined;
|
|
2213
2213
|
/**
|
|
2214
2214
|
* <p>The Amazon Web Services account ID used to create the report generator.</p>
|
|
2215
2215
|
* @public
|
|
2216
2216
|
*/
|
|
2217
|
-
ReportCreatorAccount?: string;
|
|
2217
|
+
ReportCreatorAccount?: string | undefined;
|
|
2218
2218
|
/**
|
|
2219
2219
|
* <p>Description of the report generator.</p>
|
|
2220
2220
|
* @public
|
|
2221
2221
|
*/
|
|
2222
|
-
Description?: string;
|
|
2222
|
+
Description?: string | undefined;
|
|
2223
2223
|
/**
|
|
2224
2224
|
* <p>Details of the S3 bucket that report generator reports are published to.</p>
|
|
2225
2225
|
* @public
|
|
2226
2226
|
*/
|
|
2227
|
-
S3Location?: S3Location;
|
|
2227
|
+
S3Location?: S3Location | undefined;
|
|
2228
2228
|
/**
|
|
2229
2229
|
* <p>Time the report was created.</p>
|
|
2230
2230
|
* @public
|
|
2231
2231
|
*/
|
|
2232
|
-
CreateTime?: string;
|
|
2232
|
+
CreateTime?: string | undefined;
|
|
2233
2233
|
/**
|
|
2234
2234
|
* <p>Tags associated with the report generator.</p>
|
|
2235
2235
|
* @public
|
|
2236
2236
|
*/
|
|
2237
|
-
Tags?: Tag[];
|
|
2237
|
+
Tags?: Tag[] | undefined;
|
|
2238
2238
|
}
|
|
2239
2239
|
/**
|
|
2240
2240
|
* @public
|
|
@@ -2244,7 +2244,7 @@ export interface GetLicenseManagerReportGeneratorResponse {
|
|
|
2244
2244
|
* <p>A report generator that creates periodic reports about your license configurations.</p>
|
|
2245
2245
|
* @public
|
|
2246
2246
|
*/
|
|
2247
|
-
ReportGenerator?: ReportGenerator;
|
|
2247
|
+
ReportGenerator?: ReportGenerator | undefined;
|
|
2248
2248
|
}
|
|
2249
2249
|
/**
|
|
2250
2250
|
* @public
|
|
@@ -2275,7 +2275,7 @@ export interface EntitlementUsage {
|
|
|
2275
2275
|
* <p>Maximum entitlement usage count.</p>
|
|
2276
2276
|
* @public
|
|
2277
2277
|
*/
|
|
2278
|
-
MaxCount?: string;
|
|
2278
|
+
MaxCount?: string | undefined;
|
|
2279
2279
|
/**
|
|
2280
2280
|
* <p>Entitlement usage unit.</p>
|
|
2281
2281
|
* @public
|
|
@@ -2291,7 +2291,7 @@ export interface LicenseUsage {
|
|
|
2291
2291
|
* <p>License entitlement usages.</p>
|
|
2292
2292
|
* @public
|
|
2293
2293
|
*/
|
|
2294
|
-
EntitlementUsages?: EntitlementUsage[];
|
|
2294
|
+
EntitlementUsages?: EntitlementUsage[] | undefined;
|
|
2295
2295
|
}
|
|
2296
2296
|
/**
|
|
2297
2297
|
* @public
|
|
@@ -2301,7 +2301,7 @@ export interface GetLicenseUsageResponse {
|
|
|
2301
2301
|
* <p>License usage details.</p>
|
|
2302
2302
|
* @public
|
|
2303
2303
|
*/
|
|
2304
|
-
LicenseUsage?: LicenseUsage;
|
|
2304
|
+
LicenseUsage?: LicenseUsage | undefined;
|
|
2305
2305
|
}
|
|
2306
2306
|
/**
|
|
2307
2307
|
* @public
|
|
@@ -2328,29 +2328,29 @@ export interface GetServiceSettingsResponse {
|
|
|
2328
2328
|
* and so on.</p>
|
|
2329
2329
|
* @public
|
|
2330
2330
|
*/
|
|
2331
|
-
S3BucketArn?: string;
|
|
2331
|
+
S3BucketArn?: string | undefined;
|
|
2332
2332
|
/**
|
|
2333
2333
|
* <p>SNS topic configured to receive notifications from License Manager.</p>
|
|
2334
2334
|
* @public
|
|
2335
2335
|
*/
|
|
2336
|
-
SnsTopicArn?: string;
|
|
2336
|
+
SnsTopicArn?: string | undefined;
|
|
2337
2337
|
/**
|
|
2338
2338
|
* <p>Indicates whether Organizations is integrated with License Manager for
|
|
2339
2339
|
* cross-account discovery.</p>
|
|
2340
2340
|
* @public
|
|
2341
2341
|
*/
|
|
2342
|
-
OrganizationConfiguration?: OrganizationConfiguration;
|
|
2342
|
+
OrganizationConfiguration?: OrganizationConfiguration | undefined;
|
|
2343
2343
|
/**
|
|
2344
2344
|
* <p>Indicates whether cross-account discovery is enabled.</p>
|
|
2345
2345
|
* @public
|
|
2346
2346
|
*/
|
|
2347
|
-
EnableCrossAccountsDiscovery?: boolean;
|
|
2347
|
+
EnableCrossAccountsDiscovery?: boolean | undefined;
|
|
2348
2348
|
/**
|
|
2349
2349
|
* <p>Amazon Resource Name (ARN) of the resource share. The License Manager management account
|
|
2350
2350
|
* provides member accounts with access to this share.</p>
|
|
2351
2351
|
* @public
|
|
2352
2352
|
*/
|
|
2353
|
-
LicenseManagerResourceShareArn?: string;
|
|
2353
|
+
LicenseManagerResourceShareArn?: string | undefined;
|
|
2354
2354
|
}
|
|
2355
2355
|
/**
|
|
2356
2356
|
* <p>The request uses too many filters or too many filter values.</p>
|
|
@@ -2359,7 +2359,7 @@ export interface GetServiceSettingsResponse {
|
|
|
2359
2359
|
export declare class FilterLimitExceededException extends __BaseException {
|
|
2360
2360
|
readonly name: "FilterLimitExceededException";
|
|
2361
2361
|
readonly $fault: "client";
|
|
2362
|
-
Message?: string;
|
|
2362
|
+
Message?: string | undefined;
|
|
2363
2363
|
/**
|
|
2364
2364
|
* @internal
|
|
2365
2365
|
*/
|
|
@@ -2378,12 +2378,12 @@ export interface ListAssociationsForLicenseConfigurationRequest {
|
|
|
2378
2378
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2379
2379
|
* @public
|
|
2380
2380
|
*/
|
|
2381
|
-
MaxResults?: number;
|
|
2381
|
+
MaxResults?: number | undefined;
|
|
2382
2382
|
/**
|
|
2383
2383
|
* <p>Token for the next set of results.</p>
|
|
2384
2384
|
* @public
|
|
2385
2385
|
*/
|
|
2386
|
-
NextToken?: string;
|
|
2386
|
+
NextToken?: string | undefined;
|
|
2387
2387
|
}
|
|
2388
2388
|
/**
|
|
2389
2389
|
* <p>Describes an association with a license configuration.</p>
|
|
@@ -2394,27 +2394,27 @@ export interface LicenseConfigurationAssociation {
|
|
|
2394
2394
|
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
2395
2395
|
* @public
|
|
2396
2396
|
*/
|
|
2397
|
-
ResourceArn?: string;
|
|
2397
|
+
ResourceArn?: string | undefined;
|
|
2398
2398
|
/**
|
|
2399
2399
|
* <p>Type of server resource.</p>
|
|
2400
2400
|
* @public
|
|
2401
2401
|
*/
|
|
2402
|
-
ResourceType?: ResourceType;
|
|
2402
|
+
ResourceType?: ResourceType | undefined;
|
|
2403
2403
|
/**
|
|
2404
2404
|
* <p>ID of the Amazon Web Services account that owns the resource consuming licenses.</p>
|
|
2405
2405
|
* @public
|
|
2406
2406
|
*/
|
|
2407
|
-
ResourceOwnerId?: string;
|
|
2407
|
+
ResourceOwnerId?: string | undefined;
|
|
2408
2408
|
/**
|
|
2409
2409
|
* <p>Time when the license configuration was associated with the resource.</p>
|
|
2410
2410
|
* @public
|
|
2411
2411
|
*/
|
|
2412
|
-
AssociationTime?: Date;
|
|
2412
|
+
AssociationTime?: Date | undefined;
|
|
2413
2413
|
/**
|
|
2414
2414
|
* <p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>
|
|
2415
2415
|
* @public
|
|
2416
2416
|
*/
|
|
2417
|
-
AmiAssociationScope?: string;
|
|
2417
|
+
AmiAssociationScope?: string | undefined;
|
|
2418
2418
|
}
|
|
2419
2419
|
/**
|
|
2420
2420
|
* @public
|
|
@@ -2424,12 +2424,12 @@ export interface ListAssociationsForLicenseConfigurationResponse {
|
|
|
2424
2424
|
* <p>Information about the associations for the license configuration.</p>
|
|
2425
2425
|
* @public
|
|
2426
2426
|
*/
|
|
2427
|
-
LicenseConfigurationAssociations?: LicenseConfigurationAssociation[];
|
|
2427
|
+
LicenseConfigurationAssociations?: LicenseConfigurationAssociation[] | undefined;
|
|
2428
2428
|
/**
|
|
2429
2429
|
* <p>Token for the next set of results.</p>
|
|
2430
2430
|
* @public
|
|
2431
2431
|
*/
|
|
2432
|
-
NextToken?: string;
|
|
2432
|
+
NextToken?: string | undefined;
|
|
2433
2433
|
}
|
|
2434
2434
|
/**
|
|
2435
2435
|
* <p>A filter name and value pair that is used to return more specific results from a
|
|
@@ -2442,12 +2442,12 @@ export interface Filter {
|
|
|
2442
2442
|
* <p>Name of the filter. Filter names are case-sensitive.</p>
|
|
2443
2443
|
* @public
|
|
2444
2444
|
*/
|
|
2445
|
-
Name?: string;
|
|
2445
|
+
Name?: string | undefined;
|
|
2446
2446
|
/**
|
|
2447
2447
|
* <p>The value of the filter, which is case-sensitive. You can only specify one value for the filter.</p>
|
|
2448
2448
|
* @public
|
|
2449
2449
|
*/
|
|
2450
|
-
Values?: string[];
|
|
2450
|
+
Values?: string[] | undefined;
|
|
2451
2451
|
}
|
|
2452
2452
|
/**
|
|
2453
2453
|
* @public
|
|
@@ -2457,7 +2457,7 @@ export interface ListDistributedGrantsRequest {
|
|
|
2457
2457
|
* <p>Amazon Resource Names (ARNs) of the grants.</p>
|
|
2458
2458
|
* @public
|
|
2459
2459
|
*/
|
|
2460
|
-
GrantArns?: string[];
|
|
2460
|
+
GrantArns?: string[] | undefined;
|
|
2461
2461
|
/**
|
|
2462
2462
|
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
2463
2463
|
* <ul>
|
|
@@ -2489,17 +2489,17 @@ export interface ListDistributedGrantsRequest {
|
|
|
2489
2489
|
* </ul>
|
|
2490
2490
|
* @public
|
|
2491
2491
|
*/
|
|
2492
|
-
Filters?: Filter[];
|
|
2492
|
+
Filters?: Filter[] | undefined;
|
|
2493
2493
|
/**
|
|
2494
2494
|
* <p>Token for the next set of results.</p>
|
|
2495
2495
|
* @public
|
|
2496
2496
|
*/
|
|
2497
|
-
NextToken?: string;
|
|
2497
|
+
NextToken?: string | undefined;
|
|
2498
2498
|
/**
|
|
2499
2499
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2500
2500
|
* @public
|
|
2501
2501
|
*/
|
|
2502
|
-
MaxResults?: number;
|
|
2502
|
+
MaxResults?: number | undefined;
|
|
2503
2503
|
}
|
|
2504
2504
|
/**
|
|
2505
2505
|
* @public
|
|
@@ -2509,12 +2509,12 @@ export interface ListDistributedGrantsResponse {
|
|
|
2509
2509
|
* <p>Distributed grant details.</p>
|
|
2510
2510
|
* @public
|
|
2511
2511
|
*/
|
|
2512
|
-
Grants?: Grant[];
|
|
2512
|
+
Grants?: Grant[] | undefined;
|
|
2513
2513
|
/**
|
|
2514
2514
|
* <p>Token for the next set of results.</p>
|
|
2515
2515
|
* @public
|
|
2516
2516
|
*/
|
|
2517
|
-
NextToken?: string;
|
|
2517
|
+
NextToken?: string | undefined;
|
|
2518
2518
|
}
|
|
2519
2519
|
/**
|
|
2520
2520
|
* @public
|
|
@@ -2529,12 +2529,12 @@ export interface ListFailuresForLicenseConfigurationOperationsRequest {
|
|
|
2529
2529
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2530
2530
|
* @public
|
|
2531
2531
|
*/
|
|
2532
|
-
MaxResults?: number;
|
|
2532
|
+
MaxResults?: number | undefined;
|
|
2533
2533
|
/**
|
|
2534
2534
|
* <p>Token for the next set of results.</p>
|
|
2535
2535
|
* @public
|
|
2536
2536
|
*/
|
|
2537
|
-
NextToken?: string;
|
|
2537
|
+
NextToken?: string | undefined;
|
|
2538
2538
|
}
|
|
2539
2539
|
/**
|
|
2540
2540
|
* <p>Describes the failure of a license operation.</p>
|
|
@@ -2545,42 +2545,42 @@ export interface LicenseOperationFailure {
|
|
|
2545
2545
|
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
2546
2546
|
* @public
|
|
2547
2547
|
*/
|
|
2548
|
-
ResourceArn?: string;
|
|
2548
|
+
ResourceArn?: string | undefined;
|
|
2549
2549
|
/**
|
|
2550
2550
|
* <p>Resource type.</p>
|
|
2551
2551
|
* @public
|
|
2552
2552
|
*/
|
|
2553
|
-
ResourceType?: ResourceType;
|
|
2553
|
+
ResourceType?: ResourceType | undefined;
|
|
2554
2554
|
/**
|
|
2555
2555
|
* <p>Error message.</p>
|
|
2556
2556
|
* @public
|
|
2557
2557
|
*/
|
|
2558
|
-
ErrorMessage?: string;
|
|
2558
|
+
ErrorMessage?: string | undefined;
|
|
2559
2559
|
/**
|
|
2560
2560
|
* <p>Failure time.</p>
|
|
2561
2561
|
* @public
|
|
2562
2562
|
*/
|
|
2563
|
-
FailureTime?: Date;
|
|
2563
|
+
FailureTime?: Date | undefined;
|
|
2564
2564
|
/**
|
|
2565
2565
|
* <p>Name of the operation.</p>
|
|
2566
2566
|
* @public
|
|
2567
2567
|
*/
|
|
2568
|
-
OperationName?: string;
|
|
2568
|
+
OperationName?: string | undefined;
|
|
2569
2569
|
/**
|
|
2570
2570
|
* <p>ID of the Amazon Web Services account that owns the resource.</p>
|
|
2571
2571
|
* @public
|
|
2572
2572
|
*/
|
|
2573
|
-
ResourceOwnerId?: string;
|
|
2573
|
+
ResourceOwnerId?: string | undefined;
|
|
2574
2574
|
/**
|
|
2575
2575
|
* <p>The requester is "License Manager Automated Discovery".</p>
|
|
2576
2576
|
* @public
|
|
2577
2577
|
*/
|
|
2578
|
-
OperationRequestedBy?: string;
|
|
2578
|
+
OperationRequestedBy?: string | undefined;
|
|
2579
2579
|
/**
|
|
2580
2580
|
* <p>Reserved.</p>
|
|
2581
2581
|
* @public
|
|
2582
2582
|
*/
|
|
2583
|
-
MetadataList?: Metadata[];
|
|
2583
|
+
MetadataList?: Metadata[] | undefined;
|
|
2584
2584
|
}
|
|
2585
2585
|
/**
|
|
2586
2586
|
* @public
|
|
@@ -2590,12 +2590,12 @@ export interface ListFailuresForLicenseConfigurationOperationsResponse {
|
|
|
2590
2590
|
* <p>License configuration operations that failed.</p>
|
|
2591
2591
|
* @public
|
|
2592
2592
|
*/
|
|
2593
|
-
LicenseOperationFailureList?: LicenseOperationFailure[];
|
|
2593
|
+
LicenseOperationFailureList?: LicenseOperationFailure[] | undefined;
|
|
2594
2594
|
/**
|
|
2595
2595
|
* <p>Token for the next set of results.</p>
|
|
2596
2596
|
* @public
|
|
2597
2597
|
*/
|
|
2598
|
-
NextToken?: string;
|
|
2598
|
+
NextToken?: string | undefined;
|
|
2599
2599
|
}
|
|
2600
2600
|
/**
|
|
2601
2601
|
* @public
|
|
@@ -2605,17 +2605,17 @@ export interface ListLicenseConfigurationsRequest {
|
|
|
2605
2605
|
* <p>Amazon Resource Names (ARN) of the license configurations.</p>
|
|
2606
2606
|
* @public
|
|
2607
2607
|
*/
|
|
2608
|
-
LicenseConfigurationArns?: string[];
|
|
2608
|
+
LicenseConfigurationArns?: string[] | undefined;
|
|
2609
2609
|
/**
|
|
2610
2610
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2611
2611
|
* @public
|
|
2612
2612
|
*/
|
|
2613
|
-
MaxResults?: number;
|
|
2613
|
+
MaxResults?: number | undefined;
|
|
2614
2614
|
/**
|
|
2615
2615
|
* <p>Token for the next set of results.</p>
|
|
2616
2616
|
* @public
|
|
2617
2617
|
*/
|
|
2618
|
-
NextToken?: string;
|
|
2618
|
+
NextToken?: string | undefined;
|
|
2619
2619
|
/**
|
|
2620
2620
|
* <p>Filters to scope the results. The following filters and logical operators
|
|
2621
2621
|
* are supported:</p>
|
|
@@ -2639,7 +2639,7 @@ export interface ListLicenseConfigurationsRequest {
|
|
|
2639
2639
|
* </ul>
|
|
2640
2640
|
* @public
|
|
2641
2641
|
*/
|
|
2642
|
-
Filters?: Filter[];
|
|
2642
|
+
Filters?: Filter[] | undefined;
|
|
2643
2643
|
}
|
|
2644
2644
|
/**
|
|
2645
2645
|
* <p>A license configuration is an abstraction of a customer license agreement that can be
|
|
@@ -2654,82 +2654,82 @@ export interface LicenseConfiguration {
|
|
|
2654
2654
|
* <p>Unique ID of the license configuration.</p>
|
|
2655
2655
|
* @public
|
|
2656
2656
|
*/
|
|
2657
|
-
LicenseConfigurationId?: string;
|
|
2657
|
+
LicenseConfigurationId?: string | undefined;
|
|
2658
2658
|
/**
|
|
2659
2659
|
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
2660
2660
|
* @public
|
|
2661
2661
|
*/
|
|
2662
|
-
LicenseConfigurationArn?: string;
|
|
2662
|
+
LicenseConfigurationArn?: string | undefined;
|
|
2663
2663
|
/**
|
|
2664
2664
|
* <p>Name of the license configuration.</p>
|
|
2665
2665
|
* @public
|
|
2666
2666
|
*/
|
|
2667
|
-
Name?: string;
|
|
2667
|
+
Name?: string | undefined;
|
|
2668
2668
|
/**
|
|
2669
2669
|
* <p>Description of the license configuration.</p>
|
|
2670
2670
|
* @public
|
|
2671
2671
|
*/
|
|
2672
|
-
Description?: string;
|
|
2672
|
+
Description?: string | undefined;
|
|
2673
2673
|
/**
|
|
2674
2674
|
* <p>Dimension to use to track the license inventory.</p>
|
|
2675
2675
|
* @public
|
|
2676
2676
|
*/
|
|
2677
|
-
LicenseCountingType?: LicenseCountingType;
|
|
2677
|
+
LicenseCountingType?: LicenseCountingType | undefined;
|
|
2678
2678
|
/**
|
|
2679
2679
|
* <p>License rules.</p>
|
|
2680
2680
|
* @public
|
|
2681
2681
|
*/
|
|
2682
|
-
LicenseRules?: string[];
|
|
2682
|
+
LicenseRules?: string[] | undefined;
|
|
2683
2683
|
/**
|
|
2684
2684
|
* <p>Number of licenses managed by the license configuration.</p>
|
|
2685
2685
|
* @public
|
|
2686
2686
|
*/
|
|
2687
|
-
LicenseCount?: number;
|
|
2687
|
+
LicenseCount?: number | undefined;
|
|
2688
2688
|
/**
|
|
2689
2689
|
* <p>Number of available licenses as a hard limit.</p>
|
|
2690
2690
|
* @public
|
|
2691
2691
|
*/
|
|
2692
|
-
LicenseCountHardLimit?: boolean;
|
|
2692
|
+
LicenseCountHardLimit?: boolean | undefined;
|
|
2693
2693
|
/**
|
|
2694
2694
|
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
2695
2695
|
* @public
|
|
2696
2696
|
*/
|
|
2697
|
-
DisassociateWhenNotFound?: boolean;
|
|
2697
|
+
DisassociateWhenNotFound?: boolean | undefined;
|
|
2698
2698
|
/**
|
|
2699
2699
|
* <p>Number of licenses consumed. </p>
|
|
2700
2700
|
* @public
|
|
2701
2701
|
*/
|
|
2702
|
-
ConsumedLicenses?: number;
|
|
2702
|
+
ConsumedLicenses?: number | undefined;
|
|
2703
2703
|
/**
|
|
2704
2704
|
* <p>Status of the license configuration.</p>
|
|
2705
2705
|
* @public
|
|
2706
2706
|
*/
|
|
2707
|
-
Status?: string;
|
|
2707
|
+
Status?: string | undefined;
|
|
2708
2708
|
/**
|
|
2709
2709
|
* <p>Account ID of the license configuration's owner.</p>
|
|
2710
2710
|
* @public
|
|
2711
2711
|
*/
|
|
2712
|
-
OwnerAccountId?: string;
|
|
2712
|
+
OwnerAccountId?: string | undefined;
|
|
2713
2713
|
/**
|
|
2714
2714
|
* <p>Summaries for licenses consumed by various resources.</p>
|
|
2715
2715
|
* @public
|
|
2716
2716
|
*/
|
|
2717
|
-
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
|
|
2717
|
+
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | undefined;
|
|
2718
2718
|
/**
|
|
2719
2719
|
* <p>Summaries for managed resources.</p>
|
|
2720
2720
|
* @public
|
|
2721
2721
|
*/
|
|
2722
|
-
ManagedResourceSummaryList?: ManagedResourceSummary[];
|
|
2722
|
+
ManagedResourceSummaryList?: ManagedResourceSummary[] | undefined;
|
|
2723
2723
|
/**
|
|
2724
2724
|
* <p>Product information.</p>
|
|
2725
2725
|
* @public
|
|
2726
2726
|
*/
|
|
2727
|
-
ProductInformationList?: ProductInformation[];
|
|
2727
|
+
ProductInformationList?: ProductInformation[] | undefined;
|
|
2728
2728
|
/**
|
|
2729
2729
|
* <p>Automated discovery information.</p>
|
|
2730
2730
|
* @public
|
|
2731
2731
|
*/
|
|
2732
|
-
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
|
|
2732
|
+
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | undefined;
|
|
2733
2733
|
}
|
|
2734
2734
|
/**
|
|
2735
2735
|
* @public
|
|
@@ -2739,12 +2739,12 @@ export interface ListLicenseConfigurationsResponse {
|
|
|
2739
2739
|
* <p>Information about the license configurations.</p>
|
|
2740
2740
|
* @public
|
|
2741
2741
|
*/
|
|
2742
|
-
LicenseConfigurations?: LicenseConfiguration[];
|
|
2742
|
+
LicenseConfigurations?: LicenseConfiguration[] | undefined;
|
|
2743
2743
|
/**
|
|
2744
2744
|
* <p>Token for the next set of results.</p>
|
|
2745
2745
|
* @public
|
|
2746
2746
|
*/
|
|
2747
|
-
NextToken?: string;
|
|
2747
|
+
NextToken?: string | undefined;
|
|
2748
2748
|
}
|
|
2749
2749
|
/**
|
|
2750
2750
|
* @public
|
|
@@ -2754,19 +2754,19 @@ export interface ListLicenseConversionTasksRequest {
|
|
|
2754
2754
|
* <p>Token for the next set of results.</p>
|
|
2755
2755
|
* @public
|
|
2756
2756
|
*/
|
|
2757
|
-
NextToken?: string;
|
|
2757
|
+
NextToken?: string | undefined;
|
|
2758
2758
|
/**
|
|
2759
2759
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2760
2760
|
* @public
|
|
2761
2761
|
*/
|
|
2762
|
-
MaxResults?: number;
|
|
2762
|
+
MaxResults?: number | undefined;
|
|
2763
2763
|
/**
|
|
2764
2764
|
* <p>
|
|
2765
2765
|
* Filters to scope the results. Valid filters are <code>ResourceArns</code> and <code>Status</code>.
|
|
2766
2766
|
* </p>
|
|
2767
2767
|
* @public
|
|
2768
2768
|
*/
|
|
2769
|
-
Filters?: Filter[];
|
|
2769
|
+
Filters?: Filter[] | undefined;
|
|
2770
2770
|
}
|
|
2771
2771
|
/**
|
|
2772
2772
|
* <p>Information about a license type conversion task.</p>
|
|
@@ -2777,48 +2777,48 @@ export interface LicenseConversionTask {
|
|
|
2777
2777
|
* <p>The ID of the license type conversion task.</p>
|
|
2778
2778
|
* @public
|
|
2779
2779
|
*/
|
|
2780
|
-
LicenseConversionTaskId?: string;
|
|
2780
|
+
LicenseConversionTaskId?: string | undefined;
|
|
2781
2781
|
/**
|
|
2782
2782
|
* <p>The Amazon Resource Name (ARN) of the resource associated with the license type
|
|
2783
2783
|
* conversion task.</p>
|
|
2784
2784
|
* @public
|
|
2785
2785
|
*/
|
|
2786
|
-
ResourceArn?: string;
|
|
2786
|
+
ResourceArn?: string | undefined;
|
|
2787
2787
|
/**
|
|
2788
2788
|
* <p>Information about the license type this conversion task converted from.</p>
|
|
2789
2789
|
* @public
|
|
2790
2790
|
*/
|
|
2791
|
-
SourceLicenseContext?: LicenseConversionContext;
|
|
2791
|
+
SourceLicenseContext?: LicenseConversionContext | undefined;
|
|
2792
2792
|
/**
|
|
2793
2793
|
* <p>Information about the license type this conversion task converted to.</p>
|
|
2794
2794
|
* @public
|
|
2795
2795
|
*/
|
|
2796
|
-
DestinationLicenseContext?: LicenseConversionContext;
|
|
2796
|
+
DestinationLicenseContext?: LicenseConversionContext | undefined;
|
|
2797
2797
|
/**
|
|
2798
2798
|
* <p>The status of the conversion task.</p>
|
|
2799
2799
|
* @public
|
|
2800
2800
|
*/
|
|
2801
|
-
Status?: LicenseConversionTaskStatus;
|
|
2801
|
+
Status?: LicenseConversionTaskStatus | undefined;
|
|
2802
2802
|
/**
|
|
2803
2803
|
* <p>The status message for the conversion task.</p>
|
|
2804
2804
|
* @public
|
|
2805
2805
|
*/
|
|
2806
|
-
StatusMessage?: string;
|
|
2806
|
+
StatusMessage?: string | undefined;
|
|
2807
2807
|
/**
|
|
2808
2808
|
* <p>The time the conversion task was started at.</p>
|
|
2809
2809
|
* @public
|
|
2810
2810
|
*/
|
|
2811
|
-
StartTime?: Date;
|
|
2811
|
+
StartTime?: Date | undefined;
|
|
2812
2812
|
/**
|
|
2813
2813
|
* <p>The time the usage operation value of the resource was changed.</p>
|
|
2814
2814
|
* @public
|
|
2815
2815
|
*/
|
|
2816
|
-
LicenseConversionTime?: Date;
|
|
2816
|
+
LicenseConversionTime?: Date | undefined;
|
|
2817
2817
|
/**
|
|
2818
2818
|
* <p>The time the conversion task was completed.</p>
|
|
2819
2819
|
* @public
|
|
2820
2820
|
*/
|
|
2821
|
-
EndTime?: Date;
|
|
2821
|
+
EndTime?: Date | undefined;
|
|
2822
2822
|
}
|
|
2823
2823
|
/**
|
|
2824
2824
|
* @public
|
|
@@ -2828,12 +2828,12 @@ export interface ListLicenseConversionTasksResponse {
|
|
|
2828
2828
|
* <p>Information about the license configuration tasks for your account.</p>
|
|
2829
2829
|
* @public
|
|
2830
2830
|
*/
|
|
2831
|
-
LicenseConversionTasks?: LicenseConversionTask[];
|
|
2831
|
+
LicenseConversionTasks?: LicenseConversionTask[] | undefined;
|
|
2832
2832
|
/**
|
|
2833
2833
|
* <p>Token for the next set of results.</p>
|
|
2834
2834
|
* @public
|
|
2835
2835
|
*/
|
|
2836
|
-
NextToken?: string;
|
|
2836
|
+
NextToken?: string | undefined;
|
|
2837
2837
|
}
|
|
2838
2838
|
/**
|
|
2839
2839
|
* @public
|
|
@@ -2850,17 +2850,17 @@ export interface ListLicenseManagerReportGeneratorsRequest {
|
|
|
2850
2850
|
* </ul>
|
|
2851
2851
|
* @public
|
|
2852
2852
|
*/
|
|
2853
|
-
Filters?: Filter[];
|
|
2853
|
+
Filters?: Filter[] | undefined;
|
|
2854
2854
|
/**
|
|
2855
2855
|
* <p>Token for the next set of results.</p>
|
|
2856
2856
|
* @public
|
|
2857
2857
|
*/
|
|
2858
|
-
NextToken?: string;
|
|
2858
|
+
NextToken?: string | undefined;
|
|
2859
2859
|
/**
|
|
2860
2860
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2861
2861
|
* @public
|
|
2862
2862
|
*/
|
|
2863
|
-
MaxResults?: number;
|
|
2863
|
+
MaxResults?: number | undefined;
|
|
2864
2864
|
}
|
|
2865
2865
|
/**
|
|
2866
2866
|
* @public
|
|
@@ -2870,12 +2870,12 @@ export interface ListLicenseManagerReportGeneratorsResponse {
|
|
|
2870
2870
|
* <p>A report generator that creates periodic reports about your license configurations.</p>
|
|
2871
2871
|
* @public
|
|
2872
2872
|
*/
|
|
2873
|
-
ReportGenerators?: ReportGenerator[];
|
|
2873
|
+
ReportGenerators?: ReportGenerator[] | undefined;
|
|
2874
2874
|
/**
|
|
2875
2875
|
* <p>Token for the next set of results.</p>
|
|
2876
2876
|
* @public
|
|
2877
2877
|
*/
|
|
2878
|
-
NextToken?: string;
|
|
2878
|
+
NextToken?: string | undefined;
|
|
2879
2879
|
}
|
|
2880
2880
|
/**
|
|
2881
2881
|
* @public
|
|
@@ -2885,7 +2885,7 @@ export interface ListLicensesRequest {
|
|
|
2885
2885
|
* <p>Amazon Resource Names (ARNs) of the licenses.</p>
|
|
2886
2886
|
* @public
|
|
2887
2887
|
*/
|
|
2888
|
-
LicenseArns?: string[];
|
|
2888
|
+
LicenseArns?: string[] | undefined;
|
|
2889
2889
|
/**
|
|
2890
2890
|
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
2891
2891
|
* <ul>
|
|
@@ -2912,17 +2912,17 @@ export interface ListLicensesRequest {
|
|
|
2912
2912
|
* </ul>
|
|
2913
2913
|
* @public
|
|
2914
2914
|
*/
|
|
2915
|
-
Filters?: Filter[];
|
|
2915
|
+
Filters?: Filter[] | undefined;
|
|
2916
2916
|
/**
|
|
2917
2917
|
* <p>Token for the next set of results.</p>
|
|
2918
2918
|
* @public
|
|
2919
2919
|
*/
|
|
2920
|
-
NextToken?: string;
|
|
2920
|
+
NextToken?: string | undefined;
|
|
2921
2921
|
/**
|
|
2922
2922
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2923
2923
|
* @public
|
|
2924
2924
|
*/
|
|
2925
|
-
MaxResults?: number;
|
|
2925
|
+
MaxResults?: number | undefined;
|
|
2926
2926
|
}
|
|
2927
2927
|
/**
|
|
2928
2928
|
* @public
|
|
@@ -2932,12 +2932,12 @@ export interface ListLicensesResponse {
|
|
|
2932
2932
|
* <p>License details.</p>
|
|
2933
2933
|
* @public
|
|
2934
2934
|
*/
|
|
2935
|
-
Licenses?: License[];
|
|
2935
|
+
Licenses?: License[] | undefined;
|
|
2936
2936
|
/**
|
|
2937
2937
|
* <p>Token for the next set of results.</p>
|
|
2938
2938
|
* @public
|
|
2939
2939
|
*/
|
|
2940
|
-
NextToken?: string;
|
|
2940
|
+
NextToken?: string | undefined;
|
|
2941
2941
|
}
|
|
2942
2942
|
/**
|
|
2943
2943
|
* @public
|
|
@@ -2952,12 +2952,12 @@ export interface ListLicenseSpecificationsForResourceRequest {
|
|
|
2952
2952
|
* <p>Maximum number of results to return in a single call.</p>
|
|
2953
2953
|
* @public
|
|
2954
2954
|
*/
|
|
2955
|
-
MaxResults?: number;
|
|
2955
|
+
MaxResults?: number | undefined;
|
|
2956
2956
|
/**
|
|
2957
2957
|
* <p>Token for the next set of results.</p>
|
|
2958
2958
|
* @public
|
|
2959
2959
|
*/
|
|
2960
|
-
NextToken?: string;
|
|
2960
|
+
NextToken?: string | undefined;
|
|
2961
2961
|
}
|
|
2962
2962
|
/**
|
|
2963
2963
|
* <p>Details for associating a license configuration with a resource.</p>
|
|
@@ -2973,7 +2973,7 @@ export interface LicenseSpecification {
|
|
|
2973
2973
|
* <p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>
|
|
2974
2974
|
* @public
|
|
2975
2975
|
*/
|
|
2976
|
-
AmiAssociationScope?: string;
|
|
2976
|
+
AmiAssociationScope?: string | undefined;
|
|
2977
2977
|
}
|
|
2978
2978
|
/**
|
|
2979
2979
|
* @public
|
|
@@ -2983,12 +2983,12 @@ export interface ListLicenseSpecificationsForResourceResponse {
|
|
|
2983
2983
|
* <p>License configurations associated with a resource.</p>
|
|
2984
2984
|
* @public
|
|
2985
2985
|
*/
|
|
2986
|
-
LicenseSpecifications?: LicenseSpecification[];
|
|
2986
|
+
LicenseSpecifications?: LicenseSpecification[] | undefined;
|
|
2987
2987
|
/**
|
|
2988
2988
|
* <p>Token for the next set of results.</p>
|
|
2989
2989
|
* @public
|
|
2990
2990
|
*/
|
|
2991
|
-
NextToken?: string;
|
|
2991
|
+
NextToken?: string | undefined;
|
|
2992
2992
|
}
|
|
2993
2993
|
/**
|
|
2994
2994
|
* @public
|
|
@@ -3003,12 +3003,12 @@ export interface ListLicenseVersionsRequest {
|
|
|
3003
3003
|
* <p>Token for the next set of results.</p>
|
|
3004
3004
|
* @public
|
|
3005
3005
|
*/
|
|
3006
|
-
NextToken?: string;
|
|
3006
|
+
NextToken?: string | undefined;
|
|
3007
3007
|
/**
|
|
3008
3008
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3009
3009
|
* @public
|
|
3010
3010
|
*/
|
|
3011
|
-
MaxResults?: number;
|
|
3011
|
+
MaxResults?: number | undefined;
|
|
3012
3012
|
}
|
|
3013
3013
|
/**
|
|
3014
3014
|
* @public
|
|
@@ -3018,12 +3018,12 @@ export interface ListLicenseVersionsResponse {
|
|
|
3018
3018
|
* <p>License details.</p>
|
|
3019
3019
|
* @public
|
|
3020
3020
|
*/
|
|
3021
|
-
Licenses?: License[];
|
|
3021
|
+
Licenses?: License[] | undefined;
|
|
3022
3022
|
/**
|
|
3023
3023
|
* <p>Token for the next set of results.</p>
|
|
3024
3024
|
* @public
|
|
3025
3025
|
*/
|
|
3026
|
-
NextToken?: string;
|
|
3026
|
+
NextToken?: string | undefined;
|
|
3027
3027
|
}
|
|
3028
3028
|
/**
|
|
3029
3029
|
* @public
|
|
@@ -3033,7 +3033,7 @@ export interface ListReceivedGrantsRequest {
|
|
|
3033
3033
|
* <p>Amazon Resource Names (ARNs) of the grants.</p>
|
|
3034
3034
|
* @public
|
|
3035
3035
|
*/
|
|
3036
|
-
GrantArns?: string[];
|
|
3036
|
+
GrantArns?: string[] | undefined;
|
|
3037
3037
|
/**
|
|
3038
3038
|
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
3039
3039
|
* <ul>
|
|
@@ -3065,17 +3065,17 @@ export interface ListReceivedGrantsRequest {
|
|
|
3065
3065
|
* </ul>
|
|
3066
3066
|
* @public
|
|
3067
3067
|
*/
|
|
3068
|
-
Filters?: Filter[];
|
|
3068
|
+
Filters?: Filter[] | undefined;
|
|
3069
3069
|
/**
|
|
3070
3070
|
* <p>Token for the next set of results.</p>
|
|
3071
3071
|
* @public
|
|
3072
3072
|
*/
|
|
3073
|
-
NextToken?: string;
|
|
3073
|
+
NextToken?: string | undefined;
|
|
3074
3074
|
/**
|
|
3075
3075
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3076
3076
|
* @public
|
|
3077
3077
|
*/
|
|
3078
|
-
MaxResults?: number;
|
|
3078
|
+
MaxResults?: number | undefined;
|
|
3079
3079
|
}
|
|
3080
3080
|
/**
|
|
3081
3081
|
* @public
|
|
@@ -3085,12 +3085,12 @@ export interface ListReceivedGrantsResponse {
|
|
|
3085
3085
|
* <p>Received grant details.</p>
|
|
3086
3086
|
* @public
|
|
3087
3087
|
*/
|
|
3088
|
-
Grants?: Grant[];
|
|
3088
|
+
Grants?: Grant[] | undefined;
|
|
3089
3089
|
/**
|
|
3090
3090
|
* <p>Token for the next set of results.</p>
|
|
3091
3091
|
* @public
|
|
3092
3092
|
*/
|
|
3093
|
-
NextToken?: string;
|
|
3093
|
+
NextToken?: string | undefined;
|
|
3094
3094
|
}
|
|
3095
3095
|
/**
|
|
3096
3096
|
* @public
|
|
@@ -3117,17 +3117,17 @@ export interface ListReceivedGrantsForOrganizationRequest {
|
|
|
3117
3117
|
* </ul>
|
|
3118
3118
|
* @public
|
|
3119
3119
|
*/
|
|
3120
|
-
Filters?: Filter[];
|
|
3120
|
+
Filters?: Filter[] | undefined;
|
|
3121
3121
|
/**
|
|
3122
3122
|
* <p>Token for the next set of results.</p>
|
|
3123
3123
|
* @public
|
|
3124
3124
|
*/
|
|
3125
|
-
NextToken?: string;
|
|
3125
|
+
NextToken?: string | undefined;
|
|
3126
3126
|
/**
|
|
3127
3127
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3128
3128
|
* @public
|
|
3129
3129
|
*/
|
|
3130
|
-
MaxResults?: number;
|
|
3130
|
+
MaxResults?: number | undefined;
|
|
3131
3131
|
}
|
|
3132
3132
|
/**
|
|
3133
3133
|
* @public
|
|
@@ -3137,12 +3137,12 @@ export interface ListReceivedGrantsForOrganizationResponse {
|
|
|
3137
3137
|
* <p>Lists the grants the organization has received.</p>
|
|
3138
3138
|
* @public
|
|
3139
3139
|
*/
|
|
3140
|
-
Grants?: Grant[];
|
|
3140
|
+
Grants?: Grant[] | undefined;
|
|
3141
3141
|
/**
|
|
3142
3142
|
* <p>Token for the next set of results.</p>
|
|
3143
3143
|
* @public
|
|
3144
3144
|
*/
|
|
3145
|
-
NextToken?: string;
|
|
3145
|
+
NextToken?: string | undefined;
|
|
3146
3146
|
}
|
|
3147
3147
|
/**
|
|
3148
3148
|
* @public
|
|
@@ -3152,7 +3152,7 @@ export interface ListReceivedLicensesRequest {
|
|
|
3152
3152
|
* <p>Amazon Resource Names (ARNs) of the licenses.</p>
|
|
3153
3153
|
* @public
|
|
3154
3154
|
*/
|
|
3155
|
-
LicenseArns?: string[];
|
|
3155
|
+
LicenseArns?: string[] | undefined;
|
|
3156
3156
|
/**
|
|
3157
3157
|
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
3158
3158
|
* <ul>
|
|
@@ -3184,17 +3184,17 @@ export interface ListReceivedLicensesRequest {
|
|
|
3184
3184
|
* </ul>
|
|
3185
3185
|
* @public
|
|
3186
3186
|
*/
|
|
3187
|
-
Filters?: Filter[];
|
|
3187
|
+
Filters?: Filter[] | undefined;
|
|
3188
3188
|
/**
|
|
3189
3189
|
* <p>Token for the next set of results.</p>
|
|
3190
3190
|
* @public
|
|
3191
3191
|
*/
|
|
3192
|
-
NextToken?: string;
|
|
3192
|
+
NextToken?: string | undefined;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3195
3195
|
* @public
|
|
3196
3196
|
*/
|
|
3197
|
-
MaxResults?: number;
|
|
3197
|
+
MaxResults?: number | undefined;
|
|
3198
3198
|
}
|
|
3199
3199
|
/**
|
|
3200
3200
|
* @public
|
|
@@ -3223,17 +3223,17 @@ export interface ReceivedMetadata {
|
|
|
3223
3223
|
* <p>Received status.</p>
|
|
3224
3224
|
* @public
|
|
3225
3225
|
*/
|
|
3226
|
-
ReceivedStatus?: ReceivedStatus;
|
|
3226
|
+
ReceivedStatus?: ReceivedStatus | undefined;
|
|
3227
3227
|
/**
|
|
3228
3228
|
* <p>Received status reason.</p>
|
|
3229
3229
|
* @public
|
|
3230
3230
|
*/
|
|
3231
|
-
ReceivedStatusReason?: string;
|
|
3231
|
+
ReceivedStatusReason?: string | undefined;
|
|
3232
3232
|
/**
|
|
3233
3233
|
* <p>Allowed operations.</p>
|
|
3234
3234
|
* @public
|
|
3235
3235
|
*/
|
|
3236
|
-
AllowedOperations?: AllowedOperation[];
|
|
3236
|
+
AllowedOperations?: AllowedOperation[] | undefined;
|
|
3237
3237
|
}
|
|
3238
3238
|
/**
|
|
3239
3239
|
* <p>Describes a license that is granted to a grantee.</p>
|
|
@@ -3244,77 +3244,77 @@ export interface GrantedLicense {
|
|
|
3244
3244
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
3245
3245
|
* @public
|
|
3246
3246
|
*/
|
|
3247
|
-
LicenseArn?: string;
|
|
3247
|
+
LicenseArn?: string | undefined;
|
|
3248
3248
|
/**
|
|
3249
3249
|
* <p>License name.</p>
|
|
3250
3250
|
* @public
|
|
3251
3251
|
*/
|
|
3252
|
-
LicenseName?: string;
|
|
3252
|
+
LicenseName?: string | undefined;
|
|
3253
3253
|
/**
|
|
3254
3254
|
* <p>Product name.</p>
|
|
3255
3255
|
* @public
|
|
3256
3256
|
*/
|
|
3257
|
-
ProductName?: string;
|
|
3257
|
+
ProductName?: string | undefined;
|
|
3258
3258
|
/**
|
|
3259
3259
|
* <p>Product SKU.</p>
|
|
3260
3260
|
* @public
|
|
3261
3261
|
*/
|
|
3262
|
-
ProductSKU?: string;
|
|
3262
|
+
ProductSKU?: string | undefined;
|
|
3263
3263
|
/**
|
|
3264
3264
|
* <p>Granted license issuer.</p>
|
|
3265
3265
|
* @public
|
|
3266
3266
|
*/
|
|
3267
|
-
Issuer?: IssuerDetails;
|
|
3267
|
+
Issuer?: IssuerDetails | undefined;
|
|
3268
3268
|
/**
|
|
3269
3269
|
* <p>Home Region of the granted license.</p>
|
|
3270
3270
|
* @public
|
|
3271
3271
|
*/
|
|
3272
|
-
HomeRegion?: string;
|
|
3272
|
+
HomeRegion?: string | undefined;
|
|
3273
3273
|
/**
|
|
3274
3274
|
* <p>Granted license status.</p>
|
|
3275
3275
|
* @public
|
|
3276
3276
|
*/
|
|
3277
|
-
Status?: LicenseStatus;
|
|
3277
|
+
Status?: LicenseStatus | undefined;
|
|
3278
3278
|
/**
|
|
3279
3279
|
* <p>Date and time range during which the granted license is valid, in ISO8601-UTC format.</p>
|
|
3280
3280
|
* @public
|
|
3281
3281
|
*/
|
|
3282
|
-
Validity?: DatetimeRange;
|
|
3282
|
+
Validity?: DatetimeRange | undefined;
|
|
3283
3283
|
/**
|
|
3284
3284
|
* <p>Granted license beneficiary.</p>
|
|
3285
3285
|
* @public
|
|
3286
3286
|
*/
|
|
3287
|
-
Beneficiary?: string;
|
|
3287
|
+
Beneficiary?: string | undefined;
|
|
3288
3288
|
/**
|
|
3289
3289
|
* <p>License entitlements.</p>
|
|
3290
3290
|
* @public
|
|
3291
3291
|
*/
|
|
3292
|
-
Entitlements?: Entitlement[];
|
|
3292
|
+
Entitlements?: Entitlement[] | undefined;
|
|
3293
3293
|
/**
|
|
3294
3294
|
* <p>Configuration for consumption of the license.</p>
|
|
3295
3295
|
* @public
|
|
3296
3296
|
*/
|
|
3297
|
-
ConsumptionConfiguration?: ConsumptionConfiguration;
|
|
3297
|
+
ConsumptionConfiguration?: ConsumptionConfiguration | undefined;
|
|
3298
3298
|
/**
|
|
3299
3299
|
* <p>Granted license metadata.</p>
|
|
3300
3300
|
* @public
|
|
3301
3301
|
*/
|
|
3302
|
-
LicenseMetadata?: Metadata[];
|
|
3302
|
+
LicenseMetadata?: Metadata[] | undefined;
|
|
3303
3303
|
/**
|
|
3304
3304
|
* <p>Creation time of the granted license.</p>
|
|
3305
3305
|
* @public
|
|
3306
3306
|
*/
|
|
3307
|
-
CreateTime?: string;
|
|
3307
|
+
CreateTime?: string | undefined;
|
|
3308
3308
|
/**
|
|
3309
3309
|
* <p>Version of the granted license.</p>
|
|
3310
3310
|
* @public
|
|
3311
3311
|
*/
|
|
3312
|
-
Version?: string;
|
|
3312
|
+
Version?: string | undefined;
|
|
3313
3313
|
/**
|
|
3314
3314
|
* <p>Granted license received metadata.</p>
|
|
3315
3315
|
* @public
|
|
3316
3316
|
*/
|
|
3317
|
-
ReceivedMetadata?: ReceivedMetadata;
|
|
3317
|
+
ReceivedMetadata?: ReceivedMetadata | undefined;
|
|
3318
3318
|
}
|
|
3319
3319
|
/**
|
|
3320
3320
|
* @public
|
|
@@ -3324,12 +3324,12 @@ export interface ListReceivedLicensesResponse {
|
|
|
3324
3324
|
* <p>Received license details.</p>
|
|
3325
3325
|
* @public
|
|
3326
3326
|
*/
|
|
3327
|
-
Licenses?: GrantedLicense[];
|
|
3327
|
+
Licenses?: GrantedLicense[] | undefined;
|
|
3328
3328
|
/**
|
|
3329
3329
|
* <p>Token for the next set of results.</p>
|
|
3330
3330
|
* @public
|
|
3331
3331
|
*/
|
|
3332
|
-
NextToken?: string;
|
|
3332
|
+
NextToken?: string | undefined;
|
|
3333
3333
|
}
|
|
3334
3334
|
/**
|
|
3335
3335
|
* @public
|
|
@@ -3351,17 +3351,17 @@ export interface ListReceivedLicensesForOrganizationRequest {
|
|
|
3351
3351
|
* </ul>
|
|
3352
3352
|
* @public
|
|
3353
3353
|
*/
|
|
3354
|
-
Filters?: Filter[];
|
|
3354
|
+
Filters?: Filter[] | undefined;
|
|
3355
3355
|
/**
|
|
3356
3356
|
* <p>Token for the next set of results.</p>
|
|
3357
3357
|
* @public
|
|
3358
3358
|
*/
|
|
3359
|
-
NextToken?: string;
|
|
3359
|
+
NextToken?: string | undefined;
|
|
3360
3360
|
/**
|
|
3361
3361
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3362
3362
|
* @public
|
|
3363
3363
|
*/
|
|
3364
|
-
MaxResults?: number;
|
|
3364
|
+
MaxResults?: number | undefined;
|
|
3365
3365
|
}
|
|
3366
3366
|
/**
|
|
3367
3367
|
* @public
|
|
@@ -3371,12 +3371,12 @@ export interface ListReceivedLicensesForOrganizationResponse {
|
|
|
3371
3371
|
* <p>Lists the licenses the organization has received.</p>
|
|
3372
3372
|
* @public
|
|
3373
3373
|
*/
|
|
3374
|
-
Licenses?: GrantedLicense[];
|
|
3374
|
+
Licenses?: GrantedLicense[] | undefined;
|
|
3375
3375
|
/**
|
|
3376
3376
|
* <p>Token for the next set of results.</p>
|
|
3377
3377
|
* @public
|
|
3378
3378
|
*/
|
|
3379
|
-
NextToken?: string;
|
|
3379
|
+
NextToken?: string | undefined;
|
|
3380
3380
|
}
|
|
3381
3381
|
/**
|
|
3382
3382
|
* <p>A dependency required to run the API is missing.</p>
|
|
@@ -3385,8 +3385,8 @@ export interface ListReceivedLicensesForOrganizationResponse {
|
|
|
3385
3385
|
export declare class FailedDependencyException extends __BaseException {
|
|
3386
3386
|
readonly name: "FailedDependencyException";
|
|
3387
3387
|
readonly $fault: "client";
|
|
3388
|
-
Message?: string;
|
|
3389
|
-
ErrorCode?: string;
|
|
3388
|
+
Message?: string | undefined;
|
|
3389
|
+
ErrorCode?: string | undefined;
|
|
3390
3390
|
/**
|
|
3391
3391
|
* @internal
|
|
3392
3392
|
*/
|
|
@@ -3425,7 +3425,7 @@ export interface InventoryFilter {
|
|
|
3425
3425
|
* <p>Value of the filter.</p>
|
|
3426
3426
|
* @public
|
|
3427
3427
|
*/
|
|
3428
|
-
Value?: string;
|
|
3428
|
+
Value?: string | undefined;
|
|
3429
3429
|
}
|
|
3430
3430
|
/**
|
|
3431
3431
|
* @public
|
|
@@ -3435,12 +3435,12 @@ export interface ListResourceInventoryRequest {
|
|
|
3435
3435
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3436
3436
|
* @public
|
|
3437
3437
|
*/
|
|
3438
|
-
MaxResults?: number;
|
|
3438
|
+
MaxResults?: number | undefined;
|
|
3439
3439
|
/**
|
|
3440
3440
|
* <p>Token for the next set of results.</p>
|
|
3441
3441
|
* @public
|
|
3442
3442
|
*/
|
|
3443
|
-
NextToken?: string;
|
|
3443
|
+
NextToken?: string | undefined;
|
|
3444
3444
|
/**
|
|
3445
3445
|
* <p>Filters to scope the results. The following filters and logical operators
|
|
3446
3446
|
* are supported:</p>
|
|
@@ -3483,7 +3483,7 @@ export interface ListResourceInventoryRequest {
|
|
|
3483
3483
|
* </ul>
|
|
3484
3484
|
* @public
|
|
3485
3485
|
*/
|
|
3486
|
-
Filters?: InventoryFilter[];
|
|
3486
|
+
Filters?: InventoryFilter[] | undefined;
|
|
3487
3487
|
}
|
|
3488
3488
|
/**
|
|
3489
3489
|
* <p>Details about a resource.</p>
|
|
@@ -3494,32 +3494,32 @@ export interface ResourceInventory {
|
|
|
3494
3494
|
* <p>ID of the resource.</p>
|
|
3495
3495
|
* @public
|
|
3496
3496
|
*/
|
|
3497
|
-
ResourceId?: string;
|
|
3497
|
+
ResourceId?: string | undefined;
|
|
3498
3498
|
/**
|
|
3499
3499
|
* <p>Type of resource.</p>
|
|
3500
3500
|
* @public
|
|
3501
3501
|
*/
|
|
3502
|
-
ResourceType?: ResourceType;
|
|
3502
|
+
ResourceType?: ResourceType | undefined;
|
|
3503
3503
|
/**
|
|
3504
3504
|
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
3505
3505
|
* @public
|
|
3506
3506
|
*/
|
|
3507
|
-
ResourceArn?: string;
|
|
3507
|
+
ResourceArn?: string | undefined;
|
|
3508
3508
|
/**
|
|
3509
3509
|
* <p>Platform of the resource.</p>
|
|
3510
3510
|
* @public
|
|
3511
3511
|
*/
|
|
3512
|
-
Platform?: string;
|
|
3512
|
+
Platform?: string | undefined;
|
|
3513
3513
|
/**
|
|
3514
3514
|
* <p>Platform version of the resource in the inventory.</p>
|
|
3515
3515
|
* @public
|
|
3516
3516
|
*/
|
|
3517
|
-
PlatformVersion?: string;
|
|
3517
|
+
PlatformVersion?: string | undefined;
|
|
3518
3518
|
/**
|
|
3519
3519
|
* <p>ID of the account that owns the resource.</p>
|
|
3520
3520
|
* @public
|
|
3521
3521
|
*/
|
|
3522
|
-
ResourceOwningAccountId?: string;
|
|
3522
|
+
ResourceOwningAccountId?: string | undefined;
|
|
3523
3523
|
}
|
|
3524
3524
|
/**
|
|
3525
3525
|
* @public
|
|
@@ -3529,12 +3529,12 @@ export interface ListResourceInventoryResponse {
|
|
|
3529
3529
|
* <p>Information about the resources.</p>
|
|
3530
3530
|
* @public
|
|
3531
3531
|
*/
|
|
3532
|
-
ResourceInventoryList?: ResourceInventory[];
|
|
3532
|
+
ResourceInventoryList?: ResourceInventory[] | undefined;
|
|
3533
3533
|
/**
|
|
3534
3534
|
* <p>Token for the next set of results.</p>
|
|
3535
3535
|
* @public
|
|
3536
3536
|
*/
|
|
3537
|
-
NextToken?: string;
|
|
3537
|
+
NextToken?: string | undefined;
|
|
3538
3538
|
}
|
|
3539
3539
|
/**
|
|
3540
3540
|
* @public
|
|
@@ -3554,7 +3554,7 @@ export interface ListTagsForResourceResponse {
|
|
|
3554
3554
|
* <p>Information about the tags.</p>
|
|
3555
3555
|
* @public
|
|
3556
3556
|
*/
|
|
3557
|
-
Tags?: Tag[];
|
|
3557
|
+
Tags?: Tag[] | undefined;
|
|
3558
3558
|
}
|
|
3559
3559
|
/**
|
|
3560
3560
|
* @public
|
|
@@ -3564,7 +3564,7 @@ export interface ListTokensRequest {
|
|
|
3564
3564
|
* <p>Token IDs.</p>
|
|
3565
3565
|
* @public
|
|
3566
3566
|
*/
|
|
3567
|
-
TokenIds?: string[];
|
|
3567
|
+
TokenIds?: string[] | undefined;
|
|
3568
3568
|
/**
|
|
3569
3569
|
* <p>Filters to scope the results. The following filter is supported:</p>
|
|
3570
3570
|
* <ul>
|
|
@@ -3576,17 +3576,17 @@ export interface ListTokensRequest {
|
|
|
3576
3576
|
* </ul>
|
|
3577
3577
|
* @public
|
|
3578
3578
|
*/
|
|
3579
|
-
Filters?: Filter[];
|
|
3579
|
+
Filters?: Filter[] | undefined;
|
|
3580
3580
|
/**
|
|
3581
3581
|
* <p>Token for the next set of results.</p>
|
|
3582
3582
|
* @public
|
|
3583
3583
|
*/
|
|
3584
|
-
NextToken?: string;
|
|
3584
|
+
NextToken?: string | undefined;
|
|
3585
3585
|
/**
|
|
3586
3586
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3587
3587
|
* @public
|
|
3588
3588
|
*/
|
|
3589
|
-
MaxResults?: number;
|
|
3589
|
+
MaxResults?: number | undefined;
|
|
3590
3590
|
}
|
|
3591
3591
|
/**
|
|
3592
3592
|
* <p>Describes a token.</p>
|
|
@@ -3597,37 +3597,37 @@ export interface TokenData {
|
|
|
3597
3597
|
* <p>Token ID.</p>
|
|
3598
3598
|
* @public
|
|
3599
3599
|
*/
|
|
3600
|
-
TokenId?: string;
|
|
3600
|
+
TokenId?: string | undefined;
|
|
3601
3601
|
/**
|
|
3602
3602
|
* <p>Type of token generated. The supported value is <code>REFRESH_TOKEN</code>.</p>
|
|
3603
3603
|
* @public
|
|
3604
3604
|
*/
|
|
3605
|
-
TokenType?: string;
|
|
3605
|
+
TokenType?: string | undefined;
|
|
3606
3606
|
/**
|
|
3607
3607
|
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
3608
3608
|
* @public
|
|
3609
3609
|
*/
|
|
3610
|
-
LicenseArn?: string;
|
|
3610
|
+
LicenseArn?: string | undefined;
|
|
3611
3611
|
/**
|
|
3612
3612
|
* <p>Token expiration time, in ISO8601-UTC format.</p>
|
|
3613
3613
|
* @public
|
|
3614
3614
|
*/
|
|
3615
|
-
ExpirationTime?: string;
|
|
3615
|
+
ExpirationTime?: string | undefined;
|
|
3616
3616
|
/**
|
|
3617
3617
|
* <p>Data specified by the caller.</p>
|
|
3618
3618
|
* @public
|
|
3619
3619
|
*/
|
|
3620
|
-
TokenProperties?: string[];
|
|
3620
|
+
TokenProperties?: string[] | undefined;
|
|
3621
3621
|
/**
|
|
3622
3622
|
* <p>Amazon Resource Names (ARN) of the roles included in the token.</p>
|
|
3623
3623
|
* @public
|
|
3624
3624
|
*/
|
|
3625
|
-
RoleArns?: string[];
|
|
3625
|
+
RoleArns?: string[] | undefined;
|
|
3626
3626
|
/**
|
|
3627
3627
|
* <p>Token status. The possible values are <code>AVAILABLE</code> and <code>DELETED</code>.</p>
|
|
3628
3628
|
* @public
|
|
3629
3629
|
*/
|
|
3630
|
-
Status?: string;
|
|
3630
|
+
Status?: string | undefined;
|
|
3631
3631
|
}
|
|
3632
3632
|
/**
|
|
3633
3633
|
* @public
|
|
@@ -3637,12 +3637,12 @@ export interface ListTokensResponse {
|
|
|
3637
3637
|
* <p>Received token details.</p>
|
|
3638
3638
|
* @public
|
|
3639
3639
|
*/
|
|
3640
|
-
Tokens?: TokenData[];
|
|
3640
|
+
Tokens?: TokenData[] | undefined;
|
|
3641
3641
|
/**
|
|
3642
3642
|
* <p>Token for the next set of results.</p>
|
|
3643
3643
|
* @public
|
|
3644
3644
|
*/
|
|
3645
|
-
NextToken?: string;
|
|
3645
|
+
NextToken?: string | undefined;
|
|
3646
3646
|
}
|
|
3647
3647
|
/**
|
|
3648
3648
|
* @public
|
|
@@ -3657,12 +3657,12 @@ export interface ListUsageForLicenseConfigurationRequest {
|
|
|
3657
3657
|
* <p>Maximum number of results to return in a single call.</p>
|
|
3658
3658
|
* @public
|
|
3659
3659
|
*/
|
|
3660
|
-
MaxResults?: number;
|
|
3660
|
+
MaxResults?: number | undefined;
|
|
3661
3661
|
/**
|
|
3662
3662
|
* <p>Token for the next set of results.</p>
|
|
3663
3663
|
* @public
|
|
3664
3664
|
*/
|
|
3665
|
-
NextToken?: string;
|
|
3665
|
+
NextToken?: string | undefined;
|
|
3666
3666
|
/**
|
|
3667
3667
|
* <p>Filters to scope the results. The following filters and logical operators
|
|
3668
3668
|
* are supported:</p>
|
|
@@ -3685,7 +3685,7 @@ export interface ListUsageForLicenseConfigurationRequest {
|
|
|
3685
3685
|
* </ul>
|
|
3686
3686
|
* @public
|
|
3687
3687
|
*/
|
|
3688
|
-
Filters?: Filter[];
|
|
3688
|
+
Filters?: Filter[] | undefined;
|
|
3689
3689
|
}
|
|
3690
3690
|
/**
|
|
3691
3691
|
* <p>Details about the usage of a resource associated with a license configuration.</p>
|
|
@@ -3696,32 +3696,32 @@ export interface LicenseConfigurationUsage {
|
|
|
3696
3696
|
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
3697
3697
|
* @public
|
|
3698
3698
|
*/
|
|
3699
|
-
ResourceArn?: string;
|
|
3699
|
+
ResourceArn?: string | undefined;
|
|
3700
3700
|
/**
|
|
3701
3701
|
* <p>Type of resource.</p>
|
|
3702
3702
|
* @public
|
|
3703
3703
|
*/
|
|
3704
|
-
ResourceType?: ResourceType;
|
|
3704
|
+
ResourceType?: ResourceType | undefined;
|
|
3705
3705
|
/**
|
|
3706
3706
|
* <p>Status of the resource.</p>
|
|
3707
3707
|
* @public
|
|
3708
3708
|
*/
|
|
3709
|
-
ResourceStatus?: string;
|
|
3709
|
+
ResourceStatus?: string | undefined;
|
|
3710
3710
|
/**
|
|
3711
3711
|
* <p>ID of the account that owns the resource.</p>
|
|
3712
3712
|
* @public
|
|
3713
3713
|
*/
|
|
3714
|
-
ResourceOwnerId?: string;
|
|
3714
|
+
ResourceOwnerId?: string | undefined;
|
|
3715
3715
|
/**
|
|
3716
3716
|
* <p>Time when the license configuration was initially associated with the resource.</p>
|
|
3717
3717
|
* @public
|
|
3718
3718
|
*/
|
|
3719
|
-
AssociationTime?: Date;
|
|
3719
|
+
AssociationTime?: Date | undefined;
|
|
3720
3720
|
/**
|
|
3721
3721
|
* <p>Number of licenses consumed by the resource.</p>
|
|
3722
3722
|
* @public
|
|
3723
3723
|
*/
|
|
3724
|
-
ConsumedLicenses?: number;
|
|
3724
|
+
ConsumedLicenses?: number | undefined;
|
|
3725
3725
|
}
|
|
3726
3726
|
/**
|
|
3727
3727
|
* @public
|
|
@@ -3731,12 +3731,12 @@ export interface ListUsageForLicenseConfigurationResponse {
|
|
|
3731
3731
|
* <p>Information about the license configurations.</p>
|
|
3732
3732
|
* @public
|
|
3733
3733
|
*/
|
|
3734
|
-
LicenseConfigurationUsageList?: LicenseConfigurationUsage[];
|
|
3734
|
+
LicenseConfigurationUsageList?: LicenseConfigurationUsage[] | undefined;
|
|
3735
3735
|
/**
|
|
3736
3736
|
* <p>Token for the next set of results.</p>
|
|
3737
3737
|
* @public
|
|
3738
3738
|
*/
|
|
3739
|
-
NextToken?: string;
|
|
3739
|
+
NextToken?: string | undefined;
|
|
3740
3740
|
}
|
|
3741
3741
|
/**
|
|
3742
3742
|
* @public
|
|
@@ -3756,17 +3756,17 @@ export interface RejectGrantResponse {
|
|
|
3756
3756
|
* <p>Grant ARN.</p>
|
|
3757
3757
|
* @public
|
|
3758
3758
|
*/
|
|
3759
|
-
GrantArn?: string;
|
|
3759
|
+
GrantArn?: string | undefined;
|
|
3760
3760
|
/**
|
|
3761
3761
|
* <p>Grant status.</p>
|
|
3762
3762
|
* @public
|
|
3763
3763
|
*/
|
|
3764
|
-
Status?: GrantStatus;
|
|
3764
|
+
Status?: GrantStatus | undefined;
|
|
3765
3765
|
/**
|
|
3766
3766
|
* <p>Grant version.</p>
|
|
3767
3767
|
* @public
|
|
3768
3768
|
*/
|
|
3769
|
-
Version?: string;
|
|
3769
|
+
Version?: string | undefined;
|
|
3770
3770
|
}
|
|
3771
3771
|
/**
|
|
3772
3772
|
* @public
|
|
@@ -3833,43 +3833,43 @@ export interface UpdateLicenseConfigurationRequest {
|
|
|
3833
3833
|
* <p>New status of the license configuration.</p>
|
|
3834
3834
|
* @public
|
|
3835
3835
|
*/
|
|
3836
|
-
LicenseConfigurationStatus?: LicenseConfigurationStatus;
|
|
3836
|
+
LicenseConfigurationStatus?: LicenseConfigurationStatus | undefined;
|
|
3837
3837
|
/**
|
|
3838
3838
|
* <p>New license rule. The only rule that you can add after you create a license
|
|
3839
3839
|
* configuration is licenseAffinityToHost.</p>
|
|
3840
3840
|
* @public
|
|
3841
3841
|
*/
|
|
3842
|
-
LicenseRules?: string[];
|
|
3842
|
+
LicenseRules?: string[] | undefined;
|
|
3843
3843
|
/**
|
|
3844
3844
|
* <p>New number of licenses managed by the license configuration.</p>
|
|
3845
3845
|
* @public
|
|
3846
3846
|
*/
|
|
3847
|
-
LicenseCount?: number;
|
|
3847
|
+
LicenseCount?: number | undefined;
|
|
3848
3848
|
/**
|
|
3849
3849
|
* <p>New hard limit of the number of available licenses.</p>
|
|
3850
3850
|
* @public
|
|
3851
3851
|
*/
|
|
3852
|
-
LicenseCountHardLimit?: boolean;
|
|
3852
|
+
LicenseCountHardLimit?: boolean | undefined;
|
|
3853
3853
|
/**
|
|
3854
3854
|
* <p>New name of the license configuration.</p>
|
|
3855
3855
|
* @public
|
|
3856
3856
|
*/
|
|
3857
|
-
Name?: string;
|
|
3857
|
+
Name?: string | undefined;
|
|
3858
3858
|
/**
|
|
3859
3859
|
* <p>New description of the license configuration.</p>
|
|
3860
3860
|
* @public
|
|
3861
3861
|
*/
|
|
3862
|
-
Description?: string;
|
|
3862
|
+
Description?: string | undefined;
|
|
3863
3863
|
/**
|
|
3864
3864
|
* <p>New product information.</p>
|
|
3865
3865
|
* @public
|
|
3866
3866
|
*/
|
|
3867
|
-
ProductInformationList?: ProductInformation[];
|
|
3867
|
+
ProductInformationList?: ProductInformation[] | undefined;
|
|
3868
3868
|
/**
|
|
3869
3869
|
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
3870
3870
|
* @public
|
|
3871
3871
|
*/
|
|
3872
|
-
DisassociateWhenNotFound?: boolean;
|
|
3872
|
+
DisassociateWhenNotFound?: boolean | undefined;
|
|
3873
3873
|
}
|
|
3874
3874
|
/**
|
|
3875
3875
|
* @public
|
|
@@ -3922,7 +3922,7 @@ export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
|
3922
3922
|
* <p>Description of the report generator.</p>
|
|
3923
3923
|
* @public
|
|
3924
3924
|
*/
|
|
3925
|
-
Description?: string;
|
|
3925
|
+
Description?: string | undefined;
|
|
3926
3926
|
}
|
|
3927
3927
|
/**
|
|
3928
3928
|
* @public
|
|
@@ -3938,7 +3938,7 @@ export interface UpdateLicenseManagerReportGeneratorResponse {
|
|
|
3938
3938
|
export declare class InvalidResourceStateException extends __BaseException {
|
|
3939
3939
|
readonly name: "InvalidResourceStateException";
|
|
3940
3940
|
readonly $fault: "client";
|
|
3941
|
-
Message?: string;
|
|
3941
|
+
Message?: string | undefined;
|
|
3942
3942
|
/**
|
|
3943
3943
|
* @internal
|
|
3944
3944
|
*/
|
|
@@ -3951,7 +3951,7 @@ export declare class InvalidResourceStateException extends __BaseException {
|
|
|
3951
3951
|
export declare class LicenseUsageException extends __BaseException {
|
|
3952
3952
|
readonly name: "LicenseUsageException";
|
|
3953
3953
|
readonly $fault: "client";
|
|
3954
|
-
Message?: string;
|
|
3954
|
+
Message?: string | undefined;
|
|
3955
3955
|
/**
|
|
3956
3956
|
* @internal
|
|
3957
3957
|
*/
|
|
@@ -3970,12 +3970,12 @@ export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
|
3970
3970
|
* <p>ARNs of the license configurations to add.</p>
|
|
3971
3971
|
* @public
|
|
3972
3972
|
*/
|
|
3973
|
-
AddLicenseSpecifications?: LicenseSpecification[];
|
|
3973
|
+
AddLicenseSpecifications?: LicenseSpecification[] | undefined;
|
|
3974
3974
|
/**
|
|
3975
3975
|
* <p>ARNs of the license configurations to remove.</p>
|
|
3976
3976
|
* @public
|
|
3977
3977
|
*/
|
|
3978
|
-
RemoveLicenseSpecifications?: LicenseSpecification[];
|
|
3978
|
+
RemoveLicenseSpecifications?: LicenseSpecification[] | undefined;
|
|
3979
3979
|
}
|
|
3980
3980
|
/**
|
|
3981
3981
|
* @public
|
|
@@ -3990,22 +3990,22 @@ export interface UpdateServiceSettingsRequest {
|
|
|
3990
3990
|
* <p>Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.</p>
|
|
3991
3991
|
* @public
|
|
3992
3992
|
*/
|
|
3993
|
-
S3BucketArn?: string;
|
|
3993
|
+
S3BucketArn?: string | undefined;
|
|
3994
3994
|
/**
|
|
3995
3995
|
* <p>Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.</p>
|
|
3996
3996
|
* @public
|
|
3997
3997
|
*/
|
|
3998
|
-
SnsTopicArn?: string;
|
|
3998
|
+
SnsTopicArn?: string | undefined;
|
|
3999
3999
|
/**
|
|
4000
4000
|
* <p>Enables integration with Organizations for cross-account discovery.</p>
|
|
4001
4001
|
* @public
|
|
4002
4002
|
*/
|
|
4003
|
-
OrganizationConfiguration?: OrganizationConfiguration;
|
|
4003
|
+
OrganizationConfiguration?: OrganizationConfiguration | undefined;
|
|
4004
4004
|
/**
|
|
4005
4005
|
* <p>Activates cross-account discovery.</p>
|
|
4006
4006
|
* @public
|
|
4007
4007
|
*/
|
|
4008
|
-
EnableCrossAccountsDiscovery?: boolean;
|
|
4008
|
+
EnableCrossAccountsDiscovery?: boolean | undefined;
|
|
4009
4009
|
}
|
|
4010
4010
|
/**
|
|
4011
4011
|
* @public
|