cdk-lambda-subminute 2.0.258 → 2.0.259
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +45 -112
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +14 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +324 -61
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +13 -11
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +421 -105
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +10 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +23 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +225 -225
- package/node_modules/aws-sdk/clients/route53.d.ts +17 -12
- package/node_modules/aws-sdk/clients/securityhub.d.ts +484 -0
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +18 -13
- package/node_modules/aws-sdk/clients/workspaces.d.ts +431 -1
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +30 -24
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +17 -17
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -27,6 +27,14 @@ declare class WorkSpaces extends Service {
|
|
27
27
|
* Associates the specified IP access control group with the specified directory.
|
28
28
|
*/
|
29
29
|
associateIpGroups(callback?: (err: AWSError, data: WorkSpaces.Types.AssociateIpGroupsResult) => void): Request<WorkSpaces.Types.AssociateIpGroupsResult, AWSError>;
|
30
|
+
/**
|
31
|
+
* Associates the specified application to the specified WorkSpace.
|
32
|
+
*/
|
33
|
+
associateWorkspaceApplication(params: WorkSpaces.Types.AssociateWorkspaceApplicationRequest, callback?: (err: AWSError, data: WorkSpaces.Types.AssociateWorkspaceApplicationResult) => void): Request<WorkSpaces.Types.AssociateWorkspaceApplicationResult, AWSError>;
|
34
|
+
/**
|
35
|
+
* Associates the specified application to the specified WorkSpace.
|
36
|
+
*/
|
37
|
+
associateWorkspaceApplication(callback?: (err: AWSError, data: WorkSpaces.Types.AssociateWorkspaceApplicationResult) => void): Request<WorkSpaces.Types.AssociateWorkspaceApplicationResult, AWSError>;
|
30
38
|
/**
|
31
39
|
* Adds one or more rules to the specified IP access control group. This action gives users permission to access their WorkSpaces from the CIDR address ranges specified in the rules.
|
32
40
|
*/
|
@@ -171,6 +179,14 @@ declare class WorkSpaces extends Service {
|
|
171
179
|
* Deletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and unshare the image if it is shared with other accounts.
|
172
180
|
*/
|
173
181
|
deleteWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.DeleteWorkspaceImageResult) => void): Request<WorkSpaces.Types.DeleteWorkspaceImageResult, AWSError>;
|
182
|
+
/**
|
183
|
+
* Deploys associated applications to the specified WorkSpace
|
184
|
+
*/
|
185
|
+
deployWorkspaceApplications(params: WorkSpaces.Types.DeployWorkspaceApplicationsRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DeployWorkspaceApplicationsResult) => void): Request<WorkSpaces.Types.DeployWorkspaceApplicationsResult, AWSError>;
|
186
|
+
/**
|
187
|
+
* Deploys associated applications to the specified WorkSpace
|
188
|
+
*/
|
189
|
+
deployWorkspaceApplications(callback?: (err: AWSError, data: WorkSpaces.Types.DeployWorkspaceApplicationsResult) => void): Request<WorkSpaces.Types.DeployWorkspaceApplicationsResult, AWSError>;
|
174
190
|
/**
|
175
191
|
* Deregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory. Simple AD and AD Connector are made available to you free of charge to use with WorkSpaces. If there are no WorkSpaces being used with your Simple AD or AD Connector directory for 30 consecutive days, this directory will be automatically deregistered for use with Amazon WorkSpaces, and you will be charged for this directory as per the Directory Service pricing terms. To delete empty directories, see Delete the Directory for Your WorkSpaces. If you delete your Simple AD or AD Connector directory, you can always create a new one when you want to start using WorkSpaces again.
|
176
192
|
*/
|
@@ -195,6 +211,30 @@ declare class WorkSpaces extends Service {
|
|
195
211
|
* Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.
|
196
212
|
*/
|
197
213
|
describeAccountModifications(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeAccountModificationsResult) => void): Request<WorkSpaces.Types.DescribeAccountModificationsResult, AWSError>;
|
214
|
+
/**
|
215
|
+
* Describes the associations between the application and the specified associated resources.
|
216
|
+
*/
|
217
|
+
describeApplicationAssociations(params: WorkSpaces.Types.DescribeApplicationAssociationsRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DescribeApplicationAssociationsResult) => void): Request<WorkSpaces.Types.DescribeApplicationAssociationsResult, AWSError>;
|
218
|
+
/**
|
219
|
+
* Describes the associations between the application and the specified associated resources.
|
220
|
+
*/
|
221
|
+
describeApplicationAssociations(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeApplicationAssociationsResult) => void): Request<WorkSpaces.Types.DescribeApplicationAssociationsResult, AWSError>;
|
222
|
+
/**
|
223
|
+
* Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.
|
224
|
+
*/
|
225
|
+
describeApplications(params: WorkSpaces.Types.DescribeApplicationsRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DescribeApplicationsResult) => void): Request<WorkSpaces.Types.DescribeApplicationsResult, AWSError>;
|
226
|
+
/**
|
227
|
+
* Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.
|
228
|
+
*/
|
229
|
+
describeApplications(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeApplicationsResult) => void): Request<WorkSpaces.Types.DescribeApplicationsResult, AWSError>;
|
230
|
+
/**
|
231
|
+
* Describes the associations between the applications and the specified bundle.
|
232
|
+
*/
|
233
|
+
describeBundleAssociations(params: WorkSpaces.Types.DescribeBundleAssociationsRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DescribeBundleAssociationsResult) => void): Request<WorkSpaces.Types.DescribeBundleAssociationsResult, AWSError>;
|
234
|
+
/**
|
235
|
+
* Describes the associations between the applications and the specified bundle.
|
236
|
+
*/
|
237
|
+
describeBundleAssociations(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeBundleAssociationsResult) => void): Request<WorkSpaces.Types.DescribeBundleAssociationsResult, AWSError>;
|
198
238
|
/**
|
199
239
|
* Describes the specified client branding. Client branding allows you to customize the log in page of various device types for your users. You can add your company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in. Only device types that have branding information configured will be shown in the response.
|
200
240
|
*/
|
@@ -235,6 +275,14 @@ declare class WorkSpaces extends Service {
|
|
235
275
|
* Retrieves a list that describes the connection aliases used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
|
236
276
|
*/
|
237
277
|
describeConnectionAliases(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeConnectionAliasesResult) => void): Request<WorkSpaces.Types.DescribeConnectionAliasesResult, AWSError>;
|
278
|
+
/**
|
279
|
+
* Describes the associations between the applications and the specified image.
|
280
|
+
*/
|
281
|
+
describeImageAssociations(params: WorkSpaces.Types.DescribeImageAssociationsRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DescribeImageAssociationsResult) => void): Request<WorkSpaces.Types.DescribeImageAssociationsResult, AWSError>;
|
282
|
+
/**
|
283
|
+
* Describes the associations between the applications and the specified image.
|
284
|
+
*/
|
285
|
+
describeImageAssociations(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeImageAssociationsResult) => void): Request<WorkSpaces.Types.DescribeImageAssociationsResult, AWSError>;
|
238
286
|
/**
|
239
287
|
* Describes one or more of your IP access control groups.
|
240
288
|
*/
|
@@ -251,6 +299,14 @@ declare class WorkSpaces extends Service {
|
|
251
299
|
* Describes the specified tags for the specified WorkSpaces resource.
|
252
300
|
*/
|
253
301
|
describeTags(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeTagsResult) => void): Request<WorkSpaces.Types.DescribeTagsResult, AWSError>;
|
302
|
+
/**
|
303
|
+
* Describes the associations betweens applications and the specified WorkSpace.
|
304
|
+
*/
|
305
|
+
describeWorkspaceAssociations(params: WorkSpaces.Types.DescribeWorkspaceAssociationsRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DescribeWorkspaceAssociationsResult) => void): Request<WorkSpaces.Types.DescribeWorkspaceAssociationsResult, AWSError>;
|
306
|
+
/**
|
307
|
+
* Describes the associations betweens applications and the specified WorkSpace.
|
308
|
+
*/
|
309
|
+
describeWorkspaceAssociations(callback?: (err: AWSError, data: WorkSpaces.Types.DescribeWorkspaceAssociationsResult) => void): Request<WorkSpaces.Types.DescribeWorkspaceAssociationsResult, AWSError>;
|
254
310
|
/**
|
255
311
|
* Retrieves a list that describes the available WorkSpace bundles. You can filter the results using either bundle ID or owner, but not both.
|
256
312
|
*/
|
@@ -323,6 +379,14 @@ declare class WorkSpaces extends Service {
|
|
323
379
|
* Disassociates the specified IP access control group from the specified directory.
|
324
380
|
*/
|
325
381
|
disassociateIpGroups(callback?: (err: AWSError, data: WorkSpaces.Types.DisassociateIpGroupsResult) => void): Request<WorkSpaces.Types.DisassociateIpGroupsResult, AWSError>;
|
382
|
+
/**
|
383
|
+
* Disassociates the specified application from a WorkSpace.
|
384
|
+
*/
|
385
|
+
disassociateWorkspaceApplication(params: WorkSpaces.Types.DisassociateWorkspaceApplicationRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DisassociateWorkspaceApplicationResult) => void): Request<WorkSpaces.Types.DisassociateWorkspaceApplicationResult, AWSError>;
|
386
|
+
/**
|
387
|
+
* Disassociates the specified application from a WorkSpace.
|
388
|
+
*/
|
389
|
+
disassociateWorkspaceApplication(callback?: (err: AWSError, data: WorkSpaces.Types.DisassociateWorkspaceApplicationResult) => void): Request<WorkSpaces.Types.DisassociateWorkspaceApplicationResult, AWSError>;
|
326
390
|
/**
|
327
391
|
* Imports client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in. After you import client branding, the default branding experience for the specified platform type is replaced with the imported experience You must specify at least one platform type when importing client branding. You can import up to 6 MB of data with each request. If your request exceeds this limit, you can import client branding for different platform types using separate requests. In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify only one parameter for each platform type, but not both. Imported data can take up to a minute to appear in the WorkSpaces client.
|
328
392
|
*/
|
@@ -567,7 +631,40 @@ declare namespace WorkSpaces {
|
|
567
631
|
export type Alias = string;
|
568
632
|
export type AmazonUuid = string;
|
569
633
|
export type Application = "Microsoft_Office_2016"|"Microsoft_Office_2019"|string;
|
634
|
+
export type ApplicationAssociatedResourceType = "WORKSPACE"|"BUNDLE"|"IMAGE"|string;
|
635
|
+
export type ApplicationAssociatedResourceTypeList = ApplicationAssociatedResourceType[];
|
570
636
|
export type ApplicationList = Application[];
|
637
|
+
export interface ApplicationResourceAssociation {
|
638
|
+
/**
|
639
|
+
* The identifier of the application.
|
640
|
+
*/
|
641
|
+
ApplicationId?: WorkSpaceApplicationId;
|
642
|
+
/**
|
643
|
+
* The identifier of the associated resource.
|
644
|
+
*/
|
645
|
+
AssociatedResourceId?: NonEmptyString;
|
646
|
+
/**
|
647
|
+
* The resource type of the associated resource.
|
648
|
+
*/
|
649
|
+
AssociatedResourceType?: ApplicationAssociatedResourceType;
|
650
|
+
/**
|
651
|
+
* The time the association was created.
|
652
|
+
*/
|
653
|
+
Created?: Timestamp;
|
654
|
+
/**
|
655
|
+
* The time the association status was last updated.
|
656
|
+
*/
|
657
|
+
LastUpdatedTime?: Timestamp;
|
658
|
+
/**
|
659
|
+
* The status of the application resource association.
|
660
|
+
*/
|
661
|
+
State?: AssociationState;
|
662
|
+
/**
|
663
|
+
* The reason the association deployment failed.
|
664
|
+
*/
|
665
|
+
StateReason?: AssociationStateReason;
|
666
|
+
}
|
667
|
+
export type ApplicationResourceAssociationList = ApplicationResourceAssociation[];
|
571
668
|
export interface AssociateConnectionAliasRequest {
|
572
669
|
/**
|
573
670
|
* The identifier of the connection alias.
|
@@ -596,6 +693,34 @@ declare namespace WorkSpaces {
|
|
596
693
|
}
|
597
694
|
export interface AssociateIpGroupsResult {
|
598
695
|
}
|
696
|
+
export interface AssociateWorkspaceApplicationRequest {
|
697
|
+
/**
|
698
|
+
* The identifier of the WorkSpace.
|
699
|
+
*/
|
700
|
+
WorkspaceId: WorkspaceId;
|
701
|
+
/**
|
702
|
+
* The identifier of the application.
|
703
|
+
*/
|
704
|
+
ApplicationId: WorkSpaceApplicationId;
|
705
|
+
}
|
706
|
+
export interface AssociateWorkspaceApplicationResult {
|
707
|
+
/**
|
708
|
+
* Information about the association between the specified WorkSpace and the specified application.
|
709
|
+
*/
|
710
|
+
Association?: WorkspaceResourceAssociation;
|
711
|
+
}
|
712
|
+
export type AssociationErrorCode = "ValidationError.InsufficientDiskSpace"|"ValidationError.InsufficientMemory"|"ValidationError.UnsupportedOperatingSystem"|"DeploymentError.InternalServerError"|"DeploymentError.WorkspaceUnreachable"|string;
|
713
|
+
export type AssociationState = "PENDING_INSTALL"|"PENDING_INSTALL_DEPLOYMENT"|"PENDING_UNINSTALL"|"PENDING_UNINSTALL_DEPLOYMENT"|"INSTALLING"|"UNINSTALLING"|"ERROR"|"COMPLETED"|"REMOVED"|string;
|
714
|
+
export interface AssociationStateReason {
|
715
|
+
/**
|
716
|
+
* The error code of the association deployment failure.
|
717
|
+
*/
|
718
|
+
ErrorCode?: AssociationErrorCode;
|
719
|
+
/**
|
720
|
+
* The error message of the association deployment failure.
|
721
|
+
*/
|
722
|
+
ErrorMessage?: String2048;
|
723
|
+
}
|
599
724
|
export type AssociationStatus = "NOT_ASSOCIATED"|"ASSOCIATED_WITH_OWNER_ACCOUNT"|"ASSOCIATED_WITH_SHARED_ACCOUNT"|"PENDING_ASSOCIATION"|"PENDING_DISASSOCIATION"|string;
|
600
725
|
export interface AuthorizeIpRulesRequest {
|
601
726
|
/**
|
@@ -611,10 +736,43 @@ declare namespace WorkSpaces {
|
|
611
736
|
}
|
612
737
|
export type AwsAccount = string;
|
613
738
|
export type BooleanObject = boolean;
|
739
|
+
export type BundleAssociatedResourceType = "APPLICATION"|string;
|
740
|
+
export type BundleAssociatedResourceTypeList = BundleAssociatedResourceType[];
|
614
741
|
export type BundleId = string;
|
615
742
|
export type BundleIdList = BundleId[];
|
616
743
|
export type BundleList = WorkspaceBundle[];
|
617
744
|
export type BundleOwner = string;
|
745
|
+
export interface BundleResourceAssociation {
|
746
|
+
/**
|
747
|
+
* The identifier of the associated resource.
|
748
|
+
*/
|
749
|
+
AssociatedResourceId?: NonEmptyString;
|
750
|
+
/**
|
751
|
+
* The resource type of the associated resources.
|
752
|
+
*/
|
753
|
+
AssociatedResourceType?: BundleAssociatedResourceType;
|
754
|
+
/**
|
755
|
+
* The identifier of the bundle.
|
756
|
+
*/
|
757
|
+
BundleId?: BundleId;
|
758
|
+
/**
|
759
|
+
* The time the association is created.
|
760
|
+
*/
|
761
|
+
Created?: Timestamp;
|
762
|
+
/**
|
763
|
+
* The time the association status was last updated.
|
764
|
+
*/
|
765
|
+
LastUpdatedTime?: Timestamp;
|
766
|
+
/**
|
767
|
+
* The status of the bundle resource association.
|
768
|
+
*/
|
769
|
+
State?: AssociationState;
|
770
|
+
/**
|
771
|
+
* The reason the association deployment failed.
|
772
|
+
*/
|
773
|
+
StateReason?: AssociationStateReason;
|
774
|
+
}
|
775
|
+
export type BundleResourceAssociationList = BundleResourceAssociation[];
|
618
776
|
export type BundleType = "REGULAR"|"STANDBY"|string;
|
619
777
|
export type CertificateAuthorityArn = string;
|
620
778
|
export interface CertificateBasedAuthProperties {
|
@@ -656,6 +814,7 @@ declare namespace WorkSpaces {
|
|
656
814
|
}
|
657
815
|
export type ClientUrl = string;
|
658
816
|
export type Compute = "VALUE"|"STANDARD"|"PERFORMANCE"|"POWER"|"GRAPHICS"|"POWERPRO"|"GRAPHICSPRO"|"GRAPHICS_G4DN"|"GRAPHICSPRO_G4DN"|string;
|
817
|
+
export type ComputeList = Compute[];
|
659
818
|
export interface ComputeType {
|
660
819
|
/**
|
661
820
|
* The compute type.
|
@@ -1126,6 +1285,22 @@ declare namespace WorkSpaces {
|
|
1126
1285
|
}
|
1127
1286
|
export interface DeleteWorkspaceImageResult {
|
1128
1287
|
}
|
1288
|
+
export interface DeployWorkspaceApplicationsRequest {
|
1289
|
+
/**
|
1290
|
+
* The identifier of the WorkSpace.
|
1291
|
+
*/
|
1292
|
+
WorkspaceId: WorkspaceId;
|
1293
|
+
/**
|
1294
|
+
* Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
|
1295
|
+
*/
|
1296
|
+
Force?: BooleanObject;
|
1297
|
+
}
|
1298
|
+
export interface DeployWorkspaceApplicationsResult {
|
1299
|
+
/**
|
1300
|
+
* The list of deployed associations and information about them.
|
1301
|
+
*/
|
1302
|
+
Deployment?: WorkSpaceApplicationDeployment;
|
1303
|
+
}
|
1129
1304
|
export interface DeregisterWorkspaceDirectoryRequest {
|
1130
1305
|
/**
|
1131
1306
|
* The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.
|
@@ -1162,6 +1337,90 @@ declare namespace WorkSpaces {
|
|
1162
1337
|
*/
|
1163
1338
|
DedicatedTenancyManagementCidrRange?: DedicatedTenancyManagementCidrRange;
|
1164
1339
|
}
|
1340
|
+
export interface DescribeApplicationAssociationsRequest {
|
1341
|
+
/**
|
1342
|
+
* The maximum number of associations to return.
|
1343
|
+
*/
|
1344
|
+
MaxResults?: Limit;
|
1345
|
+
/**
|
1346
|
+
* If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
|
1347
|
+
*/
|
1348
|
+
NextToken?: PaginationToken;
|
1349
|
+
/**
|
1350
|
+
* The identifier of the specified application.
|
1351
|
+
*/
|
1352
|
+
ApplicationId: WorkSpaceApplicationId;
|
1353
|
+
/**
|
1354
|
+
* The resource type of the associated resources.
|
1355
|
+
*/
|
1356
|
+
AssociatedResourceTypes: ApplicationAssociatedResourceTypeList;
|
1357
|
+
}
|
1358
|
+
export interface DescribeApplicationAssociationsResult {
|
1359
|
+
/**
|
1360
|
+
* List of associations and information about them.
|
1361
|
+
*/
|
1362
|
+
Associations?: ApplicationResourceAssociationList;
|
1363
|
+
/**
|
1364
|
+
* If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
|
1365
|
+
*/
|
1366
|
+
NextToken?: PaginationToken;
|
1367
|
+
}
|
1368
|
+
export interface DescribeApplicationsRequest {
|
1369
|
+
/**
|
1370
|
+
* The identifiers of one or more applications.
|
1371
|
+
*/
|
1372
|
+
ApplicationIds?: WorkSpaceApplicationIdList;
|
1373
|
+
/**
|
1374
|
+
* The compute types supported by the applications.
|
1375
|
+
*/
|
1376
|
+
ComputeTypeNames?: ComputeList;
|
1377
|
+
/**
|
1378
|
+
* The license availability for the applications.
|
1379
|
+
*/
|
1380
|
+
LicenseType?: WorkSpaceApplicationLicenseType;
|
1381
|
+
/**
|
1382
|
+
* The operating systems supported by the applications.
|
1383
|
+
*/
|
1384
|
+
OperatingSystemNames?: OperatingSystemNameList;
|
1385
|
+
/**
|
1386
|
+
* The owner of the applications.
|
1387
|
+
*/
|
1388
|
+
Owner?: WorkSpaceApplicationOwner;
|
1389
|
+
/**
|
1390
|
+
* The maximum number of applications to return.
|
1391
|
+
*/
|
1392
|
+
MaxResults?: Limit;
|
1393
|
+
/**
|
1394
|
+
* If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
|
1395
|
+
*/
|
1396
|
+
NextToken?: PaginationToken;
|
1397
|
+
}
|
1398
|
+
export interface DescribeApplicationsResult {
|
1399
|
+
/**
|
1400
|
+
* List of information about the specified applications.
|
1401
|
+
*/
|
1402
|
+
Applications?: WorkSpaceApplicationList;
|
1403
|
+
/**
|
1404
|
+
* If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
|
1405
|
+
*/
|
1406
|
+
NextToken?: PaginationToken;
|
1407
|
+
}
|
1408
|
+
export interface DescribeBundleAssociationsRequest {
|
1409
|
+
/**
|
1410
|
+
* The identifier of the bundle.
|
1411
|
+
*/
|
1412
|
+
BundleId: BundleId;
|
1413
|
+
/**
|
1414
|
+
* The resource types of the associated resource.
|
1415
|
+
*/
|
1416
|
+
AssociatedResourceTypes: BundleAssociatedResourceTypeList;
|
1417
|
+
}
|
1418
|
+
export interface DescribeBundleAssociationsResult {
|
1419
|
+
/**
|
1420
|
+
* List of information about the specified associations.
|
1421
|
+
*/
|
1422
|
+
Associations?: BundleResourceAssociationList;
|
1423
|
+
}
|
1165
1424
|
export interface DescribeClientBrandingRequest {
|
1166
1425
|
/**
|
1167
1426
|
* The directory identifier of the WorkSpace for which you want to view client branding information.
|
@@ -1286,6 +1545,22 @@ declare namespace WorkSpaces {
|
|
1286
1545
|
*/
|
1287
1546
|
NextToken?: PaginationToken;
|
1288
1547
|
}
|
1548
|
+
export interface DescribeImageAssociationsRequest {
|
1549
|
+
/**
|
1550
|
+
* The identifier of the image.
|
1551
|
+
*/
|
1552
|
+
ImageId: WorkspaceImageId;
|
1553
|
+
/**
|
1554
|
+
* The resource types of the associated resource.
|
1555
|
+
*/
|
1556
|
+
AssociatedResourceTypes: ImageAssociatedResourceTypeList;
|
1557
|
+
}
|
1558
|
+
export interface DescribeImageAssociationsResult {
|
1559
|
+
/**
|
1560
|
+
* List of information about the specified associations.
|
1561
|
+
*/
|
1562
|
+
Associations?: ImageResourceAssociationList;
|
1563
|
+
}
|
1289
1564
|
export interface DescribeIpGroupsRequest {
|
1290
1565
|
/**
|
1291
1566
|
* The identifiers of one or more IP access control groups.
|
@@ -1322,6 +1597,22 @@ declare namespace WorkSpaces {
|
|
1322
1597
|
*/
|
1323
1598
|
TagList?: TagList;
|
1324
1599
|
}
|
1600
|
+
export interface DescribeWorkspaceAssociationsRequest {
|
1601
|
+
/**
|
1602
|
+
* The identifier of the WorkSpace.
|
1603
|
+
*/
|
1604
|
+
WorkspaceId: WorkspaceId;
|
1605
|
+
/**
|
1606
|
+
* The resource types of the associated resources.
|
1607
|
+
*/
|
1608
|
+
AssociatedResourceTypes: WorkSpaceAssociatedResourceTypeList;
|
1609
|
+
}
|
1610
|
+
export interface DescribeWorkspaceAssociationsResult {
|
1611
|
+
/**
|
1612
|
+
* List of information about the specified associations.
|
1613
|
+
*/
|
1614
|
+
Associations?: WorkspaceResourceAssociationList;
|
1615
|
+
}
|
1325
1616
|
export interface DescribeWorkspaceBundlesRequest {
|
1326
1617
|
/**
|
1327
1618
|
* The identifiers of the bundles. You cannot combine this parameter with any other filter.
|
@@ -1523,6 +1814,22 @@ declare namespace WorkSpaces {
|
|
1523
1814
|
}
|
1524
1815
|
export interface DisassociateIpGroupsResult {
|
1525
1816
|
}
|
1817
|
+
export interface DisassociateWorkspaceApplicationRequest {
|
1818
|
+
/**
|
1819
|
+
* The identifier of the WorkSpace.
|
1820
|
+
*/
|
1821
|
+
WorkspaceId: WorkspaceId;
|
1822
|
+
/**
|
1823
|
+
* The identifier of the application.
|
1824
|
+
*/
|
1825
|
+
ApplicationId: WorkSpaceApplicationId;
|
1826
|
+
}
|
1827
|
+
export interface DisassociateWorkspaceApplicationResult {
|
1828
|
+
/**
|
1829
|
+
* Information about the targeted association.
|
1830
|
+
*/
|
1831
|
+
Association?: WorkspaceResourceAssociation;
|
1832
|
+
}
|
1526
1833
|
export type DnsIpAddresses = IpAddress[];
|
1527
1834
|
export type Ec2ImageId = string;
|
1528
1835
|
export interface ErrorDetails {
|
@@ -1586,6 +1893,8 @@ declare namespace WorkSpaces {
|
|
1586
1893
|
*/
|
1587
1894
|
ErrorMessage?: Description;
|
1588
1895
|
}
|
1896
|
+
export type ImageAssociatedResourceType = "APPLICATION"|string;
|
1897
|
+
export type ImageAssociatedResourceTypeList = ImageAssociatedResourceType[];
|
1589
1898
|
export interface ImagePermission {
|
1590
1899
|
/**
|
1591
1900
|
* The identifier of the Amazon Web Services account that an image has been shared with.
|
@@ -1593,6 +1902,37 @@ declare namespace WorkSpaces {
|
|
1593
1902
|
SharedAccountId?: AwsAccount;
|
1594
1903
|
}
|
1595
1904
|
export type ImagePermissions = ImagePermission[];
|
1905
|
+
export interface ImageResourceAssociation {
|
1906
|
+
/**
|
1907
|
+
* The identifier of the associated resource.
|
1908
|
+
*/
|
1909
|
+
AssociatedResourceId?: NonEmptyString;
|
1910
|
+
/**
|
1911
|
+
* The resource type of the associated resources.
|
1912
|
+
*/
|
1913
|
+
AssociatedResourceType?: ImageAssociatedResourceType;
|
1914
|
+
/**
|
1915
|
+
* The time the association is created.
|
1916
|
+
*/
|
1917
|
+
Created?: Timestamp;
|
1918
|
+
/**
|
1919
|
+
* The time the association status was last updated.
|
1920
|
+
*/
|
1921
|
+
LastUpdatedTime?: Timestamp;
|
1922
|
+
/**
|
1923
|
+
* The identifier of the image.
|
1924
|
+
*/
|
1925
|
+
ImageId?: WorkspaceImageId;
|
1926
|
+
/**
|
1927
|
+
* The status of the image resource association.
|
1928
|
+
*/
|
1929
|
+
State?: AssociationState;
|
1930
|
+
/**
|
1931
|
+
* The reason the association deployment failed.
|
1932
|
+
*/
|
1933
|
+
StateReason?: AssociationStateReason;
|
1934
|
+
}
|
1935
|
+
export type ImageResourceAssociationList = ImageResourceAssociation[];
|
1596
1936
|
export type ImageType = "OWNED"|"SHARED"|string;
|
1597
1937
|
export interface ImportClientBrandingRequest {
|
1598
1938
|
/**
|
@@ -1949,6 +2289,8 @@ declare namespace WorkSpaces {
|
|
1949
2289
|
*/
|
1950
2290
|
Type?: OperatingSystemType;
|
1951
2291
|
}
|
2292
|
+
export type OperatingSystemName = "AMAZON_LINUX_2"|"UBUNTU_18_04"|"UBUNTU_20_04"|"UBUNTU_22_04"|"UNKNOWN"|"WINDOWS_10"|"WINDOWS_11"|"WINDOWS_7"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|string;
|
2293
|
+
export type OperatingSystemNameList = OperatingSystemName[];
|
1952
2294
|
export type OperatingSystemType = "WINDOWS"|"LINUX"|string;
|
1953
2295
|
export type PaginationToken = string;
|
1954
2296
|
export interface PendingCreateStandbyWorkspacesRequest {
|
@@ -2194,6 +2536,7 @@ declare namespace WorkSpaces {
|
|
2194
2536
|
*/
|
2195
2537
|
FailedRequests?: FailedStopWorkspaceRequests;
|
2196
2538
|
}
|
2539
|
+
export type String2048 = string;
|
2197
2540
|
export type SubnetId = string;
|
2198
2541
|
export type SubnetIds = SubnetId[];
|
2199
2542
|
export interface Tag {
|
@@ -2324,6 +2667,58 @@ declare namespace WorkSpaces {
|
|
2324
2667
|
}
|
2325
2668
|
export type UserVolumeSizeGib = number;
|
2326
2669
|
export type VolumeEncryptionKey = string;
|
2670
|
+
export interface WorkSpaceApplication {
|
2671
|
+
/**
|
2672
|
+
* The identifier of the application.
|
2673
|
+
*/
|
2674
|
+
ApplicationId?: WorkSpaceApplicationId;
|
2675
|
+
/**
|
2676
|
+
* The time the application is created.
|
2677
|
+
*/
|
2678
|
+
Created?: Timestamp;
|
2679
|
+
/**
|
2680
|
+
* The description of the WorkSpace application.
|
2681
|
+
*/
|
2682
|
+
Description?: String2048;
|
2683
|
+
/**
|
2684
|
+
* The license availability for the applications.
|
2685
|
+
*/
|
2686
|
+
LicenseType?: WorkSpaceApplicationLicenseType;
|
2687
|
+
/**
|
2688
|
+
* The name of the WorkSpace application.
|
2689
|
+
*/
|
2690
|
+
Name?: NonEmptyString;
|
2691
|
+
/**
|
2692
|
+
* The owner of the WorkSpace application.
|
2693
|
+
*/
|
2694
|
+
Owner?: WorkSpaceApplicationOwner;
|
2695
|
+
/**
|
2696
|
+
* The status of WorkSpace application.
|
2697
|
+
*/
|
2698
|
+
State?: WorkSpaceApplicationState;
|
2699
|
+
/**
|
2700
|
+
* The supported compute types of the WorkSpace application.
|
2701
|
+
*/
|
2702
|
+
SupportedComputeTypeNames?: ComputeList;
|
2703
|
+
/**
|
2704
|
+
* The supported operating systems of the WorkSpace application.
|
2705
|
+
*/
|
2706
|
+
SupportedOperatingSystemNames?: OperatingSystemNameList;
|
2707
|
+
}
|
2708
|
+
export interface WorkSpaceApplicationDeployment {
|
2709
|
+
/**
|
2710
|
+
* The associations between the applications and the associated resources.
|
2711
|
+
*/
|
2712
|
+
Associations?: WorkspaceResourceAssociationList;
|
2713
|
+
}
|
2714
|
+
export type WorkSpaceApplicationId = string;
|
2715
|
+
export type WorkSpaceApplicationIdList = WorkSpaceApplicationId[];
|
2716
|
+
export type WorkSpaceApplicationLicenseType = "LICENSED"|"UNLICENSED"|string;
|
2717
|
+
export type WorkSpaceApplicationList = WorkSpaceApplication[];
|
2718
|
+
export type WorkSpaceApplicationOwner = string;
|
2719
|
+
export type WorkSpaceApplicationState = "PENDING"|"ERROR"|"AVAILABLE"|"UNINSTALL_ONLY"|string;
|
2720
|
+
export type WorkSpaceAssociatedResourceType = "APPLICATION"|string;
|
2721
|
+
export type WorkSpaceAssociatedResourceTypeList = WorkSpaceAssociatedResourceType[];
|
2327
2722
|
export interface Workspace {
|
2328
2723
|
/**
|
2329
2724
|
* The identifier of the WorkSpace.
|
@@ -2647,7 +3042,7 @@ declare namespace WorkSpaces {
|
|
2647
3042
|
*/
|
2648
3043
|
Updates?: UpdateResult;
|
2649
3044
|
/**
|
2650
|
-
*
|
3045
|
+
* Additional details of the error returned for the image, including the possible causes of the errors and troubleshooting information.
|
2651
3046
|
*/
|
2652
3047
|
ErrorDetails?: ErrorDetailsList;
|
2653
3048
|
}
|
@@ -2687,6 +3082,10 @@ declare namespace WorkSpaces {
|
|
2687
3082
|
* The protocol. For more information, see Protocols for Amazon WorkSpaces. Only available for WorkSpaces created with PCoIP bundles. The Protocols property is case sensitive. Ensure you use PCOIP or WSP. Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
|
2688
3083
|
*/
|
2689
3084
|
Protocols?: ProtocolList;
|
3085
|
+
/**
|
3086
|
+
* The name of the operating system.
|
3087
|
+
*/
|
3088
|
+
OperatingSystemName?: OperatingSystemName;
|
2690
3089
|
}
|
2691
3090
|
export interface WorkspaceRequest {
|
2692
3091
|
/**
|
@@ -2723,6 +3122,37 @@ declare namespace WorkSpaces {
|
|
2723
3122
|
Tags?: TagList;
|
2724
3123
|
}
|
2725
3124
|
export type WorkspaceRequestList = WorkspaceRequest[];
|
3125
|
+
export interface WorkspaceResourceAssociation {
|
3126
|
+
/**
|
3127
|
+
* The identifier of the associated resource.
|
3128
|
+
*/
|
3129
|
+
AssociatedResourceId?: NonEmptyString;
|
3130
|
+
/**
|
3131
|
+
* The resource types of the associated resource.
|
3132
|
+
*/
|
3133
|
+
AssociatedResourceType?: WorkSpaceAssociatedResourceType;
|
3134
|
+
/**
|
3135
|
+
* The time the association is created.
|
3136
|
+
*/
|
3137
|
+
Created?: Timestamp;
|
3138
|
+
/**
|
3139
|
+
* The time the association status was last updated.
|
3140
|
+
*/
|
3141
|
+
LastUpdatedTime?: Timestamp;
|
3142
|
+
/**
|
3143
|
+
* The status of the WorkSpace resource association.
|
3144
|
+
*/
|
3145
|
+
State?: AssociationState;
|
3146
|
+
/**
|
3147
|
+
* The reason the association deployment failed.
|
3148
|
+
*/
|
3149
|
+
StateReason?: AssociationStateReason;
|
3150
|
+
/**
|
3151
|
+
* The identifier of the WorkSpace.
|
3152
|
+
*/
|
3153
|
+
WorkspaceId?: WorkspaceId;
|
3154
|
+
}
|
3155
|
+
export type WorkspaceResourceAssociationList = WorkspaceResourceAssociation[];
|
2726
3156
|
export type WorkspaceState = "PENDING"|"AVAILABLE"|"IMPAIRED"|"UNHEALTHY"|"REBOOTING"|"STARTING"|"REBUILDING"|"RESTORING"|"MAINTENANCE"|"ADMIN_MAINTENANCE"|"TERMINATING"|"TERMINATED"|"SUSPENDED"|"UPDATING"|"STOPPING"|"STOPPED"|"ERROR"|string;
|
2727
3157
|
export interface WorkspacesIpGroup {
|
2728
3158
|
/**
|