Skip to content

Commit 5140fd5

Browse files
author
AWS
committed
Amazon VPC Lattice Update: Lattice APIs that allow sharing and access of VPC resources across accounts.
1 parent b7997ca commit 5140fd5

File tree

3 files changed

+2007
-165
lines changed

3 files changed

+2007
-165
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 VPC Lattice",
4+
"contributor": "",
5+
"description": "Lattice APIs that allow sharing and access of VPC resources across accounts."
6+
}

services/vpclattice/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,36 @@
1212
"limit_key": "maxResults",
1313
"result_key": "items"
1414
},
15+
"ListResourceConfigurations": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "items"
20+
},
21+
"ListResourceEndpointAssociations": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "items"
26+
},
27+
"ListResourceGateways": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "items"
32+
},
1533
"ListRules": {
1634
"input_token": "nextToken",
1735
"output_token": "nextToken",
1836
"limit_key": "maxResults",
1937
"result_key": "items"
2038
},
39+
"ListServiceNetworkResourceAssociations": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "items"
44+
},
2145
"ListServiceNetworkServiceAssociations": {
2246
"input_token": "nextToken",
2347
"output_token": "nextToken",
@@ -30,6 +54,12 @@
3054
"limit_key": "maxResults",
3155
"result_key": "items"
3256
},
57+
"ListServiceNetworkVpcEndpointAssociations": {
58+
"input_token": "nextToken",
59+
"output_token": "nextToken",
60+
"limit_key": "maxResults",
61+
"result_key": "items"
62+
},
3363
"ListServiceNetworks": {
3464
"input_token": "nextToken",
3565
"output_token": "nextToken",

0 commit comments

Comments
 (0)