@aws-sdk/client-codecatalyst 3.476.0 → 3.478.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist-cjs/pagination/ListAccessTokensPaginator.js +2 -24
  2. package/dist-cjs/pagination/ListDevEnvironmentSessionsPaginator.js +2 -24
  3. package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +2 -24
  4. package/dist-cjs/pagination/ListEventLogsPaginator.js +2 -24
  5. package/dist-cjs/pagination/ListProjectsPaginator.js +2 -24
  6. package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +2 -24
  7. package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +2 -24
  8. package/dist-cjs/pagination/ListSpacesPaginator.js +2 -23
  9. package/dist-cjs/pagination/ListWorkflowRunsPaginator.js +2 -24
  10. package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -24
  11. package/dist-cjs/protocols/Aws_restJson1.js +241 -527
  12. package/dist-es/pagination/ListAccessTokensPaginator.js +2 -23
  13. package/dist-es/pagination/ListDevEnvironmentSessionsPaginator.js +2 -23
  14. package/dist-es/pagination/ListDevEnvironmentsPaginator.js +2 -23
  15. package/dist-es/pagination/ListEventLogsPaginator.js +2 -23
  16. package/dist-es/pagination/ListProjectsPaginator.js +2 -23
  17. package/dist-es/pagination/ListSourceRepositoriesPaginator.js +2 -23
  18. package/dist-es/pagination/ListSourceRepositoryBranchesPaginator.js +2 -23
  19. package/dist-es/pagination/ListSpacesPaginator.js +2 -22
  20. package/dist-es/pagination/ListWorkflowRunsPaginator.js +2 -23
  21. package/dist-es/pagination/ListWorkflowsPaginator.js +2 -23
  22. package/dist-es/protocols/Aws_restJson1.js +242 -528
  23. package/dist-types/pagination/ListAccessTokensPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListDevEnvironmentSessionsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListEventLogsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListWorkflowRunsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  33. package/dist-types/ts3.4/pagination/ListAccessTokensPaginator.d.ts +3 -3
  34. package/dist-types/ts3.4/pagination/ListDevEnvironmentSessionsPaginator.d.ts +3 -3
  35. package/dist-types/ts3.4/pagination/ListDevEnvironmentsPaginator.d.ts +3 -3
  36. package/dist-types/ts3.4/pagination/ListEventLogsPaginator.d.ts +3 -3
  37. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
  38. package/dist-types/ts3.4/pagination/ListSourceRepositoriesPaginator.d.ts +3 -3
  39. package/dist-types/ts3.4/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -3
  40. package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +3 -3
  41. package/dist-types/ts3.4/pagination/ListWorkflowRunsPaginator.d.ts +3 -3
  42. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +3 -3
  43. package/package.json +6 -6
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAccessTokens(config: CodeCatalystPaginationConfiguration, input: ListAccessTokensCommandInput, ...additionalArguments: any): Paginator<ListAccessTokensCommandOutput>;
7
+ export declare const paginateListAccessTokens: (config: CodeCatalystPaginationConfiguration, input: ListAccessTokensCommandInput, ...rest: any[]) => Paginator<ListAccessTokensCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDevEnvironmentSessions(config: CodeCatalystPaginationConfiguration, input: ListDevEnvironmentSessionsCommandInput, ...additionalArguments: any): Paginator<ListDevEnvironmentSessionsCommandOutput>;
7
+ export declare const paginateListDevEnvironmentSessions: (config: CodeCatalystPaginationConfiguration, input: ListDevEnvironmentSessionsCommandInput, ...rest: any[]) => Paginator<ListDevEnvironmentSessionsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDevEnvironments(config: CodeCatalystPaginationConfiguration, input: ListDevEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListDevEnvironmentsCommandOutput>;
7
+ export declare const paginateListDevEnvironments: (config: CodeCatalystPaginationConfiguration, input: ListDevEnvironmentsCommandInput, ...rest: any[]) => Paginator<ListDevEnvironmentsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEventLogs(config: CodeCatalystPaginationConfiguration, input: ListEventLogsCommandInput, ...additionalArguments: any): Paginator<ListEventLogsCommandOutput>;
7
+ export declare const paginateListEventLogs: (config: CodeCatalystPaginationConfiguration, input: ListEventLogsCommandInput, ...rest: any[]) => Paginator<ListEventLogsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProjects(config: CodeCatalystPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
7
+ export declare const paginateListProjects: (config: CodeCatalystPaginationConfiguration, input: ListProjectsCommandInput, ...rest: any[]) => Paginator<ListProjectsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSourceRepositories(config: CodeCatalystPaginationConfiguration, input: ListSourceRepositoriesCommandInput, ...additionalArguments: any): Paginator<ListSourceRepositoriesCommandOutput>;
7
+ export declare const paginateListSourceRepositories: (config: CodeCatalystPaginationConfiguration, input: ListSourceRepositoriesCommandInput, ...rest: any[]) => Paginator<ListSourceRepositoriesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSourceRepositoryBranches(config: CodeCatalystPaginationConfiguration, input: ListSourceRepositoryBranchesCommandInput, ...additionalArguments: any): Paginator<ListSourceRepositoryBranchesCommandOutput>;
7
+ export declare const paginateListSourceRepositoryBranches: (config: CodeCatalystPaginationConfiguration, input: ListSourceRepositoryBranchesCommandInput, ...rest: any[]) => Paginator<ListSourceRepositoryBranchesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSpaces(config: CodeCatalystPaginationConfiguration, input: ListSpacesCommandInput, ...additionalArguments: any): Paginator<ListSpacesCommandOutput>;
7
+ export declare const paginateListSpaces: (config: CodeCatalystPaginationConfiguration, input: ListSpacesCommandInput, ...rest: any[]) => Paginator<ListSpacesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListWorkflowRuns(config: CodeCatalystPaginationConfiguration, input: ListWorkflowRunsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowRunsCommandOutput>;
7
+ export declare const paginateListWorkflowRuns: (config: CodeCatalystPaginationConfiguration, input: ListWorkflowRunsCommandInput, ...rest: any[]) => Paginator<ListWorkflowRunsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListWorkflows(config: CodeCatalystPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
7
+ export declare const paginateListWorkflows: (config: CodeCatalystPaginationConfiguration, input: ListWorkflowsCommandInput, ...rest: any[]) => Paginator<ListWorkflowsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListAccessTokensCommandOutput,
5
5
  } from "../commands/ListAccessTokensCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListAccessTokens(
7
+ export declare const paginateListAccessTokens: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListAccessTokensCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListAccessTokensCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListAccessTokensCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListDevEnvironmentSessionsCommandOutput,
5
5
  } from "../commands/ListDevEnvironmentSessionsCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListDevEnvironmentSessions(
7
+ export declare const paginateListDevEnvironmentSessions: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListDevEnvironmentSessionsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListDevEnvironmentSessionsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListDevEnvironmentSessionsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListDevEnvironmentsCommandOutput,
5
5
  } from "../commands/ListDevEnvironmentsCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListDevEnvironments(
7
+ export declare const paginateListDevEnvironments: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListDevEnvironmentsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListDevEnvironmentsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListDevEnvironmentsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListEventLogsCommandOutput,
5
5
  } from "../commands/ListEventLogsCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListEventLogs(
