Skip to content

Commit 13f3347

Browse files
authored
fix: codegen for paginator send commands (#1667)
1 parent 07ac6be commit 13f3347

File tree

1,250 files changed

+1250
-1250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,250 files changed

+1250
-1250
lines changed

Diff for: clients/client-accessanalyzer/pagination/ListAnalyzedResourcesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListAnalyzedResourcesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListAnalyzedResourcesCommand(input, ...args));
17+
return await client.send(new ListAnalyzedResourcesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AccessAnalyzer,

Diff for: clients/client-accessanalyzer/pagination/ListAnalyzersPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListAnalyzersCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListAnalyzersCommand(input, ...args));
17+
return await client.send(new ListAnalyzersCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AccessAnalyzer,

Diff for: clients/client-accessanalyzer/pagination/ListArchiveRulesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListArchiveRulesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListArchiveRulesCommand(input, ...args));
17+
return await client.send(new ListArchiveRulesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AccessAnalyzer,

Diff for: clients/client-accessanalyzer/pagination/ListFindingsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListFindingsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListFindingsCommand(input, ...args));
17+
return await client.send(new ListFindingsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AccessAnalyzer,

Diff for: clients/client-acm-pca/pagination/ListCertificateAuthoritiesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListCertificateAuthoritiesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListCertificateAuthoritiesCommand(input, ...args));
17+
return await client.send(new ListCertificateAuthoritiesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: ACMPCA,

Diff for: clients/client-acm-pca/pagination/ListPermissionsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListPermissionsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListPermissionsCommand(input, ...args));
17+
return await client.send(new ListPermissionsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: ACMPCA,

Diff for: clients/client-acm-pca/pagination/ListTagsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<ListTagsCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new ListTagsCommand(input, ...args));
13+
return await client.send(new ListTagsCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: ACMPCA,

Diff for: clients/client-acm/pagination/ListCertificatesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListCertificatesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListCertificatesCommand(input, ...args));
17+
return await client.send(new ListCertificatesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: ACM,

Diff for: clients/client-alexa-for-business/pagination/ListBusinessReportSchedulesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListBusinessReportSchedulesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListBusinessReportSchedulesCommand(input, ...args));
17+
return await client.send(new ListBusinessReportSchedulesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListConferenceProvidersPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListConferenceProvidersCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListConferenceProvidersCommand(input, ...args));
17+
return await client.send(new ListConferenceProvidersCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListDeviceEventsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListDeviceEventsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListDeviceEventsCommand(input, ...args));
17+
return await client.send(new ListDeviceEventsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListGatewayGroupsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListGatewayGroupsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListGatewayGroupsCommand(input, ...args));
17+
return await client.send(new ListGatewayGroupsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListGatewaysPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListGatewaysCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListGatewaysCommand(input, ...args));
17+
return await client.send(new ListGatewaysCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListSkillsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<ListSkillsCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new ListSkillsCommand(input, ...args));
13+
return await client.send(new ListSkillsCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListSkillsStoreCategoriesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListSkillsStoreCategoriesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListSkillsStoreCategoriesCommand(input, ...args));
17+
return await client.send(new ListSkillsStoreCategoriesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListSkillsStoreSkillsByCategoryPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListSkillsStoreSkillsByCategoryCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListSkillsStoreSkillsByCategoryCommand(input, ...args));
17+
return await client.send(new ListSkillsStoreSkillsByCategoryCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListSmartHomeAppliancesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListSmartHomeAppliancesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListSmartHomeAppliancesCommand(input, ...args));
17+
return await client.send(new ListSmartHomeAppliancesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/ListTagsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<ListTagsCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new ListTagsCommand(input, ...args));
13+
return await client.send(new ListTagsCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchAddressBooksPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<SearchAddressBooksCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new SearchAddressBooksCommand(input, ...args));
17+
return await client.send(new SearchAddressBooksCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchContactsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<SearchContactsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new SearchContactsCommand(input, ...args));
17+
return await client.send(new SearchContactsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchDevicesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<SearchDevicesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new SearchDevicesCommand(input, ...args));
17+
return await client.send(new SearchDevicesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchNetworkProfilesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<SearchNetworkProfilesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new SearchNetworkProfilesCommand(input, ...args));
17+
return await client.send(new SearchNetworkProfilesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchProfilesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<SearchProfilesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new SearchProfilesCommand(input, ...args));
17+
return await client.send(new SearchProfilesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchRoomsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<SearchRoomsCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new SearchRoomsCommand(input, ...args));
13+
return await client.send(new SearchRoomsCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchSkillGroupsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<SearchSkillGroupsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new SearchSkillGroupsCommand(input, ...args));
17+
return await client.send(new SearchSkillGroupsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AlexaForBusiness,

Diff for: clients/client-alexa-for-business/pagination/SearchUsersPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<SearchUsersCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new SearchUsersCommand(input, ...args));
13+
return await client.send(new SearchUsersCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: AlexaForBusiness,

Diff for: clients/client-api-gateway/pagination/GetApiKeysPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<GetApiKeysCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new GetApiKeysCommand(input, ...args));
13+
return await client.send(new GetApiKeysCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetBasePathMappingsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetBasePathMappingsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetBasePathMappingsCommand(input, ...args));
17+
return await client.send(new GetBasePathMappingsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetClientCertificatesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetClientCertificatesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetClientCertificatesCommand(input, ...args));
17+
return await client.send(new GetClientCertificatesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetDeploymentsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetDeploymentsCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetDeploymentsCommand(input, ...args));
17+
return await client.send(new GetDeploymentsCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetDomainNamesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetDomainNamesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetDomainNamesCommand(input, ...args));
17+
return await client.send(new GetDomainNamesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetModelsPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<GetModelsCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new GetModelsCommand(input, ...args));
13+
return await client.send(new GetModelsCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetResourcesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetResourcesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetResourcesCommand(input, ...args));
17+
return await client.send(new GetResourcesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetRestApisPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<GetRestApisCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new GetRestApisCommand(input, ...args));
13+
return await client.send(new GetRestApisCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetUsagePaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<GetUsageCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new GetUsageCommand(input, ...args));
13+
return await client.send(new GetUsageCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetUsagePlanKeysPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetUsagePlanKeysCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetUsagePlanKeysCommand(input, ...args));
17+
return await client.send(new GetUsagePlanKeysCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetUsagePlansPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<GetUsagePlansCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new GetUsagePlansCommand(input, ...args));
17+
return await client.send(new GetUsagePlansCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: APIGateway,

Diff for: clients/client-api-gateway/pagination/GetVpcLinksPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<GetVpcLinksCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new GetVpcLinksCommand(input, ...args));
13+
return await client.send(new GetVpcLinksCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: APIGateway,

Diff for: clients/client-app-mesh/pagination/ListGatewayRoutesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListGatewayRoutesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListGatewayRoutesCommand(input, ...args));
17+
return await client.send(new ListGatewayRoutesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AppMesh,

Diff for: clients/client-app-mesh/pagination/ListMeshesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<ListMeshesCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new ListMeshesCommand(input, ...args));
13+
return await client.send(new ListMeshesCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: AppMesh,

Diff for: clients/client-app-mesh/pagination/ListRoutesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const makePagedClientRequest = async (
1010
...args: any
1111
): Promise<ListRoutesCommandOutput> => {
1212
// @ts-ignore
13-
return await client.send(new ListRoutesCommand(input, ...args));
13+
return await client.send(new ListRoutesCommand(input), ...args);
1414
};
1515
const makePagedRequest = async (
1616
client: AppMesh,

Diff for: clients/client-app-mesh/pagination/ListTagsForResourcePaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListTagsForResourceCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListTagsForResourceCommand(input, ...args));
17+
return await client.send(new ListTagsForResourceCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AppMesh,

Diff for: clients/client-app-mesh/pagination/ListVirtualGatewaysPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListVirtualGatewaysCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListVirtualGatewaysCommand(input, ...args));
17+
return await client.send(new ListVirtualGatewaysCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AppMesh,

Diff for: clients/client-app-mesh/pagination/ListVirtualNodesPaginator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const makePagedClientRequest = async (
1414
...args: any
1515
): Promise<ListVirtualNodesCommandOutput> => {
1616
// @ts-ignore
17-
return await client.send(new ListVirtualNodesCommand(input, ...args));
17+
return await client.send(new ListVirtualNodesCommand(input), ...args);
1818
};
1919
const makePagedRequest = async (
2020
client: AppMesh,

0 commit comments

Comments
 (0)