Skip to content

Commit c1e79d4

Browse files
author
AWS
committed
Amazon OpenSearch Service Update: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
1 parent 7418929 commit c1e79d4

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon OpenSearch Service",
4+
"contributor": "",
5+
"description": "This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status."
6+
}

services/opensearch/src/main/resources/codegen-resources/service-2.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"apiVersion":"2021-01-01",
55
"endpointPrefix":"es",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon OpenSearch Service",
89
"serviceId":"OpenSearch",
910
"signatureVersion":"v4",
@@ -2321,6 +2322,10 @@
23212322
"Description":{
23222323
"shape":"DataSourceDescription",
23232324
"documentation":"<p>A description of the data source.</p>"
2325+
},
2326+
"Status":{
2327+
"shape":"DataSourceStatus",
2328+
"documentation":"<p>The status of the data source.</p>"
23242329
}
23252330
},
23262331
"documentation":"<p>Details about a direct-query data source.</p>"
@@ -2335,6 +2340,13 @@
23352340
"min":3,
23362341
"pattern":"[a-z][a-z0-9_]+"
23372342
},
2343+
"DataSourceStatus":{
2344+
"type":"string",
2345+
"enum":[
2346+
"ACTIVE",
2347+
"DISABLED"
2348+
]
2349+
},
23382350
"DataSourceType":{
23392351
"type":"structure",
23402352
"members":{
@@ -3500,7 +3512,7 @@
35003512
},
35013513
"DomainEndpointV2HostedZoneId":{
35023514
"shape":"HostedZoneId",
3503-
"documentation":"<p>The DualStack Hosted Zone Id for the domain. </p>"
3515+
"documentation":"<p>The dual stack hosted zone ID for the domain. </p>"
35043516
},
35053517
"Processing":{
35063518
"shape":"Boolean",
@@ -3889,6 +3901,10 @@
38893901
"Description":{
38903902
"shape":"DataSourceDescription",
38913903
"documentation":"<p>A description of the data source.</p>"
3904+
},
3905+
"Status":{
3906+
"shape":"DataSourceStatus",
3907+
"documentation":"<p>The status of the data source response.</p>"
38923908
}
38933909
},
38943910
"documentation":"<p>The result of a <code>GetDataSource</code> operation.</p>"
@@ -6243,6 +6259,10 @@
62436259
"Description":{
62446260
"shape":"DataSourceDescription",
62456261
"documentation":"<p>A new description of the data source.</p>"
6262+
},
6263+
"Status":{
6264+
"shape":"DataSourceStatus",
6265+
"documentation":"<p>The status of the data source update request.</p>"
62466266
}
62476267
},
62486268
"documentation":"<p>Container for the parameters to the <code>UpdateDataSource</code> operation.</p>"

0 commit comments

Comments
 (0)