amazonka-outposts-2.0: Amazon Outposts 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.Outposts.UpdateSiteRackPhysicalProperties

Description

Update the physical and logistical details for a rack at a site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.

To update a rack at a site with an order of IN_PROGRESS, you must wait for the order to complete or cancel the order.

Synopsis

Creating a Request

data UpdateSiteRackPhysicalProperties Source #

See: newUpdateSiteRackPhysicalProperties smart constructor.

Constructors

UpdateSiteRackPhysicalProperties' 

Fields

  • fiberOpticCableType :: Maybe FiberOpticCableType

    The type of fiber that you will use to attach the Outpost to your network.

  • maximumSupportedWeightLbs :: Maybe MaximumSupportedWeightLbs

    The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs.

  • opticalStandard :: Maybe OpticalStandard

    The type of optical standard that you will use to attach the Outpost to your network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

    • OPTIC_10GBASE_SR: 10GBASE-SR
    • OPTIC_10GBASE_IR: 10GBASE-IR
    • OPTIC_10GBASE_LR: 10GBASE-LR
    • OPTIC_40GBASE_SR: 40GBASE-SR
    • OPTIC_40GBASE_ESR: 40GBASE-ESR
    • OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L)
    • OPTIC_40GBASE_LR4: 40GBASE-LR4
    • OPTIC_100GBASE_SR4: 100GBASE-SR4
    • OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4
    • OPTIC_100GBASE_LR4: 100GBASE-LR4
    • OPTIC_100G_PSM4_MSA: 100G PSM4 MSA
    • OPTIC_1000BASE_LX: 1000Base-LX
    • OPTIC_1000BASE_SX : 1000Base-SX
  • powerConnector :: Maybe PowerConnector

    The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase and PowerConnector.

    • Single-phase AC feed

      • L6-30P – (common in US); 30A; single phase
      • IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
    • Three-phase AC feed

      • AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
      • AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
  • powerDrawKva :: Maybe PowerDrawKva

    The power draw, in kVA, available at the hardware placement position for the rack.

  • powerFeedDrop :: Maybe PowerFeedDrop

    Indicates whether the power feed comes above or below the rack.

  • powerPhase :: Maybe PowerPhase

    The power option that you can provide for hardware.

    • Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
    • Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
  • uplinkCount :: Maybe UplinkCount

    Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps and UplinkCount.

    • 1Gbps - Uplinks available: 1, 2, 4, 6, 8
    • 10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
    • 40 and 100 Gbps- Uplinks available: 1, 2, 4
  • uplinkGbps :: Maybe UplinkGbps

    The uplink speed the rack should support for the connection to the Region.

  • siteId :: Text

    The ID or the Amazon Resource Name (ARN) of the site.

Instances

Instances details
ToJSON UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

ToHeaders UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

ToPath UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

ToQuery UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

AWSRequest UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Generic UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Associated Types

type Rep UpdateSiteRackPhysicalProperties :: Type -> Type #

Read UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Show UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

NFData UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Eq UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Hashable UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type AWSResponse UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalProperties = D1 ('MetaData "UpdateSiteRackPhysicalProperties" "Amazonka.Outposts.UpdateSiteRackPhysicalProperties" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteRackPhysicalProperties'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "fiberOpticCableType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FiberOpticCableType)) :*: S1 ('MetaSel ('Just "maximumSupportedWeightLbs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumSupportedWeightLbs))) :*: (S1 ('MetaSel ('Just "opticalStandard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpticalStandard)) :*: (S1 ('MetaSel ('Just "powerConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerConnector)) :*: S1 ('MetaSel ('Just "powerDrawKva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerDrawKva))))) :*: ((S1 ('MetaSel ('Just "powerFeedDrop") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerFeedDrop)) :*: S1 ('MetaSel ('Just "powerPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerPhase))) :*: (S1 ('MetaSel ('Just "uplinkCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UplinkCount)) :*: (S1 ('MetaSel ('Just "uplinkGbps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UplinkGbps)) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateSiteRackPhysicalProperties Source #

Create a value of UpdateSiteRackPhysicalProperties 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:

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_fiberOpticCableType - The type of fiber that you will use to attach the Outpost to your network.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_maximumSupportedWeightLbs - The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_opticalStandard - The type of optical standard that you will use to attach the Outpost to your network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

  • OPTIC_10GBASE_SR: 10GBASE-SR
  • OPTIC_10GBASE_IR: 10GBASE-IR
  • OPTIC_10GBASE_LR: 10GBASE-LR
  • OPTIC_40GBASE_SR: 40GBASE-SR
  • OPTIC_40GBASE_ESR: 40GBASE-ESR
  • OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L)
  • OPTIC_40GBASE_LR4: 40GBASE-LR4
  • OPTIC_100GBASE_SR4: 100GBASE-SR4
  • OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4
  • OPTIC_100GBASE_LR4: 100GBASE-LR4
  • OPTIC_100G_PSM4_MSA: 100G PSM4 MSA
  • OPTIC_1000BASE_LX: 1000Base-LX
  • OPTIC_1000BASE_SX : 1000Base-SX

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerConnector - The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase and PowerConnector.

  • Single-phase AC feed

    • L6-30P – (common in US); 30A; single phase
    • IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
  • Three-phase AC feed

    • AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
    • AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerDrawKva - The power draw, in kVA, available at the hardware placement position for the rack.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerFeedDrop - Indicates whether the power feed comes above or below the rack.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerPhase - The power option that you can provide for hardware.

  • Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
  • Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_uplinkCount - Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps and UplinkCount.

  • 1Gbps - Uplinks available: 1, 2, 4, 6, 8
  • 10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
  • 40 and 100 Gbps- Uplinks available: 1, 2, 4

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_uplinkGbps - The uplink speed the rack should support for the connection to the Region.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_siteId - The ID or the Amazon Resource Name (ARN) of the site.

