Skip to content

Commit

Permalink
Publish v3.419.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 25, 2023
1 parent 2f18c93 commit 3adb1ba
Show file tree
Hide file tree
Showing 46 changed files with 999 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.419.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.418.0...v3.419.0) (2023-09-25)


### Features

* **client-amplifyuibuilder:** Support for generating code that is compatible with future versions of amplify project dependencies. ([738cda3](https://github.com/aws/aws-sdk-js-v3/commit/738cda3a1117ee94b4717eb1c59e1e94c5de54ab))
* **client-chime-sdk-media-pipelines:** Adds support for sending WebRTC audio to Amazon Kineses Video Streams. ([05242c2](https://github.com/aws/aws-sdk-js-v3/commit/05242c260b84d70bc3fbf88f08fe48ce8f5f1def))
* **client-emr-serverless:** This release adds support for application-wide default job configurations. ([74bb52e](https://github.com/aws/aws-sdk-js-v3/commit/74bb52ec71871a013e2bed432f468c43036c36e7))
* **client-finspace-data:** Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct "ApiAccess" attribute to "apiAccess" to maintain consistency between APIs. ([c591b7c](https://github.com/aws/aws-sdk-js-v3/commit/c591b7c011a341ae819ea4e01ecef0bd79359f76))
* **client-quicksight:** Added ability to tag users upon creation. ([dacb8c6](https://github.com/aws/aws-sdk-js-v3/commit/dacb8c66b436ce51f5fdf93d7839c93a04496d10))
* **client-ssm:** This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output. ([c1d80c2](https://github.com/aws/aws-sdk-js-v3/commit/c1d80c2e1062ec449d048d8448fe8a9214097840))
* **client-wafv2:** You can now perform an exact match against the web request's JA3 fingerprint. ([e4f0c48](https://github.com/aws/aws-sdk-js-v3/commit/e4f0c48860cd3d6b81488bcf60e297e19bae9b33))
* **clients:** update client endpoints as of 2023-09-25 ([2f18c93](https://github.com/aws/aws-sdk-js-v3/commit/2f18c9385e498937167b37fe28fd7e64978dbefa))





# [3.418.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.417.0...v3.418.0) (2023-09-22)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
|@aws-sdk/client-s3|3.417.0|2.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-ses|3.414.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-sns|3.414.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-ssm|3.414.0|3.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-ssm|3.418.0|3.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-sts|3.414.0|396.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-xray|3.414.0|707 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/credential-provider-cognito-identity|3.414.0|36.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-amplifyuibuilder/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.419.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.418.0...v3.419.0) (2023-09-25)


### Features

* **client-amplifyuibuilder:** Support for generating code that is compatible with future versions of amplify project dependencies. ([738cda3](https://github.com/aws/aws-sdk-js-v3/commit/738cda3a1117ee94b4717eb1c59e1e94c5de54ab))





# [3.418.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.417.0...v3.418.0) (2023-09-22)

**Note:** Version bump only for package @aws-sdk/client-amplifyuibuilder
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-amplifyuibuilder",
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
"version": "3.418.0",
"version": "3.419.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-chime-sdk-media-pipelines/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.419.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.418.0...v3.419.0) (2023-09-25)


### Features

* **client-chime-sdk-media-pipelines:** Adds support for sending WebRTC audio to Amazon Kineses Video Streams. ([05242c2](https://github.com/aws/aws-sdk-js-v3/commit/05242c260b84d70bc3fbf88f08fe48ce8f5f1def))





# [3.418.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.417.0...v3.418.0) (2023-09-22)

**Note:** Version bump only for package @aws-sdk/client-chime-sdk-media-pipelines
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-media-pipelines/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
"version": "3.418.0",
"version": "3.419.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-database-migration-service/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.419.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.418.0...v3.419.0) (2023-09-25)

**Note:** Version bump only for package @aws-sdk/client-database-migration-service





# [3.418.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.417.0...v3.418.0) (2023-09-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-database-migration-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-database-migration-service",
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
"version": "3.418.0",
"version": "3.419.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,51 @@ export interface CreateDataProviderCommandOutput extends CreateDataProviderRespo
* @throws {@link DatabaseMigrationServiceServiceException}
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
*
* @example Create Data Provider
* ```javascript
* // Creates the data provider with the specified parameters.
* const input = {
* "DataProviderName": "sqlServer-dev",
* "Description": "description",
* "Engine": "sqlserver",
* "Settings": {
* "MicrosoftSqlServerSettings": {
* "DatabaseName": "DatabaseName",
* "Port": 11112,
* "ServerName": "ServerName2",
* "SslMode": "none"
* }
* },
* "Tags": [
* {
* "Key": "access",
* "Value": "authorizedusers"
* }
* ]
* };
* const command = new CreateDataProviderCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "DataProvider": {
* "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-dataprovider",
* "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
* "DataProviderName": "my-target-dataprovider",
* "Engine": "postgres",
* "Settings": {
* "PostgreSqlSettings": {
* "DatabaseName": "target",
* "Port": 5432,
* "ServerName": "postrgesql.a1b2c3d4e5f6.us-east-1.rds.amazonaws.com",
* "SslMode": "none"
* }
* }
* }
* }
* *\/
* // example id: create-data-provider-1689726511871
* ```
*
*/
export class CreateDataProviderCommand extends $Command<
CreateDataProviderCommandInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,44 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
* @throws {@link DatabaseMigrationServiceServiceException}
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
*
* @example Create Instance Profile
* ```javascript
* // Creates the instance profile using the specified parameters.
* const input = {
* "Description": "Description",
* "InstanceProfileName": "my-instance-profile",
* "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
* "NetworkType": "DUAL",
* "PubliclyAccessible": true,
* "SubnetGroupIdentifier": "my-subnet-group",
* "Tags": [
* {
* "Key": "access",
* "Value": "authorizedusers"
* }
* ]
* };
* const command = new CreateInstanceProfileCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "InstanceProfile": {
* "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
* "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
* "InstanceProfileName": "my-instance-profile",
* "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
* "PubliclyAccessible": true,
* "SubnetGroupIdentifier": "public-subnets",
* "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
* "VpcSecurityGroups": [
* "sg-0123456"
* ]
* }
* }
* *\/
* // example id: create-instance-profile-1689716070633
* ```
*
*/
export class CreateInstanceProfileCommand extends $Command<
CreateInstanceProfileCommandInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,75 @@ export interface CreateMigrationProjectCommandOutput extends CreateMigrationProj
* @throws {@link DatabaseMigrationServiceServiceException}
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
*
* @example Create Migration Project
* ```javascript
* // Creates the migration project with the specified parameters.
* const input = {
* "Description": "description",
* "InstanceProfileIdentifier": "ip-au-17",
* "MigrationProjectName": "my-migration-project",
* "SchemaConversionApplicationAttributes": {
* "S3BucketPath": "arn:aws:s3:::mylogin-bucket",
* "S3BucketRoleArn": "arn:aws:iam::012345678901:role/Admin"
* },
* "SourceDataProviderDescriptors": [
* {
* "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
* "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/myuser-admin-access",
* "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/example1/ALL.SOURCE.ORACLE_12-A1B2C3"
* }
* ],
* "Tags": [
* {
* "Key": "access",
* "Value": "authorizedusers"
* }
* ],
* "TargetDataProviderDescriptors": [
* {
* "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
* "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/myuser-admin-access",
* "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/example1/TARGET.postgresql-A1B2C3"
* }
* ],
* "TransformationRules": "{\"key0\":\"value0\",\"key1\":\"value1\",\"key2\":\"value2\"}"
* };
* const command = new CreateMigrationProjectCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "MigrationProject": {
* "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
* "InstanceProfileName": "my-instance-profile",
* "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
* "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
* "MigrationProjectName": "my-migration-project",
* "SchemaConversionApplicationAttributes": {
* "S3BucketPath": "my-s3-bucket/my_folder",
* "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
* },
* "SourceDataProviderDescriptors": [
* {
* "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
* "DataProviderName": "source-oracle-12",
* "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
* "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/ALL.SOURCE.ORACLE_12-0123456"
* }
* ],
* "TargetDataProviderDescriptors": [
* {
* "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
* "DataProviderName": "target-dataprovider-3",
* "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/dmytbon-admin-access",
* "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/TARGET.postgresql-0123456"
* }
* ]
* }
* }
* *\/
* // example id: create-migration-project-1689716672685
* ```
*
*/
export class CreateMigrationProjectCommand extends $Command<
CreateMigrationProjectCommandInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,35 @@ export interface DeleteDataProviderCommandOutput extends DeleteDataProviderRespo
* @throws {@link DatabaseMigrationServiceServiceException}
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
*
* @example Delete Data Provider
* ```javascript
* // Deletes the specified data provider.
* const input = {
* "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
* };
* const command = new DeleteDataProviderCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "DataProvider": {
* "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
* "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
* "DataProviderName": "my-target-data-provider",
* "Engine": "postgres",
* "Settings": {
* "PostgreSqlSettings": {
* "DatabaseName": "target",
* "Port": 5432,
* "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
* "SslMode": "none"
* }
* }
* }
* }
* *\/
* // example id: delete-data-provider-1689724476356
* ```
*
*/
export class DeleteDataProviderCommand extends $Command<
DeleteDataProviderCommandInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,33 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
* @throws {@link DatabaseMigrationServiceServiceException}
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
*
* @example Delete Instance Profile
* ```javascript
* // Deletes the specified instance profile.
* const input = {
* "InstanceProfileIdentifier": "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
* };
* const command = new DeleteInstanceProfileCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "InstanceProfile": {
* "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
* "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
* "InstanceProfileName": "my-instance-profile",
* "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
* "PubliclyAccessible": true,
* "SubnetGroupIdentifier": "public-subnets",
* "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
* "VpcSecurityGroups": [
* "sg-0123456"
* ]
* }
* }
* *\/
* // example id: delete-instance-profile-1689716924105
* ```
*
*/
export class DeleteInstanceProfileCommand extends $Command<
DeleteInstanceProfileCommandInput,
Expand Down
Loading

0 comments on commit 3adb1ba

Please sign in to comment.