cdk-docker-image-deployment 0.0.159 → 0.0.160

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.
@@ -116,11 +116,11 @@ declare class WorkDocs extends Service {
116
116
  */
117
117
  deleteDocument(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
118
118
  /**
119
- * Deletes a version of an Amazon WorkDocs document. Use the DeletePriorVersions parameter to delete prior versions.
119
+ * Deletes a specific version of a document.
120
120
  */
121
121
  deleteDocumentVersion(params: WorkDocs.Types.DeleteDocumentVersionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
122
122
  /**
123
- * Deletes a version of an Amazon WorkDocs document. Use the DeletePriorVersions parameter to delete prior versions.
123
+ * Deletes a specific version of a document.
124
124
  */
125
125
  deleteDocumentVersion(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
126
126
  /**
@@ -156,11 +156,11 @@ declare class WorkDocs extends Service {
156
156
  */
157
157
  deleteNotificationSubscription(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
158
158
  /**
159
- * Deletes the specified user from a Simple AD or Microsoft AD directory.
159
+ * Deletes the specified user from a Simple AD or Microsoft AD directory. Deleting a user immediately and permanently deletes all content in that user's folder structure. Site retention policies do NOT apply to this type of deletion.
160
160
  */
161
161
  deleteUser(params: WorkDocs.Types.DeleteUserRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
162
162
  /**
163
- * Deletes the specified user from a Simple AD or Microsoft AD directory.
163
+ * Deletes the specified user from a Simple AD or Microsoft AD directory. Deleting a user immediately and permanently deletes all content in that user's folder structure. Site retention policies do NOT apply to this type of deletion.
164
164
  */
165
165
  deleteUser(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
166
166
  /**
@@ -359,7 +359,7 @@ declare class WorkDocs extends Service {
359
359
  declare namespace WorkDocs {
360
360
  export interface AbortDocumentVersionUploadRequest {
361
361
  /**
362
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
362
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
363
363
  */
364
364
  AuthenticationToken?: AuthenticationHeaderType;
365
365
  /**
@@ -377,7 +377,7 @@ declare namespace WorkDocs {
377
377
  */
378
378
  UserId: IdType;
379
379
  /**
380
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
380
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
381
381
  */
382
382
  AuthenticationToken?: AuthenticationHeaderType;
383
383
  }
@@ -429,7 +429,7 @@ declare namespace WorkDocs {
429
429
  export type ActivityType = "DOCUMENT_CHECKED_IN"|"DOCUMENT_CHECKED_OUT"|"DOCUMENT_RENAMED"|"DOCUMENT_VERSION_UPLOADED"|"DOCUMENT_VERSION_DELETED"|"DOCUMENT_VERSION_VIEWED"|"DOCUMENT_VERSION_DOWNLOADED"|"DOCUMENT_RECYCLED"|"DOCUMENT_RESTORED"|"DOCUMENT_REVERTED"|"DOCUMENT_SHARED"|"DOCUMENT_UNSHARED"|"DOCUMENT_SHARE_PERMISSION_CHANGED"|"DOCUMENT_SHAREABLE_LINK_CREATED"|"DOCUMENT_SHAREABLE_LINK_REMOVED"|"DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED"|"DOCUMENT_MOVED"|"DOCUMENT_COMMENT_ADDED"|"DOCUMENT_COMMENT_DELETED"|"DOCUMENT_ANNOTATION_ADDED"|"DOCUMENT_ANNOTATION_DELETED"|"FOLDER_CREATED"|"FOLDER_DELETED"|"FOLDER_RENAMED"|"FOLDER_RECYCLED"|"FOLDER_RESTORED"|"FOLDER_SHARED"|"FOLDER_UNSHARED"|"FOLDER_SHARE_PERMISSION_CHANGED"|"FOLDER_SHAREABLE_LINK_CREATED"|"FOLDER_SHAREABLE_LINK_REMOVED"|"FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED"|"FOLDER_MOVED"|string;
430
430
  export interface AddResourcePermissionsRequest {
431
431
  /**
432
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
432
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
433
433
  */
434
434
  AuthenticationToken?: AuthenticationHeaderType;
435
435
  /**
@@ -521,7 +521,7 @@ declare namespace WorkDocs {
521
521
  export type CommentVisibilityType = "PUBLIC"|"PRIVATE"|string;
522
522
  export interface CreateCommentRequest {
523
523
  /**
524
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
524
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
525
525
  */
526
526
  AuthenticationToken?: AuthenticationHeaderType;
527
527
  /**
@@ -561,7 +561,7 @@ declare namespace WorkDocs {
561
561
  }
562
562
  export interface CreateCustomMetadataRequest {
563
563
  /**
564
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
564
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
565
565
  */
566
566
  AuthenticationToken?: AuthenticationHeaderType;
567
567
  /**
@@ -581,7 +581,7 @@ declare namespace WorkDocs {
581
581
  }
582
582
  export interface CreateFolderRequest {
583
583
  /**
584
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
584
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
585
585
  */
586
586
  AuthenticationToken?: AuthenticationHeaderType;
587
587
  /**
@@ -609,7 +609,7 @@ declare namespace WorkDocs {
609
609
  */
610
610
  Labels: SharedLabels;
611
611
  /**
612
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
612
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
613
613
  */
614
614
  AuthenticationToken?: AuthenticationHeaderType;
615
615
  }
@@ -673,7 +673,7 @@ declare namespace WorkDocs {
673
673
  */
674
674
  StorageRule?: StorageRuleType;
675
675
  /**
676
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
676
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
677
677
  */
678
678
  AuthenticationToken?: AuthenticationHeaderType;
679
679
  }
@@ -693,13 +693,13 @@ declare namespace WorkDocs {
693
693
  */
694
694
  UserId: IdType;
695
695
  /**
696
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
696
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
697
697
  */
698
698
  AuthenticationToken?: AuthenticationHeaderType;
699
699
  }
700
700
  export interface DeleteCommentRequest {
701
701
  /**
702
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
702
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
703
703
  */
704
704
  AuthenticationToken?: AuthenticationHeaderType;
705
705
  /**
@@ -717,7 +717,7 @@ declare namespace WorkDocs {
717
717
  }
718
718
  export interface DeleteCustomMetadataRequest {
719
719
  /**
720
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
720
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
721
721
  */
722
722
  AuthenticationToken?: AuthenticationHeaderType;
723
723
  /**
@@ -741,7 +741,7 @@ declare namespace WorkDocs {
741
741
  }
742
742
  export interface DeleteDocumentRequest {
743
743
  /**
744
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
744
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
745
745
  */
746
746
  AuthenticationToken?: AuthenticationHeaderType;
747
747
  /**
@@ -751,25 +751,25 @@ declare namespace WorkDocs {
751
751
  }
752
752
  export interface DeleteDocumentVersionRequest {
753
753
  /**
754
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
754
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
755
755
  */
756
756
  AuthenticationToken?: AuthenticationHeaderType;
757
757
  /**
758
- * The ID of a document.
758
+ * The ID of the document associated with the version being deleted.
759
759
  */
760
760
  DocumentId: ResourceIdType;
761
761
  /**
762
- * The version ID of a document.
762
+ * The ID of the version being deleted.
763
763
  */
764
764
  VersionId: DocumentVersionIdType;
765
765
  /**
766
- * When set to TRUE, deletes the specified version and all prior versions of a document.
766
+ * Deletes all versions of a document prior to the current version.
767
767
  */
768
768
  DeletePriorVersions: BooleanType;
769
769
  }
770
770
  export interface DeleteFolderContentsRequest {
771
771
  /**
772
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
772
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
773
773
  */
774
774
  AuthenticationToken?: AuthenticationHeaderType;
775
775
  /**
@@ -779,7 +779,7 @@ declare namespace WorkDocs {
779
779
  }
780
780
  export interface DeleteFolderRequest {
781
781
  /**
782
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
782
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
783
783
  */
784
784
  AuthenticationToken?: AuthenticationHeaderType;
785
785
  /**
@@ -793,7 +793,7 @@ declare namespace WorkDocs {
793
793
  */
794
794
  ResourceId: ResourceIdType;
795
795
  /**
796
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
796
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
797
797
  */
798
798
  AuthenticationToken?: AuthenticationHeaderType;
799
799
  /**
@@ -819,7 +819,7 @@ declare namespace WorkDocs {
819
819
  }
820
820
  export interface DeleteUserRequest {
821
821
  /**
822
- * Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
822
+ * Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using Amazon Web Services credentials.
823
823
  */
824
824
  AuthenticationToken?: AuthenticationHeaderType;
825
825
  /**
@@ -829,7 +829,7 @@ declare namespace WorkDocs {
829
829
  }
830
830
  export interface DescribeActivitiesRequest {
831
831
  /**
832
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
832
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
833
833
  */
834
834
  AuthenticationToken?: AuthenticationHeaderType;
835
835
  /**
@@ -881,7 +881,7 @@ declare namespace WorkDocs {
881
881
  }
882
882
  export interface DescribeCommentsRequest {
883
883
  /**
884
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
884
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
885
885
  */
886
886
  AuthenticationToken?: AuthenticationHeaderType;
887
887
  /**
@@ -913,7 +913,7 @@ declare namespace WorkDocs {
913
913
  }
914
914
  export interface DescribeDocumentVersionsRequest {
915
915
  /**
916
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
916
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
917
917
  */
918
918
  AuthenticationToken?: AuthenticationHeaderType;
919
919
  /**
@@ -949,7 +949,7 @@ declare namespace WorkDocs {
949
949
  }
950
950
  export interface DescribeFolderContentsRequest {
951
951
  /**
952
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
952
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
953
953
  */
954
954
  AuthenticationToken?: AuthenticationHeaderType;
955
955
  /**
@@ -997,7 +997,7 @@ declare namespace WorkDocs {
997
997
  }
998
998
  export interface DescribeGroupsRequest {
999
999
  /**
1000
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1000
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1001
1001
  */
1002
1002
  AuthenticationToken?: AuthenticationHeaderType;
1003
1003
  /**
@@ -1053,7 +1053,7 @@ declare namespace WorkDocs {
1053
1053
  }
1054
1054
  export interface DescribeResourcePermissionsRequest {
1055
1055
  /**
1056
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1056
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1057
1057
  */
1058
1058
  AuthenticationToken?: AuthenticationHeaderType;
1059
1059
  /**
@@ -1109,7 +1109,7 @@ declare namespace WorkDocs {
1109
1109
  }
1110
1110
  export interface DescribeUsersRequest {
1111
1111
  /**
1112
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1112
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1113
1113
  */
1114
1114
  AuthenticationToken?: AuthenticationHeaderType;
1115
1115
  /**
@@ -1325,7 +1325,7 @@ declare namespace WorkDocs {
1325
1325
  }
1326
1326
  export interface GetDocumentPathRequest {
1327
1327
  /**
1328
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1328
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1329
1329
  */
1330
1330
  AuthenticationToken?: AuthenticationHeaderType;
1331
1331
  /**
@@ -1353,7 +1353,7 @@ declare namespace WorkDocs {
1353
1353
  }
1354
1354
  export interface GetDocumentRequest {
1355
1355
  /**
1356
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1356
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1357
1357
  */
1358
1358
  AuthenticationToken?: AuthenticationHeaderType;
1359
1359
  /**
@@ -1377,7 +1377,7 @@ declare namespace WorkDocs {
1377
1377
  }
1378
1378
  export interface GetDocumentVersionRequest {
1379
1379
  /**
1380
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1380
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1381
1381
  */
1382
1382
  AuthenticationToken?: AuthenticationHeaderType;
1383
1383
  /**
@@ -1409,7 +1409,7 @@ declare namespace WorkDocs {
1409
1409
  }
1410
1410
  export interface GetFolderPathRequest {
1411
1411
  /**
1412
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1412
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1413
1413
  */
1414
1414
  AuthenticationToken?: AuthenticationHeaderType;
1415
1415
  /**
@@ -1437,7 +1437,7 @@ declare namespace WorkDocs {
1437
1437
  }
1438
1438
  export interface GetFolderRequest {
1439
1439
  /**
1440
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1440
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1441
1441
  */
1442
1442
  AuthenticationToken?: AuthenticationHeaderType;
1443
1443
  /**
@@ -1461,7 +1461,7 @@ declare namespace WorkDocs {
1461
1461
  }
1462
1462
  export interface GetResourcesRequest {
1463
1463
  /**
1464
- * The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1464
+ * The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1465
1465
  */
1466
1466
  AuthenticationToken?: AuthenticationHeaderType;
1467
1467
  /**
@@ -1513,7 +1513,7 @@ declare namespace WorkDocs {
1513
1513
  export type IdType = string;
1514
1514
  export interface InitiateDocumentVersionUploadRequest {
1515
1515
  /**
1516
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1516
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1517
1517
  */
1518
1518
  AuthenticationToken?: AuthenticationHeaderType;
1519
1519
  /**
@@ -1561,7 +1561,7 @@ declare namespace WorkDocs {
1561
1561
  export type MessageType = string;
1562
1562
  export interface NotificationOptions {
1563
1563
  /**
1564
- * Boolean value to indicate an email notification should be sent to the receipients.
1564
+ * Boolean value to indicate an email notification should be sent to the recipients.
1565
1565
  */
1566
1566
  SendEmail?: BooleanType;
1567
1567
  /**
@@ -1614,7 +1614,7 @@ declare namespace WorkDocs {
1614
1614
  export type PrincipalType = "USER"|"GROUP"|"INVITE"|"ANONYMOUS"|"ORGANIZATION"|string;
1615
1615
  export interface RemoveAllResourcePermissionsRequest {
1616
1616
  /**
1617
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1617
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1618
1618
  */
1619
1619
  AuthenticationToken?: AuthenticationHeaderType;
1620
1620
  /**
@@ -1624,7 +1624,7 @@ declare namespace WorkDocs {
1624
1624
  }
1625
1625
  export interface RemoveResourcePermissionRequest {
1626
1626
  /**
1627
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1627
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1628
1628
  */
1629
1629
  AuthenticationToken?: AuthenticationHeaderType;
1630
1630
  /**
@@ -1695,7 +1695,7 @@ declare namespace WorkDocs {
1695
1695
  export type ResourceType = "FOLDER"|"DOCUMENT"|string;
1696
1696
  export interface RestoreDocumentVersionsRequest {
1697
1697
  /**
1698
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1698
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1699
1699
  */
1700
1700
  AuthenticationToken?: AuthenticationHeaderType;
1701
1701
  /**
@@ -1787,7 +1787,7 @@ declare namespace WorkDocs {
1787
1787
  export type TimestampType = Date;
1788
1788
  export interface UpdateDocumentRequest {
1789
1789
  /**
1790
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1790
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1791
1791
  */
1792
1792
  AuthenticationToken?: AuthenticationHeaderType;
1793
1793
  /**
@@ -1809,7 +1809,7 @@ declare namespace WorkDocs {
1809
1809
  }
1810
1810
  export interface UpdateDocumentVersionRequest {
1811
1811
  /**
1812
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1812
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1813
1813
  */
1814
1814
  AuthenticationToken?: AuthenticationHeaderType;
1815
1815
  /**
@@ -1827,7 +1827,7 @@ declare namespace WorkDocs {
1827
1827
  }
1828
1828
  export interface UpdateFolderRequest {
1829
1829
  /**
1830
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1830
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1831
1831
  */
1832
1832
  AuthenticationToken?: AuthenticationHeaderType;
1833
1833
  /**
@@ -1849,7 +1849,7 @@ declare namespace WorkDocs {
1849
1849
  }
1850
1850
  export interface UpdateUserRequest {
1851
1851
  /**
1852
- * Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
1852
+ * Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1853
1853
  */
1854
1854
  AuthenticationToken?: AuthenticationHeaderType;
1855
1855
  /**
@@ -1881,7 +1881,7 @@ declare namespace WorkDocs {
1881
1881
  */
1882
1882
  Locale?: LocaleType;
1883
1883
  /**
1884
- * Boolean value to determine whether the user is granted Poweruser privileges.
1884
+ * Boolean value to determine whether the user is granted Power user privileges.
1885
1885
  */
1886
1886
  GrantPoweruserPrivileges?: BooleanEnumType;
1887
1887
  }
@@ -68,11 +68,11 @@ declare class WorkSpaces extends Service {
68
68
  */
69
69
  createIpGroup(callback?: (err: AWSError, data: WorkSpaces.Types.CreateIpGroupResult) => void): Request<WorkSpaces.Types.CreateIpGroupResult, AWSError>;
70
70
  /**
71
- * Creates a Standby WorkSpace in a secondary region.
71
+ * Creates a standby WorkSpace in a secondary Region.
72
72
  */
73
73
  createStandbyWorkspaces(params: WorkSpaces.Types.CreateStandbyWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateStandbyWorkspacesResult) => void): Request<WorkSpaces.Types.CreateStandbyWorkspacesResult, AWSError>;
74
74
  /**
75
- * Creates a Standby WorkSpace in a secondary region.
75
+ * Creates a standby WorkSpace in a secondary Region.
76
76
  */
77
77
  createStandbyWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateStandbyWorkspacesResult) => void): Request<WorkSpaces.Types.CreateStandbyWorkspacesResult, AWSError>;
78
78
  /**
@@ -84,11 +84,11 @@ declare class WorkSpaces extends Service {
84
84
  */
85
85
  createTags(callback?: (err: AWSError, data: WorkSpaces.Types.CreateTagsResult) => void): Request<WorkSpaces.Types.CreateTagsResult, AWSError>;
86
86
  /**
87
- * Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components. To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces requirements, use DescribeWorkspaceImages. Only Windows 10, Windows Sever 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time. Microsoft Windows updates and other application updates are not included in the update process. The source WorkSpace image is not deleted. You can delete the source image after you've verified your new updated image and created a new bundle.
87
+ * Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components. To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces requirements, use DescribeWorkspaceImages. Only Windows 10, Windows Server 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time. Microsoft Windows updates and other application updates are not included in the update process. The source WorkSpace image is not deleted. You can delete the source image after you've verified your new updated image and created a new bundle.
88
88
  */
89
89
  createUpdatedWorkspaceImage(params: WorkSpaces.Types.CreateUpdatedWorkspaceImageRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateUpdatedWorkspaceImageResult) => void): Request<WorkSpaces.Types.CreateUpdatedWorkspaceImageResult, AWSError>;
90
90
  /**
91
- * Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components. To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces requirements, use DescribeWorkspaceImages. Only Windows 10, Windows Sever 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time. Microsoft Windows updates and other application updates are not included in the update process. The source WorkSpace image is not deleted. You can delete the source image after you've verified your new updated image and created a new bundle.
91
+ * Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components. To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces requirements, use DescribeWorkspaceImages. Only Windows 10, Windows Server 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time. Microsoft Windows updates and other application updates are not included in the update process. The source WorkSpace image is not deleted. You can delete the source image after you've verified your new updated image and created a new bundle.
92
92
  */
93
93
  createUpdatedWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CreateUpdatedWorkspaceImageResult) => void): Request<WorkSpaces.Types.CreateUpdatedWorkspaceImageResult, AWSError>;
94
94
  /**
@@ -332,11 +332,11 @@ declare class WorkSpaces extends Service {
332
332
  */
333
333
  importClientBranding(callback?: (err: AWSError, data: WorkSpaces.Types.ImportClientBrandingResult) => void): Request<WorkSpaces.Types.ImportClientBrandingResult, AWSError>;
334
334
  /**
335
- * Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
335
+ * Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
336
336
  */
337
337
  importWorkspaceImage(params: WorkSpaces.Types.ImportWorkspaceImageRequest, callback?: (err: AWSError, data: WorkSpaces.Types.ImportWorkspaceImageResult) => void): Request<WorkSpaces.Types.ImportWorkspaceImageResult, AWSError>;
338
338
  /**
339
- * Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
339
+ * Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
340
340
  */
341
341
  importWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.ImportWorkspaceImageResult) => void): Request<WorkSpaces.Types.ImportWorkspaceImageResult, AWSError>;
