@aws-sdk/client-codecatalyst 3.296.0 → 3.298.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/commands/CreateAccessTokenCommand.js +1 -1
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateProjectCommand.js +2 -3
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -3
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -3
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetProjectCommand.js +2 -3
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
- package/dist-cjs/commands/GetSpaceCommand.js +2 -3
- package/dist-cjs/commands/GetSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/GetUserDetailsCommand.js +2 -3
- package/dist-cjs/commands/ListAccessTokensCommand.js +2 -3
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListEventLogsCommand.js +2 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -3
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -3
- package/dist-cjs/commands/ListSpacesCommand.js +2 -3
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +1 -1
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -3
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/VerifySessionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -274
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
- package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateProjectCommand.js +2 -3
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -3
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -3
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetProjectCommand.js +2 -3
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
- package/dist-es/commands/GetSpaceCommand.js +2 -3
- package/dist-es/commands/GetSubscriptionCommand.js +2 -3
- package/dist-es/commands/GetUserDetailsCommand.js +2 -3
- package/dist-es/commands/ListAccessTokensCommand.js +2 -3
- package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListEventLogsCommand.js +2 -3
- package/dist-es/commands/ListProjectsCommand.js +2 -3
- package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -3
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -3
- package/dist-es/commands/ListSpacesCommand.js +2 -3
- package/dist-es/commands/StartDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
- package/dist-es/commands/StopDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -3
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/VerifySessionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -204
- package/dist-types/CodeCatalyst.d.ts +26 -0
- package/dist-types/CodeCatalystClient.d.ts +24 -4
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +16 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetProjectCommand.d.ts +16 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +16 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +16 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +16 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +16 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +16 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +16 -0
- package/dist-types/models/CodeCatalystServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +199 -272
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessTokensPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEventLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -192
- package/package.json +3 -2
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAccessTokensCommandInput, ListAccessTokensCommandOutput } from "../commands/ListAccessTokensCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAccessTokens(config: CodeCatalystPaginationConfiguration, input: ListAccessTokensCommandInput, ...additionalArguments: any): Paginator<ListAccessTokensCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput } from "../commands/ListDevEnvironmentsCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDevEnvironments(config: CodeCatalystPaginationConfiguration, input: ListDevEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListDevEnvironmentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListEventLogsCommandInput, ListEventLogsCommandOutput } from "../commands/ListEventLogsCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListEventLogs(config: CodeCatalystPaginationConfiguration, input: ListEventLogsCommandInput, ...additionalArguments: any): Paginator<ListEventLogsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListProjects(config: CodeCatalystPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput } from "../commands/ListSourceRepositoriesCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSourceRepositories(config: CodeCatalystPaginationConfiguration, input: ListSourceRepositoriesCommandInput, ...additionalArguments: any): Paginator<ListSourceRepositoriesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput } from "../commands/ListSourceRepositoryBranchesCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSourceRepositoryBranches(config: CodeCatalystPaginationConfiguration, input: ListSourceRepositoryBranchesCommandInput, ...additionalArguments: any): Paginator<ListSourceRepositoryBranchesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
|
|
3
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSpaces(config: CodeCatalystPaginationConfiguration, input: ListSpacesCommandInput, ...additionalArguments: any): Paginator<ListSpacesCommandOutput>;
|
|
@@ -478,204 +478,12 @@ export interface GetSubscriptionResponse {
|
|
|
478
478
|
export interface VerifySessionResponse {
|
|
479
479
|
identity?: string;
|
|
480
480
|
}
|
|
481
|
-
export declare const CreateAccessTokenRequestFilterSensitiveLog: (
|
|
482
|
-
obj: CreateAccessTokenRequest
|
|
483
|
-
) => any;
|
|
484
481
|
export declare const CreateAccessTokenResponseFilterSensitiveLog: (
|
|
485
482
|
obj: CreateAccessTokenResponse
|
|
486
483
|
) => any;
|
|
487
|
-
export declare const DeleteAccessTokenRequestFilterSensitiveLog: (
|
|
488
|
-
obj: DeleteAccessTokenRequest
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const DeleteAccessTokenResponseFilterSensitiveLog: (
|
|
491
|
-
obj: DeleteAccessTokenResponse
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const ListAccessTokensRequestFilterSensitiveLog: (
|
|
494
|
-
obj: ListAccessTokensRequest
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const AccessTokenSummaryFilterSensitiveLog: (
|
|
497
|
-
obj: AccessTokenSummary
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const ListAccessTokensResponseFilterSensitiveLog: (
|
|
500
|
-
obj: ListAccessTokensResponse
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const GetUserDetailsRequestFilterSensitiveLog: (
|
|
503
|
-
obj: GetUserDetailsRequest
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const EmailAddressFilterSensitiveLog: (obj: EmailAddress) => any;
|
|
506
|
-
export declare const GetUserDetailsResponseFilterSensitiveLog: (
|
|
507
|
-
obj: GetUserDetailsResponse
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const ListEventLogsRequestFilterSensitiveLog: (
|
|
510
|
-
obj: ListEventLogsRequest
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const ProjectInformationFilterSensitiveLog: (
|
|
513
|
-
obj: ProjectInformation
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const EventPayloadFilterSensitiveLog: (obj: EventPayload) => any;
|
|
516
|
-
export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
|
|
517
|
-
export declare const EventLogEntryFilterSensitiveLog: (
|
|
518
|
-
obj: EventLogEntry
|
|
519
|
-
) => any;
|
|
520
|
-
export declare const ListEventLogsResponseFilterSensitiveLog: (
|
|
521
|
-
obj: ListEventLogsResponse
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const GetSpaceRequestFilterSensitiveLog: (
|
|
524
|
-
obj: GetSpaceRequest
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const GetSpaceResponseFilterSensitiveLog: (
|
|
527
|
-
obj: GetSpaceResponse
|
|
528
|
-
) => any;
|
|
529
|
-
export declare const ListSpacesRequestFilterSensitiveLog: (
|
|
530
|
-
obj: ListSpacesRequest
|
|
531
|
-
) => any;
|
|
532
|
-
export declare const SpaceSummaryFilterSensitiveLog: (obj: SpaceSummary) => any;
|
|
533
|
-
export declare const ListSpacesResponseFilterSensitiveLog: (
|
|
534
|
-
obj: ListSpacesResponse
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const CreateProjectRequestFilterSensitiveLog: (
|
|
537
|
-
obj: CreateProjectRequest
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const CreateProjectResponseFilterSensitiveLog: (
|
|
540
|
-
obj: CreateProjectResponse
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const IdeConfigurationFilterSensitiveLog: (
|
|
543
|
-
obj: IdeConfiguration
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const PersistentStorageConfigurationFilterSensitiveLog: (
|
|
546
|
-
obj: PersistentStorageConfiguration
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const RepositoryInputFilterSensitiveLog: (
|
|
549
|
-
obj: RepositoryInput
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const CreateDevEnvironmentRequestFilterSensitiveLog: (
|
|
552
|
-
obj: CreateDevEnvironmentRequest
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const CreateDevEnvironmentResponseFilterSensitiveLog: (
|
|
555
|
-
obj: CreateDevEnvironmentResponse
|
|
556
|
-
) => any;
|
|
557
|
-
export declare const DeleteDevEnvironmentRequestFilterSensitiveLog: (
|
|
558
|
-
obj: DeleteDevEnvironmentRequest
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const DeleteDevEnvironmentResponseFilterSensitiveLog: (
|
|
561
|
-
obj: DeleteDevEnvironmentResponse
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const GetDevEnvironmentRequestFilterSensitiveLog: (
|
|
564
|
-
obj: GetDevEnvironmentRequest
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const IdeFilterSensitiveLog: (obj: Ide) => any;
|
|
567
|
-
export declare const PersistentStorageFilterSensitiveLog: (
|
|
568
|
-
obj: PersistentStorage
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const DevEnvironmentRepositorySummaryFilterSensitiveLog: (
|
|
571
|
-
obj: DevEnvironmentRepositorySummary
|
|
572
|
-
) => any;
|
|
573
|
-
export declare const GetDevEnvironmentResponseFilterSensitiveLog: (
|
|
574
|
-
obj: GetDevEnvironmentResponse
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
577
|
-
export declare const ListDevEnvironmentsRequestFilterSensitiveLog: (
|
|
578
|
-
obj: ListDevEnvironmentsRequest
|
|
579
|
-
) => any;
|
|
580
|
-
export declare const DevEnvironmentSummaryFilterSensitiveLog: (
|
|
581
|
-
obj: DevEnvironmentSummary
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const ListDevEnvironmentsResponseFilterSensitiveLog: (
|
|
584
|
-
obj: ListDevEnvironmentsResponse
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const StartDevEnvironmentRequestFilterSensitiveLog: (
|
|
587
|
-
obj: StartDevEnvironmentRequest
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const StartDevEnvironmentResponseFilterSensitiveLog: (
|
|
590
|
-
obj: StartDevEnvironmentResponse
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const ExecuteCommandSessionConfigurationFilterSensitiveLog: (
|
|
593
|
-
obj: ExecuteCommandSessionConfiguration
|
|
594
|
-
) => any;
|
|
595
|
-
export declare const DevEnvironmentSessionConfigurationFilterSensitiveLog: (
|
|
596
|
-
obj: DevEnvironmentSessionConfiguration
|
|
597
|
-
) => any;
|
|
598
|
-
export declare const StartDevEnvironmentSessionRequestFilterSensitiveLog: (
|
|
599
|
-
obj: StartDevEnvironmentSessionRequest
|
|
600
|
-
) => any;
|
|
601
484
|
export declare const DevEnvironmentAccessDetailsFilterSensitiveLog: (
|
|
602
485
|
obj: DevEnvironmentAccessDetails
|
|
603
486
|
) => any;
|
|
604
487
|
export declare const StartDevEnvironmentSessionResponseFilterSensitiveLog: (
|
|
605
488
|
obj: StartDevEnvironmentSessionResponse
|
|
606
489
|
) => any;
|
|
607
|
-
export declare const StopDevEnvironmentRequestFilterSensitiveLog: (
|
|
608
|
-
obj: StopDevEnvironmentRequest
|
|
609
|
-
) => any;
|
|
610
|
-
export declare const StopDevEnvironmentResponseFilterSensitiveLog: (
|
|
611
|
-
obj: StopDevEnvironmentResponse
|
|
612
|
-
) => any;
|
|
613
|
-
export declare const StopDevEnvironmentSessionRequestFilterSensitiveLog: (
|
|
614
|
-
obj: StopDevEnvironmentSessionRequest
|
|
615
|
-
) => any;
|
|
616
|
-
export declare const StopDevEnvironmentSessionResponseFilterSensitiveLog: (
|
|
617
|
-
obj: StopDevEnvironmentSessionResponse
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const UpdateDevEnvironmentRequestFilterSensitiveLog: (
|
|
620
|
-
obj: UpdateDevEnvironmentRequest
|
|
621
|
-
) => any;
|
|
622
|
-
export declare const UpdateDevEnvironmentResponseFilterSensitiveLog: (
|
|
623
|
-
obj: UpdateDevEnvironmentResponse
|
|
624
|
-
) => any;
|
|
625
|
-
export declare const GetProjectRequestFilterSensitiveLog: (
|
|
626
|
-
obj: GetProjectRequest
|
|
627
|
-
) => any;
|
|
628
|
-
export declare const GetProjectResponseFilterSensitiveLog: (
|
|
629
|
-
obj: GetProjectResponse
|
|
630
|
-
) => any;
|
|
631
|
-
export declare const ProjectListFilterFilterSensitiveLog: (
|
|
632
|
-
obj: ProjectListFilter
|
|
633
|
-
) => any;
|
|
634
|
-
export declare const ListProjectsRequestFilterSensitiveLog: (
|
|
635
|
-
obj: ListProjectsRequest
|
|
636
|
-
) => any;
|
|
637
|
-
export declare const ProjectSummaryFilterSensitiveLog: (
|
|
638
|
-
obj: ProjectSummary
|
|
639
|
-
) => any;
|
|
640
|
-
export declare const ListProjectsResponseFilterSensitiveLog: (
|
|
641
|
-
obj: ListProjectsResponse
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const GetSourceRepositoryCloneUrlsRequestFilterSensitiveLog: (
|
|
644
|
-
obj: GetSourceRepositoryCloneUrlsRequest
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const GetSourceRepositoryCloneUrlsResponseFilterSensitiveLog: (
|
|
647
|
-
obj: GetSourceRepositoryCloneUrlsResponse
|
|
648
|
-
) => any;
|
|
649
|
-
export declare const ListSourceRepositoriesRequestFilterSensitiveLog: (
|
|
650
|
-
obj: ListSourceRepositoriesRequest
|
|
651
|
-
) => any;
|
|
652
|
-
export declare const ListSourceRepositoriesItemFilterSensitiveLog: (
|
|
653
|
-
obj: ListSourceRepositoriesItem
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const ListSourceRepositoriesResponseFilterSensitiveLog: (
|
|
656
|
-
obj: ListSourceRepositoriesResponse
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const CreateSourceRepositoryBranchRequestFilterSensitiveLog: (
|
|
659
|
-
obj: CreateSourceRepositoryBranchRequest
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const CreateSourceRepositoryBranchResponseFilterSensitiveLog: (
|
|
662
|
-
obj: CreateSourceRepositoryBranchResponse
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const ListSourceRepositoryBranchesRequestFilterSensitiveLog: (
|
|
665
|
-
obj: ListSourceRepositoryBranchesRequest
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const ListSourceRepositoryBranchesItemFilterSensitiveLog: (
|
|
668
|
-
obj: ListSourceRepositoryBranchesItem
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const ListSourceRepositoryBranchesResponseFilterSensitiveLog: (
|
|
671
|
-
obj: ListSourceRepositoryBranchesResponse
|
|
672
|
-
) => any;
|
|
673
|
-
export declare const GetSubscriptionRequestFilterSensitiveLog: (
|
|
674
|
-
obj: GetSubscriptionRequest
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const GetSubscriptionResponseFilterSensitiveLog: (
|
|
677
|
-
obj: GetSubscriptionResponse
|
|
678
|
-
) => any;
|
|
679
|
-
export declare const VerifySessionResponseFilterSensitiveLog: (
|
|
680
|
-
obj: VerifySessionResponse
|
|
681
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo codecatalyst"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-token": "3.
|
|
36
|
+
"@aws-sdk/middleware-token": "3.298.0",
|
|
36
37
|
"@aws-sdk/middleware-user-agent": "3.296.0",
|
|
37
38
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
38
39
|
"@aws-sdk/node-http-handler": "3.296.0",
|