Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 12, 2022
1 parent a1320cb commit c766d34
Show file tree
Hide file tree
Showing 11 changed files with 473 additions and 90 deletions.
20 changes: 19 additions & 1 deletion codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14089,7 +14089,7 @@
"target": "com.amazonaws.ec2#CreateTrafficMirrorTargetResult"
},
"traits": {
"smithy.api#documentation": "<p>Creates a target for your Traffic Mirror session.</p>\n <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and\n the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in\n different VPCs connected via VPC peering or a transit gateway.</p>\n <p>A Traffic Mirror target can be a network interface, or a Network Load Balancer.</p>\n <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>"
"smithy.api#documentation": "<p>Creates a target for your Traffic Mirror session.</p>\n <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and\n the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in\n different VPCs connected via VPC peering or a transit gateway.</p>\n <p>A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.</p>\n <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>"
}
},
"com.amazonaws.ec2#CreateTrafficMirrorTargetRequest": {
Expand Down Expand Up @@ -14132,6 +14132,12 @@
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>",
"smithy.api#idempotencyToken": {}
}
},
"GatewayLoadBalancerEndpointId": {
"target": "com.amazonaws.ec2#VpcEndpointId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Gateway Load Balancer endpoint.</p>"
}
}
}
},
Expand Down Expand Up @@ -74446,6 +74452,14 @@
"smithy.api#documentation": "<p>The tags assigned to the Traffic Mirror target.</p>",
"smithy.api#xmlName": "tagSet"
}
},
"GatewayLoadBalancerEndpointId": {
"target": "com.amazonaws.ec2#String",
"traits": {
"aws.protocols#ec2QueryName": "GatewayLoadBalancerEndpointId",
"smithy.api#documentation": "<p>The ID of the Gateway Load Balancer endpoint.</p>",
"smithy.api#xmlName": "gatewayLoadBalancerEndpointId"
}
}
},
"traits": {
Expand Down Expand Up @@ -74484,6 +74498,10 @@
{
"value": "network-load-balancer",
"name": "network_load_balancer"
},
{
"value": "gateway-load-balancer-endpoint",
"name": "gateway_load_balancer_endpoint"
}
]
}
Expand Down
7 changes: 6 additions & 1 deletion codegen/sdk-codegen/aws-models/finspace-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,7 @@
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "changesets",
"pageSize": "maxResults"
}
}
Expand Down Expand Up @@ -2698,6 +2699,7 @@
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "dataViews",
"pageSize": "maxResults"
}
}
Expand Down Expand Up @@ -2785,6 +2787,7 @@
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "datasets",
"pageSize": "maxResults"
}
}
Expand Down Expand Up @@ -2864,6 +2867,7 @@
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "permissionGroups",
"pageSize": "maxResults"
}
}
Expand Down Expand Up @@ -2937,6 +2941,7 @@
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "users",
"pageSize": "maxResults"
}
}
Expand Down Expand Up @@ -3229,7 +3234,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.</p>\n <p>The following is a list of valid dataset permissions that you can apply:\n \n </p>\n <ul>\n <li>\n <p>\n <code>ViewDatasetDetails</code>\n </p>\n </li>\n <li>\n <p>\n <code>ReadDatasetDetails</code>\n </p>\n </li>\n <li>\n <p>\n <code>AddDatasetData</code>\n </p>\n </li>\n <li>\n <p>\n <code>CreateSnapshot</code>\n </p>\n </li>\n <li>\n <p>\n <code>EditDatasetMetadata</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteDataset</code>\n </p>\n </li>\n </ul>\n <p>For more information on the dataset permissions, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/managing-user-permissions.html#supported-dataset-permissions\">Supported Dataset Permissions</a> in the FinSpace User Guide.</p>"
"smithy.api#documentation": "<p>Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.</p>\n <p>The following is a list of valid dataset permissions that you can apply:\n \n </p>\n <ul>\n <li>\n <p>\n <code>ViewDatasetDetails</code>\n </p>\n </li>\n <li>\n <p>\n <code>ReadDatasetDetails</code>\n </p>\n </li>\n <li>\n <p>\n <code>AddDatasetData</code>\n </p>\n </li>\n <li>\n <p>\n <code>CreateDataView</code>\n </p>\n </li>\n <li>\n <p>\n <code>EditDatasetMetadata</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteDataset</code>\n </p>\n </li>\n </ul>\n <p>For more information on the dataset permissions, see <a href=\"https://docs.aws.amazon.com/finspace/latest/userguide/managing-user-permissions.html#supported-dataset-permissions\">Supported Dataset Permissions</a> in the FinSpace User Guide.</p>"
}
},
"com.amazonaws.finspacedata#ResourcePermissionsList": {
Expand Down
Loading

0 comments on commit c766d34

Please sign in to comment.