A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/77c6b385e5e2ce50f53305aefce5ec155d3eebca below:

New integration with Azure DevOps provi… · aws/aws-sdk-js-v3@77c6b38 · GitHub

File tree Expand file treeCollapse file tree 17 files changed

+29

-22

lines changed

Filter options

Expand file treeCollapse file tree 17 files changed

+29

-22

lines changed Original file line number Diff line number Diff line change

@@ -38,7 +38,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _

38 38

* // const { CodeConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codeconnections"); // CommonJS import

39 39

* const client = new CodeConnectionsClient(config);

40 40

* const input = { // CreateConnectionInput

41 -

* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",

41 +

* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",

42 42

* ConnectionName: "STRING_VALUE", // required

43 43

* Tags: [ // TagList

44 44

* { // Tag

Original file line number Diff line number Diff line change

@@ -44,7 +44,7 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea

44 44

* const client = new CodeConnectionsClient(config);

45 45

* const input = { // CreateHostInput

46 46

* Name: "STRING_VALUE", // required

47 -

* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

47 +

* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

48 48

* ProviderEndpoint: "STRING_VALUE", // required

49 49

* VpcConfiguration: { // VpcConfiguration

50 50

* VpcId: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -54,7 +54,7 @@ export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkO

54 54

* // ConnectionArn: "STRING_VALUE", // required

55 55

* // EncryptionKeyArn: "STRING_VALUE",

56 56

* // OwnerId: "STRING_VALUE", // required

57 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

57 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

58 58

* // RepositoryLinkArn: "STRING_VALUE", // required

59 59

* // RepositoryLinkId: "STRING_VALUE", // required

60 60

* // RepositoryName: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -55,7 +55,7 @@ export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigur

55 55

* // Branch: "STRING_VALUE", // required

56 56

* // ConfigFile: "STRING_VALUE",

57 57

* // OwnerId: "STRING_VALUE", // required

58 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

58 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

59 59

* // RepositoryLinkId: "STRING_VALUE", // required

60 60

* // RepositoryName: "STRING_VALUE", // required

61 61

* // ResourceName: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -44,7 +44,7 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad

44 44

* // Connection: { // Connection

45 45

* // ConnectionName: "STRING_VALUE",

46 46

* // ConnectionArn: "STRING_VALUE",

47 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",

47 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",

48 48

* // OwnerAccountId: "STRING_VALUE",

49 49

* // ConnectionStatus: "PENDING" || "AVAILABLE" || "ERROR",

50 50

* // HostArn: "STRING_VALUE",

Original file line number Diff line number Diff line change

@@ -44,7 +44,7 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {}

44 44

* // { // GetHostOutput

45 45

* // Name: "STRING_VALUE",

46 46

* // Status: "STRING_VALUE",

47 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",

47 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",

48 48

* // ProviderEndpoint: "STRING_VALUE",

49 49

* // VpcConfiguration: { // VpcConfiguration

50 50

* // VpcId: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -46,7 +46,7 @@ export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput,

46 46

* // ConnectionArn: "STRING_VALUE", // required

47 47

* // EncryptionKeyArn: "STRING_VALUE",

48 48

* // OwnerId: "STRING_VALUE", // required

49 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

49 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

50 50

* // RepositoryLinkArn: "STRING_VALUE", // required

51 51

* // RepositoryLinkId: "STRING_VALUE", // required

52 52

* // RepositoryName: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -48,7 +48,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu

48 48

* // Directory: "STRING_VALUE", // required

49 49

* // OwnerId: "STRING_VALUE", // required

50 50

* // RepositoryName: "STRING_VALUE", // required

51 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

51 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

52 52

* // Sha: "STRING_VALUE", // required

53 53

* // },

54 54

* // LatestSuccessfulSync: { // ResourceSyncAttempt

@@ -65,7 +65,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu

65 65

* // Directory: "STRING_VALUE", // required

66 66

* // OwnerId: "STRING_VALUE", // required

67 67

* // RepositoryName: "STRING_VALUE", // required

68 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

68 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

69 69

* // Sha: "STRING_VALUE", // required

70 70

* // },

71 71

* // StartedAt: new Date("TIMESTAMP"), // required

@@ -75,7 +75,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu

75 75

* // Directory: "STRING_VALUE", // required

76 76

* // OwnerId: "STRING_VALUE", // required

77 77

* // RepositoryName: "STRING_VALUE", // required

78 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

78 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

79 79

* // Sha: "STRING_VALUE", // required

80 80

* // },

81 81

* // Target: "STRING_VALUE", // required

@@ -94,7 +94,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu

94 94

* // Directory: "STRING_VALUE", // required

95 95

* // OwnerId: "STRING_VALUE", // required

96 96

* // RepositoryName: "STRING_VALUE", // required

97 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

97 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

98 98

* // Sha: "STRING_VALUE", // required

99 99

* // },

100 100

* // StartedAt: new Date("TIMESTAMP"), // required

@@ -104,7 +104,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu

104 104

* // Directory: "STRING_VALUE", // required

105 105

* // OwnerId: "STRING_VALUE", // required

106 106

* // RepositoryName: "STRING_VALUE", // required

107 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

107 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

108 108

* // Sha: "STRING_VALUE", // required

109 109

* // },

110 110

* // Target: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -46,7 +46,7 @@ export interface GetSyncConfigurationCommandOutput extends GetSyncConfigurationO

46 46

* // Branch: "STRING_VALUE", // required

47 47

* // ConfigFile: "STRING_VALUE",

48 48

* // OwnerId: "STRING_VALUE", // required

49 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required

49 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required

50 50

* // RepositoryLinkId: "STRING_VALUE", // required

51 51

* // RepositoryName: "STRING_VALUE", // required

52 52

* // ResourceName: "STRING_VALUE", // required

Original file line number Diff line number Diff line change

@@ -36,7 +36,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M

36 36

* // const { CodeConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codeconnections"); // CommonJS import

37 37

* const client = new CodeConnectionsClient(config);

38 38

* const input = { // ListConnectionsInput

39 -

* ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",

39 +

* ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",

40 40

* HostArnFilter: "STRING_VALUE",

41 41

* MaxResults: Number("int"),

42 42

* NextToken: "STRING_VALUE",

@@ -48,7 +48,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M

48 48

* // { // Connection

49 49

* // ConnectionName: "STRING_VALUE",

50 50

* // ConnectionArn: "STRING_VALUE",

51 -

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",

51 +

* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",

52 52

* // OwnerAccountId: "STRING_VALUE",

53 53

* // ConnectionStatus: "PENDING" || "AVAILABLE" || "ERROR",

54 54

* // HostArn: "STRING_VALUE",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4