@datadog/datadog-api-client 1.42.0 → 1.43.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 +15 -0
- package/dist/packages/datadog-api-client-common/configuration.js +5 -8
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/index.d.ts +2 -0
- package/dist/packages/datadog-api-client-v1/index.js +14 -12
- package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/GCPAccount.d.ts +10 -3
- package/dist/packages/datadog-api-client-v1/models/GCPAccount.js +4 -5
- package/dist/packages/datadog-api-client-v1/models/GCPAccount.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/GCPMonitoredResourceConfig.d.ts +42 -0
- package/dist/packages/datadog-api-client-v1/models/GCPMonitoredResourceConfig.js +34 -0
- package/dist/packages/datadog-api-client-v1/models/GCPMonitoredResourceConfig.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/GCPMonitoredResourceConfigType.d.ts +13 -0
- package/dist/packages/datadog-api-client-v1/models/GCPMonitoredResourceConfigType.js +12 -0
- package/dist/packages/datadog-api-client-v1/models/GCPMonitoredResourceConfigType.js.map +1 -0
- 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-v2/apis/AWSIntegrationApi.js +0 -28
- package/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.js +0 -4
- package/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/ActionsDatastoresApi.d.ts +247 -0
- package/dist/packages/datadog-api-client-v2/apis/ActionsDatastoresApi.js +840 -0
- package/dist/packages/datadog-api-client-v2/apis/ActionsDatastoresApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.d.ts +2 -0
- package/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.js +2 -0
- package/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.d.ts +127 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js +433 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/OrgConnectionsApi.d.ts +24 -2
- package/dist/packages/datadog-api-client-v2/apis/OrgConnectionsApi.js +16 -3
- package/dist/packages/datadog-api-client-v2/apis/OrgConnectionsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +67 -2
- package/dist/packages/datadog-api-client-v2/index.js +153 -46
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequest.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequestData.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequestData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequestData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequestDataAttributes.d.ts +43 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequestDataAttributes.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/BulkPutAppsDatastoreItemsRequestDataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CIAppCreatePipelineEventRequest.d.ts +3 -3
- package/dist/packages/datadog-api-client-v2/models/CIAppCreatePipelineEventRequest.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppCreatePipelineEventRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppCreatePipelineEventRequestDataSingleOrArray.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/CIAppCreatePipelineEventRequestDataSingleOrArray.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/CIAppCreatePipelineEventRequestDataSingleOrArray.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequest.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestData.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestData.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestDataAttributes.d.ts +56 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestDataAttributes.js +48 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestDataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestDataAttributesOrgAccess.d.ts +13 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestDataAttributesOrgAccess.js +12 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreRequestDataAttributesOrgAccess.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreResponse.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreResponse.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreResponseData.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreResponseData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/CreateAppsDatastoreResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateIncidentNotificationRuleRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/CreateIncidentNotificationRuleRequest.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/CreateIncidentNotificationRuleRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DORAFailureRequestAttributes.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/Datastore.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/Datastore.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/Datastore.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreArray.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreArray.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreArray.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreData.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreData.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreDataAttributes.d.ts +71 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreDataAttributes.js +66 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreDataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreDataType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreDataType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreDataType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreItemConflictMode.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreItemConflictMode.js +11 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreItemConflictMode.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreItemsDataType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreItemsDataType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/DatastoreItemsDataType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DatastorePrimaryKeyGenerationStrategy.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/DatastorePrimaryKeyGenerationStrategy.js +11 -0
- package/dist/packages/datadog-api-client-v2/models/DatastorePrimaryKeyGenerationStrategy.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequest.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequestData.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequestData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequestData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequestDataAttributes.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequestDataAttributes.js +40 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemRequestDataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemResponse.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemResponse.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemResponseData.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemResponseData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/DeleteAppsDatastoreItemResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/GCPMonitoredResourceConfig.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/GCPMonitoredResourceConfig.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/GCPMonitoredResourceConfig.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/GCPMonitoredResourceConfigType.d.ts +13 -0
- package/dist/packages/datadog-api-client-v2/models/GCPMonitoredResourceConfigType.js +12 -0
- package/dist/packages/datadog-api-client-v2/models/GCPMonitoredResourceConfigType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.d.ts +9 -1
- package/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRule.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRule.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRule.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArray.d.ts +47 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArray.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArray.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMeta.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMeta.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMeta.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMetaPage.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMetaPage.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMetaPage.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributes.d.ts +66 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributes.js +67 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributesVisibility.d.ts +13 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributesVisibility.js +12 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributesVisibility.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleConditionsItems.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleConditionsItems.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleConditionsItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.d.ts +58 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.js +53 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributesVisibility.d.ts +13 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributesVisibility.js +12 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributesVisibility.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateData.d.ts +47 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateData.js +40 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateDataRelationships.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateDataRelationships.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateDataRelationships.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleIncludedItems.d.ts +13 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleIncludedItems.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleIncludedItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleRelationships.d.ts +51 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleRelationships.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleRelationships.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleResponseData.d.ts +51 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleResponseData.js +45 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleUpdateData.d.ts +51 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleUpdateData.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleUpdateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationTemplateObject.d.ts +51 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationTemplateObject.js +45 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentNotificationTemplateObject.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayload.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayload.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayload.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadArray.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadArray.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadArray.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadData.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadData.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadDataAttributes.d.ts +64 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadDataAttributes.js +62 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadDataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMeta.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMeta.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMeta.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaPage.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaPage.js +45 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaPage.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaSchema.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaSchema.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaSchema.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaSchemaField.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaSchemaField.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/ItemApiPayloadMetaSchemaField.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +139 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/PutAppsDatastoreItemResponseArray.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/PutAppsDatastoreItemResponseArray.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/PutAppsDatastoreItemResponseArray.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/PutAppsDatastoreItemResponseData.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/PutAppsDatastoreItemResponseData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/PutAppsDatastoreItemResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/PutIncidentNotificationRuleRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/PutIncidentNotificationRuleRequest.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/PutIncidentNotificationRuleRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentNotificationTemplate.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentNotificationTemplate.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentNotificationTemplate.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentNotificationTemplateData.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentNotificationTemplateData.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentNotificationTemplateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleConvertResponse.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleConvertResponse.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleConvertResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequest.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestData.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestData.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataAttributes.d.ts +45 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataAttributes.js +40 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataAttributesItemChanges.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataAttributesItemChanges.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataAttributesItemChanges.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreItemRequestDataType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequest.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequestData.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequestData.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequestData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequestDataAttributes.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequestDataAttributes.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateAppsDatastoreRequestDataAttributes.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -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 { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Pagination metadata.
|
|
9
|
+
*/
|
|
10
|
+
export declare class IncidentNotificationRuleArrayMetaPage {
|
|
11
|
+
/**
|
|
12
|
+
* The offset for the next page of results.
|
|
13
|
+
*/
|
|
14
|
+
"nextOffset"?: number;
|
|
15
|
+
/**
|
|
16
|
+
* The current offset in the results.
|
|
17
|
+
*/
|
|
18
|
+
"offset"?: number;
|
|
19
|
+
/**
|
|
20
|
+
* The number of results returned per page.
|
|
21
|
+
*/
|
|
22
|
+
"size"?: number;
|
|
23
|
+
/**
|
|
24
|
+
* A container for additional, undeclared properties.
|
|
25
|
+
* This is a holder for any undeclared properties as specified with
|
|
26
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
27
|
+
*/
|
|
28
|
+
"additionalProperties"?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
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,46 @@
|
|
|
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.IncidentNotificationRuleArrayMetaPage = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Pagination metadata.
|
|
11
|
+
*/
|
|
12
|
+
class IncidentNotificationRuleArrayMetaPage {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return IncidentNotificationRuleArrayMetaPage.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.IncidentNotificationRuleArrayMetaPage = IncidentNotificationRuleArrayMetaPage;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
IncidentNotificationRuleArrayMetaPage.attributeTypeMap = {
|
|
26
|
+
nextOffset: {
|
|
27
|
+
baseName: "next_offset",
|
|
28
|
+
type: "number",
|
|
29
|
+
format: "int64",
|
|
30
|
+
},
|
|
31
|
+
offset: {
|
|
32
|
+
baseName: "offset",
|
|
33
|
+
type: "number",
|
|
34
|
+
format: "int64",
|
|
35
|
+
},
|
|
36
|
+
size: {
|
|
37
|
+
baseName: "size",
|
|
38
|
+
type: "number",
|
|
39
|
+
format: "int64",
|
|
40
|
+
},
|
|
41
|
+
additionalProperties: {
|
|
42
|
+
baseName: "additionalProperties",
|
|
43
|
+
type: "{ [key: string]: any; }",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=IncidentNotificationRuleArrayMetaPage.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMetaPage.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleArrayMetaPage.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleArrayMetaPage.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,qCAAqC;IA0DhD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAxDH,sFA2DC;AAjCC;;GAEG;AACa,sDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { IncidentNotificationRuleAttributesVisibility } from "./IncidentNotificationRuleAttributesVisibility";
|
|
7
|
+
import { IncidentNotificationRuleConditionsItems } from "./IncidentNotificationRuleConditionsItems";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* The notification rule's attributes.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentNotificationRuleAttributes {
|
|
13
|
+
/**
|
|
14
|
+
* The conditions that trigger this notification rule.
|
|
15
|
+
*/
|
|
16
|
+
"conditions": Array<IncidentNotificationRuleConditionsItems>;
|
|
17
|
+
/**
|
|
18
|
+
* Timestamp when the notification rule was created.
|
|
19
|
+
*/
|
|
20
|
+
"created": Date;
|
|
21
|
+
/**
|
|
22
|
+
* Whether the notification rule is enabled.
|
|
23
|
+
*/
|
|
24
|
+
"enabled": boolean;
|
|
25
|
+
/**
|
|
26
|
+
* The notification handles (targets) for this rule.
|
|
27
|
+
*/
|
|
28
|
+
"handles": Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Timestamp when the notification rule was last modified.
|
|
31
|
+
*/
|
|
32
|
+
"modified": Date;
|
|
33
|
+
/**
|
|
34
|
+
* List of incident fields that trigger re-notification when changed.
|
|
35
|
+
*/
|
|
36
|
+
"renotifyOn"?: Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* The trigger event for this notification rule.
|
|
39
|
+
*/
|
|
40
|
+
"trigger": string;
|
|
41
|
+
/**
|
|
42
|
+
* The visibility of the notification rule.
|
|
43
|
+
*/
|
|
44
|
+
"visibility": IncidentNotificationRuleAttributesVisibility;
|
|
45
|
+
/**
|
|
46
|
+
* A container for additional, undeclared properties.
|
|
47
|
+
* This is a holder for any undeclared properties as specified with
|
|
48
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
49
|
+
*/
|
|
50
|
+
"additionalProperties"?: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @ignore
|
|
55
|
+
*/
|
|
56
|
+
"_unparsed"?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* @ignore
|
|
59
|
+
*/
|
|
60
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
61
|
+
/**
|
|
62
|
+
* @ignore
|
|
63
|
+
*/
|
|
64
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
65
|
+
constructor();
|
|
66
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentNotificationRuleAttributes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The notification rule's attributes.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentNotificationRuleAttributes {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentNotificationRuleAttributes.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentNotificationRuleAttributes = IncidentNotificationRuleAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentNotificationRuleAttributes.attributeTypeMap = {
|
|
21
|
+
conditions: {
|
|
22
|
+
baseName: "conditions",
|
|
23
|
+
type: "Array<IncidentNotificationRuleConditionsItems>",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
created: {
|
|
27
|
+
baseName: "created",
|
|
28
|
+
type: "Date",
|
|
29
|
+
required: true,
|
|
30
|
+
format: "date-time",
|
|
31
|
+
},
|
|
32
|
+
enabled: {
|
|
33
|
+
baseName: "enabled",
|
|
34
|
+
type: "boolean",
|
|
35
|
+
required: true,
|
|
36
|
+
},
|
|
37
|
+
handles: {
|
|
38
|
+
baseName: "handles",
|
|
39
|
+
type: "Array<string>",
|
|
40
|
+
required: true,
|
|
41
|
+
},
|
|
42
|
+
modified: {
|
|
43
|
+
baseName: "modified",
|
|
44
|
+
type: "Date",
|
|
45
|
+
required: true,
|
|
46
|
+
format: "date-time",
|
|
47
|
+
},
|
|
48
|
+
renotifyOn: {
|
|
49
|
+
baseName: "renotify_on",
|
|
50
|
+
type: "Array<string>",
|
|
51
|
+
},
|
|
52
|
+
trigger: {
|
|
53
|
+
baseName: "trigger",
|
|
54
|
+
type: "string",
|
|
55
|
+
required: true,
|
|
56
|
+
},
|
|
57
|
+
visibility: {
|
|
58
|
+
baseName: "visibility",
|
|
59
|
+
type: "IncidentNotificationRuleAttributesVisibility",
|
|
60
|
+
required: true,
|
|
61
|
+
},
|
|
62
|
+
additionalProperties: {
|
|
63
|
+
baseName: "additionalProperties",
|
|
64
|
+
type: "{ [key: string]: any; }",
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=IncidentNotificationRuleAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributes.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,kCAAkC;IAwG7C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAtGH,gFAyGC;AA3DC;;GAEG;AACa,mDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,gDAAgD;QACtD,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,WAAW;KACpB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,WAAW;KACpB;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,eAAe;KACtB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,8CAA8C;QACpD,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributesVisibility.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
* The visibility of the notification rule.
|
|
9
|
+
*/
|
|
10
|
+
export declare type IncidentNotificationRuleAttributesVisibility = typeof ALL | typeof ORGANIZATION | typeof PRIVATE | UnparsedObject;
|
|
11
|
+
export declare const ALL = "all";
|
|
12
|
+
export declare const ORGANIZATION = "organization";
|
|
13
|
+
export declare const PRIVATE = "private";
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributesVisibility.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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.PRIVATE = exports.ORGANIZATION = exports.ALL = void 0;
|
|
9
|
+
exports.ALL = "all";
|
|
10
|
+
exports.ORGANIZATION = "organization";
|
|
11
|
+
exports.PRIVATE = "private";
|
|
12
|
+
//# sourceMappingURL=IncidentNotificationRuleAttributesVisibility.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleAttributesVisibility.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleAttributesVisibility.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAaU,QAAA,GAAG,GAAG,KAAK,CAAC;AACZ,QAAA,YAAY,GAAG,cAAc,CAAC;AAC9B,QAAA,OAAO,GAAG,SAAS,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleConditionsItems.d.ts
ADDED
|
@@ -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
|
+
* A condition that must be met to trigger the notification rule.
|
|
9
|
+
*/
|
|
10
|
+
export declare class IncidentNotificationRuleConditionsItems {
|
|
11
|
+
/**
|
|
12
|
+
* The incident field to evaluate
|
|
13
|
+
*/
|
|
14
|
+
"field": string;
|
|
15
|
+
/**
|
|
16
|
+
* The value(s) to compare against. Multiple values are `ORed` together.
|
|
17
|
+
*/
|
|
18
|
+
"values": Array<string>;
|
|
19
|
+
/**
|
|
20
|
+
* A container for additional, undeclared properties.
|
|
21
|
+
* This is a holder for any undeclared properties as specified with
|
|
22
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
23
|
+
*/
|
|
24
|
+
"additionalProperties"?: {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
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,41 @@
|
|
|
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.IncidentNotificationRuleConditionsItems = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* A condition that must be met to trigger the notification rule.
|
|
11
|
+
*/
|
|
12
|
+
class IncidentNotificationRuleConditionsItems {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return IncidentNotificationRuleConditionsItems.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.IncidentNotificationRuleConditionsItems = IncidentNotificationRuleConditionsItems;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
IncidentNotificationRuleConditionsItems.attributeTypeMap = {
|
|
26
|
+
field: {
|
|
27
|
+
baseName: "field",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
values: {
|
|
32
|
+
baseName: "values",
|
|
33
|
+
type: "Array<string>",
|
|
34
|
+
required: true,
|
|
35
|
+
},
|
|
36
|
+
additionalProperties: {
|
|
37
|
+
baseName: "additionalProperties",
|
|
38
|
+
type: "{ [key: string]: any; }",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=IncidentNotificationRuleConditionsItems.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleConditionsItems.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleConditionsItems.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleConditionsItems.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,uCAAuC;IAiDlD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA/CH,0FAkDC;AA5BC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.d.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
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 { IncidentNotificationRuleConditionsItems } from "./IncidentNotificationRuleConditionsItems";
|
|
7
|
+
import { IncidentNotificationRuleCreateAttributesVisibility } from "./IncidentNotificationRuleCreateAttributesVisibility";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* The attributes for creating a notification rule.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentNotificationRuleCreateAttributes {
|
|
13
|
+
/**
|
|
14
|
+
* The conditions that trigger this notification rule.
|
|
15
|
+
*/
|
|
16
|
+
"conditions": Array<IncidentNotificationRuleConditionsItems>;
|
|
17
|
+
/**
|
|
18
|
+
* Whether the notification rule is enabled.
|
|
19
|
+
*/
|
|
20
|
+
"enabled"?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* The notification handles (targets) for this rule.
|
|
23
|
+
*/
|
|
24
|
+
"handles": Array<string>;
|
|
25
|
+
/**
|
|
26
|
+
* List of incident fields that trigger re-notification when changed.
|
|
27
|
+
*/
|
|
28
|
+
"renotifyOn"?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The trigger event for this notification rule.
|
|
31
|
+
*/
|
|
32
|
+
"trigger": string;
|
|
33
|
+
/**
|
|
34
|
+
* The visibility of the notification rule.
|
|
35
|
+
*/
|
|
36
|
+
"visibility"?: IncidentNotificationRuleCreateAttributesVisibility;
|
|
37
|
+
/**
|
|
38
|
+
* A container for additional, undeclared properties.
|
|
39
|
+
* This is a holder for any undeclared properties as specified with
|
|
40
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
41
|
+
*/
|
|
42
|
+
"additionalProperties"?: {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* @ignore
|
|
47
|
+
*/
|
|
48
|
+
"_unparsed"?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* @ignore
|
|
51
|
+
*/
|
|
52
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
53
|
+
/**
|
|
54
|
+
* @ignore
|
|
55
|
+
*/
|
|
56
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
57
|
+
constructor();
|
|
58
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentNotificationRuleCreateAttributes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The attributes for creating a notification rule.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentNotificationRuleCreateAttributes {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentNotificationRuleCreateAttributes.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentNotificationRuleCreateAttributes = IncidentNotificationRuleCreateAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentNotificationRuleCreateAttributes.attributeTypeMap = {
|
|
21
|
+
conditions: {
|
|
22
|
+
baseName: "conditions",
|
|
23
|
+
type: "Array<IncidentNotificationRuleConditionsItems>",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
enabled: {
|
|
27
|
+
baseName: "enabled",
|
|
28
|
+
type: "boolean",
|
|
29
|
+
},
|
|
30
|
+
handles: {
|
|
31
|
+
baseName: "handles",
|
|
32
|
+
type: "Array<string>",
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
renotifyOn: {
|
|
36
|
+
baseName: "renotify_on",
|
|
37
|
+
type: "Array<string>",
|
|
38
|
+
},
|
|
39
|
+
trigger: {
|
|
40
|
+
baseName: "trigger",
|
|
41
|
+
type: "string",
|
|
42
|
+
required: true,
|
|
43
|
+
},
|
|
44
|
+
visibility: {
|
|
45
|
+
baseName: "visibility",
|
|
46
|
+
type: "IncidentNotificationRuleCreateAttributesVisibility",
|
|
47
|
+
},
|
|
48
|
+
additionalProperties: {
|
|
49
|
+
baseName: "additionalProperties",
|
|
50
|
+
type: "{ [key: string]: any; }",
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=IncidentNotificationRuleCreateAttributes.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleCreateAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributes.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,wCAAwC;IAkFnD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAhFH,4FAmFC;AA7CC;;GAEG;AACa,yDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,gDAAgD;QACtD,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;KAChB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,eAAe;KACtB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,oDAAoD;KAC3D;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
* The visibility of the notification rule.
|
|
9
|
+
*/
|
|
10
|
+
export declare type IncidentNotificationRuleCreateAttributesVisibility = typeof ALL | typeof ORGANIZATION | typeof PRIVATE | UnparsedObject;
|
|
11
|
+
export declare const ALL = "all";
|
|
12
|
+
export declare const ORGANIZATION = "organization";
|
|
13
|
+
export declare const PRIVATE = "private";
|
|
@@ -0,0 +1,12 @@
|
|
|
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.PRIVATE = exports.ORGANIZATION = exports.ALL = void 0;
|
|
9
|
+
exports.ALL = "all";
|
|
10
|
+
exports.ORGANIZATION = "organization";
|
|
11
|
+
exports.PRIVATE = "private";
|
|
12
|
+
//# sourceMappingURL=IncidentNotificationRuleCreateAttributesVisibility.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleCreateAttributesVisibility.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateAttributesVisibility.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAaU,QAAA,GAAG,GAAG,KAAK,CAAC;AACZ,QAAA,YAAY,GAAG,cAAc,CAAC;AAC9B,QAAA,OAAO,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { IncidentNotificationRuleCreateAttributes } from "./IncidentNotificationRuleCreateAttributes";
|
|
7
|
+
import { IncidentNotificationRuleCreateDataRelationships } from "./IncidentNotificationRuleCreateDataRelationships";
|
|
8
|
+
import { IncidentNotificationRuleType } from "./IncidentNotificationRuleType";
|
|
9
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
10
|
+
/**
|
|
11
|
+
* Notification rule data for a create request.
|
|
12
|
+
*/
|
|
13
|
+
export declare class IncidentNotificationRuleCreateData {
|
|
14
|
+
/**
|
|
15
|
+
* The attributes for creating a notification rule.
|
|
16
|
+
*/
|
|
17
|
+
"attributes": IncidentNotificationRuleCreateAttributes;
|
|
18
|
+
/**
|
|
19
|
+
* The definition of `NotificationRuleCreateDataRelationships` object.
|
|
20
|
+
*/
|
|
21
|
+
"relationships"?: IncidentNotificationRuleCreateDataRelationships;
|
|
22
|
+
/**
|
|
23
|
+
* Notification rules resource type.
|
|
24
|
+
*/
|
|
25
|
+
"type": IncidentNotificationRuleType;
|
|
26
|
+
/**
|
|
27
|
+
* A container for additional, undeclared properties.
|
|
28
|
+
* This is a holder for any undeclared properties as specified with
|
|
29
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
30
|
+
*/
|
|
31
|
+
"additionalProperties"?: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @ignore
|
|
36
|
+
*/
|
|
37
|
+
"_unparsed"?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* @ignore
|
|
40
|
+
*/
|
|
41
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
42
|
+
/**
|
|
43
|
+
* @ignore
|
|
44
|
+
*/
|
|
45
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
46
|
+
constructor();
|
|
47
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentNotificationRuleCreateData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Notification rule data for a create request.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentNotificationRuleCreateData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentNotificationRuleCreateData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentNotificationRuleCreateData = IncidentNotificationRuleCreateData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentNotificationRuleCreateData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "IncidentNotificationRuleCreateAttributes",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
relationships: {
|
|
27
|
+
baseName: "relationships",
|
|
28
|
+
type: "IncidentNotificationRuleCreateDataRelationships",
|
|
29
|
+
},
|
|
30
|
+
type: {
|
|
31
|
+
baseName: "type",
|
|
32
|
+
type: "IncidentNotificationRuleType",
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
additionalProperties: {
|
|
36
|
+
baseName: "additionalProperties",
|
|
37
|
+
type: "{ [key: string]: any; }",
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=IncidentNotificationRuleCreateData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentNotificationRuleCreateData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentNotificationRuleCreateData.ts"],"names":[],"mappings":";;;AAWA;;GAEG;AACH,MAAa,kCAAkC;IAyD7C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAvDH,gFA0DC;AAhCC;;GAEG;AACa,mDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,0CAA0C;QAChD,QAAQ,EAAE,IAAI;KACf;IACD,aAAa,EAAE;QACb,QAAQ,EAAE,eAAe;QACzB,IAAI,EAAE,iDAAiD;KACxD;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,8BAA8B;QACpC,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { RelationshipToIncidentNotificationTemplate } from "./RelationshipToIncidentNotificationTemplate";
|
|
7
|
+
import { RelationshipToIncidentType } from "./RelationshipToIncidentType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* The definition of `NotificationRuleCreateDataRelationships` object.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentNotificationRuleCreateDataRelationships {
|
|
13
|
+
/**
|
|
14
|
+
* Relationship to an incident type.
|
|
15
|
+
*/
|
|
16
|
+
"incidentType"?: RelationshipToIncidentType;
|
|
17
|
+
/**
|
|
18
|
+
* A relationship reference to a notification template.
|
|
19
|
+
*/
|
|
20
|
+
"notificationTemplate"?: RelationshipToIncidentNotificationTemplate;
|
|
21
|
+
/**
|
|
22
|
+
* A container for additional, undeclared properties.
|
|
23
|
+
* This is a holder for any undeclared properties as specified with
|
|
24
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
25
|
+
*/
|
|
26
|
+
"additionalProperties"?: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
"_unparsed"?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
37
|
+
/**
|
|
38
|
+
* @ignore
|
|
39
|
+
*/
|
|
40
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
41
|
+
constructor();
|
|
42
|
+
}
|