@datadog/datadog-api-client 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/LICENSE-3rdparty.csv +0 -8
- package/dist/packages/datadog-api-client-common/configuration.js +5 -0
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.d.ts +2 -2
- package/dist/packages/datadog-api-client-v1/models/CancelDowntimesByScopeRequest.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/Downtime.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/DowntimeChild.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.d.ts +4 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.js +4 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +3 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +3 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +7 -0
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageRumSessionsHour.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageRumSessionsHour.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/UsageRumSessionsHour.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/IPAllowlistApi.d.ts +49 -0
- package/dist/packages/datadog-api-client-v2/apis/IPAllowlistApi.js +185 -0
- package/dist/packages/datadog-api-client-v2/apis/IPAllowlistApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.d.ts +134 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js +434 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/LogsApi.d.ts +1 -0
- package/dist/packages/datadog-api-client-v2/apis/LogsApi.js +1 -0
- package/dist/packages/datadog-api-client-v2/apis/LogsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +91 -0
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +269 -0
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/SyntheticsApi.d.ts +50 -0
- package/dist/packages/datadog-api-client-v2/apis/SyntheticsApi.js +178 -0
- package/dist/packages/datadog-api-client-v2/apis/SyntheticsApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +36 -1
- package/dist/packages/datadog-api-client-v2/index.js +74 -14
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistAttributes.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistAttributes.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntry.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntry.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntry.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.js +45 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.d.ts +39 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentUpdateData.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadata.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadata.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.js +49 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.d.ts +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.js +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +75 -2
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCap.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCap.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCap.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapAttributes.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapAttributes.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentIntegrationMetadatas.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicy.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicy.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicy.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyAttributes.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyAttributes.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyBinding.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyBinding.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyBinding.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyResponse.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyUpdateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyUpdateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyUpdateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadata.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadata.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadataChannelItem.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadataChannelItem.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadataChannelItem.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +20 -28
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IPAllowlistEntry = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* IP allowlist entry object.
|
|
6
|
+
*/
|
|
7
|
+
class IPAllowlistEntry {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IPAllowlistEntry.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IPAllowlistEntry = IPAllowlistEntry;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IPAllowlistEntry.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IPAllowlistEntryData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=IPAllowlistEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistEntry.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistEntry.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,gBAAgB;IA6B3B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AA3BH,4CA8BC;AAnBC;;GAEG;AACa,iCAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,sBAAsB;QAC5B,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Attributes of the IP allowlist entry.
|
|
9
|
+
*/
|
|
10
|
+
export declare class IPAllowlistEntryAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* The CIDR block describing the IP range of the entry.
|
|
13
|
+
*/
|
|
14
|
+
"cidrBlock"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Creation time of the entry.
|
|
17
|
+
*/
|
|
18
|
+
"createdAt"?: Date;
|
|
19
|
+
/**
|
|
20
|
+
* Time of last entry modification.
|
|
21
|
+
*/
|
|
22
|
+
"modifiedAt"?: Date;
|
|
23
|
+
/**
|
|
24
|
+
* A note describing the IP allowlist entry.
|
|
25
|
+
*/
|
|
26
|
+
"note"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
"_unparsed"?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
39
|
+
constructor();
|
|
40
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.IPAllowlistEntryAttributes = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Attributes of the IP allowlist entry.
|
|
11
|
+
*/
|
|
12
|
+
class IPAllowlistEntryAttributes {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return IPAllowlistEntryAttributes.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.IPAllowlistEntryAttributes = IPAllowlistEntryAttributes;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
IPAllowlistEntryAttributes.attributeTypeMap = {
|
|
26
|
+
cidrBlock: {
|
|
27
|
+
baseName: "cidr_block",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
createdAt: {
|
|
31
|
+
baseName: "created_at",
|
|
32
|
+
type: "Date",
|
|
33
|
+
format: "date-time",
|
|
34
|
+
},
|
|
35
|
+
modifiedAt: {
|
|
36
|
+
baseName: "modified_at",
|
|
37
|
+
type: "Date",
|
|
38
|
+
format: "date-time",
|
|
39
|
+
},
|
|
40
|
+
note: {
|
|
41
|
+
baseName: "note",
|
|
42
|
+
type: "string",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=IPAllowlistEntryAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistEntryAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,0BAA0B;IAsDrC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AApDH,gEAuDC;AAhCC;;GAEG;AACa,2CAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,QAAQ;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,WAAW;KACpB;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,WAAW;KACpB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IPAllowlistEntryAttributes } from "./IPAllowlistEntryAttributes";
|
|
7
|
+
import { IPAllowlistEntryType } from "./IPAllowlistEntryType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Data of the IP allowlist entry object.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IPAllowlistEntryData {
|
|
13
|
+
/**
|
|
14
|
+
* Attributes of the IP allowlist entry.
|
|
15
|
+
*/
|
|
16
|
+
"attributes"?: IPAllowlistEntryAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* The unique identifier of the IP allowlist entry.
|
|
19
|
+
*/
|
|
20
|
+
"id"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* IP allowlist Entry type.
|
|
23
|
+
*/
|
|
24
|
+
"type": IPAllowlistEntryType;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
"_unparsed"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
37
|
+
constructor();
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IPAllowlistEntryData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Data of the IP allowlist entry object.
|
|
6
|
+
*/
|
|
7
|
+
class IPAllowlistEntryData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IPAllowlistEntryData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IPAllowlistEntryData = IPAllowlistEntryData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IPAllowlistEntryData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "IPAllowlistEntryAttributes",
|
|
24
|
+
},
|
|
25
|
+
id: {
|
|
26
|
+
baseName: "id",
|
|
27
|
+
type: "string",
|
|
28
|
+
},
|
|
29
|
+
type: {
|
|
30
|
+
baseName: "type",
|
|
31
|
+
type: "IPAllowlistEntryType",
|
|
32
|
+
required: true,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=IPAllowlistEntryData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistEntryData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistEntryData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,oBAAoB;IA6C/B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA3CH,oDA8CC;AA3BC;;GAEG;AACa,qCAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,4BAA4B;KACnC;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,sBAAsB;QAC5B,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* IP allowlist Entry type.
|
|
9
|
+
*/
|
|
10
|
+
export declare type IPAllowlistEntryType = typeof IP_ALLOWLIST_ENTRY | UnparsedObject;
|
|
11
|
+
export declare const IP_ALLOWLIST_ENTRY = "ip_allowlist_entry";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.IP_ALLOWLIST_ENTRY = void 0;
|
|
9
|
+
exports.IP_ALLOWLIST_ENTRY = "ip_allowlist_entry";
|
|
10
|
+
//# sourceMappingURL=IPAllowlistEntryType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistEntryType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistEntryType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AASU,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IPAllowlistData } from "./IPAllowlistData";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Response containing information about the IP allowlist.
|
|
10
|
+
*/
|
|
11
|
+
export declare class IPAllowlistResponse {
|
|
12
|
+
/**
|
|
13
|
+
* IP allowlist data.
|
|
14
|
+
*/
|
|
15
|
+
"data"?: IPAllowlistData;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IPAllowlistResponse = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Response containing information about the IP allowlist.
|
|
6
|
+
*/
|
|
7
|
+
class IPAllowlistResponse {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IPAllowlistResponse.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IPAllowlistResponse = IPAllowlistResponse;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IPAllowlistResponse.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IPAllowlistData",
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=IPAllowlistResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistResponse.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,mBAAmB;IA4B9B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BH,kDA6BC;AAlBC;;GAEG;AACa,oCAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,iBAAiB;KACxB;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* IP allowlist type.
|
|
9
|
+
*/
|
|
10
|
+
export declare type IPAllowlistType = typeof IP_ALLOWLIST | UnparsedObject;
|
|
11
|
+
export declare const IP_ALLOWLIST = "ip_allowlist";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.IP_ALLOWLIST = void 0;
|
|
9
|
+
exports.IP_ALLOWLIST = "ip_allowlist";
|
|
10
|
+
//# sourceMappingURL=IPAllowlistType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AASU,QAAA,YAAY,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IPAllowlistData } from "./IPAllowlistData";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Update the IP allowlist.
|
|
10
|
+
*/
|
|
11
|
+
export declare class IPAllowlistUpdateRequest {
|
|
12
|
+
/**
|
|
13
|
+
* IP allowlist data.
|
|
14
|
+
*/
|
|
15
|
+
"data": IPAllowlistData;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IPAllowlistUpdateRequest = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Update the IP allowlist.
|
|
6
|
+
*/
|
|
7
|
+
class IPAllowlistUpdateRequest {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IPAllowlistUpdateRequest.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IPAllowlistUpdateRequest = IPAllowlistUpdateRequest;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IPAllowlistUpdateRequest.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IPAllowlistData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=IPAllowlistUpdateRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPAllowlistUpdateRequest.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,wBAAwB;IA6BnC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA3BH,4DA8BC;AAnBC;;GAEG;AACa,yCAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,iBAAiB;QACvB,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentIntegrationMetadataMetadata } from "./IncidentIntegrationMetadataMetadata";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Incident integration metadata's attributes for a create request.
|
|
10
|
+
*/
|
|
11
|
+
export declare class IncidentIntegrationMetadataAttributes {
|
|
12
|
+
/**
|
|
13
|
+
* UUID of the incident this integration metadata is connected to.
|
|
14
|
+
*/
|
|
15
|
+
"incidentId"?: string;
|
|
16
|
+
/**
|
|
17
|
+
* A number indicating the type of integration this metadata is for. 1 indicates Slack;
|
|
18
|
+
* 8 indicates Jira.
|
|
19
|
+
*/
|
|
20
|
+
"integrationType": number;
|
|
21
|
+
/**
|
|
22
|
+
* Incident integration metadata's metadata attribute.
|
|
23
|
+
*/
|
|
24
|
+
"metadata": IncidentIntegrationMetadataMetadata;
|
|
25
|
+
/**
|
|
26
|
+
* A number indicating the status of this integration metadata. 0 indicates unknown;
|
|
27
|
+
* 1 indicates pending; 2 indicates complete; 3 indicates manually created;
|
|
28
|
+
* 4 indicates manually updated; 5 indicates failed.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: number;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
"_unparsed"?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
43
|
+
constructor();
|
|
44
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataAttributes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incident integration metadata's attributes for a create request.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataAttributes {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataAttributes.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataAttributes = IncidentIntegrationMetadataAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataAttributes.attributeTypeMap = {
|
|
21
|
+
incidentId: {
|
|
22
|
+
baseName: "incident_id",
|
|
23
|
+
type: "string",
|
|
24
|
+
},
|
|
25
|
+
integrationType: {
|
|
26
|
+
baseName: "integration_type",
|
|
27
|
+
type: "number",
|
|
28
|
+
required: true,
|
|
29
|
+
format: "int32",
|
|
30
|
+
},
|
|
31
|
+
metadata: {
|
|
32
|
+
baseName: "metadata",
|
|
33
|
+
type: "IncidentIntegrationMetadataMetadata",
|
|
34
|
+
required: true,
|
|
35
|
+
},
|
|
36
|
+
status: {
|
|
37
|
+
baseName: "status",
|
|
38
|
+
type: "number",
|
|
39
|
+
format: "int32",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=IncidentIntegrationMetadataAttributes.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,qCAAqC;IA2DhD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAzDH,sFA4DC;AAlCC;;GAEG;AACa,sDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,kBAAkB;QAC5B,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,OAAO;KAChB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,qCAAqC;QAC3C,QAAQ,EAAE,IAAI;KACf;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentIntegrationMetadataAttributes } from "./IncidentIntegrationMetadataAttributes";
|
|
7
|
+
import { IncidentIntegrationMetadataType } from "./IncidentIntegrationMetadataType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Incident integration metadata data for a create request.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentIntegrationMetadataCreateData {
|
|
13
|
+
/**
|
|
14
|
+
* Incident integration metadata's attributes for a create request.
|
|
15
|
+
*/
|
|
16
|
+
"attributes": IncidentIntegrationMetadataAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* Integration metadata resource type.
|
|
19
|
+
*/
|
|
20
|
+
"type": IncidentIntegrationMetadataType;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataCreateData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incident integration metadata data for a create request.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataCreateData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataCreateData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataCreateData = IncidentIntegrationMetadataCreateData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataCreateData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "IncidentIntegrationMetadataAttributes",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
baseName: "type",
|
|
28
|
+
type: "IncidentIntegrationMetadataType",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=IncidentIntegrationMetadataCreateData.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataCreateData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,qCAAqC;IAsChD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AApCH,sFAuCC;AAxBC;;GAEG;AACa,sDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,uCAAuC;QAC7C,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,iCAAiC;QACvC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentIntegrationMetadataCreateData } from "./IncidentIntegrationMetadataCreateData";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Create request for an incident integration metadata.
|
|
10
|
+
*/
|
|
11
|
+
export declare class IncidentIntegrationMetadataCreateRequest {
|
|
12
|
+
/**
|
|
13
|
+
* Incident integration metadata data for a create request.
|
|
14
|
+
*/
|
|
15
|
+
"data": IncidentIntegrationMetadataCreateData;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataCreateRequest = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Create request for an incident integration metadata.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataCreateRequest {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataCreateRequest.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataCreateRequest = IncidentIntegrationMetadataCreateRequest;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataCreateRequest.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IncidentIntegrationMetadataCreateData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=IncidentIntegrationMetadataCreateRequest.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataCreateRequest.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,wCAAwC;IA6BnD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AA3BH,4FA8BC;AAnBC;;GAEG;AACa,yDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,uCAAuC;QAC7C,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.d.ts
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentIntegrationMetadataResponseData } from "./IncidentIntegrationMetadataResponseData";
|
|
7
|
+
import { IncidentIntegrationMetadataResponseIncludedItem } from "./IncidentIntegrationMetadataResponseIncludedItem";
|
|
8
|
+
import { IncidentResponseMeta } from "./IncidentResponseMeta";
|
|
9
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
10
|
+
/**
|
|
11
|
+
* Response with a list of incident integration metadata.
|
|
12
|
+
*/
|
|
13
|
+
export declare class IncidentIntegrationMetadataListResponse {
|
|
14
|
+
/**
|
|
15
|
+
* An array of incident integration metadata.
|
|
16
|
+
*/
|
|
17
|
+
"data": Array<IncidentIntegrationMetadataResponseData>;
|
|
18
|
+
/**
|
|
19
|
+
* Included related resources that the user requested.
|
|
20
|
+
*/
|
|
21
|
+
"included"?: Array<IncidentIntegrationMetadataResponseIncludedItem>;
|
|
22
|
+
/**
|
|
23
|
+
* The metadata object containing pagination metadata.
|
|
24
|
+
*/
|
|
25
|
+
"meta"?: IncidentResponseMeta;
|
|
26
|
+
/**
|
|
27
|
+
* @ignore
|
|
28
|
+
*/
|
|
29
|
+
"_unparsed"?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* @ignore
|
|
32
|
+
*/
|
|
33
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
34
|
+
/**
|
|
35
|
+
* @ignore
|
|
36
|
+
*/
|
|
37
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
38
|
+
constructor();
|
|
39
|
+
}
|