Skip to content

Commit

Permalink
Release v1.37.22 (2021-03-02)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/compute-optimizer`: Updates service documentation
* `service/datasync`: Updates service API and documentation
* `service/directconnect`: Updates service documentation
  * Doc only update for AWS Direct Connect that fixes several customer-reported issues
* `service/eventbridge`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/managedblockchain`: Updates service documentation
  • Loading branch information
awssdkgo committed Mar 2, 2021
1 parent 497c6a1 commit 1938147
Show file tree
Hide file tree
Showing 19 changed files with 1,135 additions and 151 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.37.22 (2021-03-02)
===

### Service Client Updates
* `service/compute-optimizer`: Updates service documentation
* `service/datasync`: Updates service API and documentation
* `service/directconnect`: Updates service documentation
* Doc only update for AWS Direct Connect that fixes several customer-reported issues
* `service/eventbridge`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/managedblockchain`: Updates service documentation

Release v1.37.21 (2021-03-01)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.21"
const SDKVersion = "1.37.22"
8 changes: 4 additions & 4 deletions models/apis/compute-optimizer/2019-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"GetEC2RecommendationProjectedMetrics": "<p>Returns the projected utilization metrics of Amazon EC2 instance recommendations.</p> <note> <p>The <code>Cpu</code> and <code>Memory</code> metrics are the only projected utilization metrics returned when you run this action. Additionally, the <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>",
"GetEnrollmentStatus": "<p>Returns the enrollment (opt in) status of an account to the AWS Compute Optimizer service.</p> <p>If the account is the management account of an organization, this action also confirms the enrollment status of member accounts within the organization.</p>",
"GetLambdaFunctionRecommendations": "<p>Returns AWS Lambda function recommendations.</p> <p>AWS Compute Optimizer generates recommendations for functions that meet a specific set of requirements. For more information, see the <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html\">Supported resources and requirements</a> in the <i>AWS Compute Optimizer User Guide</i>.</p>",
"GetRecommendationSummaries": "<p>Returns the optimization findings for an account.</p> <p>For example, it returns the number of Amazon EC2 instances in an account that are under-provisioned, over-provisioned, or optimized. It also returns the number of Auto Scaling groups in an account that are not optimized, or optimized.</p>",
"GetRecommendationSummaries": "<p>Returns the optimization findings for an account.</p> <p>It returns the number of:</p> <ul> <li> <p>Amazon EC2 instances in an account that are <code>Underprovisioned</code>, <code>Overprovisioned</code>, or <code>Optimized</code>.</p> </li> <li> <p>Auto Scaling groups in an account that are <code>NotOptimized</code>, or <code>Optimized</code>.</p> </li> <li> <p>Amazon EBS volumes in an account that are <code>NotOptimized</code>, or <code>Optimized</code>.</p> </li> <li> <p>Lambda functions in an account that are <code>NotOptimized</code>, or <code>Optimized</code>.</p> </li> </ul>",
"UpdateEnrollmentStatus": "<p>Updates the enrollment (opt in and opt out) status of an account to the AWS Compute Optimizer service.</p> <p>If the account is a management account of an organization, this action can also be used to enroll member accounts within the organization.</p> <p>You must have the appropriate permissions to opt in to Compute Optimizer, to view its recommendations, and to opt out. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/ug/security-iam.html\">Controlling access with AWS Identity and Access Management</a> in the <i>Compute Optimizer User Guide</i>.</p> <p>When you opt in, Compute Optimizer automatically creates a Service-Linked Role in your account to access its data. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/ug/using-service-linked-roles.html\">Using Service-Linked Roles for AWS Compute Optimizer</a> in the <i>Compute Optimizer User Guide</i>.</p>"
},
"shapes": {
Expand Down Expand Up @@ -571,7 +571,7 @@
"LambdaFunctionMetricStatistic": {
"base": null,
"refs": {
"LambdaFunctionUtilizationMetric$statistic": "<p>The statistic of the utilization metric.</p>"
"LambdaFunctionUtilizationMetric$statistic": "<p>The statistic of the utilization metric.</p> <p>The Compute Optimizer API, AWS Command Line Interface (AWS CLI), and SDKs return utilization metrics using only the <code>Maximum</code> statistic, which is the highest value observed during the specified period.</p> <p>The Compute Optimizer console displays graphs for some utilization metrics using the <code>Average</code> statistic, which is the value of <code>Sum</code> / <code>SampleCount</code> during the specified period. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/viewing-recommendations.html\">Viewing resource recommendations</a> in the <i>AWS Compute Optimizer User Guide</i>. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html\">Amazon CloudWatch User Guide</a>.</p>"
}
},
"LambdaFunctionRecommendation": {
Expand Down Expand Up @@ -715,9 +715,9 @@
"MetricStatistic": {
"base": null,
"refs": {
"EBSUtilizationMetric$statistic": "<p>The statistic of the utilization metric.</p> <p>The following statistics are available:</p> <ul> <li> <p> <code>Average</code> - This is the value of Sum / SampleCount during the specified period, or the average value observed during the specified period.</p> </li> <li> <p> <code>Maximum</code> - The highest value observed during the specified period. Use this value to determine high volumes of activity for your application.</p> </li> </ul>",
"EBSUtilizationMetric$statistic": "<p>The statistic of the utilization metric.</p> <p>The Compute Optimizer API, AWS Command Line Interface (AWS CLI), and SDKs return utilization metrics using only the <code>Maximum</code> statistic, which is the highest value observed during the specified period.</p> <p>The Compute Optimizer console displays graphs for some utilization metrics using the <code>Average</code> statistic, which is the value of <code>Sum</code> / <code>SampleCount</code> during the specified period. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/viewing-recommendations.html\">Viewing resource recommendations</a> in the <i>AWS Compute Optimizer User Guide</i>. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html\">Amazon CloudWatch User Guide</a>.</p>",
"GetEC2RecommendationProjectedMetricsRequest$stat": "<p>The statistic of the projected metrics.</p>",
"UtilizationMetric$statistic": "<p>The statistic of the utilization metric.</p> <p>The following statistics are available:</p> <ul> <li> <p> <code>Average</code> - This is the value of Sum / SampleCount during the specified period, or the average value observed during the specified period.</p> </li> <li> <p> <code>Maximum</code> - The highest value observed during the specified period. Use this value to determine high volumes of activity for your application.</p> </li> </ul>"
"UtilizationMetric$statistic": "<p>The statistic of the utilization metric.</p> <p>The Compute Optimizer API, AWS Command Line Interface (AWS CLI), and SDKs return utilization metrics using only the <code>Maximum</code> statistic, which is the highest value observed during the specified period.</p> <p>The Compute Optimizer console displays graphs for some utilization metrics using the <code>Average</code> statistic, which is the value of <code>Sum</code> / <code>SampleCount</code> during the specified period. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/viewing-recommendations.html\">Viewing resource recommendations</a> in the <i>AWS Compute Optimizer User Guide</i>. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html\">Amazon CloudWatch User Guide</a>.</p>"
}
},
"MetricValue": {
Expand Down
90 changes: 90 additions & 0 deletions models/apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,45 @@
{"shape":"InternalException"}
]
},
"UpdateLocationNfs":{
"name":"UpdateLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationNfsRequest"},
"output":{"shape":"UpdateLocationNfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"UpdateLocationObjectStorage":{
"name":"UpdateLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationObjectStorageRequest"},
"output":{"shape":"UpdateLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"UpdateLocationSmb":{
"name":"UpdateLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationSmbRequest"},
"output":{"shape":"UpdateLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"UpdateTask":{
"name":"UpdateTask",
"http":{
Expand Down Expand Up @@ -1624,6 +1663,57 @@
"members":{
}
},
"UpdateLocationNfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{"shape":"LocationArn"},
"Subdirectory":{"shape":"NfsSubdirectory"},
"OnPremConfig":{"shape":"OnPremConfig"},
"MountOptions":{"shape":"NfsMountOptions"}
}
},
"UpdateLocationNfsResponse":{
"type":"structure",
"members":{
}
},
"UpdateLocationObjectStorageRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{"shape":"LocationArn"},
"ServerPort":{"shape":"ObjectStorageServerPort"},
"ServerProtocol":{"shape":"ObjectStorageServerProtocol"},
"Subdirectory":{"shape":"S3Subdirectory"},
"AccessKey":{"shape":"ObjectStorageAccessKey"},
"SecretKey":{"shape":"ObjectStorageSecretKey"},
"AgentArns":{"shape":"AgentArnList"}
}
},
"UpdateLocationObjectStorageResponse":{
"type":"structure",
"members":{
}
},
"UpdateLocationSmbRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{"shape":"LocationArn"},
"Subdirectory":{"shape":"SmbSubdirectory"},
"User":{"shape":"SmbUser"},
"Domain":{"shape":"SmbDomain"},
"Password":{"shape":"SmbPassword"},
"AgentArns":{"shape":"AgentArnList"},
"MountOptions":{"shape":"SmbMountOptions"}
}
},
"UpdateLocationSmbResponse":{
"type":"structure",
"members":{
}
},
"UpdateTaskExecutionRequest":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit 1938147

Please sign in to comment.