Skip to content

Commit

Permalink
Updates SDK to v2.1261.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 23, 2022
1 parent fe074d5 commit ad6ee5e
Show file tree
Hide file tree
Showing 15 changed files with 1,005 additions and 91 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1261.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Grafana",
"description": "This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings."
},
{
"type": "feature",
"category": "Rbin",
"description": "This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1260.0-->
<!--LATEST=2.1261.0-->
<!--ENTRYINSERT-->

## 2.1261.0
* feature: Grafana: This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings.
* feature: Rbin: This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted.

## 2.1260.0
* feature: Appflow: Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless.
* feature: KinesisAnalyticsV2: Support for Apache Flink 1.15 in Kinesis Data Analytics.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1260.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1261.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
125 changes: 107 additions & 18 deletions apis/grafana-2020-08-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"clientToken": {
"idempotencyToken": true
},
"configuration": {
"jsonvalue": true
},
"organizationRoleName": {
"shape": "Sl"
},
Expand All @@ -74,6 +77,9 @@
"tags": {
"shape": "Sr"
},
"vpcConfiguration": {
"shape": "Su"
},
"workspaceDataSources": {
"shape": "Sc"
},
Expand All @@ -90,7 +96,7 @@
"shape": "Sm"
},
"workspaceRoleArn": {
"shape": "Su"
"shape": "Sz"
}
}
},
Expand Down Expand Up @@ -270,7 +276,37 @@
],
"members": {
"authentication": {
"shape": "S1c"
"shape": "S1i"
}
}
}
},
"DescribeWorkspaceConfiguration": {
"http": {
"method": "GET",
"requestUri": "/workspaces/{workspaceId}/configuration",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"workspaceId"
],
"members": {
"workspaceId": {
"location": "uri",
"locationName": "workspaceId"
}
}
},
"output": {
"type": "structure",
"required": [
"configuration"
],
"members": {
"configuration": {
"jsonvalue": true
}
}
}
Expand Down Expand Up @@ -367,7 +403,7 @@
"members": {
"role": {},
"user": {
"shape": "S22"
"shape": "S2a"
}
}
}
Expand Down Expand Up @@ -547,7 +583,7 @@
"updateInstructionBatch": {
"type": "list",
"member": {
"shape": "S2h"
"shape": "S2p"
}
},
"workspaceId": {
Expand All @@ -573,7 +609,7 @@
],
"members": {
"causedBy": {
"shape": "S2h"
"shape": "S2p"
},
"code": {
"type": "integer"
Expand Down Expand Up @@ -602,7 +638,13 @@
"shape": "Sl"
},
"permissionType": {},
"removeVpcConfiguration": {
"type": "boolean"
},
"stackSetName": {},
"vpcConfiguration": {
"shape": "Su"
},
"workspaceDataSources": {
"shape": "Sc"
},
Expand All @@ -623,7 +665,7 @@
"shape": "Sm"
},
"workspaceRoleArn": {
"shape": "Su"
"shape": "Sz"
}
}
},
Expand Down Expand Up @@ -655,7 +697,7 @@
"shape": "S8"
},
"samlConfiguration": {
"shape": "S1g"
"shape": "S1m"
},
"workspaceId": {
"location": "uri",
Expand All @@ -670,9 +712,36 @@
],
"members": {
"authentication": {
"shape": "S1c"
"shape": "S1i"
}
}
}
},
"UpdateWorkspaceConfiguration": {
"http": {
"method": "PUT",
"requestUri": "/workspaces/{workspaceId}/configuration",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"configuration",
"workspaceId"
],
"members": {
"configuration": {
"jsonvalue": true
},
"workspaceId": {
"location": "uri",
"locationName": "workspaceId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
}
},
Expand Down Expand Up @@ -737,8 +806,11 @@
"tags": {
"shape": "Sr"
},
"workspaceRoleArn": {
"vpcConfiguration": {
"shape": "Su"
},
"workspaceRoleArn": {
"shape": "Sz"
}
}
},
Expand Down Expand Up @@ -789,10 +861,27 @@
"value": {}
},
"Su": {
"type": "structure",
"required": [
"securityGroupIds",
"subnetIds"
],
"members": {
"securityGroupIds": {
"type": "list",
"member": {}
},
"subnetIds": {
"type": "list",
"member": {}
}
}
},
"Sz": {
"type": "string",
"sensitive": true
},
"S1c": {
"S1i": {
"type": "structure",
"required": [
"providers"
Expand All @@ -814,14 +903,14 @@
],
"members": {
"configuration": {
"shape": "S1g"
"shape": "S1m"
},
"status": {}
}
}
}
},
"S1g": {
"S1m": {
"type": "structure",
"required": [
"idpMetadata"
Expand Down Expand Up @@ -857,20 +946,20 @@
"type": "structure",
"members": {
"admin": {
"shape": "S1p"
"shape": "S1v"
},
"editor": {
"shape": "S1p"
"shape": "S1v"
}
}
}
}
},
"S1p": {
"S1v": {
"type": "list",
"member": {}
},
"S22": {
"S2a": {
"type": "structure",
"required": [
"id",
Expand All @@ -881,7 +970,7 @@
"type": {}
}
},
"S2h": {
"S2p": {
"type": "structure",
"required": [
"action",
Expand All @@ -894,7 +983,7 @@
"users": {
"type": "list",
"member": {
"shape": "S22"
"shape": "S2a"
}
}
}
Expand Down
Loading

0 comments on commit ad6ee5e

Please sign in to comment.