@aws-sdk/client-appstream 3.43.0 → 3.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/AppStream.js +105 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoints.js +1 -12
- package/dist-cjs/models/models_0.js +105 -70
- package/dist-cjs/protocols/Aws_json1_1.js +779 -18
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/AppStream.js +105 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
- package/dist-es/commands/CreateEntitlementCommand.js +39 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
- package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoints.js +1 -12
- package/dist-es/models/models_0.js +73 -48
- package/dist-es/protocols/Aws_json1_1.js +822 -31
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/AppStream.d.ts +54 -0
- package/dist-types/AppStreamClient.d.ts +14 -3
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +367 -64
- package/dist-types/protocols/Aws_json1_1.d.ts +21 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/AppStream.d.ts +35 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +12 -3
- package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +203 -44
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +21 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./AssociateApplicationFleetCommand";
|
|
2
|
+
export * from "./AssociateApplicationToEntitlementCommand";
|
|
2
3
|
export * from "./AssociateFleetCommand";
|
|
3
4
|
export * from "./BatchAssociateUserStackCommand";
|
|
4
5
|
export * from "./BatchDisassociateUserStackCommand";
|
|
@@ -6,6 +7,7 @@ export * from "./CopyImageCommand";
|
|
|
6
7
|
export * from "./CreateAppBlockCommand";
|
|
7
8
|
export * from "./CreateApplicationCommand";
|
|
8
9
|
export * from "./CreateDirectoryConfigCommand";
|
|
10
|
+
export * from "./CreateEntitlementCommand";
|
|
9
11
|
export * from "./CreateFleetCommand";
|
|
10
12
|
export * from "./CreateImageBuilderCommand";
|
|
11
13
|
export * from "./CreateImageBuilderStreamingURLCommand";
|
|
@@ -17,6 +19,7 @@ export * from "./CreateUserCommand";
|
|
|
17
19
|
export * from "./DeleteAppBlockCommand";
|
|
18
20
|
export * from "./DeleteApplicationCommand";
|
|
19
21
|
export * from "./DeleteDirectoryConfigCommand";
|
|
22
|
+
export * from "./DeleteEntitlementCommand";
|
|
20
23
|
export * from "./DeleteFleetCommand";
|
|
21
24
|
export * from "./DeleteImageBuilderCommand";
|
|
22
25
|
export * from "./DeleteImageCommand";
|
|
@@ -28,6 +31,7 @@ export * from "./DescribeAppBlocksCommand";
|
|
|
28
31
|
export * from "./DescribeApplicationFleetAssociationsCommand";
|
|
29
32
|
export * from "./DescribeApplicationsCommand";
|
|
30
33
|
export * from "./DescribeDirectoryConfigsCommand";
|
|
34
|
+
export * from "./DescribeEntitlementsCommand";
|
|
31
35
|
export * from "./DescribeFleetsCommand";
|
|
32
36
|
export * from "./DescribeImageBuildersCommand";
|
|
33
37
|
export * from "./DescribeImagePermissionsCommand";
|
|
@@ -39,11 +43,13 @@ export * from "./DescribeUserStackAssociationsCommand";
|
|
|
39
43
|
export * from "./DescribeUsersCommand";
|
|
40
44
|
export * from "./DisableUserCommand";
|
|
41
45
|
export * from "./DisassociateApplicationFleetCommand";
|
|
46
|
+
export * from "./DisassociateApplicationFromEntitlementCommand";
|
|
42
47
|
export * from "./DisassociateFleetCommand";
|
|
43
48
|
export * from "./EnableUserCommand";
|
|
44
49
|
export * from "./ExpireSessionCommand";
|
|
45
50
|
export * from "./ListAssociatedFleetsCommand";
|
|
46
51
|
export * from "./ListAssociatedStacksCommand";
|
|
52
|
+
export * from "./ListEntitledApplicationsCommand";
|
|
47
53
|
export * from "./ListTagsForResourceCommand";
|
|
48
54
|
export * from "./StartFleetCommand";
|
|
49
55
|
export * from "./StartImageBuilderCommand";
|
|
@@ -53,6 +59,7 @@ export * from "./TagResourceCommand";
|
|
|
53
59
|
export * from "./UntagResourceCommand";
|
|
54
60
|
export * from "./UpdateApplicationCommand";
|
|
55
61
|
export * from "./UpdateDirectoryConfigCommand";
|
|
62
|
+
export * from "./UpdateEntitlementCommand";
|
|
56
63
|
export * from "./UpdateFleetCommand";
|
|
57
64
|
export * from "./UpdateImagePermissionsCommand";
|
|
58
65
|
export * from "./UpdateStackCommand";
|
|
@@ -261,6 +261,10 @@ export declare namespace ApplicationSettingsResponse {
|
|
|
261
261
|
*/
|
|
262
262
|
const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
263
263
|
}
|
|
264
|
+
export declare enum AppVisibility {
|
|
265
|
+
ALL = "ALL",
|
|
266
|
+
ASSOCIATED = "ASSOCIATED"
|
|
267
|
+
}
|
|
264
268
|
export interface AssociateApplicationFleetRequest {
|
|
265
269
|
/**
|
|
266
270
|
* <p>The name of the fleet.</p>
|
|
@@ -302,12 +306,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
302
306
|
*/
|
|
303
307
|
Message?: string;
|
|
304
308
|
}
|
|
305
|
-
export declare namespace ConcurrentModificationException {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
310
|
-
}
|
|
311
309
|
/**
|
|
312
310
|
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
313
311
|
*/
|
|
@@ -319,12 +317,6 @@ export interface InvalidParameterCombinationException extends __SmithyException,
|
|
|
319
317
|
*/
|
|
320
318
|
Message?: string;
|
|
321
319
|
}
|
|
322
|
-
export declare namespace InvalidParameterCombinationException {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
327
|
-
}
|
|
328
320
|
/**
|
|
329
321
|
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
330
322
|
*/
|
|
@@ -336,12 +328,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
336
328
|
*/
|
|
337
329
|
Message?: string;
|
|
338
330
|
}
|
|
339
|
-
export declare namespace LimitExceededException {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
344
|
-
}
|
|
345
331
|
/**
|
|
346
332
|
* <p>The attempted operation is not permitted.</p>
|
|
347
333
|
*/
|
|
@@ -353,12 +339,6 @@ export interface OperationNotPermittedException extends __SmithyException, $Meta
|
|
|
353
339
|
*/
|
|
354
340
|
Message?: string;
|
|
355
341
|
}
|
|
356
|
-
export declare namespace OperationNotPermittedException {
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
|
-
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
361
|
-
}
|
|
362
342
|
/**
|
|
363
343
|
* <p>The specified resource was not found.</p>
|
|
364
344
|
*/
|
|
@@ -370,11 +350,44 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
370
350
|
*/
|
|
371
351
|
Message?: string;
|
|
372
352
|
}
|
|
373
|
-
export
|
|
353
|
+
export interface AssociateApplicationToEntitlementRequest {
|
|
354
|
+
/**
|
|
355
|
+
* <p>The name of the stack.</p>
|
|
356
|
+
*/
|
|
357
|
+
StackName: string | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* <p>The name of the entitlement.</p>
|
|
360
|
+
*/
|
|
361
|
+
EntitlementName: string | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>The identifier of the application.</p>
|
|
364
|
+
*/
|
|
365
|
+
ApplicationIdentifier: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export declare namespace AssociateApplicationToEntitlementRequest {
|
|
374
368
|
/**
|
|
375
369
|
* @internal
|
|
376
370
|
*/
|
|
377
|
-
const filterSensitiveLog: (obj:
|
|
371
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
|
|
372
|
+
}
|
|
373
|
+
export interface AssociateApplicationToEntitlementResult {
|
|
374
|
+
}
|
|
375
|
+
export declare namespace AssociateApplicationToEntitlementResult {
|
|
376
|
+
/**
|
|
377
|
+
* @internal
|
|
378
|
+
*/
|
|
379
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* <p>The entitlement can't be found.</p>
|
|
383
|
+
*/
|
|
384
|
+
export interface EntitlementNotFoundException extends __SmithyException, $MetadataBearer {
|
|
385
|
+
name: "EntitlementNotFoundException";
|
|
386
|
+
$fault: "client";
|
|
387
|
+
/**
|
|
388
|
+
* <p>The error message in the exception.</p>
|
|
389
|
+
*/
|
|
390
|
+
Message?: string;
|
|
378
391
|
}
|
|
379
392
|
export interface AssociateFleetRequest {
|
|
380
393
|
/**
|
|
@@ -411,12 +424,6 @@ export interface IncompatibleImageException extends __SmithyException, $Metadata
|
|
|
411
424
|
*/
|
|
412
425
|
Message?: string;
|
|
413
426
|
}
|
|
414
|
-
export declare namespace IncompatibleImageException {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
const filterSensitiveLog: (obj: IncompatibleImageException) => any;
|
|
419
|
-
}
|
|
420
427
|
/**
|
|
421
428
|
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
422
429
|
*/
|
|
@@ -428,12 +435,6 @@ export interface InvalidAccountStatusException extends __SmithyException, $Metad
|
|
|
428
435
|
*/
|
|
429
436
|
Message?: string;
|
|
430
437
|
}
|
|
431
|
-
export declare namespace InvalidAccountStatusException {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
|
|
436
|
-
}
|
|
437
438
|
export declare enum AuthenticationType {
|
|
438
439
|
API = "API",
|
|
439
440
|
SAML = "SAML",
|
|
@@ -637,12 +638,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
637
638
|
*/
|
|
638
639
|
Message?: string;
|
|
639
640
|
}
|
|
640
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
645
|
-
}
|
|
646
641
|
/**
|
|
647
642
|
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
648
643
|
*/
|
|
@@ -654,12 +649,6 @@ export interface ResourceNotAvailableException extends __SmithyException, $Metad
|
|
|
654
649
|
*/
|
|
655
650
|
Message?: string;
|
|
656
651
|
}
|
|
657
|
-
export declare namespace ResourceNotAvailableException {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
|
-
const filterSensitiveLog: (obj: ResourceNotAvailableException) => any;
|
|
662
|
-
}
|
|
663
652
|
export interface CreateAppBlockRequest {
|
|
664
653
|
/**
|
|
665
654
|
* <p>The name of the app block.</p>
|
|
@@ -863,11 +852,149 @@ export interface InvalidRoleException extends __SmithyException, $MetadataBearer
|
|
|
863
852
|
*/
|
|
864
853
|
Message?: string;
|
|
865
854
|
}
|
|
866
|
-
|
|
855
|
+
/**
|
|
856
|
+
* <p>An attribute associated with an entitlement. Application entitlements work by matching
|
|
857
|
+
* a supported SAML 2.0 attribute name to a value when a user identity federates to an
|
|
858
|
+
* Amazon AppStream 2.0 SAML application.</p>
|
|
859
|
+
*/
|
|
860
|
+
export interface EntitlementAttribute {
|
|
861
|
+
/**
|
|
862
|
+
* <p>A supported AWS IAM SAML <code>PrincipalTag</code> attribute that is matched to the
|
|
863
|
+
* associated value when a user identity federates into an Amazon AppStream 2.0 SAML
|
|
864
|
+
* application.</p>
|
|
865
|
+
* <p>The following are valid values:</p>
|
|
866
|
+
* <ul>
|
|
867
|
+
* <li>
|
|
868
|
+
* <p>roles</p>
|
|
869
|
+
* </li>
|
|
870
|
+
* <li>
|
|
871
|
+
* <p>department </p>
|
|
872
|
+
* </li>
|
|
873
|
+
* <li>
|
|
874
|
+
* <p>organization </p>
|
|
875
|
+
* </li>
|
|
876
|
+
* <li>
|
|
877
|
+
* <p>groups </p>
|
|
878
|
+
* </li>
|
|
879
|
+
* <li>
|
|
880
|
+
* <p>title </p>
|
|
881
|
+
* </li>
|
|
882
|
+
* <li>
|
|
883
|
+
* <p>costCenter </p>
|
|
884
|
+
* </li>
|
|
885
|
+
* <li>
|
|
886
|
+
* <p>userType</p>
|
|
887
|
+
* </li>
|
|
888
|
+
* </ul>
|
|
889
|
+
* <p> </p>
|
|
890
|
+
*/
|
|
891
|
+
Name: string | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* <p>A value that is matched to a supported SAML attribute name when a user identity
|
|
894
|
+
* federates into an Amazon AppStream 2.0 SAML application. </p>
|
|
895
|
+
*/
|
|
896
|
+
Value: string | undefined;
|
|
897
|
+
}
|
|
898
|
+
export declare namespace EntitlementAttribute {
|
|
899
|
+
/**
|
|
900
|
+
* @internal
|
|
901
|
+
*/
|
|
902
|
+
const filterSensitiveLog: (obj: EntitlementAttribute) => any;
|
|
903
|
+
}
|
|
904
|
+
export interface CreateEntitlementRequest {
|
|
905
|
+
/**
|
|
906
|
+
* <p>The name of the entitlement.</p>
|
|
907
|
+
*/
|
|
908
|
+
Name: string | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
911
|
+
*/
|
|
912
|
+
StackName: string | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* <p>The description of the entitlement.</p>
|
|
915
|
+
*/
|
|
916
|
+
Description?: string;
|
|
917
|
+
/**
|
|
918
|
+
* <p>Specifies whether all or selected apps are entitled.</p>
|
|
919
|
+
*/
|
|
920
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* <p>The attributes of the entitlement.</p>
|
|
923
|
+
*/
|
|
924
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
925
|
+
}
|
|
926
|
+
export declare namespace CreateEntitlementRequest {
|
|
867
927
|
/**
|
|
868
928
|
* @internal
|
|
869
929
|
*/
|
|
870
|
-
const filterSensitiveLog: (obj:
|
|
930
|
+
const filterSensitiveLog: (obj: CreateEntitlementRequest) => any;
|
|
931
|
+
}
|
|
932
|
+
/**
|
|
933
|
+
* <p>Specifies an entitlement. Entitlements control access to specific applications within
|
|
934
|
+
* a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
|
|
935
|
+
* identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
|
|
936
|
+
* applications in a stack. Entitlements don't apply to the desktop stream view
|
|
937
|
+
* application, or to applications managed by a dynamic app provider using the Dynamic
|
|
938
|
+
* Application Framework.</p>
|
|
939
|
+
*/
|
|
940
|
+
export interface Entitlement {
|
|
941
|
+
/**
|
|
942
|
+
* <p>The name of the entitlement.</p>
|
|
943
|
+
*/
|
|
944
|
+
Name: string | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
947
|
+
*/
|
|
948
|
+
StackName: string | undefined;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The description of the entitlement.</p>
|
|
951
|
+
*/
|
|
952
|
+
Description?: string;
|
|
953
|
+
/**
|
|
954
|
+
* <p>Specifies whether all or selected apps are entitled.</p>
|
|
955
|
+
*/
|
|
956
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* <p>The attributes of the entitlement.</p>
|
|
959
|
+
*/
|
|
960
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The time when the entitlement was created.</p>
|
|
963
|
+
*/
|
|
964
|
+
CreatedTime?: Date;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The time when the entitlement was last modified.</p>
|
|
967
|
+
*/
|
|
968
|
+
LastModifiedTime?: Date;
|
|
969
|
+
}
|
|
970
|
+
export declare namespace Entitlement {
|
|
971
|
+
/**
|
|
972
|
+
* @internal
|
|
973
|
+
*/
|
|
974
|
+
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
975
|
+
}
|
|
976
|
+
export interface CreateEntitlementResult {
|
|
977
|
+
/**
|
|
978
|
+
* <p>The entitlement.</p>
|
|
979
|
+
*/
|
|
980
|
+
Entitlement?: Entitlement;
|
|
981
|
+
}
|
|
982
|
+
export declare namespace CreateEntitlementResult {
|
|
983
|
+
/**
|
|
984
|
+
* @internal
|
|
985
|
+
*/
|
|
986
|
+
const filterSensitiveLog: (obj: CreateEntitlementResult) => any;
|
|
987
|
+
}
|
|
988
|
+
/**
|
|
989
|
+
* <p>The entitlement already exists.</p>
|
|
990
|
+
*/
|
|
991
|
+
export interface EntitlementAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
992
|
+
name: "EntitlementAlreadyExistsException";
|
|
993
|
+
$fault: "client";
|
|
994
|
+
/**
|
|
995
|
+
* <p>The error message in the exception.</p>
|
|
996
|
+
*/
|
|
997
|
+
Message?: string;
|
|
871
998
|
}
|
|
872
999
|
/**
|
|
873
1000
|
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
@@ -1474,12 +1601,6 @@ export interface RequestLimitExceededException extends __SmithyException, $Metad
|
|
|
1474
1601
|
*/
|
|
1475
1602
|
Message?: string;
|
|
1476
1603
|
}
|
|
1477
|
-
export declare namespace RequestLimitExceededException {
|
|
1478
|
-
/**
|
|
1479
|
-
* @internal
|
|
1480
|
-
*/
|
|
1481
|
-
const filterSensitiveLog: (obj: RequestLimitExceededException) => any;
|
|
1482
|
-
}
|
|
1483
1604
|
export interface CreateImageBuilderRequest {
|
|
1484
1605
|
/**
|
|
1485
1606
|
* <p>A unique name for the image builder.</p>
|
|
@@ -2525,12 +2646,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
|
|
|
2525
2646
|
*/
|
|
2526
2647
|
Message?: string;
|
|
2527
2648
|
}
|
|
2528
|
-
export declare namespace ResourceInUseException {
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
2533
|
-
}
|
|
2534
2649
|
export interface DeleteApplicationRequest {
|
|
2535
2650
|
/**
|
|
2536
2651
|
* <p>The name of the application.</p>
|
|
@@ -2571,6 +2686,30 @@ export declare namespace DeleteDirectoryConfigResult {
|
|
|
2571
2686
|
*/
|
|
2572
2687
|
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
2573
2688
|
}
|
|
2689
|
+
export interface DeleteEntitlementRequest {
|
|
2690
|
+
/**
|
|
2691
|
+
* <p>The name of the entitlement.</p>
|
|
2692
|
+
*/
|
|
2693
|
+
Name: string | undefined;
|
|
2694
|
+
/**
|
|
2695
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
2696
|
+
*/
|
|
2697
|
+
StackName: string | undefined;
|
|
2698
|
+
}
|
|
2699
|
+
export declare namespace DeleteEntitlementRequest {
|
|
2700
|
+
/**
|
|
2701
|
+
* @internal
|
|
2702
|
+
*/
|
|
2703
|
+
const filterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
|
|
2704
|
+
}
|
|
2705
|
+
export interface DeleteEntitlementResult {
|
|
2706
|
+
}
|
|
2707
|
+
export declare namespace DeleteEntitlementResult {
|
|
2708
|
+
/**
|
|
2709
|
+
* @internal
|
|
2710
|
+
*/
|
|
2711
|
+
const filterSensitiveLog: (obj: DeleteEntitlementResult) => any;
|
|
2712
|
+
}
|
|
2574
2713
|
export interface DeleteFleetRequest {
|
|
2575
2714
|
/**
|
|
2576
2715
|
* <p>The name of the fleet.</p>
|
|
@@ -2881,6 +3020,47 @@ export declare namespace DescribeDirectoryConfigsResult {
|
|
|
2881
3020
|
*/
|
|
2882
3021
|
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
2883
3022
|
}
|
|
3023
|
+
export interface DescribeEntitlementsRequest {
|
|
3024
|
+
/**
|
|
3025
|
+
* <p>The name of the entitlement.</p>
|
|
3026
|
+
*/
|
|
3027
|
+
Name?: string;
|
|
3028
|
+
/**
|
|
3029
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
3030
|
+
*/
|
|
3031
|
+
StackName: string | undefined;
|
|
3032
|
+
/**
|
|
3033
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
3034
|
+
*/
|
|
3035
|
+
NextToken?: string;
|
|
3036
|
+
/**
|
|
3037
|
+
* <p>The maximum size of each page of results.</p>
|
|
3038
|
+
*/
|
|
3039
|
+
MaxResults?: number;
|
|
3040
|
+
}
|
|
3041
|
+
export declare namespace DescribeEntitlementsRequest {
|
|
3042
|
+
/**
|
|
3043
|
+
* @internal
|
|
3044
|
+
*/
|
|
3045
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
|
|
3046
|
+
}
|
|
3047
|
+
export interface DescribeEntitlementsResult {
|
|
3048
|
+
/**
|
|
3049
|
+
* <p>The entitlements.</p>
|
|
3050
|
+
*/
|
|
3051
|
+
Entitlements?: Entitlement[];
|
|
3052
|
+
/**
|
|
3053
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
3054
|
+
* operation.</p>
|
|
3055
|
+
*/
|
|
3056
|
+
NextToken?: string;
|
|
3057
|
+
}
|
|
3058
|
+
export declare namespace DescribeEntitlementsResult {
|
|
3059
|
+
/**
|
|
3060
|
+
* @internal
|
|
3061
|
+
*/
|
|
3062
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
|
|
3063
|
+
}
|
|
2884
3064
|
export interface DescribeFleetsRequest {
|
|
2885
3065
|
/**
|
|
2886
3066
|
* <p>The names of the fleets to describe.</p>
|
|
@@ -3488,6 +3668,34 @@ export declare namespace DisassociateApplicationFleetResult {
|
|
|
3488
3668
|
*/
|
|
3489
3669
|
const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
|
|
3490
3670
|
}
|
|
3671
|
+
export interface DisassociateApplicationFromEntitlementRequest {
|
|
3672
|
+
/**
|
|
3673
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
3674
|
+
*/
|
|
3675
|
+
StackName: string | undefined;
|
|
3676
|
+
/**
|
|
3677
|
+
* <p>The name of the entitlement.</p>
|
|
3678
|
+
*/
|
|
3679
|
+
EntitlementName: string | undefined;
|
|
3680
|
+
/**
|
|
3681
|
+
* <p>The identifier of the application to remove from the entitlement.</p>
|
|
3682
|
+
*/
|
|
3683
|
+
ApplicationIdentifier: string | undefined;
|
|
3684
|
+
}
|
|
3685
|
+
export declare namespace DisassociateApplicationFromEntitlementRequest {
|
|
3686
|
+
/**
|
|
3687
|
+
* @internal
|
|
3688
|
+
*/
|
|
3689
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
|
|
3690
|
+
}
|
|
3691
|
+
export interface DisassociateApplicationFromEntitlementResult {
|
|
3692
|
+
}
|
|
3693
|
+
export declare namespace DisassociateApplicationFromEntitlementResult {
|
|
3694
|
+
/**
|
|
3695
|
+
* @internal
|
|
3696
|
+
*/
|
|
3697
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
|
|
3698
|
+
}
|
|
3491
3699
|
export interface DisassociateFleetRequest {
|
|
3492
3700
|
/**
|
|
3493
3701
|
* <p>The name of the fleet.</p>
|
|
@@ -3540,6 +3748,21 @@ export declare namespace EnableUserResult {
|
|
|
3540
3748
|
*/
|
|
3541
3749
|
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
3542
3750
|
}
|
|
3751
|
+
/**
|
|
3752
|
+
* <p>The application associated to an entitlement. Access is controlled based on user attributes.</p>
|
|
3753
|
+
*/
|
|
3754
|
+
export interface EntitledApplication {
|
|
3755
|
+
/**
|
|
3756
|
+
* <p>The identifier of the application.</p>
|
|
3757
|
+
*/
|
|
3758
|
+
ApplicationIdentifier: string | undefined;
|
|
3759
|
+
}
|
|
3760
|
+
export declare namespace EntitledApplication {
|
|
3761
|
+
/**
|
|
3762
|
+
* @internal
|
|
3763
|
+
*/
|
|
3764
|
+
const filterSensitiveLog: (obj: EntitledApplication) => any;
|
|
3765
|
+
}
|
|
3543
3766
|
export interface ExpireSessionRequest {
|
|
3544
3767
|
/**
|
|
3545
3768
|
* <p>The identifier of the streaming session.</p>
|
|
@@ -3631,6 +3854,46 @@ export declare namespace ListAssociatedStacksResult {
|
|
|
3631
3854
|
*/
|
|
3632
3855
|
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
3633
3856
|
}
|
|
3857
|
+
export interface ListEntitledApplicationsRequest {
|
|
3858
|
+
/**
|
|
3859
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
3860
|
+
*/
|
|
3861
|
+
StackName: string | undefined;
|
|
3862
|
+
/**
|
|
3863
|
+
* <p>The name of the entitlement.</p>
|
|
3864
|
+
*/
|
|
3865
|
+
EntitlementName: string | undefined;
|
|
3866
|
+
/**
|
|
3867
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
3868
|
+
*/
|
|
3869
|
+
NextToken?: string;
|
|
3870
|
+
/**
|
|
3871
|
+
* <p>The maximum size of each page of results.</p>
|
|
3872
|
+
*/
|
|
3873
|
+
MaxResults?: number;
|
|
3874
|
+
}
|
|
3875
|
+
export declare namespace ListEntitledApplicationsRequest {
|
|
3876
|
+
/**
|
|
3877
|
+
* @internal
|
|
3878
|
+
*/
|
|
3879
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
|
|
3880
|
+
}
|
|
3881
|
+
export interface ListEntitledApplicationsResult {
|
|
3882
|
+
/**
|
|
3883
|
+
* <p>The entitled applications.</p>
|
|
3884
|
+
*/
|
|
3885
|
+
EntitledApplications?: EntitledApplication[];
|
|
3886
|
+
/**
|
|
3887
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
3888
|
+
*/
|
|
3889
|
+
NextToken?: string;
|
|
3890
|
+
}
|
|
3891
|
+
export declare namespace ListEntitledApplicationsResult {
|
|
3892
|
+
/**
|
|
3893
|
+
* @internal
|
|
3894
|
+
*/
|
|
3895
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
|
|
3896
|
+
}
|
|
3634
3897
|
export interface ListTagsForResourceRequest {
|
|
3635
3898
|
/**
|
|
3636
3899
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -3892,6 +4155,46 @@ export declare namespace UpdateDirectoryConfigResult {
|
|
|
3892
4155
|
*/
|
|
3893
4156
|
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
3894
4157
|
}
|
|
4158
|
+
export interface UpdateEntitlementRequest {
|
|
4159
|
+
/**
|
|
4160
|
+
* <p>The name of the entitlement.</p>
|
|
4161
|
+
*/
|
|
4162
|
+
Name: string | undefined;
|
|
4163
|
+
/**
|
|
4164
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
4165
|
+
*/
|
|
4166
|
+
StackName: string | undefined;
|
|
4167
|
+
/**
|
|
4168
|
+
* <p>The description of the entitlement.</p>
|
|
4169
|
+
*/
|
|
4170
|
+
Description?: string;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>Specifies whether all or only selected apps are entitled.</p>
|
|
4173
|
+
*/
|
|
4174
|
+
AppVisibility?: AppVisibility | string;
|
|
4175
|
+
/**
|
|
4176
|
+
* <p>The attributes of the entitlement.</p>
|
|
4177
|
+
*/
|
|
4178
|
+
Attributes?: EntitlementAttribute[];
|
|
4179
|
+
}
|
|
4180
|
+
export declare namespace UpdateEntitlementRequest {
|
|
4181
|
+
/**
|
|
4182
|
+
* @internal
|
|
4183
|
+
*/
|
|
4184
|
+
const filterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
|
|
4185
|
+
}
|
|
4186
|
+
export interface UpdateEntitlementResult {
|
|
4187
|
+
/**
|
|
4188
|
+
* <p>The entitlement.</p>
|
|
4189
|
+
*/
|
|
4190
|
+
Entitlement?: Entitlement;
|
|
4191
|
+
}
|
|
4192
|
+
export declare namespace UpdateEntitlementResult {
|
|
4193
|
+
/**
|
|
4194
|
+
* @internal
|
|
4195
|
+
*/
|
|
4196
|
+
const filterSensitiveLog: (obj: UpdateEntitlementResult) => any;
|
|
4197
|
+
}
|
|
3895
4198
|
export interface UpdateFleetRequest {
|
|
3896
4199
|
/**
|
|
3897
4200
|
* <p>The name of the image used to create the fleet.</p>
|