Skip to content

Commit d498344

Browse files
author
AWS
committed
AWS DataSync Update: Remove Discovery APIs from the DataSync service
1 parent 00a0b6a commit d498344

File tree

3 files changed

+75
-1409
lines changed

3 files changed

+75
-1409
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": "AWS DataSync",
4+
"contributor": "",
5+
"description": "Remove Discovery APIs from the DataSync service"
6+
}

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
11
{
22
"pagination": {
3-
"DescribeStorageSystemResourceMetrics": {
4-
"input_token": "NextToken",
5-
"output_token": "NextToken",
6-
"limit_key": "MaxResults",
7-
"result_key": "Metrics"
8-
},
9-
"DescribeStorageSystemResources": {
10-
"input_token": "NextToken",
11-
"output_token": "NextToken",
12-
"limit_key": "MaxResults"
13-
},
143
"ListAgents": {
154
"input_token": "NextToken",
165
"output_token": "NextToken",
176
"limit_key": "MaxResults",
187
"result_key": "Agents"
198
},
20-
"ListDiscoveryJobs": {
21-
"input_token": "NextToken",
22-
"output_token": "NextToken",
23-
"limit_key": "MaxResults",
24-
"result_key": "DiscoveryJobs"
25-
},
269
"ListLocations": {
2710
"input_token": "NextToken",
2811
"output_token": "NextToken",
2912
"limit_key": "MaxResults",
3013
"result_key": "Locations"
3114
},
32-
"ListStorageSystems": {
33-
"input_token": "NextToken",
34-
"output_token": "NextToken",
35-
"limit_key": "MaxResults",
36-
"result_key": "StorageSystems"
37-
},
3815
"ListTagsForResource": {
3916
"input_token": "NextToken",
4017
"output_token": "NextToken",

0 commit comments

Comments
 (0)