Skip to content

Commit b49c78b

Browse files
author
AWS
committed
Amazon Redshift Update: Adds support for Amazon Redshift S3AccessGrants
1 parent f2bb3e5 commit b49c78b

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
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": "Adds support for Amazon Redshift S3AccessGrants"
6+
}

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9441,6 +9441,17 @@
94419441
}
94429442
}
94439443
},
9444+
"ReadWriteAccess":{
9445+
"type":"structure",
9446+
"required":["Authorization"],
9447+
"members":{
9448+
"Authorization":{
9449+
"shape":"ServiceAuthorization",
9450+
"documentation":"<p>Determines whether the read/write scope is enabled or disabled.</p>"
9451+
}
9452+
},
9453+
"documentation":"<p>The S3 Access Grants scope.</p>"
9454+
},
94449455
"RebootClusterMessage":{
94459456
"type":"structure",
94469457
"required":["ClusterIdentifier"],
@@ -10585,6 +10596,21 @@
1058510596
"Cluster":{"shape":"Cluster"}
1058610597
}
1058710598
},
10599+
"S3AccessGrantsScopeUnion":{
10600+
"type":"structure",
10601+
"members":{
10602+
"ReadWriteAccess":{
10603+
"shape":"ReadWriteAccess",
10604+
"documentation":"<p>The S3 Access Grants scope.</p>"
10605+
}
10606+
},
10607+
"documentation":"<p>A list of scopes set up for S3 Access Grants integration.</p>",
10608+
"union":true
10609+
},
10610+
"S3AccessGrantsServiceIntegrations":{
10611+
"type":"list",
10612+
"member":{"shape":"S3AccessGrantsScopeUnion"}
10613+
},
1058810614
"S3KeyPrefixValue":{
1058910615
"type":"string",
1059010616
"max":256,
@@ -10877,6 +10903,10 @@
1087710903
"LakeFormation":{
1087810904
"shape":"LakeFormationServiceIntegrations",
1087910905
"documentation":"<p>A list of scopes set up for Lake Formation integration.</p>"
10906+
},
10907+
"S3AccessGrants":{
10908+
"shape":"S3AccessGrantsServiceIntegrations",
10909+
"documentation":"<p>A list of scopes set up for S3 Access Grants integration.</p>"
1088010910
}
1088110911
},
1088210912
"documentation":"<p>A list of service integrations.</p>",

0 commit comments

Comments
 (0)