Request Lenses

updateSiteRackPhysicalProperties_fiberOpticCableType :: Lens' UpdateSiteRackPhysicalProperties (Maybe FiberOpticCableType) Source #

The type of fiber that you will use to attach the Outpost to your network.

updateSiteRackPhysicalProperties_maximumSupportedWeightLbs :: Lens' UpdateSiteRackPhysicalProperties (Maybe MaximumSupportedWeightLbs) Source #

The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs.

updateSiteRackPhysicalProperties_opticalStandard :: Lens' UpdateSiteRackPhysicalProperties (Maybe OpticalStandard) Source #

The type of optical standard that you will use to attach the Outpost to your network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

  • OPTIC_10GBASE_SR: 10GBASE-SR
  • OPTIC_10GBASE_IR: 10GBASE-IR
  • OPTIC_10GBASE_LR: 10GBASE-LR
  • OPTIC_40GBASE_SR: 40GBASE-SR
  • OPTIC_40GBASE_ESR: 40GBASE-ESR
  • OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L)
  • OPTIC_40GBASE_LR4: 40GBASE-LR4
  • OPTIC_100GBASE_SR4: 100GBASE-SR4
  • OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4
  • OPTIC_100GBASE_LR4: 100GBASE-LR4
  • OPTIC_100G_PSM4_MSA: 100G PSM4 MSA
  • OPTIC_1000BASE_LX: 1000Base-LX
  • OPTIC_1000BASE_SX : 1000Base-SX

updateSiteRackPhysicalProperties_powerConnector :: Lens' UpdateSiteRackPhysicalProperties (Maybe PowerConnector) Source #

The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase and PowerConnector.

  • Single-phase AC feed

    • L6-30P – (common in US); 30A; single phase
    • IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
  • Three-phase AC feed

    • AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
    • AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase

updateSiteRackPhysicalProperties_powerDrawKva :: Lens' UpdateSiteRackPhysicalProperties (Maybe PowerDrawKva) Source #

The power draw, in kVA, available at the hardware placement position for the rack.

updateSiteRackPhysicalProperties_powerFeedDrop :: Lens' UpdateSiteRackPhysicalProperties (Maybe PowerFeedDrop) Source #

Indicates whether the power feed comes above or below the rack.

updateSiteRackPhysicalProperties_powerPhase :: Lens' UpdateSiteRackPhysicalProperties (Maybe PowerPhase) Source #

The power option that you can provide for hardware.

  • Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
  • Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz

updateSiteRackPhysicalProperties_uplinkCount :: Lens' UpdateSiteRackPhysicalProperties (Maybe UplinkCount) Source #

Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps and UplinkCount.

  • 1Gbps - Uplinks available: 1, 2, 4, 6, 8
  • 10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
  • 40 and 100 Gbps- Uplinks available: 1, 2, 4

updateSiteRackPhysicalProperties_uplinkGbps :: Lens' UpdateSiteRackPhysicalProperties (Maybe UplinkGbps) Source #

The uplink speed the rack should support for the connection to the Region.

updateSiteRackPhysicalProperties_siteId :: Lens' UpdateSiteRackPhysicalProperties Text Source #

The ID or the Amazon Resource Name (ARN) of the site.

Destructuring the Response

data UpdateSiteRackPhysicalPropertiesResponse Source #

Constructors

UpdateSiteRackPhysicalPropertiesResponse' 

Fields

Instances

Instances details
Generic UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Read UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Show UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

NFData UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Eq UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalPropertiesResponse = D1 ('MetaData "UpdateSiteRackPhysicalPropertiesResponse" "Amazonka.Outposts.UpdateSiteRackPhysicalProperties" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteRackPhysicalPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSiteRackPhysicalPropertiesResponse Source #

Create a value of UpdateSiteRackPhysicalPropertiesResponse 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:site:UpdateSiteRackPhysicalPropertiesResponse', updateSiteRackPhysicalPropertiesResponse_site - Undocumented member.

$sel:httpStatus:UpdateSiteRackPhysicalPropertiesResponse', updateSiteRackPhysicalPropertiesResponse_httpStatus - The response's http status code.

Response Lenses