File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
services/redshift/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon Redshift" ,
4+ "contributor" : " " ,
5+ "description" : " Adds support for Amazon Redshift S3AccessGrants"
6+ }
Original file line number Diff line number Diff line change 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"],
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,
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>",
You can’t perform that action at this time.
0 commit comments