Skip to content

Commit

Permalink
feat: update clients as of 11/11
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 12, 2020
1 parent 0858fba commit 7f7e767
Show file tree
Hide file tree
Showing 1,402 changed files with 45,128 additions and 23,988 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListAnalyzedResourcesCommandOutput> => {
// @ts-ignore
return await client.send(new ListAnalyzedResourcesCommand(input), ...args);
return await client.send(new ListAnalyzedResourcesCommand(input, ...args));
};
const makePagedRequest = async (
client: AccessAnalyzer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListAnalyzersCommandOutput> => {
// @ts-ignore
return await client.send(new ListAnalyzersCommand(input), ...args);
return await client.send(new ListAnalyzersCommand(input, ...args));
};
const makePagedRequest = async (
client: AccessAnalyzer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListArchiveRulesCommandOutput> => {
// @ts-ignore
return await client.send(new ListArchiveRulesCommand(input), ...args);
return await client.send(new ListArchiveRulesCommand(input, ...args));
};
const makePagedRequest = async (
client: AccessAnalyzer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListFindingsCommandOutput> => {
// @ts-ignore
return await client.send(new ListFindingsCommand(input), ...args);
return await client.send(new ListFindingsCommand(input, ...args));
};
const makePagedRequest = async (
client: AccessAnalyzer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListCertificateAuthoritiesCommandOutput> => {
// @ts-ignore
return await client.send(new ListCertificateAuthoritiesCommand(input), ...args);
return await client.send(new ListCertificateAuthoritiesCommand(input, ...args));
};
const makePagedRequest = async (
client: ACMPCA,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListPermissionsCommandOutput> => {
// @ts-ignore
return await client.send(new ListPermissionsCommand(input), ...args);
return await client.send(new ListPermissionsCommand(input, ...args));
};
const makePagedRequest = async (
client: ACMPCA,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/pagination/ListTagsPaginator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListTagsCommandOutput> => {
// @ts-ignore
return await client.send(new ListTagsCommand(input), ...args);
return await client.send(new ListTagsCommand(input, ...args));
};
const makePagedRequest = async (
client: ACMPCA,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/pagination/ListCertificatesPaginator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListCertificatesCommandOutput> => {
// @ts-ignore
return await client.send(new ListCertificatesCommand(input), ...args);
return await client.send(new ListCertificatesCommand(input, ...args));
};
const makePagedRequest = async (
client: ACM,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListBusinessReportSchedulesCommandOutput> => {
// @ts-ignore
return await client.send(new ListBusinessReportSchedulesCommand(input), ...args);
return await client.send(new ListBusinessReportSchedulesCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListConferenceProvidersCommandOutput> => {
// @ts-ignore
return await client.send(new ListConferenceProvidersCommand(input), ...args);
return await client.send(new ListConferenceProvidersCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListDeviceEventsCommandOutput> => {
// @ts-ignore
return await client.send(new ListDeviceEventsCommand(input), ...args);
return await client.send(new ListDeviceEventsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListGatewayGroupsCommandOutput> => {
// @ts-ignore
return await client.send(new ListGatewayGroupsCommand(input), ...args);
return await client.send(new ListGatewayGroupsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListGatewaysCommandOutput> => {
// @ts-ignore
return await client.send(new ListGatewaysCommand(input), ...args);
return await client.send(new ListGatewaysCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListSkillsCommandOutput> => {
// @ts-ignore
return await client.send(new ListSkillsCommand(input), ...args);
return await client.send(new ListSkillsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListSkillsStoreCategoriesCommandOutput> => {
// @ts-ignore
return await client.send(new ListSkillsStoreCategoriesCommand(input), ...args);
return await client.send(new ListSkillsStoreCategoriesCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListSkillsStoreSkillsByCategoryCommandOutput> => {
// @ts-ignore
return await client.send(new ListSkillsStoreSkillsByCategoryCommand(input), ...args);
return await client.send(new ListSkillsStoreSkillsByCategoryCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListSmartHomeAppliancesCommandOutput> => {
// @ts-ignore
return await client.send(new ListSmartHomeAppliancesCommand(input), ...args);
return await client.send(new ListSmartHomeAppliancesCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<ListTagsCommandOutput> => {
// @ts-ignore
return await client.send(new ListTagsCommand(input), ...args);
return await client.send(new ListTagsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchAddressBooksCommandOutput> => {
// @ts-ignore
return await client.send(new SearchAddressBooksCommand(input), ...args);
return await client.send(new SearchAddressBooksCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchContactsCommandOutput> => {
// @ts-ignore
return await client.send(new SearchContactsCommand(input), ...args);
return await client.send(new SearchContactsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchDevicesCommandOutput> => {
// @ts-ignore
return await client.send(new SearchDevicesCommand(input), ...args);
return await client.send(new SearchDevicesCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchNetworkProfilesCommandOutput> => {
// @ts-ignore
return await client.send(new SearchNetworkProfilesCommand(input), ...args);
return await client.send(new SearchNetworkProfilesCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchProfilesCommandOutput> => {
// @ts-ignore
return await client.send(new SearchProfilesCommand(input), ...args);
return await client.send(new SearchProfilesCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchRoomsCommandOutput> => {
// @ts-ignore
return await client.send(new SearchRoomsCommand(input), ...args);
return await client.send(new SearchRoomsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchSkillGroupsCommandOutput> => {
// @ts-ignore
return await client.send(new SearchSkillGroupsCommand(input), ...args);
return await client.send(new SearchSkillGroupsCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const makePagedClientRequest = async (
...args: any
): Promise<SearchUsersCommandOutput> => {
// @ts-ignore
return await client.send(new SearchUsersCommand(input), ...args);
return await client.send(new SearchUsersCommand(input, ...args));
};
const makePagedRequest = async (
client: AlexaForBusiness,
Expand Down
Loading

0 comments on commit 7f7e767

Please sign in to comment.