Skip to content

Commit c766d34

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent a1320cb commit c766d34

File tree

11 files changed

+473
-90
lines changed

11 files changed

+473
-90
lines changed

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14089,7 +14089,7 @@
1408914089
"target": "com.amazonaws.ec2#CreateTrafficMirrorTargetResult"
1409014090
},
1409114091
"traits": {
14092-
"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>"
14092+
"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>"
1409314093
}
1409414094
},
1409514095
"com.amazonaws.ec2#CreateTrafficMirrorTargetRequest": {
@@ -14132,6 +14132,12 @@
1413214132
"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>",
1413314133
"smithy.api#idempotencyToken": {}
1413414134
}
14135+
},
14136+
"GatewayLoadBalancerEndpointId": {
14137+
"target": "com.amazonaws.ec2#VpcEndpointId",
14138+
"traits": {
14139+
"smithy.api#documentation": "<p>The ID of the Gateway Load Balancer endpoint.</p>"
14140+
}
1413514141
}
1413614142
}
1413714143
},
@@ -74446,6 +74452,14 @@
7444674452
"smithy.api#documentation": "<p>The tags assigned to the Traffic Mirror target.</p>",
7444774453
"smithy.api#xmlName": "tagSet"
7444874454
}
74455+
},
74456+
"GatewayLoadBalancerEndpointId": {
74457+
"target": "com.amazonaws.ec2#String",
74458+
"traits": {
74459+
"aws.protocols#ec2QueryName": "GatewayLoadBalancerEndpointId",
74460+
"smithy.api#documentation": "<p>The ID of the Gateway Load Balancer endpoint.</p>",
74461+
"smithy.api#xmlName": "gatewayLoadBalancerEndpointId"
74462+
}
7444974463
}
7445074464
},
7445174465
"traits": {
@@ -74484,6 +74498,10 @@
7448474498
{
7448574499
"value": "network-load-balancer",
7448674500
"name": "network_load_balancer"
74501+
},
74502+
{
74503+
"value": "gateway-load-balancer-endpoint",
74504+
"name": "gateway_load_balancer_endpoint"
7448774505
}
7448874506
]
7448974507
}

codegen/sdk-codegen/aws-models/finspace-data.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,6 +2608,7 @@
26082608
"smithy.api#paginated": {
26092609
"inputToken": "nextToken",
26102610
"outputToken": "nextToken",
2611+
"items": "changesets",
26112612
"pageSize": "maxResults"
26122613
}
26132614
}
@@ -2698,6 +2699,7 @@
26982699
"smithy.api#paginated": {
26992700
"inputToken": "nextToken",
27002701
"outputToken": "nextToken",
2702+
"items": "dataViews",
27012703
"pageSize": "maxResults"
27022704
}
27032705
}
@@ -2785,6 +2787,7 @@
27852787
"smithy.api#paginated": {
27862788
"inputToken": "nextToken",
27872789
"outputToken": "nextToken",
2790+
"items": "datasets",
27882791
"pageSize": "maxResults"
27892792
}
27902793
}
@@ -2864,6 +2867,7 @@
28642867
"smithy.api#paginated": {
28652868
"inputToken": "nextToken",
28662869
"outputToken": "nextToken",
2870+
"items": "permissionGroups",
28672871
"pageSize": "maxResults"
28682872
}
28692873
}
@@ -2937,6 +2941,7 @@
29372941
"smithy.api#paginated": {
29382942
"inputToken": "nextToken",
29392943
"outputToken": "nextToken",
2944+
"items": "users",
29402945
"pageSize": "maxResults"
29412946
}
29422947
}
@@ -3229,7 +3234,7 @@
32293234
}
32303235
},
32313236
"traits": {
3232-
"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>"
3237+
"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>"
32333238
}
32343239
},
32353240
"com.amazonaws.finspacedata#ResourcePermissionsList": {

0 commit comments

Comments
 (0)