-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clients): remove aggregated client from paginators (#4496)
* fix(clients): remove aggregated client from paginators * fix(clients): remove aggregated client from pagination interfaces
- Loading branch information
Showing
2,597 changed files
with
2,597 additions
and
35,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
// smithy-typescript generated code | ||
import { PaginationConfiguration } from "@aws-sdk/types"; | ||
|
||
import { AccessAnalyzer } from "../AccessAnalyzer"; | ||
import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; | ||
|
||
export interface AccessAnalyzerPaginationConfiguration extends PaginationConfiguration { | ||
client: AccessAnalyzer | AccessAnalyzerClient; | ||
client: AccessAnalyzerClient; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
// smithy-typescript generated code | ||
import { PaginationConfiguration } from "@aws-sdk/types"; | ||
|
||
import { Account } from "../Account"; | ||
import { AccountClient } from "../AccountClient"; | ||
|
||
export interface AccountPaginationConfiguration extends PaginationConfiguration { | ||
client: Account | AccountClient; | ||
client: AccountClient; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
// smithy-typescript generated code | ||
import { PaginationConfiguration } from "@aws-sdk/types"; | ||
|
||
import { ACMPCA } from "../ACMPCA"; | ||
import { ACMPCAClient } from "../ACMPCAClient"; | ||
|
||
export interface ACMPCAPaginationConfiguration extends PaginationConfiguration { | ||
client: ACMPCA | ACMPCAClient; | ||
client: ACMPCAClient; | ||
} |
Oops, something went wrong.