@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.
- package/dist-cjs/pagination/ListAccessTokensPaginator.js +2 -24
- package/dist-cjs/pagination/ListDevEnvironmentSessionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventLogsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProjectsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSpacesPaginator.js +2 -23
- package/dist-cjs/pagination/ListWorkflowRunsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +241 -527
- package/dist-es/pagination/ListAccessTokensPaginator.js +2 -23
- package/dist-es/pagination/ListDevEnvironmentSessionsPaginator.js +2 -23
- package/dist-es/pagination/ListDevEnvironmentsPaginator.js +2 -23
- package/dist-es/pagination/ListEventLogsPaginator.js +2 -23
- package/dist-es/pagination/ListProjectsPaginator.js +2 -23
- package/dist-es/pagination/ListSourceRepositoriesPaginator.js +2 -23
- package/dist-es/pagination/ListSourceRepositoryBranchesPaginator.js +2 -23
- package/dist-es/pagination/ListSpacesPaginator.js +2 -22
- package/dist-es/pagination/ListWorkflowRunsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowsPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +242 -528
- package/dist-types/pagination/ListAccessTokensPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevEnvironmentSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAccessTokensPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDevEnvironmentSessionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDevEnvironmentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventLogsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSourceRepositoriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowRunsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +3 -3
- package/package.json +6 -6
|
@@ -4,4 +4,4 @@ import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
7
|
+
export declare const paginateListAccessTokens: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListAccessTokensCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListDevEnvironmentSessions: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListDevEnvironmentSessionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListDevEnvironments: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListDevEnvironmentsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListEventLogs: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListEventLogsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListProjects: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListProjectsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListSourceRepositories: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListSourceRepositoriesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListSourceRepositoryBranches: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListSourceRepositoryBranchesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListSpaces: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListSpacesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListWorkflowRuns: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListWorkflowRunsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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
|
|
7
|
+
export declare const paginateListWorkflows: (
|
|
8
8
|
config: CodeCatalystPaginationConfiguration,
|
|
9
9
|
input: ListWorkflowsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
29
|
+
"@aws-sdk/token-providers": "3.478.0",
|
|
30
30
|
"@aws-sdk/types": "3.468.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
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.
|
|
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",
|