|
1800 | 1800 | "publicConnectivity": {
|
1801 | 1801 | "target": "smithy.api#Boolean",
|
1802 | 1802 | "traits": {
|
1803 |
| - "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable.</p>" |
| 1803 | + "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable.</p>" |
1804 | 1804 | }
|
1805 | 1805 | },
|
1806 | 1806 | "kmsKeyIdentifier": {
|
|
1896 | 1896 | "publicConnectivity": {
|
1897 | 1897 | "target": "smithy.api#Boolean",
|
1898 | 1898 | "traits": {
|
1899 |
| - "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.</p>" |
| 1899 | + "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.</p>" |
1900 | 1900 | }
|
1901 | 1901 | },
|
1902 | 1902 | "vectorSearchConfiguration": {
|
|
2123 | 2123 | "publicConnectivity": {
|
2124 | 2124 | "target": "smithy.api#Boolean",
|
2125 | 2125 | "traits": {
|
2126 |
| - "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable).</p>" |
| 2126 | + "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable).</p>" |
2127 | 2127 | }
|
2128 | 2128 | },
|
2129 | 2129 | "kmsKeyIdentifier": {
|
|
2735 | 2735 | "smithy.api#output": {}
|
2736 | 2736 | }
|
2737 | 2737 | },
|
| 2738 | + "com.amazonaws.neptunegraph#DocumentValuedMap": { |
| 2739 | + "type": "map", |
| 2740 | + "key": { |
| 2741 | + "target": "smithy.api#String" |
| 2742 | + }, |
| 2743 | + "value": { |
| 2744 | + "target": "smithy.api#Document" |
| 2745 | + } |
| 2746 | + }, |
2738 | 2747 | "com.amazonaws.neptunegraph#EdgeLabels": {
|
2739 | 2748 | "type": "list",
|
2740 | 2749 | "member": {
|
|
2803 | 2812 | ],
|
2804 | 2813 | "traits": {
|
2805 | 2814 | "aws.api#dataPlane": {},
|
2806 |
| - "smithy.api#documentation": "<p>Execute an openCypher query. Currently, the SDK does not support parameterized queries. If you want to make a \n parameterized query call, you can use an HTTP request. </p>\n <note>\n <p>\n Non-parametrized queries are not considered for plan caching. You can force plan caching with \n <code>planCache=enabled</code>. The plan cache will be reused only for the same exact query. Slight variations \n in the query will not be able to reuse the query plan cache.\n </p>\n </note>", |
| 2815 | + "smithy.api#documentation": "<p>Execute an openCypher query. Currently, the SDK does not support parameterized queries. If you want to make a \n parameterized query call, you can use an HTTP request. </p>\n <p>\n When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have a policy attached \n that allows one of the following IAM actions in that cluster, depending on the query:\n </p>\n <ul>\n <li>\n <p>neptune-graph:ReadDataViaQuery</p>\n </li>\n <li>\n <p>neptune-graph:WriteDataViaQuery</p>\n </li>\n <li>\n <p>neptune-graph:DeleteDataViaQuery</p>\n </li>\n </ul>\n <note>\n <p>\n Non-parametrized queries are not considered for plan caching. You can force plan caching with \n <code>planCache=enabled</code>. The plan cache will be reused only for the same exact query. Slight variations \n in the query will not be able to reuse the query plan cache.\n </p>\n </note>", |
2807 | 2816 | "smithy.api#endpoint": {
|
2808 | 2817 | "hostPrefix": "{graphIdentifier}."
|
2809 | 2818 | },
|
|
2846 | 2855 | "smithy.api#required": {}
|
2847 | 2856 | }
|
2848 | 2857 | },
|
| 2858 | + "parameters": { |
| 2859 | + "target": "com.amazonaws.neptunegraph#DocumentValuedMap", |
| 2860 | + "traits": { |
| 2861 | + "smithy.api#documentation": "<p>The data parameters the query can use in JSON format. For example: {\"name\": \"john\", \"age\": 20}. (optional) </p>" |
| 2862 | + } |
| 2863 | + }, |
2849 | 2864 | "planCache": {
|
2850 | 2865 | "target": "com.amazonaws.neptunegraph#PlanCacheType",
|
2851 | 2866 | "traits": {
|
|
3796 | 3811 | ],
|
3797 | 3812 | "traits": {
|
3798 | 3813 | "aws.api#dataPlane": {},
|
3799 |
| - "smithy.api#documentation": "<p>Retrieves the status of a specified query.</p>", |
| 3814 | + "smithy.api#documentation": "<p>Retrieves the status of a specified query.</p>\n <note>\n <p>\n When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have the \n <code>neptune-graph:GetQueryStatus</code> IAM action attached.\n </p>\n </note>", |
3800 | 3815 | "smithy.api#endpoint": {
|
3801 | 3816 | "hostPrefix": "{graphIdentifier}."
|
3802 | 3817 | },
|
|
5587 | 5602 | "publicConnectivity": {
|
5588 | 5603 | "target": "smithy.api#Boolean",
|
5589 | 5604 | "traits": {
|
5590 |
| - "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable).</p>" |
| 5605 | + "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable).</p>" |
5591 | 5606 | }
|
5592 | 5607 | }
|
5593 | 5608 | },
|
|
6181 | 6196 | "publicConnectivity": {
|
6182 | 6197 | "target": "smithy.api#Boolean",
|
6183 | 6198 | "traits": {
|
6184 |
| - "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable.</p>" |
| 6199 | + "smithy.api#documentation": "<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.\n (<code>true</code> to enable, or <code>false</code> to disable.</p>" |
6185 | 6200 | }
|
6186 | 6201 | },
|
6187 | 6202 | "provisionedMemory": {
|
|
0 commit comments