HighCostingServiceResponseServices

pydantic model openapi_client.models.high_costing_service_response_services.HighCostingServiceResponseServices

Resource groups for supported high-cost services.

Fields:
field interactive_sessions: Optional[List[HighCostingServiceResponseServicesInteractiveSessionsInner]] = None (alias 'InteractiveSessions')

Active Glue interactive sessions enriched with estimated cost.

field datalabs: Optional[List[HighCostingServiceResponseServicesDatalabsInner]] = None (alias 'Datalabs')

In-service SageMaker notebook datalabs with estimated cost.

field jobs: Optional[List[HighCostingServiceResponseServicesJobsInner]] = None (alias 'Jobs')

ETL jobs running longer than the monitor threshold with estimated cost.

field data_pipelines: Optional[List[HighCostingServiceResponseServicesDataPipelinesInner]] = None (alias 'DataPipelines')

Data pipelines running longer than the monitor threshold with estimated cost.

field datasources: Optional[List[HighCostingServiceResponseServicesDatasourcesInner]] = None (alias 'Datasources')

Active streaming/MSK datasources with estimated cost.

field datasource_entities: Optional[List[HighCostingServiceResponseServicesDatasourceEntitiesInner]] = None (alias 'DatasourceEntities')

Active DMS instances (datasource entities) with estimated cost.

field healthlake_stores: Optional[List[HighCostingServiceResponseServicesHealthlakeStoresInner]] = None (alias 'HealthlakeStores')

Active HealthLake stores with storage size and estimated cost (when HCLS HealthLake is enabled).

field omics_stores: Optional[List[HighCostingServiceResponseServicesOmicsStoresInner]] = None (alias 'OmicsStores')

Active HealthOmics sequence/reference stores with estimated cost (when Omics is enabled).

field omics_workflows: Optional[List[HighCostingServiceResponseServicesOmicsWorkflowsInner]] = None (alias 'OmicsWorkflows')

Active HealthOmics workflows with non-zero estimated cost (when Omics is enabled).

field foundation_models: Optional[List[HighCostingServiceResponseServicesFoundationModelsInner]] = None (alias 'FoundationModels')

Active foundation models above the high-cost threshold (when AI services are enabled).

field agents: Optional[List[HighCostingServiceResponseServicesAgentsInner]] = None (alias 'Agents')

Active Bedrock agents above the high-cost threshold (when AI services are enabled).

to_str()

Returns the string representation of the model using alias

Return type:

str

to_json()

Returns the JSON representation of the model using alias

Return type:

str

classmethod from_json(json_str)

Create an instance of HighCostingServiceResponseServices from a JSON string

Return type:

Optional[Self]

to_dict()

Return the dictionary representation of the model using alias.

This has the following differences from calling pydantic’s self.model_dump(by_alias=True):

  • None is only added to the output dict for nullable fields that were set at model initialization. Other fields with value None are ignored.

Return type:

Dict[str, Any]

classmethod from_dict(obj)

Create an instance of HighCostingServiceResponseServices from a dict

Return type:

Optional[Self]