Skip to content

Commit e7556c8

Browse files
1 parent 10a26d6 commit e7556c8

18 files changed

+18
-594
lines changed

openapi/v2.json

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
253253
"title": "MongoDB Atlas Administration API",
254254
"version": "2.0",
255-
"x-xgen-sha": "7e9cf37fc4355078917cd13055cf65ec7a3114a6"
255+
"x-xgen-sha": "3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2"
256256
},
257257
"paths": {
258258
"/api/atlas/v2": {
@@ -68404,45 +68404,6 @@
6840468404
"title": "Stream Processor Events",
6840568405
"type": "object"
6840668406
},
68407-
"StreamsAWSConnectionBaseConfig": {
68408-
"description": "The base configuration of AWS connection used in stream processors.",
68409-
"properties": {
68410-
"links": {
68411-
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
68412-
"externalDocs": {
68413-
"description": "Web Linking Specification (RFC 5988)",
68414-
"url": "https://datatracker.ietf.org/doc/html/rfc5988"
68415-
},
68416-
"items": {
68417-
"$ref": "#/components/schemas/Link"
68418-
},
68419-
"readOnly": true,
68420-
"type": "array"
68421-
},
68422-
"roleArn": {
68423-
"description": "Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.",
68424-
"type": "string"
68425-
}
68426-
},
68427-
"type": "object"
68428-
},
68429-
"StreamsAWSLambdaConnection": {
68430-
"allOf": [
68431-
{
68432-
"$ref": "#/components/schemas/StreamsConnection"
68433-
},
68434-
{
68435-
"properties": {
68436-
"aws": {
68437-
"$ref": "#/components/schemas/StreamsAWSConnectionBaseConfig"
68438-
}
68439-
},
68440-
"type": "object"
68441-
}
68442-
],
68443-
"description": "The configuration for AWS Lambda connections.",
68444-
"type": "object"
68445-
},
6844668407
"StreamsClusterConnection": {
6844768408
"allOf": [
6844868409
{

openapi/v2.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30684,31 +30684,6 @@ components:
3068430684
- id
3068530685
title: Stream Processor Events
3068630686
type: object
30687-
StreamsAWSConnectionBaseConfig:
30688-
description: The base configuration of AWS connection used in stream processors.
30689-
properties:
30690-
links:
30691-
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
30692-
externalDocs:
30693-
description: Web Linking Specification (RFC 5988)
30694-
url: https://datatracker.ietf.org/doc/html/rfc5988
30695-
items:
30696-
$ref: '#/components/schemas/Link'
30697-
readOnly: true
30698-
type: array
30699-
roleArn:
30700-
description: Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
30701-
type: string
30702-
type: object
30703-
StreamsAWSLambdaConnection:
30704-
allOf:
30705-
- $ref: '#/components/schemas/StreamsConnection'
30706-
- properties:
30707-
aws:
30708-
$ref: '#/components/schemas/StreamsAWSConnectionBaseConfig'
30709-
type: object
30710-
description: The configuration for AWS Lambda connections.
30711-
type: object
3071230687
StreamsClusterConnection:
3071330688
allOf:
3071430689
- $ref: '#/components/schemas/StreamsConnection'
@@ -34510,7 +34485,7 @@ info:
3451034485
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3451134486
title: MongoDB Atlas Administration API
3451234487
version: "2.0"
34513-
x-xgen-sha: 7e9cf37fc4355078917cd13055cf65ec7a3114a6
34488+
x-xgen-sha: 3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2
3451434489
openapi: 3.0.1
3451534490
paths:
3451634491
/api/atlas/v2:

openapi/v2/openapi-2023-01-01.json

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
209209
"title": "MongoDB Atlas Administration API",
210210
"version": "2.0",
211-
"x-xgen-sha": "7e9cf37fc4355078917cd13055cf65ec7a3114a6"
211+
"x-xgen-sha": "3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -59543,45 +59543,6 @@
5954359543
"title": "Stream Processor Events",
5954459544
"type": "object"
5954559545
},
59546-
"StreamsAWSConnectionBaseConfig": {
59547-
"description": "The base configuration of AWS connection used in stream processors.",
59548-
"properties": {
59549-
"links": {
59550-
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
59551-
"externalDocs": {
59552-
"description": "Web Linking Specification (RFC 5988)",
59553-
"url": "https://datatracker.ietf.org/doc/html/rfc5988"
59554-
},
59555-
"items": {
59556-
"$ref": "#/components/schemas/Link"
59557-
},
59558-
"readOnly": true,
59559-
"type": "array"
59560-
},
59561-
"roleArn": {
59562-
"description": "Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.",
59563-
"type": "string"
59564-
}
59565-
},
59566-
"type": "object"
59567-
},
59568-
"StreamsAWSLambdaConnection": {
59569-
"allOf": [
59570-
{
59571-
"$ref": "#/components/schemas/StreamsConnection"
59572-
},
59573-
{
59574-
"properties": {
59575-
"aws": {
59576-
"$ref": "#/components/schemas/StreamsAWSConnectionBaseConfig"
59577-
}
59578-
},
59579-
"type": "object"
59580-
}
59581-
],
59582-
"description": "The configuration for AWS Lambda connections.",
59583-
"type": "object"
59584-
},
5958559546
"StreamsClusterConnection": {
5958659547
"allOf": [
5958759548
{

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30684,31 +30684,6 @@ components:
3068430684
- id
3068530685
title: Stream Processor Events
3068630686
type: object
30687-
StreamsAWSConnectionBaseConfig:
30688-
description: The base configuration of AWS connection used in stream processors.
30689-
properties:
30690-
links:
30691-
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
30692-
externalDocs:
30693-
description: Web Linking Specification (RFC 5988)
30694-
url: https://datatracker.ietf.org/doc/html/rfc5988
30695-
items:
30696-
$ref: '#/components/schemas/Link'
30697-
readOnly: true
30698-
type: array
30699-
roleArn:
30700-
description: Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
30701-
type: string
30702-
type: object
30703-
StreamsAWSLambdaConnection:
30704-
allOf:
30705-
- $ref: '#/components/schemas/StreamsConnection'
30706-
- properties:
30707-
aws:
30708-
$ref: '#/components/schemas/StreamsAWSConnectionBaseConfig'
30709-
type: object
30710-
description: The configuration for AWS Lambda connections.
30711-
type: object
3071230687
StreamsClusterConnection:
3071330688
allOf:
3071430689
- $ref: '#/components/schemas/StreamsConnection'
@@ -34510,7 +34485,7 @@ info:
3451034485
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3451134486
title: MongoDB Atlas Administration API
3451234487
version: "2.0"
34513-
x-xgen-sha: 7e9cf37fc4355078917cd13055cf65ec7a3114a6
34488+
x-xgen-sha: 3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2
3451434489
openapi: 3.0.1
3451534490
paths:
3451634491
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "7e9cf37fc4355078917cd13055cf65ec7a3114a6"
215+
"x-xgen-sha": "3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -60793,45 +60793,6 @@
6079360793
"title": "Stream Processor Events",
6079460794
"type": "object"
6079560795
},
60796-
"StreamsAWSConnectionBaseConfig": {
60797-
"description": "The base configuration of AWS connection used in stream processors.",
60798-
"properties": {
60799-
"links": {
60800-
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
60801-
"externalDocs": {
60802-
"description": "Web Linking Specification (RFC 5988)",
60803-
"url": "https://datatracker.ietf.org/doc/html/rfc5988"
60804-
},
60805-
"items": {
60806-
"$ref": "#/components/schemas/Link"
60807-
},
60808-
"readOnly": true,
60809-
"type": "array"
60810-
},
60811-
"roleArn": {
60812-
"description": "Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.",
60813-
"type": "string"
60814-
}
60815-
},
60816-
"type": "object"
60817-
},
60818-
"StreamsAWSLambdaConnection": {
60819-
"allOf": [
60820-
{
60821-
"$ref": "#/components/schemas/StreamsConnection"
60822-
},
60823-
{
60824-
"properties": {
60825-
"aws": {
60826-
"$ref": "#/components/schemas/StreamsAWSConnectionBaseConfig"
60827-
}
60828-
},
60829-
"type": "object"
60830-
}
60831-
],
60832-
"description": "The configuration for AWS Lambda connections.",
60833-
"type": "object"
60834-
},
6083560796
"StreamsClusterConnection": {
6083660797
"allOf": [
6083760798
{

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30684,31 +30684,6 @@ components:
3068430684
- id
3068530685
title: Stream Processor Events
3068630686
type: object
30687-
StreamsAWSConnectionBaseConfig:
30688-
description: The base configuration of AWS connection used in stream processors.
30689-
properties:
30690-
links:
30691-
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
30692-
externalDocs:
30693-
description: Web Linking Specification (RFC 5988)
30694-
url: https://datatracker.ietf.org/doc/html/rfc5988
30695-
items:
30696-
$ref: '#/components/schemas/Link'
30697-
readOnly: true
30698-
type: array
30699-
roleArn:
30700-
description: Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
30701-
type: string
30702-
type: object
30703-
StreamsAWSLambdaConnection:
30704-
allOf:
30705-
- $ref: '#/components/schemas/StreamsConnection'
30706-
- properties:
30707-
aws:
30708-
$ref: '#/components/schemas/StreamsAWSConnectionBaseConfig'
30709-
type: object
30710-
description: The configuration for AWS Lambda connections.
30711-
type: object
3071230687
StreamsClusterConnection:
3071330688
allOf:
3071430689
- $ref: '#/components/schemas/StreamsConnection'
@@ -34510,7 +34485,7 @@ info:
3451034485
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3451134486
title: MongoDB Atlas Administration API
3451234487
version: "2.0"
34513-
x-xgen-sha: 7e9cf37fc4355078917cd13055cf65ec7a3114a6
34488+
x-xgen-sha: 3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2
3451434489
openapi: 3.0.1
3451534490
paths:
3451634491
/api/atlas/v2:

openapi/v2/openapi-2023-10-01.json

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "7e9cf37fc4355078917cd13055cf65ec7a3114a6"
215+
"x-xgen-sha": "3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -60788,45 +60788,6 @@
6078860788
"title": "Stream Processor Events",
6078960789
"type": "object"
6079060790
},
60791-
"StreamsAWSConnectionBaseConfig": {
60792-
"description": "The base configuration of AWS connection used in stream processors.",
60793-
"properties": {
60794-
"links": {
60795-
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
60796-
"externalDocs": {
60797-
"description": "Web Linking Specification (RFC 5988)",
60798-
"url": "https://datatracker.ietf.org/doc/html/rfc5988"
60799-
},
60800-
"items": {
60801-
"$ref": "#/components/schemas/Link"
60802-
},
60803-
"readOnly": true,
60804-
"type": "array"
60805-
},
60806-
"roleArn": {
60807-
"description": "Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.",
60808-
"type": "string"
60809-
}
60810-
},
60811-
"type": "object"
60812-
},
60813-
"StreamsAWSLambdaConnection": {
60814-
"allOf": [
60815-
{
60816-
"$ref": "#/components/schemas/StreamsConnection"
60817-
},
60818-
{
60819-
"properties": {
60820-
"aws": {
60821-
"$ref": "#/components/schemas/StreamsAWSConnectionBaseConfig"
60822-
}
60823-
},
60824-
"type": "object"
60825-
}
60826-
],
60827-
"description": "The configuration for AWS Lambda connections.",
60828-
"type": "object"
60829-
},
6083060791
"StreamsClusterConnection": {
6083160792
"allOf": [
6083260793
{

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30684,31 +30684,6 @@ components:
3068430684
- id
3068530685
title: Stream Processor Events
3068630686
type: object
30687-
StreamsAWSConnectionBaseConfig:
30688-
description: The base configuration of AWS connection used in stream processors.
30689-
properties:
30690-
links:
30691-
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
30692-
externalDocs:
30693-
description: Web Linking Specification (RFC 5988)
30694-
url: https://datatracker.ietf.org/doc/html/rfc5988
30695-
items:
30696-
$ref: '#/components/schemas/Link'
30697-
readOnly: true
30698-
type: array
30699-
roleArn:
30700-
description: Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
30701-
type: string
30702-
type: object
30703-
StreamsAWSLambdaConnection:
30704-
allOf:
30705-
- $ref: '#/components/schemas/StreamsConnection'
30706-
- properties:
30707-
aws:
30708-
$ref: '#/components/schemas/StreamsAWSConnectionBaseConfig'
30709-
type: object
30710-
description: The configuration for AWS Lambda connections.
30711-
type: object
3071230687
StreamsClusterConnection:
3071330688
allOf:
3071430689
- $ref: '#/components/schemas/StreamsConnection'
@@ -34510,7 +34485,7 @@ info:
3451034485
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3451134486
title: MongoDB Atlas Administration API
3451234487
version: "2.0"
34513-
x-xgen-sha: 7e9cf37fc4355078917cd13055cf65ec7a3114a6
34488+
x-xgen-sha: 3f70319f3c5ddcbec0d6d8b98e9fd717f07190e2
3451434489
openapi: 3.0.1
3451534490
paths:
3451634491
/api/atlas/v2:

0 commit comments

Comments
 (0)