Skip to content

Commit

Permalink
Release v1.42.24 (2021-12-20) (#4213)
Browse files Browse the repository at this point in the history
Release v1.42.24 (2021-12-20)
===

### Service Client Updates
* `service/apigateway`: Updates service documentation
  * Documentation updates for Amazon API Gateway
* `service/customer-profiles`: Updates service API and documentation
* `service/datasync`: Updates service API and documentation
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/finspace-data`: Updates service API and documentation
* `service/forecast`: Updates service API and documentation
* `service/imagebuilder`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
  * This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.
* `service/sagemaker`: Updates service API and documentation
  * This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
* `service/securityhub`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Dec 20, 2021
1 parent 1965c6f commit c50e3bd
Show file tree
Hide file tree
Showing 39 changed files with 4,675 additions and 284 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.42.24 (2021-12-20)
===

### Service Client Updates
* `service/apigateway`: Updates service documentation
* Documentation updates for Amazon API Gateway
* `service/customer-profiles`: Updates service API and documentation
* `service/datasync`: Updates service API and documentation
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/finspace-data`: Updates service API and documentation
* `service/forecast`: Updates service API and documentation
* `service/imagebuilder`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
* This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.
* `service/sagemaker`: Updates service API and documentation
* This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
* `service/securityhub`: Updates service API and documentation

Release v1.42.23 (2021-12-13)
===

Expand Down
92 changes: 92 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.42.23"
const SDKVersion = "1.42.24"
12 changes: 6 additions & 6 deletions models/apis/apigateway/2015-07-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CanarySettings$percentTraffic": "<p>The percent (0-100) of traffic diverted to a canary deployment.</p>",
"DeploymentCanarySettings$percentTraffic": "<p>The percentage (0.0-100.0) of traffic routed to the canary deployment.</p>",
"MethodSetting$throttlingRateLimit": "<p>Specifies the throttling rate limit. The PATCH path for this setting is <code>/{method_setting_key}/throttling/rateLimit</code>, and the value is a double.</p>",
"ThrottleSettings$rateLimit": "<p>The API request steady-state rate limit.</p>"
"ThrottleSettings$rateLimit": "<p>The API target request rate limit.</p>"
}
},
"EndpointConfiguration": {
Expand Down Expand Up @@ -880,11 +880,11 @@
"Integration$timeoutInMillis": "<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>",
"MethodSetting$throttlingBurstLimit": "<p>Specifies the throttling burst limit. The PATCH path for this setting is <code>/{method_setting_key}/throttling/burstLimit</code>, and the value is an integer.</p>",
"MethodSetting$cacheTtlInSeconds": "<p>Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached. The PATCH path for this setting is <code>/{method_setting_key}/caching/ttlInSeconds</code>, and the value is an integer.</p>",
"QuotaSettings$limit": "<p>The maximum number of requests that can be made in a given time period.</p>",
"QuotaSettings$limit": "<p>The target maximum number of requests that can be made in a given time period.</p>",
"QuotaSettings$offset": "<p>The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.</p>",
"TestInvokeAuthorizerResponse$clientStatus": "<p>The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.</p>",
"TestInvokeMethodResponse$status": "<p>The HTTP status code.</p>",
"ThrottleSettings$burstLimit": "<p>The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.</p>"
"ThrottleSettings$burstLimit": "<p>The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.</p>"
}
},
"Integration": {
Expand Down Expand Up @@ -1408,7 +1408,7 @@
"base": "<p>Quotas configured for a usage plan.</p>",
"refs": {
"CreateUsagePlanRequest$quota": "<p>The quota of the usage plan.</p>",
"UsagePlan$quota": "<p>The maximum number of permitted requests per a given unit time interval.</p>"
"UsagePlan$quota": "<p>The target maximum number of permitted requests per a given unit time interval.</p>"
}
},
"RequestValidator": {
Expand Down Expand Up @@ -1994,7 +1994,7 @@
"Account$throttleSettings": "<p>Specifies the API request limits configured for the current <a>Account</a>.</p>",
"CreateUsagePlanRequest$throttle": "<p>The throttling limits of the usage plan.</p>",
"MapOfApiStageThrottleSettings$value": null,
"UsagePlan$throttle": "<p>The request throttle limits of a usage plan.</p>"
"UsagePlan$throttle": "<p>Map containing method level throttling information for API stage in a usage plan.</p>"
}
},
"Timestamp": {
Expand Down Expand Up @@ -2156,7 +2156,7 @@
}
},
"UsagePlan": {
"base": "<p>Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.</p> <div class=\"remarks\"> <p>In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. </p> </div> <div class=\"seeAlso\"> <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html\">Create and Use Usage Plans</a> </div>",
"base": "<p>Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using <a href=\"https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html\">AWS Budgets</a> to monitor costs and <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF</a> to manage API requests.</p> <div class=\"remarks\"> <p>In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. </p> </div> <div class=\"seeAlso\"> <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html\">Create and Use Usage Plans</a> </div>",
"refs": {
"ListOfUsagePlan$member": null
}
Expand Down
28 changes: 16 additions & 12 deletions models/apis/customer-profiles/2020-08-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,6 @@
"required":[
"DomainName",
"Uri",
"ObjectTypeName",
"CreatedAt",
"LastUpdatedAt"
],
Expand All @@ -1127,7 +1126,8 @@
"ObjectTypeName":{"shape":"typeName"},
"CreatedAt":{"shape":"timestamp"},
"LastUpdatedAt":{"shape":"timestamp"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"ObjectTypeNames":{"shape":"ObjectTypeNames"}
}
},
"GetMatchesRequest":{
Expand Down Expand Up @@ -1412,7 +1412,6 @@
"required":[
"DomainName",
"Uri",
"ObjectTypeName",
"CreatedAt",
"LastUpdatedAt"
],
Expand All @@ -1422,7 +1421,8 @@
"ObjectTypeName":{"shape":"typeName"},
"CreatedAt":{"shape":"timestamp"},
"LastUpdatedAt":{"shape":"timestamp"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"ObjectTypeNames":{"shape":"ObjectTypeNames"}
}
},
"ListIntegrationsRequest":{
Expand Down Expand Up @@ -1715,6 +1715,11 @@
"type":"list",
"member":{"shape":"ObjectTypeKey"}
},
"ObjectTypeNames":{
"type":"map",
"key":{"shape":"string1To255"},
"value":{"shape":"typeName"}
},
"OperatorPropertiesKeys":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1802,10 +1807,7 @@
},
"PutIntegrationRequest":{
"type":"structure",
"required":[
"DomainName",
"ObjectTypeName"
],
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
Expand All @@ -1815,15 +1817,15 @@
"Uri":{"shape":"string1To255"},
"ObjectTypeName":{"shape":"typeName"},
"Tags":{"shape":"TagMap"},
"FlowDefinition":{"shape":"FlowDefinition"}
"FlowDefinition":{"shape":"FlowDefinition"},
"ObjectTypeNames":{"shape":"ObjectTypeNames"}
}
},
"PutIntegrationResponse":{
"type":"structure",
"required":[
"DomainName",
"Uri",
"ObjectTypeName",
"CreatedAt",
"LastUpdatedAt"
],
Expand All @@ -1833,7 +1835,8 @@
"ObjectTypeName":{"shape":"typeName"},
"CreatedAt":{"shape":"timestamp"},
"LastUpdatedAt":{"shape":"timestamp"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"ObjectTypeNames":{"shape":"ObjectTypeNames"}
}
},
"PutProfileObjectRequest":{
Expand Down Expand Up @@ -2139,7 +2142,8 @@
"UNIQUE",
"SECONDARY",
"LOOKUP_ONLY",
"NEW_ONLY"
"NEW_ONLY",
"ORDER"
]
},
"StandardIdentifierList":{
Expand Down

0 comments on commit c50e3bd

Please sign in to comment.