@aws-sdk/client-codeconnections 3.858.0 → 3.860.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.
@@ -25,6 +25,7 @@ exports.BlockerType = {
25
25
  AUTOMATED: "AUTOMATED",
26
26
  };
27
27
  exports.ProviderType = {
28
+ AZURE_DEV_OPS: "AzureDevOps",
28
29
  BITBUCKET: "Bitbucket",
29
30
  GITHUB: "GitHub",
30
31
  GITHUB_ENTERPRISE_SERVER: "GitHubEnterpriseServer",
@@ -21,6 +21,7 @@ export const BlockerType = {
21
21
  AUTOMATED: "AUTOMATED",
22
22
  };
23
23
  export const ProviderType = {
24
+ AZURE_DEV_OPS: "AzureDevOps",
24
25
  BITBUCKET: "Bitbucket",
25
26
  GITHUB: "GitHub",
26
27
  GITHUB_ENTERPRISE_SERVER: "GitHubEnterpriseServer",
@@ -37,7 +37,7 @@ declare const CreateConnectionCommand_base: {
37
37
  * // const { CodeConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codeconnections"); // CommonJS import
38
38
  * const client = new CodeConnectionsClient(config);
39
39
  * const input = { // CreateConnectionInput
40
- * ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
40
+ * ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",
41
41
  * ConnectionName: "STRING_VALUE", // required
42
42
  * Tags: [ // TagList
43
43
  * { // Tag
@@ -43,7 +43,7 @@ declare const CreateHostCommand_base: {
43
43
  * const client = new CodeConnectionsClient(config);
44
44
  * const input = { // CreateHostInput
45
45
  * Name: "STRING_VALUE", // required
46
- * ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
46
+ * ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
47
47
  * ProviderEndpoint: "STRING_VALUE", // required
48
48
  * VpcConfiguration: { // VpcConfiguration
49
49
  * VpcId: "STRING_VALUE", // required
@@ -53,7 +53,7 @@ declare const CreateRepositoryLinkCommand_base: {
53
53
  * // ConnectionArn: "STRING_VALUE", // required
54
54
  * // EncryptionKeyArn: "STRING_VALUE",
55
55
  * // OwnerId: "STRING_VALUE", // required
56
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
56
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
57
57
  * // RepositoryLinkArn: "STRING_VALUE", // required
58
58
  * // RepositoryLinkId: "STRING_VALUE", // required
59
59
  * // RepositoryName: "STRING_VALUE", // required
@@ -54,7 +54,7 @@ declare const CreateSyncConfigurationCommand_base: {
54
54
  * // Branch: "STRING_VALUE", // required
55
55
  * // ConfigFile: "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
  * // RepositoryLinkId: "STRING_VALUE", // required
59
59
  * // RepositoryName: "STRING_VALUE", // required
60
60
  * // ResourceName: "STRING_VALUE", // required
@@ -43,7 +43,7 @@ declare const GetConnectionCommand_base: {
43
43
  * // Connection: { // Connection
44
44
  * // ConnectionName: "STRING_VALUE",
45
45
  * // ConnectionArn: "STRING_VALUE",
46
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
46
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",
47
47
  * // OwnerAccountId: "STRING_VALUE",
48
48
  * // ConnectionStatus: "PENDING" || "AVAILABLE" || "ERROR",
49
49
  * // HostArn: "STRING_VALUE",
@@ -43,7 +43,7 @@ declare const GetHostCommand_base: {
43
43
  * // { // GetHostOutput
44
44
  * // Name: "STRING_VALUE",
45
45
  * // Status: "STRING_VALUE",
46
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
46
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",
47
47
  * // ProviderEndpoint: "STRING_VALUE",
48
48
  * // VpcConfiguration: { // VpcConfiguration
49
49
  * // VpcId: "STRING_VALUE", // required
@@ -45,7 +45,7 @@ declare const GetRepositoryLinkCommand_base: {
45
45
  * // ConnectionArn: "STRING_VALUE", // required
46
46
  * // EncryptionKeyArn: "STRING_VALUE",
47
47
  * // OwnerId: "STRING_VALUE", // required
48
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
48
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
49
49
  * // RepositoryLinkArn: "STRING_VALUE", // required
50
50
  * // RepositoryLinkId: "STRING_VALUE", // required
51
51
  * // RepositoryName: "STRING_VALUE", // required
@@ -47,7 +47,7 @@ declare const GetResourceSyncStatusCommand_base: {
47
47
  * // Directory: "STRING_VALUE", // required
48
48
  * // OwnerId: "STRING_VALUE", // required
49
49
  * // RepositoryName: "STRING_VALUE", // required
50
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
50
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
51
51
  * // Sha: "STRING_VALUE", // required
52
52
  * // },
53
53
  * // LatestSuccessfulSync: { // ResourceSyncAttempt
@@ -64,7 +64,7 @@ declare const GetResourceSyncStatusCommand_base: {
64
64
  * // Directory: "STRING_VALUE", // required
65
65
  * // OwnerId: "STRING_VALUE", // required
66
66
  * // RepositoryName: "STRING_VALUE", // required
67
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
67
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
68
68
  * // Sha: "STRING_VALUE", // required
69
69
  * // },
70
70
  * // StartedAt: new Date("TIMESTAMP"), // required
@@ -74,7 +74,7 @@ declare const GetResourceSyncStatusCommand_base: {
74
74
  * // Directory: "STRING_VALUE", // required
75
75
  * // OwnerId: "STRING_VALUE", // required
76
76
  * // RepositoryName: "STRING_VALUE", // required
77
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
77
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
78
78
  * // Sha: "STRING_VALUE", // required
79
79
  * // },
80
80
  * // Target: "STRING_VALUE", // required
@@ -93,7 +93,7 @@ declare const GetResourceSyncStatusCommand_base: {
93
93
  * // Directory: "STRING_VALUE", // required
94
94
  * // OwnerId: "STRING_VALUE", // required
95
95
  * // RepositoryName: "STRING_VALUE", // required
96
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
96
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
97
97
  * // Sha: "STRING_VALUE", // required
98
98
  * // },
99
99
  * // StartedAt: new Date("TIMESTAMP"), // required
@@ -103,7 +103,7 @@ declare const GetResourceSyncStatusCommand_base: {
103
103
  * // Directory: "STRING_VALUE", // required
104
104
  * // OwnerId: "STRING_VALUE", // required
105
105
  * // RepositoryName: "STRING_VALUE", // required
106
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
106
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
107
107
  * // Sha: "STRING_VALUE", // required
108
108
  * // },
109
109
  * // Target: "STRING_VALUE", // required
@@ -45,7 +45,7 @@ declare const GetSyncConfigurationCommand_base: {
45
45
  * // Branch: "STRING_VALUE", // required
46
46
  * // ConfigFile: "STRING_VALUE",
47
47
  * // OwnerId: "STRING_VALUE", // required
48
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
48
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
49
49
  * // RepositoryLinkId: "STRING_VALUE", // required
50
50
  * // RepositoryName: "STRING_VALUE", // required
51
51
  * // ResourceName: "STRING_VALUE", // required
@@ -35,7 +35,7 @@ declare const ListConnectionsCommand_base: {
35
35
  * // const { CodeConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codeconnections"); // CommonJS import
36
36
  * const client = new CodeConnectionsClient(config);
37
37
  * const input = { // ListConnectionsInput
38
- * ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
38
+ * ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",
39
39
  * HostArnFilter: "STRING_VALUE",
40
40
  * MaxResults: Number("int"),
41
41
  * NextToken: "STRING_VALUE",
@@ -47,7 +47,7 @@ declare const ListConnectionsCommand_base: {
47
47
  * // { // Connection
48
48
  * // ConnectionName: "STRING_VALUE",
49
49
  * // ConnectionArn: "STRING_VALUE",
50
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
50
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",
51
51
  * // OwnerAccountId: "STRING_VALUE",
52
52
  * // ConnectionStatus: "PENDING" || "AVAILABLE" || "ERROR",
53
53
  * // HostArn: "STRING_VALUE",
@@ -45,7 +45,7 @@ declare const ListHostsCommand_base: {
45
45
  * // { // Host
46
46
  * // Name: "STRING_VALUE",
47
47
  * // HostArn: "STRING_VALUE",
48
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
48
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps",
49
49
  * // ProviderEndpoint: "STRING_VALUE",
50
50
  * // VpcConfiguration: { // VpcConfiguration
51
51
  * // VpcId: "STRING_VALUE", // required
@@ -46,7 +46,7 @@ declare const ListRepositoryLinksCommand_base: {
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
@@ -48,7 +48,7 @@ declare const ListSyncConfigurationsCommand_base: {
48
48
  * // Branch: "STRING_VALUE", // required
49
49
  * // ConfigFile: "STRING_VALUE",
50
50
  * // OwnerId: "STRING_VALUE", // required
51
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
51
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
52
52
  * // RepositoryLinkId: "STRING_VALUE", // required
53
53
  * // RepositoryName: "STRING_VALUE", // required
54
54
  * // ResourceName: "STRING_VALUE", // required
@@ -48,7 +48,7 @@ declare const UpdateRepositoryLinkCommand_base: {
48
48
  * // ConnectionArn: "STRING_VALUE", // required
49
49
  * // EncryptionKeyArn: "STRING_VALUE",
50
50
  * // OwnerId: "STRING_VALUE", // required
51
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
51
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
52
52
  * // RepositoryLinkArn: "STRING_VALUE", // required
53
53
  * // RepositoryLinkId: "STRING_VALUE", // required
54
54
  * // RepositoryName: "STRING_VALUE", // required
@@ -52,7 +52,7 @@ declare const UpdateSyncConfigurationCommand_base: {
52
52
  * // Branch: "STRING_VALUE", // required
53
53
  * // ConfigFile: "STRING_VALUE",
54
54
  * // OwnerId: "STRING_VALUE", // required
55
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
55
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged" || "AzureDevOps", // required
56
56
  * // RepositoryLinkId: "STRING_VALUE", // required
57
57
  * // RepositoryName: "STRING_VALUE", // required
58
58
  * // ResourceName: "STRING_VALUE", // required
@@ -41,6 +41,7 @@ export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
41
41
  * @enum
42
42
  */
43
43
  export declare const ProviderType: {
44
+ readonly AZURE_DEV_OPS: "AzureDevOps";
44
45
  readonly BITBUCKET: "Bitbucket";
45
46
  readonly GITHUB: "GitHub";
46
47
  readonly GITHUB_ENTERPRISE_SERVER: "GitHubEnterpriseServer";
@@ -689,7 +690,7 @@ export interface Connection {
689
690
  ConnectionName?: string | undefined;
690
691
  /**
691
692
  * <p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection
692
- * reference when the connection is shared between Amazon Web Servicesservices.</p>
693
+ * reference when the connection is shared between Amazon Web Services services.</p>
693
694
  * <note>
694
695
  * <p>The ARN is never reused if the connection is deleted.</p>
695
696
  * </note>
@@ -18,6 +18,7 @@ export declare const BlockerType: {
18
18
  };
19
19
  export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
20
20
  export declare const ProviderType: {
21
+ readonly AZURE_DEV_OPS: "AzureDevOps";
21
22
  readonly BITBUCKET: "Bitbucket";
22
23
  readonly GITHUB: "GitHub";
23
24
  readonly GITHUB_ENTERPRISE_SERVER: "GitHubEnterpriseServer";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeconnections",
3
3
  "description": "AWS SDK for JavaScript Codeconnections Client for Node.js, Browser and React Native",
4
- "version": "3.858.0",
4
+ "version": "3.860.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.858.0",
24
- "@aws-sdk/credential-provider-node": "3.858.0",
24
+ "@aws-sdk/credential-provider-node": "3.859.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",