amazonka-workspaces-2.0: Amazon WorkSpaces SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpaces.UpdateWorkspaceBundle

Description

Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see Update a Custom WorkSpaces Bundle.

Existing WorkSpaces aren't automatically updated when you update the bundle that they're based on. To update existing WorkSpaces that are based on a bundle that you've updated, you must either rebuild the WorkSpaces or delete and recreate them.

Synopsis

Creating a Request

data UpdateWorkspaceBundle Source #

See: newUpdateWorkspaceBundle smart constructor.

Constructors

UpdateWorkspaceBundle' 

Fields

Instances

Instances details
ToJSON UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

ToHeaders UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

ToPath UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

ToQuery UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

AWSRequest UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Associated Types

type AWSResponse UpdateWorkspaceBundle #

Generic UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Associated Types

type Rep UpdateWorkspaceBundle :: Type -> Type #

Read UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Show UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

NFData UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Methods

rnf :: UpdateWorkspaceBundle -> () #

Eq UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Hashable UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type AWSResponse UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundle = D1 ('MetaData "UpdateWorkspaceBundle" "Amazonka.WorkSpaces.UpdateWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateWorkspaceBundle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUpdateWorkspaceBundle :: UpdateWorkspaceBundle Source #

Create a value of UpdateWorkspaceBundle with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateWorkspaceBundle, updateWorkspaceBundle_bundleId - The identifier of the bundle.

UpdateWorkspaceBundle, updateWorkspaceBundle_imageId - The identifier of the image.

Request Lenses

Destructuring the Response

data UpdateWorkspaceBundleResponse Source #

See: newUpdateWorkspaceBundleResponse smart constructor.

Constructors

UpdateWorkspaceBundleResponse' 

Fields

Instances

Instances details
Generic UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Associated Types

type Rep UpdateWorkspaceBundleResponse :: Type -> Type #

Read UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Show UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

NFData UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Eq UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundleResponse = D1 ('MetaData "UpdateWorkspaceBundleResponse" "Amazonka.WorkSpaces.UpdateWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateWorkspaceBundleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateWorkspaceBundleResponse Source #

Create a value of UpdateWorkspaceBundleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateWorkspaceBundleResponse', updateWorkspaceBundleResponse_httpStatus - The response's http status code.

Response Lenses