Skip to content

Commit

Permalink
Updates SDK to v2.1535.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 12, 2024
1 parent 7bcd9ab commit 675a8f5
Show file tree
Hide file tree
Showing 31 changed files with 721 additions and 94 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1535.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Connect",
"description": "Supervisor Barge for Chat is now supported through the MonitorContact API."
},
{
"type": "feature",
"category": "ConnectParticipant",
"description": "Introduce new Supervisor participant role"
},
{
"type": "feature",
"category": "MWAA",
"description": "This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters."
},
{
"type": "feature",
"category": "S3Control",
"description": "S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls."
},
{
"type": "feature",
"category": "SupplyChain",
"description": "This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob."
},
{
"type": "feature",
"category": "Transfer",
"description": "AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1534.0-->
<!--LATEST=2.1535.0-->
<!--ENTRYINSERT-->

## 2.1535.0
* feature: Connect: Supervisor Barge for Chat is now supported through the MonitorContact API.
* feature: ConnectParticipant: Introduce new Supervisor participant role
* feature: MWAA: This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
* feature: S3Control: S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
* feature: SupplyChain: This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
* feature: Transfer: AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.

## 2.1534.0
* feature: EC2: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* feature: ECS: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1534.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1535.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
28 changes: 15 additions & 13 deletions apis/connect-2017-08-08.normal.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion apis/connectparticipant-2018-09-07.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ConflictException"
}
],
"documentation": "<p>Sends an event. </p> <note> <p> <code>ConnectionToken</code> is used for invoking this API instead of <code>ParticipantToken</code>.</p> </note> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>"
Expand Down Expand Up @@ -734,7 +737,8 @@
"AGENT",
"CUSTOMER",
"SYSTEM",
"CUSTOM_BOT"
"CUSTOM_BOT",
"SUPERVISOR"
]
},
"ParticipantToken": {
Expand Down
18 changes: 9 additions & 9 deletions apis/location-2020-11-19.normal.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1411,5 +1411,8 @@
},
"networkmonitor": {
"name": "NetworkMonitor"
},
"supplychain": {
"name": "SupplyChain"
}
}
14 changes: 8 additions & 6 deletions apis/mwaa-2020-07-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
"output": {
"type": "structure",
"members": {
"AirflowIdentity": {},
"IamIdentity": {},
"WebServerHostname": {},
"WebToken": {
"shape": "S4"
Expand Down Expand Up @@ -229,19 +231,19 @@
"type": "structure",
"members": {
"DagProcessingLogs": {
"shape": "S1j"
"shape": "S1l"
},
"SchedulerLogs": {
"shape": "S1j"
"shape": "S1l"
},
"TaskLogs": {
"shape": "S1j"
"shape": "S1l"
},
"WebserverLogs": {
"shape": "S1j"
"shape": "S1l"
},
"WorkerLogs": {
"shape": "S1j"
"shape": "S1l"
}
}
},
Expand Down Expand Up @@ -641,7 +643,7 @@
"key": {},
"value": {}
},
"S1j": {
"S1l": {
"type": "structure",
"members": {
"CloudWatchLogGroupArn": {},
Expand Down
16 changes: 16 additions & 0 deletions apis/mwaa-2020-07-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@
},
"sensitive": true
},
"AirflowIdentity": {
"type": "string",
"max": 64,
"min": 1
},
"AirflowVersion": {
"type": "string",
"max": 32,
Expand Down Expand Up @@ -528,6 +533,14 @@
"CreateWebLoginTokenResponse": {
"type": "structure",
"members": {
"AirflowIdentity": {
"shape": "AirflowIdentity",
"documentation": "<p>The user name of the Apache Airflow identity creating the web login token.</p>"
},
"IamIdentity": {
"shape": "IamIdentity",
"documentation": "<p>The name of the IAM identity creating the web login token. This might be an IAM user, or an assumed or federated identity. For example, <code>assumed-role/Admin/your-name</code>.</p>"
},
"WebServerHostname": {
"shape": "Hostname",
"documentation": "<p>The Airflow web server hostname for the environment.</p>"
Expand Down Expand Up @@ -809,6 +822,9 @@
"min": 1,
"pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$"
},
"IamIdentity": {
"type": "string"
},
"IamRoleArn": {
"type": "string",
"max": 1224,
Expand Down
5 changes: 5 additions & 0 deletions apis/supplychain-2024-01-01.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
98 changes: 98 additions & 0 deletions apis/supplychain-2024-01-01.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2024-01-01",
"endpointPrefix": "scn",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceFullName": "AWS Supply Chain",
"serviceId": "SupplyChain",
"signatureVersion": "v4",
"signingName": "scn",
"uid": "supplychain-2024-01-01"
},
"operations": {
"CreateBillOfMaterialsImportJob": {
"http": {
"requestUri": "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"instanceId",
"s3uri"
],
"members": {
"instanceId": {
"location": "uri",
"locationName": "instanceId"
},
"s3uri": {},
"clientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"required": [
"jobId"
],
"members": {
"jobId": {}
}
},
"idempotent": true
},
"GetBillOfMaterialsImportJob": {
"http": {
"method": "GET",
"requestUri": "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"instanceId",
"jobId"
],
"members": {
"instanceId": {
"location": "uri",
"locationName": "instanceId"
},
"jobId": {
"location": "uri",
"locationName": "jobId"
}
}
},
"output": {
"type": "structure",
"required": [
"job"
],
"members": {
"job": {
"type": "structure",
"required": [
"instanceId",
"jobId",
"status",
"s3uri"
],
"members": {
"instanceId": {},
"jobId": {},
"status": {},
"s3uri": {},
"message": {}
}
}
}
}
}
},
"shapes": {}
}
Loading

0 comments on commit 675a8f5

Please sign in to comment.