You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# Changelog for AWS SDK for JavaScript
2
-
<!--LATEST=2.1674.0-->
2
+
<!--LATEST=2.1675.0-->
3
3
<!--ENTRYINSERT-->
4
4
5
+
## 2.1675.0
6
+
* bugfix: s3: omit locationConstraint in createBucket to us-east-1
7
+
* feature: CodeBuild: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
8
+
5
9
## 2.1674.0
6
10
* feature: Amplify: Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
7
11
* feature: AppStream: This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
Copy file name to clipboardExpand all lines: apis/codebuild-2016-10-06.normal.json
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@
523
523
"shape": "ResourceAlreadyExistsException"
524
524
}
525
525
],
526
-
"documentation": "<p> Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>"
526
+
"documentation": "<p> Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. </p>"
527
527
},
528
528
"InvalidateProjectCache": {
529
529
"name": "InvalidateProjectCache",
@@ -1104,7 +1104,8 @@
1104
1104
"OAUTH",
1105
1105
"BASIC_AUTH",
1106
1106
"PERSONAL_ACCESS_TOKEN",
1107
-
"CODECONNECTIONS"
1107
+
"CODECONNECTIONS",
1108
+
"SECRETS_MANAGER"
1108
1109
]
1109
1110
},
1110
1111
"BatchDeleteBuildsInput": {
@@ -2907,15 +2908,15 @@
2907
2908
},
2908
2909
"token": {
2909
2910
"shape": "SensitiveNonEmptyString",
2910
-
"documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the <code>authType</code> CODECONNECTIONS, this is the <code>connectionArn</code>.</p>"
2911
+
"documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the <code>authType</code> CODECONNECTIONS, this is the <code>connectionArn</code>. For the <code>authType</code> SECRETS_MANAGER, this is the <code>secretArn</code>.</p>"
2911
2912
},
2912
2913
"serverType": {
2913
2914
"shape": "ServerType",
2914
2915
"documentation": "<p> The source provider used for this project. </p>"
2915
2916
},
2916
2917
"authType": {
2917
2918
"shape": "AuthType",
2918
-
"documentation": "<p> The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using the CodeBuild console. Note that CODECONNECTIONS is only valid for GitLab and GitLab Self Managed.</p>"
2919
+
"documentation": "<p> The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using the CodeBuild console.</p>"
2919
2920
},
2920
2921
"shouldOverwrite": {
2921
2922
"shape": "WrapperBoolean",
@@ -3887,7 +3888,7 @@
3887
3888
},
3888
3889
"auth": {
3889
3890
"shape": "SourceAuth",
3890
-
"documentation": "<p>Information about the authorization settings for CodeBuild to access the source code to be built.</p> <p>This information is for the CodeBuild console's use only. Your code should not get or set this information directly.</p>"
3891
+
"documentation": "<p>Information about the authorization settings for CodeBuild to access the source code to be built.</p>"
3891
3892
},
3892
3893
"reportBuildStatus": {
3893
3894
"shape": "WrapperBoolean",
@@ -4500,20 +4501,21 @@
4500
4501
"members": {
4501
4502
"type": {
4502
4503
"shape": "SourceAuthType",
4503
-
"documentation": "<p>The authorization type to use. Valid options are OAUTHor CODECONNECTIONS.</p>"
4504
+
"documentation": "<p>The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.</p>"
4504
4505
},
4505
4506
"resource": {
4506
4507
"shape": "String",
4507
4508
"documentation": "<p>The resource value that applies to the specified authorization type.</p>"
4508
4509
}
4509
4510
},
4510
-
"documentation": "<p>Information about the authorization settings for CodeBuild to access the source code to be built.</p> <p>This information is for the CodeBuild console's use only. Your code should not get or set this information directly.</p>"
4511
+
"documentation": "<p>Information about the authorization settings for CodeBuild to access the source code to be built.</p>"
4511
4512
},
4512
4513
"SourceAuthType": {
4513
4514
"type": "string",
4514
4515
"enum": [
4515
4516
"OAUTH",
4516
-
"CODECONNECTIONS"
4517
+
"CODECONNECTIONS",
4518
+
"SECRETS_MANAGER"
4517
4519
]
4518
4520
},
4519
4521
"SourceCredentialsInfo": {
@@ -4529,11 +4531,11 @@
4529
4531
},
4530
4532
"authType": {
4531
4533
"shape": "AuthType",
4532
-
"documentation": "<p> The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or CODECONNECTIONS. </p>"
4534
+
"documentation": "<p> The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER. </p>"
4533
4535
},
4534
4536
"resource": {
4535
4537
"shape": "String",
4536
-
"documentation": "<p>The connection ARN if your serverType type is GITLAB or GITLAB_SELF_MANAGED and your authType is CODECONNECTIONS.</p>"
4538
+
"documentation": "<p>The connection ARN if your authType is CODECONNECTIONS or SECRETS_MANAGER.</p>"
4537
4539
}
4538
4540
},
4539
4541
"documentation": "<p> Information about the credentials for a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. </p>"
* Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
199
+
* Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository.
* Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
203
+
* Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository.
* For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the authType CODECONNECTIONS, this is the connectionArn.
1581
+
* For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the authType CODECONNECTIONS, this is the connectionArn. For the authType SECRETS_MANAGER, this is the secretArn.
1582
1582
*/
1583
1583
token: SensitiveNonEmptyString;
1584
1584
/**
1585
1585
* The source provider used for this project.
1586
1586
*/
1587
1587
serverType: ServerType;
1588
1588
/**
1589
-
* The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using the CodeBuild console. Note that CODECONNECTIONS is only valid for GitLab and GitLab Self Managed.
1589
+
* The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using the CodeBuild console.
* Information about the authorization settings for CodeBuild to access the source code to be built. This information is for the CodeBuild console's use only. Your code should not get or set this information directly.
2293
+
* Information about the authorization settings for CodeBuild to access the source code to be built.
0 commit comments