Skip to content

Commit ad6ee5e

Browse files
author
awstools
committed
Updates SDK to v2.1261.0
1 parent fe074d5 commit ad6ee5e

15 files changed

+1005
-91
lines changed

.changes/2.1261.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Grafana",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Rbin",
10+
"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."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1260.0-->
2+
<!--LATEST=2.1261.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1261.0
6+
* 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.
7+
* 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.
8+
59
## 2.1260.0
610
* 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.
711
* feature: KinesisAnalyticsV2: Support for Apache Flink 1.15 in Kinesis Data Analytics.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1260.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1261.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/grafana-2020-08-18.min.json

Lines changed: 107 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
"clientToken": {
6767
"idempotencyToken": true
6868
},
69+
"configuration": {
70+
"jsonvalue": true
71+
},
6972
"organizationRoleName": {
7073
"shape": "Sl"
7174
},
@@ -74,6 +77,9 @@
7477
"tags": {
7578
"shape": "Sr"
7679
},
80+
"vpcConfiguration": {
81+
"shape": "Su"
82+
},
7783
"workspaceDataSources": {
7884
"shape": "Sc"
7985
},
@@ -90,7 +96,7 @@
9096
"shape": "Sm"
9197
},
9298
"workspaceRoleArn": {
93-
"shape": "Su"
99+
"shape": "Sz"
94100
}
95101
}
96102
},
@@ -270,7 +276,37 @@
270276
],
271277
"members": {
272278
"authentication": {
273-
"shape": "S1c"
279+
"shape": "S1i"
280+
}
281+
}
282+
}
283+
},
284+
"DescribeWorkspaceConfiguration": {
285+
"http": {
286+
"method": "GET",
287+
"requestUri": "/workspaces/{workspaceId}/configuration",
288+
"responseCode": 200
289+
},
290+
"input": {
291+
"type": "structure",
292+
"required": [
293+
"workspaceId"
294+
],
295+
"members": {
296+
"workspaceId": {
297+
"location": "uri",
298+
"locationName": "workspaceId"
299+
}
300+
}
301+
},
302+
"output": {
303+
"type": "structure",
304+
"required": [
305+
"configuration"
306+
],
307+
"members": {
308+
"configuration": {
309+
"jsonvalue": true
274310
}
275311
}
276312
}
@@ -367,7 +403,7 @@
367403
"members": {
368404
"role": {},
369405
"user": {
370-
"shape": "S22"
406+
"shape": "S2a"
371407
}
372408
}
373409
}
@@ -547,7 +583,7 @@
547583
"updateInstructionBatch": {
548584
"type": "list",
549585
"member": {
550-
"shape": "S2h"
586+
"shape": "S2p"
551587
}
552588
},
553589
"workspaceId": {
@@ -573,7 +609,7 @@
573609
],
574610
"members": {
575611
"causedBy": {
576-
"shape": "S2h"
612+
"shape": "S2p"
577613
},
578614
"code": {
579615
"type": "integer"
@@ -602,7 +638,13 @@
602638
"shape": "Sl"
603639
},
604640
"permissionType": {},
641+
"removeVpcConfiguration": {
642+
"type": "boolean"
643+
},
605644
"stackSetName": {},
645+
"vpcConfiguration": {
646+
"shape": "Su"
647+
},
606648
"workspaceDataSources": {
607649
"shape": "Sc"
608650
},
@@ -623,7 +665,7 @@
623665
"shape": "Sm"
624666
},
625667
"workspaceRoleArn": {
626-
"shape": "Su"
668+
"shape": "Sz"
627669
}
628670
}
629671
},
@@ -655,7 +697,7 @@
655697
"shape": "S8"
656698
},
657699
"samlConfiguration": {
658-
"shape": "S1g"
700+
"shape": "S1m"
659701
},
660702
"workspaceId": {
661703
"location": "uri",
@@ -670,9 +712,36 @@
670712
],
671713
"members": {
672714
"authentication": {
673-
"shape": "S1c"
715+
"shape": "S1i"
716+
}
717+
}
718+
}
719+
},
720+
"UpdateWorkspaceConfiguration": {
721+
"http": {
722+
"method": "PUT",
723+
"requestUri": "/workspaces/{workspaceId}/configuration",
724+
"responseCode": 202
725+
},
726+
"input": {
727+
"type": "structure",
728+
"required": [
729+
"configuration",
730+
"workspaceId"
731+
],
732+
"members": {
733+
"configuration": {
734+
"jsonvalue": true
735+
},
736+
"workspaceId": {
737+
"location": "uri",
738+
"locationName": "workspaceId"
674739
}
675740
}
741+
},
742+
"output": {
743+
"type": "structure",
744+
"members": {}
676745
}
677746
}
678747
},
@@ -737,8 +806,11 @@
737806
"tags": {
738807
"shape": "Sr"
739808
},
740-
"workspaceRoleArn": {
809+
"vpcConfiguration": {
741810
"shape": "Su"
811+
},
812+
"workspaceRoleArn": {
813+
"shape": "Sz"
742814
}
743815
}
744816
},
@@ -789,10 +861,27 @@
789861
"value": {}
790862
},
791863
"Su": {
864+
"type": "structure",
865+
"required": [
866+
"securityGroupIds",
867+
"subnetIds"
868+
],
869+
"members": {
870+
"securityGroupIds": {
871+
"type": "list",
872+
"member": {}
873+
},
874+
"subnetIds": {
875+
"type": "list",
876+
"member": {}
877+
}
878+
}
879+
},
880+
"Sz": {
792881
"type": "string",
793882
"sensitive": true
794883
},
795-
"S1c": {
884+
"S1i": {
796885
"type": "structure",
797886
"required": [
798887
"providers"
@@ -814,14 +903,14 @@
814903
],
815904
"members": {
816905
"configuration": {
817-
"shape": "S1g"
906+
"shape": "S1m"
818907
},
819908
"status": {}
820909
}
821910
}
822911
}
823912
},
824-
"S1g": {
913+
"S1m": {
825914
"type": "structure",
826915
"required": [
827916
"idpMetadata"
@@ -857,20 +946,20 @@
857946
"type": "structure",
858947
"members": {
859948
"admin": {
860-
"shape": "S1p"
949+
"shape": "S1v"
861950
},
862951
"editor": {
863-
"shape": "S1p"
952+
"shape": "S1v"
864953
}
865954
}
866955
}
867956
}
868957
},
869-
"S1p": {
958+
"S1v": {
870959
"type": "list",
871960
"member": {}
872961
},
873-
"S22": {
962+
"S2a": {
874963
"type": "structure",
875964
"required": [
876965
"id",
@@ -881,7 +970,7 @@
881970
"type": {}
882971
}
883972
},
884-
"S2h": {
973+
"S2p": {
885974
"type": "structure",
886975
"required": [
887976
"action",
@@ -894,7 +983,7 @@
894983
"users": {
895984
"type": "list",
896985
"member": {
897-
"shape": "S22"
986+
"shape": "S2a"
898987
}
899988
}
900989
}

0 commit comments

Comments
 (0)