Skip to content

Commit 607bc4f

Browse files
author
AWS
committed
Amazon Redshift Update: Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
1 parent 675a12c commit 607bc4f

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
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": "Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation."
6+
}

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,15 +2596,15 @@
25962596
"members":{
25972597
"DataShareArn":{
25982598
"shape":"String",
2599-
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.</p>"
2599+
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare that the consumer is to use.</p>"
26002600
},
26012601
"AssociateEntireAccount":{
26022602
"shape":"BooleanOptional",
26032603
"documentation":"<p>A value that specifies whether the datashare is associated with the entire account.</p>"
26042604
},
26052605
"ConsumerArn":{
26062606
"shape":"String",
2607-
"documentation":"<p>The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.</p>"
2607+
"documentation":"<p>The Amazon Resource Name (ARN) of the consumer namespace associated with the datashare.</p>"
26082608
},
26092609
"ConsumerRegion":{
26102610
"shape":"String",
@@ -2820,7 +2820,7 @@
28202820
"members":{
28212821
"DataShareArn":{
28222822
"shape":"String",
2823-
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.</p>"
2823+
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare namespace that producers are to authorize sharing for.</p>"
28242824
},
28252825
"ConsumerIdentifier":{
28262826
"shape":"String",
@@ -2864,7 +2864,7 @@
28642864
},
28652865
"SnapshotClusterIdentifier":{
28662866
"shape":"String",
2867-
"documentation":"<p>The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.</p>"
2867+
"documentation":"<p>The identifier of the cluster the snapshot was created from.</p> <ul> <li> <p> <i>If the snapshot to access doesn't exist and the associated IAM policy doesn't allow access to all (*) snapshots</i> - This parameter is required. Otherwise, permissions aren't available to check if the snapshot exists.</p> </li> <li> <p> <i>If the snapshot to access exists</i> - This parameter isn't required. Redshift can retrieve the cluster identifier and use it to validate snapshot authorization.</p> </li> </ul>"
28682868
},
28692869
"AccountWithRestoreAccess":{
28702870
"shape":"String",
@@ -4127,7 +4127,7 @@
41274127
},
41284128
"Port":{
41294129
"shape":"IntegerOptional",
4130-
"documentation":"<p>The port number on which the cluster accepts incoming connections.</p> <p>The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.</p> <p>Default: <code>5439</code> </p> <p>Valid Values: <code>1150-65535</code> </p>"
4130+
"documentation":"<p>The port number on which the cluster accepts incoming connections.</p> <p>The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.</p> <p>Default: <code>5439</code> </p> <p>Valid Values: </p> <ul> <li> <p>For clusters with ra3 nodes - Select a port within the ranges <code>5431-5455</code> or <code>8191-8215</code>. (If you have an existing cluster with ra3 nodes, it isn't required that you change the port to these ranges.)</p> </li> <li> <p>For clusters with ds2 or dc2 nodes - Select a port within the range <code>1150-65535</code>.</p> </li> </ul>"
41314131
},
41324132
"ClusterVersion":{
41334133
"shape":"String",
@@ -4815,11 +4815,11 @@
48154815
"members":{
48164816
"DataShareArn":{
48174817
"shape":"String",
4818-
"documentation":"<p>An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of the producer cluster. A datashare ARN is in the <code>arn:aws:redshift:{region}:{account-id}:{datashare}:{namespace-guid}/{datashare-name}</code> format.</p>"
4818+
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare that the consumer is to use.</p>"
48194819
},
48204820
"ProducerArn":{
48214821
"shape":"String",
4822-
"documentation":"<p>The Amazon Resource Name (ARN) of the producer.</p>"
4822+
"documentation":"<p>The Amazon Resource Name (ARN) of the producer namespace.</p>"
48234823
},
48244824
"AllowPubliclyAccessibleConsumers":{
48254825
"shape":"Boolean",
@@ -4951,7 +4951,7 @@
49514951
"members":{
49524952
"DataShareArn":{
49534953
"shape":"String",
4954-
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare to remove authorization from.</p>"
4954+
"documentation":"<p>The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.</p>"
49554955
},
49564956
"ConsumerIdentifier":{
49574957
"shape":"String",
@@ -5581,7 +5581,7 @@
55815581
"members":{
55825582
"ConsumerArn":{
55835583
"shape":"String",
5584-
"documentation":"<p>The Amazon Resource Name (ARN) of the consumer that returns in the list of datashares.</p>"
5584+
"documentation":"<p>The Amazon Resource Name (ARN) of the consumer namespace that returns in the list of datashares.</p>"
55855585
},
55865586
"Status":{
55875587
"shape":"DataShareStatusForConsumer",
@@ -5615,7 +5615,7 @@
56155615
"members":{
56165616
"ProducerArn":{
56175617
"shape":"String",
5618-
"documentation":"<p>The Amazon Resource Name (ARN) of the producer that returns in the list of datashares.</p>"
5618+
"documentation":"<p>The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.</p>"
56195619
},
56205620
"Status":{
56215621
"shape":"DataShareStatusForProducer",
@@ -5649,7 +5649,7 @@
56495649
"members":{
56505650
"DataShareArn":{
56515651
"shape":"String",
5652-
"documentation":"<p>The identifier of the datashare to describe details of.</p>"
5652+
"documentation":"<p>The Amazon resource name (ARN) of the datashare to describe details of.</p>"
56535653
},
56545654
"MaxRecords":{
56555655
"shape":"IntegerOptional",
@@ -6337,15 +6337,15 @@
63376337
"members":{
63386338
"DataShareArn":{
63396339
"shape":"String",
6340-
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare to remove association for. </p>"
6340+
"documentation":"<p>The Amazon Resource Name (ARN) of the datashare to remove association for.</p>"
63416341
},
63426342
"DisassociateEntireAccount":{
63436343
"shape":"BooleanOptional",
63446344
"documentation":"<p>A value that specifies whether association for the datashare is removed from the entire account.</p>"
63456345
},
63466346
"ConsumerArn":{
63476347
"shape":"String",
6348-
"documentation":"<p>The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.</p>"
6348+
"documentation":"<p>The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.</p>"
63496349
},
63506350
"ConsumerRegion":{
63516351
"shape":"String",
@@ -8210,7 +8210,7 @@
82108210
},
82118211
"Port":{
82128212
"shape":"IntegerOptional",
8213-
"documentation":"<p>The option to change the port of an Amazon Redshift cluster.</p>"
8213+
"documentation":"<p>The option to change the port of an Amazon Redshift cluster.</p> <p>Valid Values: </p> <ul> <li> <p>For clusters with ra3 nodes - Select a port within the ranges <code>5431-5455</code> or <code>8191-8215</code>. (If you have an existing cluster with ra3 nodes, it isn't required that you change the port to these ranges.)</p> </li> <li> <p>For clusters with ds2 or dc2 nodes - Select a port within the range <code>1150-65535</code>.</p> </li> </ul>"
82148214
},
82158215
"ManageMasterPassword":{
82168216
"shape":"BooleanOptional",
@@ -9837,7 +9837,7 @@
98379837
},
98389838
"Port":{
98399839
"shape":"IntegerOptional",
9840-
"documentation":"<p>The port number on which the cluster accepts connections.</p> <p>Default: The same port as the original cluster.</p> <p>Constraints: Must be between <code>1115</code> and <code>65535</code>.</p>"
9840+
"documentation":"<p>The port number on which the cluster accepts connections.</p> <p>Default: The same port as the original cluster.</p> <p>Valid values: For clusters with ds2 or dc2 nodes, must be within the range <code>1150</code>-<code>65535</code>. For clusters with ra3 nodes, must be within the ranges <code>5431</code>-<code>5455</code> or <code>8191</code>-<code>8215</code>.</p>"
98419841
},
98429842
"AvailabilityZone":{
98439843
"shape":"String",

0 commit comments

Comments
 (0)