Skip to content

Commit 61cf265

Browse files
Update models for release
1 parent 7df429b commit 61cf265

21 files changed

+1082
-159
lines changed

.changes/3.195.2

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "PrometheusService",
5+
"description": "This release adds alert manager and rule group namespace APIs"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Lambda",
10+
"description": "Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "SesV2",
15+
"description": "This release includes the ability to use 2048 bits RSA key pairs for DKIM in SES, either with Easy DKIM or Bring Your Own DKIM."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\Lambda` - Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
6+
* `Aws\PrometheusService` - This release adds alert manager and rule group namespace APIs
7+
* `Aws\SesV2` - This release includes the ability to use 2048 bits RSA key pairs for DKIM in SES, either with Easy DKIM or Bring Your Own DKIM.
8+
39
## 3.195.1 - 2021-09-28
410

511
* `Aws\Transfer` - Added changes for managed workflows feature APIs.

src/PrometheusService/PrometheusServiceClient.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,34 @@
55

66
/**
77
* This client is used to interact with the **Amazon Prometheus Service** service.
8+
* @method \Aws\Result createAlertManagerDefinition(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createAlertManagerDefinitionAsync(array $args = [])
10+
* @method \Aws\Result createRuleGroupsNamespace(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise createRuleGroupsNamespaceAsync(array $args = [])
812
* @method \Aws\Result createWorkspace(array $args = [])
913
* @method \GuzzleHttp\Promise\Promise createWorkspaceAsync(array $args = [])
14+
* @method \Aws\Result deleteAlertManagerDefinition(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise deleteAlertManagerDefinitionAsync(array $args = [])
16+
* @method \Aws\Result deleteRuleGroupsNamespace(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise deleteRuleGroupsNamespaceAsync(array $args = [])
1018
* @method \Aws\Result deleteWorkspace(array $args = [])
1119
* @method \GuzzleHttp\Promise\Promise deleteWorkspaceAsync(array $args = [])
20+
* @method \Aws\Result describeAlertManagerDefinition(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise describeAlertManagerDefinitionAsync(array $args = [])
22+
* @method \Aws\Result describeRuleGroupsNamespace(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise describeRuleGroupsNamespaceAsync(array $args = [])
1224
* @method \Aws\Result describeWorkspace(array $args = [])
1325
* @method \GuzzleHttp\Promise\Promise describeWorkspaceAsync(array $args = [])
26+
* @method \Aws\Result listRuleGroupsNamespaces(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise listRuleGroupsNamespacesAsync(array $args = [])
1428
* @method \Aws\Result listTagsForResource(array $args = [])
1529
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
1630
* @method \Aws\Result listWorkspaces(array $args = [])
1731
* @method \GuzzleHttp\Promise\Promise listWorkspacesAsync(array $args = [])
32+
* @method \Aws\Result putAlertManagerDefinition(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise putAlertManagerDefinitionAsync(array $args = [])
34+
* @method \Aws\Result putRuleGroupsNamespace(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise putRuleGroupsNamespaceAsync(array $args = [])
1836
* @method \Aws\Result tagResource(array $args = [])
1937
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
2038
* @method \Aws\Result untagResource(array $args = [])

0 commit comments

Comments
 (0)