342
342
  /**
@@ -835,17 +835,17 @@ declare namespace WorkSpaces {
835
835
  */
836
836
  PrimaryRegion: Region;
837
837
  /**
838
- * Information about the Standby WorkSpace to be created.
838
+ * Information about the standby WorkSpace to be created.
839
839
  */
840
840
  StandbyWorkspaces: StandbyWorkspacesList;
841
841
  }
842
842
  export interface CreateStandbyWorkspacesResult {
843
843
  /**
844
- * Information about the Standby WorkSpace that could not be created.
844
+ * Information about the standby WorkSpace that could not be created.
845
845
  */
846
846
  FailedStandbyRequests?: FailedCreateStandbyWorkspacesRequestList;
847
847
  /**
848
- * Information about the Standby WorkSpace that was created.
848
+ * Information about the standby WorkSpace that was created.
849
849
  */
850
850
  PendingStandbyRequests?: PendingCreateStandbyWorkspacesRequestList;
851
851
  }
@@ -1528,15 +1528,15 @@ declare namespace WorkSpaces {
1528
1528
  export type ErrorType = string;
1529
1529
  export interface FailedCreateStandbyWorkspacesRequest {
1530
1530
  /**
1531
- * Information about the Standby WorkSpace that could not be created.
1531
+ * Information about the standby WorkSpace that could not be created.
1532
1532
  */
1533
1533
  StandbyWorkspaceRequest?: StandbyWorkspace;
1534
1534
  /**
1535
- * The error code that is returned if the Standby WorkSpace could not be created.
1535
+ * The error code that is returned if the standby WorkSpace could not be created.
1536
1536
  */
1537
1537
  ErrorCode?: WorkspaceErrorCode;
1538
1538
  /**
1539
- * The text of the error message that is returned if the Standby WorkSpace could not be created.
1539
+ * The text of the error message that is returned if the standby WorkSpace could not be created.
1540
1540
  */
1541
1541
  ErrorMessage?: Description;
1542
1542
  }
@@ -1942,19 +1942,19 @@ declare namespace WorkSpaces {
1942
1942
  export type PaginationToken = string;
1943
1943
  export interface PendingCreateStandbyWorkspacesRequest {
1944
1944
  /**
1945
- * Describes the Standby WorkSpace that was created. Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
1945
+ * Describes the standby WorkSpace that was created. Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
1946
1946
  */
1947
1947
  UserName?: UserName;
1948
1948
  /**
1949
- * The identifier of the directory for the Standby WorkSpace.
1949
+ * The identifier of the directory for the standby WorkSpace.
1950
1950
  */
1951
1951
  DirectoryId?: DirectoryId;
1952
1952
  /**
1953
- * The operational state of the Standby WorkSpace.
1953
+ * The operational state of the standby WorkSpace.
1954
1954
  */
1955
1955
  State?: WorkspaceState;
1956
1956
  /**
1957
- * The identifier of the Standby WorkSpace.
1957
+ * The identifier of the standby WorkSpace.
1958
1958
  */
1959
1959
  WorkspaceId?: WorkspaceId;
1960
1960
  }
@@ -2127,19 +2127,19 @@ declare namespace WorkSpaces {
2127
2127
  export type SnapshotList = Snapshot[];
2128
2128
  export interface StandbyWorkspace {
2129
2129
  /**
2130
- * The identifier of the Standby WorkSpace.
2130
+ * The identifier of the standby WorkSpace.
2131
2131
  */
2132
2132
  PrimaryWorkspaceId: WorkspaceId;
2133
2133
  /**
2134
- * The volume encryption key of the Standby WorkSpace.
2134
+ * The volume encryption key of the standby WorkSpace.
2135
2135
  */
2136
2136
  VolumeEncryptionKey?: VolumeEncryptionKey;
2137
2137
  /**
2138
- * The identifier of the directory for the Standby WorkSpace.
2138
+ * The identifier of the directory for the standby WorkSpace.
2139
2139
  */
2140
2140
  DirectoryId: DirectoryId;
2141
2141
  /**
2142
- * The tags associated with the Standby WorkSpace.
2142
+ * The tags associated with the standby WorkSpace.
2143
2143
  */
2144
2144
  Tags?: TagList;
2145
2145
  }
@@ -2375,7 +2375,7 @@ declare namespace WorkSpaces {
2375
2375
  */
2376
2376
  ModificationStates?: ModificationStateList;
2377
2377
  /**
2378
- * The Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.
2378
+ * The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
2379
2379
  */
2380
2380
  RelatedWorkspaces?: RelatedWorkspaces;
2381
2381
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1311.0',
86
+ VERSION: '2.1312.0',
87
87
 
88
88
  /**
89
89
  * @api private