@aws-sdk/client-workspaces 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +198 -199
- package/dist-cjs/models/WorkSpacesServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/WorkSpaces.js +1 -1
- package/dist-es/WorkSpacesClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptAccountLinkInvitationCommand.js +2 -2
- package/dist-es/commands/AssociateConnectionAliasCommand.js +2 -2
- package/dist-es/commands/AssociateIpGroupsCommand.js +2 -2
- package/dist-es/commands/AssociateWorkspaceApplicationCommand.js +2 -2
- package/dist-es/commands/AuthorizeIpRulesCommand.js +2 -2
- package/dist-es/commands/CopyWorkspaceImageCommand.js +2 -2
- package/dist-es/commands/CreateAccountLinkInvitationCommand.js +2 -2
- package/dist-es/commands/CreateConnectClientAddInCommand.js +2 -2
- package/dist-es/commands/CreateConnectionAliasCommand.js +2 -2
- package/dist-es/commands/CreateIpGroupCommand.js +2 -2
- package/dist-es/commands/CreateStandbyWorkspacesCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceBundleCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceImageCommand.js +2 -2
- package/dist-es/commands/CreateWorkspacesCommand.js +2 -2
- package/dist-es/commands/CreateWorkspacesPoolCommand.js +2 -2
- package/dist-es/commands/DeleteAccountLinkInvitationCommand.js +2 -2
- package/dist-es/commands/DeleteClientBrandingCommand.js +2 -2
- package/dist-es/commands/DeleteConnectClientAddInCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionAliasCommand.js +2 -2
- package/dist-es/commands/DeleteIpGroupCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceImageCommand.js +2 -2
- package/dist-es/commands/DeployWorkspaceApplicationsCommand.js +2 -2
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +2 -2
- package/dist-es/commands/DescribeAccountCommand.js +2 -2
- package/dist-es/commands/DescribeAccountModificationsCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-es/commands/DescribeBundleAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeClientBrandingCommand.js +2 -2
- package/dist-es/commands/DescribeClientPropertiesCommand.js +2 -2
- package/dist-es/commands/DescribeConnectClientAddInsCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionAliasesCommand.js +2 -2
- package/dist-es/commands/DescribeCustomWorkspaceImageImportCommand.js +2 -2
- package/dist-es/commands/DescribeImageAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeIpGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspacesCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +2 -2
- package/dist-es/commands/DisassociateConnectionAliasCommand.js +2 -2
- package/dist-es/commands/DisassociateIpGroupsCommand.js +2 -2
- package/dist-es/commands/DisassociateWorkspaceApplicationCommand.js +2 -2
- package/dist-es/commands/GetAccountLinkCommand.js +2 -2
- package/dist-es/commands/ImportClientBrandingCommand.js +2 -2
- package/dist-es/commands/ImportCustomWorkspaceImageCommand.js +2 -2
- package/dist-es/commands/ImportWorkspaceImageCommand.js +2 -2
- package/dist-es/commands/ListAccountLinksCommand.js +2 -2
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +2 -2
- package/dist-es/commands/MigrateWorkspaceCommand.js +2 -2
- package/dist-es/commands/ModifyAccountCommand.js +2 -2
- package/dist-es/commands/ModifyCertificateBasedAuthPropertiesCommand.js +2 -2
- package/dist-es/commands/ModifyClientPropertiesCommand.js +2 -2
- package/dist-es/commands/ModifyEndpointEncryptionModeCommand.js +2 -2
- package/dist-es/commands/ModifySamlPropertiesCommand.js +2 -2
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js +2 -2
- package/dist-es/commands/ModifyStreamingPropertiesCommand.js +2 -2
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +2 -2
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +2 -2
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +2 -2
- package/dist-es/commands/ModifyWorkspaceStateCommand.js +2 -2
- package/dist-es/commands/RebootWorkspacesCommand.js +2 -2
- package/dist-es/commands/RebuildWorkspacesCommand.js +2 -2
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +2 -2
- package/dist-es/commands/RejectAccountLinkInvitationCommand.js +2 -2
- package/dist-es/commands/RestoreWorkspaceCommand.js +2 -2
- package/dist-es/commands/RevokeIpRulesCommand.js +2 -2
- package/dist-es/commands/StartWorkspacesCommand.js +2 -2
- package/dist-es/commands/StartWorkspacesPoolCommand.js +2 -2
- package/dist-es/commands/StopWorkspacesCommand.js +2 -2
- package/dist-es/commands/StopWorkspacesPoolCommand.js +2 -2
- package/dist-es/commands/TerminateWorkspacesCommand.js +2 -2
- package/dist-es/commands/TerminateWorkspacesPoolCommand.js +2 -2
- package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +2 -2
- package/dist-es/commands/UpdateConnectClientAddInCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +2 -2
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspacesPoolCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/WorkSpacesServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/WorkSpacesClient.d.ts +5 -5
- package/dist-types/commands/AcceptAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +6 -4
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +6 -4
- package/dist-types/commands/AssociateWorkspaceApplicationCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +6 -4
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +6 -4
- package/dist-types/commands/CreateIpGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/commands/DeployWorkspaceApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBundleAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCustomWorkspaceImageImportCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspaceAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWorkspaceApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountLinkCommand.d.ts +6 -4
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +6 -4
- package/dist-types/commands/ImportCustomWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountLinksCommand.d.ts +6 -4
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +6 -4
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +6 -4
- package/dist-types/commands/ModifyAccountCommand.d.ts +6 -4
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyEndpointEncryptionModeCommand.d.ts +6 -4
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +6 -4
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +6 -4
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +6 -4
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +6 -4
- package/dist-types/commands/StartWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/commands/StopWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +6 -4
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/WorkSpacesServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateWorkspaceApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStandbyWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeployWorkspaceApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBundleAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCustomWorkspaceImageImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspaceAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWorkspaceApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportCustomWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountLinksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyEndpointEncryptionModeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeregisterWorkspaceDirectoryRequest, DeregisterWorkspaceDirectoryResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterWorkspaceDirectoryCommandInput extends DeregisterWork
|
|
|
22
22
|
export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWorkspaceDirectoryResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterWorkspaceDirectoryCommand_base: {
|
|
25
|
-
new (input: DeregisterWorkspaceDirectoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterWorkspaceDirectoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterWorkspaceDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterWorkspaceDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregisters the specified directory. This operation is asynchronous and returns before
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeAccountRequest, DescribeAccountResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAccountCommandInput extends DescribeAccountRequest {
|
|
|
22
22
|
export interface DescribeAccountCommandOutput extends DescribeAccountResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAccountCommand_base: {
|
|
25
|
-
new (input: DescribeAccountCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeAccountCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeAccountCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeAccountModificationsRequest, DescribeAccountModificationsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAccountModificationsCommandInput extends DescribeAccoun
|
|
|
22
22
|
export interface DescribeAccountModificationsCommandOutput extends DescribeAccountModificationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAccountModificationsCommand_base: {
|
|
25
|
-
new (input: DescribeAccountModificationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeAccountModificationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAccountModificationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeAccountModificationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes modifications to the configuration of Bring Your Own
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeApplicationAssociationsRequest, DescribeApplicationAssociationsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationAssociationsCommandInput extends DescribeApp
|
|
|
22
22
|
export interface DescribeApplicationAssociationsCommandOutput extends DescribeApplicationAssociationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationAssociationsCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the associations between the application and the specified associated resources.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeApplicationsRequest, DescribeApplicationsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationsCommandInput extends DescribeApplicationsRe
|
|
|
22
22
|
export interface DescribeApplicationsCommandOutput extends DescribeApplicationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationsCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeBundleAssociationsRequest, DescribeBundleAssociationsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeBundleAssociationsCommandInput extends DescribeBundleAs
|
|
|
22
22
|
export interface DescribeBundleAssociationsCommandOutput extends DescribeBundleAssociationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeBundleAssociationsCommand_base: {
|
|
25
|
-
new (input: DescribeBundleAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeBundleAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeBundleAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeBundleAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the associations between the applications and the specified bundle.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeClientBrandingRequest, DescribeClientBrandingResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClientBrandingCommandInput extends DescribeClientBrandi
|
|
|
22
22
|
export interface DescribeClientBrandingCommandOutput extends DescribeClientBrandingResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClientBrandingCommand_base: {
|
|
25
|
-
new (input: DescribeClientBrandingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClientBrandingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClientBrandingCommandInput): import("@smithy/core/client").CommandImpl<DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClientBrandingCommandInput): import("@smithy/core/client").CommandImpl<DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified client branding. Client branding allows you to customize the log
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeClientPropertiesRequest, DescribeClientPropertiesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClientPropertiesCommandInput extends DescribeClientProp
|
|
|
22
22
|
export interface DescribeClientPropertiesCommandOutput extends DescribeClientPropertiesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClientPropertiesCommand_base: {
|
|
25
|
-
new (input: DescribeClientPropertiesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClientPropertiesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClientPropertiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClientPropertiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes one or more specified Amazon WorkSpaces clients.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeConnectClientAddInsRequest, DescribeConnectClientAddInsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConnectClientAddInsCommandInput extends DescribeConnect
|
|
|
22
22
|
export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnectClientAddInsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConnectClientAddInsCommand_base: {
|
|
25
|
-
new (input: DescribeConnectClientAddInsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConnectClientAddInsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConnectClientAddInsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConnectClientAddInsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of Amazon Connect client add-ins that have been created.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeConnectionAliasPermissionsRequest, DescribeConnectionAliasPermissionsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConnectionAliasPermissionsCommandInput extends Describe
|
|
|
22
22
|
export interface DescribeConnectionAliasPermissionsCommandOutput extends DescribeConnectionAliasPermissionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConnectionAliasPermissionsCommand_base: {
|
|
25
|
-
new (input: DescribeConnectionAliasPermissionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConnectionAliasPermissionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConnectionAliasPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConnectionAliasPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the permissions that the owner of a connection alias has granted to another
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeConnectionAliasesRequest, DescribeConnectionAliasesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConnectionAliasesCommandInput extends DescribeConnectio
|
|
|
22
22
|
export interface DescribeConnectionAliasesCommandOutput extends DescribeConnectionAliasesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConnectionAliasesCommand_base: {
|
|
25
|
-
new (input: DescribeConnectionAliasesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeConnectionAliasesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConnectionAliasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeConnectionAliasesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes the connection aliases used for cross-Region
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeCustomWorkspaceImageImportRequest, DescribeCustomWorkspaceImageImportResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeCustomWorkspaceImageImportCommandInput extends Describe
|
|
|
22
22
|
export interface DescribeCustomWorkspaceImageImportCommandOutput extends DescribeCustomWorkspaceImageImportResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeCustomWorkspaceImageImportCommand_base: {
|
|
25
|
-
new (input: DescribeCustomWorkspaceImageImportCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeCustomWorkspaceImageImportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeCustomWorkspaceImageImportCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeCustomWorkspaceImageImportCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a WorkSpace BYOL image being imported via ImportCustomWorkspaceImage.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeImageAssociationsRequest, DescribeImageAssociationsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImageAssociationsCommandInput extends DescribeImageAsso
|
|
|
22
22
|
export interface DescribeImageAssociationsCommandOutput extends DescribeImageAssociationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImageAssociationsCommand_base: {
|
|
25
|
-
new (input: DescribeImageAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeImageAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImageAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeImageAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the associations between the applications and the specified image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeIpGroupsRequest, DescribeIpGroupsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeIpGroupsCommandInput extends DescribeIpGroupsRequest {
|
|
|
22
22
|
export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeIpGroupsCommand_base: {
|
|
25
|
-
new (input: DescribeIpGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeIpGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeIpGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeIpGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes one or more of your IP access control groups.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeTagsRequest, DescribeTagsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
|
|
|
22
22
|
export interface DescribeTagsCommandOutput extends DescribeTagsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTagsCommand_base: {
|
|
25
|
-
new (input: DescribeTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified tags for the specified WorkSpaces resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspaceAssociationsRequest, DescribeWorkspaceAssociationsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceAssociationsCommandInput extends DescribeWorks
|
|
|
22
22
|
export interface DescribeWorkspaceAssociationsCommandOutput extends DescribeWorkspaceAssociationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspaceAssociationsCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspaceAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeWorkspaceAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspaceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeWorkspaceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the associations betweens applications and the specified WorkSpace.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceBundlesCommandInput extends DescribeWorkspaceB
|
|
|
22
22
|
export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspaceBundlesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspaceBundlesCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspaceBundlesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeWorkspaceBundlesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspaceBundlesCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeWorkspaceBundlesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes the available WorkSpace bundles.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspaceDirectoriesRequest, DescribeWorkspaceDirectoriesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceDirectoriesCommandInput extends DescribeWorksp
|
|
|
22
22
|
export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorkspaceDirectoriesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspaceDirectoriesCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspaceDirectoriesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeWorkspaceDirectoriesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspaceDirectoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeWorkspaceDirectoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the available directories that are registered with Amazon WorkSpaces.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspaceImagePermissionsRequest, DescribeWorkspaceImagePermissionsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceImagePermissionsCommandInput extends DescribeW
|
|
|
22
22
|
export interface DescribeWorkspaceImagePermissionsCommandOutput extends DescribeWorkspaceImagePermissionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspaceImagePermissionsCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspaceImagePermissionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeWorkspaceImagePermissionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspaceImagePermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeWorkspaceImagePermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspaceImagesRequest, DescribeWorkspaceImagesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceImagesCommandInput extends DescribeWorkspaceIm
|
|
|
22
22
|
export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceImagesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspaceImagesCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspaceImagesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeWorkspaceImagesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspaceImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeWorkspaceImagesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes one or more specified images, if the image identifiers
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspaceSnapshotsRequest, DescribeWorkspaceSnapshotsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceSnapshotsCommandInput extends DescribeWorkspac
|
|
|
22
22
|
export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspaceSnapshotsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspaceSnapshotsCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspaceSnapshotsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeWorkspaceSnapshotsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspaceSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeWorkspaceSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the snapshots for the specified WorkSpace.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspacesRequest, DescribeWorkspacesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspacesCommandInput extends DescribeWorkspacesReques
|
|
|
22
22
|
export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspacesCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspacesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeWorkspacesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspacesCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeWorkspacesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified WorkSpaces.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspacesConnectionStatusRequest, DescribeWorkspacesConnectionStatusResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspacesConnectionStatusCommandInput extends Describe
|
|
|
22
22
|
export interface DescribeWorkspacesConnectionStatusCommandOutput extends DescribeWorkspacesConnectionStatusResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspacesConnectionStatusCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspacesConnectionStatusCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeWorkspacesConnectionStatusCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspacesConnectionStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeWorkspacesConnectionStatusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the connection status of the specified WorkSpaces.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspacesPoolSessionsRequest, DescribeWorkspacesPoolSessionsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspacesPoolSessionsCommandInput extends DescribeWork
|
|
|
22
22
|
export interface DescribeWorkspacesPoolSessionsCommandOutput extends DescribeWorkspacesPoolSessionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspacesPoolSessionsCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspacesPoolSessionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeWorkspacesPoolSessionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspacesPoolSessionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeWorkspacesPoolSessionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list that describes the streaming sessions for a specified pool.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeWorkspacesPoolsRequest, DescribeWorkspacesPoolsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkspacesPoolsCommandInput extends DescribeWorkspacesP
|
|
|
22
22
|
export interface DescribeWorkspacesPoolsCommandOutput extends DescribeWorkspacesPoolsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkspacesPoolsCommand_base: {
|
|
25
|
-
new (input: DescribeWorkspacesPoolsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeWorkspacesPoolsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkspacesPoolsCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeWorkspacesPoolsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified WorkSpaces Pools.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateConnectionAliasCommandInput extends DisassociateCon
|
|
|
22
22
|
export interface DisassociateConnectionAliasCommandOutput extends DisassociateConnectionAliasResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateConnectionAliasCommand_base: {
|
|
25
|
-
new (input: DisassociateConnectionAliasCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateConnectionAliasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateConnectionAliasCommandInput): import("@smithy/core/client").CommandImpl<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateConnectionAliasCommandInput): import("@smithy/core/client").CommandImpl<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a connection alias from a directory. Disassociating a connection alias
|