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 9441
9441
}
9442
9442
}
9443
9443
},
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
+ },
9444
9455
"RebootClusterMessage":{
9445
9456
"type":"structure",
9446
9457
"required":["ClusterIdentifier"],
10585
10596
"Cluster":{"shape":"Cluster"}
10586
10597
}
10587
10598
},
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
+ },
10588
10614
"S3KeyPrefixValue":{
10589
10615
"type":"string",
10590
10616
"max":256,
10877
10903
"LakeFormation":{
10878
10904
"shape":"LakeFormationServiceIntegrations",
10879
10905
"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>"
10880
10910
}
10881
10911
},
10882
10912
"documentation":"<p>A list of service integrations.</p>",
You can’t perform that action at this time.
0 commit comments