UNPKG

@datadog/datadog-api-client

Version:
84 lines 2.17 kB
"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.CommitmentsAwsElasticacheRICommitment = void 0; /** * AWS ElastiCache Reserved Instance commitment details. */ class CommitmentsAwsElasticacheRICommitment { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CommitmentsAwsElasticacheRICommitment.attributeTypeMap; } } exports.CommitmentsAwsElasticacheRICommitment = CommitmentsAwsElasticacheRICommitment; /** * @ignore */ CommitmentsAwsElasticacheRICommitment.attributeTypeMap = { cacheEngine: { baseName: "cache_engine", type: "string", required: true, }, commitmentId: { baseName: "commitment_id", type: "string", required: true, }, expirationDate: { baseName: "expiration_date", type: "string", }, instanceType: { baseName: "instance_type", type: "string", required: true, }, numberOfNfus: { baseName: "number_of_nfus", type: "number", format: "double", }, numberOfReservations: { baseName: "number_of_reservations", type: "number", format: "double", }, purchaseOption: { baseName: "purchase_option", type: "string", required: true, }, region: { baseName: "region", type: "string", required: true, }, startDate: { baseName: "start_date", type: "string", }, termLength: { baseName: "term_length", type: "number", format: "double", }, utilization: { baseName: "utilization", type: "number", format: "double", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CommitmentsAwsElasticacheRICommitment.js.map