UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

18 lines 972 B
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.DEEP_ARCHIVE = exports.GLACIER_IR = exports.GLACIER = exports.ONEZONE_IA = exports.EXPRESS_ONEZONE = exports.STANDARD_IA = exports.INTELLIGENT_TIERING = exports.REDUCED_REDUNDANCY = exports.STANDARD = void 0; exports.STANDARD = "STANDARD"; exports.REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY"; exports.INTELLIGENT_TIERING = "INTELLIGENT_TIERING"; exports.STANDARD_IA = "STANDARD_IA"; exports.EXPRESS_ONEZONE = "EXPRESS_ONEZONE"; exports.ONEZONE_IA = "ONEZONE_IA"; exports.GLACIER = "GLACIER"; exports.GLACIER_IR = "GLACIER_IR"; exports.DEEP_ARCHIVE = "DEEP_ARCHIVE"; //# sourceMappingURL=ObservabilityPipelineAmazonS3DestinationStorageClass.js.map