Skip to content

GetSupportedResourceTypes

Source: src/AWS/Backup/GetSupportedResourceTypes.ts

Runtime binding for the GetSupportedResourceTypes operation (IAM action backup:GetSupportedResourceTypes).

Returns the AWS resource types AWS Backup supports (e.g. DynamoDB, EBS, RDS). Provide the implementation with Effect.provide(AWS.Backup.GetSupportedResourceTypesHttp).

const getSupportedResourceTypes =
yield* AWS.Backup.GetSupportedResourceTypes();
const { ResourceTypes } = yield* getSupportedResourceTypes();