Skip to content

Commit d9e8c84

Browse files
author
AWS
committed
Amazon Neptune Update: Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter.
1 parent fb8df73 commit d9e8c84

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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 Neptune",
4+
"contributor": "",
5+
"description": "Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter."
6+
}

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,8 +1973,7 @@
19731973
},
19741974
"PubliclyAccessible":{
19751975
"shape":"BooleanOptional",
1976-
"documentation":"<p>This flag should no longer be used.</p>",
1977-
"deprecated":true
1976+
"documentation":"<p>Indicates whether the DB instance is publicly accessible.</p> <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p> <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>"
19781977
},
19791978
"Tags":{
19801979
"shape":"TagList",
@@ -3099,8 +3098,7 @@
30993098
},
31003099
"PubliclyAccessible":{
31013100
"shape":"Boolean",
3102-
"documentation":"<p>This flag should no longer be used.</p>",
3103-
"deprecated":true
3101+
"documentation":"<p>Indicates whether the DB instance is publicly accessible.</p> <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p> <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>"
31043102
},
31053103
"StatusInfos":{
31063104
"shape":"DBInstanceStatusInfoList",
@@ -5313,8 +5311,7 @@
53135311
},
53145312
"PubliclyAccessible":{
53155313
"shape":"BooleanOptional",
5316-
"documentation":"<p>This flag should no longer be used.</p>",
5317-
"deprecated":true
5314+
"documentation":"<p>Indicates whether the DB instance is publicly accessible.</p> <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p> <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>"
53185315
},
53195316
"MonitoringRoleArn":{
53205317
"shape":"String",

0 commit comments

Comments
 (0)