cdk-comprehend-s3olap 2.0.198 → 2.0.200
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +2 -2
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +934 -857
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +68 -67
- package/node_modules/aws-sdk/clients/amp.d.ts +132 -132
- package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
- package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +4 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
- package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +7 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +113 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +420 -408
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -12,6 +12,14 @@ declare class AppStream extends Service {
|
|
12
12
|
*/
|
13
13
|
constructor(options?: AppStream.Types.ClientConfiguration)
|
14
14
|
config: Config & AppStream.Types.ClientConfiguration;
|
15
|
+
/**
|
16
|
+
* Associates the specified app block builder with the specified app block.
|
17
|
+
*/
|
18
|
+
associateAppBlockBuilderAppBlock(params: AppStream.Types.AssociateAppBlockBuilderAppBlockRequest, callback?: (err: AWSError, data: AppStream.Types.AssociateAppBlockBuilderAppBlockResult) => void): Request<AppStream.Types.AssociateAppBlockBuilderAppBlockResult, AWSError>;
|
19
|
+
/**
|
20
|
+
* Associates the specified app block builder with the specified app block.
|
21
|
+
*/
|
22
|
+
associateAppBlockBuilderAppBlock(callback?: (err: AWSError, data: AppStream.Types.AssociateAppBlockBuilderAppBlockResult) => void): Request<AppStream.Types.AssociateAppBlockBuilderAppBlockResult, AWSError>;
|
15
23
|
/**
|
16
24
|
* Associates the specified application with the specified fleet. This is only supported for Elastic fleets.
|
17
25
|
*/
|
@@ -68,6 +76,22 @@ declare class AppStream extends Service {
|
|
68
76
|
* Creates an app block. App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block. This is only supported for Elastic fleets.
|
69
77
|
*/
|
70
78
|
createAppBlock(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockResult) => void): Request<AppStream.Types.CreateAppBlockResult, AWSError>;
|
79
|
+
/**
|
80
|
+
* Creates an app block builder.
|
81
|
+
*/
|
82
|
+
createAppBlockBuilder(params: AppStream.Types.CreateAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderResult) => void): Request<AppStream.Types.CreateAppBlockBuilderResult, AWSError>;
|
83
|
+
/**
|
84
|
+
* Creates an app block builder.
|
85
|
+
*/
|
86
|
+
createAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderResult) => void): Request<AppStream.Types.CreateAppBlockBuilderResult, AWSError>;
|
87
|
+
/**
|
88
|
+
* Creates a URL to start a create app block builder streaming session.
|
89
|
+
*/
|
90
|
+
createAppBlockBuilderStreamingURL(params: AppStream.Types.CreateAppBlockBuilderStreamingURLRequest, callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderStreamingURLResult) => void): Request<AppStream.Types.CreateAppBlockBuilderStreamingURLResult, AWSError>;
|
91
|
+
/**
|
92
|
+
* Creates a URL to start a create app block builder streaming session.
|
93
|
+
*/
|
94
|
+
createAppBlockBuilderStreamingURL(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockBuilderStreamingURLResult) => void): Request<AppStream.Types.CreateAppBlockBuilderStreamingURLResult, AWSError>;
|
71
95
|
/**
|
72
96
|
* Creates an application. Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch. This is only supported for Elastic fleets.
|
73
97
|
*/
|
@@ -164,6 +188,14 @@ declare class AppStream extends Service {
|
|
164
188
|
* Deletes an app block.
|
165
189
|
*/
|
166
190
|
deleteAppBlock(callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockResult) => void): Request<AppStream.Types.DeleteAppBlockResult, AWSError>;
|
191
|
+
/**
|
192
|
+
* Deletes an app block builder. An app block builder can only be deleted when it has no association with an app block.
|
193
|
+
*/
|
194
|
+
deleteAppBlockBuilder(params: AppStream.Types.DeleteAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockBuilderResult) => void): Request<AppStream.Types.DeleteAppBlockBuilderResult, AWSError>;
|
195
|
+
/**
|
196
|
+
* Deletes an app block builder. An app block builder can only be deleted when it has no association with an app block.
|
197
|
+
*/
|
198
|
+
deleteAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockBuilderResult) => void): Request<AppStream.Types.DeleteAppBlockBuilderResult, AWSError>;
|
167
199
|
/**
|
168
200
|
* Deletes an application.
|
169
201
|
*/
|
@@ -244,6 +276,22 @@ declare class AppStream extends Service {
|
|
244
276
|
* Deletes a user from the user pool.
|
245
277
|
*/
|
246
278
|
deleteUser(callback?: (err: AWSError, data: AppStream.Types.DeleteUserResult) => void): Request<AppStream.Types.DeleteUserResult, AWSError>;
|
279
|
+
/**
|
280
|
+
* Retrieves a list that describes one or more app block builder associations.
|
281
|
+
*/
|
282
|
+
describeAppBlockBuilderAppBlockAssociations(params: AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsResult) => void): Request<AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsResult, AWSError>;
|
283
|
+
/**
|
284
|
+
* Retrieves a list that describes one or more app block builder associations.
|
285
|
+
*/
|
286
|
+
describeAppBlockBuilderAppBlockAssociations(callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsResult) => void): Request<AppStream.Types.DescribeAppBlockBuilderAppBlockAssociationsResult, AWSError>;
|
287
|
+
/**
|
288
|
+
* Retrieves a list that describes one or more app block builders.
|
289
|
+
*/
|
290
|
+
describeAppBlockBuilders(params: AppStream.Types.DescribeAppBlockBuildersRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuildersResult) => void): Request<AppStream.Types.DescribeAppBlockBuildersResult, AWSError>;
|
291
|
+
/**
|
292
|
+
* Retrieves a list that describes one or more app block builders.
|
293
|
+
*/
|
294
|
+
describeAppBlockBuilders(callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlockBuildersResult) => void): Request<AppStream.Types.DescribeAppBlockBuildersResult, AWSError>;
|
247
295
|
/**
|
248
296
|
* Retrieves a list that describes one or more app blocks.
|
249
297
|
*/
|
@@ -364,6 +412,14 @@ declare class AppStream extends Service {
|
|
364
412
|
* Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
|
365
413
|
*/
|
366
414
|
disableUser(callback?: (err: AWSError, data: AppStream.Types.DisableUserResult) => void): Request<AppStream.Types.DisableUserResult, AWSError>;
|
415
|
+
/**
|
416
|
+
* Disassociates a specified app block builder from a specified app block.
|
417
|
+
*/
|
418
|
+
disassociateAppBlockBuilderAppBlock(params: AppStream.Types.DisassociateAppBlockBuilderAppBlockRequest, callback?: (err: AWSError, data: AppStream.Types.DisassociateAppBlockBuilderAppBlockResult) => void): Request<AppStream.Types.DisassociateAppBlockBuilderAppBlockResult, AWSError>;
|
419
|
+
/**
|
420
|
+
* Disassociates a specified app block builder from a specified app block.
|
421
|
+
*/
|
422
|
+
disassociateAppBlockBuilderAppBlock(callback?: (err: AWSError, data: AppStream.Types.DisassociateAppBlockBuilderAppBlockResult) => void): Request<AppStream.Types.DisassociateAppBlockBuilderAppBlockResult, AWSError>;
|
367
423
|
/**
|
368
424
|
* Disassociates the specified application from the fleet.
|
369
425
|
*/
|
@@ -436,6 +492,14 @@ declare class AppStream extends Service {
|
|
436
492
|
* Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
|
437
493
|
*/
|
438
494
|
listTagsForResource(callback?: (err: AWSError, data: AppStream.Types.ListTagsForResourceResponse) => void): Request<AppStream.Types.ListTagsForResourceResponse, AWSError>;
|
495
|
+
/**
|
496
|
+
* Starts an app block builder. An app block builder can only be started when it's associated with an app block. Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
|
497
|
+
*/
|
498
|
+
startAppBlockBuilder(params: AppStream.Types.StartAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.StartAppBlockBuilderResult) => void): Request<AppStream.Types.StartAppBlockBuilderResult, AWSError>;
|
499
|
+
/**
|
500
|
+
* Starts an app block builder. An app block builder can only be started when it's associated with an app block. Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
|
501
|
+
*/
|
502
|
+
startAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.StartAppBlockBuilderResult) => void): Request<AppStream.Types.StartAppBlockBuilderResult, AWSError>;
|
439
503
|
/**
|
440
504
|
* Starts the specified fleet.
|
441
505
|
*/
|
@@ -452,6 +516,14 @@ declare class AppStream extends Service {
|
|
452
516
|
* Starts the specified image builder.
|
453
517
|
*/
|
454
518
|
startImageBuilder(callback?: (err: AWSError, data: AppStream.Types.StartImageBuilderResult) => void): Request<AppStream.Types.StartImageBuilderResult, AWSError>;
|
519
|
+
/**
|
520
|
+
* Stops an app block builder. Stopping an app block builder terminates the instance, and the instance state is not persisted.
|
521
|
+
*/
|
522
|
+
stopAppBlockBuilder(params: AppStream.Types.StopAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.StopAppBlockBuilderResult) => void): Request<AppStream.Types.StopAppBlockBuilderResult, AWSError>;
|
523
|
+
/**
|
524
|
+
* Stops an app block builder. Stopping an app block builder terminates the instance, and the instance state is not persisted.
|
525
|
+
*/
|
526
|
+
stopAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.StopAppBlockBuilderResult) => void): Request<AppStream.Types.StopAppBlockBuilderResult, AWSError>;
|
455
527
|
/**
|
456
528
|
* Stops the specified fleet.
|
457
529
|
*/
|
@@ -484,6 +556,14 @@ declare class AppStream extends Service {
|
|
484
556
|
* Disassociates one or more specified tags from the specified AppStream 2.0 resource. To list the current tags for your resources, use ListTagsForResource. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
|
485
557
|
*/
|
486
558
|
untagResource(callback?: (err: AWSError, data: AppStream.Types.UntagResourceResponse) => void): Request<AppStream.Types.UntagResourceResponse, AWSError>;
|
559
|
+
/**
|
560
|
+
* Updates an app block builder. If the app block builder is in the STARTING or STOPPING state, you can't update it. If the app block builder is in the RUNNING state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED state, you can update any attribute except the Name.
|
561
|
+
*/
|
562
|
+
updateAppBlockBuilder(params: AppStream.Types.UpdateAppBlockBuilderRequest, callback?: (err: AWSError, data: AppStream.Types.UpdateAppBlockBuilderResult) => void): Request<AppStream.Types.UpdateAppBlockBuilderResult, AWSError>;
|
563
|
+
/**
|
564
|
+
* Updates an app block builder. If the app block builder is in the STARTING or STOPPING state, you can't update it. If the app block builder is in the RUNNING state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED state, you can update any attribute except the Name.
|
565
|
+
*/
|
566
|
+
updateAppBlockBuilder(callback?: (err: AWSError, data: AppStream.Types.UpdateAppBlockBuilderResult) => void): Request<AppStream.Types.UpdateAppBlockBuilderResult, AWSError>;
|
487
567
|
/**
|
488
568
|
* Updates the specified application.
|
489
569
|
*/
|
@@ -587,14 +667,116 @@ declare namespace AppStream {
|
|
587
667
|
*/
|
588
668
|
SourceS3Location?: S3Location;
|
589
669
|
/**
|
590
|
-
* The setup script details of the app block.
|
670
|
+
* The setup script details of the app block. This only applies to app blocks with PackagingType CUSTOM.
|
591
671
|
*/
|
592
|
-
SetupScriptDetails
|
672
|
+
SetupScriptDetails?: ScriptDetails;
|
593
673
|
/**
|
594
674
|
* The created time of the app block.
|
595
675
|
*/
|
596
676
|
CreatedTime?: Timestamp;
|
677
|
+
/**
|
678
|
+
* The post setup script details of the app block. This only applies to app blocks with PackagingType APPSTREAM2.
|
679
|
+
*/
|
680
|
+
PostSetupScriptDetails?: ScriptDetails;
|
681
|
+
/**
|
682
|
+
* The packaging type of the app block.
|
683
|
+
*/
|
684
|
+
PackagingType?: PackagingType;
|
685
|
+
/**
|
686
|
+
* The state of the app block. An app block with AppStream 2.0 packaging will be in the INACTIVE state if no application package (VHD) is assigned to it. After an application package (VHD) is created by an app block builder for an app block, it becomes ACTIVE. Custom app blocks are always in the ACTIVE state and no action is required to use them.
|
687
|
+
*/
|
688
|
+
State?: AppBlockState;
|
689
|
+
/**
|
690
|
+
* The errors of the app block.
|
691
|
+
*/
|
692
|
+
AppBlockErrors?: ErrorDetailsList;
|
693
|
+
}
|
694
|
+
export interface AppBlockBuilder {
|
695
|
+
/**
|
696
|
+
* The ARN of the app block builder.
|
697
|
+
*/
|
698
|
+
Arn: Arn;
|
699
|
+
/**
|
700
|
+
* The name of the app block builder.
|
701
|
+
*/
|
702
|
+
Name: String;
|
703
|
+
/**
|
704
|
+
* The display name of the app block builder.
|
705
|
+
*/
|
706
|
+
DisplayName?: String;
|
707
|
+
/**
|
708
|
+
* The description of the app block builder.
|
709
|
+
*/
|
710
|
+
Description?: String;
|
711
|
+
/**
|
712
|
+
* The platform of the app block builder. WINDOWS_SERVER_2019 is the only valid value.
|
713
|
+
*/
|
714
|
+
Platform: AppBlockBuilderPlatformType;
|
715
|
+
/**
|
716
|
+
* The instance type of the app block builder.
|
717
|
+
*/
|
718
|
+
InstanceType: String;
|
719
|
+
/**
|
720
|
+
* Indicates whether default internet access is enabled for the app block builder.
|
721
|
+
*/
|
722
|
+
EnableDefaultInternetAccess?: BooleanObject;
|
723
|
+
/**
|
724
|
+
* The ARN of the IAM role that is applied to the app block builder.
|
725
|
+
*/
|
726
|
+
IamRoleArn?: Arn;
|
727
|
+
/**
|
728
|
+
* The VPC configuration for the app block builder.
|
729
|
+
*/
|
730
|
+
VpcConfig: VpcConfig;
|
731
|
+
/**
|
732
|
+
* The state of the app block builder.
|
733
|
+
*/
|
734
|
+
State: AppBlockBuilderState;
|
735
|
+
/**
|
736
|
+
* The creation time of the app block builder.
|
737
|
+
*/
|
738
|
+
CreatedTime?: Timestamp;
|
739
|
+
/**
|
740
|
+
* The app block builder errors.
|
741
|
+
*/
|
742
|
+
AppBlockBuilderErrors?: ResourceErrors;
|
743
|
+
/**
|
744
|
+
* The state change reason.
|
745
|
+
*/
|
746
|
+
StateChangeReason?: AppBlockBuilderStateChangeReason;
|
747
|
+
/**
|
748
|
+
* The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
|
749
|
+
*/
|
750
|
+
AccessEndpoints?: AccessEndpointList;
|
751
|
+
}
|
752
|
+
export interface AppBlockBuilderAppBlockAssociation {
|
753
|
+
/**
|
754
|
+
* The ARN of the app block.
|
755
|
+
*/
|
756
|
+
AppBlockArn: Arn;
|
757
|
+
/**
|
758
|
+
* The name of the app block builder.
|
759
|
+
*/
|
760
|
+
AppBlockBuilderName: Name;
|
761
|
+
}
|
762
|
+
export type AppBlockBuilderAppBlockAssociationsList = AppBlockBuilderAppBlockAssociation[];
|
763
|
+
export type AppBlockBuilderAttribute = "IAM_ROLE_ARN"|"ACCESS_ENDPOINTS"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|string;
|
764
|
+
export type AppBlockBuilderAttributes = AppBlockBuilderAttribute[];
|
765
|
+
export type AppBlockBuilderList = AppBlockBuilder[];
|
766
|
+
export type AppBlockBuilderPlatformType = "WINDOWS_SERVER_2019"|string;
|
767
|
+
export type AppBlockBuilderState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|string;
|
768
|
+
export interface AppBlockBuilderStateChangeReason {
|
769
|
+
/**
|
770
|
+
* The state change reason code.
|
771
|
+
*/
|
772
|
+
Code?: AppBlockBuilderStateChangeReasonCode;
|
773
|
+
/**
|
774
|
+
* The state change reason message.
|
775
|
+
*/
|
776
|
+
Message?: String;
|
597
777
|
}
|
778
|
+
export type AppBlockBuilderStateChangeReasonCode = "INTERNAL_ERROR"|string;
|
779
|
+
export type AppBlockState = "INACTIVE"|"ACTIVE"|string;
|
598
780
|
export type AppBlocks = AppBlock[];
|
599
781
|
export type AppVisibility = "ALL"|"ASSOCIATED"|string;
|
600
782
|
export interface Application {
|
@@ -700,6 +882,22 @@ declare namespace AppStream {
|
|
700
882
|
export type AppstreamAgentVersion = string;
|
701
883
|
export type Arn = string;
|
702
884
|
export type ArnList = Arn[];
|
885
|
+
export interface AssociateAppBlockBuilderAppBlockRequest {
|
886
|
+
/**
|
887
|
+
* The ARN of the app block.
|
888
|
+
*/
|
889
|
+
AppBlockArn: Arn;
|
890
|
+
/**
|
891
|
+
* The name of the app block builder.
|
892
|
+
*/
|
893
|
+
AppBlockBuilderName: Name;
|
894
|
+
}
|
895
|
+
export interface AssociateAppBlockBuilderAppBlockResult {
|
896
|
+
/**
|
897
|
+
* The list of app block builders associated with app blocks.
|
898
|
+
*/
|
899
|
+
AppBlockBuilderAppBlockAssociation?: AppBlockBuilderAppBlockAssociation;
|
900
|
+
}
|
703
901
|
export interface AssociateApplicationFleetRequest {
|
704
902
|
/**
|
705
903
|
* The name of the fleet.
|
@@ -832,6 +1030,71 @@ declare namespace AppStream {
|
|
832
1030
|
*/
|
833
1031
|
DestinationImageName?: Name;
|
834
1032
|
}
|
1033
|
+
export interface CreateAppBlockBuilderRequest {
|
1034
|
+
/**
|
1035
|
+
* The unique name for the app block builder.
|
1036
|
+
*/
|
1037
|
+
Name: Name;
|
1038
|
+
/**
|
1039
|
+
* The description of the app block builder.
|
1040
|
+
*/
|
1041
|
+
Description?: Description;
|
1042
|
+
/**
|
1043
|
+
* The display name of the app block builder.
|
1044
|
+
*/
|
1045
|
+
DisplayName?: DisplayName;
|
1046
|
+
/**
|
1047
|
+
* The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. If you do not specify a value, the value is set to an empty string. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: _ . : / = + \ - @ For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
|
1048
|
+
*/
|
1049
|
+
Tags?: Tags;
|
1050
|
+
/**
|
1051
|
+
* The platform of the app block builder. WINDOWS_SERVER_2019 is the only valid value.
|
1052
|
+
*/
|
1053
|
+
Platform: AppBlockBuilderPlatformType;
|
1054
|
+
/**
|
1055
|
+
* The instance type to use when launching the app block builder. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge
|
1056
|
+
*/
|
1057
|
+
InstanceType: String;
|
1058
|
+
/**
|
1059
|
+
* The VPC configuration for the app block builder. App block builders require that you specify at least two subnets in different availability zones.
|
1060
|
+
*/
|
1061
|
+
VpcConfig: VpcConfig;
|
1062
|
+
/**
|
1063
|
+
* Enables or disables default internet access for the app block builder.
|
1064
|
+
*/
|
1065
|
+
EnableDefaultInternetAccess?: BooleanObject;
|
1066
|
+
/**
|
1067
|
+
* The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance. For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
|
1068
|
+
*/
|
1069
|
+
IamRoleArn?: Arn;
|
1070
|
+
/**
|
1071
|
+
* The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
|
1072
|
+
*/
|
1073
|
+
AccessEndpoints?: AccessEndpointList;
|
1074
|
+
}
|
1075
|
+
export interface CreateAppBlockBuilderResult {
|
1076
|
+
AppBlockBuilder?: AppBlockBuilder;
|
1077
|
+
}
|
1078
|
+
export interface CreateAppBlockBuilderStreamingURLRequest {
|
1079
|
+
/**
|
1080
|
+
* The name of the app block builder.
|
1081
|
+
*/
|
1082
|
+
AppBlockBuilderName: Name;
|
1083
|
+
/**
|
1084
|
+
* The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
|
1085
|
+
*/
|
1086
|
+
Validity?: Long;
|
1087
|
+
}
|
1088
|
+
export interface CreateAppBlockBuilderStreamingURLResult {
|
1089
|
+
/**
|
1090
|
+
* The URL to start the streaming session.
|
1091
|
+
*/
|
1092
|
+
StreamingURL?: String;
|
1093
|
+
/**
|
1094
|
+
* The elapsed time, in seconds after the Unix epoch, when this URL expires.
|
1095
|
+
*/
|
1096
|
+
Expires?: Timestamp;
|
1097
|
+
}
|
835
1098
|
export interface CreateAppBlockRequest {
|
836
1099
|
/**
|
837
1100
|
* The name of the app block.
|
@@ -850,13 +1113,21 @@ declare namespace AppStream {
|
|
850
1113
|
*/
|
851
1114
|
SourceS3Location: S3Location;
|
852
1115
|
/**
|
853
|
-
* The setup script details of the app block.
|
1116
|
+
* The setup script details of the app block. This must be provided for the CUSTOM PackagingType.
|
854
1117
|
*/
|
855
|
-
SetupScriptDetails
|
1118
|
+
SetupScriptDetails?: ScriptDetails;
|
856
1119
|
/**
|
857
1120
|
* The tags assigned to the app block.
|
858
1121
|
*/
|
859
1122
|
Tags?: Tags;
|
1123
|
+
/**
|
1124
|
+
* The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.
|
1125
|
+
*/
|
1126
|
+
PostSetupScriptDetails?: ScriptDetails;
|
1127
|
+
/**
|
1128
|
+
* The packaging type of the app block.
|
1129
|
+
*/
|
1130
|
+
PackagingType?: PackagingType;
|
860
1131
|
}
|
861
1132
|
export interface CreateAppBlockResult {
|
862
1133
|
/**
|
@@ -973,7 +1244,7 @@ declare namespace AppStream {
|
|
973
1244
|
/**
|
974
1245
|
* The name of the image used to create the fleet.
|
975
1246
|
*/
|
976
|
-
ImageName?:
|
1247
|
+
ImageName?: Name;
|
977
1248
|
/**
|
978
1249
|
* The ARN of the public, private, or shared image to use.
|
979
1250
|
*/
|
@@ -1298,6 +1569,14 @@ declare namespace AppStream {
|
|
1298
1569
|
}
|
1299
1570
|
export interface CreateUserResult {
|
1300
1571
|
}
|
1572
|
+
export interface DeleteAppBlockBuilderRequest {
|
1573
|
+
/**
|
1574
|
+
* The name of the app block builder.
|
1575
|
+
*/
|
1576
|
+
Name: Name;
|
1577
|
+
}
|
1578
|
+
export interface DeleteAppBlockBuilderResult {
|
1579
|
+
}
|
1301
1580
|
export interface DeleteAppBlockRequest {
|
1302
1581
|
/**
|
1303
1582
|
* The name of the app block.
|
@@ -1402,6 +1681,58 @@ declare namespace AppStream {
|
|
1402
1681
|
}
|
1403
1682
|
export interface DeleteUserResult {
|
1404
1683
|
}
|
1684
|
+
export interface DescribeAppBlockBuilderAppBlockAssociationsRequest {
|
1685
|
+
/**
|
1686
|
+
* The ARN of the app block.
|
1687
|
+
*/
|
1688
|
+
AppBlockArn?: Arn;
|
1689
|
+
/**
|
1690
|
+
* The name of the app block builder.
|
1691
|
+
*/
|
1692
|
+
AppBlockBuilderName?: Name;
|
1693
|
+
/**
|
1694
|
+
* The maximum size of each page of results.
|
1695
|
+
*/
|
1696
|
+
MaxResults?: Integer;
|
1697
|
+
/**
|
1698
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
1699
|
+
*/
|
1700
|
+
NextToken?: String;
|
1701
|
+
}
|
1702
|
+
export interface DescribeAppBlockBuilderAppBlockAssociationsResult {
|
1703
|
+
/**
|
1704
|
+
* This list of app block builders associated with app blocks.
|
1705
|
+
*/
|
1706
|
+
AppBlockBuilderAppBlockAssociations?: AppBlockBuilderAppBlockAssociationsList;
|
1707
|
+
/**
|
1708
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
1709
|
+
*/
|
1710
|
+
NextToken?: String;
|
1711
|
+
}
|
1712
|
+
export interface DescribeAppBlockBuildersRequest {
|
1713
|
+
/**
|
1714
|
+
* The names of the app block builders.
|
1715
|
+
*/
|
1716
|
+
Names?: StringList;
|
1717
|
+
/**
|
1718
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
1719
|
+
*/
|
1720
|
+
NextToken?: String;
|
1721
|
+
/**
|
1722
|
+
* The maximum size of each page of results. The maximum value is 25.
|
1723
|
+
*/
|
1724
|
+
MaxResults?: Integer;
|
1725
|
+
}
|
1726
|
+
export interface DescribeAppBlockBuildersResult {
|
1727
|
+
/**
|
1728
|
+
* The list that describes one or more app block builders.
|
1729
|
+
*/
|
1730
|
+
AppBlockBuilders?: AppBlockBuilderList;
|
1731
|
+
/**
|
1732
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
1733
|
+
*/
|
1734
|
+
NextToken?: String;
|
1735
|
+
}
|
1405
1736
|
export interface DescribeAppBlocksRequest {
|
1406
1737
|
/**
|
1407
1738
|
* The ARNs of the app blocks.
|
@@ -1809,6 +2140,18 @@ declare namespace AppStream {
|
|
1809
2140
|
}
|
1810
2141
|
export interface DisableUserResult {
|
1811
2142
|
}
|
2143
|
+
export interface DisassociateAppBlockBuilderAppBlockRequest {
|
2144
|
+
/**
|
2145
|
+
* The ARN of the app block.
|
2146
|
+
*/
|
2147
|
+
AppBlockArn: Arn;
|
2148
|
+
/**
|
2149
|
+
* The name of the app block builder.
|
2150
|
+
*/
|
2151
|
+
AppBlockBuilderName: Name;
|
2152
|
+
}
|
2153
|
+
export interface DisassociateAppBlockBuilderAppBlockResult {
|
2154
|
+
}
|
1812
2155
|
export interface DisassociateApplicationFleetRequest {
|
1813
2156
|
/**
|
1814
2157
|
* The name of the fleet.
|
@@ -1925,6 +2268,17 @@ declare namespace AppStream {
|
|
1925
2268
|
}
|
1926
2269
|
export type EntitlementAttributeList = EntitlementAttribute[];
|
1927
2270
|
export type EntitlementList = Entitlement[];
|
2271
|
+
export interface ErrorDetails {
|
2272
|
+
/**
|
2273
|
+
* The error code.
|
2274
|
+
*/
|
2275
|
+
ErrorCode?: String;
|
2276
|
+
/**
|
2277
|
+
* The error message.
|
2278
|
+
*/
|
2279
|
+
ErrorMessage?: String;
|
2280
|
+
}
|
2281
|
+
export type ErrorDetailsList = ErrorDetails[];
|
1928
2282
|
export interface ExpireSessionRequest {
|
1929
2283
|
/**
|
1930
2284
|
* The identifier of the streaming session.
|
@@ -2335,6 +2689,7 @@ declare namespace AppStream {
|
|
2335
2689
|
}
|
2336
2690
|
export type OrganizationalUnitDistinguishedName = string;
|
2337
2691
|
export type OrganizationalUnitDistinguishedNamesList = OrganizationalUnitDistinguishedName[];
|
2692
|
+
export type PackagingType = "CUSTOM"|"APPSTREAM2"|string;
|
2338
2693
|
export type Permission = "ENABLED"|"DISABLED"|string;
|
2339
2694
|
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"AMAZON_LINUX2"|string;
|
2340
2695
|
export type Platforms = PlatformType[];
|
@@ -2365,9 +2720,9 @@ declare namespace AppStream {
|
|
2365
2720
|
*/
|
2366
2721
|
S3Bucket: S3Bucket;
|
2367
2722
|
/**
|
2368
|
-
* The S3 key of the S3 object.
|
2723
|
+
* The S3 key of the S3 object. This is required when used for the following: IconS3Location (Actions: CreateApplication and UpdateApplication) SessionScriptS3Location (Actions: CreateFleet and UpdateFleet) ScriptDetails (Actions: CreateAppBlock) SourceS3Location when creating an app block with CUSTOM PackagingType (Actions: CreateAppBlock) SourceS3Location when creating an app block with APPSTREAM2 PackagingType, and using an existing application package (VHD file). In this case, S3Key refers to the VHD file. If a new application package is required, then S3Key is not required. (Actions: CreateAppBlock)
|
2369
2724
|
*/
|
2370
|
-
S3Key
|
2725
|
+
S3Key?: S3Key;
|
2371
2726
|
}
|
2372
2727
|
export interface ScriptDetails {
|
2373
2728
|
/**
|
@@ -2528,6 +2883,15 @@ declare namespace AppStream {
|
|
2528
2883
|
export type StackErrorCode = "STORAGE_CONNECTOR_ERROR"|"INTERNAL_SERVICE_ERROR"|string;
|
2529
2884
|
export type StackErrors = StackError[];
|
2530
2885
|
export type StackList = Stack[];
|
2886
|
+
export interface StartAppBlockBuilderRequest {
|
2887
|
+
/**
|
2888
|
+
* The name of the app block builder.
|
2889
|
+
*/
|
2890
|
+
Name: Name;
|
2891
|
+
}
|
2892
|
+
export interface StartAppBlockBuilderResult {
|
2893
|
+
AppBlockBuilder?: AppBlockBuilder;
|
2894
|
+
}
|
2531
2895
|
export interface StartFleetRequest {
|
2532
2896
|
/**
|
2533
2897
|
* The name of the fleet.
|
@@ -2552,6 +2916,15 @@ declare namespace AppStream {
|
|
2552
2916
|
*/
|
2553
2917
|
ImageBuilder?: ImageBuilder;
|
2554
2918
|
}
|
2919
|
+
export interface StopAppBlockBuilderRequest {
|
2920
|
+
/**
|
2921
|
+
* The name of the app block builder.
|
2922
|
+
*/
|
2923
|
+
Name: Name;
|
2924
|
+
}
|
2925
|
+
export interface StopAppBlockBuilderResult {
|
2926
|
+
AppBlockBuilder?: AppBlockBuilder;
|
2927
|
+
}
|
2555
2928
|
export interface StopFleetRequest {
|
2556
2929
|
/**
|
2557
2930
|
* The name of the fleet.
|
@@ -2628,6 +3001,51 @@ declare namespace AppStream {
|
|
2628
3001
|
}
|
2629
3002
|
export interface UntagResourceResponse {
|
2630
3003
|
}
|
3004
|
+
export interface UpdateAppBlockBuilderRequest {
|
3005
|
+
/**
|
3006
|
+
* The unique name for the app block builder.
|
3007
|
+
*/
|
3008
|
+
Name: Name;
|
3009
|
+
/**
|
3010
|
+
* The description of the app block builder.
|
3011
|
+
*/
|
3012
|
+
Description?: Description;
|
3013
|
+
/**
|
3014
|
+
* The display name of the app block builder.
|
3015
|
+
*/
|
3016
|
+
DisplayName?: DisplayName;
|
3017
|
+
/**
|
3018
|
+
* The platform of the app block builder. WINDOWS_SERVER_2019 is the only valid value.
|
3019
|
+
*/
|
3020
|
+
Platform?: PlatformType;
|
3021
|
+
/**
|
3022
|
+
* The instance type to use when launching the app block builder. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge
|
3023
|
+
*/
|
3024
|
+
InstanceType?: String;
|
3025
|
+
/**
|
3026
|
+
* The VPC configuration for the app block builder. App block builders require that you specify at least two subnets in different availability zones.
|
3027
|
+
*/
|
3028
|
+
VpcConfig?: VpcConfig;
|
3029
|
+
/**
|
3030
|
+
* Enables or disables default internet access for the app block builder.
|
3031
|
+
*/
|
3032
|
+
EnableDefaultInternetAccess?: BooleanObject;
|
3033
|
+
/**
|
3034
|
+
* The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance. For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
|
3035
|
+
*/
|
3036
|
+
IamRoleArn?: Arn;
|
3037
|
+
/**
|
3038
|
+
* The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
|
3039
|
+
*/
|
3040
|
+
AccessEndpoints?: AccessEndpointList;
|
3041
|
+
/**
|
3042
|
+
* The attributes to delete from the app block builder.
|
3043
|
+
*/
|
3044
|
+
AttributesToDelete?: AppBlockBuilderAttributes;
|
3045
|
+
}
|
3046
|
+
export interface UpdateAppBlockBuilderResult {
|
3047
|
+
AppBlockBuilder?: AppBlockBuilder;
|
3048
|
+
}
|
2631
3049
|
export interface UpdateApplicationRequest {
|
2632
3050
|
/**
|
2633
3051
|
* The name of the application. This name is visible to users when display name is not specified.
|
@@ -2747,7 +3165,7 @@ declare namespace AppStream {
|
|
2747
3165
|
*/
|
2748
3166
|
VpcConfig?: VpcConfig;
|
2749
3167
|
/**
|
2750
|
-
* The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and
|
3168
|
+
* The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
|
2751
3169
|
*/
|
2752
3170
|
MaxUserDurationInSeconds?: Integer;
|
2753
3171
|
/**
|