Skip to content

Commit

Permalink
Release v1.50.34 (2024-03-07) (#5191)
Browse files Browse the repository at this point in the history
Release v1.50.34 (2024-03-07)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
* `service/grafana`: Updates service API and documentation
* `service/lambda`: Updates service documentation
  * Documentation updates for AWS Lambda
* `service/payment-cryptography-data`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
* `service/snowball`: Updates service documentation
  * Doc-only update for change to EKS-Anywhere ordering.
* `service/wafv2`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
  * Added note for user decoupling
aws-sdk-go-automation authored Mar 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c314bba commit 83e4721
Showing 28 changed files with 1,219 additions and 526 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.50.34 (2024-03-07)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
* `service/grafana`: Updates service API and documentation
* `service/lambda`: Updates service documentation
* Documentation updates for AWS Lambda
* `service/payment-cryptography-data`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
* `service/snowball`: Updates service documentation
* Doc-only update for change to EKS-Anywhere ordering.
* `service/wafv2`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
* Added note for user decoupling

Release v1.50.33 (2024-03-06)
===

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.33"
const SDKVersion = "1.50.34"
21 changes: 17 additions & 4 deletions models/apis/appconfig/2019-10-09/api-2.json
Original file line number Diff line number Diff line change
@@ -1235,6 +1235,17 @@
"max":1024,
"min":0
},
"DynamicParameterKey":{
"type":"string",
"pattern":"^([^#\\n]{1,96})#([^\\/#\\n]{1,64})$"
},
"DynamicParameterMap":{
"type":"map",
"key":{"shape":"DynamicParameterKey"},
"value":{"shape":"StringWithLengthBetween1And2048"},
"max":10,
"min":1
},
"Environment":{
"type":"structure",
"members":{
@@ -1886,21 +1897,22 @@
"type":"structure",
"members":{
"Description":{"shape":"Description"},
"Required":{"shape":"Boolean"}
"Required":{"shape":"Boolean"},
"Dynamic":{"shape":"Boolean"}
}
},
"ParameterMap":{
"type":"map",
"key":{"shape":"ExtensionOrParameterName"},
"value":{"shape":"Parameter"},
"max":5,
"max":10,
"min":1
},
"ParameterValueMap":{
"type":"map",
"key":{"shape":"ExtensionOrParameterName"},
"value":{"shape":"StringWithLengthBetween1And2048"},
"max":5,
"max":10,
"min":0
},
"PayloadTooLargeException":{
@@ -1985,7 +1997,8 @@
"ConfigurationVersion":{"shape":"Version"},
"Description":{"shape":"Description"},
"Tags":{"shape":"TagMap"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"},
"DynamicExtensionParameters":{"shape":"DynamicParameterMap"}
}
},
"StopDeploymentRequest":{
34 changes: 24 additions & 10 deletions models/apis/appconfig/2019-10-09/docs-2.json

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
@@ -10037,7 +10037,11 @@
"shape":"Boolean",
"locationName":"dryRun"
},
"CopyImageTags":{"shape":"Boolean"}
"CopyImageTags":{"shape":"Boolean"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
"CopyImageResult":{
@@ -37029,7 +37033,11 @@
"BootMode":{"shape":"BootModeValues"},
"TpmSupport":{"shape":"TpmSupportValues"},
"UefiData":{"shape":"StringType"},
"ImdsSupport":{"shape":"ImdsSupportValues"}
"ImdsSupport":{"shape":"ImdsSupportValues"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
"RegisterImageResult":{
12 changes: 7 additions & 5 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions models/apis/grafana/2020-08-18/api-2.json
Original file line number Diff line number Diff line change
@@ -405,6 +405,11 @@
"workspaceId"
],
"members":{
"grafanaToken":{
"shape":"GrafanaToken",
"location":"header",
"locationName":"Grafana-Token"
},
"licenseType":{
"shape":"LicenseType",
"location":"uri",
@@ -723,6 +728,11 @@
"max":2048,
"min":1
},
"GrafanaToken":{
"type":"string",
"max":36,
"min":1
},
"GrafanaVersion":{
"type":"string",
"max":255,
@@ -1437,6 +1447,7 @@
"endpoint":{"shape":"Endpoint"},
"freeTrialConsumed":{"shape":"Boolean"},
"freeTrialExpiration":{"shape":"Timestamp"},
"grafanaToken":{"shape":"GrafanaToken"},
"grafanaVersion":{"shape":"GrafanaVersion"},
"id":{"shape":"WorkspaceId"},
"licenseExpiration":{"shape":"Timestamp"},
@@ -1502,8 +1513,10 @@
"created":{"shape":"Timestamp"},
"description":{"shape":"Description"},
"endpoint":{"shape":"Endpoint"},
"grafanaToken":{"shape":"GrafanaToken"},
"grafanaVersion":{"shape":"GrafanaVersion"},
"id":{"shape":"WorkspaceId"},
"licenseType":{"shape":"LicenseType"},
"modified":{"shape":"Timestamp"},
"name":{"shape":"WorkspaceName"},
"notificationDestinations":{"shape":"NotificationDestinationsList"},
27 changes: 18 additions & 9 deletions models/apis/grafana/2020-08-18/docs-2.json
Original file line number Diff line number Diff line change
@@ -108,8 +108,8 @@
"refs": {
"AuthenticationDescription$providers": "<p>Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the Grafana console in the Amazon Managed Grafana workspace.</p>",
"AuthenticationSummary$providers": "<p>Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.</p>",
"CreateWorkspaceRequest$authenticationProviders": "<p>Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html\">User authentication in Amazon Managed Grafana</a>.</p>",
"UpdateWorkspaceAuthenticationRequest$authenticationProviders": "<p>Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html\">User authentication in Amazon Managed Grafana</a>.</p>"
"CreateWorkspaceRequest$authenticationProviders": "<p>Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html\">User authentication in Amazon Managed Grafana</a>.</p>",
"UpdateWorkspaceAuthenticationRequest$authenticationProviders": "<p>Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html\">User authentication in Amazon Managed Grafana</a>.</p>"
}
},
"AuthenticationSummary": {
@@ -130,7 +130,7 @@
"refs": {
"UpdateWorkspaceRequest$removeNetworkAccessConfiguration": "<p>Whether to remove the network access configuration from the workspace.</p> <p>Setting this to <code>true</code> and providing a <code>networkAccessControl</code> to set will return an error.</p> <p>If you remove this configuration by setting this to <code>true</code>, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.</p>",
"UpdateWorkspaceRequest$removeVpcConfiguration": "<p>Whether to remove the VPC configuration from the workspace.</p> <p>Setting this to <code>true</code> and providing a <code>vpcConfiguration</code> to set will return an error.</p>",
"WorkspaceDescription$freeTrialConsumed": "<p>Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.</p>"
"WorkspaceDescription$freeTrialConsumed": "<p>Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.</p> <note> <p>Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.</p> </note>"
}
},
"ClientToken": {
@@ -260,13 +260,21 @@
"WorkspaceSummary$endpoint": "<p>The URL endpoint to use to access the Grafana console in the workspace.</p>"
}
},
"GrafanaToken": {
"base": null,
"refs": {
"AssociateLicenseRequest$grafanaToken": "<p>A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise\">Register with Grafana Labs</a>.</p>",
"WorkspaceDescription$grafanaToken": "<p>The token that ties this workspace to a Grafana Labs account. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise\">Register with Grafana Labs</a>.</p>",
"WorkspaceSummary$grafanaToken": "<p>The token that ties this workspace to a Grafana Labs account. For more information, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise\">Register with Grafana Labs</a>.</p>"
}
},
"GrafanaVersion": {
"base": null,
"refs": {
"CreateWorkspaceRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the new workspace.</p> <p>To get a list of supported version, use the <code>ListVersions</code> operation.</p>",
"CreateWorkspaceRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 9.4).</p> <p>To get a list of supported versions, use the <code>ListVersions</code> operation.</p>",
"DescribeWorkspaceConfigurationResponse$grafanaVersion": "<p>The supported Grafana version for the workspace.</p>",
"GrafanaVersionList$member": null,
"UpdateWorkspaceConfigurationRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the new workspace.</p> <p>Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).</p> <p>To know what versions are available to upgrade to for a specific workspace, see the <code>ListVersions</code> operation.</p>",
"UpdateWorkspaceConfigurationRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the workspace.</p> <p>Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).</p> <p>To know what versions are available to upgrade to for a specific workspace, see the <a href=\"https://docs.aws.amazon.com/grafana/latest/APIReference/API_ListVersions.html\">ListVersions</a> operation.</p>",
"WorkspaceDescription$grafanaVersion": "<p>The version of Grafana supported in this workspace.</p>",
"WorkspaceSummary$grafanaVersion": "<p>The Grafana version that the workspace is running.</p>"
}
@@ -312,9 +320,10 @@
"LicenseType": {
"base": null,
"refs": {
"AssociateLicenseRequest$licenseType": "<p>The type of license to associate with the workspace.</p>",
"AssociateLicenseRequest$licenseType": "<p>The type of license to associate with the workspace.</p> <note> <p>Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.</p> </note>",
"DisassociateLicenseRequest$licenseType": "<p>The type of license to remove from the workspace.</p>",
"WorkspaceDescription$licenseType": "<p>Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.</p>"
"WorkspaceDescription$licenseType": "<p>Specifies whether this workspace has a full Grafana Enterprise license.</p> <note> <p>Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.</p> </note>",
"WorkspaceSummary$licenseType": "<p>Specifies whether this workspace has a full Grafana Enterprise license.</p> <note> <p>Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.</p> </note>"
}
},
"ListPermissionsRequest": {
@@ -657,8 +666,8 @@
"base": null,
"refs": {
"WorkspaceDescription$created": "<p>The date that the workspace was created.</p>",
"WorkspaceDescription$freeTrialExpiration": "<p>If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.</p>",
"WorkspaceDescription$licenseExpiration": "<p>If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be renewed.</p>",
"WorkspaceDescription$freeTrialExpiration": "<p>If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.</p> <note> <p>Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.</p> </note>",
"WorkspaceDescription$licenseExpiration": "<p>If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.</p>",
"WorkspaceDescription$modified": "<p>The most recent date that the workspace was modified.</p>",
"WorkspaceSummary$created": "<p>The date that the workspace was created.</p>",
"WorkspaceSummary$modified": "<p>The most recent date that the workspace was modified.</p>"
40 changes: 20 additions & 20 deletions models/apis/grafana/2020-08-18/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
@@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
@@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
@@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
@@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
@@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
@@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
@@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
@@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
@@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
@@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
@@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
@@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
@@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Loading

0 comments on commit 83e4721

Please sign in to comment.