@aws-sdk/client-workspaces 3.39.0 → 3.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +107 -14
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +107 -14
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/WorkSpaces.d.ts +1 -1
- package/dist-types/WorkSpacesClient.d.ts +8 -0
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +1 -1
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +1 -1
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +1 -1
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -22,7 +22,7 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteWorkspaceBundleCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteWorkspaceBundleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteWorkspaceBundleCommand extends $Command<DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteWorkspaceImageCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteWorkspaceImageCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteWorkspaceImageCommand extends $Command<DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link DeregisterWorkspaceDirectoryCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link DeregisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class DeregisterWorkspaceDirectoryCommand extends $Command<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAccountCommand extends $Command<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAccountModificationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAccountModificationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAccountModificationsCommand extends $Command<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeClientPropertiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeClientPropertiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeClientPropertiesCommand extends $Command<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeConnectionAliasPermissionsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeConnectionAliasPermissionsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeConnectionAliasPermissionsCommand extends $Command<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeConnectionAliasesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeConnectionAliasesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeConnectionAliasesCommand extends $Command<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeIpGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeIpGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeIpGroupsCommand extends $Command<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeWorkspaceBundlesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeWorkspaceBundlesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeWorkspaceBundlesCommand extends $Command<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeWorkspaceDirectoriesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeWorkspaceDirectoriesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeWorkspaceDirectoriesCommand extends $Command<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeWorkspaceImagePermissionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeWorkspaceImagePermissionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeWorkspaceImagePermissionsCommand extends $Command<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeWorkspaceImagesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeWorkspaceImagesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeWorkspaceImagesCommand extends $Command<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeWorkspaceSnapshotsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeWorkspaceSnapshotsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeWorkspaceSnapshotsCommand extends $Command<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeWorkspacesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeWorkspacesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeWorkspacesCommand extends $Command<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeWorkspacesConnectionStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeWorkspacesConnectionStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DisassociateConnectionAliasCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DisassociateConnectionAliasCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateIpGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateIpGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ImportWorkspaceImageCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ImportWorkspaceImageCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ImportWorkspaceImageCommand extends $Command<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListAvailableManagementCidrRangesCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListAvailableManagementCidrRangesCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListAvailableManagementCidrRangesCommand extends $Command<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link MigrateWorkspaceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link MigrateWorkspaceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class MigrateWorkspaceCommand extends $Command<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyAccountCommand extends $Command<ModifyAccountCommandInput, ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyClientPropertiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyClientPropertiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfser
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifySelfservicePermissionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifySelfservicePermissionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWork
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyWorkspaceAccessPropertiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyWorkspaceAccessPropertiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyWorkspaceCreationPropertiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyWorkspaceCreationPropertiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ModifyWorkspacePropertiesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ModifyWorkspacePropertiesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ModifyWorkspaceStateCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ModifyWorkspaceStateCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link RebootWorkspacesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link RebootWorkspacesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class RebootWorkspacesCommand extends $Command<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult,
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link RebuildWorkspacesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link RebuildWorkspacesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class RebuildWorkspacesCommand extends $Command<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link RegisterWorkspaceDirectoryCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link RegisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class RegisterWorkspaceDirectoryCommand extends $Command<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link RestoreWorkspaceCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link RestoreWorkspaceCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class RestoreWorkspaceCommand extends $Command<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RevokeIpRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RevokeIpRulesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RevokeIpRulesCommand extends $Command<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartWorkspacesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartWorkspacesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartWorkspacesCommand extends $Command<StartWorkspacesCommandInput, StartWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StopWorkspacesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StopWorkspacesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StopWorkspacesCommand extends $Command<StopWorkspacesCommandInput, StopWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesRes
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link TerminateWorkspacesCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link TerminateWorkspacesCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class TerminateWorkspacesCommand extends $Command<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface UpdateConnectionAliasPermissionCommandOutput extends UpdateConn
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link UpdateConnectionAliasPermissionCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link UpdateConnectionAliasPermissionCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class UpdateConnectionAliasPermissionCommand extends $Command<UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateRulesOfIpGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateRulesOfIpGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateRulesOfIpGroupCommand extends $Command<UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundl
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link UpdateWorkspaceBundleCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link UpdateWorkspaceBundleCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class UpdateWorkspaceBundleCommand extends $Command<UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface UpdateWorkspaceImagePermissionCommandOutput extends UpdateWorks
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link UpdateWorkspaceImagePermissionCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link UpdateWorkspaceImagePermissionCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class UpdateWorkspaceImagePermissionCommand extends $Command<UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -92,6 +92,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
92
92
|
|
|
93
93
|
logger?: __Logger;
|
|
94
94
|
|
|
95
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
96
|
+
|
|
97
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
98
|
+
|
|
95
99
|
serviceId?: string;
|
|
96
100
|
|
|
97
101
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|