Skip to content

Commit 2b6313c

Browse files
author
awstools
committed
Updates SDK to v2.1135.0
1 parent 04fbe87 commit 2b6313c

12 files changed

+365
-29
lines changed

.changes/2.1135.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Grafana",
5+
"description": "This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace."
6+
}
7+
]

CHANGELOG.md

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

5+
## 2.1135.0
6+
* feature: Grafana: This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace.
7+
58
## 2.1134.0
69
* feature: EC2: This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.
710
* feature: Kendra: Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html

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.1134.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1135.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: 92 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,48 @@
107107
},
108108
"idempotent": true
109109
},
110+
"CreateWorkspaceApiKey": {
111+
"http": {
112+
"requestUri": "/workspaces/{workspaceId}/apikeys",
113+
"responseCode": 200
114+
},
115+
"input": {
116+
"type": "structure",
117+
"required": [
118+
"keyName",
119+
"keyRole",
120+
"secondsToLive",
121+
"workspaceId"
122+
],
123+
"members": {
124+
"keyName": {},
125+
"keyRole": {},
126+
"secondsToLive": {
127+
"type": "integer"
128+
},
129+
"workspaceId": {
130+
"location": "uri",
131+
"locationName": "workspaceId"
132+
}
133+
}
134+
},
135+
"output": {
136+
"type": "structure",
137+
"required": [
138+
"key",
139+
"keyName",
140+
"workspaceId"
141+
],
142+
"members": {
143+
"key": {
144+
"type": "string",
145+
"sensitive": true
146+
},
147+
"keyName": {},
148+
"workspaceId": {}
149+
}
150+
}
151+
},
110152
"DeleteWorkspace": {
111153
"http": {
112154
"method": "DELETE",
@@ -138,6 +180,41 @@
138180
},
139181
"idempotent": true
140182
},
183+
"DeleteWorkspaceApiKey": {
184+
"http": {
185+
"method": "DELETE",
186+
"requestUri": "/workspaces/{workspaceId}/apikeys/{keyName}",
187+
"responseCode": 200
188+
},
189+
"input": {
190+
"type": "structure",
191+
"required": [
192+
"keyName",
193+
"workspaceId"
194+
],
195+
"members": {
196+
"keyName": {
197+
"location": "uri",
198+
"locationName": "keyName"
199+
},
200+
"workspaceId": {
201+
"location": "uri",
202+
"locationName": "workspaceId"
203+
}
204+
}
205+
},
206+
"output": {
207+
"type": "structure",
208+
"required": [
209+
"keyName",
210+
"workspaceId"
211+
],
212+
"members": {
213+
"keyName": {},
214+
"workspaceId": {}
215+
}
216+
}
217+
},
141218
"DescribeWorkspace": {
142219
"http": {
143220
"method": "GET",
@@ -193,7 +270,7 @@
193270
],
194271
"members": {
195272
"authentication": {
196-
"shape": "S14"
273+
"shape": "S1c"
197274
}
198275
}
199276
}
@@ -290,7 +367,7 @@
290367
"members": {
291368
"role": {},
292369
"user": {
293-
"shape": "S1v"
370+
"shape": "S22"
294371
}
295372
}
296373
}
@@ -470,7 +547,7 @@
470547
"updateInstructionBatch": {
471548
"type": "list",
472549
"member": {
473-
"shape": "S2a"
550+
"shape": "S2h"
474551
}
475552
},
476553
"workspaceId": {
@@ -496,7 +573,7 @@
496573
],
497574
"members": {
498575
"causedBy": {
499-
"shape": "S2a"
576+
"shape": "S2h"
500577
},
501578
"code": {
502579
"type": "integer"
@@ -578,7 +655,7 @@
578655
"shape": "S8"
579656
},
580657
"samlConfiguration": {
581-
"shape": "S18"
658+
"shape": "S1g"
582659
},
583660
"workspaceId": {
584661
"location": "uri",
@@ -593,7 +670,7 @@
593670
],
594671
"members": {
595672
"authentication": {
596-
"shape": "S14"
673+
"shape": "S1c"
597674
}
598675
}
599676
}
@@ -715,7 +792,7 @@
715792
"type": "string",
716793
"sensitive": true
717794
},
718-
"S14": {
795+
"S1c": {
719796
"type": "structure",
720797
"required": [
721798
"providers"
@@ -737,14 +814,14 @@
737814
],
738815
"members": {
739816
"configuration": {
740-
"shape": "S18"
817+
"shape": "S1g"
741818
},
742819
"status": {}
743820
}
744821
}
745822
}
746823
},
747-
"S18": {
824+
"S1g": {
748825
"type": "structure",
749826
"required": [
750827
"idpMetadata"
@@ -780,20 +857,20 @@
780857
"type": "structure",
781858
"members": {
782859
"admin": {
783-
"shape": "S1i"
860+
"shape": "S1p"
784861
},
785862
"editor": {
786-
"shape": "S1i"
863+
"shape": "S1p"
787864
}
788865
}
789866
}
790867
}
791868
},
792-
"S1i": {
869+
"S1p": {
793870
"type": "list",
794871
"member": {}
795872
},
796-
"S1v": {
873+
"S22": {
797874
"type": "structure",
798875
"required": [
799876
"id",
@@ -804,7 +881,7 @@
804881
"type": {}
805882
}
806883
},
807-
"S2a": {
884+
"S2h": {
808885
"type": "structure",
809886
"required": [
810887
"action",
@@ -817,7 +894,7 @@
817894
"users": {
818895
"type": "list",
819896
"member": {
820-
"shape": "S1v"
897+
"shape": "S22"
821898
}
822899
}
823900
}

0 commit comments

Comments
 (0)