Skip to content

Commit

Permalink
Regenerate client from commit 55609607 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 12, 2025
1 parent a376701 commit 08510c6
Show file tree
Hide file tree
Showing 13 changed files with 812 additions and 323 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-12 18:35:12.089667",
"spec_repo_commit": "6a4cfb82"
"regenerated": "2025-02-12 21:37:47.265550",
"spec_repo_commit": "55609607"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-12 18:35:20.202071",
"spec_repo_commit": "6a4cfb82"
"regenerated": "2025-02-12 21:37:55.640512",
"spec_repo_commit": "55609607"
}
}
}
22 changes: 11 additions & 11 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4667,14 +4667,14 @@ menu:
- ListApmRetentionFilters
unstable: []
order: 1
- name: Action Connection
url: /api/latest/action-connection/
identifier: action-connection
- name: Action Connections
url: /api/latest/action-connections/
identifier: action-connections
generated: true
- name: Update an existing Action Connection
url: '#update-an-existing-action-connection'
identifier: action-connection-update-an-existing-action-connection
parent: action-connection
identifier: action-connections-update-an-existing-action-connection
parent: action-connections
generated: true
params:
versions:
Expand All @@ -4685,8 +4685,8 @@ menu:
order: 3
- name: Get an existing Action Connection
url: '#get-an-existing-action-connection'
identifier: action-connection-get-an-existing-action-connection
parent: action-connection
identifier: action-connections-get-an-existing-action-connection
parent: action-connections
generated: true
params:
versions:
Expand All @@ -4697,8 +4697,8 @@ menu:
order: 1
- name: Delete an existing Action Connection
url: '#delete-an-existing-action-connection'
identifier: action-connection-delete-an-existing-action-connection
parent: action-connection
identifier: action-connections-delete-an-existing-action-connection
parent: action-connections
generated: true
params:
versions:
Expand All @@ -4709,8 +4709,8 @@ menu:
order: 4
- name: Create a new Action Connection
url: '#create-a-new-action-connection'
identifier: action-connection-create-a-new-action-connection
parent: action-connection
identifier: action-connections-create-a-new-action-connection
parent: action-connections
generated: true
params:
versions:
Expand Down
3 changes: 3 additions & 0 deletions content/en/api/latest/action-connections/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Action Connections
---
4 changes: 4 additions & 0 deletions content/en/api/v2/action-connections/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Action Connections
headless: true
---
400 changes: 400 additions & 0 deletions content/en/api/v2/action-connections/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": {
"type": "action_connection",
"attributes": {
"name": "Cassette Connection DELETE_ME",
"integration": {
"type": "AWS",
"credentials": {
"type": "AWSAssumeRole",
"role": "MyRoleUpdated",
"account_id": "123456789123"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": {
"type": "action_connection",
"attributes": {
"name": "Cassette Connection",
"integration": {
"type": "AWS",
"credentials": {
"type": "AWSAssumeRole",
"role": "MyRoleUpdated",
"account_id": "123456789123"
}
}
}
}
}
8 changes: 4 additions & 4 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
],
"CreateActionConnection": [
{
"group": "action_connection",
"suffix": "",
"group": "action_connections",
"suffix": "_2600083647",
"description": "Create a new Action Connection returns \"Successfully created Action Connection\" response"
}
],
"UpdateActionConnection": [
{
"group": "action_connection",
"suffix": "",
"group": "action_connections",
"suffix": "_2280399724",
"description": "Update an existing Action Connection returns \"Successfully updated Action Connection\" response"
}
],
Expand Down
Loading

0 comments on commit 08510c6

Please sign in to comment.