Skip to content

Commit 5a4abd6

Browse files
Commit version number update changes
1 parent 7c87324 commit 5a4abd6

File tree

31 files changed

+350
-7016
lines changed

31 files changed

+350
-7016
lines changed

changelogs/SDK.CHANGELOG.2023.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.7.602.0 (2023-07-19 18:25 UTC)
2+
* CloudFormation (3.7.201.0)
3+
* SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
4+
* EC2 (3.7.200.2)
5+
* Amazon EC2 documentation updates.
6+
* ManagedGrafana (3.7.201.0)
7+
* Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
8+
* MedicalImaging (3.7.200.0)
9+
* General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
10+
* RAM (3.7.201.0)
11+
* This release adds support for securely sharing with AWS service principals.
12+
* SsmSap (3.7.201.0)
13+
* Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
14+
* WAFV2 (3.7.201.0)
15+
* Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
16+
117
### 3.7.601.0 (2023-07-18 18:24 UTC)
218
* CodeGuruSecurity (3.7.200.1)
319
* Documentation updates for CodeGuru Security.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.7.602.0 (2023-07-19 18:25 UTC)
2+
* CloudFormation (3.7.201.0)
3+
* SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
4+
* EC2 (3.7.200.2)
5+
* Amazon EC2 documentation updates.
6+
* ManagedGrafana (3.7.201.0)
7+
* Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
8+
* MedicalImaging (3.7.200.0)
9+
* General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
10+
* RAM (3.7.201.0)
11+
* This release adds support for securely sharing with AWS service principals.
12+
* SsmSap (3.7.201.0)
13+
* Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
14+
* WAFV2 (3.7.201.0)
15+
* Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
16+
117
### 3.7.601.0 (2023-07-18 18:24 UTC)
218
* CodeGuruSecurity (3.7.200.1)
319
* Documentation updates for CodeGuru Security.

generator/ServiceModels/_sdk-versions.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
3-
"ProductVersion" : "3.7.601.0",
3+
"ProductVersion" : "3.7.602.0",
44
"CoreVersion" : "3.7.200.1",
55
"OverrideCoreVersion" : "3.3",
66
"DefaultToPreview" : false,
@@ -30,7 +30,7 @@
3030
"InPreview" : false
3131
},
3232
"CloudFormation" : {
33-
"Version" : "3.7.200.1",
33+
"Version" : "3.7.201.0",
3434
"AssemblyVersionOverride" : "3.3",
3535
"Dependencies" : {
3636
"Core" : "3.7.200.1"
@@ -152,7 +152,7 @@
152152
"InPreview" : false
153153
},
154154
"EC2" : {
155-
"Version" : "3.7.200.1",
155+
"Version" : "3.7.200.2",
156156
"AssemblyVersionOverride" : "3.3",
157157
"Dependencies" : {
158158
"Core" : "3.7.200.1"
@@ -1202,7 +1202,7 @@
12021202
"InPreview" : false
12031203
},
12041204
"RAM" : {
1205-
"Version" : "3.7.200.1",
1205+
"Version" : "3.7.201.0",
12061206
"AssemblyVersionOverride" : "3.3",
12071207
"Dependencies" : {
12081208
"Core" : "3.7.200.1"
@@ -1610,7 +1610,7 @@
16101610
"InPreview" : false
16111611
},
16121612
"WAFV2" : {
1613-
"Version" : "3.7.200.1",
1613+
"Version" : "3.7.201.0",
16141614
"AssemblyVersionOverride" : "3.3",
16151615
"Dependencies" : {
16161616
"Core" : "3.7.200.1"
@@ -2274,7 +2274,7 @@
22742274
"InPreview" : false
22752275
},
22762276
"ManagedGrafana" : {
2277-
"Version" : "3.7.200.1",
2277+
"Version" : "3.7.201.0",
22782278
"AssemblyVersionOverride" : "3.3",
22792279
"Dependencies" : {
22802280
"Core" : "3.7.200.1"
@@ -2586,7 +2586,7 @@
25862586
"InPreview" : false
25872587
},
25882588
"SsmSap" : {
2589-
"Version" : "3.7.200.1",
2589+
"Version" : "3.7.201.0",
25902590
"AssemblyVersionOverride" : "3.3",
25912591
"Dependencies" : {
25922592
"Core" : "3.7.200.1"
@@ -2808,6 +2808,14 @@
28082808
"Core" : "3.7.200.1"
28092809
},
28102810
"InPreview" : false
2811+
},
2812+
"MedicalImaging" : {
2813+
"Version" : "3.7.200.0",
2814+
"AssemblyVersionOverride" : "3.3",
2815+
"Dependencies" : {
2816+
"Core" : "3.7.200.1"
2817+
},
2818+
"InPreview" : false
28112819
}
28122820
}
28132821
}

0 commit comments

Comments
 (0)