Skip to content

Commit b230317

Browse files
author
AWS
committed
Amazon Redshift Update: This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
1 parent 61da3e4 commit b230317

File tree

3 files changed

+394
-4
lines changed

3 files changed

+394
-4
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 Redshift",
4+
"contributor": "",
5+
"description": "This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations."
6+
}

services/redshift/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@
126126
"output_token": "Marker",
127127
"result_key": "InboundIntegrations"
128128
},
129+
"DescribeIntegrations": {
130+
"input_token": "Marker",
131+
"limit_key": "MaxRecords",
132+
"output_token": "Marker",
133+
"result_key": "Integrations"
134+
},
129135
"DescribeNodeConfigurationOptions": {
130136
"input_token": "Marker",
131137
"limit_key": "MaxRecords",

0 commit comments

Comments
 (0)