Skip to content

Commit

Permalink
Publish v3.403.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 30, 2023
1 parent 36c8ce9 commit fa8ecad
Show file tree
Hide file tree
Showing 37 changed files with 1,140 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.403.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.402.0...v3.403.0) (2023-08-30)


### Features

* **client-appflow:** Add SAP source connector parallel and pagination feature ([6205b2c](https://github.com/aws/aws-sdk-js-v3/commit/6205b2c41430c75bf19eff7e8b2ebffa6a0bc683))
* **client-apprunner:** App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository. ([d0e2044](https://github.com/aws/aws-sdk-js-v3/commit/d0e2044eb7971e951c5d8b08cb3494b6feeb235b))
* **client-auditmanager:** This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName. ([c785bbe](https://github.com/aws/aws-sdk-js-v3/commit/c785bbe85cc936c5bbd2c4e9d1dc00b0c3a1f120))
* **client-cleanrooms:** This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results. ([915b7c9](https://github.com/aws/aws-sdk-js-v3/commit/915b7c97fad83bbc3a22e22758f16290ff662db4))
* **client-datasync:** AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution. ([4ca461a](https://github.com/aws/aws-sdk-js-v3/commit/4ca461a66d828778a0fc661787fe1452379a3194))
* **client-neptunedata:** Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK. ([61abba3](https://github.com/aws/aws-sdk-js-v3/commit/61abba3e8e753c3031432e6e717d237bea13958c))
* **client-network-firewall:** Network Firewall increasing pagination token string length ([bcaac0b](https://github.com/aws/aws-sdk-js-v3/commit/bcaac0bb1b15dea7e3b0bed434bdeeeaff43a6b5))
* **client-pca-connector-ad:** The Connector for AD allows you to use a fully-managed AWS Private CA as a drop-in replacement for your self-managed enterprise CAs without local agents or proxy servers. Enterprises that use AD to manage Windows environments can reduce their private certificate authority (CA) costs and complexity. ([f6c8094](https://github.com/aws/aws-sdk-js-v3/commit/f6c8094236e32b4871e476959888d7ae5ffa2092))
* **client-sagemaker:** Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings ([6d84166](https://github.com/aws/aws-sdk-js-v3/commit/6d841668d3d1e12a59223097ff869c40bf4efccf))
* **clients:** update client endpoints as of 2023-08-30 ([36c8ce9](https://github.com/aws/aws-sdk-js-v3/commit/36c8ce9fba71e691cdd6ac4967ccaf8fb2d75028))





# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
|@aws-sdk/client-codedeploy|3.395.0|1.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-codepipeline|3.395.0|920.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cognito-identity|3.397.0|508 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cognito-identity-provider|3.398.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cognito-identity-provider|3.402.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cognito-sync|3.395.0|439.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-dynamodb|3.395.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-ec2|3.398.0|15 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-appflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.403.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.402.0...v3.403.0) (2023-08-30)


### Features

* **client-appflow:** Add SAP source connector parallel and pagination feature ([6205b2c](https://github.com/aws/aws-sdk-js-v3/commit/6205b2c41430c75bf19eff7e8b2ebffa6a0bc683))





# [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23)

**Note:** Version bump only for package @aws-sdk/client-appflow
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-appflow",
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
"version": "3.398.0",
"version": "3.403.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-apprunner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.403.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.402.0...v3.403.0) (2023-08-30)


### Features

* **client-apprunner:** App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository. ([d0e2044](https://github.com/aws/aws-sdk-js-v3/commit/d0e2044eb7971e951c5d8b08cb3494b6feeb235b))





# [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23)

**Note:** Version bump only for package @aws-sdk/client-apprunner
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-apprunner",
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
"version": "3.398.0",
"version": "3.403.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-auditmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.403.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.402.0...v3.403.0) (2023-08-30)


### Features

* **client-auditmanager:** This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName. ([c785bbe](https://github.com/aws/aws-sdk-js-v3/commit/c785bbe85cc936c5bbd2c4e9d1dc00b0c3a1f120))





# [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23)

**Note:** Version bump only for package @aws-sdk/client-auditmanager
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-auditmanager",
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
"version": "3.398.0",
"version": "3.403.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cleanrooms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.403.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.402.0...v3.403.0) (2023-08-30)


### Features

* **client-cleanrooms:** This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results. ([915b7c9](https://github.com/aws/aws-sdk-js-v3/commit/915b7c97fad83bbc3a22e22758f16290ff662db4))





# [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23)

**Note:** Version bump only for package @aws-sdk/client-cleanrooms
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cleanrooms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cleanrooms",
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
"version": "3.398.0",
"version": "3.403.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-cognito-identity-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.403.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.402.0...v3.403.0) (2023-08-30)

**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider





# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-cognito-identity-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cognito-identity-provider",
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
"version": "3.402.0",
"version": "3.403.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,66 @@ export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, _
* @throws {@link CognitoIdentityProviderServiceException}
* <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
*
* @example An AdminCreateUser request for for a test user named John.
* ```javascript
* // This request submits a value for all possible parameters for AdminCreateUser.
* const input = {
* "DesiredDeliveryMediums": [
* "SMS"
* ],
* "MessageAction": "SUPPRESS",
* "TemporaryPassword": "This-is-my-test-99!",
* "UserAttributes": [
* {
* "Name": "name",
* "Value": "John"
* },
* {
* "Name": "phone_number",
* "Value": "+12065551212"
* },
* {
* "Name": "email",
* "Value": "[email protected]"
* }
* ],
* "UserPoolId": "us-east-1_EXAMPLE",
* "Username": "testuser"
* };
* const command = new AdminCreateUserCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "User": {
* "Attributes": [
* {
* "Name": "sub",
* "Value": "d16b4aa8-8633-4abd-93b3-5062a8e1b5f8"
* },
* {
* "Name": "name",
* "Value": "John"
* },
* {
* "Name": "phone_number",
* "Value": "+12065551212"
* },
* {
* "Name": "email",
* "Value": "[email protected]"
* }
* ],
* "Enabled": true,
* "UserCreateDate": 1689980857.949,
* "UserLastModifiedDate": 1689980857.949,
* "UserStatus": "FORCE_CHANGE_PASSWORD",
* "Username": "testuser"
* }
* }
* *\/
* // example id: an-admincreateuser-request-for-for-a-test-user-named-john-1689980900481
* ```
*
*/
export class AdminCreateUserCommand extends $Command<
AdminCreateUserCommandInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,134 @@ export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientR
* @throws {@link CognitoIdentityProviderServiceException}
* <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
*
* @example Example user pool app client with email and username sign-in
* ```javascript
* // The following example creates an app client with all configurable properties set to an example value. The resulting user pool client connects to an analytics client, allows sign-in with username and password, and has two external identity providers associated with it.
* const input = {
* "AccessTokenValidity": 6,
* "AllowedOAuthFlows": [
* "code"
* ],
* "AllowedOAuthFlowsUserPoolClient": true,
* "AllowedOAuthScopes": [
* "aws.cognito.signin.user.admin",
* "openid"
* ],
* "AnalyticsConfiguration": {
* "ApplicationId": "d70b2ba36a8c4dc5a04a0451a31a1e12",
* "ExternalId": "my-external-id",
* "RoleArn": "arn:aws:iam::123456789012:role/test-cognitouserpool-role",
* "UserDataShared": true
* },
* "CallbackURLs": [
* "https://example.com",
* "http://localhost",
* "myapp://example"
* ],
* "ClientName": "my-test-app-client",
* "DefaultRedirectURI": "https://example.com",
* "ExplicitAuthFlows": [
* "ALLOW_ADMIN_USER_PASSWORD_AUTH",
* "ALLOW_USER_PASSWORD_AUTH",
* "ALLOW_REFRESH_TOKEN_AUTH"
* ],
* "GenerateSecret": true,
* "IdTokenValidity": 6,
* "LogoutURLs": [
* "https://example.com/logout"
* ],
* "PreventUserExistenceErrors": "ENABLED",
* "ReadAttributes": [
* "email",
* "address",
* "preferred_username"
* ],
* "RefreshTokenValidity": 6,
* "SupportedIdentityProviders": [
* "SignInWithApple",
* "MySSO"
* ],
* "TokenValidityUnits": {
* "AccessToken": "hours",
* "IdToken": "minutes",
* "RefreshToken": "days"
* },
* "UserPoolId": "us-east-1_EXAMPLE",
* "WriteAttributes": [
* "family_name",
* "email"
* ]
* };
* const command = new CreateUserPoolClientCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "UserPoolClient": {
* "AccessTokenValidity": 6,
* "AllowedOAuthFlows": [
* "code"
* ],
* "AllowedOAuthFlowsUserPoolClient": true,
* "AllowedOAuthScopes": [
* "aws.cognito.signin.user.admin",
* "openid"
* ],
* "AnalyticsConfiguration": {
* "ApplicationId": "d70b2ba36a8c4dc5a04a0451a31a1e12",
* "ExternalId": "my-external-id",
* "RoleArn": "arn:aws:iam::123456789012:role/test-cognitouserpool-role",
* "UserDataShared": true
* },
* "AuthSessionValidity": 3,
* "CallbackURLs": [
* "https://example.com",
* "http://localhost",
* "myapp://example"
* ],
* "ClientId": "26cb2c60kq7nbmas7rbme9b6pp",
* "ClientName": "my-test-app-client",
* "ClientSecret": "13ka4h7u28d9oo44tqpq9djqsfvhvu8rk4d2ighvpu0k8fj1c2r9",
* "CreationDate": 1689885426.107,
* "DefaultRedirectURI": "https://example.com",
* "EnablePropagateAdditionalUserContextData": false,
* "EnableTokenRevocation": true,
* "ExplicitAuthFlows": [
* "ALLOW_USER_PASSWORD_AUTH",
* "ALLOW_ADMIN_USER_PASSWORD_AUTH",
* "ALLOW_REFRESH_TOKEN_AUTH"
* ],
* "IdTokenValidity": 6,
* "LastModifiedDate": 1689885426.107,
* "LogoutURLs": [
* "https://example.com/logout"
* ],
* "PreventUserExistenceErrors": "ENABLED",
* "ReadAttributes": [
* "address",
* "preferred_username",
* "email"
* ],
* "RefreshTokenValidity": 6,
* "SupportedIdentityProviders": [
* "SignInWithApple",
* "MySSO"
* ],
* "TokenValidityUnits": {
* "AccessToken": "hours",
* "IdToken": "minutes",
* "RefreshToken": "days"
* },
* "UserPoolId": "us-east-1_EXAMPLE",
* "WriteAttributes": [
* "family_name",
* "email"
* ]
* }
* }
* *\/
* // example id: example-user-pool-app-client-with-email-and-username-sign-in-1689885750745
* ```
*
*/
export class CreateUserPoolClientCommand extends $Command<
CreateUserPoolClientCommandInput,
Expand Down
Loading

0 comments on commit fa8ecad

Please sign in to comment.