Skip to content

Commit 23f281a

Browse files
api-clients-generation-pipeline[bot]jirikuncarci.datadog-api-spec
authored
rule: all nested objects in arrays must be defined on top-level (#279)
* remove generated tests * Regenerate client from commit ef83c8b of spec repo Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: Jiri Kuncar <[email protected]> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent dfedd1a commit 23f281a

File tree

816 files changed

+2922
-5868
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

816 files changed

+2922
-5868
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev2",
7-
"regenerated": "2021-02-12 15:11:23.196252",
8-
"spec_repo_commit": "3ee9214"
7+
"regenerated": "2021-02-15 11:13:29.194568",
8+
"spec_repo_commit": "ef83c8b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-02-12 15:12:00.545596",
13-
"spec_repo_commit": "3ee9214"
12+
"regenerated": "2021-02-15 11:14:09.565676",
13+
"spec_repo_commit": "ef83c8b"
1414
}
1515
}
1616
}

docs/v1/AWSLogsAsyncResponseErrors.md renamed to docs/v1/AWSLogsAsyncError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWSLogsAsyncResponseErrors
1+
# AWSLogsAsyncError
22

33
Description of errors.
44
## Properties

docs/v1/AWSLogsAsyncResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A list of all Datadog-AWS logs integrations available in your Datadog organizati
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**errors** | [**[AWSLogsAsyncResponseErrors]**](AWSLogsAsyncResponseErrors.md) | List of errors. | [optional]
7+
**errors** | [**[AWSLogsAsyncError]**](AWSLogsAsyncError.md) | List of errors. | [optional]
88
**status** | **str** | Status of the properties. | [optional]
99

1010
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/AWSLogsListResponseLambdas.md renamed to docs/v1/AWSLogsLambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWSLogsListResponseLambdas
1+
# AWSLogsLambda
22

33
Description of the Lambdas.
44
## Properties

docs/v1/AWSLogsListResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A list of all Datadog-AWS logs integrations available in your Datadog organizati
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**account_id** | **str** | Your AWS Account ID without dashes. | [optional]
8-
**lambdas** | [**[AWSLogsListResponseLambdas]**](AWSLogsListResponseLambdas.md) | List of ARNs configured in your Datadog account. | [optional]
8+
**lambdas** | [**[AWSLogsLambda]**](AWSLogsLambda.md) | List of ARNs configured in your Datadog account. | [optional]
99
**services** | **[str]** | Array of services IDs. | [optional]
1010

1111
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/AWSTagFilterListResponseFilters.md renamed to docs/v1/AWSTagFilter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# AWSTagFilterListResponseFilters
1+
# AWSTagFilter
22

3-
A list of tag filters.
3+
A tag filter.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------

docs/v1/AWSTagFilterListResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An array of tag filter rules by `namespace` and tag filter string.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**filters** | [**[AWSTagFilterListResponseFilters]**](AWSTagFilterListResponseFilters.md) | An array of tag filters. | [optional]
7+
**filters** | [**[AWSTagFilter]**](AWSTagFilter.md) | An array of tag filters. | [optional]
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

docs/v1/Dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**modified_at** | **datetime** | Modification date of the dashboard. | [optional] [readonly]
1616
**notify_list** | **[str], none_type** | List of handles of users to notify when changes are made to this dashboard. | [optional]
1717
**template_variable_presets** | [**[DashboardTemplateVariablePreset], none_type**](DashboardTemplateVariablePreset.md) | Array of template variables saved views. | [optional]
18-
**template_variables** | [**[DashboardTemplateVariables], none_type**](DashboardTemplateVariables.md) | List of template variables for this dashboard. | [optional]
18+
**template_variables** | [**[DashboardTemplateVariable], none_type**](DashboardTemplateVariable.md) | List of template variables for this dashboard. | [optional]
1919
**url** | **str** | The URL of the dashboard. | [optional] [readonly]
2020

2121
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/DashboardSummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Dashboard summary response.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**dashboards** | [**[DashboardSummaryDashboards]**](DashboardSummaryDashboards.md) | List of dashboard definitions. | [optional]
7+
**dashboards** | [**[DashboardSummaryDefinition]**](DashboardSummaryDefinition.md) | List of dashboard definitions. | [optional]
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

docs/v1/DashboardSummaryDashboards.md renamed to docs/v1/DashboardSummaryDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DashboardSummaryDashboards
1+
# DashboardSummaryDefinition
22

33
Dashboard definition.
44
## Properties

0 commit comments

Comments
 (0)