7
+ export declare const paginateListEventLogs: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListEventLogsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListEventLogsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListEventLogsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListProjectsCommandOutput,
5
5
  } from "../commands/ListProjectsCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListProjects(
7
+ export declare const paginateListProjects: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListProjectsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListProjectsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListProjectsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListSourceRepositoriesCommandOutput,
5
5
  } from "../commands/ListSourceRepositoriesCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListSourceRepositories(
7
+ export declare const paginateListSourceRepositories: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListSourceRepositoriesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListSourceRepositoriesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListSourceRepositoriesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListSourceRepositoryBranchesCommandOutput,
5
5
  } from "../commands/ListSourceRepositoryBranchesCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListSourceRepositoryBranches(
7
+ export declare const paginateListSourceRepositoryBranches: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListSourceRepositoryBranchesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListSourceRepositoryBranchesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListSourceRepositoryBranchesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListSpacesCommandOutput,
5
5
  } from "../commands/ListSpacesCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListSpaces(
7
+ export declare const paginateListSpaces: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListSpacesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListSpacesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListSpacesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListWorkflowRunsCommandOutput,
5
5
  } from "../commands/ListWorkflowRunsCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListWorkflowRuns(
7
+ export declare const paginateListWorkflowRuns: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListWorkflowRunsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListWorkflowRunsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListWorkflowRunsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListWorkflowsCommandOutput,
5
5
  } from "../commands/ListWorkflowsCommand";
6
6
  import { CodeCatalystPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListWorkflows(
7
+ export declare const paginateListWorkflows: (
8
8
  config: CodeCatalystPaginationConfiguration,
9
9
  input: ListWorkflowsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListWorkflowsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListWorkflowsCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.476.0",
4
+ "version": "3.478.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.476.0",
23
+ "@aws-sdk/core": "3.477.0",
24
24
  "@aws-sdk/middleware-host-header": "3.468.0",
25
25
  "@aws-sdk/middleware-logger": "3.468.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
27
- "@aws-sdk/middleware-user-agent": "3.470.0",
27
+ "@aws-sdk/middleware-user-agent": "3.478.0",
28
28
  "@aws-sdk/region-config-resolver": "3.470.0",
29
- "@aws-sdk/token-providers": "3.470.0",
29
+ "@aws-sdk/token-providers": "3.478.0",
30
30
  "@aws-sdk/types": "3.468.0",
31
- "@aws-sdk/util-endpoints": "3.470.0",
31
+ "@aws-sdk/util-endpoints": "3.478.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.468.0",
33
33
  "@aws-sdk/util-user-agent-node": "3.470.0",
34
34
  "@smithy/config-resolver": "^2.0.21",
35
- "@smithy/core": "^1.1.0",
35
+ "@smithy/core": "^1.2.0",
36
36
  "@smithy/fetch-http-handler": "^2.3.1",
37
37
  "@smithy/hash-node": "^2.0.17",
38
38
  "@smithy/invalid-dependency": "^2.0.15",